.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.fs-11 {
  font-size: 11px;
}

body {
  font-family: "Montserrat", sans-serif;
}

/*
body div .container {
  padding-bottom: 10px;
}

*/

main {
  min-height: calc(100vh -109.83px - 50px);
}

button.imgBoxTitle.border-none {
  border: none;
}

.bg-success-100 {
  background-color: #83b124;
}

.bg-success {
  background-color: #5fb700 !important;
}

.bg-success-500 {
  background-color: #e8f1d7;
}

.bg-primary-500 {
  background-color: #ceeffe;
}

.bg-light-grey {
  background-color: #e8e8e8;
}

.bg-light-grey-10 {
  background-color: #f6f6f6;
}

.bg-primary {
  background-color: #0093e0 !important;
}

.btn-primary {
  background-color: #0093e0 !important;
  border-color: #0093e0;
}

.bg-danger {
  background-color: #ff4f5c !important;
}

.btn-danger {
  background-color: #f3141d;
}

.form-control {
  border-radius: 5.25rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #80b612;
}

.btn-white100 {
  background-color: #fff;
  border-color: #fff;
  color: #007bff;
}

.btn-success {
  background-color: #5fb700;
  border-color: #5fb700;
}

.btn {
  border-radius: 3rem;
  font-weight: 700;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.topHedaer {
  /* background-color: #dc3545; */
  background-color: #000;
}

.topHedaer .info-box {
  position: relative;
  padding-top: 6px;
  padding-left: 30px;
  margin-right: 10px;
  float: left;
}

.topHedaer .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}

.topHedaer .info-box ul {
  list-style: none;
  padding-left: 5px;
  margin-bottom: 0;
}

.topHedaer .info-box ul li {
  color: #ffffff;
}

.topHedaer .info-box ul li a {
  color: #ffffff;
}

.topHedaer .social-icon-box {
  float: right;
}

.topHedaer .social-icon-box ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

.topHedaer .social-icon-box ul li {
  padding: 0 13px;
}

.topHedaer .social-icon-box ul li a {
  font-size: 1.5rem;
  color: #ffffff;
}

.sticky-top {
  background-color: #ffff;
  box-shadow: 0 0 1px 1px rgb(29 17 51 / 4%), 0 0 3px 2px rgb(9 32 77 / 12%),
    0 0 2px -3px rgb(29 17 51 / 12%);
}

.page-header .brand {
  display: inline-block;
}

.page-header .brand img {
  max-width: 130px;
  object-fit: contain;
  height: 45px;
}

.page-header .nav>li>a,
.page-header .nav>li>div.dropdown>a {
  border-radius: 4px;
  font-weight: 600;
  color: #464242;
  font-size: 13px;
}

.page-header .nav>li>a.nav-link,
.page-header .nav>li>div.dropdown>a.nav-link {
  padding: 0px;
}

.page-header .nav>li>a.current_menu_item {
  border-bottom: 2px solid #0192e1;
  border-radius: 0;
}

.page-header .nav>li>a.current_menu_item.about {
  border-bottom: 2px solid #9d33fb;
}

.page-header .franchise .nav>li>a.current_menu_item {
  border-bottom: 2px solid #5fb700;
}

.page-header .realestate .nav>li>a.current_menu_item {
  border-bottom: 2px solid #dc3545;
}

.page-header .btn-lg {
  font-size: small;
}

.page-header .realestate .nav>li>a:focus,
.page-header .realestate .nav>li>a:hover {
  text-decoration: none;
  border-bottom: 2px solid #dc3545;
  border-radius: 0;
}

.page-header .franchise .nav>li>a:focus,
.page-header .franchise .nav>li>a:hover {
  text-decoration: none;
  border-bottom: 2px solid #5fb700;
  border-radius: 0;
}

.page-header .business .nav>li>a:focus,
.page-header .business .nav>li>a:hover {
  text-decoration: none;
  border-bottom: 2px solid #0093e0;
  border-radius: 0;
}

.page-header .nav>li {
  padding: 0 6px;
}

.page-header .menuItemCount .badge {
  padding: 6px 9px;
  font-size: 12px;
  border-radius: 50%;
}

.page-header .menuItemCount.heartsign .badge {
  background-image: url(../img/heart.svg);
  background-repeat: no-repeat;
  background-position: 3px 67%;
  width: 31px;
  height: 26px;
  background-size: 79%;
  color: #9d33fb;
}

.page-header .menuItemCount.heartsign a {
  display: inline-block;
}

