@font-face {
  font-family: 'Rubik';
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url('../font/regular.6f75f467.woff2');
}

/*@font-face {
  font-family: "MavenPro-Black";
  src: url("../font/MavenPro-Black.ttf") format(".TTF");
}

@font-face {
  font-family: "MavenPro-Bold";
  src: url("../font/MavenPro-Bold.ttf") format(".TTF");
}

@font-face {
  font-family: "MavenPro-Medium";
  src: url("../font/MavenPro-Medium.ttf") format(".TTF");
}

@font-face {
  font-family: "MavenPro-Regular";
  src: url("../font/MavenPro-Regular.ttf") format(".TTF");
}

@font-face {
  font-family: "MavenPro-SemiBold";
  src: url("../font/MavenPro-SemiBold.ttf") format(".TTF");
}

@font-face {
  font-family: "MavenPro-ExtraBold";
  src: url("../font/MavenPro-ExtraBold.ttf") format(".TTF");
} */
@font-face {
  font-family: "Rubik-Black";
  src: url("../font/Rubik-Black.ttf") format(".TTF");
}

@font-face {
  font-family: "Rubik-Bold";
  src: url("../font/Rubik-Bold.ttf") format(".TTF");
}

@font-face {
  font-family: "Rubik-ExtraBold";
  src: url("../font/Rubik-ExtraBold.ttf") format(".TTF");
}

@font-face {
  font-family: "Rubik-Italic";
  src: url("../font/Rubik-Italic.ttf") format(".TTF");
}

@font-face {
  font-family: "Rubik-Light";
  src: url("../font/Rubik-Light.ttf") format(".TTF");
}

@font-face {
  font-family: "Rubik-Medium";
  src: url("../font/Rubik-Medium.ttf") format(".TTF");
}

@font-face {
  font-family: "Rubik-Regular";
  src: url("../font/Rubik-Regular.ttf") format(".TTF");
}

@font-face {
  font-family: "Rubik-SemiBold";
  src: url("../font/Rubik-SemiBold.ttf") format(".TTF");
}

/* @font-face {
  font-family: "Proxima-Nova-Thin";
  src: url("../font/PROXIMANOVA-THIN-WEBFONT.TTF") format(".TTF");
} */

/* @font-face {
  font-family: "Proxima-Nova-Alt-Bold";
  src: url("../font/Proxima-Nova-Alt-Bold.otf") format(".otf");
}

@font-face {
  font-family: "Proxima-Nova-Alt-Thin";
  src: url("../font/Proxima-Nova-Alt-Thin.otf") format(".otf");
} */

body {
  font-family: Rubik, Helvetica, sans-serif;
  color: #ffffff;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #ffffff;
  border: 0;
  text-decoration: none;
}

.topMenu ul li {
  cursor: pointer;
}

.topMenu ul li,
.topMenu ul a {
  /* width: 140px; */
  height: 38px;
  padding-top: 8px;
  text-align: center;
  /*font-weight: bold; */
}

.topMenu ul li a {
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.menu-active {
  color: white;
  opacity: 1;
  background-color: #77768d;
  border-radius: 5px;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  color: #555;
  line-height: 26px;
}

img {
  max-width: 100%;
}

.medium-paragraph {
  font-size: 18px;
  line-height: 34px;
}

/* ********************* Header *************************** */
.headerTopText {
  color: #ffffff;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}

.header_align_right {
  height: 100px;
  align-items: center;
  justify-content: flex-end;
}

/* /**************************End Header************************ */
/* ::-moz-selection { background: #f35b3f; color: #fff; text-shadow: none; }
::selection { background: #f35b3f; color: #fff; text-shadow: none; } */

/***** Sidebar *****/
.headerBgColor {
  background-color: transparent;
  height: 80px;
  /* border-bottom: 1px solid white; */
}

.sidebar {
  width: 260px;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: -255px;
  z-index: 1001;
  background: #1d1c41;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {
  left: 0;
}

.open-menu:hover {
  border: 1px solid transparent;
}

.dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  background: transparent;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.dismiss span:after {
  display: inline-block;
  font-size: 32px;
  content: "\00d7";
  /* This will render the 'X' */
}

.dismiss i {
  font-size: 32px;
}

.dismiss:hover,
.dismiss:focus {
  background: #555;
  color: #fff;
}

.bottom-text {
  font-size: 16px;
  text-align: left;
  padding-top: 10%;
  line-height: 18px;
}

.contact_Button:hover {
  color: #ffffff !important;
}

.sidebar .logo {
  padding: 20px 20px;
  /* border-bottom: 1px solid #444; */
  transition: all 0.3s;
}

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  /* background: url(../img/logo.png) left top no-repeat; */
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {
  padding: 10px 0;
  border-bottom: 1px solid #444;
  transition: all 0.3s;
}

.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  /* was 22px changed to 18 on 11th june*/
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active>a:hover,
.sidebar ul li.active>a:focus {
  outline: 0;
  background: transparent;
  color: #fff;
}

/* .sidebar ul li a i {
  margin-right: 5px;
} */

.sidebar ul li.active>a,
a[aria-expanded="true"] {
  background: transparent;
  color: #fff;
}

.sidebar ul ul a {
  background: transparent;
  padding-left: 30px;
  font-size: 14px;
  padding-top: 5px;
}

.sidebar ul ul li.active>a {
  background: #555;
}

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

#txtCallbackDate {
  width: 100%;
  /* height: 52px !important; */
  border: 1px solid #E7E4E4 !important;
  border-top: 0px !important;
  padding-left: 12px !important;
}

.date-picker-days i {
  height: 20px !important;
}

.picker-mask {
  z-index: 9999 !important;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top {
  padding: 20px;
  text-align: center;
}

.sidebar .dark-light-buttons {
  padding: 10px 20px 30px 20px;
  text-align: center;
}

/* sidebar light */

.sidebar.light {
  background: #fff;
  color: #888;
}

.sidebar.light .dismiss {
  background: #ddd;
  color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light .logo {
  border-color: #eee;
}

.sidebar.light .logo a {
  /* background-image: url(../img/logo-dark.png); */
}

.sidebar.light ul.menu-elements {
  border-color: #eee;
}

.sidebar.light ul li a {
  color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active>a:hover,
.sidebar.light ul li.active>a:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light ul li.active>a,
.sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a {
  background: #ddd;
}

.sidebar.light ul ul li.active>a {
  background: #ccc;
}

.sidebar.light a.btn-customized-3 {
  background: #ddd;
  color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
  background: #555;
}

.sidebar.light a.btn-customized-4.btn-customized-light {
  background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc;
  color: #fff;
}

/***** Dark overlay *****/

.overlay {
  display: none;
  position: fixed;
  /* width: 100vw; */
  height: 100vh;
  background: rgba(51, 51, 51, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

/***** Content *****/

.content {
  width: 94%;
  transition: all 0.3s;
  margin: 0 auto;
}

.menuBars {
  width: 32px;
  height: 3px;
  border-radius: 8px;
  background-color: #000000;
  margin-bottom: 6px;
}

.open-menu {
  font-size: 30px;
  z-index: 997;
  color: #ffffff;
  padding-top: 10px;
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.rectangle {
  box-sizing: border-box;
  height: 580px;
  width: 100%;
  border: 1px solid transparent;
  opacity: 1;
  background-color: transparent;
}

.banner-head {
  height: auto;
  width: 75%;
  color: #122334;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 42px;
  margin-top: 150px;
  margin-left: 48px;
  font-weight: 500;
}

.banner-head-properties {
  margin-top: 40px;
  height: 40px;
  width: 100%;
  color: #283048;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  font-size: 36px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
}

.search-row {
  display: flex;
  text-align-last: center;
}

.dropdown-menu-center {
  height: 100%;
  width: 100%;
  background: transparent;
}

.location {
  height: 100%;
  width: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  text-align-last: center;
}

.location-text {
  font-size: 14px;
  font-weight: 600;

  color: #000000;
  opacity: 0.59;
}

.search-key {
  height: 100%;
  width: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  text-align-last: left;
}

.searchCaret {
  margin-left: 3em;
}

.search-slt {
  font-size: 14px;
  background-color: #fff;
  height: 48px;
  width: 100%;
  text-align: start;
  color: rgba(0, 0, 0, 0.4);
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  letter-spacing: 0;
  line-height: 14px;
}

.extra-border {
  border-radius: 4px 0 0 4px;
}

.search-button {
  height: 48px;
  background-color: #de492a !important;
  width: 120px;
  max-width: 100%;
  border-radius: 0 4px 4px 0 !important;
  color: #ffffff !important;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 18px !important;
}

.extra-border .dropdown-toggle::after {
  margin-left: 2em !important;
}

.css-eh5spe-control {
  border-width: 0px !important;
  border-left: 1px solid grey !important;
  height: 48px !important;
  width: 432px;
}

.css-1omj0yh-control {
  border-width: 0px !important;
  border-left: 1px solid grey !important;
  height: 38px;
  width: 432px;
  /* border-radius: 0 4px 4px 0 !important; */
}

.rectangle .searchArea {
  padding-top: 24px;
}

.stats-number {
  background-color: white;
  color: black;
  align-content: center;
  justify-content: center;
  text-align: center;
  height: 176px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 138px;
}

.search-key-flex {
  flex: 0.5 1 auto;
}

.card-container {
  background: white;
  color: black;
}

.card-number {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  text-align: center;
}

.count-number {
  font-size: 56px;
  color: #3d464b;
  /* font-family: "MavenPro-Bold", sans-serif;*/
  font-weight: bold;
  padding-top: 48px;
  line-height: 56px;
}

.desc {
  color: #3d464b;
  /* font-family: "MavenPro", sans-serif;*/
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding-bottom: 46px;
  line-height: 24px;
}

.mm {
  height: 20px;
  width: 389px;
  opacity: 0.2;

  background-color: transparent;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.black-text {
  height: auto;
  width: 100%;
  color: #122334;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}

.MuiPaper-elevation {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0),
    0px 1px 0px 0px rgba(0, 0, 0, 0.12);
}

.tab-head {
  font-weight: 600;
}

/* 0px 0px 0px 0px rgba(0,0,0,0),0px 0px 0px 0px rgba(0,0,0,0),0px 1px 0px 0px rgba(0,0,0,0.12) */
#outer {
  width: 100%;
  height: 550px;
}

#blk {
  height: 90%;
  width: 40%;
  float: right;
}

#red,
#blu {
  height: 27%;
  width: 50%;
  float: left;
  margin-top: 1%;
}

.searchDetailsBtn:hover {
  color: #ffffff !important;
}

.arrow {
  background-color: white;
  opacity: 0.9;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: black;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAABQCAYAAAC+neOMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5tJREFUeJzt2s9rHGUYwPHvM9lpKjYQFENBEIzSelHwPxBMeuhNJYtxAioehKyiNw8ik148CFLqtpG9WEI6G38h1EhPQgTvnjVCD4pVPBg8eKhJ5vHS3Wzipju7O+/7TuH5nmZnZncePpmEd4eAZVmWZVmWZVmWZVmWZVmWZVnWEEmRk9I0jU6fOfPYvsgD5PkfjST5RUTU9XCuaq6tPRhFk7NM5Lf3pqd/euv8+duD3nNXqDRNo5mzZxuq+o4gD3cPKD9C/m5jaemrEub2VvPatScj5ENE5nt2/6Oqn8Qn4vder9f/Pu69x0K1Wq147/6pDYQXjjtHlZU3ll66MOLcXmu22/NRrtcRua/vCarbTERzjcXFX/sd7gvVarXi3VNTnwo8P3gEvdBIkpXiI/vvyvrGOY30usDJu52ncFMieaYfVnR0R7q1Vds9NZUVQwKQ9EqWrRSc2XtFkQAEZjXX71prnz9y9NghqHRrqzbz2+/rAgvDjVNNrGGQOgnM7tX2/od1CGrm1q0PEF4cbaxqYY2C1NOjuxO7m5du3Jjs7OhCfZRlT6jy9njjVQOr2W7Pj4EEgIg8VdvZea3zOurZWBCRQuuqAZcIitVst+dF+XocpJ66f4IOfvVUHi/hg+8UBqtkJODApAslogNXp0NexCtW+Uig8G9nu/eO+qGsCxzkB8sFEoCgXZPeO+ozhZ0yL3Tnk51iuUICEGh1trtQy0myI+jLqrpf9gVdYa1m2ZwrJJSPl5Pk287LQ+uoRpJsRsLivYC1mmVzObLpBAldf+hE7c3ePX2XA6tZtpArGyIy4WCIsb8bOkeK41fr9fqhm+XYdVNVsUIgwYDnUVXDCoUEBZ5wVgUrJBIUfBQcGuvy+sazRPpNKCQoCAXhsKqABENAgX+sqiDBkFDgD6tKSDACFLjH0jz6vkpIMCIUuMVS1X1HP4SRkGAMKHB9Z5Xd6EgwJhTcK1jjIUEJUFB1rPGRoCQoqCpWOUhQIhRUDas8JCgZCqqCVS4SOICC0FjlI4EjKAiF5QYJHEKBbyx3SOAYCnxhuUUCD1Dg/LuhcyTwBAWusPwggUcoKBvLHxJ4hoKysPwiQQAoGBfLPxIEgoJRscIgQUAoGBYrHBIEhoKiWGGRoM+/T/tuOUm+EOE5Vf3r6DFV3Ud5/8/t7VdCIkEF7qhOF69enY7jyQWBp4EY+FlEv1xOkpuhZ7Msy7Isy7Isy7IsyxrcfzNeLxtxSlaeAAAAAElFTkSuQmCC") right / 10px no-repeat #fff;
  /* background: #ffffff
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAABQCAYAAAC+neOMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAA5tJREFUeJzt2s9rHGUYwPHvM9lpKjYQFENBEIzSelHwPxBMeuhNJYtxAioehKyiNw8ik148CFLqtpG9WEI6G38h1EhPQgTvnjVCD4pVPBg8eKhJ5vHS3Wzipju7O+/7TuH5nmZnZncePpmEd4eAZVmWZVmWZVmWZVmWZVmWZVnWEEmRk9I0jU6fOfPYvsgD5PkfjST5RUTU9XCuaq6tPRhFk7NM5Lf3pqd/euv8+duD3nNXqDRNo5mzZxuq+o4gD3cPKD9C/m5jaemrEub2VvPatScj5ENE5nt2/6Oqn8Qn4vder9f/Pu69x0K1Wq147/6pDYQXjjtHlZU3ll66MOLcXmu22/NRrtcRua/vCarbTERzjcXFX/sd7gvVarXi3VNTnwo8P3gEvdBIkpXiI/vvyvrGOY30usDJu52ncFMieaYfVnR0R7q1Vds9NZUVQwKQ9EqWrRSc2XtFkQAEZjXX71prnz9y9NghqHRrqzbz2+/rAgvDjVNNrGGQOgnM7tX2/od1CGrm1q0PEF4cbaxqYY2C1NOjuxO7m5du3Jjs7OhCfZRlT6jy9njjVQOr2W7Pj4EEgIg8VdvZea3zOurZWBCRQuuqAZcIitVst+dF+XocpJ66f4IOfvVUHi/hg+8UBqtkJODApAslogNXp0NexCtW+Uig8G9nu/eO+qGsCxzkB8sFEoCgXZPeO+ozhZ0yL3Tnk51iuUICEGh1trtQy0myI+jLqrpf9gVdYa1m2ZwrJJSPl5Pk287LQ+uoRpJsRsLivYC1mmVzObLpBAldf+hE7c3ePX2XA6tZtpArGyIy4WCIsb8bOkeK41fr9fqhm+XYdVNVsUIgwYDnUVXDCoUEBZ5wVgUrJBIUfBQcGuvy+sazRPpNKCQoCAXhsKqABENAgX+sqiDBkFDgD6tKSDACFLjH0jz6vkpIMCIUuMVS1X1HP4SRkGAMKHB9Z5Xd6EgwJhTcK1jjIUEJUFB1rPGRoCQoqCpWOUhQIhRUDas8JCgZCqqCVS4SOICC0FjlI4EjKAiF5QYJHEKBbyx3SOAYCnxhuUUCD1Dg/LuhcyTwBAWusPwggUcoKBvLHxJ4hoKysPwiQQAoGBfLPxIEgoJRscIgQUAoGBYrHBIEhoKiWGGRoM+/T/tuOUm+EOE5Vf3r6DFV3Ud5/8/t7VdCIkEF7qhOF69enY7jyQWBp4EY+FlEv1xOkpuhZ7Msy7Isy7Isy7IsyxrcfzNeLxtxSlaeAAAAAElFTkSuQmCC")
    right center no-repeat !important; */
  background-position: calc(100% - 5px) center !important;
  padding-right: 20px;
  content: "f078";
}

.arrow-prev {
  position: absolute;
  right: -38px;
}

.arrow-next {
  position: absolute;
  left: -38px;
}

.arrow:focus {
  outline: none;
}

.number-row {
  display: flex;
}

.fixed {
  position: fixed;
}

.rectangle .row-container {
  /* position: absolute; */
  bottom: 0;
  background: white;
  color: black;
  flex-wrap: wrap;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .mainDiv .select-textBox {
    width: 273px !important;
  }

  .card-addittionalInfo {
    width: 61% !important;
    font-size: 16px !important;
  }

  .show-class {
    display: none;
  }

  .dropDownDiv {
    display: inline-flex !important;
    width: 50% !important;

    flex-wrap: wrap !important;
  }

  .whiteArea {
    height: 110px !important;
  }

  .whiteAreaNewSearch {
    height: 110px !important;
  }

  .cardTopText {
    margin-left: 38% !important;
  }

  /* .mainDiv {
    margin-left: 11% !important; 
    width: 90% !important;
  } */
  /* .mainDiv .select-textBox{
    width: 378px !important;
  } */

  .listSmallCard {
    width: 100% !important;
  }

  .listCardSearch .card .card-img-top {
    /* height: 161px !important; */
    width: 213px !important;
    /* position: absolute; */
    bottom: 71% !important;
    /* border-radius: 14px;
    margin-left: 3%; */
  }

  .listBigCard {
    width: 100% !important;
  }

  .cardHead {
    font-size: 18px !important;
    line-height: 14px !important;
  }

  .cardHeadSub {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .listInputGroup {
    width: 27% !important;
  }
}

@media (max-width: 575.98px) and (min-width: 200px) {

  /* .details-btnHomeSearch{
    height: 30px !important;
    width: 80px !important;
    margin-right: 0px !important;
    font-size: 12px !important;
  } */

  /* new styles */
  .imgColLeft,
  .imgColRight {
    padding-left: 0 !important;
  }

  .footer-imgRowLeft {
    width: 54% !important;
  }

  .footerRow {
    padding-top: 24px !important;
  }

  .blockSpacingBlog {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .benImgCol {
    text-align: center;
  }

  .naveRightIcon {
    height: 18px !important;
    width: 18px !important;
  }

  .paddingFromSearch {
    padding-right: 5px !important;
  }

  .navRightPadding {
    padding-right: 24px !important;
  }

  .smallHeaderDiv {
    padding-left: 30px !important;
    padding-right: 0px !important;
  }

  .rectangle {
    margin-top: 55px;
    height: 306px !important;
    padding-right: 24px !important;
    padding-left: 25px !important;
  }

  .searchCaret {
    margin-left: 0;
  }

  .rectangle .searchArea {
    /* height: 35% !important; */
    /* margin-top: 25px !important; */
  }

  .brandLogo {
    height: 50px !important;
    width: 120px;
  }

  .search-slt {
    height: 38px !important;
    width: 100% !important;
    padding-top: 4px;
    padding-left: 12px;
    padding-top: 5px;
    font-size: 12px !important;
  }

  .css-1omj0yh-control {
    min-height: 0px !important;
    height: 38px !important;
    /* width: 152px !important; */
    /* margin-left: 11px; */
    font-size: 12px !important;
  }



  /* .css-g1d714-ValueContainer{
    height: 30px !important;
  } */

  .search-button {
    height: 48px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    /* width: 68px !important; */
    padding-top: 5px;
  }

  .location-markerIcon {
    display: none;
  }

  .dropdown-toggle::after {
    margin-left: 0.7em;
  }

  .count-number {
    padding-top: 13px !important;
    font-size: 16px !important;
    line-height: 16px;
  }

  .desc {
    font-size: 11px !important;
    padding-bottom: 12px;
    line-height: 11px !important;
  }

  .stats-number {
    margin-top: 32px;
    height: 53px !important;
    border-radius: 2.27px;
    /* margin-top: 17% !important; */
  }

  .adjustTop {
    margin-top: 0% !important;
  }

  .stats-row {
    height: 50.15px !important;
  }

  .rectangle-7 {
    border-bottom: 3.27px solid transparent !important;
  }

  .rectangle-8 {
    border-bottom: 3.27px solid transparent !important;
  }

  .homeContainer {
    width: 90% !important;
    height: 610px;
  }

  .banner-head-properties {
    color: #283048;
    /* font-family: "MavenPro-SemiBold", sans-serif;*/
    font-size: 22px;
    /*font-weight: 600; */
    letter-spacing: 0;
    line-height: 26px;
    text-transform: capitalize;
    padding-left: 5px;
  }

  .MuiTab-wrapper {
    font-size: 14px !important;
  }

  .PrivateTabIndicator-colorPrimary-5 {
    height: 2px !important;
  }

  .blockSpacing {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .blockSpacingListing {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .blockSpacingBuilder {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 24px !important;
    line-height: 24px !important;
    padding-left: 0px !important;
  }

  .testimonialRow {
    margin-left: 0px !important;
  }

  .ben-img {

    width: 213px !important;
    margin-top: 32px !important;
  }

  .popular-search-subtit {
    font-size: 11px !important;
    line-height: 20px !important;
  }

  .pop-link {
    font-size: 11px !important;
  }

  pop-link-more {
    font-size: 14px !important;
  }

  .AssociatedPartners {
    margin-top: 11px !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
  }

  .footer-imgRow {
    width: 38% !important;
    /* margin-left: -65px; */
    margin-top: 0%;
  }

  .u-about-pinclick h2 {
    /* /*font-family: "Proxima Nova", sans-serif;*/
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 14px !important;
  }

  .u-rectangle-4-hr {
    margin: 16px 0px 0px !important;
  }

  rectangle-4-hr {
    width: 60% !important;
  }

  /* end */
  .headerBgColor {
    height: 46px;
    align-content: center;
  }

  .brandLogo {
    height: 50px !important;
    width: 120px;
  }

  .headerMobile {
    padding-left: 0;
    padding-right: 0;
    height: 65px;
  }

  .MuiPaper-elevation1 {
    min-width: 80% !important;
  }

  .makeStyles-root-1 {
    width: 90% !important;
    overflow: scroll;
  }

  .black-text {
    font-size: 24px;
    text-align: left;
  }

  .show-smallScreen {
    display: block !important;
  }

  .sidebar ul li a {
    font-size: 16px !important;
  }

  .bottom-text {
    padding-top: 6%;
    font-size: 16px !important;
    text-align: left !important;
  }

  /* Mobile Header */
  .displayIcon {
    display: inline-flex;
    padding-top: 9%;
  }

  .makeStyles-root-3 {
    width: 90% !important;
  }

  .displayIconHeader {
    font-size: 28px !important;
    padding-right: 90% !important;
  }

  #newDropdownDiv {
    display: none !important;
  }

  .whiteAreaMobile {
    display: inline-flex !important;
    height: 46px !important;
    background: #fff;
    width: 100% !important;
  }

  .paddingTopAdjust {
    padding-top: 8px !important;
  }

  .btnFilter {
    height: 30px;
    width: 89px;
    border-radius: 4px;
    background-color: #1d1c41;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px;
    cursor: pointer;
    margin-left: 8px;
  }

  .searchContainerMob {
    padding-left: 16px !important;
    padding-top: 5px !important;
    padding-right: 16px !important;
    padding-bottom: 8px !important;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .listButton {
    height: 28px !important;
    width: max-content;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    margin-right: 4%;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    padding-top: 8px;
    margin-bottom: 5px !important;
  }

  .listButton .btn {
    position: relative;
  }

  .mobileSearchButton {
    height: 48px;
    width: 99%;
    border-radius: 8px;
    background-color: #1982c8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }

  .mobileSearchButton:hover,
  .mobileSearchButton:focus {
    color: #fff !important;
  }

  .btnFilter:hover,
  .btnFilter:focus {
    color: #fff !important;
  }

  .dropdown-heading-dropdown-arrow span {
    display: none;
  }

  /* .filter-check:checked {
    background-color: #1d1c41 !important;
    color: white;
  } */

  .listDivMob {
    padding-top: 10%;
    padding-left: 16px !important;
  }

  /* btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
  z-index: 1;
  background-color: #1D1C41 !important;
} */
  .buttonGroup {
    width: 100% !important;
  }

  .buttonGroup1 {
    width: 100% !important;
    display: block !important;
  }

  .listHeadings {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }

  .list-card-group {
    display: inline-table !important;
    right: 0%;
  }

  .u-2-bhk-apartments-tab-tbody-td-1 {
    font-size: 12px !important;
  }

  .u-2-bhk-apartments-tab-tbody-td-2 {
    font-size: 12px !important;
  }

  .serachDetailsBtn {
    font-size: 14px !important;
    padding-top: 7% !important;
  }

  /* .searchDropdownDiv {
    width: 31% !important;
  } */

  .content .row .col-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  /* .listingClass {
    margin-top: 15px !important;
  } */

  .ben-desc {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .ben-img {
    text-align: -webkit-center;
  }

  .benDescCol {
    padding-top: 32px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* End */
  .location-markerIcon {
    padding-right: 11% !important;
  }

  .divBlogBigCard {
    display: none;
  }

  .headerBgColor {
    background-color: #1d1c41 !important;
    border: none;
  }

  .card-shadow {
    width: 260px;
    height: 300px;
  }

  .show-class {
    display: inline-flex;
    /* width: 100%; */

    height: 100%;
    /* padding-top: 5%; */
  }


  .show-class i,
  .searchHeader button {
    color: #000000;
  }

  .buttonSearch {
    font-size: 12px !important;
  }

  .buttonDiv {
    width: 30% !important;
  }

  .buttonDivNew {
    width: 100% !important;
    display: flex;
    height: 46px;
    padding-top: 2% !important;
    padding-left: 16px;
  }

  .dropDownDiv {
    display: inline-flex !important;
    width: 70% !important;

    flex-wrap: wrap !important;
  }

  .whiteArea {
    height: 150px !important;
    display: none !important;
  }

  .whiteAreaNewSearch {
    height: 46px !important;
  }

  #newBtnSearch {
    display: none;
  }

  .cardTopText {
    width: 40%;
    margin-left: 130px !important;
  }

  .listCardSearch {
    /* height: 303px !important; */
    width: 100% !important;
    margin-bottom: 30px !important;
    margin-top: 55px !important;
  }

  .listCardSearch .card .card-img-top {
    height: 83px !important;
    width: 106px !important;
    position: absolute !important;
    top: -25px !important;
    left: 6px !important;
  }

  .listBigCard {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .listContainer {
    margin-left: 0% !important;
  }

  .cardHead {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .cardHeadSub {
    font-size: 12px !important;
    line-height: 12px !important;
    overflow: hidden;
    height: 16px;
  }

  .listInputGroup {
    width: 27% !important;
  }

  .divBlogSmallCard .card .card-title,
  .divBlogBigCard .card .card-title {
    color: #000000;
    font-size: 15px !important;
    line-height: 15px !important;
    /* font-family: "MavenPro-SemiBold", sans-serif;*/
    height: 103px !important;
    overflow: hidden !important;
  }

  .hide-class {
    display: none !important;
  }

  .hide-class-contact {
    display: none;
  }

  .card-container {
    background: white;
    color: black;
    bottom: -2% !important;
    position: relative;
  }

  .over-flow-hidden {
    overflow: hidden !important;
  }

  .vl {
    height: 1px !important;
    width: 1px;
    opacity: 0.13;
    border-radius: 8px;
    background-color: #000000;
  }

  .officeParentCol2 {
    margin-top: 5%;
    margin-left: 0%;
  }

  .horizontal-div {
    margin-bottom: 5% !important;
  }

  .widthAdjust1 {
    width: 40% !important;
  }

  .widthAdjust2 {
    width: 60% !important;
  }

  .width_50 {
    width: 100% !important;
  }

  .partner-button {
    width: 95% !important;
  }

  .adjust {
    margin-top: 10% !important;
  }

  /* Search Screen */
  .blueHeader .headerBgColor {
    padding-left: 24px !important;
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }

  .sortFilter {
    padding-left: 16px !important;
  }

  .showDiv {
    width: 50% !important;
    padding-right: 16px !important;
  }

  .list-card-group-search {
    align-items: baseline;
    font-size: 12px;
    right: 0;
    position: absolute;
    display: block !important;
  }

  .heartListSearch {
    top: 0% !important;
  }

  .rera {
    width: 53px !important;
    margin-left: 40% !important;
    margin-top: 48px !important;
    padding-top: 7% !important;
    padding-left: 9% !important;
  }

  .tableDivSearch {
    margin-top: 104px !important;
  }

  .listCard {
    padding-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .officeParentCol2 {
    margin-left: 8% !important;
  }

  .stats-builder {
    margin-top: 12% !important;
  }
}

/* @media (min-width: 992px) and (max-width: 1199.98px) { 
  .select-textBox{
    
  
      background-color: white;
      height:48px;
      border-radius:0 4px 4px 0;
      font-size:14px;
      width: 10em;;
      font-weight:300
 
   
  }
  
  
} */
@media (min-width: 1200px) {
  .show-class {
    display: none;
  }

  .extra-shadow {
    box-shadow: 0.3px 0px 8px 2px rgba(155, 169, 184, 1);
    margin-left: auto;
    margin-right: auto;
  }

  .rectangle-7 {
    border-left: 15em solid #555 !important;
  }

  .rectangle-8 {
    border-right: 15em solid #555 !important;
  }

  .officeParentCol2 {
    margin-left: 8% !important;
  }

  /* .mainDiv .select-textBox {
    width: 390px !important;
  } */
}

.rectangle-7 {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 20px;
  height: 0;
  width: 50%;
  opacity: 0.2;
  border-left: 6em solid #555;
  border-top: 0px solid transparent;
  border-bottom: 12px solid transparent;
}

.rectangle-8 {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 20px;
  height: 0;
  width: 50%;
  opacity: 0.2;
  border-right: 6em solid #555;
  border-top: 0px solid transparent;
  border-bottom: 12px solid transparent;
}

.homeContainer {
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* .homeContainer1{
  padding-left:0;
  padding-right:0;
} */
.MuiBox-root-10 {
  padding: 24px 0px !important;
}

.divBlogSmallCard .card-horizontal {
  display: flex;
  flex: 1 1 auto;
  box-shadow: 1px 1px 10px #cbcac9;
  z-index: 999;
  height: 130px;
}

.divBlogSmallCard .card {
  height: 130px;
  margin-bottom: 24px;
  border: none;
}

.divBlogSmallCard .card .card-title,
.divBlogBigCard .card .card-title {
  color: #000000;
  font-size: 20px;
  line-height: 25px;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
}

.divBlogSmallCard .card .card-text,
.divBlogBigCard .card .card-text {
  /* font-family: "MavenPro-Medium", sans-serif;*/
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}

.divBlogSmallCard img {
  max-width: 180px;
  width: 180px;
  height: 130px;
}

.card-body {
  padding: 4% !important;
}



.blockSpacing {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
}

.blockSpacingListing {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.blockSpacingBuilder {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 90px;
  padding-right: 80px;
}

.blockSpacingBlog {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 0px;
  padding-right: 0px;
}

.testimonialRow {
  align-items: center;
}

.divBlogBigCard .card {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.divBlogBigCard img {
  height: 262px;
  width: 100%;
}

.heading {
  height: 40px;
  width: 100%;
  text-align: center;
  color: #122334;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  padding-bottom: 60px;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
}

.blogTitle {
  /* font-family: "MavenPro-Regular";*/
  font-size: 16px;
  line-height: 16px;
  color: #283048;
  opacity: 64%;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .listingClass {
    padding-top: 0px !important;
  }
  .ausaf-sidemenu-on-mobile{
    display: block !important;
  }

  .mainDiv {
    margin-left: 16px !important;
  }

  /* .mainDiv .select-textBox {
    width: 220px !important;
  } */

  .show-class {
    display: none;
  }

  .buttonDiv {
    width: 25% !important;
  }

  .buttonDivNew {
    width: 25% !important;
  }

  .dropDownDiv {
    display: inline-flex !important;
    width: 55% !important;

    flex-wrap: wrap !important;
  }

  .whiteArea {
    height: 20% !important;
  }

  .whiteAreaNewSearch {
    height: 20% !important;
  }

  .cardTopText {
    margin-left: 250px !important;
    width: 50%;
  }

  .hide-class-contact {
    display: none;
  }

  /* .mainDiv {
    margin-left: 2% !important; 
    width: 90% !important;
   
  } */
  /* .mainDiv .select-textBox{
    width: 10px !important;
  } */

  .listCardSearch .card .card-img-top {
    /* height: 161px !important; */
    width: 213px !important;
    bottom: 71% !important;
  }

  .listCardSearch {
    margin-top: 20% !important;
  }

  .listBigCard {
    width: 100% !important;
  }

  .cardHead {
    font-size: 18px !important;
    line-height: 13px !important;
  }

  .cardHeadSub {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .listInputGroup {
    width: 20% !important;
  }

  .rera {
    margin-left: 40% !important;
    /* margin-top: 48px !important; */
    padding-top: 10% !important;
    padding-left: 10% !important;
  }

  .heart-icon {
    padding-top: 17% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* 
Search Screen
*/
.about-us header h1{
  font-size: 30px !important;
}

.ausaf-sidemenu-on-mobile{
  display: block !important;
}

  .mainDiv {
    position: absolute;
    right: 0;
    margin-left: 0px !important;
    width: 40% !important;
    top: 25px;
  }

  .autocomplete {
    width: 85% !important;
  }

  .makeStyles-root-3 {
    width: 90% !important;
  }

  .divBlogSmallCard .card .card-title,
  .divBlogBigCard .card .card-title {
    color: #000000;
    font-size: 15px !important;
    line-height: 15px !important;
    /* font-family: "MavenPro-SemiBold", sans-serif;*/
    height: 103px !important;
    overflow: hidden !important;
  }

  .select-textBox {
    width: calc(100% - 90px);
  }

  .searchContainerMob {
    padding-left: 46px !important;
    padding-top: 5px !important;
    padding-right: 16px !important;
    padding-bottom: 8px !important;
    /* display: inline-flex; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* End */

  .footer-imgRow {
    width: 38% !important;
    /* margin-left: -65px; */
    margin-top: 0%;
  }

  .imgColLeft,
  .imgColRight {
    padding-left: 0 !important;
  }

  .footer-imgRowLeft {
    width: 54% !important;
  }

  .footerRow {
    padding-top: 24px !important;
  }

  .benImgCol {
    text-align: center;
  }

  .blockSpacingBlog {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .headerBgColor {
    height: 46px;
    align-content: center;
  }

  .ben-img {
    margin-top: 32px !important;
  }

  .u-about-pinclick h2 {
    font-weight: bold !important;
    line-height: 14px !important;
  }

  .benDescCol {
    padding-top: 32px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .u-rectangle-4-hr {
    margin: 16px 0px 0px !important;
  }

  .listingClass {
    margin-top: 20px !important;
  }

  rectangle-4-hr {
    width: 60% !important;
  }

  .headerMobile {
    padding-left: 0;
    padding-right: 0;
  }

  .MuiPaper-elevation1 {
    min-width: 80% !important;
  }

  .makeStyles-root-1 {
    width: 90% !important;
    overflow: scroll;
  }

  .homeContainer {
    width: 90% !important;
    padding-top: 70.21px;
  }

  .black-text {
    font-size: 24px;
    text-align: left;
  }

  .heading {
    font-size: 30px;
  }

  .show-smallScreen {
    display: block !important;
  }

  .sidebar ul li a {
    font-size: 16px !important;
  }

  /* Mobile Header */
  #newDropdownDiv {
    display: none !important;
  }

  /* .whiteAreaNewSearch{
    height: 20% !important;
  } */

  .whiteAreaMobile {
    display: inline-flex !important;
    height: 46px !important;
    background: #fff;
    width: 100% !important;
  }

  .paddingTopAdjust {
    padding-top: 8px !important;
  }

  .btnFilter {
    height: 30px;
    width: 65%;
    border-radius: 4px;
    background-color: #1d1c41;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px;
    cursor: pointer;
    margin-left: 50px;
  }

  .btnFilter:hover {
    color: #ffffff !important;
  }

  .whiteAreaMobile ._3vt7_Mh4hRCFbp__dFqBCI input {
    padding: 4px 10px;
    background: #1d1c41 !important;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #fff !important;
    white-space: nowrap;
    width: 61px !important;
  }

  .listButton {
    height: 28px !important;
    width: max-content;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    margin-right: 4%;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    padding-top: 8px;
    margin-bottom: 5px !important;
  }

  .listButton .btn {
    position: relative;
  }

  .mobileSearchButton {
    height: 48px;
    width: 99%;
    border-radius: 8px;
    background-color: #1982c8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }

  .mobileSearchButton:hover,
  .mobileSearchButton:focus {
    color: #fff !important;
  }

  .btnFilter:hover,
  .btnFilter:focus {
    color: #fff !important;
  }

  /* .btn-group-vertical>.btn.active,
  .btn-group-vertical>.btn:active,
  .btn-group-vertical>.btn:focus,
  .btn-group>.btn.active,
  .btn-group>.btn:active,
  .btn-group>.btn:focus {
    background-color: #1d1c41 !important;
    color: white;
  } */

  .listDivMob {
    padding-top: 10%;
    padding-left: 16px !important;
  }

  /* btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
  z-index: 1;
  background-color: #1D1C41 !important;
} */
  .buttonGroup {
    width: 100% !important;
  }

  .listHeadings {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
  }

  .list-card-group {
    display: inline-table !important;
    right: 0%;
  }

  .rera {
    /* margin-left: 40% !important; */
    margin-left: 45% !important;
    margin-top: 48px !important;
    padding-top: 10% !important;
    padding-left: 10% !important;
  }

  .heartList {
    margin-top: 5% !important;
  }

  .u-2-bhk-apartments-tab-tbody-td-1 {
    font-size: 12px !important;
  }

  .u-2-bhk-apartments-tab-tbody-td-2 {
    font-size: 12px !important;
  }

  .serachDetailsBtn {
    font-size: 14px !important;
    padding-top: 7% !important;
  }

  .searchDropdownDiv {
    width: 27% !important;
  }

  /* .content .row .col-12{
  padding-right: 0px !important;
  padding-left: 0px !important;
} */
  .hide-class {
    display: none !important;
  }

  .headerBgColor {
    background-color: #1d1c41;
    border: none;
  }

  .show-class {
    display: inline-flex;
    width: 50%;
    height: 100%;
    justify-content: space-between;
    text-align: center;
    padding-top: 3%;
    font-size: 24px;
  }

  .displayIcon {
    display: inline-flex;
    padding-top: 9%;
  }

  .displayIconHeader {
    font-size: 25px;
    padding-right: 60%;
  }

  /* End */

  /* .show-class{
    display: none;
  } */
  .buttonDiv {
    width: 25% !important;
  }

  .buttonSearch {
    font-size: 12px !important;
  }

  .dropDownDiv {
    display: inline-flex !important;
    width: 70% !important;

    flex-wrap: wrap !important;
  }

  .whiteArea {
    height: 110px !important;
  }

  .rera,
  .heart {
    display: block !important;
  }

  .cardTopText {
    margin-left: 245px !important;
    width: 38%;
  }

  .hide-class-contact {
    display: none;
  }

  /* .mainDiv {
   
    width: 45% !important;
  } */

  .listCardSearch .card .card-img-top {
    /* height: 161px !important; */
    width: 213px !important;
    /* position: absolute; */
    bottom: 71% !important;
    /* border-radius: 14px;
    margin-left: 3%; */
  }

  .listCardSearch {
    margin-top: 22% !important;
    /* width: 100% !important; */
  }

  .listBigCard {
    width: 99% !important;
  }

  .cardHead {
    font-size: 16px !important;
    line-height: 13px !important;
  }

  .cardHeadSub {
    font-size: 12px !important;
    line-height: 13px !important;
    height: 32px;
    overflow: hidden;
  }

  .listInputGroup {
    width: 23% !important;
  }

  .widthAdjust1 {
    width: 40% !important;
  }

  .widthAdjust2 {
    width: 60% !important;
  }

  .width_50 {
    width: 100% !important;
  }

  .partner-button {
    width: 40% !important;
  }

  .adjust {
    margin-top: 10% !important;
  }

  /* .rectangle {

    height: 450px !important;
  } */

  .rectangle .searchArea {
    margin-top: 31% !important;
    height: 42% !important;
  }

  .count-number {
    font-size: 32px !important;
  }

  .desc {
    font-size: 18px;
  }

  .stats-number {
    height: 22% !important;
    margin-top: 15% !important;
  }

  .divBlogBigCard .card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .over-flow-hidden {
    overflow: hidden !important;
  }

  .vl {
    height: 1px !important;
    width: 1px;
    opacity: 0.13;
    border-radius: 8px;
    background-color: #000000;
  }

  .officeParentCol2 {
    margin-top: 0% !important;
    margin-left: 0%;
  }
}

.video-card {
  width: 100%;
}

.video-col {
  padding-top: 3%;
  padding-left: 0%;
}

.card-shadow {
  height: 235px;
  width: 300px;
  margin: 5px;
  box-shadow: 0px 3px 8px 0px rgba(158, 158, 158, 0.25);
  width: 95%;
}

.card-shadow-localities {
  height: 173px !important;
  margin: 5px;
  box-shadow: 0px 3px 8px 0px rgba(158, 158, 158, 0.25);
  width: 95%;
  padding: 24px 0px;
}

.card-img-top {
  height: 152px;
  width: 170px;
}

.card-img-top-developers {
  height: 135px;
  width: 100%;
}

.developer_desc {
  color: black;
  height: 120px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 15px;
}

.card-img-top-media {
  height: 65px;
  width: 100%;
}

.mediaImgDiv {
  opacity: 0.72;
  /* background-color: #1d1c41; */
  width: 100%;
  text-align: center;
}

/* .card-text .card-name{
  font-weight: 20px;
  color: black
}*/
.card-mos {
  color: gray;
  width: 60%;
  font-size: 18px;
  font-weight: 600;
}

.card-addittionalInfo {
  height: 14px;
  width: 90%;
  margin-left: 15px;
  color: #283048;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  font-size: 14px !important;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 14px;
  font-weight: 600;
}

.card-benefit-sub {
  color: rgba(103, 103, 103, 0.67);
  width: 100%;
  font-size: 16px;
}

.card-benefit-sub-Big {
  color: rgba(103, 103, 103, 0.67);
  width: 100%;
  font-size: 18px;
}

@media (max-width: 991.98px) {

  .divBlogSmallCard .card .card-title,
  .divBlogBigCard .card .card-title {
    color: #000000;
    font-size: 15px !important;
    line-height: 15px !important;
    /* font-family: "MavenPro-SemiBold", sans-serif;*/
  }
}

.pos-abs {
  position: absolute;
  left: 12px;
  top: 12px;
  box-sizing: border-box;
  height: 24px;
  width: 66px;
  border: 0.5px solid #cccccc;
  border-radius: 100px;
  background-color: #ffffff;
  color: #6c757d;
  padding-top: 5px;
}

.heart {
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background: white;
  position: absolute;
  float: right;
  right: 12px;
  bottom: 12px;
  text-align: center;
  padding-top: 4px !important;
  /* box-shadow: 0px 3px 8px 0px rgba(158, 158, 158, 0.25); */
}

.heartListSearch .heart-icon {
  color: #1982c8;
}

.heart-icon {
  color: #1982c8;
  padding-top: 10%;
}

.heart-builder {
  color: #1982c8;
  padding-top: 10%;
}

.check-icon {
  color: #77bc97;
  margin-left: 4px;
}

.details-btn {
  height: 34px;
  width: 105px;
  border-radius: 4px;
  background-color: #f04e1e;
  color: white;
  text-align: center;
  padding-top: 2%;
}

.details-btnHomeSearch {
  height: 34px;
  width: 105px;
  float: right;
  border-radius: 4px !important;
  background-color: #f04e1e !important;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  color: #ffffff !important;
  text-align: center !important;
  padding: 0px;
  padding-top: 0.5%;
  /* font-weight: bold; */
  font-size: 13px !important;
  margin-top: -6px;
  margin-right: 8px;
}

.details-btnHomeSearch:hover {
  color: white !important;
}

.details-builder {
  height: 34px;
  width: 110px;
  border-radius: 4px;
  background-color: #f04e1e;
  color: white;
  text-align: center;
  padding-top: 0.5%;
  /* /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px;
}

.listing-subTitle {

  width: 90%;
  margin-left: 15px;
  color: black;
  /* font-family: "MavenPro-Regular", sans-serif;*/
  font-size: 11px !important;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 10px;
}

.locality-line {
  width: 100%;
  height: 1px;
  margin: 24px 0 10px;
  background-color: #e7e7e7;
}

.serachDetailsBtn {
  height: 34px;
  width: 90px;
  border-radius: 4px;
  background-color: #f04e1e;
  color: white;
  text-align: center;
  padding-top: 5%;
}

.searchDetailsBtn {
  height: 34px;
  width: 120px;
  border-radius: 4px;
  background-color: #f04e1e;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1px;
  color: white;
  text-align: center;
  padding-top: 5%;
}

.btnRowSearch {
  float: right;
  margin-right: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.hamberg-menu {
  height: 80px;
  width: 80px;
  border-radius: 40px;
  background-color: #122334;
  text-align: center;
  padding-top: 24px;
  box-shadow: 1px 1px #8496a9;
}

/* .hamberg-button{
  background:transparent;
  border:0px;
  transition:all 1s ease;
  overflow: hidden;
  
  
  
 } */

.hamberg-button {
  background: transparent;
  border: 0px;
}

.hamberg-icon {
  font-size: 34px;
  color: whitesmoke;
}

.popular-link {
  padding-left: 4%;
}

.animated {
  background-repeat: no-repeat;
  background-position: left top;

  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/******************************************   Footer   *********************************************************/
h2 {
  font-size: 2rem;
}

.u-rectangle-26-footer {
  background-color: #1d1c41;
  /* padding-bottom: 67px !important; */
}

.u-foo-head {
  margin-top: 0px;
  height: 22px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

.u-about-us-fa-qs-for-nr {
  height: 168px;
  color: rgb(127, 127, 127);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
}

.u-rectangle-social {
  display: inline-flex;
}

.u-rectangle-social li a img {
  background-color: #fff;
  border-radius: 4px;
  width: 96%;
}

.u-rectangle-social li {
  height: 40px;
  width: 40px;
  border-radius: 35px;
  margin-right: 20px;
}

.connect-email {
  margin: 0px 0px 40px;
}

.u-shape-social {
  height: 22px;
  color: #385c8e;
  font-size: 23px;
  font-weight: bold;
  padding: 9px 13px;
}

.u-pin-click-is-a-real-par {
  height: 130px;
  color: #aeb3bf;
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  margin: 56px 0px 81px;
}

.u-rectangle-4-hr {
  height: 1px;
  float: left;
  width: 88%;
  opacity: 0.54;
  background-color: #d3d3d3;
  margin: 35px 0px 0px;
}

.u-about-pinclick h2 {
  color: #ffffff;
  font-size: 18px;
}

.u-about-pinclick {
  padding-top: 25px;
  float: left;
  width: 12%;
  height: 22px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
}

.u-rectangle-26-bot-foo {
  height: 56px;
  bottom: 0;
  background-color: #0f0e31;
}

.u-bitmap-logo-foo {
  position: absolute;
  height: 110px;
  width: 55px;
  left: 11px;
  z-index: 1;
  bottom: 15px;
}

.u-2020-pin-click-foo-bot-pa {
  height: 16px;
  text-align: center;
  color: #aeb3bf;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  margin: 20px 0px;
}

.footer-first {
  padding: 40px 0px 0px;
}

.exclusive {
  display: block;
  float: left;
}

.contact-position {
  z-index: 1;
  position: fixed;
  top: 0;
  float: right;
  right: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.contact-position .u-get-a-call-back-contact {
  margin: 83px 0px 0px;
}

.createdBy {
  margin: 0 auto;
}

/******************************************   End   *********************************************************/
.pop-link {
  height: 300px;
  width: 165px;
  color: #000000;
  /*/*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

.pop-link:hover,
.pop-link:focus {
  color: #000 !important;
}

.pop-link-more {
  color: #0087bf;
  font-size: 16px;
  display: block;
}

.contact-textLabel img {
  width: 32px;
}

contact-form .form-check-input {
  margin: 15px 0 0 !important;
  opacity: 0.3;
}

.contact-form .form-check-label {
  margin: -1px 13px 0 !important;
}

.MuiTab-textColorPrimary {
  font-size: 18px !important;
  /*font-family: "MavenPro-SemiBold", sans-serif !important;*/
  line-height: 20px !important;
  color: #122334 !important;
}

.MuiTab-textColorPrimary.Mui-selected {
  color: #ec510a !important;
  font-size: 18px !important;
  /*font-family: "MavenPro-SemiBold", sans-serif !important;*/
  line-height: 20px !important;
  padding: -1px 4% 0 0;
}

.PrivateTabIndicator-colorPrimary-5 {
  background-color: #ed530c !important;
  height: 4px;
}

.PrivateTabIndicator-colorPrimary-3 {
  height: 4px;
  background-color: #ed530c !important;
}

.AssociatedPartners {
  margin-top: 56px;
  color: #ffffff;
  /* font-family: "MavenPro-Bold", sans-serif;*/
  font-size: 18px;
  text-transform: uppercase;
}

.about-us header,
.contact-us header,
.becomePartner header,
.buy header {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.blueHeader .headerBgColor {
  background-color: #1d1c41;
  border: none;
}

.about-us header h3,
.about-us header h1,
.buy header h3 {
  position: absolute;
  width: 100%;
  top: 40%;
  margin: 0;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}

.city-horizontal-line {
  background: #726e86;
  width: 59%;
  height: 2px;
  position: absolute;
  top: 52%;
}

.stats-info {
  position: relative;
  margin-top: 10.5%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stats-icon {
  /* font-size: 14px; */
}

.stats-head {
  color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}

.margin-builder {
  margin-bottom: 56px;
}

.align-end {
  align-self: flex-end;
}

.stats-left-text {
  text-align: end;
  display: inline-flex;
}

.stats-right-text {
  text-align: center;
}

.stats-right {
  text-align: right;
}

.topSpacing {
  margin-top: 80px;
}

.topSpacingContact {
  /* margin-top: 40px; */
}

.color_122334,
.color_122334:hover {
  color: #122334;
}

.color_000000,
.color_000000:hover {
  color: #000000;
}

.font_18 {
  font-size: 18px;
}

.font_14 {
  font-size: 14px;
}

.font_27 {
  font-size: 27px;
}

.font_light {
  /* font-family: "MavenPro-Medium", sans-serif;*/
}

.share {
  font-size: 40px;
}

.cursor {
  cursor: pointer;
}

/* ************************office near you***************** */
.office-near {
  background-color: #f2f2f2;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 0px !important;
}

.title {
  padding-top: 4%;
  height: 10%;
  width: 100%;
  color: black !important;
  font-size: 36px;
  /*  font-weight: 600;*/
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  text-transform: capitalize;
}

.officeRow {
  margin-top: 4% !important;
}

.text-black {
  color: #000;
}

.horizontal-div {
  width: 100%;
  margin-bottom: 8px;
}

.write-to-us {
  height: 8%;
  width: 100%;
}

.office-name {
  /* height: 32px; */
  width: 100%;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
}

.office-description {
  /* font-family: "MavenPro-Medium", sans-serif;*/
  padding-top: 3%;
  padding-bottom: 3%;
  /* height: 96px; */
  width: 90%;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  opacity: 0.7;
}

.vl {
  height: 634px;
  width: 1px;
  opacity: 0.13;
  border-radius: 8px;
  background-color: #000000;
}

.office-textbox {
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #e7e4e4;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
}

.office-textarea {
  box-sizing: border-box;
  height: 120px;
  width: 100%;
  border: 1px solid #e7e4e4;
  background-color: #ffffff;
}

.office-button {
  margin-top: 12px;
  height: 56px;
  width: 70%;
  border-radius: 8px !important;
  background-color: #f04e1e !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 24px !important;
}

.office-button:active,
.office-button:focus,
.office-button:hover {
  background-color: #f04e1e;
  color: white;
}

.input-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  color: #283048;
}

/* ***********************************Partner********************************** */
.white_area {
  background-color: #fff;
}

.breadcrumb-text {
  opacity: 0.54;
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  text-align: left;
}

.breadcrumb-text1 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: capitalize;
}

.pin-click-elite-wh {
  width: 100%;
  color: #122334;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 36px;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
}

.partner_desc {
  height: 48px;
  width: 100%;
  color: #122334;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  /* font-family: "MavenPro-Regular", sans-serif;*/
}

.text_left {
  text-align: left;
}

.pin-click-elite-prim {
  width: 100%;
  color: #122334;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.partner_marginTop_adjust {
  margin-top: 4%;
}

.partner_list_item {
  width: 100%;
  color: #122334;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-left: 1%;
}

.partner_form_container {
  width: 100%;
  border-radius: 4px;
  background-color: #f2f2f2;
  padding-left: 4%;
}

.partner_form_caption {
  width: 100%;
  color: #122334;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  padding-top: 2%;
}

.width_100 {
  width: 100%;
}

.width_50 {
  width: 50%;
  margin-top: 2%;
}

.width_90 {
  width: 95% !important;
}

.partner_textbox {
  box-sizing: border-box;
  height: 56px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #ffffff;
}

.partner_textbox_text {
  width: 100%;
  color: #283048;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  /* font-family: "MavenPro-Regular", sans-serif;*/
}

.partner-button {
  margin-top: 3%;
  height: 56px;
  width: 27%;
  border: none;
  border-radius: 8px;
  background-color: #f04e1e;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;

}

.partner-button:focus-visible,
.partner-button:focus {
  outline: none;
}

.bottomSpacing {
  padding-bottom: 3%;
}

.partner_topSpacing {
  padding-top: 0%;
}

.adjust {
  margin-top: 0%;
}

.partner_topSpacing1 {
  margin-top: 5%;
}

/************************* Privacy Policy*******************************/
.privacy_policy_p {
  width: 100%;
  color: #122334;
  font-size: 16px;

  letter-spacing: 0;
  line-height: 24px;
  text-align: justify !important;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.privacy_details {
  /* margin-left: 3%;*/
  margin-top: 3%;
}

.privacy_adjust_top {
  margin-top: 2%;
}

/* ************************** Media ******************************* */
.media_card_title {
  width: 100%;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.media_card_sub_title {
  padding-top: 7%;
  width: 100%;
  color: #000000;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 16px;
  height: 80px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.MuiAvatar-root {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
}

.media_margiTop {
  margin-top: 5%;
}

.media_footer_div {
  display: inline-flex;
  width: 100%;
  height: 50px;
}

.media_footer_center_text {
  width: 75%;
  text-align: left;
  margin-left: 3%;
}

.media_footer_icon {
  width: 10%;
  text-align: center;
  align-self: center;
}

.media_footer_text {
  color: rgba(40, 48, 72, 1);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
}

.media_footer_text2 {
  color: rgba(40, 48, 72, 0.54);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.media_card_top {
  margin-bottom: 2%;
}

.media_card {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.125) !important;
  padding: 15px;
}

.changeBackground {
  background-color: #f2f2f2;
}

.breadcrumb_bg {
  background-color: transparent !important;
  padding-left: 0;
}

.itemClass+.itemClass::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
  padding-left: 0.5rem;
}

.itemClassDetails+.itemClassDetails::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgba(0, 0, 0, 0.54);
  content: "/";
  padding-left: 0.5rem;
}

/* *********************Listing**************** */
.listing-title {
  width: 90%;
  color: #283048;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  /*font-family: "MavenPro-SemiBold", sans-serif !important;*/
}

.listing_header_desc {
  /*font-family: "MavenPro-Medium", sans-serif !important;*/
  width: 100%;
  color: #000000;
  font-size: 14px;

  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  opacity: 0.7;
}

/* *********************End********************** */
/* ********************Video **********************/
.video-title {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.video-titleBig {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.extraContainer {
  padding-top: 2%;
}

/* ********************End************************ */
/******************* Search Component***************/
/* header changes */
.nav-right-text {
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
}

.nav-right-call {
  border: 1px solid;
  border-radius: 24px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 10px;
  width: 178px;
}

.nav_right_div {
  background: #f2f2f2;
  color: black;
  text-align: center;
  height: 38px;
  border-radius: 24px;
  padding-top: 6%;
}

.drop_down_header {
  height: 48px;
  width: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
}

.dropdow_font {
  width: 100%;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  /* font-family: "MavenPro-Regular", sans-serif;*/
}

.mainDiv {
  margin-left: 132px;
  width: 100%;
  display: inline-flex;
}

hr.new1 {
  border: 1px solid #f2f2f2;
  border-radius: 8px;

  width: 75%;
}

.css-1rhbuit-multiValue {
  background-color: transparent !important;
}

#dropdownMenuButton {
  padding-top: 7;
}

.select-textBox {
  background-color: white;
  /* border: 1px solid rgba(40, 48, 72, 0.34); */
  /* height: 48px; */
  border-radius: 4px !important;
  font-size: 14px;
  width: 310px;
  font-weight: 300;
  margin-left: -40px;
}

.select-textBox .css-yk16xz-control {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  /* border-color: hsl(0,0%,80%); */
  box-shadow: 0px 0px 0px 0px white !important;
  border-style: none;
  /* border-width: 0px !important; */
  border: 1px solid rgba(40, 48, 72, 0.34);
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px !important;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  box-sizing: 0;
}

.select-textBox .css-1pahdxg-control {
  box-shadow: 0px 0px 0px 0px white !important;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-style: none;
  border-width: 0px !important;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  box-sizing: 0;
}

.select-textBox .css-1pahdxg-control:hover {
  border: 0px white !important;
  box-shadow: 0px 0px 0px 0px white !important;
}

.compare-select-textBox {
  width: 170px !important;
  margin-left: 0 !important;
}

.whiteArea {
  height: 62px;
  width: 100%;
  background-color: white;
  display: inline-flex;
  padding-left: 37px;
  padding-right: 55px;
  margin: auto;
  margin-left: auto;
}

.whiteAreaNewSearch {
  height: 62px;
  width: 100%;
  background-color: white;
  display: inline-flex;
  padding-left: 37px;
  padding-right: 55px;
  margin: auto;
  margin-left: auto;
}

.dropDownDiv {
  display: inline-flex;
  width: 80%;
  padding-top: 12px;
  margin-left: 4%;
}

.dropdDown-search {
  border-radius: 2px;
  /* border: 1px solid #cccccc; */
  height: 38px !important;
  margin-left: 16px;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 14px;
}

.drop_item_search {
  min-width: 15%;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}

.buttonDiv {
  right: 0%;
  position: absolute;
  padding-top: 12px;
  padding-right: 80px;
}

.buttonDivNew {
  right: 0%;
  position: absolute;
  padding-top: 12px;
  padding-right: 80px;
}

.buttonSearch {
  box-sizing: border-box;
  height: 37px;
  width: 121px;
  border: 1px solid #1d1c41;
  border-radius: 4px;
  background-color: #ffffff;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  color: #1d1c41;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
}

.searchListing {
  background-color: #f2f2f2;
  width: 100%;
  padding-left: 5px;
  padding-right: 30px;
  /* padding-left: 2%; */
  /* padding-right: 2%; */
  margin: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.listContainer {
  margin-left: 4%;
  padding-bottom: 50px;
}

.sortFilter {
  width: 100%;
}

.showDiv {
  width: 90%;
}

.showing {
  color: black;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
}

.totalNumber {
  color: rgba(40, 48, 72, 0.34);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  margin-left: 1%;
}

.filterText {
  opacity: 0.34;
  color: #283048;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
}

.sortDrop {
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #e7e4e4;
  border-radius: 2px;
  background-color: #ffffff;
  width: 178px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}

.listCard {
  width: 100%;
  /* padding-right: 2%; */
}

.listBigCard {
  width: 100%;
}

.listSmallCard {
  width: 100%;
  position: relative;
  right: 0px;
  top: 107px;
  border-radius: 8px;
  margin-top: 0px;
  margin-right: 6%;
  height: 393px;
}

.listSmallCard .card {
  border-radius: 8px !important;
}

.listCardSearch {
  margin-top: 100px;
  height: auto;
}

.listCardSearch .card {
  border-radius: 8px;
  background-color: #ffffff;
}

.listCardSearch .card .card-body .card-title {
  position: absolute;
  margin-left: 40%;
}

.listCardSearch .card .card-img-top {
  position: absolute;
  top: -56px;
  border-radius: 10px;
  left: 24px;
  height: 184px;
  width: 236px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.34);
  /* z-index: 1; */
}

.cardTopText {
  margin-left: 284px;
  position: absolute;
  padding-top: 8px;
  width: 80%;
}

.listCardSearch .card-body {
  padding: 0px !important;
}

.cardHead {
  color: #283048;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  width: 50% !important;
}

.cardHeadSub {
  color: rgba(103, 103, 103, 0.67);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 14px;
  padding-top: 4px;
  /* font-family: "MavenPro-Regular", sans-serif;*/
  width: 62% !important;
}

.price {
  margin-top: 1%;
}

.listingTable {
  margin-top: 20%;
  text-align: center;
  margin-bottom: 7%;
}

.listInputGroup {
  width: 16.5%;
}

.list-card-group-search {
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  right: 0;
  position: absolute;
  display: inline-flex;
}

.heartList {
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background: white;
  position: absolute;
  float: right;
  right: 12px;
  text-align: center;
  padding-top: 4px !important;
  box-shadow: 0px 3px 8px 0px rgba(158, 158, 158, 0.25);
}

.heartListSearch {
  height: 24px;
  width: 24px;
  border-radius: 14px;
  background: rgba(204, 204, 204, 0.07);
  position: absolute;
  float: right;
  right: 24px;
  text-align: center;
  padding-top: 2.2px !important;
  box-shadow: 0px 3px 8px 0px rgba(158, 158, 158, 0.25);
  border: 1px solid #cccccc;
}

.rera {
  color: gray;
  left: 12px;
  top: 12px;
  background: rgba(204, 204, 204, 0.07);
  box-shadow: 0px 3px 8px 0px rgba(158, 158, 158, 0.25);
  height: 24px;
  width: 66px;
  padding-top: 10%;
  padding-left: 15%;
  border: 1px solid #cccccc;
}

.u-sobha-dream-acres-tab-sub-menu {
  height: 25px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e7e4e4;
  border-radius: 4px;
  background-color: #ffffff;
  border-spacing: 0;
  border-collapse: separate;
  border-style: hidden;
  /* hide standard table (collapsed) border */
  /* this draws the table border  */
}

.u-rectangle-6-tab-sub-menu-head {
  height: 38px;
  border-radius: 4px 4px 0 0;
  background-color: #eaeaea;
  opacity: 0.64;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.u-2-bhk-apartments-tab-tbody-td-1 {
  height: 16px;
  width: 137px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  padding: 14px 23px;
  border: 1px solid #e7e4e4;
}

.u-1205-sq-ft-saleabl-tab-tbody-td2 {
  height: 14px;
  width: 132px;
  opacity: 0.64;
  color: #676767;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  padding: 14px 23px;
  border: 1px solid #e7e4e4;
}

.tableThead {
  padding: 10px 23px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.tableDivSearch {
  margin-top: 152px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.contact-card-title {
  width: 100%;
  color: #283048;

  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 4%;
  opacity: 0.8;
}

.contact-TextBox {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e7e4e4;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  height: 48px;
  border-radius: 0;
}

.contact-textLabel {
  color: #283048;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.contact-group-text {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  /* background-color: #e9ecef; */
  border: 1px solid #ced4da;
}

.contact_checkBox {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  border: 1px solid #e7e4e4;
  border-radius: 2px;
  background-color: #ffffff;
}

.contact_Button {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background-color: #1982c8;
  margin-top: 4%;
}

.contact_ButtonLabel {
  color: #ffffff;

  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

.borderRadiusTop {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.borderRadiusBottm {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* border-radius: .25rem;
}
/*  */
/* ********************End************************* */
.sub-text {
  color: rgba(103, 103, 103, 0.67);
  font-size: 16px;
}

.list-card-group {
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
  right: 0;
  /* position: absolute; */
  display: inline-flex;
}

.list-card-group-home {
  justify-content: space-between;
  align-items: baseline;

  right: 0;
  display: inline-flex;
}

.list_width_100 {
  width: 100% !important;
  color: #777777;
  font-weight: 600;
}

/* **************************List City */
.listCityMain {
  width: 100%;
  background-color: #f2f2f2;
}

.cityHeadeLine {
  width: 100%;
  color: #122334;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  padding-bottom: 56px;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.cityCard {
  height: 300px !important;
  width: 96% !important;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 5px;
}

.cityCardImg {
  width: 100%;
  height: 158px;
  border-radius: 4px 4px 0 0;
}

.listCardBody {}

.carousel__inner-slide {
  margin-right: 5% !important;
}

.listCardTitle {
  color: #283048;

  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.listCardSubTitle {
  color: rgba(103, 103, 103, 0.67);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.cityCardFooter {
  background-color: #ffffff;
  display: inline-flex;
}

.cityCardFooterText {
  color: #283048;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 3% !important;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.cityCardFooterButton {
  position: absolute;
  right: 7%;
  bottom: 3%;
  height: 34px;
  width: 138px;
  border-radius: 4px;
  background-color: #f2f2f2;
  color: #283048;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.citySubDiv {
  /* margin-top: 40px; */
  padding-bottom: 40px;
}

.propertyListCard {
  box-sizing: border-box;
  height: 376px;
  width: 95%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(166, 166, 166, 0.5);
  margin-left: 2%;
}

.proprtySubText {
  color: #000000;

  font-size: 16px;
  letter-spacing: 0;
  line-height: 14px;
}

.propertyCardImg {
  width: 100%;
  height: 218px;
}

.propertCardGroup {
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
}

.prpertyGroup2 {
  display: inline-flex;
  align-items: center;
  margin-top: 3%;
}

.groupImg {
  margin-left: 20%;
  height: 54px;
  width: 63px;
}

.propertyButton {
  height: 34px;
  width: 110px;
  border-radius: 4px;
  background-color: #ec5b24;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
}

.builderCard {
  box-sizing: border-box;
  height: 300px;
  width: 98%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 2%;
}

.builderImgDiv {
  height: 158px;
  width: 100%;
  opacity: 0.72;
  border-radius: 4px 4px 0 0;
  background-color: #1d1c41;
}

.builderImg {
  width: 40%;
  height: 40%;
  border-radius: 4px 4px 0 0;
  margin-top: 15%;
}

.builderSubDiv {
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}

.builderRow {
  padding-top: 0px;
}

.ben-desc {
  color: #000000;
  /* font-family: "MavenPro-Medium", sans-serif;*/
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  word-wrap: break-word;
  opacity: 0.8;
}

.location-markerIcon {
  color: rgb(122, 122, 122);
  font-size: 20px;
  padding-right: 20%;
}

.whiteAreaMobile {
  display: none;
}

.listButton .btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: auto 0 0;
}

.searchDropdownDiv {
  position: absolute;
  right: 3%;
}

.SortByButton {
  background: #ffffff;
  border: 1px solid #e7e4e4;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
}

.card-addittionalInfo1 {
  color: #777777;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}

.mainDiv .large {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.mainDiv .small {
  padding-left: 1px !important;
  padding-right: 0px !important;
}

.show-smallScreen {
  display: none;
}

.followIcons {
  height: 30px;
  width: 32px;
  border-radius: 2px;
  background-color: #ffffff;
  text-align: center;
  margin-right: 15px;
}

/* *************************** */

.MuiTabs-flexContainer button:focus {
  outline: none;
}

.MuiBox-root-9 {
  padding: 24px 10px !important;
}

.brandLogo {
  height: 65px;
}

.popular-search-subtit {
  color: #000000;
  /* font-family: "MavenPro-Medium", sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  height: 30px;
}

.fabActionCall {
  background-color: #1d1c41;
  right: 65px;
  bottom: 50px;
}

/* .details-btnHomeSearch:hover .details-btn:hover {
  color: white !important;
} */
.search-button:hover,
.details-btnHomeSearch:hover,
.serachDetailsBtn:hover {
  color: white !important;
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #ffffff; */
  border: 0;
  text-decoration: none;
}

.pop-link-more:hover,
.pop-IconDown:hover,
pop-link-more:focus,
.pop-IconDown:focus {
  color: #0087bf !important;
}

/* Our Mission */
.expandedTextDiv {
  background: white;
  height: 66px;
  width: 90%;
  display: inline-flex;
  padding-left: 260px;
  padding-top: 24px;
  margin-bottom: auto;
  margin-top: auto;
}

.expandedText {
  color: #122334 !important;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin-left: 48px;
}

.missionDetails {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}

.missionContainer {
  padding-bottom: 30px;
  /* padding-top: 40px; */
}

.missionCol {
  text-align: center;
  height: 153px;
  max-width: 300px !important;
  /* margin-right: 120px; */
}

.missionImg {
  height: 32px;
  width: 35px;
}

.missionHead {
  width: 100%;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  margin-top: 24px;
}

.missionDescription {
  width: 100%;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
}

.discParagraphDiv {
  /* padding-right: 342px;
  padding-left: 192px; */
  padding-top: 80px;
  padding-bottom: 80px;

  /* margin: auto; */
}

.discParagraph {
  width: 100%;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.missionForm {
  height: 433px;
  width: 100%;
  /* opacity: 0.62; */
  background-color: #596b76;
}

.missionHeadContainer {
  padding-top: 104px;
}

.missionFormHead {
  width: 100%;
  color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 36px;
  /*font-weight: 600;*/
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  padding-bottom: 8px;
}

.missionFormSubHead {
  width: 100%;
  color: rgba(255, 255, 255, 0.67);
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

.missionFormDiv {
  /* padding-left: 132px; */
  padding-top: 56px;
}

.missionFormComp {
  height: 48px;
  width: 270px;
  border-radius: 4px;
  background-color: #ffffff !important;
}

.missionFormText {
  width: 100% !important;
  color: rgba(0, 0, 0, 0.64) !important;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 14px !important;
  padding-left: 24px !important;
}

.missionButton {
  height: 52px;
  width: 100%;
  border-radius: 4px !important;
  background-color: #f04e1e !important;
}

.missionBtnText {
  color: #ffffff !important;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 24px !important;
}

.missionButton:hover {
  color: #ffffff !important;
}

.missionTestimonial {
  /* height: 727px; */
  width: 100%;
  background-color: #f2f2f2;
}

.missionTestHead {
  width: 100%;
  color: #283048;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 36px;
  /* font-weight: bold;*/
  letter-spacing: 0;
  line-height: 36px;
}

.missionTestContainer {
  padding-top: 40px;
  padding-bottom: 10px;
}

.aboutBuilderContainer1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.missionTestContainer1 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.missionTestCardDiv {
  padding-top: 202px;
  display: inline-flex;
}

.missionTestCard {
  height: 200px;
  width: 540px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(40, 48, 72, 0.13);
  align-items: center;
  margin-right: 32px;
}

.missionCardBody {
  padding-top: 98px !important;
}

.quotes {
  position: absolute;
  top: -9px;
  left: 14px;
  color: rgba(40, 48, 72, 0.34);
  font-size: 150px;
}

.card-img-top-mission {
  width: 400px !important;
  position: absolute;
  bottom: 113px;
  padding-top: 135px !important;

  /* left: 84px;
  right: 84px;
  top: -146px;
  position: absolute;
  border-radius: 10px; */
}

.cardText {
  width: 428px;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  height: 85px;
}

.missionFooterTexts {
  display: inline-flex;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
  padding-top: 24px;
  display: none;
}

.missionSpanText {
  padding-left: 6px;
  color: rgba(40, 48, 72, 0.54);
  display: none !important;
}

.smarter {
  background-image: url(../images/pinclick_assets/smart.png);
  /* background-image: url(../images/pinclick\assets\2/Smarterateverystepbanner.png); */
  height: 508px;
  width: 100%;
  background-color: #784724;
}

.smarter-at-every-ste {
  text-align: center;
  color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 36px;
  /* font-weight: bold;*/
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
}

.we-do-everything-a-t {
  text-align: left;
  color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 12px;
}

.smarterColPadding {
  padding-top: 132px;
  padding-right: 94px !important;
}

.experience {
  /* height: 380px; */
  background-color: #f2f2f2;
}

.experienceHeader {
  color: #283048;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 36px;
  /* font-weight: 600;*/
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}

.experienceDesc {
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  padding-top: 24px !important;
  padding-bottom: 32px;
}

.experienceButton {
  box-sizing: border-box;
  height: 52px;
  width: 340px;
  border: 1px solid #283048;
  border-radius: 2px;
  background-color: #ffffff;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  display: block;
  margin: auto;
}

.howItworks {
  background-color: #f2f2f2;
  width: 100%;
  /* height: 648px; */
}

.builder-links {
  margin-left: 80px;
}

.about-builder-bottom_div {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  position: absolute;
  right: 24px;
  bottom: 16px;
}

.leftSideText {
  color: #122334;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}

.rightSideText {
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  margin-bottom: 12px;
}

.rightSideDesc {
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 80px;
}

.buyWith {
  background-image: url(../images/pinclick_assets/tour.png);
  /* background-image: url(../images/pinclick\assets\2/Touritonthesamedaybanner.png); */
  width: 100%;
  height: 508px;
  background-color: #122334;
}

#dropdownMenuButton {
  padding-top: 0;
}

@media (max-width: 500px) and (min-width: 200px) {
  .u-rectangle-3-ban-headspan {
    margin-top: 55px !important;
  }
  .media_card{
    margin-bottom: 20px;
    margin-left: 20px;
    width: 90%;
  }
}

.distanceFromHeader {
  margin-top: 100px;
}

.distanceFromHeader2 {
  margin-top: 34px;
}

@media (max-width: 575.98px) and (min-width: 200px) {

  .about-us header h3,
  .about-us header h1,
  .buy header h3 {
    font-size: 16px;
    margin-top: 8%;
  }

  .about-us header {
    height: 200px;
  }

  .distanceFromHeader {
    margin-top: 66px;
  }

  .distanceFromHeader2 {
    margin-top: 66px;
  }

  .j_parablog p {
    height: 80px !important;
    overflow: hidden !important;
  }

  .j_parahead {
    height: 25px !important;
    overflow: hidden !important
  }

  .css-1omj0yh-control {
    border-width: 0px !important;
    border-left: 1px solid grey !important;
    height: 38px;
    width: 432px;
  }

  #dropdownMenuButton {
    padding-top: 4px !important;
  }

  .css-y0v7zi-control {
    height: 38px !important;
  }

  .stats-head {
    font-size: 8px !important;
    /* line-height: 12px !important; */
  }

  .u-hr-verti {
    height: 16px !important;
  }

  .stats-builder {
    margin-top: 25% !important;
  }

  .u-32-year-of-experienc {
    font-size: 10px !important;
  }

  .vertical-line {
    height: 12px !important;
    margin: -3px 10px !important;
  }

  .city-horizontal-line {
    width: 75% !important;
  }

  .stats-icon {
    font-size: 8px !important;
  }

  .margin-builder {
    margin-bottom: 24px !important;
  }

  .stats-left-text {
    text-align: initial !important;
  }

  .cityHeadeLine {
    font-size: 24px !important;
    padding-bottom: 21px !important;
  }

  .stats-info {
    margin-top: 24% !important;
  }

  .listContainer {
    padding-bottom: 0px !important;
  }

  .searchListing {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .footer-mobile {
    margin-bottom: 64px !important;
  }

  .builderCard {
    width: 100% !important;
  }

  .u-rectangle-4-hr-builder {
    width: 41% !important;
  }

  .u-about-builder {
    width: 59% !important;
  }

  /*  */
  .office-near {
    padding-bottom: 40px;
  }

  /* earcg */

  /*  */
  .quotes {
    top: -9px !important;
    left: 10px !important;
    font-size: 100px !important;
  }

  /*.expandedTextDiv {
    display: none !important;
  } */

  .missionDetails {
    height: auto;
  }

  .missionContainer {
    padding-left: 0px !important;
    padding-right: 30px !important;
  }

  .experienceHeader {
    font-size: 23px !important;
    line-height: 26px !important;
  }

  .missionCol {
    margin-bottom: 10px !important;
    text-align: center;
    max-width: 100% !important;
    margin-right: 0px !important;
  }

  .discParagraphDiv {
    padding-right: 16px !important;
    padding-left: 16px !important;
    padding-top: 0px !important;
    padding-bottom: 80px;
  }

  .discParagraph {
    flex-wrap: nowrap !important;
  }

  .discParagraphDiv {
    padding-bottom: 32px !important;
  }

  .missionForm {
    margin-top: 0px !important;
    height: 450px !important;
  }

  .missionHeadContainer {
    padding-top: 25px !important;
    padding-left: 41px !important;
    padding-right: 41px !important;
    margin: auto !important;
  }

  .missionFormHead {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .missionFormDiv {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 10px !important;
  }

  .missionFormComp {
    margin-top: 12px !important;
  }

  .missionButton {
    margin-top: 12px !important;
    width: 100% !important;
  }

  .missionBtnText {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .missionFormText {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .missionTestHead {
    font-size: 24px !important;
    line-height: 24px !important;
    text-align: center;
  }

  .missionTestContainer {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .missionTestCard {
    height: 200px !important;
    width: 100% !important;
    margin-top: 115px;
  }

  .card-img-top-mission {
    height: 300px !important;
    width: 77% !important;
    bottom: 125px !important;
    left: 54px !important;
  }

  .cardText {
    width: 100% !important;
    color: #000000;

    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 20px !important;
  }

  .missionFooterTexts {
    font-size: 14px !important;
  }

  .customerName,
  .missionSpanText {
    font-size: 14px !important;
  }

  .smarter {
    height: 300px !important;
    width: 100% !important;
  }

  .smarter-at-every-ste {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .we-do-everything-a-t {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .smarterColPadding {
    padding-top: 32px;
    padding-left: 32px !important;
  }

  .title {
    font-size: 30px !important;
  }

  .office-name {
    font-size: 20px !important;
  }

  .office-description {
    font-size: 16px !important;
    padding-top: 1% !important;
  }

  .office-button {
    width: 100% !important;
  }

  .horizontal-div {
    padding-bottom: 15px !important;
  }

  .contactCol {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .stats-info {
    margin-top: 16.5% !important;
  }

  .rectangle .searchArea {
    padding-top: 0;
  }

  .stats-head {
    font-size: 16px !important;
    /* line-height: 12px !important; */
  }

  /* .city-horizontal-line {
    width: 90% !important;
  } */
  .stats-icon {
    font-size: 16px !important;
  }

  .stats-left-text {
    text-align: left !important;
  }

  .office-description {
    font-size: 17px !important;
    padding-top: 2% !important;
  }

  .office-button {
    width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* .footer-mobile {
    padding-bottom: 67px !important;
  } */
  .searchDropdownDiv {

    right: 1% !important;
  }

  .office-near {
    padding-bottom: 40px;
  }

  .experienceHeader {
    font-size: 24px !important;
  }

  .title {
    font-size: 30px !important;
  }

  .office-name {
    font-size: 20px !important;
  }

  .office-description {
    font-size: 16px !important;
    padding-top: 1% !important;
  }

  .office-button {
    width: 100% !important;
  }

  .horizontal-div {
    padding-bottom: 15px !important;
  }

  .contactCol {
    padding-bottom: 20px !important;
  }

  .naveRightIcon {
    height: 16px !important;
    width: 16px !important;
  }

  .paddingFromSearch {
    padding-right: 40px !important;
  }

  .navRightPadding {
    padding-right: 24px !important;
  }

  .quotes {
    top: -9px !important;
    left: 10px !important;
    font-size: 100px !important;
  }

  /* .expandedTextDiv {
    display: none !important;
  } */

  .missionDetails {
    height: auto;
  }

  .missionContainer {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .missionCol {
    margin-bottom: 10px !important;
    text-align: center;
    max-width: 100% !important;
    margin-right: 0px !important;
  }

  .discParagraphDiv {
    padding-right: 16px !important;
    padding-left: 16px !important;
    padding-top: 0px !important;
    padding-bottom: 80px;
  }

  .discParagraph {
    flex-wrap: nowrap !important;
  }

  .discParagraphDiv {
    padding-bottom: 32px !important;
  }

  .missionForm {
    margin-top: 0px !important;
    height: 500px !important;
  }

  .missionHeadContainer {
    padding-top: 56px !important;
    padding-left: 41px !important;
    padding-right: 41px !important;
    margin: auto !important;
  }

  .missionFormHead {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .missionFormDiv {
    padding-left: 50px;
    padding-right: 50px;
  }

  .missionFormComp {
    margin-top: 12px !important;
  }

  .missionButton {
    margin-top: 12px !important;
    width: 100% !important;
  }

  .missionBtnText {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .missionFormText {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .missionTestHead {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .missionTestContainer {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .missionTestCard {
    height: 200px !important;
    width: 100% !important;
    margin-top: 115px;
  }

  .card-img-top-mission {
    height: 300px !important;
    width: 77% !important;
    bottom: 125px !important;
    left: 54px !important;
  }

  .cardText {
    width: 100% !important;
    color: #000000;

    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 20px !important;
  }

  .customerName,
  .missionSpanText {
    font-size: 14px !important;
  }

  .smarter {
    height: 300px !important;
    width: 100% !important;
  }

  .smarter-at-every-ste {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .we-do-everything-a-t {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .smarterColPadding {
    padding-top: 32px;
    padding-left: 32px;
  }
}

/* End */
/* Search Header */
.searchHeader {
  margin-left: 16px;
  margin-top: 2px;
  display: inline-flex;
  width: 100%;
}

.searchHeader .select-textBox .css-yk16xz-control {
  height: 28px !important;
}

.searchHeader .select-textBox .css-1pahdxg-control {
  height: 28px !important;
}

.searchContainerMob .select-textBox .css-yk16xz-control {
  /* height: 30px !important; */
  /* width: 240px !important; */
  /* border: 1px solid #CCCCCC !important; */
}

.searchContainerMob .select-textBox .css-1pahdxg-control {
  height: 30px !important;
  width: calc(100% - 90px) !important;
  border: 1px solid #cccccc !important;
}

.cancelButton {
  color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 12px;
  background-color: transparent;
}

.cancelButton:hover {
  color: #000000;
}

/* End */

/* About Buildwr */
.aboutBanglore {
  background-color: #f5f5f5;
  width: 100%;
}

.aboutBuilderContainer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-about-builder h2 {
  color: #000000;
}

.u-about-builder {
  float: left;
  width: 30%;
  height: 22px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.aboutBuilderDesc {
  opacity: 0.87;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 12px;
}

.builderPaddingTop {
  padding-top: 32px;
}

.u-rectangle-4-hr-builder {
  float: left;
  width: 70%;
  margin: 35px 0px 0px;
  height: 2px;
  opacity: 0.23;
  background-color: #000000;
}

/*End  */
/* Culture */
.missionTestCard .video-react.video-react-fluid,
.video-react.video-react-16-9,
.video-react.video-react-4-3 {
  width: 400px;
  max-width: 100%;
}

.cultureContainer {
  padding-bottom: 10px;
  /* padding-top: 40px; */
}

.cultureHead {
  color: #122334;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 36px;
  /* font-weight: 600; */
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}

.cultureDesc {
  color: #122334;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
}

.paddingCulture-top {
  padding-top: 32px;
}

.excellenceDiv {
  height: 368px;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 24px;
}

.marginAdjustMent {
  margin-top: 40px;
}

.cultureImgDiv {
  margin-top: 32px;
  margin-left: 80px;
  height: 300px;
  max-width: 300px;
  /*Its 350px in invision*/
}

.marginImgCulture {
  height: 100%;
  width: 100%;
}

.excellenceDescriptionDiv {
  padding-top: 100px;
}

.excellenceHead {
  color: #122334;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
}

.excellenceSubhead {
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding-top: 24px;
}

@media (max-width: 575.98px) and (min-width: 200px) {
  .searchDropdownDiv {

    right: 6% !important;
  }

  .expandedText {
    font-size: 16px;
  }

  .cultureContainer {
    padding-bottom: 10px !important;
  }

  .excellenceDiv {
    height: 100% !important;
  }

  .cultureHead {
    font-size: 24px !important;
    text-align: center !important;
    line-height: 24px !important;
  }

  .cultureDesc {
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: left !important;
  }

  .paddingCulture-top {
    padding-top: 12px !important;
  }

  .marginImgCulture {
    margin-top: 56px;
    height: 150px !important;
    width: 179px !important;
    /* margin-left: 0px !important; */
    margin-right: auto !important;
  }

  .excellenceHead {
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: left;
  }

  .excellenceSubhead {
    font-size: 12px !important;
    line-height: 20px !important;
    padding-top: 8px !important;
  }

  .changeOrder {
    flex-direction: column-reverse;
  }

  .excellenceDescriptionDiv {
    padding-top: 32px !important;
  }

  .cultureImgDiv {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50%;
  }

  .missionTestCardDiv {
    display: block;
    padding-top: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .stats-info {
    margin-top: 21.5% !important;
  }

  .stats-head {
    font-size: 12px !important;
    /* line-height: 12px !important; */
  }

  .stats-builder {
    margin-top: 23% !important;
  }

  /* .city-horizontal-line {
    width: 90% !important;
  } */
  .stats-icon {
    font-size: 12px !important;
  }

  .cultureContainer {
    padding-bottom: 56px !important;
  }

  .excellenceDiv {
    height: 100% !important;
  }

  .cultureHead {
    font-size: 24px !important;
    text-align: center !important;
    line-height: 24px !important;
  }

  .cultureDesc {
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: center !important;
  }

  .paddingCulture-top {
    padding-top: 12px !important;
  }

  .marginImgCulture {
    margin-top: 56px;
    height: 150px !important;
    width: 179px !important;
    margin-right: auto !important;
  }

  .excellenceHead {
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: left;
  }

  .excellenceSubhead {
    font-size: 12px !important;
    line-height: 20px !important;
    padding-top: 8px !important;
  }

  .changeOrder {
    flex-direction: column-reverse;
  }

  .excellenceDescriptionDiv {
    padding-top: 32px !important;
  }

  .cultureImgDiv {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50%;
  }

  .missionTestCardDiv {
    padding-top: 135px !important;
    display: block;
  }
}

/* End */
/* Thank you Alert */
.thankyouAlertDiv {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  min-width: 100%;
  min-height: 100%;
  /* background: url(../img//backgrounds/1.jpg); */
  background-repeat: no-repeat;
}

.thankYouModal {
  display: block;
  overflow: scroll;
}

.thankyouImg {
  height: 205px;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.thankyouMessage {
  /* padding-top: 24px; */
  text-align: center;
}

.browse-btn-career {
  border-radius: 4px;
  background-color: #e9d7d1 !important;
  height: 48px !important;
}

.career-browse-label {
  box-sizing: border-box;
  min-height: 48px;
  width: 100%;
  border: solid 1px #979797;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #283048;
  /*font-family: "Proxima Nova",sans-serif;*/
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;

}

.thankyouMesg {
  color: #515e7e;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 8px;
}

.thankyousub {
  color: #515e7e;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 12px;
}

.footerMessage {
  padding-top: 24px;
  text-align: center;
}

.thankyouPaddingBottom {
  padding-bottom: 76px;
}

.modalWidth {
  max-width: 400px !important;
}

/* End */
.card-img-top-test-home {
  width: 100% !important;
  height: 100% !important;
}

.vertical-line {
  border-right: 2px solid #d8d1e6;
  margin: 0 10px;
  height: 25px;
}

/* Builder Banner */
.u-rectangle-3-ban-headspan {
  display: inline-flex;
  justify-content: center;
  color: #fff !important;
  width: 100%;
}

.u-32-year-of-experienc {
  height: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 20px;
}

.u-hr-verti {
  border-right: 2px solid #d8d1e6;
  margin: 0 23px;
  height: 25px;
}

.stats-builder {
  margin-top: 11%;
}

/* End */
/* End */
/* ************************Terms and Conditions********************************* */
.terms-card {
  padding-bottom: 24px;
}

.terms-heading {
  color: #122334;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 24px;
  text-transform: uppercase;
}

.terms-desc {
  color: #122334;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

@media (max-width: 575.98px) and (min-width: 200px) {
  .select-textBox {
    width: calc(100% - 12px);
    margin-left: 30px !important;
  }

  .select-textBox .css-1pahdxg-control {
    border: 1px solid rgba(40, 48, 72, 0.34) !important;
  }

  .terms-heading {
    font-size: 18px !important;
    padding-bottom: 12px !important;
  }

  .terms-desc {
    font-size: 12px !important;
  }

  .terms-card {
    padding-bottom: 4px !important;
  }
}

.btn-group>.btn.active,
.listButton.btn.active {
  background-color: #1d1c41 !important;
  color: white;
}

/************************* End **************************************************/
#previewDiv {
  height: 100% !important;
}

/* Commutes */
@media (max-width: 575.98px) and (min-width: 200px) {
  .add-destn-outer {
    width: 80% !important;
    margin: 0 !important;
  }

  .commute-modal-header-title {
    font-size: 16px !important;
  }

  .commute-modal-header {
    padding: 24px 16px !important;
  }

  .commute-modal-header-subtext {
    font-size: 12px !important;
  }

  .commute-body {
    padding: 24px 16px !important;
  }

  .commute-label,
  .commute-check-label {
    font-size: 14px !important;
  }

  .commute-text-box {
    height: 36px !important;
    font-size: 12px !important;
  }

  .destination-option-text {
    font-size: 12px !important;
  }

  .destination-name-option-group {
    margin-left: 0px !important;
  }

  .destination-name-option {
    height: 36px !important;
    margin-bottom: 10px;
  }

  .checkmark {
    height: 16px !important;
    width: 16px !important;
  }

  .commute-chk-container .checkmark:after {
    top: 5px !important;
    left: 5px !important;
    width: 5px !important;
    height: 5px !important;
  }

  .commute-save-button {
    height: 40px !important;
    font-size: 16px !important;
  }

  .commute-modal.modal {
    width: 98% !important;
    margin: 0px 1.5% !important;
  }

  .destination-name-option:nth-child(2n) {
    page-break-after: always;

  }

  .designation-main-group {
    flex-flow: wrap !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .add-destn-outer {
    width: 80% !important;
    margin: 0 !important;
  }

  .commute-modal-header-title {
    font-size: 16px !important;
  }

  .commute-modal-header {
    padding: 24px 16px !important;
  }

  .commute-modal-header-subtext {
    font-size: 12px !important;
  }

  .commute-body {
    padding: 24px 16px !important;
  }

  .commute-label,
  .commute-check-label {
    font-size: 14px !important;
  }

  .commute-text-box {
    height: 36px !important;
    font-size: 12px !important;
  }

  .destination-option-text {
    font-size: 12px !important;
  }

  .destination-name-option-group {
    margin-left: 0px !important;
  }

  .destination-name-option {
    height: 36px !important;
    margin-bottom: 10px;
  }

  .checkmark {
    height: 16px !important;
    width: 16px !important;
  }

  .commute-chk-container .checkmark:after {
    top: 5px !important;
    left: 5px !important;
    width: 5px !important;
    height: 5px !important;
  }

  .commute-save-button {
    height: 40px !important;
    font-size: 16px !important;
  }

  .commute-modal.modal {
    width: 94% !important;
    margin: 0px 1.5% !important;
  }

  .designation-main-group {
    flex-flow: wrap !important;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {


  .mainDiv {
    position: absolute;
    right: 125px;
    margin-left: 0px !important;
    width: 40% !important;
    top: 25px;
  }
  .ausaf-sidemenu-on-mobile{
    display: block !important;
  }

  .select-textBox {
    margin-left: -20px !important;
    width: 220px !important;
  }

  .hide-contact-class {
    display: block !important;
    position: relative;
    left: 25px;
  }

  .paddingLeftForSearchButton {
    margin-left: -20px;
  }

  .hide-class {
    display: none;
  }

  .designation-main-group {
    flex-flow: wrap !important;
  }

  .destination-name-option:nth-child(2n) {
    page-break-after: always;

  }

  .destination-name-option {

    margin-bottom: 10px;
  }
}

.your-commutes {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048 !important;
  margin-bottom: 24px;
}

.add-destn-outer {
  width: 100%;
  height: 86px;
  /* margin: 24px 478px 0 0;
  padding: 16px 35px 16px 36px; */
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(212, 211, 211, 0.5);
  background-color: #ffffff;
  margin: 0 auto;
}

.add-destn-inner {
  width: 100%;
  height: 32px;
  /* margin: 0 5px 10px 8px;
  padding: 6px 14px 6px 12px; */
  border-radius: 4px;
  border: solid 1px #e03d31;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.add-destn-text {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #91949d;
  padding-top: 5%;
  text-align: center;
}

.add-destn-group {
  width: 65%;
  margin: auto;
  padding-top: 7%;
  cursor: pointer;

}

.add-destn-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #e03d31;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.add-destn-inner-text {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;

}

.commute-modal-header-title {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
}

.commute-modal-header {
  padding: 32px 40px;
  background-color: #fafafa;
}

.commute-close {
  position: absolute;
  top: 4%;
}

.commute-body {
  padding: 40px 40px;
}

.commute-modal.modal-content {
  border: 0px !important;
}

.commute-modal-header-subtext {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
  padding-top: 14px;
  text-align: justify;
}

.commute-label {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
}

.destination-name-option {
  height: 46px;
  /* margin: 24px 24px 40px 0;
  padding: 13px 32px 13px 16px; */
  border-radius: 4px;
  border: solid 1px #c2c2c2;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
}

/* The container */
.commute-chk-container {
  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;
  top: -15%;
}

/* Hide the browser's default radio button */
.commute-chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0%;
  left: 0;
  height: 25px;
  width: 25px;
  border: solid 1px #979797;
  background-color: #ffffff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.commute-chk-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.commute-chk-container input:checked~.checkmark {
  background-color: #f04e1e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.commute-chk-container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.commute-chk-container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.destination-option-text {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
}

.destination-name-option-group {
  display: flex;
  justify-content: space-around;

}

.commute-error {
  height: 36px;
  margin: 24px 0 4px;
  padding: 8px 69px 12px 16px;
  border-radius: 2px;
  border: solid 1px #ee9aa2;
  background-color: #f5d5d6;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #e22a40;
  /*font-family: "Proxima Nova", sans-serif;*/
  width: '100%';
  display: flex;
  align-items: 'center';

}

.commute-search-result {
  cursor: pointer;
  color: black;
  font-size: 16px;
  height: 38px;
  width: 100%;
  border-bottom: 1px solid #e7e4e4;
}

.commute-text-box {
  height: 52px;
  border-radius: 4px;
  border: solid 1px #c2c2c2;
  background-color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #777777;
  width: 100%;
  padding: 16px;
}

.commute-text-box:focus-visible,
.commute-close:focus-visible {
  outline: none;
}

.commute-check-label {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;

}

.commute-check-label .form-check-label {
  margin-left: 20px;
}

.commute-save-button {
  height: 54px !important;
  border-radius: 4px;
  background-color: #f04e1e !important;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  width: 100%;
  border: 0px !important;
}

.form-control:focus-visible,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.commute-save-button:focus-visible,
.commute-save-button:focus {
  outline: none;
}

.commute-save-button:disabled {
  background-color: #444;
}

.commute-save-button:active,
.commute-save-button:hover,
.commute-save-button:focus {
  background-color: #f04e1e;
}

.modal-backdrop {
  background-color: #000 !important;
}

.commute-modal .modal-dialog {
  max-width: 900px !important;
}

.designation-main-group {
  display: flex;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .add-destn-inner-text {
    font-size: 10px !important;
  }

  .add-destn-group {
    width: 70% !important;
  }
}

/* HeatMap */
.btn-heatmap {
  height: 37px;
  border-radius: 4px;
  background-color: #f04e1e;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
}

.heatmap-top-localities {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;
  text-align: center;
}

.heatmap-details-row {
  margin-top: 40px;
}

.property-card-main {
  width: 90%;
  height: 171px;
  /* padding: 27px 0 24px; */
  border-radius: 4px;
  box-shadow: 0 3px 8px 0 rgba(158, 158, 158, 0.5);
  background-color: #ffffff;
  margin-bottom: 16px;
}

.property-card-body-first {
  padding: 27px 16px;
  height: 60%;
  border-bottom: 1px #e7e7e7 solid;
}

.property-card-body-second {
  padding: 17px 16px;
  height: 40%;
}

.property-card-area-name {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(103, 103, 103, 0.67);
}

.property-card-average-price {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;
}

.price-variation-main-div {
  display: flex;
  align-items: baseline;
}

.price-variation-icon-div {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #0087bf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-variation-value {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: white;
  padding-left: 6px;
  padding-right: 4px;
}

.price-variation-duration {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: white;
}

.view-all-projects-main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.heatmap-view-all-project-btn {

  height: 34px;
  width: 138px;
  border-radius: 4px;
  background-color: #f2f2f2;
  color: #283048;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  /*font-family: "Proxima Nova", sans-serif;*/
  border: 0px !important;
}

.heatmap-total-projects {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #283048;
}

.gm-style .default-card {

  display: none !important;
}

.ddl-choose-location {
  width: 158px;
  height: 46px !important;
  border-radius: 4px;
  background-color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  position: absolute;
  top: 10px;
  left: 25px;
}

.heatmap-map {
  width: 100%;
  height: 600px;
}

@media (max-width: 575.98px) and (min-width: 200px) {
  .heatmap-details-row {
    flex-flow: column-reverse !important;
  }

  .heatmap-map {
    height: 340px;
  }

  .property-card-main {
    width: 100% !important;
  }

  .property-card-col {
    margin-top: 24px;
  }

  .heatmap-top-localities {
    font-size: 18px !important;
  }

  .ddl-choose-location {
    font-size: 12px !important;
  }

  .property-card-average-price {
    font-size: 14px !important;
  }

  .heatmap-total-projects {
    font-size: 14px !important;
  }

  .btn-heatmap {}
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .u-rectangle-3-ban-headspan {
    padding-top: 7% !important;
  }

  .btn-heatmap {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .heatmap-details-row {
    flex-flow: column-reverse !important;
  }

  .heatmap-map {
    height: 340px;
  }

  .property-card-main {
    width: 100% !important;
  }

  .property-card-col {
    margin-top: 24px;
  }

  .heatmap-top-localities {
    font-size: 18px !important;
  }

  .ddl-choose-location {
    font-size: 12px !important;
  }

  .property-card-average-price {
    font-size: 14px !important;
  }

  .heatmap-total-projects {
    font-size: 14px !important;
  }

  .btn-heatmap {}

  #newBtnSearch {
    display: none !important;
  }

  .whiteAreaNewSearch {
    height: 46px !important;
  }

  .buttonDivNew {
    width: 100% !important;
    display: flex;
    height: 46px;
    padding-top: 1% !important;
    padding-left: 16px;
  }
}

.heat-map-padding {}



/* *******************************************Market Compare********************************************** */
.compare-container {
  display: block;
  position: relative;
  padding-left: 35px;

  cursor: pointer;
  color: black;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.compare-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.compare-checkmark {
  position: absolute;
  top: 6px;
  left: 10px;
  height: 16px;
  width: 16px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.compare-container:hover input~.compare-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.compare-container input:checked~.compare-checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.compare-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.compare-container input:checked~.compare-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.compare-container .compare-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-comparison-main-div {
  height: 240px;
  margin: 257px 0 0;
  padding: 10.9px 11.1px 0 40px;
  box-shadow: 0 -2px 2px 0 rgba(176, 175, 175, 0.5);
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.comparison-title {

  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
}

.comparison-list-card-main {
  width: 25%;
  min-width: 25%;
  height: 136px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.5);
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  margin-top: 20px;
  margin-right: 16px;
  display: flex;
}

.comparison-img-div {
  width: 45%;
  height: 100%;
}

.comparison-details-div {
  width: 55%;
  height: 100%;
  padding: 24px 21px 0px 8px;
}

.comparison-property-name {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;
}

.comparison-prop-location {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(103, 103, 103, 0.67);
  height: 16px;
  overflow: hidden;
}

.comparison-prop-unit-prize {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;
  /*font-family: "Proxima Nova", sans-serif;*/
  margin-top: 16px;
}

.comparison-prop-status {
  font-size: 12px;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(103, 103, 103, 0.67);
}

.comparison-close-btn {
  color: gray;
  opacity: 0.7;
  float: right;
  margin-top: -15px;
  cursor: pointer;
}

.compare-now-btn {
  width: max-content;
  height: 34px;
  margin: 8.1px 46.9px 19px 176px;
  padding: 8px 22px;
  border-radius: 4px;
  background-color: #f04e1e;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  /*font-family: "Proxima Nova", sans-serif;*/
  border: 0px !important;
}

.remove-comparison-btn {
  color: gray;
  opacity: 0.7;
  position: absolute;
  right: 2%;
  top: 1%;
  cursor: pointer;
}

.add-more-projects {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #de492a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-more-projects-div {
  margin: auto;
}

.add-more-project-text {
  /* font-family: "MavenPro-Regular", sans-serif;*/
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  margin-top: 8px;
  margin-left: -15%;
}

/* .add-more-project-div{
  margin: auto;
} */
/* *******************************************End********************************************** */
/* *******************************************Comparison Screen********************************************** */
.comp-main-div {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.comp-container {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0px;
  margin-left: 45px;
}

.comp-title {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.69;
  letter-spacing: normal;
  color: #283048;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.comp-prop-names {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.67);
  /*font-family: "Proxima Nova", sans-serif;*/
  margin-top: 12px;
}

.comp-prop-deatils-div {
  width: 100%;
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
}

.comp-prop-single-card-download {
  /* width: 30%; */
  min-width: 20%;
  height: 94px;
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;

}

.comp-prop-single-card {
  width: 50%;
  /* width: 30%; */
  min-width: 30%;
  height: 94px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 12px;
}

.comp-download-btn {
  height: 38px;
  border-radius: 2px;
  background-color: #1982c8;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  border: 0px;

}

.comp-prop-single-card-title {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  height: 16px;
  overflow: hidden;
}

.comp-prop-single-card-location {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(103, 103, 103, 0.67);
  /*font-family: "Proxima Nova", sans-serif;*/
  margin-top: 2px;

}

.comp-prop-single-card-unit-range {
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;
  /*font-family: "Proxima Nova", sans-serif;*/
  margin-top: 12px;
}

.comp-prop-single-card-units {
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #777777;
  /*font-family: "Proxima Nova", sans-serif;*/
  margin-top: 4px;
}

.comparison-single-close-btn {
  color: gray;
  opacity: 0.7;
  float: right;
  margin-top: -12px;
  cursor: pointer;
}

.comp-tab-main-div {
  width: 100%;
  height: 65px;
  /* padding: 25px 360px 0 0; */
  background-color: #ffffff;
  margin: 8px 0px;
  display: flex;
  align-items: center;
  padding: 0px 24px;

}

.comp-tab-link {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048 !important;
  /*font-family: "Proxima Nova", sans-serif;*/
  margin-right: 25px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;

}

#comp-tab-pills .comp-tab-link.active,
.show>.comp-tab-link {
  color: #f04e1e !important;
  background-color: white !important;
}

#comp-tab-pills .nav-tabs .nav-item.show .comp-tab-link,
.nav-tabs .comp-tab-link.active {
  border-color: #fff #fff #fff !important;
  border-bottom: 1px solid #f04e1e !important;

}

.comp-tab-content-main-div {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 8px;
}

.comp-tab-content-title-div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.comp-tab-content-title-main-div {
  width: 100%;
  border-bottom: 1px solid #f2f2f2 !important;
  height: 65px;
  padding-left: 40px;
}

.comp-tab-content-title {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  /*font-family: "Proxima Nova", sans-serif;*/
}

.comp-tab-content-location {
  /*font-family: "Proxima Nova", sans-serif;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;

}

.comp-tab-content-table {
  border-collapse: collapse;
  width: 80%;
  background-color: #fff;
  border: 1px solid #f2f2f2 !important;
}

.comp-tab-content-table-head {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  /* font-family: "MavenPro-SemiBold", sans-serif;*/
  padding-left: 40px;
  min-width: 190px;

}

.comp-tab-content-table-row {
  height: 64px;
}

.comp-tab-content-table-data {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  min-width: 250px;
  padding-left: 40px;
  /* font-family: "MavenPro-Regular", sans-serif;*/
  padding: 24px;
}

.comp-tab-content-table-list-item {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: normal;
  color: #000000;
  /* font-family: "MavenPro-Regular", sans-serif;*/
}

.comp-big-text {
  font-size: 24px;
  font-weight: 600;
}

/* .comp-tab-content-table tr td:last-child{
  border-bottom: 1px solid white !important;
} */
.comp-similar-project-main-div {
  padding: 11px 15px;
  width: 240px;
}

.comp-search-prop {
  height: 32px;
  width: 100%;

  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  ;
  background-color: #ffffff;
  /* font-family: "MavenPro-Regular", sans-serif;*/
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 23px;
}

.comp-search-prop:focus-visible {
  outline: none;
}


.comp-input-icons-div i {
  position: absolute;
}

.comp-input-icons-div {
  width: 100%;
  margin-bottom: 10px;
}

.comp-input-icons {
  padding: 10px;
  min-width: 40px;
}

.comp-similar-prop-list-main-div {
  width: 100%;
  height: 90px;
  display: flex;
}

.comp-similar-property-name {
  /* font-family: "MavenPro-Regular", sans-serif;*/
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: normal;
  color: #283048;
}

.comp-similar-prop-img-div {
  width: 40%;
  height: 100%;
}

.comp-similar-prop-details-div {
  width: 60%;
  height: 100%;
  padding: 15px 5px 0px 5px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.5);
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
}

.comp-similar--prop-location {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: normal;
  color: rgba(103, 103, 103, 0.67);
  /* font-family: "MavenPro-Regular", sans-serif;*/
}

.comp-similar-prop-price-range {
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #283048;
  /* font-family: "MavenPro-Regular", sans-serif;*/
  margin-top: 12px;
}

.comp-add-compare-btn-div {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
}

.comp-add-compare-btn {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background-color: #de492a;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  /* font-family: "MavenPro-Regular", sans-serif;*/
  border: 0px !important;
}

.show-comparison-mob-main-div {
  display: none;
}

.comp-price-variation-icon {
  font-size: 12px;
  margin-left: -14px;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .show-comparison-main-div {
    display: block;
  }

  .show-comparison-mob-main-div {
    display: none;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .show-comparison-main-div {
    display: block;
  }

  .show-comparison-mob-main-div {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .topMenu {
    /* top: 25px; */
  }

  .show-comparison-main-div {
    display: none !important;
  }

  .show-comparison-mob-main-div {
    display: block !important;
  }

  .comparison-mob-modal-header {
    height: 64px;
    /* margin: 0 0 25px;
    padding: 20px 13px 24px 16px; */
    /* border-radius: 4px; */
    background-color: #f2f2f2;
    width: 100%;
  }

  .comparison-mob-modal-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    /*font-family: "Proxima Nova", sans-serif;*/
  }

  .comparison-modal-body {
    background-color: #ffffff;
    padding: 25px 16px;
  }

  .comparison-mob-list-card {
    height: 79px;
    padding: 0 4px 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.5);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 12px;
    display: flex;
  }

  .comparison-mob-property-name {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #283048;
    /*font-family: "Proxima Nova", sans-serif;*/
    height: 14px;
    overflow: hidden;
  }

  .comparison-mob-prop-location {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(103, 103, 103, 0.67);
    /*font-family: "Proxima Nova", sans-serif;*/
    height: 12px;
    overflow: hidden;
  }

  .comparison-mob-prop-unit-prize {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #283048;
    /*font-family: "Proxima Nova", sans-serif;*/
    margin-top: 8px;
  }

  .comparison-mob-details-div {
    padding-top: 16px;
    padding-left: 16px;
    width: 55%;
  }

  .comparison-modal-mob-addproject-main-div {
    width: 100%;
    height: 79px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.5);
    border: solid 1px #d9d9d9;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .compare-now-mob-btn {
    height: 40px;
    border-radius: 4px;
    background-color: #f04e1e;
    width: 100%;
    /*font-family: "Proxima Nova", sans-serif;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #fff;
    border: 0px;
    font-weight: 600;
  }

  .comp-title {
    font-size: 20px;
    padding-left: 16px;
  }

  .comp-prop-names {
    font-size: 12px;
    padding-left: 16px;
  }

  .comp-prop-single-card-download {
    width: 60%;
    min-width: 60%;
  }

  .comp-prop-single-card {
    width: 60%;
    min-width: 60%;
  }

  .comp-prop-single-card-title {
    font-size: 12px;
  }

  .comp-prop-single-card-location {
    font-size: 8px;
  }

  .comp-prop-single-card-unit-range {
    font-size: 8px;
  }

  .price-variation-icon-div {
    height: 14px !important;
    width: 14px !important;
    border-radius: 7px !important;
  }

  .comp-price-variation-icon {
    font-size: 10px;
  }

  .price-variation-value {
    font-size: 10px;
  }

  .comp-download-btn {
    font-size: 12px;
  }

  .price-variation-duration {
    font-size: 10px;
  }

  .comp-tab-link {
    font-size: 12px;
  }

  .comp-tab-main-div {
    display: block ruby;
    overflow: scroll;
  }

  .comp-tab-content-title {
    font-size: 20px;
  }

  .comp-tab-content-location {
    display: none;
  }

  .comp-container {
    width: 100%;
  }

  .comp-tab-content-table-head {
    padding-left: 21px;
    min-width: 180px;
    font-size: 12.8px;
  }

  .comp-tab-content-table-data {
    font-size: 12px;
  }

  .comaprison-mob-overflow-div {
    overflow: scroll;
  }

  .comp-tab-content-table-list-item {
    font-size: 10px;
  }

  .comp-tab-content-table-data {
    min-width: 200px;
  }

  .comp-similar-project-main-div {
    display: none;
    width: 0%;
  }

  .comp-tab-content-table {
    width: 100%;
  }

}

@media (max-width: 575.98px) and (min-width: 200px) {
  .hideFromHeaderOnSearchOpen {
    /* display: none !important; */
  }

  .showSearchAtHeaderOnMobile {
    margin-left: 0 !important;
  }

  .headDisplayBlock {
    display: block !important;
  }

  .headDisplayNone {
    display: none !important;
  }

  #divSearchBox {
    width: 100%;
  }

  .paddingLeftForSearchButton {
    padding-left: 0 !important;
  }

  .ausaf-header-btn {
    width: 50px !important;
  }


  .topMenu {
    top: 0;
  }

  .topMenu ul a {
    padding-top: 0;
  }

  .topMenu ul li {
    padding-top: 22px;
  }

  .topMenu ul li a {
    font-size: 17px;
  }

  .show-comparison-main-div {
    display: none !important;
  }

  .show-comparison-mob-main-div {
    display: block !important;
  }

  .comparison-mob-modal-header {
    height: 64px;
    /* margin: 0 0 25px;
    padding: 20px 13px 24px 16px; */
    /* border-radius: 4px; */
    background-color: #f2f2f2;
    width: 100%;
  }

  .comparison-mob-modal-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    /*font-family: "Proxima Nova", sans-serif;*/
  }

  .comparison-modal-body {
    background-color: #ffffff;
    padding: 25px 16px;
  }

  .comparison-mob-list-card {
    height: 79px;
    padding: 0 4px 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.5);
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 12px;
    display: flex;
  }

  .comparison-mob-property-name {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #283048;
    /*font-family: "Proxima Nova", sans-serif;*/
    height: 14px;
    overflow: hidden;
  }

  .comparison-mob-prop-location {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(103, 103, 103, 0.67);
    /*font-family: "Proxima Nova", sans-serif;*/
    height: 12px;
    overflow: hidden;
  }

  .comparison-mob-prop-unit-prize {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #283048;
    /*font-family: "Proxima Nova", sans-serif;*/
    margin-top: 8px;
  }

  .comparison-mob-details-div {
    padding-top: 16px;
    padding-left: 16px;
    width: 55%;
  }

  .comparison-modal-mob-addproject-main-div {
    width: 100%;
    height: 79px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(187, 187, 187, 0.5);
    border: solid 1px #d9d9d9;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .compare-now-mob-btn {
    height: 40px;
    border-radius: 4px;
    background-color: #f04e1e;
    width: 100%;
    /*font-family: "Proxima Nova", sans-serif;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #fff;
    border: 0px;
    font-weight: 600;
  }

  .comp-title {
    font-size: 20px;
    padding-left: 16px;
  }

  .comp-prop-names {
    font-size: 12px;
    padding-left: 16px;
  }

  .comp-prop-single-card-download {
    /* width: 60%; */
    min-width: 35%;
  }

  .comp-prop-single-card {
    width: 60%;
    min-width: 60%;
  }

  .comp-prop-single-card-title {
    font-size: 12px;
  }

  .comp-prop-single-card-location {
    font-size: 8px;
  }

  .comp-prop-single-card-unit-range {
    font-size: 8px;
  }

  .price-variation-icon-div {
    height: 14px !important;
    width: 14px !important;
    border-radius: 7px !important;
  }

  .comp-price-variation-icon {
    font-size: 10px;
  }

  .price-variation-value {
    font-size: 10px;
  }

  .comp-download-btn {
    font-size: 12px;
  }

  .price-variation-duration {
    font-size: 10px;
  }

  .comp-tab-link {
    font-size: 12px;
  }

  .comp-tab-main-div {
    display: block ruby;
    overflow: scroll;
  }

  .comp-tab-content-title {
    font-size: 20px;
  }

  .comp-tab-content-location {
    display: none;
  }

  .comp-container {
    width: 100%;
  }

  .comp-tab-content-table-head {
    padding-left: 21px;
    min-width: 180px;
    font-size: 12.8px;
  }

  .comp-tab-content-table-data {
    font-size: 12px;
  }

  .comaprison-mob-overflow-div {
    overflow: scroll;
  }

  .comp-tab-content-table-list-item {
    font-size: 10px;
  }

  .comp-tab-content-table-data {
    min-width: 200px;
  }

  .comp-similar-project-main-div {
    display: none;
    width: 0%;
  }

  .comp-tab-content-table {
    width: 100%;
  }

}

.navbar-pinclick {
  height: 100px;
  z-index: 10;
  position: fixed !important;
  top: 0px;
  width: 100%;
  padding: 0 15px !important;
}

/* *******************************************End********************************************** */