.customBadge {
  display: block;
  background-color: #0095d9;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  color: #fff;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.page-header .nav>li>a:first-child,
.page-header .nav>li>div.dropdown>a:first-child {
  margin-left: 8px;
}

.page-header .nav>li.like-dislike a {
  padding-top: 5px;
}

.page-header .nav>li.like-dislike a:hover {
  background-color: #fff;
}

.page-header .nav>li.like-dislike a:focus {
  background-color: transparent;
  outline: none;
}

/*
.page-header .badge {
  padding: 5px 10px;
  background-color: #5fb700;
  font-size: 15px;
  border-radius: 5px;
}



.page-header .badge .las {
  font-size: 18px;
  vertical-align: bottom;
  padding-right: 2px;
}

*/

/* 30-09-2022 */

.header-phchat {
  background-color: #80b612;
  display: flex;
  padding: 3px 0 3px 8px;
  border-radius: 5px;
  font-size: 12px;
}

.header-phchat i {
  color: #fff;
}

.header-phchat a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.header-phchat a:hover {
  text-decoration: none;
}

.headerPh {
  padding: 0 5px 0 0;
}

.headerPh hr {
  margin: 2px 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.headerChat {
  padding: 0 5px;
  font-size: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}

.langSwitcher .btn {
  padding: 0.375rem 0.3rem;
}

.langSwitcher .user {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 82px;
  display: inline-block;
  vertical-align: middle;
}

.langSwitcher .btn-link {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}

.landingpage-header .langSwitcher .btn-link {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.langSwitcher i {
  color: #000;
}

.landingpage-header .langSwitcher i {
  color: #fff;
}

.langSwitcher .dropdown-toggle::after {
  font-size: 23px;
  margin-left: 0.133em;
  vertical-align: middle;
}

.langSwitcher .hide-caret.dropdown-toggle::after {
  display: none;
}

.langSwitcher .hide-caret.dropdown-toggle {
  color: #000;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
  border-left: none;
  padding: 1px 5px;
}

.langSwitcher .hide-caret.dropdown-toggle .fa {
  padding-top: 4px;
  color: #000;
}

.langSwitcher .my-account-btn {
  border: 1px solid #000;
  border-radius: 4px 0 0 4px;
  padding: 3px 4px !important;
  color: #000;
}

.langSwitcher .my-account-btn i {
  color: #000;
}

.langSwitcher .dropdown-submenu .dropdown-menu.show {
  top: 26px;
}

.langSwitcher .dropdown-menu {
  min-width: 7rem;
  padding: 0;
}

.langSwitcher .dropdown-menu .dropdown-item {
  padding: 5px 10px;
}

.langSwitcher .dropdown-item.active,
.langSwitcher .dropdown-item:active {
  background-color: #191f26;
}

/* headerBottom Begin */
/* headerBottom Franchise */
.headerBottom-franchise ul>li {
  display: flex;
  border-right: 1px solid #fff;
  width: 25%;
  justify-content: center;
}

.headerBottom-franchise ul>li:first-child {
  justify-content: flex-start;
}

.headerBottom-franchise ul>li:last-child {
  justify-content: flex-end;
  border-right: 0;
}

.headerBottom-franchise ul>li>a {
  padding: 0 !important;
  border: 0 !important;
}

/* headerBottom Business */
.headerBottom-business ul>li {
  display: flex;
  border-right: 1px solid #fff;
  width: 33.3%;
  justify-content: center;
}

.headerBottom-business ul>li:first-child {
  justify-content: flex-start;
}

.headerBottom-business ul>li:last-child {
  justify-content: flex-end;
  border-right: 0;
}

.headerBottom-business ul>li>a {
  padding: 0 !important;
  border: 0 !important;
}

/* headerBottom Realestate */
.x3-user .headerBottom.headerBottom-realestate ul {
  justify-content: center;
}

/* headerBottom General */
.headerBottom ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.x3-user .headerBottom ul {
  justify-content: space-between;
}

.headerBottom ul>li>a,
.headerBottom ul>li .btn {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 50px;
  font-weight: 500;
  font-size: 15px;
}

.headerBottom ul>li>a,
.headerBottom ul>li .btn:focus:not(:focus-visible) {
  box-shadow: none;
}

.headerBottom ul>li .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  background: transparent;
  border-color: transparent;
  border-right-color: #fff;
}

.headerBottom ul>li .btn {
  color: #fff;
  border: none;
  border-right: 1px solid #fff;
  background: transparent;
  border-radius: 0;
}

.headerBottom ul>li:last-child a {
  border-right: none;
}

.headerBottom ul>li>a:hover {
  text-decoration: none;
}

/* headerBottom Ends */

.hero-section {
  padding: 10px 0 0 0;
  background-image: url(../img/franchise-banner.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

section.hero-section:after {
  content: "";
  background-color: rgba(4, 23, 43, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-section .form-control {
  border-radius: 25px;
}

.jumbotron {
  padding: 40px;
  background-color: transparent !important;
  color: #fff;
  position: relative;
  z-index: 1;
}

.jumbotron h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.jumbotron p {
  margin: 2rem 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 6px 7px;
}

.select2-container .select2-selection--multiple {
  min-height: 40px;
  border-radius: 5.05rem;
}

.select2-container--default .select2-selection--multiple {
  padding-top: 3px;
}

.jumbotron .btn {
  padding: 7px 55px;
}

.jumbotron.homePage .btn {
  padding: 5px 20px;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.hero-section.narrowHero .btn {
  padding: 7px 35px;
}

.jumbotron .form-control {
  height: 35px;
  font-weight: 600;
}

.jumbotron .form-control::placeholder {
  font-weight: 600;
}

.jumbotron .form-control::-moz-placeholder {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .jumbotron h1 {
    font-size: 3rem;
  }

  .jumbotron h2 {
    font-size: 1.7rem;
  }
}

.client-profile {
  width: 280px;
  margin: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #3c4962;
  background-color: #13306ecc;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 21%);
}

.agent-details {
  padding-top: 20px;
  padding-bottom: 50px;
}

.agent-details h2 {
  margin-bottom: 30px !important;
}

.agent-details .client-profile {
  border: 1px solid #01297f;
  background-color: #01297f;
  width: auto;
}

.client-profile figure {
  width: 100px;
  height: 138px;
}

.client-profile figure>img {
  width: 100px;
  height: 140px;
  object-fit: contain;
}

.client-profile figure>figcaption {
  background-color: black;
  color: white;
  padding: 2px;
  text-align: center;
}

.client-profile .client-info {
  margin-top: 5px;
}

.client-profile .client-info a {
  display: block;
  font-size: 22px;
  color: #bfc6ca;
  margin-bottom: 6px;
  text-decoration: none;
}

.client-profile .client-info a>span {
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}

.client-profile .client-info a:hover {
  text-decoration: none;
}

.profileInfo {
  margin-bottom: 30px;
}

.profileData {
  padding: 40px 0;
}

.text-green {
  color: #84bd00;
}

.text-red {
  color: #f3141d;
}

.profile-data-item th,
.profile-data-item td {
  padding: 0.5em 0.25em;
}

.profileData .panel {
  height: 275px;
}

.serachResult h1 {
  font-weight: 900;
}

.franchiseSearchList h1 {
  font-weight: 800;
  margin-right: 20px;
}

.franchiseSearchListHeader {
  display: flex;
  align-items: center;
}

/*

.propertySearchPageHeader {
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(204, 204, 204);
  min-height: 55px;
  padding: 0px 12px;
}

*/

.bg-success.active_view {
  background-color: #508f0a !important;
}

.active_view.bg-primary {
  background-color: #2a74e4 !important;
}

.propertySearchPageHeader .form-check-input {
  transform: scale(1.6);
  border-color: #c4202b;
}

.franchiseSearchPageHeader .form-check-input {
  transform: scale(1.6);
  border-color: #5fb700;
}

.form-check-label {
  font-weight: 500;
  padding-left: 10px;
}

.form-check {
  margin-bottom: 10px;
}

.la-heart {
  font-size: 23px;
}

.fieldGr {
  display: flex;
  border: 1px solid #dc3545;
  border-radius: 25px;
  padding: 0px 0 0 10px;
}

.fieldGr .form-control {
  border: none;
}

.fieldGr .form-control::placeholder {
  color: #dc3545;
}

.fieldGr .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.propertySearchFilterOptions>ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
}

.propertySearchFilterOptions>ul>li {
  padding: 0 10px;
}

.cityZipAddress {
  width: 343px;
}

.fieldGr .searchIcon {
  width: 50px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  background: #ff0704;
  border-radius: 0 30px 30px 0;
}

.property-search-results {
  height: 100%;
}

.propertySearchListHeader h1 {
  font-weight: 800;
}

.propertySearchListHeader {
  display: flex;
  align-items: center;
}

.franchiseSearchListCount {
  color: #5fb700;
  font-weight: 600;
}

.propertySearchListCount {
  color: #ff4f5c;
  font-weight: 600;
  padding-left: 20px;
}

.gisMapContainer #gisMap {
  width: 100%;
  height: calc(100vh - 179px);
}

.franchise-search-item {
  background-color: #f7f7f7;
  padding: 30px 40px;
  border-radius: 4px;
  height: 550px;
  position: relative;
}

.franchise-search-item:hover {
  box-shadow: 0px 0.3px 0.9px rgb(0 0 0 / 12%), 0px 1.6px 3.6px rgb(0 0 0 / 12%);
}

.franchise-search-item hr {
  border-top: 1px solid rgb(117 160 24 / 35%);
}

.searchItem-name h3>a {
  color: #5fb700;
  font-weight: 800;
  font-size: 1.7rem;
}

.searchItem-name h3>a:hover {
  text-decoration: none;
}

.franchise-search-item .priceInfo h3 {
  color: #5fb700;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.serachResult .priceInfo h3 {
  color: #80b612;
  font-weight: 800;
}

.serachResult .priceInfo strong {
  font-weight: 800;
  font-size: 1.2rem;
}

.interestedCheckBox .form-check-label {
  font-weight: 600;
}

.card-bodyInner {
  display: flex;
  flex-direction: column;
  min-height: 342px;
}

.card-bodyInner .priceTag {
  font-weight: 800;
}

.titleWrap h2 {
  font-weight: 800;
  color: #0093e3;
  font-size: 1.6rem;
}

.titleWrap h2>span {
  color: #000;
}

.titleWrap h5 {
  font-weight: 700;
  font-size: 17px;
}

/***** franchiseDefaultSection *****/

.popularFranchise h1,
.businessFranchise h1 {
  font-size: 30px;
  font-weight: 800;
}

.imgBox {
  position: relative;
}

.popularFranchise .imgBox {
  height: 196px;
  width: 100%;
}

.popularFranchise .imgBox>img {
  height: 196px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.imgBoxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(106, 179, 2);
  width: 100%;
  opacity: 0.9;
  padding: 0.7rem;
  display: flex;
  justify-content: space-around;
}

.imgBoxTitle span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rightFranchise {
  padding: 65px 0;
}

.rightFranchise .btn-rightFranchise-search-bg {
  margin-top: .5rem;
}

.rightBusiness {
  padding: 65px 0;
}

.contactUs h1 {
  font-weight: 800;
}

.contactUs .FormWraper {
  background-color: #eeeeee;
  padding: 1.5rem;
}

.rightFranchise h1,
.rightBusiness h1 {
  font-weight: 800;
  font-size: 2.5rem;
  position: relative;
}

.rightFranchise h1::before,
.rightBusiness h1::before {
  content: "";
  position: absolute;
  top: -13px;
  background-color: #fff;
  width: 20%;
  height: 6px;
}

.businessFranchise.rightBusiness h1::before {
  background-color: #212529;
}

.rightFranchise p {
  font-weight: 500;
  font-size: 17px;
}

.brandBox {
  background-color: #fafbfc;
  border: 3px solid #80b612;
}

.brandIinfo {
  margin-bottom: 40px;
}

.brandIinfo h2 {
  color: #83b124;
  font-weight: 800;
  font-size: 1.5rem;
}

.brandIinfo h3 {
  font-weight: 700;
  font-size: 1.3rem;
}

.popularBrands h1 {
  font-weight: 800;
  font-size: 2.5rem;
}

.brandImg {
  height: 118px;
}

/***** End franchiseDefaultSection *****/

/***** businessDefaultSection *****/

.businessDefaultSection h1 {
  font-weight: 800;
  font-size: 2.3rem;
}

.businessDefaultSection .cardImgBox {
  width: 370px;
  height: 327px;
}

.businessDefaultSection .cardImgBox img {
  object-fit: cover;
  width: 369px;
  height: 342px;
}

.popularBusiness .card-body h2 {
  color: #1d92dc;
  font-weight: 800;
}

.priceTag {
  font-size: 30px;
}

.popularBusiness .card-body .card-text {
  font-weight: 500;
}

.tbright h2 {
  font-weight: 800;
  color: #1d92dc;
}

.businessListing .sectionHeader h1 {
  font-weight: 800;
  margin-bottom: 20px;
}

.popularBusiness h2 {
  font-weight: 800;
}

.popularBusiness .priceTag {
  font-weight: 700;
}

.breadCrumb span {
  font-weight: 600;
}

.breadCrumb .breadcrumbActive {
  color: #0093e0;
  font-weight: 600;
}

.franchise-details .breadCrumb .breadcrumbActive {
  color: #5fb700;
  font-weight: 600;
}

.propertyDetailsWrapper .breadCrumb .breadcrumbActive {
  color: #ff4e5e;
  font-weight: 600;
}

.filterBy {
  display: flex;
  justify-content: space-between;
}

.businessListing .filterBy {
  justify-content: flex-end;
  align-items: center;
}

.filterBy .form-control {
  flex-basis: 40%;
  border-radius: 25px;
}

.filterBy label {
  font-weight: 600;
}

.filterBy .filterNumber a {
  color: #0493d9;
  font-weight: 700;
}

.filterBy .filterNumber a:hover {
  text-decoration: none;
}

.footermetaInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listSharePrint {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.listSharePrint .addToList .form-check-label {
  font-weight: 600;
  color: #fe4e5b;
}

.addToList .form-check-label {
  font-weight: 600;
  color: #0195db;
}

.sharePrint>span {
  width: 40px;
  height: 40px;
  background-color: #0093e1;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.property-details-left .sharePrint>span {
  width: 35px;
  height: 35px;
  background-color: #ec2633;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.sharePrint>span>a {
  line-height: 40px;
  color: #fff;
}

.franchise-search-item .sharePrint>span {
  width: 30px;
  height: 30px;
  background-color: #5fb700;
}

.businessList .titleWrap h2 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.businessList .card-bodyInner {
  /* min-height: 275px; */
}

.businessList .heartWrapper {
  right: 25px;
  top: 5px;
}

.businessList .stateCity {
  font-size: 14px;
  font-weight: 600;
}

.businessList hr {
  border-top: 1px solid rgba(168, 170, 248, 0.35);
}

.businessList .sharePrint>span {
  width: 30px;
  height: 30px;
}

.businessList .sharePrint>span>a {
  line-height: 30px;
  font-size: 14px;
}

.franchise-search-item .sharePrint>span>a {
  line-height: 30px;
}

.franchise-search-item .sharePrint i {
  font-size: 0.8rem;
}

.franchise-search-item .addToList .form-check-label {
  font-weight: 600;
  color: #5fb700;
}

.popularBusiness .card-body {
  height: 342px;
}

.popular_business_list .cardImgBox {
  width: 342px;
  height: 382px;
}

.popular_business_list .cardImgBox img {
  object-fit: cover;
  height: 381px;
  width: 342px;
}

/***** End businessDefaultSection *****/

/***** franchise details page *****/
.details-wrapper {
  background-color: #fff;
  padding: 30px 0px;
}

.details-wrapper .details_right {
  padding: 10px 0px 15px;
}

.details-wrapper .details_right .franchiseNameCategory h1 {
  color: #5fb700;
  font-weight: 800;
  font-size: 2rem;
}

.details-wrapper .details_right .franchiseNameCategory h3 {
  font-weight: 600;
}

.details_left header {
  padding-bottom: 1rem;
}

.details_left_text {
  min-height: 300px;
}

.details_text h1 {
  color: #61b508;
  font-weight: 600;
}

.businessDesc .details_text h1 {
  color: #0095d8;
  font-weight: 800;
  font-size: 1.8rem;
}

.details_text h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.details_left_text img {
  float: right;
  border: 4px solid #ccc;
  box-shadow: 0px 0.3px 0.9px rgb(0 0 0 / 12%), 0px 1.6px 3.6px rgb(0 0 0 / 12%);
  margin-left: 10px;
  margin-bottom: 10px;
}

.side-box {
  padding: 0px 0px 10px 0px;
}

.side-box.contact-form {
  background-color: #3c4962;
  padding: 10px 20px;
}

.side-box.agent-info {
  background-color: #3c4962;
  padding: 10px 20px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: row;
}

.side-box p {
  line-height: 25px;
  margin-bottom: 10px;
}

.side-box h2 {
  background-color: #5fb700;
  color: #fff;
  font-weight: 600;
  padding: 8px;
  font-size: 16px;
  margin-bottom: 0;
}

.franchiseDetailsTable .table strong {
  color: #5db600;
}

.franchiseDetailsTable.franchiseDetailsTableInfo {
  margin: 0 15px;
}

.franchiseDetailsTable.franchiseDetailsTableInfo>div {
  border-bottom: 2px solid #fff;
}

.franchiseDetailsTable.franchiseDetailsTableInfo strong {
  color: #5db600;
}

.side-box.franchiseDetailsTableInfo p {
  margin-bottom: 0;
}

.franchiseDetailsTable.franchiseDetailsTableInfo .fas {
  font-size: 15px;
}

.side-box .las {
  font-size: 22px;
}

.side-box h3 {
  font-size: 23px;
}

.agent-info_inner {
  padding: 5px 8px !important;
}

.agent-info_inner p {
  font-size: 14px;
  line-height: 0px;
}

.agent-info_inner h5 {
  margin: 10px;
}

.agent-info img {
  max-width: 35%;
  height: 85px;
}

.agent-name {
  padding-top: 10px;
  color: chocolate;
}

.agent-info_inner span {
  font-size: 13px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  padding-bottom: 6px;
  color: #fff;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.tab-img {
  width: 200px;
  height: 100px;
  border: 1px solid #ccc;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.tab-img img {
  width: 200px;
  height: 100px;
  object-fit: cover;
  object-position: 10% 30%;
}

.tab-video,
.tab-ppt {
  width: 200px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.tab-video video {
  width: 200px;
  height: 100px;
  object-fit: cover;
  object-position: 10% 30%;
}

.tab-ppt img {
  width: 100px;
  height: auto;
  object-fit: cover;
}

.franchise-carousel .carousel-inner {
  width: 556px;
  height: 315px;
}

.franchise-carousel .carousel-inner img {
  width: 556px;
  height: 315px;
  object-fit: contain;
}

.franchise-carousel .carousel-inner video {
  width: 556px;
  height: 315px;
  object-fit: cover;
}

/* share-widget */
.share-widget {
  background-color: #f0f9e8;
  border-radius: 20px;
  align-items: center;
  margin-top: 20px;
}


.share-widget h2 {
  color: #048d0b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}

.businessSidebar .share-widget h2 {
  color: #0093e0;
}

.share-widget ul {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  justify-content: center;
}

.share-widget ul>li {
  margin: 0px 4px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.share-widget ul>li.facebook {
  background-color: #4367b3;
}

.share-widget ul>li.twitter {
  background-color: #09aced;
}

.share-widget ul>li.linkedin {
  background-color: #056ea5;
}

.share-widget ul>li.whatsapp {
  background-color: #25d568;
}

.share-widget ul>li.telegram {
  background-color: #0689cd;
}

.share-widget ul>li.instagram {
  background-color: #be0821;
}

.share-widget ul>li>a {
  color: #fff;
}

.share-widget ul>li i {
  line-height: 35px;
}

/* share-widget */

/* callus-widgets begin */

.callUsToday-widget {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.callUsTitle {
  display: flex;
  justify-content: space-between;
}

.callUsTitle h2 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.callUsTitle span>i {
  font-size: 4.5rem;
  color: #fff;
}

.callUsPhone {
  background-color: #098900;
  padding: 0.75rem;
  text-align: center;
}

.businessSidebar .callUsPhone {
  background-color: #006da5;
}

.realestateSidebar .callUsPhone {
  background-color: #bd0d1a;
}

.callUsPhone a {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.callUsPhone a:hover {
  text-decoration: none;
}

/* callus-widgets ends */

/* mailus widgets begin */

.mailUs-widget {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  margin-top: 20px;
}

.mailUs-widget span.mail-icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0704;
  margin-right: 10px;
}

.mailUs-widget h2 {
  font-weight: 800;
  font-size: 1.8rem;
}

.mailUs-widget>span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.mailUs-widget>span>i {
  line-height: 45px;
  color: #5fb700;
  font-size: 1.5rem;
}

.businessSidebar .mailUs-widget>span>i {
  color: #0093e0;
}

.realestateSidebar .mailUs-widget>span>i {
  color: #ff4d5c;
}

/* .mailUs-widget .mailUs-title {
  padding-left: 10px;
} */

.mailUs-widget .mailUs-title a {
  color: #fff;
}

.mailUs-widget .mailUs-title a:hover {
  text-decoration: none;
}

.mailUs-widget .mailUs-title h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* mailus widgets ends */

/* saveForLetter */

.saveForLetter-widget {
  border-top: 2px solid #5fb700;
  border-bottom: 2px solid #5fb700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.businessSidebar .saveForLetter-widget {
  border-top: 2px solid #0093e0;
  border-bottom: 2px solid #0093e0;
}

.realestateSidebar .saveForLetter-widget {
  border-top: 2px solid #ff4f5c;
  border-bottom: 2px solid #ff4f5c;
}

.saveForLetter-widget h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #009200;
  text-transform: uppercase;
  margin-bottom: 0;
}

.businessSidebar .saveForLetter-widget h2 {
  color: #0593df;
}

.realestateSidebar .saveForLetter-widget h2 {
  color: #ff4f5c;
}

.saveForLetter-widget span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #61b600;
  text-align: center;
}

.businessSidebar .saveForLetter-widget span {
  background-color: #0093e0;
}

.realestateSidebar .saveForLetter-widget span {
  background-color: #ff4f5c;
}

.saveForLetter-widget span i {
  color: #fff;
  line-height: 40px;
}

/* saveForLetter */

/* newsletter widgets begin */

.newsletter-widget {
  background-color: #f0f9e8;
  padding: 1rem;
  margin-top: 20px;
}

.businessSidebar .newsletter-widget {
  background-color: #e3f4fb;
}

.realestateSidebar .newsletter-widget {
  background-color: #dc354538;
}

.newsletter-widget h2 {
  color: #098900;
  font-size: 15px;
  font-weight: 600;
}

.businessSidebar .newsletter-widget h2 {
  color: #0192e3;
}

.newsletter-widget .form-control {
  border-radius: 2rem;
  margin-bottom: 10px;
}

.newsletter-widget .form-control::placeholder {
  color: #80b612;
}

.businessSidebar .newsletter-widget .form-control::placeholder {
  color: #76bffa;
}

.realestateSidebar .newsletter-widget .form-control::placeholder {
  color: #ff4e5a;
}

.newsletter-widget .btn {
  padding: 5px 25px;
}

/* newsletter widgets end */

/* awards-widget begin */

.award-widget {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.widgetTitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.widgetTitle>span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.widgetTitle>span>i {
  line-height: 45px;
  color: #5fb700;
  font-size: 1.5rem;
}

.widgetTitle h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 10px;
}

.awardList h4 {
  font-size: 0.8rem;
  color: #fff;
  padding: 0.7rem;
}

.awardList .card-body {
  padding: 0.7rem;
  background-color: #098900;
  color: #fff;
}

.marqueContainer {
  height: 80px;
  overflow: hidden;
  position: relative;
}

.marqueVertical {
  top: 6em;
  position: relative;
  animation: marquee 15s linear infinite;
}

/* Make it move! */
@keyframes marquee {
  0% {
    top: 8em;
  }

  100% {
    top: -11em;
  }
}

.marqueVertical:hover {
  animation-play-state: paused;
}

/* awards-widget ends */

/* availability-widget begin */

.sibarbarWidgets h4 {
  font-size: 0.8rem;
  color: #fff;
  padding: 0.7rem;
}

.availability-widget {
  border-radius: 20px;
}

.sibarbarWidgets .card-body {
  padding: 0.7rem;
  background-color: #098900;
  color: #fff;
}

.availability-widget .widgetTitle h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 10px;
}

/* availability-widget ends */

/* moreInfo-widget begin */

.moreInfo-widget {
  background-color: #f0f9e8;
  padding: 1rem;
  margin-top: 20px;
  border-radius: 20px;
}

.moreInfo-widget h2 {
  color: #098900;
  font-size: 27px;
  font-weight: 800;
}

/* moreInfo-widget ends */

.businessNameCategory h1 {
  color: #0193e0;
  font-weight: 800;
  font-size: 1.5rem;
}

.businessNameCategory header>h1>span {
  color: #000;
}

.back2Result a {
  font-weight: 600;
  color: #0090d9;
}

.businessNameCategory header h4 {
  font-weight: 700;
  font-size: 1.2rem;
}

.businessDetailsTable table td {
  padding: 0.4rem 0.75rem;
}

.businessDetailsTable table td>strong {
  color: #0096e1;
  font-weight: 800;
}

.recent-listing {
  padding-top: 15px;
  padding-bottom: 40px;
}

.recent-listing .card a {
  text-decoration: none;
  color: #3c4962;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.recent-listing-slider .card-img-top {
  width: 273px !important;
  height: 160px;
  object-fit: contain;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.owl-prev,
.owl-next {
  width: 37px;
  height: 62px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
  background-color: rgba(51, 51, 51, 0.46);
}

.owl-prev {
  left: 1px;
}

.owl-next {
  right: 0px;
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 2);
  color: #ece6e6;
}

.page-footer {
  background: #000;
  color: #fff;
  padding: 16px 0;
}

.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog {
  background-color: transparent;
  border: none;
}

.modal-content {
  border: none;
}

.modal-sm {
  width: 39px !important;
}

.btn-round {
  background-color: #504747 !important;
  color: #f5f5f5;
}

.scrollbar {
  overflow: auto;
  white-space: nowrap;
}

.scrollbar img {
  border: 1px solid;
  margin-bottom: 5px;
}

/***** loading css *****/
.dot {
  background: red;
  float: left;
  height: 25px;
  margin-left: 5px;
  width: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  opacity: 100;
}

/***** End loading css *****/

.franchise-search-item .franchiselogo {
  width: 200px;
  height: 110px;
  margin: auto;
}

.franchise-search-item .franchiselogo img {
  width: 200px;
  height: 110px;
  object-fit: cover;
  filter: opacity(0.5);
}

/* Responsive Design */

@media (max-width: 600px) {
  .details-wrapper {
    width: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .details_left_text img {
    float: none;
  }
}

.default-image {
  filter: opacity(0.2);
}

/***** End franchise details page *****/
.franchise-logo img {
  width: 275px;
  height: 150px;
  object-fit: cover;
  object-position: 10% 30%;
  border-radius: 10px;
}

.default-image img {
  width: 200px;
  height: 180px;
  filter: opacity(0.5);
}

/* Multiselect Checkbox */

.ms-options-wrap>.ms-options>ul label {
  padding: 4px 4px 4px 24px;
  color: black;
  font-weight: 400;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
  border-radius: 25px;
  padding: 6px 20px 6px 15px;
  font-size: 15px;
  color: #322f2f;
  font-weight: 600;
}

.ms-options-wrap>.ms-options .ms-selectall {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

/* .ms-search input{
  color: #000;
} */
.business-details .side-box.heading {
  padding: 5px 15px;
  margin-top: 10px;
}

.business-details .details_left_text {
  min-height: 150px;
}

/* real estate page */
.property-results-container {
  display: flex;
}

.property-results-container .property-results-map {
  width: 40%;
}

.property-results-container .property-results-list {
  flex: 1;
  /* background: rgba(0,0,0,0.04); */
}

.estate-search {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 450px;
  background-position: bottom center;
  position: relative;
}

.estate-search.estateSearchResults {
  height: auto;
}

.serach-background-overlay {
  background-color: rgba(48, 52, 65, 0.65);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.searchResultsContainer {
  position: relative;
  overflow: auto;
  height: calc(100vh - 179px);
  box-shadow: -2px 2px 5px 0 rgb(0 0 0 / 40%);
}

.search-box-content {
  padding: 50px 0;
}

.search-box-content h1 {
  font-weight: 700;
}

.search-box-content .nav {
  align-items: center;
  justify-content: center;
}

.search-box-content .nav-tabs {
  border-bottom: none;
}

.search-box-content .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #414552;
}

.search-box-content .nav-tabs .nav-link.active {
  color: rgba(67, 195, 112, 1);
  background-color: #323542;
  border-color: #dee2e6 #dee2e6 #fff;
}

.search-box-content .nav-pills .nav-item {
  padding: 0 1rem;
}

.search-box-content .nav-pills .nav-link {
  padding: 0;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
}

.search-box-content .nav-pills .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

.search-box-content .tab-content {
  position: relative;
  line-height: 22px;
  padding: 30px 15px;
  /*min-height: 116px; */
  color: #ffffff;
}

.search-box-content .tab-content:before {
  background-color: #323542;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
}

.search-box-content .tab-content .row {
  position: relative;
}

.property-listing {
  background-color: #fff;
  padding: 60px 0;
}

.property-listing h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #e0203b;
}

.property-grid {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  gap: 20px;
}

.property-listing .card {
  border: none;
  transition: all 0.15s;
  height: 580px;
  border-radius: 0px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 0px 5px 2px rgb(205 205 205 / 50%);
}

.property-listing .card .card-title {
  font-size: 1.1rem;
}

.property-img-box {
  position: relative;
  color: #ffffff;
}

.property-img-box>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.property-img-box>div .property-img-box-top {
  position: relative;
  z-index: 1;
}

.property-img-box>div .property-img-box-top .stm-row {
  margin-left: 0;
}

.property-img-box>div .property-img-box-bottom {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  z-index: 1;
}

.stm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.inventory_featured_label {
  background-color: rgba(67, 195, 112, 1);
}

.inventory_featured_label {
  display: inline-block;
  padding: 1px 7px;
  line-height: 20px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  vertical-align: top;
  text-transform: uppercase;
}

.inventory_category_style_1 {
  display: inline-block;
  padding: 1px 7px;
  line-height: 20px;
  background-color: #e0203b;
  border-radius: 3px;
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
  vertical-align: top;
  text-transform: uppercase;
}

.property-img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.5578606442577031) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.5578606442577031) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.5578606442577031) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.property-img-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.property-img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to bottom,
      rgba(34, 34, 34, 0) 0%,
      rgba(34, 34, 34, 0.8) 100%);
}

.property-img-box-link {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.property-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 230px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.property-listing .card:hover {
  box-shadow: 0 8px 16px rgb(0 0 0 / 25%);
}

.ulisting-listing-wishlist {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.15s;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}

.property-listing .card:hover .ulisting-listing-wishlist {
  visibility: visible;
  opacity: 1;
}

.property-img-box>div .ulisting-listing-wishlist {
  pointer-events: all;
}

.property-img-box-bottom .la-heart {
  position: relative;
  font-size: 25px;
  color: #ffffff;
  z-index: 11;
}

.property-meta-list {
  height: 90px;
}

.searchResultsContainer .property-meta-list {
  height: auto;
}

.searchResultsContainer .property-meta-list>ul {
  margin-top: 0;
  margin-bottom: 0px;
}

.searchResultsContainer .genuine_sale {
  font-weight: 700;
  font-size: 20px;
}

.property-index-meta-list {
  margin-top: 10px;
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.searchResultsHeader h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.searchResultsContainer .property-index-meta-list li {
  padding: 5px 0px;
  margin-right: 10px;
}

.property-index-meta-list li {
  padding: 5px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 25px;
}

.property-index-meta-list li .fa {
  padding-right: 10px;
}

.genuine_sale {
  font-weight: 500;
  font-size: 30px;
  color: #f7505c;
}

.genuine_price.has_sale {
  text-decoration: line-through;
  font-size: 13px;
  opacity: 0.5;
}

.genuine_price.has_sale .genuine_suffix {
  margin-right: 10px;
}

.cardfooter .la-eye {
  font-size: 24px;
}

.property-details-slider .carousel-indicators {
  position: static;
  margin: 0;
}

.property-details-slider .carousel-indicators .mCSB_container {
  display: flex;
}

.property-details-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: 68px;
}

.property-details-slider .carousel-indicators li {
  width: 40px;
  height: 40px;
  opacity: 1;
}

.property-details-slider .carousel-indicators li>img {
  object-fit: cover;
  height: 40px;
  overflow: hidden;
  width: 40px;
}

.property-details-slider .carousel-inner {
  min-height: 220px;
}

.property-details-slider .carousel-inner .carousel-item img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.property-details-left .side-box.heading h1 {
  font-size: 1.6rem;
  font-weight: 800;
}

.property-details-left .forSale i {
  font-size: 13px;
  color: #fe4e59;
}

.property-details-left .forSale span {
  font-weight: 600;
}

.property-details-left .moreinfo-contact-question {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.estimateAmtwrap a {
  font-weight: 600;
  color: #000;
}

.estimateAmtwrap a:hover {
  text-decoration: none;
}

.estimateAmtwrap span>span {
  color: #0093e1;
}

.moreRealEstateInfo h3 {
  font-size: 17px;
  font-weight: 700;
}

.property-details-left .genuine_price.has_sale {
  text-decoration: line-through;
  font-size: 20px;
  opacity: 0.5;
}

.property-details-left .genuine_sale {
  font-weight: 600;
  font-size: 27px;
}

.property-listing .cardfooter .btn {
  /* border-radius: 0; */
  /* text-transform: uppercase; */
  /* padding: 0.7rem; */
  padding: 5px 15px;
  font-size: 14px;
}

.property-listing .cardfooter .btn-dark {
  background-color: #1caf4f;
  /*border-color: #1caf4f;*/
}

.property-listing .cardfooter .btn-dark:hover,
.property-listing .cardfooter .btn-dark:focus-visible,
.property-listing .cardfooter .btn-dark:focus {
  background-color: #108f3c;
  border-color: #108f3c;
}

.footerSpan {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
}

.footerSpan a {
  color: #fff;
  line-height: 40px;
}

.footerSpan a>i {
  font-size: 20px;
}

.facts-wrap {
  padding: 30px 0;
}

.facts-wrap ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.facts-wrap ul li>div {
  display: flex;
}

.facts-wrap ul li>div i {
  font-size: 50px;
}

.facts-wrap ul li>div h6 {
  margin-bottom: 0;
  font-size: 13px;
}

.facts-wrap ul li>div h4 {
  font-size: 17px;
  font-weight: 600;
}

.facts-wrap ul li {
  flex-basis: 176px;
  border: 1px solid #e7e0e0;
  margin-bottom: 10px;
  padding: 3px;
}

.feature-span {
  margin-top: 5px;
}

.img-icon {
  width: 48px;
  margin-right: 10px;
}

.map-container .las {
  padding: 10px;
  font-size: 23px;
}

.amenities-wrap ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.amenities-wrap ul li {
  border: 1px solid #cbc3c3;
  font-size: 18px;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 25px;
  margin-right: 10px;
}

.rentBestOffer h1 {
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
}

.rentBestOffer h1::before {
  content: "";
  background-color: #dc3545;
  position: absolute;
  width: 10%;
  height: 5px;
  bottom: -5px;
  left: 30%;
  transform: translateX(150%);
}

.propertyItemCard {
  display: flex;
}

.propertyItemInfo {
  flex-basis: 50%;
  background-color: #edf1f2;
}

.propertyItemInfo h2 {
  font-weight: 600;
}

.propertyItemPrice>span {
  font-size: 40px;
  font-weight: 600;
  color: #dc3545;
}

.propertyItemInfo ul {
  list-style: none;
  padding-left: 0;
}

.propertyItemInfo ul>li {
  margin-bottom: 10px;
}

.advanced-search-item-wrap {
  margin-top: 1.5rem;
  position: relative;
  z-index: 99;
}

.advanced-search-item-wrap .card {
  background-color: rgba(48, 52, 65, 1);
  border: none;
  border-radius: 0;
}

.advanced-search-item-wrap .attr-title {
  font-weight: 600;
  padding-bottom: 1px;
}

.advanced-search-item-wrap .form-label {
  font-weight: 600;
  padding-top: 1rem;
}

.advanced-search-button a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.property-icon-chevron-right {
  font-size: 14px;
}

.business-search-item .franchiselogo {
  width: 200px;
  height: 110px;
  margin: auto;
}

.business-search-item .franchiselogo img {
  width: 200px;
  height: 110px;
  object-fit: cover;
  filter: opacity(0.5);
}

.business-search-item {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.business-search-item:hover {
  box-shadow: 0px 0.3px 0.9px rgb(0 0 0 / 12%), 0px 1.6px 3.6px rgb(0 0 0 / 12%);
}

.search-results .card:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 18%);
}

.business-search-item.property-list-results .carousel-inner {
  height: 150px;
  border: 1px solid #cfcfcf;
}

.business-search-item.property-list-results .carousel-item img {
  height: 150px;
  object-fit: cover;
}

.property-search-item .propertySearchItemSlider .carousel-inner {
  height: 400px;
  border: 1px solid #cfcfcf;
}

.property-search-item .propertySearchItemSlider .carousel-item img {
  height: 400px;
  object-fit: cover;
}

.price-tag {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.realestate.search-container {
  padding: 60px 0;
}

.pagination {
  margin: 30px 0;
  /*  justify-content: space-between;*/
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.pagination .ourFavourite a {
  color: #000;
  font-weight: 700;
}

.pagination .ourFavourite a {
  border-right: 2px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.pagination .ourFavourite a:hover {
  text-decoration: none;
}

.pagination .ourFavourite a:last-child {
  border-right: none;
}

.buyFinanceRent {
  padding: 60px 0;
}

.buyFinanceRent .card-text {
  height: 100px;
}

.loader-mini {
  content: " ";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 9997;
  display: none;
}

.spinner-border {
  width: 5rem;
  height: 5rem;
  color: #e3121a;
}

.aboutSection h1 {
  font-weight: 800;
}

.aboutInfo h3 {
  font-weight: 700;
  color: #1d92dc;
  text-transform: uppercase;
}

.sellingOptions {
  display: flex;
  margin-top: 40px;
  box-shadow: 0 4px 34px -19px rgb(0 0 0 / 50%);
}

.imgDivRight {
  flex-basis: 50%;
}

.imgDivRight h1,
.localInfoText h1 {
  font-weight: 800;
  position: relative;
}

.imgDivRight h1::before,
.localInfoText h1::before {
  content: "";
  background-color: #f60c1b;
  width: 13%;
  height: 6px;
  top: -14px;
  position: absolute;
}

.imgDivRight p,
.localInfoText p {
  font-weight: 500;
}

.localInfo {
  display: flex;
  box-shadow: 0 4px 34px -32px rgb(0 0 0 / 50%);
}

.localInfoText {
  flex-basis: 50%;
}

.localInfoText .formgroup {
  display: flex;
  border: 1px solid #495057;
  border-radius: 25px;
  padding: 4px;
  width: 70%;
  justify-content: space-between;
}

.localInfoText .formgroup .form-control {
  border: none;
  border-radius: 25px;
  flex-basis: 60%;
}

.localInfoText .formgroup .form-control:focus {
  box-shadow: none;
}

.contactFranchise label {
  color: #098900;
  font-weight: 600;
}

.upcomingDiscovery {
  background: #6ab302 url(../img/franchise_site/discovery.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 701px;
}

.upcomingDiscovery h1 {
  color: #fff;
  font-weight: 800;
  font-size: 43px;
  text-transform: uppercase;
  position: relative;
}

.upcomingDiscovery h1::before {
  content: "";
  background-color: #fff;
  width: 20%;
  height: 7px;
  position: absolute;
  top: -16px;
}

.upcomingDiscovery p {
  color: #fff;
  font-weight: 500;
}

.roundbox {
  width: 315px;
  height: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.roundbox h1 {
  position: relative;
}

/* .roundbox h1::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 54%;
  top: -9px;
  left: 24%;
}

.roundbox.franchises h1::after {
  background-color: #779d15;
}

.roundbox.business h1::after {
  background-color: #1d92dc;
}

.roundbox.properties h1::after {
  background-color: #c4202b;
} */

.roundbox a {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.roundbox a:hover {
  text-decoration: none;
}

.trendingBusinessImg {
  height: 435px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.customSelect .form-control {
  border-color: #dc3545;
  color: #dc3545;
  font-weight: 600;
}

.customSelect .form-control option {
  padding: 40px !important;
  background: #fff;
  font-size: 1rem;
  color: #212529;
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(161, 160, 160, 0.4);
}

.likebtn {
  position: relative;
}

.property-img-box .likebtn {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 2px 4px);
  border: 1px solid #fff;
  background-color: rgb(24 23 23 / 77%);
  width: 35px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  line-height: 36px;
}

.property-img-box .likebtn [for="heart"] {
  color: #e4edf2;
  padding: 2px 5px;
}

.property-img-box .likebtn label {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 5px;
}

.likebtn .heartLike {
  position: absolute;
  opacity: 0;
}

.likebtn [for="heart"] {
  color: #aab8c2;
  cursor: pointer;
  font-size: 1.5em;
  align-self: center;
  transition: color 0.2s ease-in-out;
  padding: 8px 0 0px 10px;
}

.sharePrint .likebtn [for="heart"] {
  color: #fff;
  padding: 0;
  margin: 0;
}

.likebtn input[type="checkbox"] {
  opacity: 0;
  z-index: 999;
}

.likebtn input[type="checkbox"]:checked+.heartLabel {
  opacity: 1;
}

.advancedSearchFilterOptions>ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
}

.advancedSearchFilterOptions>ul>li {
  padding: 0 10px;
}

.advancedSearchFilterOptions>ul>li:first-child {
  padding-left: 0;
}

.advancedSearchFilterOptions .fieldGr {
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 25px;
  padding: 0px 0 0 10px;
}

.advancedSearchFilterOptions .fieldGr .form-control::placeholder {
  color: #495057;
}

.advancedSearchFilterOptions .fieldGr .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.advancedSearchFilterOptions .fieldGr .searchIcon {
  /* color: #495057; */
  background: #495057;
}

.heartWrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

/***** footer top *****/

.footerTop {
  background-color: #f2f2f2;
  padding: 100px 0;
}

.footerTop ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerTop ul li {
  margin-right: 35px;
}

.footerTop ul li:last-child {
  margin-right: 0px;
}

.bi-youtube {
  color: #c4202b;
}

.bi-facebook {
  color: #2A5093;
}

.bi-twitter {
  color: #2daae1;
}

.bi-instagram {
  color: #8235bf;
}

/***** End footer top *****/

.realestateTestimonials {
  background-image: url(../img/feedback-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: none;
}

.realestateTestimonials .carousel-caption {
  border: 1px solid red;
  color: #0093e0;
  width: 80%;
}

.realestateTestimonials .carousel-inner {
  border: 1px solid red;
  height: 550px;
}

#listview .thumbnail img {
  object-fit: cover;
  object-position: center center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #ddd;
  /* box-shadow: 0px 0px 12px 9px rgb(215 215 215 / 50%); */
  background: #fff;
}

#listview .franchise-search-item .priceInfo h3 {
  font-size: 0.9rem;
}

.galleryThumbnail ul {
  display: flex;
  gap: 3%;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.galleryThumbnail ul>li {
  width: 31%;
  margin-top: 10px;
}

.customDropdown .btn {
  padding: 4px 14px !important;
}

.customDropdown .btn-white {
  color: #495057;
}

.favouriteListSlider.owl-carousel .owl-item img {
  display: inline-block;
  width: 100px;
}

.favouriteListSlider .card-bodyInner {
  min-height: 300px;
}

.favouriteListSlider .footermetaInfo a.btn {
  font-size: 0.7rem;
}

.favouriteListSlider .franchise-search-item {
  height: auto;
}

.favouriteListSlider .franchise-search-item .priceInfo h3 {
  font-weight: 800;
  font-size: 1rem;
}

.favouriteListSlider .franchise-search-item .table strong {
  font-size: 0.75rem;
}

.business-text-color {
  color: #0093e0;
}

.franchisee-text-color {
  color: #5fb700;
}

.realestate-text-color {
  color: #dc3545;
}

.franchise-list {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  gap: 20px;
}

/*********************************************
              header css              
*********************************************/
.topnav-circle-re-bg {
  background-color: #dc3545;
}

.topnav-circle-re-text {
  color: #fff;
}

.topnav-circle-fr-bg {
  background-color: #28a745;
}

.topnav-circle-fr-text {
  color: #fff;
}

.topnav-circle-bb-bg {
  background-color: #007bff;
}

.topnav-circle-bb-text {
  color: #fff;
}

.heart-text-color {
  color: #007bff;
}

.header-phchat .topnav-chatph-text-color {
  color: #fff;
}

.topnav-chatph-bg {
  background-color: #5fb700 !important;
}

.bottom-nav-bg {
  background-color: #5fb700 !important;
}

.headerBottom ul>li>a.bottom-nav-text-color {
  color: #fff;
}

/*********************************************
              Franchise landing page css              
*********************************************/
.btn-banner-search-bg {
  background-color: #5fb700;
}

.btn-banner-search-border-color {
  border-color: #5fb700;
}

.btn-banner-search-text {
  color: #fff;
}

.btn-explore-bg {
  background-color: #5fb700;
}

.btn-explore-text {
  color: #fff;
}

.btn-explore-border-color {
  border-color: #5fb700;
}

.btn-sale-bg {
  background-color: #5fb700;
}

.btn-sale-text-color {
  color: #fff !important;
}

.rightFranchise-bg {
  background-color: #5fb700 !important;
}

.rightFranchise .rightFranchise-title {
  color: #fff;
}

.rightFranchise .rightFranchise-text {
  color: #fff;
}

.btn-rightFranchise-search-bg {
  background-color: #fff;
  border-color: #fff;
}

.btn-rightFranchise-search-text {
  color: #80b612;
}

.likebtn .heartOn {
  color: #aab8c2;
}

.likebtn .heartOff {
  color: #28a745;
}

.franchise-search-item-bg {
  /* background-color: #f2f2f2; */
  background-color: #fff;
  border: 1px solid #bce591;
}

caption-pill-bg {
  background-color: #28a745;
}

.caption-pill-text {
  color: #fff;
}

.searchItem-name h3 .searchItem-title {
  color: #2a5100;
}

.franchise-search-item .priceInfo .priceInfo-title {
  /* color: #5fb700; */
  color: #57a306;
}

.contact-agent-bg,
.btn-signIn-bg,
.btn-share-bg,
.btn-print-bg {
  background-color: #4f9801;
}

.more-info-text,
.contact-agent-text,
.btn-signIn-text,
.btn-share-text,
.btn-print-text {
  color: #fff !important;
}

.more-info-bg {
  background-color: #ff0704;
}

.contact-agent-border {
  border-color: #4f9801;
}

.more-info-border {
  border-color: #ff0704;
}

/* Chat widget image design fixes */
.chat-widget img {
  width: calc(100% + 28px);
  max-width: none;
  margin-left: -14px;
}

.realestateSidebar .chat-widget img {
  width: calc(100% + 18px);
  max-width: none;
}

/*1/25/2023*/
.franchiseGallery.property-details-slider .carousel-inner {
  height: 150px;
  border: 1px solid #e1e1e1;
}

.franchiseGallery.property-details-slider .carousel-inner .carousel-item img {
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.franchiseGallery.property-details-slider .carousel-inner .carousel-indicators {
  top: -55px;
}

.franchiseGallery.property-details-slider .carousel-control-next,
.franchiseGallery.property-details-slider .carousel-control-prev {
  bottom: 57px;
}

/* 27-01-2023 */
.searchItem-name h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.franchise-search-item .searchItem-name p,
.property-listing-slider .card h5.card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.franchise-search-item .likebtn label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f1f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0.3px 0.9px rgb(0 0 0 / 12%), 0px 1.6px 3.6px rgb(0 0 0 / 12%);
  line-height: 41px;
  padding: 0;
}

.franchise-search-item .caption h6 {
  margin-bottom: 20px;
}

.listView .franchise-search-item {
  height: auto;
}

/* Video slider css 30/01/2023 */
.franchiseGallery .video-slider {
  padding-top: 0;
}

.video-slider {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 40px;
  padding-top: 40px;
}

.video-slider .big .item {
  padding: 2px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

.video-slider .thumbs .item {
  background: #c9c9c9;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  margin-right: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.video-slider .thumbs .item h1 {
  font-size: 18px;
}

.video-slider .thumbs .current .item {
  border: 2px solid #0093e0;
}

.video-slider .owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video-slider .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.video-slider .big.owl-theme {
  position: relative;
}

.video-slider .big.owl-theme .owl-next,
.video-slider .big.owl-theme .owl-prev {
  position: absolute;
  text-align: center;
  top: 50%;
}

.video-slider .thumbs.owl-theme .owl-next,
.video-slider .thumbs.owl-theme .owl-prev {
  background: #333;
}

.video-slider .owl-prev i,
.video-slider .owl-next i {
  transform: scale(1);
  color: #fff;
}

.video-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.video-slider .big.owl-carousel .owl-item .item {
  height: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.video-slider .big.owl-carousel .owl-item .item img {
  height: 100%;
  overflow: hidden;
}

.video-slider .thumbs {
  box-shadow: 0 10px 16px -16px rgb(0 0 0 / 10%),
    0 1px 11px -9px rgb(0 0 0 / 10%);
  border: 1px solid #eaeaea;
  margin-top: -20px;
}

.video-slider .big.owl-carousel .owl-item .item video {
  border: 1px solid #9f9f9f;
  display: block;
  height: 219px;
}

.franchiseGallery.property-details-slider .carousel-indicators {
  display: flex;
  justify-content: start;
  box-shadow: 0 10px 16px -16px rgb(0 0 0 / 10%),
    0 1px 11px -9px rgb(0 0 0 / 10%);
  border: 1px solid #eaeaea;
}

.franchiseGallery.property-details-slider .carousel-indicators li {
  width: 60px;
  border-width: 0;
  height: 60px;
}

.franchiseGallery.property-details-slider .carousel-indicators li img {
  object-fit: cover;
  height: 60px;
  overflow: hidden;
  width: 60px;
}

.footermetaInfo .sharePrint {
  display: flex;
}

.footermetaInfo .sharePrint span {
  margin-right: 5px;
}

.footermetaInfo .sharePrint span:last-child {
  margin-right: 0px;
}

.custom-map .gm-style-iw-d>div {
  width: 200px;
  display: flex;
  font-weight: 500;
  letter-spacing: 1px;
  color: #13889b;
  padding-right: 0;
}

/* .custom-map .map-img {
  flex-basis: 200px;
  margin-right: 6px;
} */
.custom-map .map-info-container {
  font-family: "Montserrat", sans-serif;
}

.custom-map .map-info-container .map-info .property-address {
  color: #ff0704;
}

.custom-map .map-info-container .map-info .property-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-map .map-info .price {
  color: #ff0704;
  font-size: 14px;
  font-weight: bold;
}

.custom-map .map-info .amenities {
  color: #212529;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
}

.custom-map .map-info .amenities span {
  padding-right: 4px;
  border-right: 1px solid #cbcbcb;
}

.custom-map .map-info .amenities span:last-child {
  border-right: 0;
}


.custom-map .gm-style .map-info-container {
  display: block;
  padding-top: 8px;
}

.custom-map .gm-style .map-img button {
  width: 100%;
  border: 0;
  padding: 0;
}

.custom-map .gm-style .map-img {
  padding-bottom: 10px;
}

.custom-map .gm-style .map-img img {
  width: 100% !important;
  max-width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.custom-map .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.custom-map .gm-ui-hover-effect {
  background: #ff000a !important;
  opacity: 0.8;
  top: 0 !important;
  right: 0 !important;
  width: 26px !important;
  height: 26px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 6px;
}

.custom-map .gm-style-iw-d a {
  display: inline-block;
  background: #2ba957;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 48px;
  text-decoration: none;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 21%);
}

.custom-map .gm-style-iw-d a:focus-visible {
  outline: none;
}

.custom-map .gm-ui-hover-effect>span {
  background-color: #fff !important;
  width: 18px !important;
  height: 18px !important;
  /* margin: 8px 4px !important; */
  padding: 0 !important;
  margin: 0 !important;
}

/*.custom-map .gm-style img {
  width: 16px !important;
  height: 25px !important;
}*/

/* margin */
.m-r-5 {
  margin-right: 5px !important;
}

.realestateSearchListCount {
  color: #ff4f5c;
  font-weight: 600;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
}

.map-btn-more-info {
  padding: 0.11rem 0.5rem !important;
  font-size: 0.775rem !important;
  padding-bottom: 1px !important;
}

.sellingOptions .imgDiv,
.localInfo .localInfoImg {
  flex-basis: 50%;
}

.sellingOptions .imgDiv img,
.localInfo .localInfoImg img {
  width: 100%;
}

.businessList .card.bb-search-item-bg {
  height: 450px;
  position: relative;
}

.businessList .card.bb-search-item-bg .card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.about-business-slider .favouriteListSlider,
.about-franchise-wrapper .favouriteListSlider {
  margin: 0;
}

.about-details-wrapper .businessListing .sectionHeader h1,
.about-details-wrapper .franchiseSearchList .sectionHeader h1 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px !important;
  text-align: center;
  color: #e34e13;
}

.about-details-wrapper .businessListing .sectionHeader h1 span:before,
.about-details-wrapper .franchiseSearchList .sectionHeader h1 span:before,
.about-details-wrapper .businessListing .sectionHeader h1 span:after,
.about-details-wrapper .franchiseSearchList .sectionHeader h1 span:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ffbb48;
  position: absolute;
  top: 50%;
}

.about-details-wrapper .businessListing .sectionHeader h1 span:before,
.about-details-wrapper .franchiseSearchList .sectionHeader h1 span:before {
  right: calc(100% + 15px);
}

.about-details-wrapper .businessListing .sectionHeader h1 span:after,
.about-details-wrapper .franchiseSearchList .sectionHeader h1 span:after {
  left: calc(100% + 15px);
}

.about-details-wrapper .businessListing .sectionHeader .col-lg-4,
.about-details-wrapper .franchiseSearchList .sectionHeader .col-lg-4 {
  display: none;
}

.about-details-wrapper .contactFormWidget .text-primary,
.about-details-wrapper .businessSidebar .share-widget h2 {
  color: #8836f6;
}

.about-details-wrapper .contactFormWidget,
.about-details-wrapper .mailUs-widget,
.about-details-wrapper .callUsToday-widget,
.about-details-wrapper .businessSidebar .newsletter-widget {
  background: #8836f6;
}

.about-details-wrapper .businessSidebar .callUsPhone {
  background-color: #af24f1;
}

.about-details-wrapper .newsletter-widget .btn {
  background-color: #af24f1;
  border: 1px solid #af24f1;
  color: #fff;
}

.about-details-wrapper .newsletter-widget .form-control::placeholder,
.about-details-wrapper .contactFormWidget .btn-white {
  color: #af24f1;
}

.about-details-wrapper .newsletter-widget h2 {
  color: #fff;
}

.about-details-wrapper .owl-prev,
.about-details-wrapper .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.about-details-wrapper .owl-prev {
  margin-left: -20px;
}

.about-details-wrapper .owl-next {
  margin-right: -20px;
}

.about-details-wrapper .owl-prev i,
.about-details-wrapper .owl-next i {
  transform: scale(1.5, 1.5);
  color: #ffffff;
}

.about-details-wrapper .chat-widget img {
  width: calc(100% + 15px);
  max-width: none;
}

.btn-create-account {
  color: #b117cd;
  border: 2px solid #b117cd;
}

.create-account-wrap {
  border-radius: 4px;
  padding: 20px;
  margin: 20px 0 0px 0;
  border: 1px solid #FAB12F;
  background: #FF9C73;
}

.create-account-wrap .sectionHeader h1 {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 10px !important;
  color: #212529;
  background: transparent;
}

.testimonial-widget {
  background: #8836f6;
  padding: 20px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.mytestimonial q {
  font-size: 13px;
  line-height: 18px;
  margin: 10px 10px;
  display: block;
}

.mytestimonial.owl-carousel .owl-item img {
  margin: auto;
  width: 120px;
}

.mytestimonial.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
}

.mytestimonial.owl-theme .owl-dots .owl-dot.active span,
.mytestimonial.owl-theme .owl-dots .owl-dot:hover span {
  background: #b080f1;
}

.mytestimonial.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px;
}

.businessForSale .imgBox {
  width: 370px;
  height: 320px;
  overflow: hidden;
}

.businessForSale .imgBox img {
  width: 100%;
  height: 100%;
}

.businessForSale .card-body {
  width: calc(100% - 370px);
}

.businessForSale .priceTag {
  font-weight: 800;
}

.businessForSale .owl-carousel .owl-nav button.owl-next,
.businessForSale .owl-carousel .owl-nav button.owl-prev,
.businessForSale .owl-carousel button.owl-dot {
  background: rgba(0 147 224 / 80%);
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.businessForSale .owl-carousel .owl-nav button.owl-next span,
.businessForSale .owl-carousel .owl-nav button.owl-prev span {
  font-size: 40px;
  line-height: 30px;
}

.businessForSale .owl-theme .owl-nav .disabled {
  opacity: 0.8;
}

.businessForSale .owl-nav button.owl-next {
  margin-right: -20px;
}

.businessForSale .owl-nav button.owl-prev {
  margin-left: -20px;
}

.businessForSale .owl-theme .owl-nav {
  margin-top: 0;
}

.businessFranchise .FormWraper {
  background-color: #f2ffe4;
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid #dddddd;
}

.create-account-wrap .sectionHeader .table .badge {
  padding: 6px 9px;
  font-size: 12px;
  border-radius: 50%;
}

.about-franchise-wrapper .searchItem-name h3,
.about-business-slider .businessList .titleWrap h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.about-business-slider .businessList .owl-item .d-flex.mt-3 {
  margin-top: 0px !important;
  margin-bottom: 48px !important;
}

.about-business-slider .businessList .card.bb-search-item-bg {
  height: 470px;
  width: 100%;
}

.about-business-slider .favouriteListSlider .card-body .card-title.rs-card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.property-details-left .heading h1 .forSale {
  border: 1px solid #ff4f5c;
  font-size: 12px;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 30px;
}

.property-details-left .heading h1 .forSale i {
  font-size: 10px;
}

.property-details-slider .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.property-details-slider .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  top: -12px;
}

.property-details-left .sharePrint {
  display: flex;
}

.property-details-left .breadCrumb .sharePrint>span {
  margin-right: 4px;
}

.property-details-left .breadCrumb .text-danger {
  color: #ff6f7d !important;
}

.featured-background {
  background-color: #ebebeb;
}

.white-bg {
  background-color: white;
}

.franchise-search-item-top-border {
  border-top: 10px solid #375100;
}

.franchise-search-item .fixed-footer-info {
  position: absolute;
  width: 101%;
  bottom: 0;
  background: #375100;
  padding: 12px 15px;
  left: 0;
  border-radius: 0 0 4px 4px;
  /* z-index: 1; */
}

.franchiseDefaultSection .franchise-search-item .fixed-footer-info {
  position: relative;
}

.save-right-arrow {
  position: absolute;
  right: -41px;
  top: 0;
}

.bb-search-item-bg .thumbnail img {
  height: 100px;
}

.btn-bb-banner-search-bg .btn-primary {
  border-color: transparent;
}

.bb-search-item-top-border {
  border-top: 10px solid #014f78;
}

.bb-search-item-bg .fixed-footer-info,
.business-search-item-bg .fixed-footer-info {
  position: absolute;
  width: 101%;
  bottom: 0px;
  background: #014f78;
  padding: 12px 15px;
  left: -2px;
  border-radius: 0 0 4px 4px;
  /* z-index: 1; */
}

.franchiseSearchList .listView .fixed-footer-info,
.business-search-item-bg .fixed-footer-info {
  position: static;
  width: 100%;
  margin-top: 40px;
}

.franchiseSearchList .listView .fixed-footer-info .btn,
.franchise-search-item-footer-bg .btn,
.footermetaInfo .btn {
  border-color: transparent;
}

.topHedaer .langSwitcher,
.topHedaer .langSwitcher .btn-group a,
.topHedaer .langSwitcher .btn-group .dropdown-item.active {
  color: #fff;
}

.topHedaer .langSwitcher .btn-group .dropdown-item {
  color: #212529;
}

.bb-bg-chat-image {
  background: #0093e0;
}

.fr-bg-chat-image {
  background: #5fb700;
}

.about-bg-chat-image {
  background: #af24f1;
}

.re-bg-chat-image {
  background: #ff4f5c;
}

.franchise-search-item .fixed-footer-info.landing-fr-footer {
  position: relative;
  /* margin-bottom: -16px; */
}

.landingfavouriteListSlider.favouriteListSlider .franchise-search-item {
  height: auto;
}

.remove-btn-border {
  border-color: transparent;
}

a:focus-visible,
img:focus-visible {
  outline: none;
}

/*27.03.2023*/
.tabDesign .nav-tabs .nav-item.show .nav-link,
.tabDesign .nav-tabs .nav-link.active {
  border-top: 3px solid red;
}

.tabDesign .nav-tabs .nav-link.active {
  background-color: #ffeff0;
  color: #000000;
}

.business-thumb-carousel.owl-carousel .owl-item img {
  max-width: 300px;
  width: 100px;
  margin: auto;
}

.business-thumb-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.business-thumb-carousel.owl-carousel .owl-nav button.owl-next {
  right: 24%;
}

.business-thumb-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 24%;
}

.business-thumb-list.owl-carousel .owl-nav button.owl-next {
  right: -33px;
}

.business-thumb-list.owl-carousel .owl-nav button.owl-prev {
  left: -33px;
}

.business-thumb-carousel .owl-prev i,
.business-thumb-carousel .owl-next i {
  transform: scale(1.3);
  color: #014f78;
}

.business-thumb-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

#listview .thumbnail .business-thumb-list img {
  border-radius: 0;
}

/* 05-04-2024 */

.headerNav .dropdown:hover .dropdown-menu {
  display: block;
  top: 100%;
}

.headerNav .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.headerNav .dropdown-menu.bg-danger a,
.headerNav .dropdown-menu.bg-success a,
.headerNav .dropdown-menu.bg-primary a {
  color: #fff;
}

.headerNav .dropdown-menu.bg-danger a:hover,
.headerNav .dropdown-menu.bg-success a:hover,
.headerNav .dropdown-menu.bg-primary a:hover {
  color: #000;
}

.contentWrapper .sellingOptions {
  box-shadow: none;
}

.contentWrapper .sellingOptions h1,
.contentWrapper .localInfoText h1 {
  font-size: 28px;
}

.contentWrapper.franchiseContent .sellingOptions h1::before,
.contentWrapper.franchiseContent .localInfoText h1::before {
  background-color: #5fb700;
}

.contentWrapper.propertyContent .sellingOptions h1::before,
.contentWrapper.propertyContent .localInfoText h1::before {
  background-color: #e0203b;
}

.contentWrapper.businessContent .sellingOptions h1::before,
.contentWrapper.businessContent .localInfoText h1::before {
  background-color: #1e90ff;
}

.contentWrapper .sellingOptions .imgDiv,
.contentWrapper .localInfo .localInfoImg {
  display: flex;
}

.contentWrapper .sellingOptions .imgDiv img,
.contentWrapper .localInfo .localInfoImg img {
  width: 100%;
  /* height: 355px; */
  object-fit: cover;
}

.interiorPageHeader {
  padding: 30px 0;
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 150px;
  margin: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interiorPageHeader.thanku-main-bg {
  background-image: url(../img/partnership1.jpg);
}

.interiorPageHeader h1 {
  font-weight: 700;
  margin-top: 0px;
  color: #0054d7;
  position: relative;
  display: inline-block;
}

.interiorPageHeader h1:after {
  content: "";
  background-color: #0054d7;
  width: 48%;
  height: 5px;
  bottom: 0px;
  position: absolute;
  left: -7px;
  transform: translate(10px, 10px);
}

label.form-group-label {
  display: block;
  padding-bottom: 6px;
  color: #1c1b1b;
}

.btn-share-bg {
  position: relative;
}

.social-icon-list {
  background: #fffcfc;
  position: absolute;
  left: 0;
  display: none;
  z-index: 1;
  overflow: overlay;
  box-shadow: 0px 0.3px 0.9px rgb(0 0 0 / 12%), 0px 1.6px 3.6px rgb(0 0 0 / 12%);
  border-radius: 4px;
}

.social-icon-list ul {
  list-style: none;
  padding: 8px 0;
  display: flex;
  margin: 0;
}

.social-icon-list li {
  display: inline-block;
  padding: 0 5px;
}

.social-icon-list li a {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
  line-height: 20px;
}

.social-icon-list li a .fa {
  font-size: 20px;
}

.social-icon-list li a .fa-twitter {
  color: #2c94ff;
}

.social-icon-list li a .fa-facebook {
  color: #1b62e5;
}

.social-icon-list li a .fa-whatsapp {
  color: #189718;
}

.social-icon-list li a .fa-instagram {
  color: #f31717;
}

.social-icon-list li a .fa-google-plus {
  color: #ff1800;
}

.social-icon-list li a .fa-link {
  color: #d85aef;
}

/* Start Plan Membership css */
html {
  scroll-behavior: smooth;
}

.scroll-adjust {
  scroll-margin-top: 61px;
}

.plans h1 {
  font-weight: 800;
  font-size: 41px;
  font-style: italic;
  text-transform: uppercase;
}

.plan-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3rem;
}

.plan-wrapper .membership-plan {
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0px 14px 9px rgb(202 202 202 / 30%);
  transition: all 0.3s ease-in;
  position: relative;
  overflow: hidden;
}

.plan-wrapper .membership-plan.business-plan {
  background: #61b1ff;
}

.plan-wrapper .membership-plan.realestate-plan {
  background: #f3141d;
  /* background: #f28523; */
}

.plan-wrapper .membership-plan.franchise-plan {
  background: #00c37f;
}

.plan-wrapper .membership-plan p.plan-name {
  color: #fff;
  /* font-size: 15px; */
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 2px 20px;
  /* border: 1px solid #fff; */
  border-radius: 30px;
  margin-bottom: 20px;
}

.plan-wrapper .membership-plan p.price {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

.plan-wrapper .membership-plan p.price span.month {
  font-size: 13px;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 9px;
}

.btn.btn-buy-plan {
  background-color: #e3121a !important;
  border-color: #e3121a;
  box-shadow: inset 0 3px 5px rgb(49 49 49 / 30%);
  color: #fff;
  /* margin-top: 50px; */
  min-width: 150px;
}

.btn.btn-buy-plan:focus {
  box-shadow: none;
}

.btn-buy-plan.btn-primary:not(:disabled):not(.disabled):active {
  border-color: transparent;
}

/* .btn.btn-buy-plan.btn-business {
  color: #0b86ff;
}
.btn.btn-buy-plan.btn-franchise {
  color: #13a673;
}
.btn.btn-buy-plan.btn-realestate {
  color: #ff546e;
} */
/* .plan-wrapper .membership-plan:hover {
  transition: all 0.3s ease-out;
  transform: scale(1.05);
} */
.plans .nav-tabs {
  justify-content: center;
  margin: 8px auto 17px;
  background: #f3141d;
  border-radius: 30px;
  border: 3px solid #f3141d;
  display: inline-flex;
}

.plans .nav-tabs .nav-item {
  background: #f3141d;
  border-radius: 30px;
  padding: 0px;
}

.plans .nav-tabs .nav-item a {
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 0;
  border: none;
  font-weight: 600;
}

.plans .nav-tabs .nav-link:hover,
.plans .nav-tabs .nav-link:focus {
  border: none;
}

.plans .nav-tabs .nav-item.show .nav-link,
.plans .nav-tabs .nav-link.active {
  background: #ffffff;
  margin-bottom: 0;
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #000000;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.contactus-wrap {
  /* background-color: #f2f2f2; */
  /* border-bottom: 1px dashed #d7d7d7; */
}

.contactus-wrap .contactUs .FormWraper {
  /* background-color: #d6d6d6; */
  border-radius: 4px;
}

.plan-total-wrap {
  background: #fff;
  color: #000;
  padding: 16px 0;
  border: 1px dashed #d5d5d5;
  box-shadow: 0 0 7px 2px rgb(216 216 216 / 30%);
  border-radius: 4px;
}

.plan-total-wrap .btn {
  min-width: 150px;
}

.plan-total-wrap h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #d44c60;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-total-wrap h6 b,
.plan-total-wrap p b {
  font-weight: 800;
}

.plan-total-wrap p {
  font-size: 16px;
}

.plan-wrapper .membership-plan small {
  font-size: 13px;
  background: #e8e8e8;
  padding: 1px 13px;
  border-radius: 0 20px;
  color: #7a16df !important;
  font-weight: 600;
  margin-bottom: 7px;
  display: inline-block;
}

.membership-plan .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.membership-plan .plan-included {
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  padding: 3px 16px;
  font-size: 10px;
  display: inline-block;
  border-radius: 30px;
}

.membership-plan.business-plan .plan-included {
  background: #2091ff;
}

.membership-plan.franchise-plan .plan-included {
  background: #1ca072;
}

.membership-plan.realestate-plan .plan-included {
  background: #b5182f;
}

.slide-in.membership-plan .overlay {
  color: #fff;
  transform: translateX(-100%);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide-in.membership-plan .overlay p {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  display: flex;
  transform: translateX(-80%);
  opacity: 0;
  -webkit-transition: transform 0.4s linear, opacity 0.4s linear 0.4s;
  -o-transition: transform 0.4s linear, opacity 0.4s linear 0.4s;
  transition: transform 0.4s linear, opacity 0.4s linear 0.4s;
}

.membership-plan .plan-included:hover+.overlay {
  transform: translateX(0);
}

.membership-plan .plan-included:hover+.overlay p {
  transform: translateX(0);
  opacity: 1;
}

.slide-in.membership-plan.business-plan .overlay {
  background-color: #e2f0ff;
}

.slide-in.membership-plan.business-plan .overlay p {
  color: #003568;
}

.slide-in.membership-plan.franchise-plan .overlay {
  background-color: #c8f2e4;
}

.slide-in.membership-plan.franchise-plan .overlay p {
  color: #068156;
}

.slide-in.membership-plan.realestate-plan .overlay {
  background-color: #ffd2d9;
}

.slide-in.membership-plan.realestate-plan .overlay p {
  color: #ff546e;
}

@media only screen and (max-width : 767px) {
  .plan-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 3rem;
  }
}

/* End Plan Membership css */

.landingpage-header {
  background-color: #f3141d !important;
}

.lpageHeaderLeft ul {
  list-style: none;
}

.lpageHeaderLeft ul>li {
  padding-right: 19px;
}

.lpageHeaderLeft ul>li:last-child {
  background-color: #000;
  padding: 10px;
}

.lpageHeaderLeft ul>li:last-child>a {
  font-size: 16px;
  font-weight: 700;
}

.lpageHeaderLeft ul>li>a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.lpageHeaderLeft ul>li>a:hover {
  text-decoration: none;
}

.lpageHeaderLeft ul>li>a>i {
  padding-right: 8px;
}

.landingpage-header.page-header .nav>li {
  position: relative;
  margin-right: 25px;
  padding: 0;
}

.landingpage-header.page-header .nav>li:last-child {
  margin-right: 0;
}

.landingpage-header.page-header .nav>li>a {
  padding: 4px 0;
  margin: 0;
  font-size: 15px;
  color: #000;
}

.landingpage-header.page-header .nav>li.active>a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d50c38;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.landingpage-header.page-header .nav>li>a:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d50c38;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.landingpage-header.page-header .nav>li:hover>a:after,
.landingpage-header.page-header .nav>li.active:hover>a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media only screen and (max-width : 1199px) {
  .hero-section-wrap .jumbotron {
    padding: 40px 0;
  }
}

/************************************
        Start Custom checkbox css
*************************************/
.custom-checkbox-wrap {
  top: 18px;
  position: absolute;
  right: 8px;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.custom-checkbox:hover input~.checkmark {
  background-color: #f6f6f6;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #fff;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 9px;
  height: 16px;
  border: 1px solid #5b5b5b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/************************************
        End Custom checkbox css
*************************************/
.plan-payment-modal .custom-checkbox {
  font-size: 13px;
  font-weight: 500;
  margin-right: 14px;
  padding-left: 28px;
}

.plan-payment-modal .custom-checkbox .checkmark {
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #bc760c;
}

.plan-payment-modal .custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border-color: #bc760c;
}

.plan-payment-modal .custom-checkbox.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.plan-payment-modal .modal-header {
  border-bottom: 1px dashed #dbdbdb;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgb(255 109 109) 100%);
  color: #e30008;
}

.plan-payment-modal .modal-header .modal-title {
  font-size: 1rem;
}

.plan-payment-modal .modal-header .close {
  color: #fff;
  opacity: 1;
}

.plan-payment-modal .modal-body {
  background: #fff;
}

.plan-payment-modal .modal-header div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.total-pay {
  font-weight: 600;
  color: #000000;
  background: #ffefd7;
  padding: 7px 18px;
  font-size: 15px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ffdaa2;
  text-align: center;
  line-height: 26px;
}

.total-pay.free-trail {
  background: #ffbfc1;
}

.total-pay span {
  color: #a1124d;
}

.total-pay small {
  display: block;
  font-size: 11px;
  margin-top: -9px;
  font-weight: 500;
}

.landingpage-home {
  /* background-attachment: fixed; */
  position: relative;
}

/* .landingpage-home .landingpage-wrapper {
  border: 10px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
  padding: 15px;
} */

.landingpage-home .left-section {
  /* background: rgb(255 255 255 / 60%); */
  /* padding-bottom: 40px; */
  /* border-radius: 5px; */
  position: relative;
  z-index: 2;
  max-width: 50%;
  padding-right: 25px;
}

@media (min-width: 1650px) {
  .landingpage-home:after {
    content: '';
    background-image: url(../../assets/img/video-bg.png);
    position: absolute;
    min-height: 635px;
    bottom: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 795px;
    right: 5%;
  }
}

@media (min-width: 2000px) {
  .landingpage-home:after {
    content: '';
    background-image: url(../../assets/img/video-bg.png);
    position: absolute;
    min-height: 635px;
    bottom: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 795px;
    right: 15%;
  }
}

@media (max-width: 1649px) {
  .landingpage-home:after {
    content: '';
    background-image: url(../../assets/img/video-bg.png);
    position: absolute;
    min-height: 635px;
    bottom: -100px;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
    min-width: 795px;
  }
}

.landingpage-home .left-section h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 58px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.landingpage-home .left-section h1>span {
  color: #f3141d;
}

.landingpage-home .left-section p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.landingpage-home .left-section p>span {
  color: #f3141d;
}

.landingpage-home .right-section {
  /* box-shadow: 0px 0px 41px 4px rgb(0 0 0 / 50%); */
  display: block;
  width: 100%;
  height: 500px;
}

.landingpage-home .right-section img {
  position: absolute;
  right: 0;
  right: calc(calc(calc(100vw - 1200px) / 2)* -1);
  bottom: -57px;
  height: 455px;
}

.owl-carousel.banner-video {
  height: 231px;
  padding: 15px;
}

.owl-carousel.banner-video .owl-nav button.owl-prev,
.owl-carousel.banner-video .owl-nav button.owl-next {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-carousel.banner-video .owl-nav button.owl-prev:hover,
.owl-carousel.banner-video .owl-nav button.owl-next:hover {
  background-color: #fff;
}

.owl-carousel.banner-video .owl-prev i,
.owl-carousel.banner-video .owl-next i {
  color: #e3121a;
}

.owl-carousel.banner-video .owl-item img {
  height: 235px;
}

.webinarSection {
  -webkit-clip-path: polygon(0 75%, 100% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 23%, 100% 0%, 100% 100%, 0 100%);
  background-color: #f3141d;
  padding-top: 127px;
  padding-bottom: 52px;
  margin-top: -64px;
  position: relative;
}

.webinarSection .messageWrap {
  background-color: #4e4e4e;
  padding: 15px 25px;
}

@media(max-width:820px) {
  .webinarSection .messageWrap {
    margin-top: 25px;
  }

  .landingpage-home .right-section {
    box-shadow: none;
  }

  .webinarSection {
    margin-top: 61px;
    clip-path: none;
    background-color: #f3141d;
    padding-top: 10px;
  }
}



.webinarSection .messageWrap h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

/* .webinarSection .messageWrap .form-control {
  border-radius: 0;
} */
.webinarSection .input-group .form-control {
  border-radius: 0 30px 30px 0 !important;
}

.webinarSection .input-group .input-group-prepend .input-group-text {
  border-radius: 30px 0 0 30px;
}

.LiveWebinar {
  margin-top: 20px;
}

.LiveWebinar .BackSlantBox {
  padding: 25px 15px;
  background-color: #4e4e4e;
}

.LiveWebinar .BackSlantBox h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.whiteBox {
  background-color: #fff;
  padding: 17px 10px;
  display: flex;
}

.whiteBox .form-check-label {
  padding-left: 4px;
  margin-bottom: 0;
}

.whiteBox .form-check {
  margin-bottom: 0;
}

.LpageFeature h3 {
  font-size: 27px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}


@media(max-width:820px) {

  .LpageFeature h3 {
    font-size: 18px;
  }

}

.LpageFeature h3>span {
  color: #ffc600;
}



/*24 -08-2023 */



.actWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}


.actWrapper .brokerAgent {
  background-color: #4e4e4e;
  color: #fff;
  display: flex;
  padding: 23px 60px;
  /* clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%); */
  width: 515px;
  position: relative;
}



.actWrapper .brokerAgent::after {
  content: "";
  background-image: url(../img/right-triangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: absolute;
  left: -39px;
  width: 39px;
  height: 73px;
  top: 0px;
}


@media(min-width:1500px) {

  .actWrapper .brokerAgent {
    padding: 23px 39px;
    width: 44%;
  }

  .actWrapper .callNow {
    width: 52% !important;
    padding-left: 260px !important;
  }

}

.actWrapper .brokerAgent a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.actWrapper .brokerAgent .signUp {
  font-size: 18px;
  font-weight: 600;
}

.actWrapper .callNow {
  background-color: #e9b500;
  padding: 21px 90px 21px 20px;
  /* clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%); */
  width: 568px;
  position: relative;
  text-align: right;
}


@media(max-width:1024px) {

  .actWrapper .callNow {
    padding: 21px;
    width: 100%;
  }

}

.actWrapper .callNow::after {
  content: "";
  background-image: url(../img/left-triangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: absolute;
  right: -36px;
  width: 37px;
  height: 73px;
  top: 0;
}


@media(max-width:820px) {

  .actWrapper {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .actWrapper .callNow::after,
  .actWrapper .brokerAgent::after {
    background-image: none;
  }

}

.actWrapper .callNow a {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;

}

.actWrapper .callNow a:hover {
  text-decoration: none;
}

.actWrapper .ChatWithUs {
  padding: 20px 34px;
  /* background-color: #ffc600; */
  width: 444px;
  background-image: url(../img/tripozoid.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 75px;
  text-align: center;
}


@media(max-width:820px) {
  .actWrapper .ChatWithUs {
    background-color: #ffc600;
    background-image: none;
    width: 100%;
  }
}





.actWrapper .ChatWithUs a {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
}

.actWrapper .ChatWithUs a:hover {
  text-decoration: none;
}

/* 24-08-2023 */


.agent-details {
  background-image: url(../img/email-graphic1.png), url(../img/email-graphic.png);
  background-color: rgba(244 241 250 / 50%);
  background-repeat: no-repeat;
  background-position: -50px 3px, 100% 103%;
  position: relative;
  overflow: hidden;
}

.agent-details::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  box-shadow: inset 0 0 83px hsl(0deg 0% 79.53%);
}

.plans h1,
.contactus-wrap .contactUs h1 {
  color: #ff020c;
  position: relative;
  z-index: 2;
  /* letter-spacing: 3px; */
}

.plans h1>span {
  color: #000;
}

.agent-details h1 {
  text-align: center;
}

.contactus-wrap .contactUs h1:before {
  z-index: -1;
  color: #827391;
  /* content: 'Pick your plans'; */
  position: absolute;
  left: 0;
  font-size: 50px;
  top: -24px;
  opacity: .12;
  line-height: 70px;
}

/* .agent-details h1:before {
  content: 'About agent details';
} */

/* .contactus-wrap .contactUs h1:before {
  content: 'Contact Us Today!';
} */

.businessSaleSlide .social-icon-list {
  top: auto;
  right: 0;
  left: auto;
}

.favouriteListSlider .social-icon-list {
  top: 20px;
  right: 18px;
  left: auto;
}

@media only screen and (max-width : 991px) {
  .businessSaleSlide .footermetaInfo {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .businessSaleSlide .businessForSale .card-body {
    width: 100%;
  }
}

.owl-carousel.owl-drag .owl-item.active {
  position: relative;
  z-index: 2;
}


/*****************************************************************
                            Client Portal design css
******************************************************************/
.f-s-11 {
  font-size: 11px;
}

.f-s-14 {
  font-size: 14px;
}

.w-33 {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.left-sidebar.w-25 {
  width: 330px !important;
}

.left-sidebar.w-25 .card-body {
  /* background: #e8f7d0; */
  border-radius: 4px;
}

.right-sidebar.w-75 {
  width: calc(100% - 330px) !important;
}

.sidebar-menu ul li ul {
  /* background: #fff; */
  background: #e8f7d0;
}

.sidebar-menu ul li ul li a {
  font-size: 13px;
  border-radius: 0px;
  margin-bottom: 0;
  padding-left: 40px;
  /* background-color: #cfff84; */
  color: #000;
}

.sidebar-menu ul li ul li a.active {
  background-color: #a8d564;
}

.text-title {
  color: #135ed9;
  /* color: #1f9d11; */
  font-weight: 600;
}

.page-bar .breadcrumb {
  border-radius: 80px;
  padding: 3px 20px;
  background-color: #f7ffeb;
  border: 1px solid #c4ed89;
  font-size: 14px;
}

.page-bar .breadcrumb .fa {
  color: #717171;
}

.page-bar .breadcrumb a {
  color: #81c517;
}

.page-bar .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
}

.profile-header {
  min-height: 115px;
  color: #fff;
  text-align: center;
  background: #8ab645;
  border-radius: 4px 4px 0 0;
  margin: 0 -20px;
}

.user-img {
  padding: 3px;
  border-radius: 50%;
  max-width: 112px;
  margin-top: -70px;
  box-shadow: 0 10px 25px rgb(0 0 0 / 30%);
  margin-bottom: -10px;
  background: #f2ffdd;
  min-height: 112px;
  width: 112px;
  height: 112px;
}

.sidebar-menu ul li a {
  /* color: #6d952e; */
  color: #464646;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
}

.contact-icon-wrap a {
  padding: 5px 8px;
  border: 1px dotted #adabab;
  display: inline-flex;
  border-radius: 4px;
  background: #fff;
}

.contact-icon-wrap a.text-warning {
  color: #cf9e0a !important;
}

.sidebar-menu ul li a .fa {
  margin-right: 5px;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li a.active:hover {
  color: #fff;
  /* background-color: #6360c0; */
  background-color: #aacf6f;
}

.sidebar-menu ul li a.active {
  color: #fff;
  background-color: #8ab645;
  font-weight: 600;
}

.right-sidebar .card-list .card-title {
  font-size: 16px;
  background: #ededed;
  margin: 0;
  color: #135ed9;
  padding: 10px 15px;
}

.right-sidebar .card-list .card-body {
  padding: 0;
}

.right-sidebar .card-list .card-text {
  padding: 10px 15px;
}

.right-sidebar .card-list .card-text p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.right-sidebar .card-list .btn {
  font-size: 12px;
  padding: 4px 20px;
  margin: 0 15px 20px;
}

.right-sidebar table thead {
  font-size: .85rem;
}

.btn-go {
  background-color: #8ab645 !important;
  border-color: #8ab645 !important;
  color: #fff;
  text-decoration: none;
}

.btn-go:hover {
  background-color: #709238 !important;
  border-color: #709238 !important;
  color: #fff;
  text-decoration: none;
}

.info-details h5 {
  font-size: .92rem;
  color: #282828;
  font-weight: 600;
  margin-bottom: 0;
}

.info-details p {
  margin-bottom: 20px;
}

.btn-action {
  font-size: 12px;
  padding: 4px 8px;
}

.proposal .proposal-table table th {
  font-size: 13px;
  white-space: nowrap;
}

.proposal .proposal-table table td {
  vertical-align: middle;
}

.proposal .proposal-table table p {
  font-size: 13px;
  margin-bottom: 0;
}

.text-truncate-multi {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.proposal .table .thead-dark th {
  color: #000;
  background-color: #d3e8b3;
  border-color: #d3e8b3;
}

.proposal .pagination {
  justify-content: end;
  margin: 0;
}

.right-sidebar .proposal-details .card-list .card-title {
  color: #ba8b09;
  background: #fff2d0;
  margin-bottom: 15px;
}

.card-sub-title {
  color: #609f00;
}

.proposal-details .card-image {
  background: #c6f2ff;
  border-radius: 4px 4px 0 0;
}

.proposal-details .card-image img {
  height: 120px;
}

.border-radius-30 {
  border-radius: 30px;
}

.custom-badge {
  padding: 3px 8px;
  font-size: 10px;
  line-height: 12px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.child-sub-menu {
  display: none;
}

.uparrow .fa-angle-down {
  rotate: 180deg;
}

.inline-block {
  display: inline-block !important;
}

.top-100 {
  top: 100px;
}

.profile-details .form-label {
  font-weight: 600;
  font-size: 13px;
}

.profile-details .form-control {
  font-weight: 500;
}

.child-collapse.accordion>.card>.card-header {
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}

.child-collapse.accordion>.card:not(:last-of-type) {
  border-bottom: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.child-collapse.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.child-collapse.accordion>.card:last-child {
  border-bottom: none;
}

.child-collapse.accordion .collapse.show .card-body {
  border-bottom: 1px solid #e0e0e0;
}

.child-collapse.accordion .card-header {
  background-color: rgb(235 253 255);
  color: #226b73;
}

.cursor-pointer {
  cursor: pointer;
}

.agent-pic {
  height: 113px;
  border: 2px solid #e1e1e1;
  padding: 5px;
  width: 100px;
  overflow: hidden;
}

.agent-pic .default-img {
  height: 100px;
  width: 100px;
}

/* Datatable design fixes */

.datatable-design .dataTables_wrapper .top,
.datatable-design .dataTables_wrapper .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.datatable-design .dataTables_wrapper .bottom {
  margin-bottom: 0px;
  margin-top: 12px;
}

.datatable-design .dataTables_length label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.datatable-design .dataTables_length label .custom-select {
  width: 70px;
  margin: 0 10px;
}

.datatable-design .dataTables_filter label {
  display: flex;
  width: 200px;
  align-items: center;
  margin: 0;
}

.datatable-design .dataTables_filter label input {
  margin-left: 10px;
}

.datatable-design .dataTables_scrollBody {
  margin-bottom: 20px;
}

.datatable-design .dataTable thead tr th {
  white-space: normal;
}

.datatable-design .dataTable thead tr th,
.datatable-design .dataTable tbody tr td {
  white-space: nowrap;
}

.datatable-design .dataTables_scroll {
  margin-top: 10px;
}

.datatable-design {
  margin-top: 12px !important;
  border-top: 1px solid #efefef;
  padding-top: 12px;
}

.datatable-design .dataTable {
  border-bottom: 1px solid rgb(239, 239, 239);
  width: 100% !important;
}

.datatable-design .dataTables_scrollHeadInner {
  width: 100% !important;
}

.no-data {
  color: #4a83e2;
  background: #f3f3f3;
}

/* custom scrollbar  */

.datatable-design ::-webkit-scrollbar-track,
.filter-rooms ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.datatable-design ::-webkit-scrollbar,
.filter-rooms ::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background-color: #F5F5F5;
}

.datatable-design ::-webkit-scrollbar-thumb,
.filter-rooms ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #c3c3c3;
}

.nowrap {
  white-space: nowrap;
}

/* custom scrollbar for normal table */

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}


.table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #D3E8B3;
}

/**********************************************************
        End Client Portal design css
************************************************************/
.badge-saved {
  background: #ffc5fa;
  border: 1px solid #c91aba;
  color: #cf32c2;
}


.listSharePrint .golden-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: black;
  padding: 9px 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
}

.listSharePrint .golden-icon img {
  display: inline-block !important;
  width: 25px;
  height: 15px;
}

.warning-title-for-login {
  border-radius: 4px;
  padding: 9px;
  border: 1px solid #e3c3ff;
  background: #f2e4ff;
}

.filter-rooms .btn-group {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 5px;
}

.filter-rooms label.btn {
  padding: 6px 5px;
  font-size: 14px;
}

.decoration-none,
.decoration-none:hover {
  text-decoration: none !important;
}

.my-whishlist-wrap {
  border: 1px solid #ddd;
  border-left: none;
}

.my-whishlist-wrap h4 {
  /* background: #ffa7a7; */
  background: #7cb1ff;
  padding: 4px 10px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.franchiseDefaultSection .favouriteListSlider .item .thumbnail {
  height: 88px;
}

.franchiseDefaultSection .favouriteListSlider .item .caption {
  height: 20px;
}

.franchiseDefaultSection .franchise-search-item .searchItem-name p {
  min-height: 48px;
}



/* 25-08-2023 */


.threeWorld {
  padding: 25px;
  background-color: #ebebeb;
  margin-bottom: 35px;
}

.threeWorld h1 {
  font-style: italic;
  font-size: 40px;
  font-weight: 800;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 0;
}

.threeWorld h1>span {
  color: #f3141d;
}

.threeWorldTabs .nav-tabs {
  border-bottom: none;
}

.threeWorldTabs .nav-tabs .nav-item {
  padding: .5rem 1.5rem;
}





.threeWorldTabs .nav-tabs .nav-link {
  border: none;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  padding: 0;
}


@media(max-width:600px) {
  .threeWorldTabs .nav-tabs .nav-item {
    padding: .5rem 1rem;
  }

  .threeWorldTabs .nav-tabs .nav-link {
    font-size: 22px;
  }


}

/*.threeWorldTabs .nav-tabs .nav-link.active{
 color:#83b124;
 border-bottom:8px solid #83b124;
}*/

.threeWorldTabs .nav-tabs .nav-link.active.relaestae-tab {
  color: #f3141d;
  border-bottom: 8px solid #f3141d;
}

.threeWorldTabs .nav-tabs .nav-link.active.franchise-tab {
  color: #5fb700;
  border-bottom: 8px solid #5fb700;
}

.threeWorldTabs .nav-tabs .nav-link.active.businessBroker-tab {
  color: #007bff;
  border-bottom: 8px solid #007bff;
}



.mlsWhiteLabel {
  clip-path: polygon(0 32%, 100% 0%, 100% 100%, 0 100%);
  background-color: #83b124;
  padding-top: 250px;
  padding-bottom: 52px;
  z-index: -1;
  position: relative;
  margin-top: -183px;
}

.mlsWhiteLabel.realestate-mlsbox {
  background-color: #f3141d;
}

.mlsWhiteLabel.business-mlsbox {
  background-color: #007bff;
}


.tabContentWrap {
  padding-bottom: 50px;
}

.tabContentWrap h1 {
  font-size: 34px;
  font-weight: 900;
}

.tabContentWrap h1>span {
  color: #83b124;
}

.mlsWhiteLabel h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.mlsWhiteLabel p {
  color: #fff;
}

/****************************** Custom color generator css ***********************/
.color-generator-wrap {
  background: #fff;
  border-radius: 4px;
  padding: 5px;
  max-width: 110px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 9;
  width: 100%;
  min-width: 60px;
}

.color-generator-wrap p {
  color: #4a4a4a;
  font-size: 11px;
  font-weight: 600;
}

.color-generator-wrap input {
  width: 100%;
  border-color: #d7d7d7;
  border-radius: 4px;
}

.color-generator-wrap .bg-wrap {
  /* width: 100px;
  max-width: 100px; */
  width: auto;
  flex-basis: 55px;
}

.color-generator-wrap .text-wrap {
  /* max-width: 45px; */
  flex: auto;
}

.color-generator-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
  left: calc(50% - 5px);
}

.logo-wrap.color-generator-wrap:before {
  left: 17px;
}

.bg-color-wrap .color-generator-wrap {
  top: 0;
  left: calc(50% - 150px);
}

.bg-color-wrap .color-generator-wrap:before {
  top: auto;
  left: calc(50% - 5px);
  bottom: -7px;
  transform: rotate(180deg);
}

/****************************** Custom color generator css ***********************/

.perfect-business-search .color-generator-wrap {
  margin: 0;
}

.carousel-color-wrap .color-generator-wrap {
  z-index: 9;
  margin: 0;
}

.header-phchat .color-generator-wrap {
  margin-top: 27px;
}

.heartWrapper .color-generator-wrap {
  left: -18px;
}

.heartWrapper:hover,
.bg-fr-share:hover,
.bg-fr-print:hover,
.grid-box-share:hover,
.btn-share-bg:hover,
.bb-print-bg:hover {
  z-index: 99;
}

.bg-fr-share .color-generator-wrap,
.bg-fr-print .color-generator-wrap,
.grid-box-share .color-generator-wrap,
.btn-share-bg .color-generator-wrap,
.bb-print-bg:hover .color-generator-wrap {
  width: 80px;
}

.grid-box-share:first-child .color-generator-wrap {
  left: -33px;
}

.grid-box-share:nth-child(2) .color-generator-wrap {
  left: -24px;
}

.fixed-footer-bg.color-generator-wrap {
  top: -57px;
}

.fixed-footer-list-bg.color-generator-wrap {
  top: 13px;
}

.fixed-footer-bg.color-generator-wrap:before,
.bb-title-wrap .color-generator-wrap:before,
.city-bb-wrap .color-generator-wrap:before,
.re-card-title-wrap .color-generator-wrap:before,
.fixed-footer-list-bg.color-generator-wrap:before {
  top: auto;
  left: calc(50% - 5px);
  bottom: -7px;
  transform: rotate(180deg);
}

.bb-title-wrap .color-generator-wrap,
.city-bb-wrap .color-generator-wrap,
.re-card-title-wrap .color-generator-wrap,
.re-card-title-wrap .color-generator-wrap {
  top: -57px;
}

.state-bb-wrap .color-generator-wrap {
  margin-left: -26px;
}

.re-price-wrap .color-generator-wrap:before {
  top: 32px;
  bottom: -7px;
  transform: rotate(270deg);
  left: -10px;
}

.re-price-wrap .color-generator-wrap {
  top: -12px;
  left: 35px;
}

.property-meta-list .color-generator-wrap:before {
  top: 32px;
  bottom: -7px;
  transform: rotate(270deg);
  left: -10px;
}

.property-meta-list .color-generator-wrap {
  top: -8px;
  right: -174px;
}

/******************************End  Adjustment Custom color generator css ***********************/

#pills-tabContent .property-index-meta-list li {
  font-size: 14px;
  margin-bottom: 0px;
}

.feature-data-bb-list .card-bodyInner,
.feature-data-bb-list.businessList .card.bb-search-item-bg {
  height: auto;
  min-height: initial;
}

.fr-top-border {
  background-color: #779d15;
  height: 5px;
  display: inline-block;
  width: 123px;
}

.bb-top-border {
  background-color: #1d92dc;
  height: 5px;
  display: inline-block;
  width: 123px;
}

.re-top-border {
  background-color: #c4202b;
  height: 5px;
  display: inline-block;
  width: 123px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .ubtn {
  border: 0px solid gray;
  color: #2f9dca;
  background-color: white;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.freetrial_btn {
  background-color: #ffc600;
  padding: 3px 10px !important;
  color: #f3141d !important;
}

/******************************************************
         Start utilitise negative margin 
 *****************************************************/
.-mt-3 {
  margin-top: -3px;
}

.-mt-5 {
  margin-top: -5px;
}

.-mt-15 {
  margin-top: -15px;
}

.mr-6 {
  margin-right: 5rem !important;
}

.-mr-40 {
  margin-right: -40px;
}

/******************************************************
          End utilitise negative margin 
 *****************************************************/
.f-s-17 {
  font-size: 17px;
}

.footer-social-bg {
  background-color: #c9e1fe;
  padding: 10px;
}

.preview-subcategory-btn {
  font-weight: 500;
  background: #dbffb3;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 11px;
  color: #000;
}

/****************************************************
                  Thank you page 
****************************************************/
.thank-you-wrapper .description {
  background-color: #f7f7f7;
  padding-bottom: 145px;
}

.thank-you-wrapper .description h1 {
  font-size: 65px;
}

.thank-you-wrapper .description h2 {
  font-size: 55px;
}

.thank-you-wrapper .description p {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.thank-you-wrapper .services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 10px;
  margin-top: -70px;
}

.thank-you-wrapper .services>div {
  min-height: 407px;
  color: #fff;
}

.thank-you-wrapper .services>div h1 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 800;
}

.thank-you-wrapper .services>div p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  padding: 10px 20px;
}

.thank-you-wrapper .services>div:first-child {
  background: url(../../assets/img/red-service-box.png);
  background-size: cover;
}

.thank-you-wrapper .services>div:nth-child(2) {
  background: url(../../assets/img/yellow-service-box.png);
  background-size: cover;
}

.thank-you-wrapper .services>div:nth-child(3) {
  background: url(../../assets/img/gray-service-box.png);
  background-size: cover;
}

.thank-you-wrapper a {
  color: #fff;
  text-decoration: none;
}

.thank-you-wrapper .service-box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 10px;
}

.thank-you-wrapper .service-box>div {
  min-height: 348px;
  color: #fff;
}

.thank-you-wrapper .service-box>div h1 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 800;
}

.thank-you-wrapper .service-box>div p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  padding: 1px 30px;
}

.thank-you-wrapper .service-box>div:first-child,
.thank-you-wrapper .service-box>div:nth-child(3) {
  background-color: #555555;
}

.thank-you-wrapper .service-box>div:last-child,
.thank-you-wrapper .service-box>div:nth-child(2) {
  background-color: #F3141D;
}

.testimonial {
  background-color: #f1131c;
  color: #fff;
  padding: 60px 0;
}

.testimonial .right-section h1 {
  font-size: 62px;
  line-height: 62px;
}

.testimonial .left-section p {
  line-height: 20px;
}

.testimonial .left-section .media .media-img {
  height: 190px;
  border-radius: 50%;
  width: 190px;
}

.testimonial .left-section .quode-1 {
  width: 40px;
}

.testimonial .left-section .owl-carousel .owl-nav button.owl-prev {
  left: -50px;
  font-size: 35px;
}

.testimonial .left-section .owl-carousel .owl-nav button.owl-next {
  right: -50px;
  font-size: 35px;
}

.testimonial .left-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #f98e92;
}

.testimonial .left-section .quode-2 {
  width: 115px;
  margin-left: auto;
}

.text-dark-gray {
  color: #444444;
}

.text-yellow {
  color: #ffc600;
}

@media (min-width: 1024px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

/*****************************************
              Responsive Css 
 *****************************************/
@media (max-width: 1200px) {
  .landingpage-home:after {
    bottom: -152px;
    min-width: 700px;
  }

  .actWrapper .callNow {
    padding: 21px 60px 21px 20px;
  }

  .actWrapper .callNow a {
    font-size: 20px;
  }

  .plan-wrapper .membership-plan p.price {
    font-size: 22px;
    line-height: 30px;
  }

  .plan-wrapper .membership-plan p.price span.month {
    font-size: 10px;
  }

  .landingpage-home .right-section img {
    right: calc(calc(calc(100vw - 960px) / 2)* -1);
    bottom: -57px;
    height: auto;
  }
}

@media (max-width: 1024px) {

  .headerChat {
    font-size: 12px;
    padding: 0 5px 0 8px;
    margin-left: 2px;
  }

  .headerChat a span {
    margin-top: 0 !important;
  }

  .estate-search {
    height: auto !important;
  }

  /* .actWrapper .ChatWithUs {
    background-color: #ffc600;
    background-image: none;
    width: 100%;
  } */
  .actWrapper {
    flex-direction: column;
  }

  .actWrapper .brokerAgent,
  .actWrapper .ChatWithUs,
  .actWrapper .callNow {
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  .actWrapper .ChatWithUs {
    background-color: #ffc600;
    background-image: none;
  }

  .actWrapper .callNow::after {
    content: inherit;
  }

  .propertyItemCard {
    flex-direction: column;
  }

  .x3-user .nav {
    justify-content: center;
  }

  .property-filter-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: #e0203b;
  }

  .propertySearchPageHeader,
  .franchiseSearchPageHeader {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    z-index: 9999;
    overflow-y: auto;
    display: none;
  }

  .propertySearchPageHeader h4 {
    font-size: 18px;
    font-weight: 700;
    color: #e0203b;
  }

  .franchiseSearchPageHeader h4 {
    font-size: 18px;
    font-weight: 700;
    color: #5fb700;
  }

  .propertySearchPageHeader.show-filter,
  .franchiseSearchPageHeader.show-filter {
    display: block;
  }

  .propertySearchPageHeader .advance-filter,
  .franchiseSearchPageHeader .advance-filter {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
  }

  .propertySearchFilterOptions>ul,
  .franchiseSearchFilterOptions>ul {
    flex-direction: column;
  }

  .propertySearchFilterOptions>ul li.cityZipAddress,
  .franchiseSearchFilterOptions>ul li.cityZipAddress {
    width: 100%;
  }

  .propertySearchFilterOptions>ul li,
  .franchiseSearchFilterOptions>ul li {
    margin-bottom: 12px;
  }

  .propertySearchFilterOptions>ul li a.btn,
  .franchiseSearchFilterOptions>ul li a.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .propertySearchFilterOptions>ul li a.btn,
  .propertySearchFilterOptions>ul li select,
  .franchiseSearchFilterOptions>ul li a.btn,
  .franchiseSearchFilterOptions>ul li select {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .landingpage-header .container {
    width: 100%;
    max-width: none;
  }

  .landingpage-home .left-section {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding-bottom: 20px;
    max-width: 100%;
    padding: 0 25px 25px;
    text-align: center;
  }

  .webinarSection {
    z-index: 2;
  }

  .landingpage-home .right-section {
    /* margin-bottom: 70px; */
    height: 386px;
  }

  .landingpage-home .right-section img {
    width: 100%;
    bottom: -144px;
  }

  .plan-wrapper .membership-plan p.price {
    flex-direction: column;
  }

  .thank-you-wrapper .services>div h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .thank-you-wrapper .services>div p {
    font-size: 16px;
    line-height: 24px;
  }

  .thank-you-wrapper .services>div {
    min-height: 330px;
  }

  .thank-you-wrapper .services>div img {
    width: 45px;
  }

  .thank-you-wrapper .service-box>div img {
    width: 40px
  }

  .thank-you-wrapper .service-box>div h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .thank-you-wrapper .service-box>div p {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px;
  }

  .thank-you-wrapper .service-box>div {
    min-height: 260px;
  }

  .testimonial .right-section h1 {
    font-size: 45px;
  }

  .rightBusiness {
    padding: 25px 0;
  }

  .rentBestOffer h1 {
    font-size: 28px;
  }

  #wa-btn-wrapper {
    right: 15px !important;
  }

  .headerBottom {
    white-space: nowrap;
    overflow: auto;
  }

  .headerBottom ul {
    justify-content: start;
  }

  .headerBottom.headerBottom-franchise ul>li,
  .headerBottom.headerBottom-realestate ul>li {
    width: auto;
  }

  .headerBottom.headerBottom-franchise ul>li:not(:first-child)>a,
  .headerBottom.headerBottom-realestate ul>li:not(:first-child)>a {
    padding-left: 15px !important;
  }

  .headerBottom.headerBottom-franchise ul>li>a,
  .headerBottom.headerBottom-realestate ul>li>a {
    padding-right: 15px !important;
  }
}

@media (max-width: 820px) {
  .webinarSection {
    margin-top: 0;
    position: relative;
  }

  .landingpage-home .right-section img {
    bottom: -125px;
  }
}

@media (max-width: 767px) {
  .landingpage-header {
    padding: 0 0 10px;
  }

  .lpageHeaderLeft ul>li:last-child {
    padding: 5px 10px;
    display: inline-block;
  }

  .lpageHeaderLeft ul {
    margin: 0 -25px 10px -25px !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }

  .lpageHeaderLeft ul>li {
    padding-right: 0px;
  }

  .lpageHeaderLeft ul>li>a {
    color: #000000;
    padding: 0 10px;
  }

  .lpageHeaderLeft ul>li:last-child>a {
    color: #000;
    font-size: 14px;
  }

  .lpageHeaderLeft ul>li:nth-child(2)>a {
    border-right: 1px solid #000;
  }

  .lpageHeaderLeft ul>li:nth-child(1)>a {
    border-right: 1px solid #000;
  }

  .lpageHeaderLeft ul>li:last-child {
    background-color: #fff;
  }

  .plan-wrapper .membership-plan p.price {
    flex-direction: row;
  }

  .landingpage-home .right-section {
    height: 325px;
  }

  .landingpage-home .right-section img {
    right: calc(calc(calc(100vw - 540px) / 2)* -1);
    bottom: -67px;
  }

  .thank-you-wrapper .description h1 {
    font-size: 45px;
  }

  .thank-you-wrapper .description h2 {
    font-size: 35px;
  }

  .thank-you-wrapper .description p {
    font-size: 25px;
    line-height: 30px;
  }

  .thank-you-wrapper .services {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 30px;
  }

  .thank-you-wrapper .services>div img {
    width: 60px;
  }

  .thank-you-wrapper .services>div {
    min-height: auto;
  }

  .thank-you-wrapper .service-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 30px;
  }

  .thank-you-wrapper .service-box>div {
    min-height: auto;
  }

  .thank-you-wrapper .service-box>div img {
    width: 60px;
  }

  .thank-you-wrapper .service-box>div h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .thank-you-wrapper .service-box>div p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .landingpage-home .left-section h1 {
    font-size: 45px;
    line-height: 53px;
  }

  .plans h1 {
    font-size: 35px;
  }

  .plans .nav-tabs {
    margin: 17px auto 30px;
  }

  .plans .nav-tabs .nav-item a {
    padding: 8px 12px;
    font-size: 12px;
  }

  .plans .nav-tabs .nav-item.show .nav-link,
  .plans .nav-tabs .nav-link.active {
    font-size: 12px;
  }

  .plan-wrapper .membership-plan p.plan-name {
    margin-bottom: 5px;
  }

  .plan-wrapper {
    row-gap: 1.2rem;
  }

  .threeWorld {
    padding: 25px 10px;
  }

  .threeWorld h1 {
    font-size: 24px;
  }

  .threeWorldTabs .nav-tabs .nav-link {
    font-size: 20px;
  }

  .testimonial .left-section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background: rgba(82 82 82 / 80%);
  }

  .testimonial .left-section .owl-carousel .owl-nav button.owl-next {
    right: 0;
    background: rgba(82 82 82 / 80%);
  }

  .testimonial .media {
    flex-direction: column;
    align-items: center;
  }

  .testimonial .media .media-body {
    margin-top: 40px;
  }
}


@media (max-width: 500px) {
  .landingpage-home .right-section {
    display: none;
  }
}

@media (max-width: 450px) {
  .lpageHeaderLeft ul>li:last-child>a span {
    display: none;
  }

  .lpageHeaderLeft ul>li:last-child>a>i {
    padding-right: 0;
  }

  .LpageFeature h3 {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .landingpage-header .langSwitcher .btn-link {
    font-size: 11px;
  }
}

/*Code For Testimonil Rating Start*/
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
  margin-top: 6px;
}

.rate:not(:checked)>input {
  position: absolute;
  /* top: -9999px;*/
  opacity: 0;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 24px;
  color: #ccc;
  margin-right: 5px;
  margin-bottom: 0;
}

.rate:not(:checked)>label:before {
  /* content: '★ '; */
  content: "\f005";
  font-family: 'FontAwesome';
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate>input:checked~label.half:before {
  content: "\f123";
  font-family: 'FontAwesome';
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked label:hover label,
.rate>label:hover input:checked label {
  color: #c59b08;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  /* background: #eee; */
}

.Stars::before {
  content: "★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), #d1c1c1 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Code For Testimonil Rating End*/

/*********************************** corporate-office-badge *********************************************/
.about-left {
  width: calc(100% - 325px);
  padding-right: 50px;
  position: sticky;
  height: calc(100% - 213px);
  top: 100px;
}

.about-right {
  width: 325px;
}

.corporate-office-badge {
  background: #e9f0db;
  border-radius: 13px;
  padding: 25px;
  width: 100%;
  margin: auto 0 auto auto;
}

.corporate-office-badge .owner-img {
  margin-top: -90px;
  width: 145px;
  height: 145px;
  border: 1px solid rgb(190, 186, 186);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corporate-office-badge .owner-img img {
  width: 145px;
  /* height: 145px; */
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.corporate-office-badge .owner-img img {
  border: 1px solid rgb(190, 186, 186);
}

.corporate-office-badge .owner-name {
  color: #fff;
  background-color: #10375c;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  margin-top: -20px;
}

.corporate-office-badge .cont-info {
  padding-bottom: 20px;
}

.corporate-office-badge .cont-info h3 {
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  color: #10375c;
  padding-top: 15px;
}

.corporate-office-badge .cont-info div {
  margin-left: 5px;
}

.corporate-office-badge .phone-box span:last-child,
.corporate-office-badge .address-box address,
.corporate-office-badge .email-box a {
  color: #10375c;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.corporate-office-badge .email-box a {
  vertical-align: top;
}

.corporate-office-badge .address-box span,
.corporate-office-badge .address-box address,
.corporate-office-badge .phone-box span {
  display: inline-block;
}

.corporate-office-badge .address-box address {
  width: 200px;
  vertical-align: top;
}

.corporate-office-badge .cont-info div {
  margin-left: 5px;
}

.corporate-office-badge .btn {
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  color: #10375c;
  border-radius: 8px;
  padding: 0.375rem 0.75rem;
  font-weight: 600;
}

.corporate-office-badge .btn.btn-warning {
  background-color: #fb3;
}

.corporate-office-badge .cont-info .fas {
  color: #99b855;
  font-size: 19px;
  display: inline-block;
  padding-right: 6px;
}

.agent-grid {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px;
  margin-top: 60px;
}

.agent-grid>div {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

/**************************** End corporate-office-badge css ***********************************/



/*Start Custom Popup For Calendar*/


/* MODAL STYLES
-------------------------------*/
.jw-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, .75);
  padding: 40px;
  overflow: auto;
}

.jw-modal.open {
  display: block;
}

.jw-modal-body {
  padding: 20px;
  background: #fff;
  width: 80%;
  margin: auto;
}

body.jw-modal-open {
  /* body overflow is hidden to hide main scrollbar when modal window is open */
  overflow: hidden;
}

.js-modal-header {
  border-bottom: 1px dashed #dbdbdb;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgb(255 109 109) 100%);
  color: #e30008;
}

/*End Custom Popup For Calendar*/

/*Start loader*/
.loader2 {
  width: 120px;
  height: 20px;
  margin: 30px auto;
  -webkit-mask: linear-gradient(90deg, #000 70%, #0000 0) 0/20%;
  background:
    linear-gradient(#000 0 0) 0/0% no-repeat #ddd;
  animation: l4 2s infinite steps(6);
}

@keyframes l4 {
  100% {
    background-size: 120%
  }
}

/*End Loader*/


/*Custom Css For Calendar Start*/
.fc .fc-toolbar-title {
  font-size: 20px;
  margin: 0px;
  color: #686464;
}

.fc .fc-col-header-cell-cushion {
  color: #104c47;
}

@media screen and (max-width: 991px) {
  .fc a.fc-col-header-cell-cushion {
    visibility: hidden;
    text-align: center;
  }

  .fc a.fc-col-header-cell-cushion:first-letter {
    visibility: visible;
  }
}

.fc .fc-daygrid-day-top {
  color: #3788d8;
}

.fc .fc-button {
  font-size: 0.7em;
}

.fc-event-title {
  /*    display:none !important;*/
}

.fc-event-start {
  cursor: pointer;
}

/*.fc-header-toolbar > .fc-toolbar-chunk:nth-child(2)::after {
  font-size: 15px;
  color: green;
  font-weight: 700;
  content: '(34 Slots)';
  position: absolute;
  right: 94px;
  top: 4px;
}*/
/*Custom Css For Caledar End */



/*
 *  scrollbar style start
 */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #ff7b7b;
}

/*
 *  scrollbar STYLE end
 */

.w-full {
  width: 100%;
}

.rounded-lg-calendar {
  border-radius: .5rem;
}

.jw-modal .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.hidden {
  display: none;
}

.font-semibold {
  font-weight: 600;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.text-align-center {
  text-align: center;
}

.flex-c {
  justify-content: space-between;
  align-items: flex-start;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mt-1 {
  margin-top: .25rem;
}

.label-primary {
  background-color: #2a88d9;
}

.label {
  padding: 2px 4px;
  color: white;
  border-radius: 15px;
}

.discoveryWebinar {
  background: url(../img/yellow-bg.png) no-repeat bottom left;
  background-size: 100%;
  min-height: 640px;
}

.discoveryWebinar h1 {
  font-size: 41px;
  line-height: 1;
  font-weight: 800;
  color: #ff020c;
  font-style: italic;
}

.discoveryWebinar h4 {
  font-size: 1.25rem;
}

.discoveryWebinar h1>span {
  color: #000;
}

.discoveryWebinar p {
  font-size: 17px;
  line-height: 1.5rem;
  font-weight: 500;
}

.discoveryForm {
  background-color: #f3141d;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem;
}

.discoveryForm h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.importantDates {
  display: grid;
  gap: 18px;
  padding: 7px 8px;
  grid-template-columns: repeat(4, 1fr);
}

.importantDates a {
  border: 4px solid #e1e1e1;
  padding: 14px 13px;
  color: #3f3f46;
  border-radius: 12px;
  font-weight: 600;
  background-color: #fff;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
}

.importantDates a div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.importantDates p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.totalTimeSlots {
  display: inline-flex;
  color: #fff;
  border: 1px solid green;
  /*#f3141d;*/
  width: 24px;
  height: 24px;
  background-color: green;
  /*#f3141d;*/
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  font-size: 12px;
}

.mb-20 {
  margin-bottom: 5rem;
}

.endlessPossibilities {
  background-image: url(../img/slinting-css.png);
  padding: 115px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-yellow-200 {
  background-color: #fef08a;
}

.service-btn {
  background-color: #fef08a;
  color: #000;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin: 0 5px 9px;
}

.service-btn:hover {
  background-color: #eab308;
  color: #fff;
  text-decoration: none;
}

.sale {
  padding: 100px 0 40px;
}

.sale .splide__arrows--ttb .splide__arrow--prev {
  top: -50px;
}

.sale .splide__arrows--ttb .splide__arrow--next {
  bottom: -50px;
}

.sale .splide__list li>div {
  padding-bottom: 20px;
}

.sale .splide__arrow {
  background: #f3141d;
}

.sale .splide__arrow svg {
  fill: #fff;
}

.sale .splide__list li div h4 {
  color: #f3141d;
  font-size: 26px;
}

.sale .splide__list li div h4 span {
  color: #000;
}

.sale .splide__list li div p {
  font-weight: 500;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-20 {
  margin-top: 5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

/* backToTop css */
.backToTop {
  background: #FF9800;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  color: transparent;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 130px;
  bottom: 50px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all .3s ease-in-out;
}

.backToTop:hover,
.backToTop:active,
.backToTop:focus {
  outline: 0 !important;
  text-decoration: none;
}

.backToTop.show:hover,
.backToTop:active,
.backToTop:focus {
  background-color: #f3141d;
  color: #fff;
}

.backToTop::before {
  content: "\f077";
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  line-height: 58px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backToTop.show::before {
  visibility: visible;
}

.backToTop.show {
  display: block;
  background: #FF9800;
  color: #fff;
  font-size: 25px;
  right: 106px;
  bottom: 30px;
  height: 62px;
  width: 62px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

.backToTop.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
    .backToTop.show {
        right: 41px;
        bottom: 118px;
    }
}

/* backToTop css end */
.iti--allow-dropdown {
  width: 100%;
}

.iti__selected-flag {
  border-right: 1px solid #ced4da;
}

.iti__country-list {
  white-space: wrap;
}

.clicked-date {
  background-color: #018705 !important;
  border-color: #148b17 !important;
}

.timeslot-wrapper {
  height: 228px;
  overflow-y: auto;
}

.country-code-select {
  background: transparent;
  border: none;
  padding: 0;
  height: auto;
}

.country-code-select:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.home-contact-select .input-group-text {
  border-radius: 30px 0 0 30px;
  background-color: #fff;
}

.home-contact-select input.form-control {
  border-radius: 0 30px 30px 0 !important;
}

.myLicenece .imgDivRight h1 {
  color: #1e90ff;
}

.myLicenece .sellingOptions .imgDiv {
  width: 150px;
  flex-basis: auto;
}

.myLicenece p {
  font-weight: 500;
}

.myLicenece .sellingOptions .imgDivRight {
  width: calc(100% - 130px);
  flex-basis: auto;
}

.myLicenece .sellingOptions .imgDiv img {
  width: 130px;
  height: auto;
}

.main-title {
  background: #e61938;
  display: inline-block;
  padding: 8px 16px 8px 31px;
  margin-bottom: 0;
  border-radius: 0px 0 0 44px;
  border: 4px solid #ffa8b4;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.bg-gray-light {
  background: #e5e5e5;
}

.staff-info-wrap img {
  border: 2px solid #ececec;
  padding: 5px;
}

.interiorPageHeader .interiorPageHeader-agent {
  /* color: #ff7800; */
  color: #eb6f00;
  font-weight: 700;
  text-shadow: 2px 2px 0px rgb(249 249 249);
  font-size: 40px;
  letter-spacing: 3px;
  margin: 0;
}

.x3-user .langSwitcher {
  background: #dfdfdf;
  border-radius: 5px;
}

.langSwitcher .agent-land-langSwitcher {
  justify-content: end;
  padding: 3px 9px;
}

@media screen and (max-width: 768px) {
  .langSwitcher .agent-land-langSwitcher .selected-language-text {
    display: none;
  }

  .langSwitcher .agent-land-langSwitcher .login-text {
    display: none;
  }
}

.langSwitcher .agent-land-langSwitcher>div:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}


.rightside-slider.owl-carousel .owl-item img {
  width: auto;
}

.rightside-slider.owl-carousel .owl-prev,
.rightside-slider.owl-carousel .owl-next {
  background: rgb(253 168 56 / 50%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.acheive-slider.rightside-slider.owl-carousel .owl-prev,
.acheive-slider.rightside-slider.owl-carousel .owl-next {
  background: rgb(91 201 255 / 50%);
}

.rightside-slider.owl-carousel .owl-prev i,
.rightside-slider.owl-carousel .owl-next i {
  transform: scale(1.5, 1.5);
  color: #e61938;
}

.acheive-slider.rightside-slider.owl-carousel .owl-prev i,
.acheive-slider.rightside-slider.owl-carousel .owl-next i {
  color: #066b9d;
}

.rightside-slider.owl-carousel .owl-prev {
  left: -15px;
}

.rightside-slider.owl-carousel .owl-next {
  right: -15px;
}

.acheive-slider .table p {
  margin-bottom: 0;
}

.access-btn-wrap {
  background: #f1f1f1;
  padding: 5px 10px;
  margin: -7px 0 -7px 0;
  border-radius: 30px;
}

.access-btn-wrap img {
  width: 26px;
}

.access-btn-wrap img:first-child {
  padding-right: 8px;
  border-right: 1px solid #9b9b9b;
}

.access-btn-wrap img:last-child {
  padding-left: 6px;
}

.small-content {
  font-size: .675em;
  font-weight: 600;
}

.thanku-main-bg.interiorPageHeader h1:after {
  content: inherit;
}

.more-options-dropdown .dropdown-menu {
  min-width: 500px;
  left: auto !important;
  right: 0px !important;
  transform: translate(0px, 37px) !important;
  max-height: 300.5px;
  overflow-y: auto;
}

.footer-card .card {
  position: relative;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  max-width: 280px;
  max-height: 280px;
  cursor: pointer;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 250px;
}

.footer-card .card .card-image {
  width: 100%;
  max-height: 340px;
}

.footer-card .card .card-image img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  min-height: 340px;
}

.footer-card .card .card-content {
  position: absolute;
  bottom: -64%;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px);
  min-height: 250px;
  width: 100%;
  transition: bottom .4s ease-in;
  box-shadow: 0 -10px 10px rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-card .card:hover .card-content {
  bottom: 0px;
}

.footer-card .card:hover .card-content h4,
.footer-card .card:hover .card-content h5 {
  transform: translateY(10px);
  opacity: 1;
}

.footer-card .card .card-content h4,
.footer-card .card .card-content h5 {
  font-size: .85rem;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.8s;
  font-weight: 500;
  transition-delay: 0.2s;
}

.footer-card .card .card-content h5 {
  transition: 0.5s;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  height: 30px;
}

.footer-card .card .card-content h5.agent {
  color: #fffa15;
}

.footer-card .card .card-content h5.broker {
  color: #00cee5;
}

.footer-card .card .card-content .card-details {
  list-style: none;
  padding: 0;
  flex-direction: column;
  padding-bottom: 15px;
}

.footer-card .card .card-content .card-details li {
  margin: 0;
  padding: 0 15px 10px;
  transition: 0.5s;
  transition-delay: calc(0.15s * var(--i));
  transform: translateY(50px);
  font-size: .80rem;
  width: 100%;
}

.footer-card .card:hover .card-content .card-details li {
  transform: translateY(20px);
}

.footer-card .card .card-content .card-details li a {
  color: #fff;
  display: flex;
  text-decoration: none;
}

.footer-card .card .card-content .card-details li a span {
  font-size: 1.3rem;
  vertical-align: middle;
}

.dropdown-wrapper .dropdown-menu {
  position: static !important;
}

.btn-tab-wrap .btn-danger.active-btn-tab {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
  border-width: 2px;
  border-color: rgb(255 255 255 / 80%) !important;
}

.btn-tab-wrap .btn-warning.active-btn-tab {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
  border-width: 2px;
  border-color: rgb(255 255 255 / 80%) !important;
}

.save_search_modal .form-group label {
  color: #222;
  font-style: bold;
}

.save_search_modal .chosen-container-active .chosen-choices {
  border-radius: 30px;
}

.table .dropdown-menu {
  position: static !important;
  transform: translate3d(-18px, 22px, 0px) !important;
  font-size: .85rem;
}

.table .dropdown-menu .material-symbols-outlined {
  font-size: 20px;
}


/****************** Chatbox css start *******************/
.chat-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 420px;
  overflow: hidden;
}

.chatbox {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.chatlist hr {
  margin-left: -15px;
  margin-right: -15px;
}

.chat-dialog-scrollable {
  height: 100% !important;
}

.chat-content {
  max-height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
}

.chat-dialog-scrollable .chat-body {
  overflow-y: auto;
  padding-right: 15px;
}

.chatbox .img-fluid {
  height: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background: #e5e5e5;
}

.msg-head {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.msg-head .active {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  bottom: 10px;
  left: 42px;
  height: 12px;
  width: 12px;
  background: #00DB75;
  border-radius: 50%;
  border: 2px solid #fff;
}

.msg-head .user-image {
  position: relative;
}

.msg-head .active {
  bottom: 3px;
  left: 36px;
}

.msg-body ul {
  overflow: hidden;
  padding-left: 0;
}

.msg-body ul li {
  list-style: none;
  margin: 15px 0 30px;
}

.msg-body ul li.sender {
  display: flex;
  width: 100%;
  position: relative;
}

.msg-body ul li.sender:before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: -6px;
  left: 54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #f5f5f5 transparent;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.msg-body ul li.sender p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}

.time {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.send-box {
  padding: 15px 15px 0 15px;
  border-top: 1px solid #ccc;
}

.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.send-box .form-control {
  display: block;
  width: 85%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
  border: none;
  background: #3867d6;
  padding: 7px 5px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  width: 24%;
  margin-left: 1%;
}

.send-box button i {
  margin-right: 5px;
}

.msg-body ul li.repaly {
  display: flex;
  width: 100%;
  text-align: right;
  position: relative;
  justify-content: end;
}

.msg-body ul li.repaly:before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  bottom: 15px;
  right: 54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #4b7bec transparent;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
}

.msg-body ul li.repaly p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #4b7bec;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

li.repaly .time {
  margin-right: 20px;
}

.msg-body ul li.repaly:after {
  display: block;
  content: '';
  clear: both;
}

.msg-body .divider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.msg-body h6 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}

.msg-body .divider:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #EBEBEB;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/****************** Chatbox css End *******************/

/*********************** Start Offcanvas notification css ******************************/
.offcanvas-notification,
.offcanvas-dropdown-content {
  background-color: #fff;
  top: -10px;
  right: -500px;
  height: 100vh;
  position: fixed;
  width: 400px;
  transition: all 0.2s ease-out;
  z-index: 9999;
}

.offcanvas-dropdown-content {
  border-left: 4px solid #f3f3f3;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  background-color: #00000040;
  will-change: backdrop-filter;
}

.offcanvas-backdrop.show {
  display: block;
}

.offcanvas-body {
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.offcanvas-body .ibox-title {
  border: none;
  min-height: 17px;
  background-color: transparent;
}

.offcanvas-header {
  background: #4980EE;
  color: #fff;
}

.offcanvas-body>.notification-content {
  color: #052c65;
  border: 1px solid #a5c2fb;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, .075);
  margin-bottom: 15px;
  background: #ebf2ff;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-tabs-wrap .offcanvas-body>div {
  border: none;
  box-shadow: none;
  padding: 0;
}

.offcanvas-body>.notification-content h5 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  color: #1c2129;
  display: flex;
  align-items: center;
}

.offcanvas-body>.notification-content h5 span {
  margin-top: 2px;
}

.offcanvas-body>.notification-content h5 .badge-primary {
  background-color: #e3121a;
  color: #ffffff;
}

.offcanvas-body>div ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.offcanvas-body>div ul li {
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 2px solid #dadfe3 !important;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 11px 12px rgb(131 130 130 / 10%);
  border-radius: 8px;
}

.offcanvas-body>div ul li:last-child {
  margin-bottom: 0px;
}

.offcanvas-body>div ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
}

.offcanvas-body>div ul li p span {
  font-size: 11px;
  color: #8f8f8f;
  font-weight: 300;
  display: block;
}

.offcanvas-body .collapsed.border-bottom {
  border-bottom: 1px solid #ffcdc4 !important;
}

.notification-body {
  max-height: 250px;
  overflow: auto;
}

.offcanvas-body .settings-title h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #4980ee;
}

/******************* End Offcanvas notification css **************************/

/********************  On off toggle Switch *****************************/
.toggle-label {
  position: relative;
  display: block;
  width: 80px;
  height: 24px;
  margin: 0px auto;
}

.toggle-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.toggle-label input[type=checkbox]+.back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ed1c24;
  transition: background 150ms linear;
  /* border-radius: 30px; */
}

.toggle-label input[type=checkbox]:checked+.back {
  background: #00a651;
  /*green*/
}

.toggle-label input[type=checkbox]+.back .toggle {
  display: block;
  position: absolute;
  content: ' ';
  background: #fff;
  width: 50%;
  height: 100%;
  transition: margin 150ms linear;
  border: 1px solid #808080;
  /* border-radius: 30px; */
}

.toggle-label input[type=checkbox]:checked+.back .toggle {
  margin-left: 40px;
}

.toggle-label .label {
  display: block;
  position: absolute;
  width: 50%;
  color: #d1d1d1;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  background-color: transparent;
  font-weight: 400;
}

.toggle-label .label.on {
  left: 0px;
}

.toggle-label .label.off {
  right: 0px;
}

.toggle-label input[type=checkbox]:checked+.back .label.on {
  color: #fff;
}

.toggle-label input[type=checkbox]+.back .label.off {
  color: #fff;
}

.toggle-label input[type=checkbox]:checked+.back .label.off {
  color: #d1d1d1;
}

/********************  On off toggle Switch *****************************/
.notification-web .count {
  vertical-align: middle;
  align-items: center;
  display: flex;
  position: absolute;
  right: -5px;
  top: -6px;
  background: #000000;
  color: #ffffff;
  border: 2px solid #c5c5c5;
  border-radius: 50%;
}

/********************* Start Sitemap design css *********************/

.sitemap ol {
  list-style: none;
  padding-left: 0;
}

.sitemap a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.sitemap a.level-1 {
  font-size: 20px;
}

:root {
  --level-1: #ffc24e;
  --level-2: #16cf41;
  --level-3: #12bbff;
  --black: #b1b1b1;
}

.rectangle {
  position: relative;
  padding: 10px 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

/* LEVEL-1 STYLES
––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.level-1-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}

.level-1-wrapper li {
  position: relative;
}

.level-1 {
  width: auto;
  margin: 0 auto 40px 10%;
  background: var(--level-1);
  display: inline-block;
}

.level-1:hover {
  background: #ffd380;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #df9d1f;
}

.level-1::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}


/* LEVEL-2 STYLES
––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  width: calc(80% + 17px);
  height: 2px;
  background: #11bb38;
}

.level-2-wrapper>li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: #11bb38;
}

.level-2 {
  margin-bottom: 20px;
  background: var(--level-2);
}

.level-2:hover {
  background: #3ee765;
  ;
}


/* LEVEL-3 STYLES
––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: #12bbff;
}

.level-3-wrapper li+li {
  margin-top: 20px;
}

.level-3 {
  font-weight: normal;
  background: var(--level-3);
}

.level-3:hover {
  background: #62d2ff;
}

.level-3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-110%, -50%);
  width: 20px;
  height: 5px;
  background: #12bbff;
  border-radius: 30px;
}

/* dynamic grid css 
----------------------------------------------- */
.level-2-wrapper.three-grid {
  grid-template-columns: repeat(3, 1fr);
}

.level-2-wrapper.three-grid::before {
  width: calc(66% + 20px);
}

.level-2-wrapper.four-grid {
  grid-template-columns: repeat(4, 1fr);
}

.level-2-wrapper.four-grid::before {
  width: calc(75% + 16px);
}

/********************* End Sitemap design css *********************/


@media screen and (max-width: 1199px) {
  .about-business-slider .businessList .card.bb-search-item-bg {
    height: auto;
  }

  .page-header .cta-wrap {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
  }

  .page-header .dropdown-submenu {
    border-right: 1px solid #aaaaaa;
    padding-right: 5px;
  }

  .headerBottom ul>li>a {
    padding: 0 30px;
  }

  .broker-top-header .header-phchat {
    background-color: #80b612;
    display: flex;
    padding: 2px 6px;
    border-radius: 25px;
    font-size: 11px;
  }

  .langSwitcher .agent-land-langSwitcher>div {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .page-header .navbar-collapse ul {
    flex-direction: column;
    align-items: center;
    background-color: #f9f5f5;
    border-radius: 8px;
    padding: 20px;
  }

  .page-header .navbar-collapse {
    height: 100vh;
    overflow-y: auto;
  }

  .page-header .headerNav .dropdown .dropdown-menu {
    position: static;
  }

  .page-header .nav>li {
    margin: 10px 0;
  }

  .businessList .card.bb-search-item-bg {
    height: auto;
  }

  .card-bodyInner {
    min-height: auto;
  }

  .bb-search-item-bg .fixed-footer-info,
  .business-search-item-bg .fixed-footer-info {
    position: static;
    width: 100%;
  }

  .favouriteListSlider .franchise-search-item {
    height: auto;
    padding-bottom: 0 !important;
  }

  .franchiseDefaultSection .franchise-search-item .fixed-footer-info {
    position: relative;
  }

  .about-business-slider .bb-search-item-bg .fixed-footer-info {
    position: absolute;
  }

  .about-franchise-wrapper .favouriteListSlider .franchise-search-item {
    height: 490px;
  }

  .jumbotron .roundbox h1 {
    font-size: 2rem;
  }

  .business-thumb-list.owl-carousel .owl-nav button.owl-next {
    right: 24%;
  }

  .business-thumb-list.owl-carousel .owl-nav button.owl-prev {
    left: 24%;
  }

  .about-business-slider .favouriteListSlider .footermetaInfo {
    flex-wrap: wrap;
  }

  .about-business-slider .favouriteListSlider .footermetaInfo .sharePrint {
    margin-top: 5px;
  }

  .headerBottom ul>li>a,
  .headerBottom ul>li .btn {
    padding: 0 20px;
  }

  .headerBottom ul>li>a,
  .headerBottom ul>li:last-child .btn {
    padding: 0 20px;
  }

  .page-header .cta-wrap {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .propertySearchFilterOptions .dropdown .dropdown-menu {
    position: relative !important;
    min-width: auto;
    max-height: 100%;
    width: 100% !important;
    transform: none !important;
    border-radius: 15px;
  }

  .jw-modal {
    padding: 20px;
  }

  .jw-modal-body {
    width: 100%;
  }

  .sellingOptions {
    flex-direction: column;
  }

  .localInfo {
    flex-direction: column-reverse;
  }

  /* Search Result Page */
  .property-results-container {
    display: block;
  }

  .property-results-container .property-results-map {
    width: 100%;
    display: none;
  }

  .property-results-container .property-results-list {
    width: 100%;
    display: none;
  }

  .property-results-container .property-results-map.active,
  .property-results-container .property-results-list.active {
    display: block;
  }

  .property-results-container .property-results-map .gisMapContainer #gisMap {
    height: calc(100vh - 244px);
  }

  .property-results-container .property-results-list .searchResultsContainer {
    height: calc(100vh - 244px);
  }

  .property-grid {
    grid-template-columns: 100%;
  }

  /* Property Details Page */
  .property-details-content #load_location_map #map {
    width: 100% !important;
  }

  /* Franchise Search Result */
  .franchise-list {
    grid-template-columns: 100%;
  }

  .advancedSearchFilterOptions>ul {
    flex-direction: column;
  }

  .advancedSearchFilterOptions .dropdown .dropdown-menu {
    position: relative !important;
    min-width: auto;
    max-height: 100%;
    width: 100% !important;
    transform: none !important;
    border-radius: 15px;
  }

  .advancedSearchFilterOptions>ul>li {
    padding: 0;
  }

  .advancedSearchFilterOptions>ul>li.cityZipAddress {
    width: 100%;
  }

  .localInfo {
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .interiorPageHeader {
    margin-bottom: 15px;
  }

  .businessForSale .owl-nav button.owl-prev {
    margin-left: 0;
  }

  .businessForSale .owl-nav button.owl-next {
    margin-right: 0;
  }

  .businessForSale .card-body {
    width: 100%;
  }
}

@media (max-width: 850px) {

  .headerBottom.headerBottom-franchise ul>li,
  .headerBottom.headerBottom-business ul>li {
    width: auto;
  }

  .headerBottom.headerBottom-franchise ul>li:not(:first-child)>a,
  .headerBottom.headerBottom-business ul>li:not(:first-child)>a {
    padding-left: 15px !important;
  }

  .headerBottom.headerBottom-franchise ul>li>a,
  .headerBottom.headerBottom-business ul>li>a {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .btn-full-mobile {
    width: 100%;
  }

  .roundbox {
    height: auto;
    margin-bottom: 30px;
  }

  .imgDivRight h1,
  .rightFranchise h1,
  .rightBusiness h1,
  .localInfoText h1,
  .contactUs h1 {
    font-size: 28px;
  }

  .rightBusiness h1 br,
  .rightFranchise .rightFranchise-title br {
    display: none;
  }

  img.imgDivLeft,
  .localInfo img,
  .aboutSection .about-left,
  .aboutSection .about-right {
    width: 100% !important;
  }

  .myLicenece .sellingOptions .imgDivRight {
    width: 100% !important;
    margin-top: 30px;
    padding-left: 0px !important;
  }

  .myLicenece .sellingOptions .imgDivRight .w-50 {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .aboutSection .about-left {
    position: static;
    padding-right: 0;
    text-align: center;
  }

  .interiorPageHeader .interiorPageHeader-agent {
    font-size: 30px;
  }

  .interiorPageHeader h1 {
    font-size: 24px;
  }

  .myLicenece .sellingOptions {
    flex-direction: column;
  }

  .corporate-office-badge {
    margin: auto auto 30px;
  }

  .jumbotron h1 {
    font-size: 2rem;
  }

  .footermetaInfo>div {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 8px;
  }

  .agent-grid {
    grid-template-columns: 100%;
  }

  .agent-grid>div {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  /* Footer */
  .footerTop {
    padding: 50px 0;
  }

  .footerTop .w-75,
  .footerTop .w-50 {
    width: 100% !important;
  }

  .footerTop ul {
    width: 100% !important;
    display: block;
    text-align: center;
  }

  .footerTop ul li {
    display: inline-block;
    margin-right: 20px;
  }

  .footerTop ul li a svg {
    width: 45px;
  }
}

.fs-15 {
  font-size: 15px;
}

.pagination a#next {
  margin-right: 10px;
  margin-left: 10px;
}

/* chosen css */
.chosen-container .chosen-single {
  border-radius: 30px 0 0 30px;
}

.chosen-container .chosen-single,
.chosen-container .chosen-drop {
  border: none;
  box-shadow: none;
  background: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: none;
}

.chosen-container .chosen-results {
  max-height: 175px;
  text-align: left;
}

.home-contact-select .chosen-container .chosen-single {
  border-radius: 30px;
}

.home-contact-select .chosen-container .chosen-drop {
  border: 1px solid #aaa;
}

.chosen-container-single .chosen-single span {
  font-weight: 600;
  color: #495057;
}
.h-36 {
  height: 36px;
}

/* css-customizer start */
.css-customizer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  transition: all 0.2s;
  transform: translateX(240px);
  width: 290px;
}

.settings-icon {
  background: #F3141D;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  top: calc(50% - 40px);
  left: 0;
  width: 50px;
  height: 45px;
  color: #fff;
  cursor: pointer;
}

.settings-icon span {
  animation: fa-spin 2s infinite linear;
  font-size: 30px;
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.css-customizer.show {
  transform: translateX(0px);
  width: 325px;
}

.skin-settings {
  width: 280px;
  height: 100vh;
  margin-left: 50px;
  padding: 80px 16px 0px;
  background: #ffffec;
  font-size: 14px;    
  display: flex;
  flex-direction: column;
}

.skin-settings .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  font-size: 12px;
}
.skin-content {
  margin-bottom: 20px;
}
.skin-content:last-child {
  margin-bottom: 0px;
}
.settings-footer {
  margin-top: auto;
  border-top: 3px solid #ffc107;
  padding: 10px 0;
  background: #ffeeba;
  margin-left: -16px;
  margin-right: -16px;
}
/*css-customizer end*/

.sticky-content {
  position: sticky;
  height: calc(100% - 200px);
  top: 100px;
  padding-bottom: 30px;
}
.feature-data-bb-list.businessList .card.bb-search-item-bg .footermetaInfo,.popular_business_list.businessList .card.bb-search-item-bg .footermetaInfo {
  /* background-color: #014f78 !important; */
  padding: 15px;
  margin: 0 -16px;
}
.popular_business_list.businessList .card.bb-search-item-bg{
  
  height: auto;
}
.popular_business_list.businessList .card.bb-search-item-bg .card-bodyInner{
  min-height: auto;
}
.bg-sky-50 {
  background-color: rgb(240, 249, 255);
}
.grid {
  display: grid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-4 {
  gap: 1rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.signup-selector-radio label input[type=radio] {
  display: none;
}
.signup-selector-radio label > input:checked + label {
  border: 2px solid #85B914;
  color: #85B914;
}
.signup-selector-radio label > label {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}