/* dashboard-style */
.dashboard-content {
  float: left;
  width: 100%;
  padding: 40px 30px 70px 250px;
  position: relative;
  z-index: 2;
  margin-top: 45px;
}

.dashbard-menu-wrap {
  position: fixed;
  top: 70px;
  left: 0;
  width: 250px;
  bottom: 0;
  border-right: 1px solid #eee;
  background: #fff;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
}

.dashbard-bg {
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.dasboard-container {
  max-width: 1300px;
}

.dashboard-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.dashboard-title-item {
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  color: #144273;

  position: relative;
  top: 20px;
  text-transform: uppercase;
}

.dashbard-menu-header {
  float: right;
  position: relative;
  padding: 10px 75px 10px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
}

.tfp-det-container {
  float: right;
  margin-right: 40px;
  position: relative;
  top: 24px;
}

.tfp-btn {
  position: relative;
  float: left;
  padding-right: 30px;

  z-index: 10;
  color: #566985;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.tfp-btn strong {
  padding-left: 5px;
}

.tfp-btn:before {
  font-family: Font Awesome\5 Pro;
  content: "\f0d7";
  position: absolute;
  color: #fff;
  top: 50%;
  font-size: 13px;
  right: 11px;
  margin-top: -7px;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}

.tfp-btn.rot_tfp-btn:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.tfp-det {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 11;
  padding: 15px 30px;
  width: 350px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
}

.tfp-det-btn {
  float: right;
  padding: 6px 15px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  margin-top: 3px;
}

.tfp-det.vis_tfp-det {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.log-out-btn {
  position: absolute;
  width: 60px;
  height: 56px;
  line-height: 56px;
  right: 0;
  top: 0;
  color: #fff;
  border-left: 1px solid #eee;
}

.dashbard-menu-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.dashbard-menu-avatar h4 {
  float: left;
  font-size: 12px;
  position: relative;
  top: 10px;

  font-weight: 600;
}

.dashbard-menu-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #eee;
  padding: 0 30px;
  text-align: left;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: #144273;
}

.dashbard-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  top: 0;
  padding-top: 30px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dashbard-menu-container::-webkit-scrollbar {
  display: none;
}

.user-profile-menu {
  padding: 0 0 20px;
  float: left;
  width: 100%;
}

.user-profile-menu h3 {
  text-align: left;
  font-size: 15px;
  padding-bottom: 12px;
  font-weight: 500;
  color: #000;
  padding-left: 30px;
}

.user-profile-menu li {
  width: 100%;
  text-align: left;
  float: left;
  border-bottom: 1px solid #eee;
}

.user-profile-menu li ul {
  display: none;
}

.user-profile-menu li a {
  font-weight: 500;
  color: #000;
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  font-size: 13px;
}

.user-profile-menu ul li .manage_listinghead {
  font-size: 15px;
  text-align: left;
  padding-bottom: 12px;
  font-weight: 500;
  color: #000;
  padding-left: 30px;
}

.user-profile-menu li a.user-profile-act:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
}

.user-profile-menu li a.user-profile-act,
.user-profile-menu li a:hover,
.user-profile-menu li.submenu-act a,
.user-profile-menu li.submenu-act ul li a:hover {
  background: #f9f9f9;
}

.user-profile-menu li.submenu-act ul li a {
  background: #fff;
}

.user-profile-menu li:first-child {
  border-top: 1px solid #eee;
}

.user-profile-menu li a i {
  margin-right: 18px;
  position: relative;
  top: 2px;
  width: 12px;
  text-align: center;
  float: left;
  font-weight: 500;
}

.user-profile-menu li a.submenu-link.sl_tog i {
  transform: rotate(45deg);
}

.user-profile-menu li a span {
  padding: 4px 8px;
  margin-left: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 100;
  font-size: 10px;
}

.user-profile-menu li a:hover i,
.user-profile-menu li a.user-profile-act i {
  opacity: 1;
}

.dasboard-wrapper {
  margin-top: 30px;
}

.dasboard-wrapper.no-pag {
  margin-bottom: 40px;
  margin-top: 20vh;
}

.dashboard-stats-container {
  margin-bottom: 30px;
}

.dashboard-stats {
  padding: 10px 60px 10px 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}

.dashboard-stats i {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  margin-top: -23px;
  border-radius: 2px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
}

.dashboard-stats h4 {
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 0 0;
}

.dashboard-stats-count {
  font-size: 24px;
  float: left;
  font-weight: 500;
}

.dashboard-stats-count span {
  font-size: 11px;
  color: #999;
  padding-left: 4px;
  position: relative;
  top: -2px;
  font-weight: 500;
}

.dasboard-content {
  background: #fff;

  border-radius: 4px;
  border: 1px solid #eee;
}

#myChartLegend {
  float: right;
}

.chart-header,
.drag-map {
  margin-bottom: 20px;
}

.chart-header .listsearch-input-item {
  width: 150px;
}

[class="0-legend"] {
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  float: right;
}

[class="0-legend"] li {
  float: left;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #888da0;
  font-size: 12px;
  background: #f9f9f9;
  font-weight: 500;
  margin-left: 10px;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.05);
}

[class="0-legend"] li.hidden-lable {
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0);
  background: #fff;
}

[class="0-legend"] li span {
  border-radius: 5px;
  display: inline-block !important;
  height: 10px;
  margin-right: 10px;
  width: 10px;
  background: #3270fc !important;
}

[class="0-legend"] li:first-child span {
  background: #40b69e !important;
}

.chart-wrap {
  padding: 30px 30px;
}

.notification {
  padding: 22px 20px;
  border-radius: 4px;
}

.notification p {
  color: #fff;
  text-align: left;
  padding-bottom: 0;
}

.notification p a {
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
}

.notification.waitforreview {
  background: #fbc54f;
}

.notification.reject {
  background: #ea4d37;
}

.notification-close {
  position: absolute;
  top: 50%;
  right: 30px;
  height: 20px;
  margin-top: -10px;
  color: #fff;
}

.notification-close:hover {
  color: #fff;
}

.dasboard-widget-title {
  padding: 17px 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px 4px 0 0;
  margin-top: 40px;
}

.dasboard-widget-title h5 {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #566985;
  float: left;
}

.dasboard-widget-title h5 i {
  margin-right: 10px;
}

.dasboard-widget-title h5 span {
  color: #666;
  font-size: 11px;
  margin-left: 10px;
}

.dasboard-widget-title .onoffswitch {
  position: absolute;
  right: 30px;
  top: 14px;
}

.mark-btn {
  position: absolute;
  right: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;

  top: 50%;
  margin-top: -15px;
}

.dashboard-message-text img {
  float: left;
  width: 90px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
  margin-right: 20px;
}

.dashboard-message-text h4 {
  text-align: left;
  padding: 8px 0 6px 0;
}

.dashboard-message-text h4 a {
  color: #566985;
}

.message-counter {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.chat-contacts:before {
  content: "";
  position: absolute;
  left: -31px;
  width: 1px;
  background: #eee;
  height: 100%;
  top: 0;
  z-index: 10;
}

.chat-contacts-item-text {
  z-index: 20;
  position: relative;
}

.chat-contacts-item:after {
  content: "";
  position: absolute;
  right: 0;
  width: 6px;
  height: 0;
  z-index: 2;
  top: 0;
  transition: all 0.2s ease-in-out;
}

.chat-contacts-item_active:before,
.chat-contacts-item:hover:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -30px;
  background: #f9f9f9;
}

.chat-contacts-item.chat-contacts-item_active:after,
.chat-contacts-item:hover:after {
  height: 100%;
}

.chat-contacts-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 70px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.dasboard-widget .chat-contacts {
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  border: 1px solid #eee;
  border-top: none;
}

.chat-contacts-item .dashboard-message-avatar {
  position: absolute;
  top: 15px;
  left: 10px;
}

.dashboard-message-avatar {
  float: left;
  width: 50px;
  height: 50px;
}

.chat-contacts-item .chat-contacts-item-text h4 {
  text-align: left;
  font-size: 12px;
  color: #666;
  padding-bottom: 4px;
}

.chat-contacts-item .chat-contacts-item-text span {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 9px;
  color: #999;
  font-weight: 600;
}

.dashboard-message-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.message-counter {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
}

.chat-wrapper,
.dasboard-widget-box {
  background: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #eee;
  border-top: none;
}

.chat-wrapper {
  overflow: hidden;
}

.dasboard-widget-box {
  padding: 20px 30px;
}

.dasboard-widget-box.nopad-dash-widget-box {
  padding: 50px 30px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
}

.chat-message-user-name {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  color: #666;
}

.chat-wrapper .chat-contacts {
  height: 600px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  right: 0;
  width: 350px;
  top: 0;
  z-index: 1;
  border-left: 1px solid #eee;
}

.chat-wrapper .chat-contacts::-webkit-scrollbar {
  display: none;
}

.chat-wrapper .chat-widget_input {
  position: absolute;
  left: 0;
  right: 350px;
  bottom: 0;
  z-index: 5;
  background: #fff;
  padding: 15px 40px;
}

.chat-wrapper .chat-widget_input textarea {
  float: left;
  padding: 10px 11px 10px;
  width: calc(100% - 80px);
  border: 1px solid #eee;
  background: #f5f7fb;
  min-height: 50px;
  resize: vertical;
  border-radius: 6px;
}

.chat-wrapper .chat-widget_input button {
  top: 17px;
  position: absolute;
  border: none;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  width: 70px;
  color: #fff;
  right: 35px;
  cursor: pointer;
}

.chat-wrapper .chat-box {
  padding: 30px 30px 90px 40px;
  height: 600px;
  overflow: hidden;
  float: left;
  width: calc(100% - 350px);
  z-index: 2;
  position: relative;

  box-sizing: border-box;
}

.chat-box-scroll {
  padding-right: 35px;
}

.chat-box-scroll .simplebar-scrollbar:before {
  background: #eee;
}

.chat-message {
  padding-left: 70px;
  margin-bottom: 30px;
}

.chat-message p {
  padding: 20px;
  border-radius: 6px;
  background: #f5f7fb;
  float: left;
}

.chat-message.chat-message_user {
  padding-left: 0;
  padding-right: 70px;
}

.massage-date {
  font-size: 11px;
  font-weight: 300;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  color: #666;
}

.chat-message.chat-message_user .massage-date {
  float: right;
  text-align: right;
}

.chat-message.chat-message_user p {
  float: right;
  background: #ddf4fe;
}

.chat-message:last-child {
  margin-bottom: 0;
}

.chat-message .dashboard-message-avatar {
  position: absolute;
  left: 0;
  top: 24px;
}

.chat-message.chat-message_user .dashboard-message-avatar {
  left: auto;
  right: 0;
}

.chat-contacts-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 70px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  background: #fff;
}

.chat-contacts-item:last-child {
  border-bottom: none;
}

.chat-contacts-item .dashboard-message-avatar {
  position: absolute;
  top: 15px;
  left: 10px;
}

.chat-wrapper .chat-contacts-item .dashboard-message-avatar {
  left: 10px;
}

.chat-contacts-item .chat-contacts-item-text p {
  height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #888;
}

.chat-contacts-item .chat-contacts-item-text h4 {
  text-align: left;
  font-size: 12px;
  color: #666;
  padding-bottom: 4px;
}

.chat-contacts-item .chat-contacts-item-text span {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 9px;
  color: #999;
}

.chat-wrapper .chat-contacts-item .chat-contacts-item-text h4 {
  color: #566985;
}

.chat-wrapper .chat-contacts-item {
  background: #f9f9f9;
}

.chat-wrapper .chat-contacts-item:hover:before,
.chat-wrapper .chat-contacts-item.chat-contacts-item_active:before {
  background: #fff;
}

.dashboard-list {
  padding: 15px 60px 15px 70px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  border: 1px solid #eee;
}

.close-dashboard-item {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}

.main-dashboard-message-text {
  float: left;
  margin: 10px 0 0 30px;
}

.main-dashboard-message-text p {
  color: #888;
}

.dashboard-list:hover .main-dashboard-message-text p,
.dashboard-list:hover .main-dashboard-message-time,
.dashboard-list:hover .main-dashboard-message-text p a,
.dashboard-list:hover .main-dashboard-message-time i {
  color: #fff;
}

.main-dashboard-message-icon {
  position: absolute;
  left: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  top: 50%;
  margin-top: -20px;
}

.main-dashboard-message-time {
  float: right;
  margin: 12px 40px 0 0;
  font-size: 11px;
  font-weight: 500;
  color: #888da0;
}

.main-dashboard-message-time i {
  margin-right: 10px;
}

.dashboard-widget-title {
  margin: 20px 0 20px;

  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #566985;
  padding-top: 10px;
}

.edit-profile-photo {
  float: left;
  position: relative;
  z-index: 2;
}

.edit-profile-photo img {
  float: left;
  margin-right: 20px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.change-photo-btn {
  float: left;
  margin-top: 13px;
  position: relative;
}

.change-photo-btn.cpb-2 {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.photoUpload input.upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.photoUpload {
  float: left;
  position: relative;
  padding: 12px 20px 12px 10px;
  color: #fff;
  cursor: pointer;

  font-size: 12px;
  font-weight: 400;
}

.change-photo-btn.cpb-2 .photoUpload {
  padding: 12px 40px;
  border-radius: 6px 0 0 0;
  overflow: hidden;
}

.photoUpload i {
  margin-right: 10px;
  font-weight: 100;
}

.dasboard-opt {
  margin: 0 0 20px 0;
  z-index: 25;
}

.dasboard-opt .price-opt {
  float: right;
}

.dasboard-opt.sl-opt .price-opt .nice-select {
  background: #fff;
}

.review-notifer {
  position: absolute;
  bottom: -20px;
  left: 5px;
  width: 50px;
  border-radius: 2px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
}

.dashboard-listings-item {
  margin-bottom: 20px;

  background: #fff;

  border: 1px solid #f2f2f2;
  overflow: hidden;
  border-radius: 4px;
  transition: all 200ms linear;
}

.dashboard-listings-item:hover {
  border-color: transparent;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.3);
}

.dashboard-listings-item_img {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.dashboard-listings-item_img .overlay {
  opacity: 0;
  transition: all 200ms linear;
}

.dashboard-listings-item_img a {
  position: absolute;
  width: 60px;
  height: 30px;
  border-radius: 2px;
  line-height: 30px;
  color: #fff;
  z-index: 5;
  top: 20%;
  left: 50%;
  margin: -15px 0 0 -30px;
  opacity: 0;
  transition: all 200ms linear;
}

.dashboard-listings-item:hover .dashboard-listings-item_img a {
  top: 50%;
  opacity: 1;
}

.dashboard-listings-item:hover .dashboard-listings-item_img .overlay {
  opacity: 0.3;
}

.dashboard-listings-item_content {
  float: right;
  padding: 20px 20px 70px;
  width: calc(100% - 200px);
  position: relative;
}

.dashboard-listings-item_content h4 {
  text-align: left;
  padding: 0 0 5px 0;
  font-weight: 600;
  font-size: 16px;
}

.dashboard-listings-item_content h4 a {
  color: #757b8d;
}

.dashboard-listings-item_content .geodir-category-location {
  font-size: 12px;
}

.dashboard-listings-item_opt {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  bottom: 0;
  border-top: 1px solid #eee;
}

.dashboard-listings-item_opt ul {
  float: right;
}

.dashboard-listings-item_opt li {
  float: left;
}

.dashboard-listings-item_opt li a {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #eee;
}

.dashboard-listings-item_opt li a:hover {
  background: #f9f9f9;
}

.dashboard-listings-item_content .listing-rating {
  margin-top: 6px;
}

.dashboard-listings-item_opt .viewed-counter {
  float: left;
  margin: 15px 0 0 20px;
  font-weight: 500;
  color: #70778b;
  font-size: 12px;
}

.dashboard-search-listing {
  float: left;
  width: 350px;
  position: relative;
}

.dashboard-search-listing input {
  float: left;
  border: 1px solid #e5e7f2;
  background: #fff;
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  color: #7d93b2;
  font-size: 12px;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.dashboard-search-listing button {
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 2;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
  outline: none;
}

.dashboard-addnew_btn {
  float: right;
  padding: 15px 30px;
  color: #fff;
  margin-left: 20px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
}

.dashboard-addnew_btn i {
  margin-left: 6px;
}

.drag-map {
  margin-bottom: 20px;
}

.dwb-mar {
  margin-top: 30px;
}

.add-list-media-header {
  float: left;
  margin: 20px 30px 20px 0;
}

.add-list-tags .filter-tags li {
  margin-right: 10px;
  float: left;
}

.add_room-item {
  padding: 20px 50px 0 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.dasboard-widget-box .add_room-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}

.remove-rp {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  font-size: 24px;
}

.dasboard-widget-box .add_room-item:first-child {
  padding-right: 0;
}

.dasboard-widget-box .add_room-item:first-child .remove-rp {
  display: none;
}

.add-room-item {
  float: left;
  margin-top: 20px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 4px;
  color: #566985;
}

.add-room-item:hover,
.add-room-item:hover i {
  color: #fff;
}

.add-room-item i {
  margin-left: 10px;
}

.content-widget-switcher-title {
  float: left;
  position: relative;
  top: 6px;

  text-transform: uppercase;
  font-size: 10px;
}

.content-widget-switcher {
  padding: 12px 20px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

.content-widget-switcher .onoffswitch {
  float: right;
}

.content-widget-switcher .onoffswitch label {
  margin-bottom: 0;
}

.content-widget-switcher .content-widget-switcher-item {
  margin-top: 20px;
}

.dasboard-scrollnav-wrap {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.dasboard-scrollnav-wrap li {
  float: left;
}

.dasboard-scrollnav-wrap li a {
  padding: 18px 30px;
  float: left;
  border-right: 1px solid #eee;
  color: #144273;
  font-weight: 600;
  transition: all 200ms linear;
}

.dasboard-scrollnav-wrap li a:hover,
.dasboard-scrollnav-wrap li a.act-scrlink {
  background: #f9f9f9;
}

.dasboard-scrollnav-wrap .progress-indicator {
  left: auto;
  right: 20px;
}

.bookings-item {
  border: 1px solid #eee;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all 200ms linear;
}

.bookings-item:hover {
  box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05);
}

.bookings-item-header {
  padding: 15px 20px 20px 100px;
  border-bottom: 1px solid #eee;
  background: #f5f7fb;
}

.bookings-item-header h4 {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #144273;
  padding-top: 8px;
}

.bookings-item-header h4 a {
  color: #666;
}

.bookings-item-header img {
  position: absolute;
  left: 20px;
  width: 60px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 9px 10px rgba(58, 87, 135, 0.15);
}

.new-bookmark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 0 0 0 6px;
}

.bookings-item-content {
  margin-top: 6px;
  padding: 15px 20px;
}

.bookings-item-content li {
  text-align: left;
  margin-bottom: 8px;
  font-weight: 500;
  color: #7d93b2;
}

.bookings-item-content li span {
  color: #144273;
  padding-left: 10px;
}

.bookings-item-footer {
  border-top: 1px solid #eee;
  padding-left: 20px;
  background: #f5f7fb;
}

.message-date {
  float: left;
  margin-top: 18px;
  font-weight: 500;
  color: #144273;
  font-size: 11px;
}

.bookings-item-footer ul {
  float: right;
}

.bookings-item-footer li {
  float: left;
}

.bookings-item-footer li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  border-left: 1px solid #eee;
  background: #fff;
}

.bookings-item-footer li a:hover {
  background: #f5f7fb;
}

.dashboard-listings-wrap .listing-item {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.agent-card-facts {
  margin-top: 10px;
}

.agent-card-facts li {
  float: left;

  margin-right: 10px;
  color: #144273;

  font-weight: 400;
  font-size: 11px;
  padding: 6px 10px;
  border: 1px solid #eee;
}

.agent-card-facts li span {
  font-weight: 600;
  margin-left: 4px;
}

.popup-form {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  top: 100%;
  z-index: 20;
  right: 0;
  width: 350px;
  padding: 25px 30px;
  margin-top: 0;
  border: 1px solid #eee;
  box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}

.popup-form.vis-pf {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.popup-form .custom-form button {
  margin-top: 10px;
}

.dashboard-footer {
  background: #fff;
  height: 60px;
  overflow: hidden;
  z-index: 50;
  position: absolute;
  left: 300px;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  padding: 22px 60px 0 30px;
}

.dashboard-footer-links li,
.dashboard-footer-links span {
  float: left;

  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.dashboard-footer-links span {
  margin-right: 15px;
  color: #999;
}

.dashboard-footer-links li {
  margin-right: 10px;
}

.dashboard-footer-links li a:hover {
  color: #144273;
}

.dashbord-totop {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 10;
  border-left: 1px solid #eee;
  font-size: 18px;
}

.dashbord-totop:hover {
  background: #f9f9f9;
}

.dashboard-menu-btn {
  position: absolute;
  left: 4%;
  top: 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  padding: 0 30px 0 70px;
  font-weight: 500;
  display: none;
}

.dashboard-menu-btn span {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.dashbard-menu-close {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  right: 20px;
  top: 20px;
  font-size: 18px;
  display: none;
}

.dashbard-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(37, 44, 65, 0.7);
}

@media only screen and (max-width: 1500px) {
  .dashboard-stats-container .col-md-3 {
    width: 100%;
    margin: 0;
  }

  .dasboard-wrapper.no-pag {
    padding-bottom: 50px;
    margin-top: 10vh;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1270px) {
  .dashbard-menu-close,
  .dashboard-menu-btn {
    display: block;
  }

  .dashboard-stats-container .col-md-3 {
    width: 100%;
    margin: 0;
  }

  .dashboard-content {
    padding: 70px 0 70px;
  }

  .dashbard-menu-wrap {
    left: -350px;
    transition: all 0.4s ease-in-out;
  }

  .dashbard-menu-wrap_vis {
    left: 0;
  }

  .dashboard-footer {
    left: 0;
  }

  .dasboard-wrapper.no-pag {
    padding-bottom: 50px;
    margin-top: 10vh;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1080px) {
  .dasboard-scrollnav-wrap {
    display: none;
  }

  .dbt-mm {
    margin-top: 30px;
  }

  .dasboard-wrapper.no-pag {
    padding-bottom: 50px;
    margin-top: 10vh;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 800px) {
  .dashboard-menu-btn {
    right: 4%;
  }

  .dashboard-content {
    padding: 90px 0 70px;
  }

  .dashboard-title {
    padding-bottom: 40px;
  }

  .dashbard-menu-header {
    z-index: 51;
  }

  .tfp-det-container {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin-right: 0;
    top: auto;
    z-index: 50;
  }

  .dashboard-search-listing {
    margin-bottom: 10px;
  }

  .dashboard-addnew_btn {
    float: left;
    margin-left: 0;
  }

  .popup-form,
  .dashboard-search-listing,
  .chat-wrapper .chat-box,
  .chat-wrapper .chat-contacts {
    width: 100%;
  }

  .chat-wrapper .chat-contacts {
    height: 600px;

    position: relative;
    float: left;

    border-top: 1px solid #eee;
  }

  .chat-wrapper .chat-widget_input {
    right: 0;
    bottom: 600px;
  }

  .dasboard-wrapper.no-pag {
    padding-bottom: 50px;
    margin-top: 10vh;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 564px) {
  .dashboard-title-item {
    font-size: 14px;
  }

  .dashboard-footer-links span {
    display: none;
  }

  .main-dashboard-message-text {
    margin: 10px 0 0 10px;
  }

  .main-dashboard-message-time {
    float: left;
    margin: 6px 0 0 10px;
  }

  .dashboard-addnew_btn {
    padding: 15px 12px;
  }

  .agent-card-facts li {
    margin-bottom: 10px;
  }

  .bookings-item-header {
    padding: 15px 20px 20px 60px;
  }

  .bookings-item-header img {
    left: 10px;
    width: 40px;
    top: 20px;
  }

  .dashboard-listings-item_img {
    width: 100%;
    float: left;
    position: relative;
    padding: 120px 0;
  }

  .dashboard-listings-item_content {
    width: 100%;
  }

  .chat-wrapper .chat-box {
    padding: 20px 30px 80px 20px;
  }

  .chat-wrapper .chat-widget_input {
    padding: 15px 40px 15px 20px;
  }

  .reviews-comments-item-date-item {
    width: 100%;
    text-align: left;
    float: left;
    font-size: 11px;
  }

  .review-notifer {
    position: absolute;
    bottom: -40px;
    left: 0;
  }

  .reviews-comments-item-text h4 {
    font-size: 13px;
  }

  .dasboard-wrapper.no-pag {
    padding-bottom: 50px;
    margin-top: 10vh;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .dasboard-wrapper.no-pag {
    padding-bottom: 50px;
    margin-top: 10vh;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ========= Dash Board New Styles START =========== */

/* UserDashboard start */

.component__showme {
  opacity: 1 !important;
  position: relative;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 50px;
}

.component__lastVisit {
  float: left;
  width: 230px;
  font-size: 11px;
}

.component__lastVisit span {
  color: #8a8e8f;
  line-height: 24px;
}

.component__lastVisit b {
  font-weight: 600;
}

.component__links a {
  text-decoration: none;
  border-right: solid 0.5px #666;
  padding: 0 5%;
}

.dashboard-newcontent {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 45px;
}

.dashboard__mainContent {
  width: 100%;
  box-shadow: 0px 0px 8px 0 #ccc;
  padding: 25px 30px;
  box-sizing: border-box;
  display: block;
  min-height: 600px;
  overflow: hidden;
  position: relative;
}

.dashboard__placeholder {
  float: right;
  color: #999999;
  padding: 20px 40px 40px 40px;
  box-sizing: border-box;
}

.dashboard__fullWidth {
  width: 100% !important;
  padding: 4px 0px !important;
}

.maximiseBanner.fullWidth {
  width: 100%;
  background-image: url(/assets/images/all/maximizeBg.png);
  background-size: 295px 202.5px;
  background-position-x: right;
  background-position-y: 14px;
  background-repeat: no-repeat;
}

.maximiseBanner {
  padding: 39px 44px 42px;
  background: #ebecf0;
}

.dInlineBlock span {
  display: inline;
}

.maximiseText {
  font-size: 17px;
  line-height: 28px;
  color: #42526e;
  margin-bottom: 10px;
  text-align: left;
}

.title_bold {
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  color: #091e42;
  margin-left: 5px;
}

.infoWrap {
  display: inline-flex;
  margin-top: 25px;
  justify-content: space-between;
  position: relative;
  text-align: left;
  padding-right: 300px;
  padding-bottom: 30px;
}

.fullWidth .infoWrap > div:last-child {
  padding-left: 28px;
}

.fullWidth .infoWrap > div {
  width: 203px;
  height: 15vh;
  display: inline-block;
  vertical-align: top;
}

.caption_subdued_medium {
  width: 150px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #8993a4;
  display: block;
  text-align: left;
}

.infoWrap button {
  margin-top: 20px;
}

.buttons__primaryRegular {
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #0078db;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.greenButton {
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #78cab6 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.dashboard__subscriptions {
  clear: both;
  padding-top: 12px;
}

.dashboard__subscriptions div div h2 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.dashboard__mainContent h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.dashboard__subscriptions .dashboard__details b {
  color: #666666;
  font-weight: 600;
}

.dashboard__subscriptions .dashboard__details {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}

.dashboard__subscriptions .dashboard__block {
  background: #ffffff;
  box-shadow: 0px 0px 6px -1px #cccccc;
  padding: 20px;
  margin-top: 20px;
  color: #999999;
}

.dashboard__block h3 {
  text-align: left;
}

.dashboard__subscriptions h3 {
  margin-bottom: 15px;
  color: #666;
  font-weight: 600;
  font-size: 12px !important;
}

.pageComponent .dashboard__greenText {
  color: #2ecc71 !important;
}

.dashboard__table {
  width: 100%;
}

.dashboard__table th {
  text-align: left;
  padding-bottom: 10px;
  color: #666;
  font-weight: bold;
}

.index__subsRow td:first-child {
  padding-left: 20px;
  text-align: left;
}

.dashboard__table tbody td {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
}

.index__borderBottom {
  border-bottom: solid 1px #f4f5f9;
}

.dashboard__disclaimerRenewal {
  margin-top: 10px;
}

.dashboard__disclaimerBox {
  border: 1px solid #f6d399;
  background-color: #fff5e4;
}

.dashboard__table tbody .dashboard__padt2 {
  padding: 5px 14px;
  vertical-align: middle;
}

.dashboard__table tbody td {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.dashboard__warningIcon {
  padding-right: 10px;
}

.dashboard__renewtext {
  color: #984f11;
  font-weight: 100;
}

.dashboard__table tbody .dashboard__padt2 {
  padding: 5px 14px;
  vertical-align: middle;
}

.dashboard__disclaimerBox .dashboard__table tbody td {
  font-size: 12px;
  font-weight: 600;
}

.dashboard__disclaimerBox .dashboard__ml20 {
  margin-left: 20px;
  text-align: right;
}

.dashboard__bluBtn {
  float: none;
  font-size: 13px;
  text-align: center;
  margin: 0;
  text-decoration: none;
  background: #3498db;
  display: inline-block;
  color: #ffffff;
  padding: 6px 12px;
  font-weight: 600;
}

.dashboard__padt2 span {
  display: flex;
}

.dashboard__faqContainer {
  display: inline-flex;
  margin-top: 3%;
  width: 100%;
}

.dashboard__mr5 {
  margin-right: 5%;
}

.ad_Wrap {
  padding: 20px 24px 16px;
  background: #ebecf0;
  background-image: url(../images/all/99acresIMG.png);
  background-position-x: right;
  background-position-y: 8px;
  background-repeat: no-repeat;
  background-size: 193px 161px;
  border-radius: 10px;
  width: 350px;
}

.title_bold {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #091e42;
  display: block;
  text-align: left;
}

.ad_Wrap .infoLineText {
  margin-bottom: 21px;
  margin-top: 8px;
}

.caption_subdued_small {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #8993a4;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.ad_Wrap button {
  width: auto;
}

.buttons__primaryRegular {
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #0078db;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.faq_Wrap {
  padding: 20px 24px 16px;
  background: #fff5e4;
  background-image: url(../images/all/FAQ.png);
  background-position-x: right;
  background-position-y: 8px;
  background-repeat: no-repeat;
  background-size: 173px 139px;
  border-radius: 10px;
  width: 300px;
  height: 168px;
  background-position-y: bottom;
  justify-content: right;
  margin-left: 45px;
}

.caption_subdued_small {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #8993a4;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.faq_Wrap .infoLineText {
  margin-bottom: 21px;
  margin-top: 8px;
}

.faq_Wrap button {
  width: auto;
}

.getInTouch__getInTouch {
  margin: 45px 0 35px 0;
  font-size: 11px;
  width: 100%;
  display: inline-block;
}

.getInTouch__getInTouch h4 {
  color: #666;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.getInTouch__block {
  float: none;
  width: 100%;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 6px -1px #ccc;
  padding: 20px;
  margin-top: 20px;
  color: #999;
  height: 18vh;
}

.getInTouch__block ul li {
  float: left;
  width: 31%;
  margin-right: 10px;
}

.getInTouch__block ul li i {
  float: left;
  background-position: -296px 0px;
  font-size: 25px;
  margin: 5px 0px 0 0;
}

.getInTouch__block ul li p {
  margin: 0 0 5px 40px !important;
  line-height: 15px;
  font-size: 11px;
}

.getInTouch__block ul li p b {
  color: #666666;
  font-weight: 600;
  font-size: 12px;
}

.getInTouch__block ul li p a {
  color: rgb(52, 152, 219);
}

.getInTouch__greyblock {
  font-size: 12px;
  color: #666666;
  background: #f4f5f9;
  padding: 10px;
  box-shadow: 0 2px 4px -1px #ccc;
  text-align: left;
}

.getInTouch__getInTouch a {
  color: #0065de;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
  .component__lastVisit {
    display: none;
  }

  .getInTouch__getInTouch {
    display: block;
  }

  .getInTouch__block {
    font-size: 8px;
    overflow-y: hidden;
    height: 32vh;
  }

  .getInTouch__block ul li {
    float: left;
    width: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .component__responceWrapper {
    width: 97%;
    padding-left: 0px;
  }

  .dashboard__warningIcon {
    width: 30%;
    height: 30%;
  }

  .dashboard__renewtext {
    width: 200px;
  }

  .infoWrap {
    display: block;
    padding-bottom: 0%;
  }

  .dashboard__faqContainer {
    display: block;
  }

  .ad_Wrap {
    width: 312px;
    margin-top: 20px;
  }

  .faq_Wrap {
    width: 312px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .dashboard__subscriptions .dashboard__block {
    background: #ffffff;
    box-shadow: 0px 0px 6px -1px #cccccc;
    padding: 20px;
    margin-top: 20px;
    color: #999999;
    overflow-x: scroll;
  }

  .dashboard__bluBtn {
    font-size: 10px;
  }

  .dInlineBlock span {
    display: block;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .component__lastVisit {
    display: none;
  }

  .getInTouch__getInTouch {
    display: block;
  }

  .getInTouch__block {
    font-size: 8px;
    overflow-y: hidden;
    height: 32vh;
  }

  .getInTouch__block ul li {
    float: left;
    width: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .component__responceWrapper {
    width: 97%;
    padding-left: 0px;
  }

  .dashboard__warningIcon {
    width: 30%;
    height: 30%;
  }

  .dashboard__renewtext {
    width: 240px;
    font-size: 10px;
  }

  .infoWrap {
    display: block;
    padding-bottom: 0%;
  }

  .dashboard__faqContainer {
    display: block;
  }

  .ad_Wrap {
    width: 330px;
    margin-top: 20px;
  }

  .faq_Wrap {
    width: 330px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .dashboard__subscriptions .dashboard__block {
    background: #ffffff;
    box-shadow: 0px 0px 6px -1px #cccccc;
    padding: 20px;
    margin-top: 20px;
    color: #999999;
    overflow-x: scroll;
  }

  .dashboard__bluBtn {
    font-size: 10px;
  }

  .dInlineBlock span {
    display: block;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .component__lastVisit {
    display: none;
  }

  .getInTouch__getInTouch {
    display: block;
  }

  .getInTouch__block {
    font-size: 8px;
    overflow-y: hidden;
    height: 25vh;
  }

  .getInTouch__block ul li {
    float: left;
    width: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .component__responceWrapper {
    width: 97%;
    padding-left: 0px;
  }

  .dashboard__warningIcon {
    width: 30%;
    height: 30%;
  }

  .dashboard__renewtext {
    width: 200px;
    height: 50px;
  }

  .infoWrap {
    display: block;
    padding-bottom: 0%;
  }

  .dashboard__faqContainer {
    display: block;
  }

  .ad_Wrap {
    width: 350px;
    margin-top: 20px;
  }

  .faq_Wrap {
    width: 350px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .dashboard__subscriptions .dashboard__block {
    background: #ffffff;
    box-shadow: 0px 0px 6px -1px #cccccc;
    padding: 20px;
    margin-top: 20px;
    color: #999999;
    overflow-x: scroll;
  }

  .dashboard__bluBtn {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .component__lastVisit {
    display: none;
  }

  .getInTouch__getInTouch {
    display: block;
  }

  .getInTouch__block {
    font-size: 8px;
    overflow-y: hidden;
    height: 25vh;
  }

  .getInTouch__block ul li {
    float: left;
    width: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .component__responceWrapper {
    width: 97%;
    padding-left: 0px;
  }

  .dashboard__warningIcon {
    width: 30%;
    height: 30%;
  }

  .dashboard__renewtext {
    width: 200px;
    height: 50px;
  }

  .infoWrap {
    padding-bottom: 0%;
  }

  .dashboard__faqContainer {
    display: flex;
    /* margin-right: 30px; */
  }

  .ad_Wrap {
    width: 300px;
    margin-top: 20px;
    margin-left: 50px;
  }

  .faq_Wrap {
    width: 300px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .dashboard__subscriptions .dashboard__block {
    background: #ffffff;
    box-shadow: 0px 0px 6px -1px #cccccc;
    padding: 20px;
    margin-top: 20px;
    color: #999999;
    overflow-x: scroll;
  }

  .dashboard__bluBtn {
    font-size: 12px;
  }
}

/*=========== UserDashboard end ==============*/

/*============ AllProducts Start================ */

.component__fs_13 {
  font-size: 13px;
}

.component__pageFilters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  top: 0%;
  margin-bottom: 10px !important;
  height: 70px;
  color: #666;
  padding: 8px 35px 8px 15px !important;
  border-bottom: 2px solid #ddd;
}

ul.component__pageFilters li:nth-child(n) {
  border: none;
}

.component__pageFilters li {
  cursor: pointer;
  padding: 0 6.5px;
  vertical-align: middle;
  display: flex;
  color: #aaa;
  font-size: 11px;
  font-weight: 500;
}

.component__activefilter {
  color: #3498db !important;
}

.activationStatus label {
  text-align: left;
  display: flex;
  align-items: center;
}

.component__filterList {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.component__slidingCategory {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  color: #999;
  min-height: 16px;
  text-align: left;
}

.component__selectInput {
  font-size: 12px;
  padding-top: 0;
  border: none;
  font-weight: bold;
  color: #999;
  padding-right: 20px;
  background: #f4f5f9;
}

.component__selectInput option {
  padding: 10px;
}

option {
  font-weight: normal;
  display: block;
  white-space-collapse: collapse;
  text-wrap: nowrap;
  min-height: 1.2em;
}

.component__allListingInfo {
  padding: 10px 14px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  font-size: 13px;
  color: #999;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 600;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: left;
}

.component__listingCount {
  justify-content: left;
  width: 200px;
  color: #253858;
}

.component__responceWrapper {
  width: 97%;
  padding-left: 30px;
}

.fslBooking__noResult {
  height: 215px;
  color: #666666;
  margin: 5%;
  padding: 5%;
  text-align: center;
}

.fslBooking__noResult h1 {
  font-size: 22px;
  font-weight: bold;
}
.getpost_ppt_left{

  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f5f7;
  width: 100%;
}

.fslBooking__noResult p {
  margin-top: 3px !important;
  margin-bottom: 15px !important;
  text-align: center;
}

.fslBooking__noResults {
  background: url(/assets/images/all/noResults.png);
  min-height: 169px;
}

/* AllProducts End */

/* ============= All Listings Start =============== */

.component__pageFilters_allistings {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-bottom: 10px !important;
  height: 70px;
  color: #666;
  padding: 8px 35px 8px 15px !important;
  border-bottom: 2px solid #ddd;
}

ul.component__pageFilters_allistings li:nth-child(n) {
  border: none;
}

.component__pageFilters_allistings li {
  cursor: pointer;
  padding: 0 6.5px;
  vertical-align: middle;
  display: flex;
  color: #aaa;
  font-size: 11px;
  font-weight: 500;
}

input[type="text"] {
  padding: 7px 6px;
  margin: 0;
  color: #555;
  font-weight: normal;
}

.component__localityFilterMy99 {
  width: 100px;
  border: 0 !important;
  border-bottom: solid 1px #ccc !important;
  padding-bottom: 10% !important;
  padding-top: 5% !important;
  font-size: 12px !important;
  background: rgb(245, 247, 251);
  vertical-align: middle;
}

li .more-filter {
  margin-right: 30px;
}

.component__links {
  display: flex;
  justify-content: center;
  margin-left: -20px;
  justify-content: right;
}

.component__links a {
  font-size: 13px;
  text-decoration: none;
  border-right: solid 0.3px #666;
  padding: 0 3%;
}

/* ============= All Listings End =============== */

.component__premiumFilters {
  width: 100%;
  padding: 10px 14px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 13px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 600;
  overflow: hidden;
  text-align: left;
}

.component__mg_ryt_20 {
  margin-right: 20px;
}

.tags-and-chips__textOnly.tags-and-chips__active {
  border: 1px solid #a3daff;
  color: #091e42;
  font-weight: 600;
  background: #f0f9ff;
  width: auto;
  max-width: unset;
}

.tags-and-chips__mr2 {
  margin-right: 2%;
}

.tags-and-chips__badgeParent {
  position: relative;
}

.iconS_Common_20.icon_closeBlue {
  background-position: -300px -20px;
  vertical-align: middle;
}

.iconS_Common_20 {
  width: 20px;
  height: 20px;
  background-size: 340px 239px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  background-repeat: no-repeat;
}

.tags-and-chips__textOnly.tags-and-chips__active {
  border: 1px solid #a3daff;
  color: #091e42;
  background: #f0f9ff;
  width: auto;
  max-width: unset;
}

.tags-and-chips__textOnly {
  box-shadow: "";
  background: #fff;
  -webkit-border-radius: 24px;
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 1px solid #ebecf0;
  padding: 4px 12px 2px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.component__clearAll {
  color: #3498db;
  background: #ececec;
  padding: 4px 15px;
  font-size: 11px;
  cursor: pointer;
  margin-left: 30px;
}

.component__card {
  width: 100%;
  padding: 10px 14px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 13px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 600;
  overflow: hidden;
  text-align: left;
}

.component__card .component__card_container1 {
  display: flex;
  justify-content: space-between;
}

.component__card .component__card_container1 .card_in01 {
  width: 40%;
  font-size: 13px;
  color: #5d5c5c;
  margin-bottom: 5px;
}

.component__card .component__card_container1 .card_in01 input {
  vertical-align: middle;
}

.component__card .component__card_container1 .card_in02 span {
  background-color: rgba(233, 107, 62, 0.877);
  padding: 4px 8px 4px 8px;
  color: #fff;
}

.component__card .component__card_container1 .card_in03 i {
  font-size: 18px;
  font-weight: 600;
  color: rgba(128, 128, 128, 0.74);
}

.component__card_container2 {
  margin-bottom: 10px;
}

.component__card_container2 p {
  color: #8a8e8f;
  font-size: 12px;
  margin-left: 20px;
}

.component__card_container2 p span {
  color: #333333;
}

.component__card_container3 {
  margin-bottom: 5px;
}

.component__card_container3 p {
  color: #8a8e8f;
  font-size: 12px;
  margin-left: 25px;
}

.component__card_container3 p .span_number {
  color: #333333;
}

.component__card_container3 p .span_expired {
  color: rgb(193, 69, 69);
}

.component__card_container3 p .span_date {
  color: #333333;
}

.component__card_container4 {
  display: inline-flex;
}

.component__card_container4 .card_container4-2 {
  margin-left: 300px;
}

.component__card_container4 div p {
  color: #8a8e8f;
  font-size: 12px;
  margin-left: 25px;
}

.component__card_container4 div p span {
  color: #333333;
}

.component__card_container4 div p a {
  color: #0078db;
  margin-left: 5px;
}

.component__card_container5 h4 {
  margin-top: 5px;
  font-size: 13px;
  color: #333333;
  margin-left: 25px;
}

.component__card_container5 .card_icon_idea {
  font-size: 20px;
}

.component__card_container5 h4 .span_getleads {
  color: #0078db;
}

.component__card_bottomresult {
  margin-top: 20px;
}

.component__card_bottomresult p {
  font-size: 14px;
  color: #333333;
}

/* ============== PropertyAlerts End ============== */

.button_container_5 {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}

.button_container_5 button {
  width: 80px;
  height: 40px;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #3c6afd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.button_container_5 button:hover {
  background: linear-gradient(to right, #3c6afd, #57c7fa);
}

.button_container_5 .btn_edit {
  margin-left: 65%;
}

.button_container_5 .btn_boost {
  margin-right: 100px;
}

@media only screen and (max-width: 360px) {
  .button_container_5 {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .button_container_5 .btn_edit {
    margin-left: 10px;
  }

  .button_container_5 .btn_boost {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .component__showme {
    display: block;
  }

  .button_container_5 {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
  }

  .button_container_5 .btn_edit {
    margin-left: 50%;
  }

  .button_container_5 .btn_boost {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .button_container_5 {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
  }

  .button_container_5 .btn_edit {
    margin-left: 24%;
    margin-right: 10px;
  }

  .button_container_5 .btn_boost {
    margin-right: 30px;
  }
}

/* =========MODEL POPUP START ========== */
.modalmain {
  background: rgba(152, 151, 151, 0.226) !important;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalmain .model-wrapper {
  /* background: #fff; */
  width: 1000px;
  height: 500px;
  top: 30px;
  left: 150px;
  right: 150px;
  position: absolute;
  border-radius: 5px;
  padding: 20px;
}

.custom-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-header button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: transparent;
  color: #000;
  border: none;
}

.modal-header button:after {
  display: inline-block;
  content: "🗙";
  /*  \00d7    */
  /* This will render the 'X' */
  font-size: 25px;
  color: #000;
}

.model-container {
  padding: 20px !important;
}

.userhead-one {
  margin-bottom: 5px;
}

.userhead-one h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #091e42;
  text-align: left !important;
}

.userhead-two {
  margin-bottom: 5px;
}

.userhead-two h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #091e42;
  text-align: left !important;
}

.usermodel-container-main {
  display: flex !important;
  justify-content: space-between !important;
  padding: 10px;
}

.main-top {
  margin-right: 200px;
}

.main-bottom {
  margin-right: 70px;
  text-align: left;
}

.usermodel-container-inner .usermain-head-posted {
  font-size: 12px;
  color: black;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left !important;
}

.usermodel-container-inner-one h3 {
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
  text-align: left;
}

.userusermodel-container-inner1 h4 {
  font-size: 14px;
  color: #3e4249e0;
  text-align: left;
  margin-bottom: 5px;
}

.userusermodel-container-inner1 p {
  font-size: 12px;
  color: #3e4249e0;
  text-align: left;
}

.usermodel-container-main-one {
  display: flex;
  justify-content: space-between;
}

.usermodel-container-inner-one .usermain-head-posted {
  font-size: 12px;
  color: black;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}

.userusermodel-container-inner2 h4 {
  font-size: 10px;
  color: #282c34;
  text-align: left;
}

.userusermodel-container-inner2 p {
  font-size: 10px;
  color: #282c34b2;
  text-align: left;
}

.modal-header button {
  width: 30px;
  height: 30px;
  color: #61dafb;
}

.userinner2-1 {
  margin-bottom: 10px;
}

.userinner2-1 label {
  margin-right: 30px;
}

.userinner2-1 span {
  margin-right: 10px;
  font-size: 14px;
  color: #3e4249e0;
  text-align: left;
}

.userinner2-1 span input {
  margin-right: 5px;
}

.userinner2-2 {
  margin-bottom: 10px;
}

.userinner2-2 label {
  margin-right: 30px;
}

.userinner2-2 span {
  margin-right: 10px;
  font-size: 14px;
  color: #3e4249e0;
  text-align: left;
}

.userinner2-2 span input {
  margin-right: 5px;
}

.userinner2-3 div {
  padding: 10px;
  margin-bottom: 20px;
}

.userinner2-3 .userform-inputs {
  border-bottom: 1px solid rgba(128, 128, 128, 0.49);
}

.userform-inputs a {
  margin-right: 30px;
}

.userform-inputs a select {
  border: none;
}

.userinner2-3 .userform-inputs input {
  font-size: 14px;
  width: 80%;
  border: none;
}

.userusermodel-container-inner21 {
  margin-bottom: 20px;
}

.userusermodel-container-inner21 .form-radios {
  margin-top: 5px;
}

.userusermodel-container-inner21 .form-radios span {
  margin-right: 25px;
  font-size: 14px;
  color: #3e4249e0;
  text-align: left;
}

.userusermodel-container-inner21 .form-radios span input {
  margin-right: 5px;
}

.userusermodel-container-inner22 div {
  margin-bottom: 15px;
  font-size: 14px;
  color: #3e4249e0;
}

.userusermodel-container-inner22 div input {
  margin-right: 5px;
}

.inner25-button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  max-width: 260px;
  margin-top: 10px;
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
  border-radius: 3px;
}

/* ===== Media Queryes for Model =====*/

@media screen and (max-width: 420px) and (min-width: 360px) {
  .modalmain {
    background: rgba(126, 126, 126, 0.6) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modalmain .model-wrapper {
    background: #fff;
    width: 300px;
    height: 700px;
    top: 30px;
    right: 25px;
    left: 25px;
    position: absolute;
    border-radius: 5px;
    padding: 10px;
    display: block;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    border: none;
  }

  .modal-header button:after {
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
    font-size: 30px;
    color: #000;
  }

  /* .model-container{
	  padding: 20px !important;
	} */

  .userhead-one {
    margin-top: 30px;
    margin-bottom: 3px;
  }

  .userhead-one h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .userhead-two {
    margin-bottom: 3px;
  }

  .userhead-two h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .usermodel-container-main {
    display: flex !important;
    justify-content: space-between !important;
    padding: 5px;
  }

  .main-top {
    margin-right: -30px;
  }

  .main-bottom {
    margin-right: 0px;
    text-align: left;
  }

  .usermodel-container-inner .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: left !important;
  }

  .usermodel-container-inner-one h3 {
    font-size: 12px;
    color: black;
    margin-bottom: 10px;
    text-align: left;
  }

  .userusermodel-container-inner1 h4 {
    font-size: 12px;
    color: #3e4249e0;
    text-align: left;
    margin-bottom: 3px;
  }

  .userusermodel-container-inner1 p {
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .usermodel-container-main-one {
    display: flex;
    justify-content: space-between;
  }

  .usermodel-container-inner-one .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
  }

  .userusermodel-container-inner2 h4 {
    font-size: 12px;
    color: #282c34;
    text-align: left;
  }

  .userusermodel-container-inner2 p {
    font-size: 10px;
    color: #282c34b2;
    text-align: left;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    color: #61dafb;
  }

  .userinner2-1 {
    margin-bottom: 10px;
  }

  .userinner2-1 label {
    margin-right: 10px;
    font-size: 12px;
  }

  .userinner2-1 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-1 span input {
    margin-right: 3px;
  }

  .userinner2-2 {
    margin-bottom: 10px;
  }

  .userinner2-2 label {
    margin-right: 15px;
    font-size: 12px;
  }

  .userinner2-2 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-2 span input {
    margin-right: 5px;
  }

  .userinner2-3 div {
    padding: 10px;
    margin-bottom: 20px;
  }

  .userinner2-3 .userform-inputs {
    border-bottom: 1px solid rgba(128, 128, 128, 0.49);
    width: 100px;
  }

  .userform-inputs a {
    margin-right: 20px;
  }

  .userform-inputs a select {
    border: none;
  }

  .userinner2-3 .userform-inputs input {
    font-size: 12px;
    width: 80%;
    border: none;
  }

  .userusermodel-container-inner21 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .userusermodel-container-inner21 .form-radios {
    margin-top: 3px;
  }

  .userusermodel-container-inner21 .form-radios span {
    margin-right: 25px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userusermodel-container-inner21 .form-radios span input {
    margin-right: 3px;
  }

  .userusermodel-container-inner22 div {
    margin-bottom: 15px;
    font-size: 12px;
    color: #3e4249e0;
  }

  .userusermodel-container-inner22 div input {
    margin-right: 5px;
  }

  .inner25-button {
    width: 100%;
    height: 40px;
    font-size: 10px;
    max-width: 260px;
    margin-top: 10px;
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    border-radius: 3px;
  }

  .scrollable-content {
    overflow-y: auto;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .modalmain {
    background: rgba(126, 126, 126, 0.766) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modalmain .model-wrapper {
    background: #fff;
    width: 300px;
    height: 750px;
    top: 20px;
    left: 50px;
    right: 30px;
    position: absolute;
    border-radius: 5px;
    padding: 20px;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    border: none;
  }

  .modal-header button:after {
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
    font-size: 30px;
    color: #000;
  }

  .userhead-one {
    margin-top: 20px;
    margin-bottom: 3px;
  }

  .userhead-one h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .userhead-two {
    margin-bottom: 3px;
  }

  .userhead-two h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .usermodel-container-main {
    display: flex !important;
    justify-content: space-between !important;
    padding: 5px;
  }

  .main-top {
    margin-right: -30px;
  }

  .main-bottom {
    margin-right: 0px;
    text-align: left;
  }

  .usermodel-container-inner .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: left !important;
  }

  .usermodel-container-inner-one h3 {
    font-size: 12px;
    color: black;
    margin-bottom: 10px;
    text-align: left;
  }

  .userusermodel-container-inner1 h4 {
    font-size: 12px;
    color: #3e4249e0;
    text-align: left;
    margin-bottom: 3px;
  }

  .userusermodel-container-inner1 p {
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .usermodel-container-main-one {
    display: flex;
    justify-content: space-between;
  }

  .usermodel-container-inner-one .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
  }

  .userusermodel-container-inner2 h4 {
    font-size: 12px;
    color: #282c34;
    text-align: left;
  }

  .userusermodel-container-inner2 p {
    font-size: 10px;
    color: #282c34b2;
    text-align: left;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    color: #61dafb;
  }

  .userinner2-1 {
    margin-bottom: 10px;
  }

  .userinner2-1 label {
    margin-right: 10px;
    font-size: 12px;
  }

  .userinner2-1 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-1 span input {
    margin-right: 3px;
  }

  .userinner2-2 {
    margin-bottom: 10px;
  }

  .userinner2-2 label {
    margin-right: 15px;
    font-size: 12px;
  }

  .userinner2-2 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-2 span input {
    margin-right: 5px;
  }

  .userinner2-3 div {
    padding: 10px;
    margin-bottom: 20px;
  }

  .userinner2-3 .userform-inputs {
    border-bottom: 1px solid rgba(128, 128, 128, 0.49);
    width: 100px;
  }

  .userform-inputs a {
    margin-right: 20px;
  }

  .userform-inputs a select {
    border: none;
    font-size: 12px;
  }

  .userinner2-3 .userform-inputs input {
    font-size: 12px;
    width: 80%;
    border: none;
  }

  .userusermodel-container-inner21 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .userusermodel-container-inner21 .form-radios {
    margin-top: 3px;
  }

  .userusermodel-container-inner21 .form-radios span {
    margin-right: 25px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userusermodel-container-inner21 .form-radios span input {
    margin-right: 3px;
  }

  .userusermodel-container-inner22 div {
    margin-bottom: 15px;
    font-size: 12px;
    color: #3e4249e0;
  }

  .userusermodel-container-inner22 div input {
    margin-right: 5px;
  }

  .inner25-button {
    width: 100%;
    height: 40px;
    font-size: 10px;
    max-width: 260px;
    margin-top: 10px;
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    border-radius: 3px;
  }

  .scrollable-content {
    overflow-y: auto;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .modalmain {
    background: rgba(126, 126, 126, 0.766) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modalmain .model-wrapper {
    background: #fff;
    width: 400px;
    height: 600px;
    top: 20px;
    left: 60px;
    right: 60px;
    position: absolute;
    border-radius: 5px;
    padding: 20px;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    border: none;
  }

  .modal-header button:after {
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
    font-size: 30px;
    color: #000;
  }

  .userhead-one {
    margin-top: 20px;
    margin-bottom: 3px;
  }

  .userhead-one h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .userhead-two {
    margin-bottom: 3px;
  }

  .userhead-two h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .usermodel-container-main {
    display: flex !important;
    justify-content: space-between !important;
    padding: 5px;
  }

  .main-top {
    margin-right: -20px;
  }

  .main-bottom {
    margin-right: 0px;
    text-align: left;
  }

  .usermodel-container-inner .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: left !important;
  }

  .usermodel-container-inner-one h3 {
    font-size: 12px;
    color: black;
    margin-bottom: 10px;
    text-align: left;
  }

  .userusermodel-container-inner1 h4 {
    font-size: 12px;
    color: #3e4249e0;
    text-align: left;
    margin-bottom: 3px;
  }

  .userusermodel-container-inner1 p {
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .usermodel-container-main-one {
    display: flex;
    justify-content: space-between;
  }

  .usermodel-container-inner-one .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
  }

  .userusermodel-container-inner2 h4 {
    font-size: 12px;
    color: #282c34;
    text-align: left;
  }

  .userusermodel-container-inner2 p {
    font-size: 10px;
    color: #282c34b2;
    text-align: left;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    color: #61dafb;
  }

  .userinner2-1 {
    margin-bottom: 10px;
  }

  .userinner2-1 label {
    margin-right: 10px;
    font-size: 12px;
  }

  .userinner2-1 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-1 span input {
    margin-right: 3px;
  }

  .userinner2-2 {
    margin-bottom: 10px;
  }

  .userinner2-2 label {
    margin-right: 15px;
    font-size: 12px;
  }

  .userinner2-2 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-2 span input {
    margin-right: 5px;
  }

  .userinner2-3 div {
    padding: 10px;
    margin-bottom: 20px;
  }

  .userinner2-3 .userform-inputs {
    border-bottom: 1px solid rgba(128, 128, 128, 0.49);
    width: 100px;
  }

  .userform-inputs a {
    margin-right: 20px;
  }

  .userform-inputs a select {
    border: none;
    font-size: 12px;
  }

  .userinner2-3 .userform-inputs input {
    font-size: 12px;
    width: 80%;
    border: none;
  }

  .userusermodel-container-inner21 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .userusermodel-container-inner21 .form-radios {
    margin-top: 3px;
  }

  .userusermodel-container-inner21 .form-radios span {
    margin-right: 25px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userusermodel-container-inner21 .form-radios span input {
    margin-right: 3px;
  }

  .userusermodel-container-inner22 div {
    margin-bottom: 15px;
    font-size: 12px;
    color: #3e4249e0;
  }

  .userusermodel-container-inner22 div input {
    margin-right: 5px;
  }

  .inner25-button {
    width: 100%;
    height: 40px;
    font-size: 12px;
    max-width: 260px;
    margin-top: 10px;
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    border-radius: 3px;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .modalmain {
    background: rgba(126, 126, 126, 0.766) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modalmain .model-wrapper {
    background: #fff;
    width: 600px;
    height: 500px;
    top: 20px;
    left: 60px;
    right: 60px;
    position: absolute;
    border-radius: 5px;
    padding: 20px;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    border: none;
  }

  .modal-header button:after {
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
    font-size: 30px;
    color: #000;
  }

  .userhead-one {
    margin-top: 20px;
    margin-bottom: 3px;
  }

  .userhead-one h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .userhead-two {
    margin-bottom: 3px;
  }

  .userhead-two h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .usermodel-container-main {
    display: flex !important;
    justify-content: space-between !important;
    padding: 5px;
  }

  .main-top {
    margin-right: 80px;
  }

  .main-bottom {
    margin-right: 20px;
    text-align: left;
  }

  .usermodel-container-inner .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: left !important;
  }

  .usermodel-container-inner-one h3 {
    font-size: 12px;
    color: black;
    margin-bottom: 10px;
    text-align: left;
  }

  .userusermodel-container-inner1 h4 {
    font-size: 12px;
    color: #3e4249e0;
    text-align: left;
    margin-bottom: 3px;
  }

  .userusermodel-container-inner1 p {
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .usermodel-container-main-one {
    display: flex;
    justify-content: space-between;
  }

  .usermodel-container-inner-one .usermain-head-posted {
    font-size: 10px;
    color: black;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
  }

  .userusermodel-container-inner2 h4 {
    font-size: 12px;
    color: #282c34;
    text-align: left;
  }

  .userusermodel-container-inner2 p {
    font-size: 10px;
    color: #282c34b2;
    text-align: left;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    color: #61dafb;
  }

  .userinner2-1 {
    margin-bottom: 10px;
  }

  .userinner2-1 label {
    margin-right: 10px;
    font-size: 12px;
  }

  .userinner2-1 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-1 span input {
    margin-right: 3px;
  }

  .userinner2-2 {
    margin-bottom: 10px;
  }

  .userinner2-2 label {
    margin-right: 15px;
    font-size: 12px;
  }

  .userinner2-2 span {
    margin-right: 10px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-2 span input {
    margin-right: 5px;
  }

  .userinner2-3 div {
    padding: 10px;
    margin-bottom: 20px;
  }

  .userinner2-3 .userform-inputs {
    border-bottom: 1px solid rgba(128, 128, 128, 0.49);
    width: 100px;
  }

  .userform-inputs a {
    margin-right: 20px;
  }

  .userform-inputs a select {
    border: none;
    font-size: 12px;
  }

  .userinner2-3 .userform-inputs input {
    font-size: 12px;
    width: 80%;
    border: none;
  }

  .userusermodel-container-inner21 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .userusermodel-container-inner21 .form-radios {
    margin-top: 3px;
  }

  .userusermodel-container-inner21 .form-radios span {
    margin-right: 25px;
    font-size: 10px;
    color: #3e4249e0;
    text-align: left;
  }

  .userusermodel-container-inner21 .form-radios span input {
    margin-right: 3px;
  }

  .userusermodel-container-inner22 div {
    margin-bottom: 15px;
    font-size: 12px;
    color: #3e4249e0;
  }

  .userusermodel-container-inner22 div input {
    margin-right: 5px;
  }

  .inner25-button {
    width: 100%;
    height: 40px;
    font-size: 12px;
    max-width: 260px;
    margin-top: 10px;
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    border-radius: 3px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .modalmain {
    background: rgba(126, 126, 126, 0.766) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modalmain .model-wrapper {
    background: #fff;
    width: 800px;
    height: 550px;
    top: 30px;
    left: 120px;
    right: 120px;
    position: absolute;
    border-radius: 5px;
    padding: 20px;
  }

  .custom-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #000;
    border: none;
  }

  .modal-header button:after {
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
    font-size: 30px;
    color: #000;
  }

  .model-container {
    padding: 20px !important;
  }

  .userhead-one {
    margin-bottom: 5px;
  }

  .userhead-one h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .userhead-two {
    margin-bottom: 5px;
  }

  .userhead-two h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    text-align: left !important;
  }

  .usermodel-container-main {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px;
  }

  .main-top {
    margin-right: 200px;
  }

  .main-bottom {
    margin-right: 70px;
    text-align: left;
  }

  .usermodel-container-inner .usermain-head-posted {
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left !important;
  }

  .usermodel-container-inner-one h3 {
    font-size: 14px;
    color: black;
    margin-bottom: 10px;
    text-align: left;
  }

  .userusermodel-container-inner1 h4 {
    font-size: 14px;
    color: #3e4249e0;
    text-align: left;
    margin-bottom: 5px;
  }

  .userusermodel-container-inner1 p {
    font-size: 12px;
    color: #3e4249e0;
    text-align: left;
  }

  .usermodel-container-main-one {
    display: flex;
    justify-content: space-between;
  }

  .usermodel-container-inner-one .usermain-head-posted {
    font-size: 12px;
    color: black;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
  }

  .userusermodel-container-inner2 h4 {
    font-size: 10px;
    color: #282c34;
    text-align: left;
  }

  .userusermodel-container-inner2 p {
    font-size: 10px;
    color: #282c34b2;
    text-align: left;
  }

  .modal-header button {
    width: 30px;
    height: 30px;
    color: #61dafb;
  }

  .userinner2-1 {
    margin-bottom: 10px;
  }

  .userinner2-1 label {
    margin-right: 30px;
  }

  .userinner2-1 span {
    margin-right: 10px;
    font-size: 14px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-1 span input {
    margin-right: 5px;
  }

  .userinner2-2 {
    margin-bottom: 10px;
  }

  .userinner2-2 label {
    margin-right: 30px;
  }

  .userinner2-2 span {
    margin-right: 10px;
    font-size: 14px;
    color: #3e4249e0;
    text-align: left;
  }

  .userinner2-2 span input {
    margin-right: 5px;
  }

  .userinner2-3 div {
    padding: 10px;
    margin-bottom: 20px;
  }

  .userinner2-3 .userform-inputs {
    border-bottom: 1px solid rgba(128, 128, 128, 0.49);
  }

  .userform-inputs a {
    margin-right: 30px;
  }

  .userform-inputs a select {
    border: none;
  }

  .userinner2-3 .userform-inputs input {
    font-size: 14px;
    width: 80%;
    border: none;
  }

  .userusermodel-container-inner21 {
    margin-bottom: 20px;
  }

  .userusermodel-container-inner21 .form-radios {
    margin-top: 5px;
  }

  .userusermodel-container-inner21 .form-radios span {
    margin-right: 25px;
    font-size: 14px;
    color: #3e4249e0;
    text-align: left;
  }

  .userusermodel-container-inner21 .form-radios span input {
    margin-right: 5px;
  }

  .userusermodel-container-inner22 div {
    margin-bottom: 15px;
    font-size: 14px;
    color: #3e4249e0;
  }

  .userusermodel-container-inner22 div input {
    margin-right: 5px;
  }

  .inner25-button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    max-width: 260px;
    margin-top: 10px;
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
    border-radius: 3px;
  }
}

/* =========MODEL POPUP END ========== */

/* =========== MyLeadsModel Model Start ======== */

.myleads_modalmain {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myleads_modalmain .myleads_model-wrapper {
  background: #fff !important;
  width: 500px;
  top: 150px;
  left: 40px;
  right: 0px;
  position: absolute;
}

.myleads_model-wrapper .modal-header button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0px;
  background: transparent;
  color: #000;
  border: none;
}

.myleads_model-wrapper .modal-header button:after {
  display: inline-block;
  content: "🗙";
  /*  \00d7    */
  /* This will render the 'X' */
  font-size: 20px;
  color: #000;
}

.component__settings .boost_component__modal_window_homeLoan {
  left: 28%;
}

.myleads_model-wrapper .component__popCSS {
  top: 20%;
  left: 20%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.component__mw_heading_wrap {
  position: relative;
  width: 100%;
  background: #434a54;
}

.component__top_25 {
  top: 14px;
}

.component__icon_cross {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10;
  bottom: 0;
  margin: auto;
  right: 6px;
  cursor: pointer;
}

.component__cross_1 {
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.component__cross_2 {
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.component__settings.component__mwBody {
  width: 500px;
  background-color: #fff;
}

.tabs__settings.tabs__maintabs {
  margin: 0 !important;
  border-bottom: none;
  height: 36px;
}

ul.tabs__settings {
  display: flex;
}

li.component__settings {
  height: 35px;
  font-size: 11px;
  padding: 10px;
  width: 33.3%;
  float: left;
  background: #ffffff;
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-right: solid 1px #f4f5f9;
}

.dashboard__content {
  padding: 20px;
  clear: both;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  text-align: left;
}

.dashboard__content h4 {
  font-size: 12px;
  color: black;
  font-weight: 600;
}

.dashboard__checkboxlist {
  margin-top: 10px;
}

ul.dashboard__checkboxlist li div div {
  color: #666;
  padding-right: 10%;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.dashboard__ngdialogButtonPrimary {
  background: #3288e6;
  color: #fff;
}

.dashboard__ngdialogButtonSecondary {
  background: #bbb;
  color: #fff;
}

.dashboard__ngdialogButton {
  border-radius: 0;
  padding: 14px 40px;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.dashboard__ngdialogButtonPrimary input[type="button"] {
  color: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.dashboard__ngdialogButtonSecondary input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  background: transparent;
  line-height: normal;
  outline: 0;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
  .myleads_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modalmain .boostmodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 40px;
    right: 40px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .mylead_component {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .myleads_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .myleads_modalmain .model-wrapper {
    background: #fff !important;
    width: 300px;
    top: 300px;
    left: 60px;
    right: 30px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .mylead_component {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .myleads_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .myleads_modalmain .model-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 100px;
    right: 100px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .mylead_component {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .myleads_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .myleads_modalmain .boostmodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 200px;
    right: 200px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .mylead_component {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .myleads_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .myleads_modalmain .model-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 250px;
    right: 250px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .mylead_component {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

/* =========== MyLeadsModel Model End ======== */

/* ====== OPTDealerResponse Start ======= */

.opt_dealermodalmain {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opt_dealermodalmain .opt_dealermodel-wrapper {
  background: #fff !important;
  width: 500px;
  top: 150px;
  left: 40px;
  right: 0px;
  position: absolute;
  border-radius: 30px;
}

.opt_dealermodel-wrapper .modal-header button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0px;
  background: transparent;
  color: #000;
  border: none;
}

.opt_dealermodel-wrapper .modal-header button:after {
  display: inline-block;
  content: "🗙";
  /*  \00d7    */
  /* This will render the 'X' */
  font-size: 20px;
  color: #000;
}

.component__settings .boost_component__modal_window_homeLoan {
  left: 28%;
}

.myleads_model-wrapper .component__popCSS {
  top: 20%;
  left: 20%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.component__mw_heading_wrap {
  position: relative;
  width: 100%;
  background: #434a54;
}

.component__top_25 {
  top: 14px;
}

.component__icon_cross {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10;
  bottom: 0;
  margin: auto;
  right: 6px;
  cursor: pointer;
}

.component__cross_1 {
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.component__cross_2 {
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.component__settings.component__mwBody {
  width: 500px;
  background-color: #fff;
}

.component__settings.component__mwBody .opt_compbody {
  width: 500px;
}

.tabs__settings.tabs__maintabs {
  margin: 0 !important;
  border-bottom: none;
  height: 36px;
}

ul.tabs__settings {
  display: flex;
}

li.component__settings {
  height: 35px;
  font-size: 11px;
  padding: 10px;
  width: 33.3%;
  float: left;
  background: #ffffff;
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-right: solid 1px #f4f5f9;
}

.dashboard__content span {
  font-size: 11px;
  color: #666;
  /* margin: 5px 0 15px; */
}

.dashboard__content {
  top: 0%;
  clear: both;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  text-align: left;
}

.dashboard__content h4 {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.dashboard__checkboxlist {
  margin-top: 10px;
}

ul.dashboard__checkboxlist li div div {
  color: #666;
  padding-right: 10%;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.opt_dealerdashboard__ngdialogButtonPrimary {
  width: 130px;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #3c6afd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 8px 20px 8px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.opt_dealerdashboard__ngdialogButtonPrimary:hover {
  background: linear-gradient(to right, #3c6afd, #57c7fa);
}

.opt_dealerdashboard__ngdialogButton {
  border-radius: 0;
  padding: 14px 40px;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.opt_dealerdashboard__ngdialogButtonPrimary input[type="button"] {
  color: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  outline: 0;
}

/* @media screen and (max-width: 420px) and (min-width: 360px) {
	.myleads_modalmain {
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		z-index: 9;
		scroll-behavior: smooth;
		overflow-y: scroll;
		overflow-x: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.modalmain .boostmodel-wrapper {
		background: #fff !important;
		width: 500px;
		top: 400px;
		left: 40px;
		right: 40px;
		position: absolute;
		border-radius: 30px;
	}

	.component__settings.component__mwBody {
		width: 100px;
		background-color: #fff;
	}

	.dashboard__ngdialogButton {
		border-radius: 0;
		padding: 14px 40px;
		letter-spacing: normal;
		font-size: 12px;
		font-weight: 600;
		overflow: hidden;
		text-transform: none;
		cursor: pointer;
	}

	.dashboard__ngdialogButtonPrimary input[type=button] {
		color: white;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		vertical-align: baseline;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__ngdialogButtonSecondary input[type=button] {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__content h4 {
		font-size: 18px;
		color: black;
		text-align: center;
		font-weight: 600;
	}

	.dashboard__content {
		padding: 40px;
		clear: both;
		font-size: 11px;
		overflow: hidden;
		width: 100%;
		background: #f0f0f0;
		text-align: left;
	}
}

@media screen and (max-width: 520px) and (min-width: 420px) {
	.myleads_modalmain {
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		z-index: 9;
		scroll-behavior: smooth;
		overflow-y: scroll;
		overflow-x: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.myleads_modalmain .model-wrapper {
		background: #fff !important;
		width: 300px;
		top: 300px;
		left: 60px;
		right: 30px;
		position: absolute;
		border-radius: 30px;
	}

	.component__settings.component__mwBody {
		width: 100px;
		background-color: #fff;
	}

	.dashboard__ngdialogButton {
		border-radius: 0;
		padding: 14px 40px;
		letter-spacing: normal;
		font-size: 12px;
		font-weight: 600;
		overflow: hidden;
		text-transform: none;
		cursor: pointer;
	}

	.dashboard__ngdialogButtonPrimary input[type=button] {
		color: white;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		vertical-align: baseline;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__ngdialogButtonSecondary input[type=button] {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__content h4 {
		font-size: 18px;
		color: black;
		text-align: center;
		font-weight: 600;
	}


	.dashboard__content {
		padding: 40px;
		clear: both;
		font-size: 11px;
		overflow: hidden;
		width: 100%;
		background: #f0f0f0;
		text-align: left;
	}
}

@media screen and (max-width: 720px) and (min-width: 520px) {
	.myleads_modalmain {
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		z-index: 9;
		scroll-behavior: smooth;
		overflow-y: scroll;
		overflow-x: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.myleads_modalmain .model-wrapper {
		background: #fff !important;
		width: 500px;
		top: 400px;
		left: 100px;
		right: 100px;
		position: absolute;
		border-radius: 30px;
	}

	.component__settings.component__mwBody {
		width: 100px;
		background-color: #fff;
	}

	.dashboard__ngdialogButton {
		border-radius: 0;
		padding: 14px 40px;
		letter-spacing: normal;
		font-size: 12px;
		font-weight: 600;
		overflow: hidden;
		text-transform: none;
		cursor: pointer;
	}

	.dashboard__ngdialogButtonPrimary input[type=button] {
		color: white;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		vertical-align: baseline;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__ngdialogButtonSecondary input[type=button] {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__content h4 {
		font-size: 18px;
		color: black;
		text-align: center;
		font-weight: 600;
	}


	.dashboard__content {
		padding: 40px;
		clear: both;
		font-size: 11px;
		overflow: hidden;
		width: 100%;
		background: #f0f0f0;
		text-align: left;
	}
}

@media screen and (max-width: 960px) and (min-width: 720px) {
	.myleads_modalmain {
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		z-index: 9;
		scroll-behavior: smooth;
		overflow-y: scroll;
		overflow-x: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.myleads_modalmain .boostmodel-wrapper {
		background: #fff !important;
		width: 500px;
		top: 400px;
		left: 200px;
		right: 200px;
		position: absolute;
		border-radius: 30px;
	}

	.component__settings.component__mwBody {
		width: 100px;
		background-color: #fff;
	}

	.dashboard__ngdialogButton {
		border-radius: 0;
		padding: 14px 40px;
		letter-spacing: normal;
		font-size: 12px;
		font-weight: 600;
		overflow: hidden;
		text-transform: none;
		cursor: pointer;
	}

	.dashboard__ngdialogButtonPrimary input[type=button] {
		color: white;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		vertical-align: baseline;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__ngdialogButtonSecondary input[type=button] {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__content h4 {
		font-size: 18px;
		color: black;
		text-align: center;
		font-weight: 600;
	}


	.dashboard__content {
		padding: 40px;
		clear: both;
		font-size: 11px;
		overflow: hidden;
		width: 100%;
		background: #f0f0f0;
		text-align: left;
	}
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
	.myleads_modalmain {
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		z-index: 9;
		scroll-behavior: smooth;
		overflow-y: scroll;
		overflow-x: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.myleads_modalmain .model-wrapper {
		background: #fff !important;
		width: 500px;
		top: 400px;
		left: 250px;
		right: 250px;
		position: absolute;
		border-radius: 30px;
	}

	.component__settings.component__mwBody {
		width: 100px;
		background-color: #fff;
	}

	.dashboard__ngdialogButton {
		border-radius: 0;
		padding: 14px 40px;
		letter-spacing: normal;
		font-size: 12px;
		font-weight: 600;
		overflow: hidden;
		text-transform: none;
		cursor: pointer;
	}

	.dashboard__ngdialogButtonPrimary input[type=button] {
		color: white;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		vertical-align: baseline;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__ngdialogButtonSecondary input[type=button] {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 99%;
		background: transparent;
		line-height: normal;
		outline: 0;
	}

	.dashboard__content h4 {
		font-size: 18px;
		color: black;
		text-align: center;
		font-weight: 600;
	}


	.dashboard__content {
		padding: 40px;
		clear: both;
		font-size: 11px;
		overflow: hidden;
		width: 100%;
		background: #f0f0f0;
		text-align: left;
	}
} */

@media screen and (max-width: 420px) and (min-width: 360px) {
  .opt_dealermodalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .opt_dealermodalmain .opt_dealermodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 200px;
    left: 40px;
    right: 40px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings.component__mwBody .opt_compbody {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .opt_dealermodalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .opt_dealermodalmain .opt_dealermodel-wrapper {
    background: #fff !important;
    width: 300px;
    top: 200px;
    left: 60px;
    right: 30px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings.component__mwBody .opt_compbody {
    width: 300px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .opt_dealermodalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .changepassword_modalmain .opt_dealermodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 200px;
    left: 100px;
    right: 100px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings.component__mwBody .opt_compbody {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .opt_dealermodalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .opt_dealermodalmain .opt_dealermodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 200px;
    left: 200px;
    right: 200px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings.component__mwBody .opt_compbody {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .opt_dealermodalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .opt_dealermodalmain .opt_dealermodel-wrapper {
    background: #fff !important;
    width: 400px;
    top: 200px;
    left: 250px;
    right: 250px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings.component__mwBody .opt_compbody {
    width: 400px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

/* ====== OPTDealerResponse End ======= */

/* =========== ChangePassword Model Start ======== */

.changepassword_modalmain {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.changepassword_modalmain .changepassword_model-wrapper {
  background: #fff !important;
  width: 500px;
  top: 150px;
  left: 40px;
  right: 0px;
  position: absolute;
}

.changepassword_model-wrapper .modal-header button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0px;
  background: transparent;
  color: #000;
  border: none;
}

.changepassword_model-wrapper .modal-header button:after {
  display: inline-block;
  content: "🗙";
  /*  \00d7    */
  /* This will render the 'X' */
  font-size: 20px;
  color: #000;
}

.component__settings .boost_component__modal_window_homeLoan {
  left: 28%;
}

.changepassword_model-wrapper .component__popCSS {
  top: 20%;
  left: 20%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.component__mw_heading_wrap {
  position: relative;
  width: 100%;
  background: #434a54;
}

.component__top_25 {
  top: 14px;
}

.component__icon_cross {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10;
  bottom: 0;
  margin: auto;
  right: 6px;
  cursor: pointer;
}

.component__cross_1 {
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.component__cross_2 {
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.component__settings.component__mwBody {
  width: 500px;
  background-color: #fff;
}

.tabs__settings.tabs__maintabs {
  margin: 0 !important;
  border-bottom: none;
  height: 36px;
}

ul.tabs__settings {
  display: flex;
}

li.component__settings {
  height: 35px;
  font-size: 11px;
  padding: 10px;
  width: 33.3%;
  float: left;
  background: #ffffff;
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-right: solid 1px #f4f5f9;
}

.dashboard__content {
  padding: 20px;
  clear: both;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  text-align: left;
}

.dashboard__content h4 {
  font-size: 12px;
  color: black;
  font-weight: 600;
}

.dashboard__checkboxlist {
  margin-top: 10px;
}

ul.dashboard__checkboxlist li div div {
  color: #666;
  padding-right: 10%;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.dashboard__ngdialogButtonPrimary {
  background: #3288e6;
  color: #fff;
}

.dashboard__ngdialogButtonSecondary {
  background: #bbb;
  color: #fff;
}

.dashboard__ngdialogButton {
  border-radius: 0;
  padding: 14px 40px;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.dashboard__ngdialogButtonPrimary input[type="button"] {
  color: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.dashboard__ngdialogButtonSecondary input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  background: transparent;
  line-height: normal;
  outline: 0;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
  .changepassword_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .changepassword_modalmain .changepassword_model-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 40px;
    right: 40px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .changepassword_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .changepassword_modalmain .changepassword_model-wrapper {
    background: #fff !important;
    width: 300px;
    top: 400px;
    left: 60px;
    right: 30px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 300px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .changepassword_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .changepassword_modalmain .changepassword_model-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 100px;
    right: 100px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .changepassword_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .changepassword_modalmain .changepassword_model-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 200px;
    right: 200px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .changepassword_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .changepassword_modalmain .changepassword_model-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 250px;
    right: 250px;
    position: absolute;
    border-radius: 30px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

/* =========== ChangePassword Model End ======== */

/* =========== BoostModel Model Start ======== */

.boostmodalmain {
  background-color: rgb(0 0 0 / 2%) !important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boostmodalmain .boostmodel-wrapper {
  background: #fff !important;
  width: 40%;
  top: 150px;
  left: 400px;
  right: 0px;
  position: absolute;
  border-radius: 30px;
}

.boost_component__settings .boost_component__modal_window_homeLoan {
  left: 28%;
}

.boostmodel-wrapper .boost_component__popCSS {
  top: 20%;
  left: 20%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.boost_component__mw_heading_wrap {
  position: relative;
  width: 100%;
  background: #434a54;
}

.boost_component__top_25 {
  top: 14px;
}

.boost_component__icon_cross {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10;
  bottom: 0;
  margin: auto;
  right: 6px;
  cursor: pointer;
}

.boost_component__cross_1 {
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.boost_component__cross_2 {
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.boost_component__settings.component__mwBody {
  width: 500px;
  background-color: #fff;
}

.boost_dashboard__ngdialogButtonPrimary {
  background: #bbb;
  color: #fff;
}

.boost_dashboard__ngdialogButtonPrimary:hover {
  background: linear-gradient(to right, #3c6afd, #57c7fa);
}

.boost_dashboard__ngdialogButtonSecondary {
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #3c6afd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.boost_dashboard__ngdialogButtonSecondary:hover {
  background: linear-gradient(to right, #3c6afd, #57c7fa);
}

.boost_dashboard__ngdialogButton {
  border-radius: 0;
  padding: 14px 40px;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.boost_dashboard__ngdialogButtonPrimary input[type="button"] {
  color: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.boost_dashboard__ngdialogButtonSecondary input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.boost_dashboard__content h4 {
  font-size: 18px;
  color: black;
  text-align: center;
  font-weight: 400;
}

.boost_dashboard__content {
  padding: 40px;
  clear: both;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  text-align: left;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
  .boostmodalmain {
    background-color: rgb(0 0 0 / 2%) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .boostmodalmain .boostmodel-wrapper {
    background: #fff !important;
    width: 300px;
    top: 400px;
    left: 40px;
    right: 40px;
    position: absolute;
    border-radius: 30px;
  }

  .boost_component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .boost_dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .boost_dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 400;
  }

  .boost_dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .boostmodalmain {
    background-color: rgb(0 0 0 / 2%) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .boostmodalmain .boostmodel-wrapper {
    background: #fff !important;
    width: 300px;
    top: 300px;
    left: 60px;
    right: 30px;
    position: absolute;
    border-radius: 30px;
  }

  .boost_component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .boost_dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .boost_dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 400;
  }

  .boost_dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .boostmodalmain {
    background-color: rgb(0 0 0 / 2%) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .boostmodalmain .boostmodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 100px;
    right: 100px;
    position: absolute;
    border-radius: 30px;
  }

  .boost_component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .boost_dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .boost_dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 400;
  }

  .boost_dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .boostmodalmain {
    background-color: rgb(0 0 0 / 2%) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .boostmodalmain .boostmodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 200px;
    right: 200px;
    position: absolute;
    border-radius: 30px;
  }

  .boost_component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .boost_dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .boost_dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 400;
  }

  .boost_dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .boostmodalmain {
    background-color: rgb(0 0 0 / 2%) !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .boostmodalmain .boostmodel-wrapper {
    background: #fff !important;
    width: 500px;
    top: 400px;
    left: 250px;
    right: 250px;
    position: absolute;
    border-radius: 30px;
  }

  .boost_component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .boost_dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .boost_dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .boost_dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 400;
  }

  .boost_dashboard__content {
    padding: 40px;
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
  }
}

/* =========== BoostModel Model End ======== */

/* =========== Wallet Start ======== */

.wallet_container {
  width: 100%;
  margin-top: 50px;
  height: 60vh;
}

.wallet_container .wallet_mainhead {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.wallet_cardholder {
  background: rgb(245, 247, 251);
  display: flex;
  justify-content: space-between;
}

.wallet_cardholder .wallet_card {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  /* text-align: left; */
  justify-content: center;
}

.wallet_card .wallet_card_content {
  width: 200px;
}

.wallet_card_content h4 {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 3px;
}

.wallet_card_content h3 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}

.wallet_card_content p {
  font-size: 12px;
}

.wallet_card_content p .wallet_icon {
  font-size: 14px;
  color: green;
}

.wallet_card_img {
  margin-left: 250px;
  width: 20%;
  height: 20%;
}

.wallet_card_img img {
  width: 100%;
}

.wallet_bottom {
  margin-top: 50px;
  padding: 5px;
}

.wallet_bottom div {
  height: 50px;
}

.wallet_bottom .wallet_number_input input {
  width: 90%;
  height: 40px;
  vertical-align: middle;
}

.wallet_buy_button input {
  width: 130px;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #3c6afd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 8px 20px 8px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.wallet_buy_button input:hover {
  background: linear-gradient(to right, #3c6afd, #57c7fa);
}

/* ===== Wallet Media Query ===== */

@media screen and (max-width: 420px) and (min-width: 360px) {
  .wallet_cardholder {
    background: rgb(245, 247, 251);
    display: block;
    justify-content: space-between;
    margin: 20px;
  }

  .wallet_cardholder .wallet_card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
  }

  .wallet_bottom {
    margin-top: 50px;
    padding: 5px;
  }

  .wallet_bottom div {
    width: 100%;
    height: 50px;
  }

  .wallet_bottom .wallet_number_input input {
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }

  .wallet_buy_button input {
    width: 100%;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .wallet_cardholder {
    background: rgb(245, 247, 251);
    display: block;
  }

  .wallet_cardholder .wallet_card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
  }

  .wallet_bottom {
    margin-top: 50px;
    padding: 5px;
  }

  .wallet_bottom div {
    width: 100%;
    height: 50px;
  }

  .wallet_bottom .wallet_number_input input {
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }

  .wallet_buy_button input {
    width: 100%;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .wallet_cardholder {
    background: rgb(245, 247, 251);
    display: block;
  }

  .wallet_cardholder .wallet_card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
  }

  .wallet_bottom {
    margin-top: 50px;
    padding: 5px;
  }

  .wallet_bottom div {
    width: 100%;
    height: 50px;
  }

  .wallet_bottom .wallet_number_input input {
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }

  .wallet_buy_button input {
    width: 100%;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .wallet_cardholder {
    background: rgb(245, 247, 251);
    display: block;
  }

  .wallet_cardholder .wallet_card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
  }

  .wallet_bottom {
    margin-top: 50px;
    padding: 5px;
  }

  .wallet_bottom div {
    width: 100%;
    height: 50px;
  }

  .wallet_bottom .wallet_number_input input {
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }

  .wallet_buy_button input {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .wallet_cardholder {
    background: rgb(245, 247, 251);
    display: flex;
    margin: 10px 0px 10px 0px;
  }

  .wallet_cardholder .wallet_card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
  }

  .wallet_bottom {
    margin-top: 50px;
  }

  .wallet_bottom div {
    width: 100%;
    height: 50px;
  }

  .wallet_bottom .wallet_number_input input {
    width: 100%;
    height: 40px;
    vertical-align: middle;
  }

  .wallet_buy_button input {
    width: 100%;
  }
}

/* =========== Wallet End ======== */

/* ======== Subscriptionsstatus start ========== */

.dashboard__mainContent {
  box-shadow: 0px 0px 8px 0 #ccc;
  padding: 25px 30px;
  box-sizing: border-box;
  display: block;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

#subscriptionStatus__rightSection {
  margin-top: 5px;
  background: #f4f5f9;
  box-sizing: border-box;
  text-align: left;
  min-height: 341px;
}

.subscriptionStatus__f11 {
  font-size: 12px;
}

.subscriptionStatus__lm10 {
  margin-left: 10px;
}

.subscriptionStatus__mt5 {
  margin-top: 5px;
}

.subscriptionStatus__mt2 {
  margin: 2%;
}

.dashboard__mainContent h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.subscriptionStatus__details {
  display: inline-block;
  font-size: 14px;
  color: #999;
  font-weight: 500;
}

.subscriptionStatus__subscriptionStatusTable {
  box-shadow: 0 0 6px -1px #ccc;
  background-color: #fff;
  margin-top: 20px;
}

#subscriptionStatus__rightSection table th {
  text-align: left;
  color: #666;
  font-weight: bold;
  padding: 1%;
  font-size: 12px;
}

#subscriptionStatus__rightSection table .subscriptionStatus__tbody {
  font-size: 12px;
}

#subscriptionStatus__rightSection table .subscriptionStatus__tbody > tr > td {
  color: #999;
  border-bottom: solid 2px #f4f5f9;
  font-size: 12px;
  font-weight: 600;
  padding: 1%;
}

table.subscriptionStatus__subscriptionStatusTable td {
  font-size: 12px;
  padding: 0% 1%;
}

.subscriptionStatus__actcolor {
  color: #00802b;
}

.subscriptionStatus__notes {
  margin-top: 2%;
}

.subscriptionStatus__hm10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.subscriptionStatus__f11 {
  font-size: 12px;
  text-align: left;
}

.subscriptionStatus__hm10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.subscriptionStatus__hm10 .red {
  color: red;
}

.subscriptionStatus__f11 {
  font-size: 12px;
}

.subscriptionStatus__list {
  margin-top: 1%;
  text-align: left;
}

.subscriptionStatus__list li {
  font-size: 11px;
  margin-left: 5%;
  list-style-type: disc;
}

/* ======== Subscriptions status end ========== */

/* ======== CreditUsageHistory start ========== */

.modifyProfile__filterWrap {
  background: #f4f5f9;
  display: flex;
}

.modifyProfile__filterWrap > div:first-child {
  padding-left: 0;
}

.modifyProfile__filterWrap > div:last-child {
  border: none;
}

.modifyProfile__filterWrap > div {
  padding-right: 15px;
}

.modifyProfile__cms_mainContainer * {
  box-sizing: border-box;
}

.modifyProfile__calenderSection {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.modifyProfile__calenderSection > div {
  margin-right: 3%;
  border-radius: 3px;
  align-items: center;
  position: relative;
}

.modifyProfile__cms_mainContainer * {
  box-sizing: border-box;
}

.modifyProfile__date {
  border: 1px solid #ccc;
  color: #747f88;
  width: 100%;
  display: flex;
  padding: 1% 5%;
}

.modifyProfile__date > input {
  background: transparent;
  border: none !important;
  padding: 5px 0px;
  outline: none;
  box-shadow: none !important;
}

.modifyProfile__cms_mainContainer .modifyProfile__cms_history {
  cursor: pointer;
  height: 45px;
  width: 100px;
  margin-left: 25%;
  font-size: 15px;
  font-weight: bold;
  color: #ecf0fc;
  border: none;
  margin-top: 2%;
  background-color: rgb(174, 214, 240);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.modifyProfile__cms_mainContainer .modifyProfile__cms_mainHeading {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 4%;
  font-weight: bold;
  color: black;
  text-align: left;
}

.modifyProfile__cms_mainContainer .modifyProfile__cms_summary {
  padding: 10px 20px;
  padding-bottom: 18px;
  padding-top: 25px;
  padding-right: -3px;
  background: #fff;
  font-size: 13px;
  box-shadow: 2px 2px 0px 0px #ececec;
  font-weight: 600;
  width: 78%;
}

.modifyProfile__cms_mainContainer .modifyProfile__cms_summary ul {
  text-align: left;
}

.modifyProfile__cms_mainContainer
  .modifyProfile__cms_summary
  ul
  li:nth-child(1) {
  width: 10%;
  padding: 0%;
  margin: 0%;
  text-align: left;
}

.modifyProfile__cms_mainContainer
  .modifyProfile__cms_summary
  .modifyProfile__cms_heading {
  font-size: 10px;
  display: inline-block;
}

.modifyProfile__cms_mainContainer
  .modifyProfile__cms_summary
  .modifyProfile__cms_content {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.modifyProfile__cms_mainContainer
  .modifyProfile__cms_summary
  ul
  li:nth-child(2) {
  border-left: 1px solid;
  margin-left: 60px;
  padding-left: 15px;
  border-left-color: #a8b0bb;
  line-height: 250%;
  width: 20%;
}

.modifyProfile__cms_mainContainer
  .modifyProfile__cms_summary
  ul
  li:nth-child(3) {
  margin-left: -12px;
  padding-left: 15px;
  border-left-color: #a8b0bb;
  line-height: 250%;
  width: 20%;
}

.modifyProfile__cms_mainContainer .modifyProfile__cms_credits {
  padding: 0px 20px;
  padding-top: 25px;
  background: #ffffff;
  font-size: 13px;
  box-shadow: 2px 2px 0px 0px #ececec;
  font-weight: 600;
  width: 21%;
  margin-top: -90px;
  height: 89px;
  float: right;
}

/* ======== CreditUsageHistory End ========== */

/* ============== PropertyAlerts Start ============== */

.content {
  margin-top: 30px;
  background-color: #fff;
}

#rightSection > .content > .pAlertBox,
body.new99ui > .content.mTopFix .msu_sts_bar,
body.new99ui > .content.mTopFix center #product_details_box {
  background-color: #fff;
  border: 1px #e5e5e5 solid;
}

.pAhead {
  padding: 10px;
}

.lf {
  float: left;
}

.f20 {
  font-size: 20px;
}

.mt10 {
  margin-top: 10px;
}

.b {
  font-weight: 700;
}

.clr {
  clear: both;
}

.pBdrBtm {
  border-top: 1px #a7a7a7 solid;
  height: 1px;
  overflow: hidden;
  width: 100%;
}

.mt50 {
  margin-top: 50px;
}

.rf {
  float: right;
}

.yellowSubmit {
  z-index: 10;
  background: #3c6afd;
  color: #fff;
  border: none;
  border-radius: 3px;
  width: auto;
  padding: 2px 10px;
  height: 34px;
  min-height: 28px;
  overflow: visible;
  font-weight: 700;
  cursor: pointer;
}

.textc {
  text-align: center;
}

.grey3 {
  color: #4b4b4b;
}

.b {
  font-weight: 600;
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.f24 {
  font-size: 24px;
}

.invite {
  width: 100%;
}

.invite .cBxWpr {
  width: 712px;
  text-align: center;
  margin: 0 auto;
}

.invite .cBox {
  color: #6f6f6f;
  font-size: 18px;
  border: 1px #e2e2e2 solid;
  background: #f4f4f4;
  width: 204px;
  height: 204px;
  float: left;
  margin: 0 15px;
  text-align: center;
}

.mt50 {
  margin-top: 50px;
}

.invite i.ni1 {
  background-position: 0 0;
  width: 42px;
  height: 59px;
}

.invite i.ni2 {
  background-position: 0 0;
  width: 144px;
  height: 59px;
}

.myIcn {
  vertical-align: middle;
}

i {
  display: inline-block;
  font-style: normal;
}

.ml30 {
  margin-left: 30px;
}

.p5 {
  padding: 5px;
}

.lf {
  float: left;
}

.f45 {
  font-size: 45px;
}

.invite .cBox .wd1 {
  width: 100px;
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  margin: 8px 5px 0 7px;
  line-height: 20px;
}

/* ============== PropertyAlerts End ============== */

/* ========= StartLeadSearch=========== */

.lmsSearch__c,
.lmsSearch__setC {
  margin: 0 auto;
  padding: 50px;
  margin-top: 50px;
}

.lmsSearch__content {
  position: relative;
  width: 995px;
  font-size: 12px;
}

.lmsSearch__clr {
  clear: both;
}

.lmsSearch__lf {
  float: left;
}

.lmsSearch__mt15 {
  margin-top: 15px;
}

.lmsSearch__p5 {
  padding: 5px;
}

.lmsSearch__b,
b {
  font-weight: 600;
}

.lmsSearch__rf {
  float: right;
}

.lmsSearch__creditBalance .lmsSearch__tooltip {
  position: relative;
  display: inline-block;
}

.lmsSearch__f15 {
  font-size: 15px;
}

.lmsSearch__creditBalance .lmsSearch__tooltip .lmsSearch__tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.lmsSearch__credits {
  padding: 3px 0;
  font-size: 14px;
}

.lmsSearch__inGreen {
  color: #22941f;
}

.lmsSearch__b,
b {
  font-weight: 600;
}

.lmsSearch__bdr1 {
  border-top: 1px #cccdcd solid;
  height: 1px;
  overflow: hidden;
}

.lmsSearch__clr {
  clear: both;
}

.lmsSearch__f11 {
  font-size: 11px;
}

.lmsSearch__floatr,
.lmsSearch__rf {
  text-align: left;
  float: right;
  padding-right: 100px;
}

.lmsSearch__p5 {
  padding: 5px;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

.lmsSearch__buyerSrchTabs {
  margin-bottom: -1px;
  padding-top: 20px;
  text-align: left;
  display: flex;
  padding-right: 133px;
}

.lmsSearch__buyerSrchTabs .lmsSearch__tabIsOn {
  background: #fff;
  border-bottom: 1px #fff solid;
  box-shadow: 0 0 10px 1px #ececec;
  pointer-events: none;
}

.lmsSearch__buyerSrchTabs .lmsSearch__tabIsOff,
.lmsSearch__buyerSrchTabs .lmsSearch__tabIsOn {
  border: 1px #ccc solid;
  /* background: #ececec; */
  padding: 10px;
  display: inline-block;
  margin: 0 5px;
}

.lmsSearch__buyerSrchTabs .lmsSearch__tabIsOff,
.lmsSearch__buyerSrchTabs .lmsSearch__tabIsOn {
  border: 1px #ccc solid;
  background: #ececec;
  padding: 10px;
  display: inline-block;
  margin: 0 5px;
}

.lmsSearch__bdr1 {
  border-top: 1px #cccdcd solid;
  height: 1px;
  overflow: hidden;
}

.lmsSearch__clr {
  clear: both;
}

.lmsSearch__lmsSrchParent {
  position: relative;
}

.lmsSearch__mb10 {
  margin-bottom: 10px;
}

.lmsSearch__box {
  border: 2px solid #d4d4d4;
}

.lmsSearch__sSrch {
  position: relative;
  float: left;
}

.lmsSearch__buyerSrch {
  width: 995px;
}

.lmsSearch__searchPad {
  border: 1px solid #d4d4d4;
  padding: 20px -2px 20px 50px;
  text-align: left;
  margin-bottom: 50px;
  height: 250px;
}

.lmsSearch__lmsSearchPrefer {
  margin-left: 32px;
}

.lmsSearch__lmsSearchPrefer > span:first-child {
  font-size: 18px;
  color: #666;
}

.lmsSearch__lmsSearchPrefer > * {
  display: inline-block;
  vertical-align: middle;
}

.lmsSearch__f13 {
  font-size: 13px;
}

.lmsSearch__simpleToggler {
  cursor: pointer;
  margin: 0 0;
  font-weight: 700;
  color: #666;
}

.lmsSearch__lmsSearchPrefer .lmsSearch__twoCtrl > div > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.lmsSearch__nnHtmlRadio label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.lmsSearch__nnHtmlRadio label a.lmsSearch__selected + span {
  background-position: -44px -16px;
}

.lmsSearch__nnHtmlRadio label a + span {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  background-position: -27px -16px;
}

.lmsSearch__clr {
  clear: both;
}

.lmsSearch__LMSSearchCont {
  display: inline-block;
  z-index: 9999;
  margin-left: -7px;
  width: 93%;
}

.lmsSearch__LMSSearchCont form {
  float: left;
}

.component__searchWrapper {
  background-color: #fff;
  border-radius: 4px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  position: relative;
}

.component__showMenu {
  padding: 2px;
  padding-bottom: 0;
  height: 100%;
  width: 88%;
  display: inline-block;
  white-space: nowrap;
  flex-grow: 2;
}

.component__searchWrapper .component__showMenu .component__searchTag {
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 !important;
}

.component__searchWrapper .component__showMenu .component__searchTag > * {
  display: inline-block;
  vertical-align: middle;
}

.component__searchTag > div {
  margin-right: 4px;
  white-space: nowrap;
}

.component__searchInputWrapper {
  margin-left: 10px;
  flex-grow: 2;
  margin-top: 0 !important;
  align-items: center;
  width: calc(100% - 77px);
}

.component__searchWrapper > div > div > div > .component__noCityFilter > input {
  width: 100%;
}

.component__searchWrapper > div > div > div > div > input {
  -webkit-border-radius: 4px;
  /* -moz-border-radius: 4px; */
  border: none;
  padding: 12px 16px 12px 0;
  outline: none;
  box-shadow: none;
  /* flex-grow: 2; */
}

input[type="text"] {
  color: #555;
  font-weight: normal;
}

.list_header_semiBold {
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: left;
}

.component__searchInputWrapper * {
  float: left;
}

.component__searchWrapper
  .component__showMenu
  .component__searchTag
  > div:last-child {
  margin-right: 10px;
}

.component__searchWrapper .component__showMenu .component__searchTag > * {
  vertical-align: middle;
}

.component__searchTag > div {
  margin-top: 0;
  white-space: nowrap;
}

.component__searchRight {
  display: flex !important;
}

.component__upside {
  background: #ffffff;
  mix-blend-mode: multiply;
  box-shadow: 1px 0px 0px #ebecf0;
  color: #fff;
  margin-right: 32px;
}

.iconS_Common_24.icon_search {
  background-position: -24px 0;
}

.component__searchTag .component__iconSearch {
  margin-left: 12px;
}

.component__searchTag .component__iconSearch {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.iconS_Common_24 {
  /* background-image: image-set(url(https://static.99acres.com/universalapp/img/CommonSprite_v41.png) 2x) !important; */
  width: 24px;
  height: 24px;
  background-size: 408px 287px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  background-repeat: no-repeat;
}

.component__searchWrapper > .component__heightCollapse {
  height: 0;
  overflow: hidden;
}

.lmsSearch__sSrch ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.component__autoSuggSlideRemove {
  height: auto;
}

.component__autoSuggestion {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.DropDownCheckBox__propertyTYpe {
  margin-left: 25px;
}

.DropDownCheckBox__mr10 {
  margin-right: 10px;
}

.DropDownCheckBox__lf {
  float: left;
}

#DropDownCheckBox__property_type_wrap_a {
  display: flex;
}

a.DropDownCheckBox__dropDown {
  border-radius: 4px;
  box-shadow: inset 0 0 10px #edeeef;
  border: 1px solid #ccc;
  float: left;
  color: #7b7b7b;
  height: 42px;
  padding: 11px 5px 0;
  cursor: pointer;
}

a.DropDownCheckBox__dropDown:hover {
  border: 2px solid #bcdeed;
}

.DropDownCheckBox__f13 {
  font-size: 13px;
}

.DropDownCheckBox__propertyTYpe .DropDownCheckBox__apType {
  width: 230px;
}

a.DropDownCheckBox__dropDown span {
  display: block;
  float: left;
  padding-right: 10px;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

a.DropDownCheckBox__dropDown i {
  background-position: -326px 0;
  width: 23px;
  height: 23px;
  display: block;
  float: left;
  font-size: 16px;
}

a.DropDownCheckBox__dropDown em {
  /* background-image: url(https://static.99acres.com/images/ui_sprite_home-v22.png); */
  background-repeat: no-repeat;
}

.DropDownCheckBox__abs {
  position: absolute;
}

.DropDownCheckBox__r05 {
  border-radius: 0 0 5px 5px;
}

.DropDownCheckBox__ulCont {
  margin-top: 38px;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 10px 2px #e6e4e4;
  border: 1px solid #ccc;
  border-top-color: #e3e3e3;
  padding: 8px 0;
}

.DropDownCheckBox__z2 {
  z-index: 1;
}

.DropDownCheckBox__mti5 {
  margin-top: 5px !important;
}

.DropDownCheckBox__scrollbar1 {
  width: 100%;
  margin: 7px 0 10px;
  margin-left: 0px;
  overflow-y: scroll;
}

.DropDownCheckBox__scrollbar1 .DropDownCheckBox__viewport {
  width: 94%;
  position: relative;
}

.DropDownCheckBox__scrollbar1 .DropDownCheckBox__overview {
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.lmsSearch__sSrch ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.DropDownCheckBox__overview ul li {
  list-style: none;
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding: 2px 8px;
  cursor: pointer;
}

.DropDownCheckBox__overview ul li label.DropDownCheckBox__subCatLi {
  color: #000;
  display: block;
  cursor: pointer;
  font-size: 13px;
}

li .DropDownCheckBox__subCatLi .DropDownCheckBox__selected {
  background-position: -178px 0 !important;
}

.DropDownCheckBox__viewport span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background-position: -198px 0;
  cursor: pointer;
  display: none\9;
}

.DropDownCheckBox__subCatLi span {
  /* background-image: url(https://static.99acres.com/images/ui_sprite_home-v22.png); */
  background-repeat: no-repeat;
  background-position: -218px 0;
}

.DropDownCheckBox__overview ul li {
  list-style: none;
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding: 2px 8px;
  cursor: pointer;
}

.DropDownCheckBox__overview ul li label.DropDownCheckBox__subCatLi {
  color: #000;
  display: block;
  cursor: pointer;
  font-size: 13px;
}

.DropDownCheckBox__viewport
  .DropDownCheckBox__overview
  .DropDownCheckBox__child
  input[type="checkbox"]
  + label
  span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.lmsSearch__inFix {
  width: 88%;
}

.lmsSearch__btn.lmsSearch__blue {
  background: #0078db;
  color: #fff;
  font-weight: 600;
  border-color: #0078db;
  border-bottom-color: #2980b9;
}

.lmsSearch__btn.lmsSearch__blue {
  min-width: 120px;
  text-align: center;
}

.lmsSearch__bSrch .lmsSearch__resSrchBtn {
  margin-right: -10px;
}

.lmsSearch__sSrch .lmsSearch__resSrchBtn {
  font-size: 16px;
}

.formselect_leadsearch1 select {
  width: 120px;
  height: 45px;
  margin-left: 31px;
  border: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #7b7b7b;
  background: #7e7e7e11;
  font-size: 14px;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
}

.formselect_leadsearch1 select option {
  color: #7b7b7b;
  font-size: 14px;
}

.formselect_leadsearch3 select {
  width: 150px;
  height: 45px;
  margin-left: 31px;
  border: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #7b7b7b;
  background: #7e7e7e11;
  font-size: 14px;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
}

.formselect_leadsearch3 select option {
  color: #7b7b7b;
  font-size: 14px;
}

.component__resultHeader {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.component__resultHeader ul {
  width: 78%;
  float: left;
}

.component__resultHeader ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  cursor: pointer;
  color: #666;
  font-weight: 600;
  font-size: 12px;
}

.component__resultHeader .component__restHeader {
  width: 22%;
  float: right;
  text-align: right;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

.radio_buttons {
  font-size: 14px;
  color: #7b7b7b;
  vertical-align: middle;
}

.radio_buttons .rent_radio {
  margin-left: 10px;
}

/*============ dropdown_css=========== */

.DropDownCheckBox__propertyTYpe {
  margin-left: 25px;
}

.DropDownCheckBox__mr10 {
  margin-right: 10px;
}

.DropDownCheckBox__floatl,
.DropDownCheckBox__lf {
  float: left;
}

.DropDownCheckBox__rel {
  position: relative;
}

a.DropDownCheckBox__dropDown {
  border-radius: 4px;
  box-shadow: inset 0 0 10px #edeeef;
  border: 1px solid #ccc;
  width: auto;
  float: left;
  color: #7b7b7b;
  display: block;
  height: 42px;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
}

.DropDownCheckBox__abs {
  position: absolute;
}

.DropDownCheckBox__r05 {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}

.DropDownCheckBox__ulCont {
  margin-top: 38px;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 10px 2px #e6e4e4;
  border: 1px solid #ccc;
  border-top-color: #e3e3e3;
  padding: 8px 0;
}

.DropDownCheckBox__z2 {
  z-index: 1;
}

.DropDownCheckBox__mti5 {
  margin-top: 5px !important;
}

.DropDownCheckBox__scrollbar1 {
  width: 100%;
  margin: 7px 0 10px;
  margin-left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.DropDownCheckBox__scrollbar1 .DropDownCheckBox__viewport {
  width: 94%;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.DropDownCheckBox__scrollbar1 .DropDownCheckBox__overview {
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.lmsSearch__sSrch ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.DropDownCheckBox__overview ul li {
  list-style: none;
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding: 2px 8px;
  cursor: pointer;
}

.DropDownCheckBox__overview ul li label.DropDownCheckBox__subCatLi {
  color: #000;
  display: block;
  cursor: pointer;
  font-size: 13px;
}

li .DropDownCheckBox__subCatLi .DropDownCheckBox__selected {
  background-position: -178px 0 !important;
}

.DropDownCheckBox__viewport span {
  display: inline-block;
  width: 165px;
  height: 18px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background-position: -198px 0;
  cursor: pointer;
}

.dropdown_new_viewport span {
  display: inline-block;
  width: 165px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background-position: -198px 0;
  cursor: pointer;
}

.lmsSearch__sSrch ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.DropDownCheckBox__overview ul li {
  list-style: none;
  display: flex;
  font-size: 14px;
  line-height: 15px;
  padding: 3px 8px;
  cursor: pointer;
}

.dropdown_new_overview ul li {
  list-style: none;
  display: flex;
  font-size: 12px;
  cursor: pointer;
}

.DropDownCheckBox__overview ul li label.DropDownCheckBox__subCatLi {
  color: #000;
  display: block;
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px;
}

.DropDownCheckBox__viewport
  .DropDownCheckBox__overview
  .DropDownCheckBox__child
  input[type="checkbox"]
  + label
  span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.dropdown_container11 select {
  border-radius: 4px;
  box-shadow: inset 0 0 10px #edeeef;
  border: 1px solid #ccc;
  float: left;
  color: #7b7b7b;
  height: 42px;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  margin-left: 30px;
}

.dropdown_container12 select {
  border-radius: 4px;
  box-shadow: inset 0 0 10px #edeeef;
  border: 1px solid #ccc;
  float: left;
  color: #7b7b7b;
  height: 42px;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
}

#AutoAlertTuple__menuDiv {
  display: table;
  width: 101%;
  min-height: 125px;
  margin-top: 20px;
}

.AutoAlertTuple__content {
  position: relative;
}

#AutoAlertTuple__menuDiv .AutoAlertTuple__column1 {
  display: inline-block;
  /* width: 20%; */
  /* top: 0; */
  padding: 5px;
  width: 139px;
}

.AutoAlertTuple__listGroup {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.AutoAlertTuple__listGroup .AutoAlertTuple__active {
  color: #fff;
  cursor: default;
  pointer-events: none;
  background-color: #666 !important;
}

.AutoAlertTuple__listGroup .AutoAlertTuple__listGroupItem {
  text-decoration: none;
  padding: 10.5px 11px;
  display: block;
}

.AutoAlertTuple__ml30 {
  margin-left: 30px;
}

.AutoAlertTuple__listGroup .AutoAlertTuple__listGroupItem {
  text-decoration: none;
  color: #7a7e82;
  padding: 10.5px 11px;
  background-color: #ececec;
  display: block;
}

.AutoAlertTuple__clr {
  clear: both;
}

#AutoAlertTuple__menuDiv .AutoAlertTuple__column2 {
  display: inline-block;
  width: 80%;
  padding: 5px;
}

.AutoAlertTuple__mpBorders {
  padding: 0 6px 10px 5px;
}

.AutoAlertTuple__autoAlertToolTip {
  color: #666;
  padding: 5px;
  display: block;
}

/* ========= End LeadSearch=========== */

/* ========= Customer Service Start =========== */

.fixedHeight {
  min-height: 146px;
}

.fixedHeight .sticky {
  width: 100%;
}

.bg {
  position: relative;
}

header {
  display: block;
}

.background-photo-container {
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========= Customer Service End =========== */

/* =========PostPropertyNew Start =========== */

.stepperSection_stepWrap__3Hf7v.stepperSection_stepActive__2UDfk:before {
  background-image: linear-gradient(#0078db 50%, #8993a4 0);
}

.stepperSection_stepWrap__3Hf7v:before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 14px);
  background-color: #8993a4;
  left: 8px;
  top: 20px;
  opacity: 0.4;
}

.stepperSection_stepWrap__3Hf7v.stepperSection_stepActive__2UDfk:after {
  border: 1px solid #0078db;
  background-color: #0078db;
  box-shadow: inset 0 0 0 2px #fff;
}

.stepperSection_stepWrap__3Hf7v:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  /* border: 1px solid #8993a4; */
  left: 0;
  top: 2px;
  /* background-color: #fff; */
}

/* .ppfDesktop_mainWrapper__k7Xv0 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 72px;
	margin: auto;
	max-width: 1360px;
	position: relative;
} */

.ppt_leftsection {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 72px;
  margin: auto;
  max-width: 1360px;
  position: relative;
}

/* .Basicdetails_main .Basicdetails_main_in{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 72px;
	margin: auto;
	max-width: 1360px;
	position: relative;
} */

.stepperSection_leftSection__3I9hL {
  padding-left: 48px;
  padding-top: 32px;
  position: sticky;
  top: 72px;
  align-self: start;
  overflow: auto;
  /* width: 341; */
}

.stepperSection_stepper__1_WZM {
  width: 293px;
  background-color: #f4f5f7;
  padding: 32px 24px;
  border-radius: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.stepperSection_stepWrap__3Hf7v {
  padding-left: 16px;
  position: relative;
  margin-bottom: 32px;
  font-size: 0;
  text-align: left;
}

.stepperSection_stepWrap__3Hf7v .stepperSection_stepName__2CJEz {
  margin-bottom: 2px;
  display: inline-block;
  cursor: pointer;
}

.stepperSection_stepWrap__3Hf7v > div {
  padding-left: 12px;
}

.list_header_semiBold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #091e42;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.stepperSection_stepWrap__3Hf7v > div {
  padding-left: 12px;
}

.caption_subdued_medium {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #8993a4;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.stepperSection_stepContent__32QRb > span,
.stepperSection_stepContent__32QRb a {
  display: inline;
  vertical-align: middle;
}

.stepperSection_stepWrap__3Hf7v .stepperSection_done__1UJ9x {
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  /* -webkit-transform: rotate(45deg); */
  transform: rotate(45deg);
  padding: 0;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 1;
  display: none;
}

.stepperSection_stepWrap__3Hf7v .stepperSection_stepName__2CJEz {
  margin-bottom: 2px;
  display: inline-block;
  cursor: pointer;
}

.stepperSection_stepWrap__3Hf7v > div {
  padding-left: 12px;
}

.caption_strong_large {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #42526e;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.qualityScoreWidget_propertyScore__28KaJ {
  width: 293px;
  background-color: #f4f5f7;
  padding: 32px 24px;
  border-radius: 12px;
  margin-top: 20px;
  display: flex;
}
.qualityScoreWidget_propertyScore__28KaJ10 {
  width: 293px;
  background-color: #f4f5f7;
  padding: 69px 24px;
  border-radius: 12px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.qualityScoreWidget_propertyScore__28KaJ .qualityScoreWidget_scoreGraph__3nVN710 {
  width: 64px;
  flex: 64px 20px;
  height: 90px;
  margin-right: 16px;
}

.circle-background {
  stroke: #ddd;
}

.circle-background,
.circle-progress {
  fill: none;
}

.greenCircle {
  stroke: #31ab3d;
}

.circle-progress {
  /* stroke: #333; */
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle-background,
.circle-progress {
  fill: none;
}

.stepperSection_stepWrap__3Hf7v:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #8993a4;
  left: 0;
  top: 2px;
  background-color: #fff;
}

.list_header_semiBold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.stepperSection_stepper__1_WZM > div:last-child {
  margin-bottom: 0;
}

.ppfDesktop_formSection__ZzvPA {
  /* width: 613px; */
  width: 100%;
  padding: 32px 20px;
  display: inline-block;
}

.desktopHeader_iconInlineHead__W8_RL {
  margin-bottom: 32px;
}

.desktopHeader_iconInlineHead__W8_RL > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}

.desktopHeader_iconInlineHead__W8_RL > div {
  width: 100%;
}

.title_l_semiBold {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.widgetbox_white_box__1v7xz {
  margin-bottom: 32px;
  position: relative;
  border-radius: 4px;
  padding: 0;
  background-color: #fff;
}

.widgetbox_white_box__1v7xz .widgetbox_header_text__2BXc_ {
  margin-bottom: 12px;
}

.xidHeading_PageHeadingwrap__3z0kL {
  display: inline-flex;
  width: 100%;
}

.xidHeading_PageHeadingwrap__3z0kL .xidHeading_PageHeading__3ZQJk {
  justify-content: normal;
}

.xidHeading_PageHeadingwrap__3z0kL .xidHeading_PageHeading__3ZQJk {
  display: flex;
  font-size: 0;
}

.section_header_semiBold {
  /* font-size: 16px; */
  line-height: 24px;
  font-weight: 600;
  color: #091e42;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.xidHeading_PageHeadingwrap__3z0kL .xidHeading_headingText__Ulc2a {
  font-size: 16px;
  margin-right: 8px;
  height: auto;
}

.tagWrapper_tags_wrapper__KIRJJ {
  margin-bottom: 0;
}

.tagWrapper_tags_wrapper__KIRJJ {
  display: inline-block;
}

.tagWrapper_tags_wrapper__KIRJJ > div {
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
}

.radioInput_textOnly__1r7GL {
  box-shadow: "";
  background: #fff;
  /* border-radius: 24px; */
  -webkit-border-radius: 24px;
  /* -moz-border-radius: 24px; */
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 1px solid #ebecf0;
  padding: 4px 12px 4px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #42526e;
  /* display: inline-block; */
  text-align: center;
  vertical-align: middle;
}

.radioInput_textOnly__1r7GL.radioInput_active__2BRQm {
  border: 1px solid #a3daff;
  color: #091e42;
  font-weight: 600;
  background: #f0f9ff;
}

.tags-and-chips_textOnly__2k10B.tags-and-chips_active__37Gi0 {
  border: 1px solid #a3daff;
  color: #091e42;
  font-weight: 600;
  background: #f0f9ff;
}

#ListingCategory-widget > div {
  margin-bottom: 16px;
}

.widgetbox_white_box__1v7xz {
  /* margin-bottom: 32px; */
  position: relative;
  /* border-radius: 4px; */
  padding: 0;
  background-color: #fff;
}

.widgetbox_header_text__2BXc_ {
  margin-bottom: 12px;
}

.radioInput_inline_radio__qveVO {
  display: flex;
}

.radioInput_marginBtm__VxOrF {
  margin-bottom: 10px;
}

.dummyFormWidget_flexContainer__2vVMv {
  display: flex;
  justify-content: center;
  align-items: center;
 width: 96%;
}

.buttonInput_continue_btn__1gb5M button {
  min-width: 300px;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  min-height: 50px;
  margin-top: 10px;
}

.buttons_primaryRegular__rU-bm {
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #0078db;
  /* border-radius: 4px; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: none;
  /* margin: 0; */
  cursor: pointer;
}

.rightSection_rightSection__36zjv {
  display: initial;
}

.rightSection_rightSection__36zjv {
  position: fixed;
  right: 0;
  margin-top: 0;
}

.rightSection_rightSection__36zjv {
  width: 385px;
  background-color: #f4f5f7;
  align-self: flex-start;
  height: 100%;
  /* min-height: calc(100vh - 54px); */
  /* position: sticky; */
  /* position: -webkit-sticky; */
  top: 0;
  /* display: none; */
}

.needHelp_helpBox__1b_kG {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 270px;
}

.needHelp_helpHead__2mtNV {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.iconS_PPFDesk_16.icon_callIcon {
  background-position: 0 -16px;
}

.needHelp_helpHead__2mtNV i {
  margin-right: 4px;
}

.iconS_PPFDesk_16 {
  /* background: url(/ppf-static/media/ppfDeskSprite_v2.daae1290.png); */
  width: 16px;
  height: 16px;
  background-size: 259.33px 126.66px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  /* background-repeat: no-repeat; */
}

.caption_subdued_medium {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #8993a4;
  display: block;
  text-align: left;
  vertical-align: middle;
  /* width: 240px; */
}

a,
a:link,
a:visited {
  text-decoration: none;
}

.needHelp_needHelpWrap__1eIlT {
  width: 300px;
  border: 1px solid #ebecf0;
  border-radius: 4px;
  padding: 12px;
}

.needHelp_needHelpWrap__1eIlT a {
  display: inline;
  vertical-align: initial;
}

.hyperlinks_small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #0078db;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.iconS_PPFDesk_24.icon_backGrey {
  background-position: -240px 0;
}

.location_fieldsWrapper__3sary {
  max-width: 340px;
}

.city_citySuggestor__21uXN {
  position: relative;
}

.suggestor_suggestor__pe1Hh {
  position: relative;
}

.textInput_inputContainer__2PwgZ.textInput_multiple_input__1JPry {
  margin-bottom: 8px;
}
.textInput_inputContainer__2PwgZ1 {
  flex: 1;
  min-width: 200px; /* Adjust this based on your preference */
  position: relative;
}

.textInput_inputContainer__2PwgZ {
  max-width: 340px;
}

.textInput_inputContainer__2PwgZ {
  position: relative;
}

.textInput_iconsWrapper__2cgSX {
  position: absolute;
  top: 50%;
  right: 13px;
  font-size: 0;
  z-index: 2;
  /* transform: translateY(-50%);
    -moz-transform: translateY(-50%); */
  -webkit-transform: translateY(-50%);
}

.city_citySuggestor__21uXN .city_detectLocationWrapper__1Le9J {
  display: inline-block;
  vertical-align: middle;
}

.detectLocation_rightText__3ew7q {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.textInput_inputContainer__2PwgZ .textInput_placeholder__1KRsF {
  top: 16px;
}

.textInput_inputContainer__2PwgZ .textInput_placeholder__1KRsF {
  position: absolute;
  /* top: 12px; */
  left: 12px;
  z-index: 0;
  font-size: 14px;
  color: #42526e;
}

.caption_strong_large {
  /* font-size: 14px; */
  line-height: 20px;
  font-weight: 400;
  /* color: #42526E; */
  display: block;
  text-align: left;
  vertical-align: middle;
}

.textInput_inputContainer__2PwgZ input {
  padding-top: 20px;
  padding-bottom: 12px;
}

.textInput_inputContainer__2PwgZ input {
  border: 1px solid #ebecf0;
  border-radius: 2px;
  width: 100%;
  min-height: 50px;
  position: relative;
  z-index: 1;
  background: transparent;
  font-size: 14px;
  color: #091e42;
  padding: 10px 10px 10px;
}
.textInput_inputContainer__2PwgZ10 input {
  border: 1px solid #ebecf0;
  border-radius: 2px;
  width: 300px;
  min-height: 50px;
  /* position: relative; */
  z-index: 1;
  background: transparent;
  font-size: 14px;
  color: #091e42;
  padding: 10px 10px 10px;
  gap: 15px;
}

.screeningActions_iconWrapper__dB1NM {
  position: relative;
  display: inline-block;
}

.hyperlinks_medium {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #0078db;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.iconS_PPFDesk_16.icon_locationIcon {
  background-position: -96px -16px;
}

.detectLocation_rightText__3ew7q i {
  margin-right: 8px;
}

.detectLocation_rightText__3ew7q {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.sectionInfo_contentWrap__35b6q {
  text-align: center;
  position: relative;
  top: 10px;
}

.sectionInfo_textSection__Zm4lg {
  padding: 0 32px;
  /* margin-top: 12px; */
}

.sectionInfo_textCenter__1-nk4,
.sectionInfo_textCenter__1-nk4 > div {
  text-align: center;
}

.sectionInfo_contentWrap__35b6q img {
  max-width: 100%;
}

.sectionInfo_textCenter__1-nk4 > div {
  text-align: center;
}

.caption_strong_large {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #42526e;
  display: block;
  /* text-align: left; */
  vertical-align: middle;
}

.textInput_inputContainer__2PwgZ.textInput_errMessageWrap__3h_QN
  .textInput_errMsgTxt__OXfZT {
  color: #c41f1f;
  top: 4px;
  left: 12px;
  position: absolute;
  z-index: 0;
  font-size: 10px;
  line-height: 16px;
  transition: all 0.5s;
}

.iconS_PPFDesk_24.icon_redInfo {
  background-position: -216px -72px;
}

.screeningActions_iconWrapper__dB1NM {
  position: relative;
  display: inline-block;
}

.stepperSection_stepWrap__3Hf7v.stepperSection_stepDone__3LbOx
  .stepperSection_done__1UJ9x {
  display: block;
}

.stepperSection_stepWrap__3Hf7v .stepperSection_done__1UJ9x {
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  /* -webkit-transform: rotate(45deg); */
  transform: rotate(45deg);
  padding: 0;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 1;
  /* display: none; */
}

.labels_semiBold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.screeningActions_iconWrapper__dB1NM {
  position: relative;
  display: inline-block;
}

.iconS_PPFDesk_16.icon_bluePlusIcon {
  background-position: -80px -64px;
}

.xidHeading_PageHeadingwrap__3z0kL em {
  margin-top: 4px;
}

.xidHeading_PageHeadingwrap__3z0kL em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 2px 0;
}

.numberInput_inputContainer__CHL96 {
  max-width: 340px;
}

.numberInput_inputContainer__CHL96 {
  position: relative;
}

.splitWidget_inputFiledWrap__1vX9m {
  max-width: 340px;
}

.splitWidget_inputFiledWrap__1vX9m {
  margin-bottom: 8px;
  border-radius: 2px;
}

.splitWidget_inputFiledWrap__1vX9m,
.splitWidget_splitInputContainer__3Ci5i {
  display: flex;
  position: relative;
  border: 1px solid rgb(235, 236, 240);
}

.splitWidget_inputFiledWrap__1vX9m > div {
  display: inline-block;
  width: 68%;
  position: relative;
}

.numberInput_inputContainer__CHL96 {
  max-width: 340px;
}

.numberInput_inputContainer__CHL96 {
  position: relative;
}

.splitWidget_inputFiledWrap__1vX9m > div > div > div > input {
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.numberInput_inputContainer__CHL96 input {
  padding-top: 20px;
  padding-bottom: 18px;
}

.numberInput_inputContainer__CHL96 .numberInput_placeholder__2f6Rh {
  top: 16px;
}

.numberInput_inputContainer__CHL96 .numberInput_placeholder__2f6Rh {
  position: absolute;
  /* top: 14px; */
  left: 12px;
  z-index: 0;
}

.caption_strong_large {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #42526e;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.numberInput_iconsWrapper__3Kpm5 {
  position: absolute;
  top: 50%;
  right: 13px;
  font-size: 0;
  z-index: 1;
  /* transform: translateY(-50%);
    -moz-transform: translateY(-50%); */
  -webkit-transform: translateY(-50%);
}

.screeningActions_iconWrapper__dB1NM {
  position: relative;
  display: inline-block;
}

.splitWidget_inputFiledWrap__1vX9m > :last-child {
  width: 35%;
}

.splitWidget_inputFiledWrap__1vX9m > div {
  display: inline-block;
  /* width: 68%; */
  position: relative;
}

.splitWidget_inputFiledWrap__1vX9m > div > div {
  margin-bottom: 0px !important;
}

.selectInput_custom_input_wrapper__MqLE9.selectInput_multiple_input__1oijd {
  margin-bottom: 2px;
}

.selectInput_custom_input_wrapper__MqLE9 {
  max-width: 340px;
}

.selectInput_custom_input_wrapper__MqLE9 {
  position: relative;
}

.selectInput_custom_input_wrapper__MqLE9
  .selectInput_label__Sr6HY.selectInput_selectedValue__2RT2F {
  top: 4px;
}

.selectInput_custom_input_wrapper__MqLE9
  .selectInput_label__Sr6HY.selectInput_selectedValue__2RT2F {
  /* top: 3px; */
  left: 12px;
  /* font-size: 13px; */
  transition: all 0.5s;
  font-size: 10px;
  line-height: 16px;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_custom_input__DdGZD {
  padding-bottom: 12px;
  height: 53px;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_custom_input__DdGZD {
  border: 1px solid #ebecf0;
  border-radius: 2px;
  padding: 16px 12px;
  width: 100%;
  height: 44px;
}

.selectInput_select__32l4L {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  position: relative;
  z-index: 1;
  background: transparent;
  -webkit-appearance: none;
  text-indent: 1px;
  min-width: 32%;
}

.input_placeholder_completed {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #091e42;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_iconsWrapper__1L2kR {
  position: absolute;
  top: 50%;
  right: 13px;
  font-size: 0;
  z-index: 0 !important;
  /* transform: translateY(-50%); */
  cursor: pointer;
  /* -moz-transform: translateY(-50%); */
  -webkit-transform: translateY(-50%);
}

.iconS_Common_16.icon_downArrow {
  background-position: -192px 0;
}

.iconS_Common_16 {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  background-repeat: no-repeat;
}

.xidHeading_PageHeadingwrap__3z0kL .xidHeading_italics__Bo3w8 {
  font-style: italic;
  height: 20px;
  margin-top: 0;
  vertical-align: middle;
}

.checkBox_tags_wrapper__2gksy {
  display: inline-block;
}

.multiple_input {
  margin-bottom: 12px;
}

.iconS_PPF_20.icon_plusIcon {
  background-position: -60px -20px;
}

.checkBox_tags_wrapper__2gksy > div {
  margin-right: 8px;
  margin-bottom: 8px;
}

.tags-and-chips_textOnly__2k10B {
  box-shadow: "";
  background: #fff;
  /* border-radius: 24px; */
  -webkit-border-radius: 24px;
  /* -moz-border-radius: 24px; */
  outline: none;
  margin: 0;
  cursor: pointer;
  align-items: center;
  border: 1px solid #ebecf0;
  padding: 4px 12px 2px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #42526e;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
}

.checkBox_tags_wrapper__2gksy {
  display: inline-block;
}

.multiple_input {
  margin-bottom: 12px;
}

.textInput_inputContainer__2PwgZ.textInput_multiple_input__1JPry {
  margin-bottom: 8px;
}

.textInput_inputContainer__2PwgZ {
  max-width: 340px;
}

.textInput_inputContainer__2PwgZ {
  position: relative;
}

.AddOther_inputWrap__3J562 button {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
}

.buttons_semi__32O7H {
  font-weight: 600;
}

.buttons_primaryRegular__2swW5 {
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #0078db;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 0;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.furnishingCustom_inputBoxWrap__wzEjO {
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  margin-bottom: 15px;
}

.furnishingCustom_inline_list_wrap__3h2HE {
  margin-top: 8px;
}

.counter_counterWrap__U0_kk {
  display: inline-block !important;
}

.body_med {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #091e42;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.counter_counter_wrapper__amSb0.counter_smallSize__10lVe {
  width: 90px;
}

.counter_counterWrap__U0_kk > div,
.counter_counterWrap__U0_kk span {
  vertical-align: middle;
}

.counter_counter_wrapper__amSb0 {
  text-align: center;
  /* width: 120px; */
  height: 36px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.counter_counterWrap__U0_kk span {
  margin-right: 12px;
}

.counter_counterWrap__U0_kk > div,
.counter_counterWrap__U0_kk span {
  vertical-align: middle;
}

.counter_counter_wrapper__amSb0 > span {
  text-align: center;
}

.counter_counter_wrapper__amSb0.counter_smallSize__10lVe > span:first-child,
.counter_counter_wrapper__amSb0.counter_smallSize__10lVe > span:last-child {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.counter_counter_wrapper__amSb0 > span:first-child,
.counter_counter_wrapper__amSb0 > span:last-child {
  border: 1px solid #ced4dd;
  border-radius: 100%;
  /* width: 32px;
    height: 32px; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* cursor: pointer; */
}

.counter_counterWrap__U0_kk span {
  vertical-align: middle;
}

.counter_counter_wrapper__amSb0 > span {
  text-align: center;
}

.iconS_PPFDesk_16 {
  width: 16px;
  height: 16px;
  background-size: 259.33px 126.66px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  background-repeat: no-repeat;
}

.furnishingCustom_inline_list_wrap__3h2HE > div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  margin-bottom: 24px;
}

.toggleInput_furnishingCheck__1-nNC {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 16px);
}

.toggleInput_furnishingCheck__1-nNC > div {
  width: 160px;
}

[design="system"][type="checkbox"]:not(:checked) {
  position: absolute;
  display: none;
}

[design="system"][type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #42526e;
  font-size: 14px;
}

.toggleInput_furnishingCheck__1-nNC > div label {
  padding-left: 8px;
}

.furnishingCustom_inputBoxWrap__wzEjO > div:first-child {
  margin-bottom: 20px;
}

.caption_strong_medium {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #42526e;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.counter_counter_wrapper__amSb0 > span:first-child,
.counter_counter_wrapper__amSb0 > span:last-child {
  border: 1px solid #ced4dd;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.counter_counterWrap__U0_kk span {
  margin-right: 12px;
}

.counter_counterWrap__U0_kk > div,
.counter_counterWrap__U0_kk span {
  vertical-align: middle;
}

.counter_counter_wrapper__amSb0 > span {
  text-align: center;
}

.formWidget_counterWrap__1o-7W {
  display: flex;
}

.formWidget_inlineContainer__3oR34 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.numberInput_inputContainer__CHL96 input {
  padding-top: 20px;
  padding-bottom: 12px;
}

.numberInput_inputContainer__CHL96 input {
  border: 1px solid #ebecf0;
  border-radius: 2px;
  padding: 12px 12px 12px;
  margin-top: 2px;
  width: 100%;
  min-height: 52px;
  position: relative;
  z-index: 1;
  background: transparent;
  font-size: 14px;
  color: #42526e;
}

.selectInput_custom_input_wrapper__MqLE9 {
  max-width: 340px;
}

.selectInput_custom_input_wrapper__MqLE9 {
  position: relative;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_label__Sr6HY {
  top: 15px;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_label__Sr6HY {
  position: absolute;
  /* top: 12px; */
  left: 12px;
  z-index: 0;
  color: #8993a4;
}

.caption_subdued_large {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_custom_input__DdGZD {
  padding-bottom: 12px;
  height: 53px;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_custom_input__DdGZD {
  border: 1px solid #ebecf0;
  border-radius: 2px;
  padding: 12px 12px;
  width: 100%;
  height: 44px;
}

.formWidget_inlineContainer__3oR34 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.formWidget_inlineContainer__3oR34 > div {
  width: 48%;
  display: block;
}

.tagWrapper_tags_wrapper__KIRJJ {
  margin-bottom: 0;
}

.tagWrapper_tags_wrapper__KIRJJ {
  display: inline-block;
}

.list_header_semiBold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.addPhotos_addPhotosbox__QBIaz {
  border: 1px dashed #a3daff;
  box-sizing: border-box;
  border-radius: 4px;
  background: #f0f9ff;
  height: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 16px;
}

.iconS_PPFDesk_48.icon_uploadIcon {
  background-position: -384px -144px;
}

.iconS_PPFDesk_48 {
  width: 4px;
  height: 48px;
  background-size: 778px 380px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.caption_strong_small {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #42526e;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.addPhotos_orWrap__1U9mB {
  width: 54%;
  text-align: center;
  position: relative;
  margin-top: 6px;
}

.addPhotos_orWrap__1U9mB:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #ebecf0;
  left: 0;
  top: 11px;
}

.addPhotos_orWrap__1U9mB > span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #f0f9ff;
  padding: 0 16px;
}

.buttons_semi__1it_o {
  font-weight: 600;
}

.buttons_secondaryRegular__3R1_d {
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: transparent;
  /* border-radius: 4px; */
  -webkit-border-radius: 4px;
  /* -moz-border-radius: 4px; */
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 1px solid #0078db;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  /* font-weight: 700; */
  color: #0078db;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.sectionInfo_textSection__Zm4lg .sectionInfo_subText__1alcp {
  margin-top: 8px;
}

.sectionInfo_listWrapper__uCZdJ li {
  list-style-type: disc;
  display: list-item;
}

.caption_strong_large {
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  color: #42526e;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.addPhotos_toolTipWrap__1kA_Y {
  position: absolute;
  width: 334px;
  left: 0;
  top: 250px;
}

.blueToolTip_blueToolTipWrap__1Zfkv {
  padding: 12px 32px 12px 8px;
  background-color: #041533;
  display: inline-flex;
  border-radius: 4px;
  position: relative;
}

.addPhotos_toolTipWrap__1kA_Y span {
  color: #fff;
}

.iconS_PPFDesk_48.icon_mobileUpload {
  background-position: -624px -96px;
}

.addPhotos_mobileUploadIcon__3zKw7 {
  flex-shrink: 0;
  margin-right: 16px;
}

.addPhotos_mobileOptionContainer__2CV2T {
  margin-top: 16px;
}

.body_small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.addPhotos_option__1cU3a {
  display: flex;
  border: 1px solid #ebecf0;
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  align-items: center;
  width: 306px;
  padding-left: 16px;
  margin-top: 12px;
  cursor: pointer;
}

.alertBanner_alertBanner__1EZXm.alertBanner_yellow__1BBZE {
  background-color: #fff5e4;
}

.photoUpload_width65__3zWwl {
  width: 65% !important;
  margin-top: 16px;
}

.alertBanner_alertBanner__1EZXm {
  padding: 12px 8px;
  display: inline-flex;
  border-radius: 4px;
  position: relative;
}

.blueToolTip_blueToolTipWrap__1Zfkv:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #041533;
  top: -10px;
  right: 40px;
}

.reviewPhotoGallery_banner__1sG_u {
  margin-bottom: 16px;
  margin-top: 16px;
}

.alertBanner_alertBanner__1EZXm.alertBanner_yellowBlue__2064q {
  background-color: #feecc7;
}

.alertBanner_content__1r5zv {
  align-self: flex-start;
}

.alertBanner_alertBanner__1EZXm > div {
  width: calc(100% - 40px);
}

.alertBanner_alertBanner__1EZXm * {
  margin: 0 4px;
}

.reviewPhotoGallery_uploaded_cover_photo_wrap__3n_9r {
  background: #fff;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo_photo_box__232Mj {
  border-radius: 4px;
  margin-top: 24px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  position: relative;
}

.photo_photo_box__232Mj .photo_imgBox__nUNh6 {
  font-size: 0;
  /* background: #000; */
  background: #f0efef05;
  position: relative;
  border-radius: 4px;
}

.photo_photo_box__232Mj img {
  width: 234px;
  height: 156px;
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
}

.photo_photo_box__232Mj .photo_del_icn__GAXsL {
  position: absolute;
  right: 14px;
  top: 6px;
  display: block;
  padding: 4px;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
  background-color: #ccc;
}

.iconS_PPF_24.icon_delIcon img {
  width: 20px;
  height: 20px;
}

.iconS_PPF_24.icon_zoomin img {
  width: 20px;
  height: 20px;
}

.iconS_PPF_24 {
  width: 20px;
  height: 20px;
  background-size: 408px 200px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #fff;
}

.photo_photo_box__232Mj .photo_magnify__1TD2U {
  bottom: 8px;
  position: absolute;
  right: 14px;
  display: block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  color: #fff;
  background-color: #ccc;
}
.photo_photo_box__232Mj .photo_magnify__17yut7 input {
  width: 12px;
  height: 12px;
  background-size: 408px 200px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #fff;
}
.photo_photo_box__232Mj .photo_magnify__17yut7 {
  top: 8px;
  position: absolute;
  left: 14px;
  display: block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  color: #fff;
  background-color: #ccc;
}

.reviewPhotoGallery_uploaded_cover_photo_wrap__3n_9r
  .reviewPhotoGallery_addMorePhotos__26_ff {
  background: #f0f9ff;
  width: 233px;
  height: 200px;
  border: 1px dashed #0078db;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 4px;
}

.iconS_PPFDesk_48 {
  width: 100%;
  background-size: 778px 380px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.addPhotos_inputGroupLabel__2918f {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.photo_photo_box__232Mj .photo_photoTagDropdown__2hIcQ {
  margin-top: 5px;
}

.photoTagDropdown_dropdownWrapper__3O8Wu {
  text-align: center;
  position: relative;
  font-size: 0;
}

.photo_photo_box__232Mj p {
  text-align: center;
}

.photo_photo_box__232Mj p i {
  margin-left: 10px;
  font-size: 16px;
}

.iconS_Common_16.icon_downArrow {
  background-position: -192px 0;
}

.iconS_Common_16 {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.photoTagDropdown_listWrap__1emKw {
  padding: 12px 0;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 2;
  margin: auto;
  max-height: 190px;
  overflow-y: auto;
  text-align: left;
}

.photoTagDropdown_listWrap__1emKw .photoTagDropdown_dropdownText__2Ub9s {
  display: flex;
  cursor: pointer;
}

.photoTagDropdown_listWrap__1emKw > div {
  margin-bottom: 8px;
  padding: 8px 12px;
}

.xidHeading_headingText__Ulc2a i {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 5px;
}

.radioInput_textOnly__1r7GL.radioInput_active__2BRQm:hover {
  background: #d6efff;
}

.radioInput_textOnly__1r7GL.radioInput_active__2BRQm {
  border: 1px solid #a3daff;
  color: #091e42;
  font-weight: 600;
}

.dummyFormWidget_inlineContainer__12ide > div {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 4px;
}

#priceInWords-input {
  margin-top: -6px;
}

.dummyFormWidget_inlineContainer__12ide > div:last-child {
  margin-right: 0;
}

.dummyFormWidget_inlineContainer__12ide > div {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 4px;
}

.numberInput_inputContainer__CHL96.numberInput_multiple_input__33UOZ {
  margin-bottom: 8px;
}

.numberInput_inputContainer__CHL96 {
  position: relative;
}

.numberInput_inputContainer__CHL96 .numberInput_placeholder__2f6Rh {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 0;
}

.caption_strong_large {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #42526e;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.FurnishingDesktopDetails-widget .furnishing_Light-input i {
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ReservedParking-widget .formWidget_counterWrap__1o-7W i {
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input_placeholder_inactive {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  color: #8993a4;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.iconTooltip_infoWrapper__3Rn4H {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.iconTooltip_infoWrapper__3Rn4H .iconTooltip_tooltipHover__2FrOE {
  display: none;
}

.iconTooltip_infoWrapper__3Rn4H .iconTooltip_toolTipWrap__124Co {
  padding: 24px 16px 24px 20px;
  /* width: 250px; */
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #fff;
  position: absolute;
  top: -10px;
  left: 30px;
  z-index: 2;
}

.body_small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #091e42;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.PriceInclusiveInfo_subHeading__3A8I4 {
  margin-bottom: 5px;
}

.body_med {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: top;
}

.PriceInclusiveInfo_inclusivePrices__1SkAT {
  margin-left: 20px;
  list-style: initial;
}

.iconTooltip_infoWrapper__3Rn4H .iconTooltip_toolTipWrap__124Co:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 106, 194, 0.2);
  /* -webkit-filter: blur(1px); */
  filter: blur(1px);
}

.PriceInclusiveInfo_inclusivePrices__1SkAT > li {
  margin-bottom: 12px;
}

#PriceIncludeFieldsWrapper-widget > div > div {
  width: auto !important;
}

.dummyFormWidget_inlineContainer__12ide > div {
  display: inline-block;
  /* width: 46%; */
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 4px;
}

[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  /* line-height: 20px; */
  display: inline-block;
  color: #42526e;
  font-size: 14px;
}

.expandWidget_widgetWrapper__119oa .expandWidget_addMoreIcon__1_5h- {
  margin-right: 5px;
  vertical-align: middle;
}

.expandWidget_widgetWrapper__119oa .expandWidget_entitiesWrapper__3b5T1 {
  margin-top: 8px;
}

.expandWidget_widgetWrapper__119oa .expandWidget_label__1fP-8 {
  margin-bottom: 12px;
}

.list_header_semiBold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.splitWidget_inputFiledWrap__1vX9m > div:first-child:after {
  content: "";
  position: absolute;
  height: 65%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  background: #ebecf0;
  right: -1px;
}

.splitWidget_inputFiledWrap__1vX9m > :last-child {
  width: 35%;
}

.splitWidget_inputFiledWrap__1vX9m > div {
  display: inline-block;
  /* width: 68%; */
  position: relative;
}

.selectInput_custom_input_wrapper__MqLE9.selectInput_multiple_input__1oijd {
  margin-bottom: 2px;
}

.selectInput_custom_input_wrapper__MqLE9 {
  max-width: 340px;
}

.selectInput_custom_input_wrapper__MqLE9 {
  position: relative;
}

.selectInput_custom_input_wrapper__MqLE9
  .selectInput_label__Sr6HY.selectInput_selectedValue__2RT2F {
  top: 4px;
}

.selectInput_custom_input_wrapper__MqLE9
  .selectInput_label__Sr6HY.selectInput_selectedValue__2RT2F {
  transition: all 0.5s;
  font-size: 10px;
  line-height: 16px;
}

.icon_downArrow img {
  width: 100%;
  height: 5px;
}

/* .Bottomsheet_pageTrayBottom__2yDEW {
    position: fixed;
    z-index: 9;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
    touch-action: none;
    transition: all .3s ease-in-out;
} */

.Bottomsheet_pageTrayBottom__2yDEW .Bottomsheet_PageTray__gP3CR {
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  position: absolute;
  width: 100%;
  max-height: 90%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  box-shadow: 0 -4px 8px 0 rgba(0, 106, 194, 0.2);
}

.Bottomsheet_pageTrayBottom__2yDEW
  .Bottomsheet_PageTray__gP3CR
  .Bottomsheet_PageTrayhead__3pvka {
  padding: 16px;
  width: 100%;
  text-align: center;
  z-index: 1;
  position: fixed;
  background: #fff;
  /* border-radius: 16px 16px 0 0; */
  -webkit-border-radius: 16px 16px 0 0;
  /* -moz-border-radius: 16px 16px 0 0; */
}

.Bottomsheet_pageTrayBottom__2yDEW
  .Bottomsheet_PageTray__gP3CR
  .Bottomsheet_PageTrayhead__3pvka {
  text-align: center;
}

.Bottomsheet_pageTrayBottom__2yDEW
  .Bottomsheet_PageTray__gP3CR
  .Bottomsheet_PageTrayhead__3pvka:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.Bottomsheet_pageTrayBottom__2yDEW
  .Bottomsheet_PageTray__gP3CR
  .Bottomsheet_PageTrayhead__3pvka
  i {
  position: absolute;
  bottom: 15px;
  right: 30px;
  top: 20px;
}

.iconS_Common_24.icon_close {
  background-position: -384px 0;
}

.selectInput_unitOptnList__1L7dd {
  padding: 12px 0 0;
}

.selectInput_unitOptnList__1L7dd .selectInput_listHeader__1OEFk {
  letter-spacing: 0;
}

.selectInput_unitOptnList__1L7dd div {
  margin-bottom: 8px;
}

.selectInput_unitOptnList__1L7dd span {
  border-bottom: 1px solid #ebecf0;
  padding: 12px 20px;
}

.labels_semiBold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #091e42;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.propertyDescription_left_icon_box__10lcL {
  display: inline-flex;
  font-size: 14px;
  position: relative;
  bottom: 15px;
  right: 2px;
}

.propertyDescription_left_icon_box__10lcL p {
  padding-left: 4px;
  width: 500px;
}

.caption_subdued_medium {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #8993a4;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.propertyDescription_description_box__2ID5j {
  max-width: 480px;
}

.propertyDescription_description_box__2ID5j textarea:valid {
  border-color: #8993a4;
}

.propertyDescription_description_box__2ID5j textarea {
  max-height: 113px;
}

.propertyDescription_description_box__2ID5j textarea {
  border-radius: 2px;
  border-width: 1px;
  border-color: #ebecf0;
  height: 120px;
  width: 100%;
  padding: 8px 12px;
  resize: none;
  font-family: sans-serif !important;
}

.propertyDescription_description_box__2ID5j textarea:valid + div {
  top: 1px;
  left: 8px;
  transition: all 0.5s;
  font-size: 10px;
  line-height: 16px;
}

.propertyDescription_counterText__2A8CV {
  text-align: right;
  margin-top: 2px;
}

.badges_large_secondary {
  /* font-size: 10px;
    line-height: 12px; */
  font-weight: 600;
  color: #42526e;
  display: block;
  /* text-align: left; */
  vertical-align: middle;
}

.desktopHeader_text__3iyVt > div:nth-child(2) {
  margin-top: 8px;
}

.caption_subdued_large {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8993a4;
  display: block;
  text-align: left;
  vertical-align: middle;
}

.alertBanner_alertBanner__1EZXm.alertBanner_lightBlue__26maB {
  background-color: #f0f9ff;
}

.alertBanner_alertBanner__1EZXm {
  padding: 12px 8px;
  width: 100%;
  display: inline-flex;
}

.iconS_PPF_20 {
  width: 20px;
  height: 20px;
  background-size: 340px 166.68px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.iconS_Common_20 {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #0078db;
}

.iconS_Common_20 img {
  width: 80%;
  height: 80%;
  margin-top: -10px;
}

.stepliner_line6 {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(0%);
  background-color: #8993a4;
  left: 8px;
  top: 20px;
  opacity: 0.4;
}

.stepliner_line6 .stepperSection_stepName__2CJEz {
  margin-bottom: 2px;
  display: inline-block;
  cursor: pointer;
}

.stepliner_line6 .caption_strong_large {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #42526e;
  /* display: block; */
  text-align: left;
  vertical-align: middle;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_label__Sr6HY {
  top: 15px;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_label__Sr6HY {
  position: absolute;
  /* top: 12px; */
  left: 12px;
  z-index: 0;
  color: #42526e;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_custom_input__DdGZD {
  padding-bottom: 12px;
  height: 53px;
}

.selectInput_custom_input_wrapper__MqLE9 .selectInput_custom_input__DdGZD {
  border: 1px solid #ebecf0;
  border-radius: 2px;
  padding: 12px 12px;
  width: 100%;
  /* height: 44px; */
}

.selectInput_dropdownList__AuMXU.selectInput_showDropdown__fZ1YM {
  display: block;
  overflow-x: hidden;
}

.selectInput_dropdownList__AuMXU {
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 0 9px 16px 0 rgba(0, 106, 194, 0.2);
  width: 100%;
  position: absolute;
  z-index: 3;
  max-height: 280px;
  overflow-y: auto;
  max-width: 340px;
}

.selectInput_dropdownList__AuMXU > div {
  margin-bottom: 8px;
  padding: 8px 12px;
  display: flex;
  cursor: pointer;
}

.caption_subdued_small_semi {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  color: #8993a4;
  display: block;
  text-align: left;
  vertical-align: middle;
}

#UpdatedDescriptions-widget {
  padding-bottom: 24px;
}

.propertyDescription_reviewContainer__Nelwt {
  margin-bottom: 50px;
  padding: 0;
  max-width: 441px;
}

.propertyDescription_reviewWidget__3dNSY {
  padding: 16px 16px 20px 24px;
  background: #f0f9ff;
}

.widgetbox_white_box__1v7xz {
  margin-bottom: 32px;
  position: relative;
  border-radius: 4px;
}

.furnishInput_furnish_details__1AkBW {
  border: 1px solid #ebecf0;
  padding: 16px;
  width: 100%;
  margin-left: -8px;
  border-radius: 4px;
}

.furnishInput_card__bottom_blue_text__j_al8 {
  cursor: pointer;
  margin-top: 8px;
}

.furnishInput_hyperlinks_small__1LRBd {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #0078db;
  display: block;
  text-align: left;
}

.circular_progress {
  width: 100%;
  height: 100%;
  position: relative;
}

.post_ppt_left {
  padding-left: 35px;
  padding-top: 15px;
  position: sticky;
  top: 72px;
  align-self: start;
  overflow: auto;
}

.ppt_section_main {
  width: 100%;
  display: flex;
}

.ppt_section_1 {
  width: 26%;
}

.ppt_section_2 {
  width: 48%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ppt_section_3 {
  width: 26%;
  display: flex;
  justify-content: center;
}

.amenties__sectionmain {
  padding: 0px 80px 0px 20px;
}

.amenties-widget_inner {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}

.PropertyType-widget_inner {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
}

.photo_details_inner {
  width: 500px;
}

.Pricing-widget {
  width: 500px;
}

.areaToolTip_toolTipWrap__2N9-y {
  padding: 24px 16px 24px 20px;
  width: 257px;
  box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.2);
  background: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  border-radius: 5px;
  margin-left: 140px;
}

.areaToolTip_toolTipWrap__2N9-y::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  visibility: hidden;
}

.areaToolTip_toolTipWrap__2N9-y::after {
  left: -12px;
  border-right: 10px solid rgba(0, 106, 194, 0.2);
  filter: blur(1px);
}

.areaToolTip_toolTipWrap__2N9-y > div {
  margin-bottom: 24px;
}

.areaToolTip_imageTextWrap__3rf5T {
  display: flex;
  justify-content: space-between;
}

.areaToolTip_imgWrap__2XmhV {
  width: 74px;
  height: 84px;
}

.propertyType-input {
  width: 500px;
}

.located_inside > div:first-child:after {
  content: "";
  position: absolute;
  height: 65%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  background: none;
  right: -1px;
}

.radioInput_inline_radio__qveVO {
  display: flex;
}

.radioInput_inline_radio__qveVO span + div {
  margin-left: auto;
}

.radioInput_inline_radio__qveVO > div {
  /* margin-left: 50px; */
  display: flex;
  justify-content: space-between;
}

.radioInput_inline_radio__qveVO .margin_radio {
  width: 150px;
  margin-right: 100px;
}

.radioInput_inline_radio__qveVO > div div {
  display: inline;
  margin-left: 10px;
}

.radioInput_marginBtm__VxOrF {
  margin-bottom: 10px;
}

.radioInput_marginBtm__VxOrF span {
  margin-right: 100px;
}

.radioInput_marginBtm__VxOrF label {
  font-size: 14px;
  font-weight: 400;
  color: #091e42;
  margin-left: 3px;
}

.facilities__available {
  width: 600px;
}

[design="system"][type="radio"]:not(:checked) {
  position: absolute;
  display: none;
}

[design="system"][type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #42526e;
  font-size: 14px;
}

.radioInput_inline_radio__qveVO > div:last-child {
  margin-right: 0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

.datePicker_inputBox__3mHh2 {
  border: 1px solid #ebecf0;
  border-radius: 2px;
  padding: 12px;
  width: 100%;
  min-height: 52px;
  position: relative;
  z-index: 1;
  background: transparent;
  font-size: 14px;
  color: #42526e;
  max-width: 340px;
}

.datePicker_inputBoxWrap__DnGsz .datePicker_placeholder__1SQ2v {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 0;
}

.widgetbox_bannerBox__3vPQw {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 8px 12px 20px;
  margin: 0 0 32px;
  max-width: 480px;
}

.widgetbox_white_box__1v7xz .widgetbox_header_text__2BXc_ {
  margin-bottom: 12px;
}

.xidHeading_PageHeadingwrap__3z0kL {
  display: inline-flex;
  width: 100%;
}

.xidHeading_PageHeadingwrap__3z0kL .xidHeading_PageHeading__3ZQJk {
  justify-content: normal;
}

.xidHeading_PageHeadingwrap__3z0kL .xidHeading_PageHeading__3ZQJk {
  display: flex;
  font-size: 0;
}

#InvestmentBenefits-widget [class^="xidHeading_headingText"] {
  font-size: 14px;
}

.OfficeSetup_inner {
  width: 500px;
}

@media screen and (max-width: 900px) and (min-width: 360px) {
  .stepperSection_leftSection__3I9hL {
    /* padding-left: 48px;
		padding-top: 32px; */
    top: 20px;
    position: relative;
  }

  .stepperSection_stepper__1_WZM {
    width: 293px;
    background-color: #f4f5f7;
    padding: 32px 24px;
    border-radius: 12px;
  }

  .ppfDesktop_formSection__ZzvPA {
    width: 340px;
    padding: 32px 10px;
    text-align: left;
    display: flex;
    /* margin-top: 50px; */
  }

  .ppfDesktop_mainWrapper__k7Xv0 {
    display: block;
    /* padding-top: 72px; */
    margin: auto;
    max-width: 1360px;
    position: relative;
  }

  .rightSection_rightSection__36zjv {
    display: none;
  }

  .ppt_section_main {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
  }

  .ppt_section_1 {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-left: 50px; */
  }

  .stepperSection_stepper__1_WZM {
    width: 350px;
    background-color: #f4f5f7;
    padding: 32px 24px;
    border-radius: 12px;
  }

  .qualityScoreWidget_propertyScore__28KaJ {
    width: 350px;
    background-color: #f4f5f7;
    padding: 32px 24px;
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .ppt_section_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 130px; */
  }

  .ppt_section2_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .Basicdetails_main_in .Preference_widget_11{
		display: flex !important;
		justify-content: center;
		align-items: center;
	} */

  .desktopHeader_iconInlineHead__W8_RL > div:first-child {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: left;
    margin-bottom: 16px;
    justify-content: left;
    /* margin-left: 50px; */
  }

  .ppt_section_3 {
    /* width: 26%; */
    display: none;
  }

  .PropertyType-widget_inner {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
  }

  .PropertyType-widget_inner {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
  }

  .section_header_semiBold {
    /* font-size: 16px; */
    line-height: 24px;
    font-weight: 600;
    color: #091e42;
    display: flex;
    text-align: left;
    vertical-align: middle;
  }

  .ppfDesktop_mainWrapper__inner {
    display: block;
    width: 340px;
    padding: 32px 0px;
    text-align: left;
  }

  .pricing_othersinner {
    width: 340px;
  }

  .amenties-widget_inner {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
  }

  .amenties__sectionmainner {
    width: 340px;
    padding: 32px 0px;
    text-align: left;
    display: flex;
    margin-left: 40px;
  }

  .photo_details_inner {
    width: 340px;
  }

  .Pricing-widget {
    width: 340px;
  }

  .propertyType-input {
    width: 340px;
  }

  .OfficeSetup_inner {
    width: 340px;
  }

  .facilities_inner {
    /* width: 340px; */
    display: flex;
    flex-direction: column;
  }
}

/* ============ Models Start ============= */

/* =========== Continue Model Start ======== */

.Continue_modalmain {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Continue_modalmain .Continue_model-wrapper {
  background: transparent !important;
  width: 500px;
  top: 180px;
  left: 400px;
  right: 0px;
  position: absolute;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.Continue_model-wrapper .modal-header button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0px;
  background: transparent;
  color: #000;
  border: none;
}

.Continue_model-wrapper .modal-header button:after {
  display: inline-block;
  content: "🗙";
  /*  \00d7    */
  /* This will render the 'X' */
  font-size: 20px;
  color: #000;
}

.component__settings .boost_component__modal_window_homeLoan {
  left: 28%;
}

.Continue_model-wrapper .component__popCSS {
  top: 20%;
  left: 20%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.component__mw_heading_wrap {
  position: relative;
  width: 100%;
  background: #434a54;
}

.component__top_25 {
  top: 14px;
}

.component__icon_cross {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10;
  bottom: 0;
  margin: auto;
  right: 6px;
  cursor: pointer;
}

.component__cross_1 {
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.component__cross_2 {
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.component__settings.component__mwBody {
  width: 500px;
  background-color: #fff;
}

.tabs__settings.tabs__maintabs {
  margin: 0 !important;
  border-bottom: none;
  height: 36px;
}

ul.tabs__settings {
  display: flex;
}

li.component__settings {
  height: 35px;
  font-size: 11px;
  padding: 10px;
  width: 33.3%;
  float: left;
  background: #ffffff;
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-right: solid 1px #f4f5f9;
}

.dashboard__content {
  padding: 20px;
  clear: both;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  text-align: left;
  border-radius: 10px;
}

.dashboard__content h4 {
  font-size: 12px;
  color: black;
  font-weight: 600;
}

.dashboard__checkboxlist {
  margin-top: 10px;
}

ul.dashboard__checkboxlist li div div {
  color: #666;
  padding-right: 10%;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.dashboard__ngdialogButtonPrimary {
  background: #3288e6;
  color: #fff;
}

.dashboard__ngdialogButtonSecondary {
  background: #bbb;
  color: #fff;
}

.dashboard__ngdialogButton {
  border-radius: 0;
  padding: 14px 40px;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.dashboard__ngdialogButtonPrimary input[type="button"] {
  color: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.dashboard__ngdialogButtonSecondary input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  background: transparent;
  line-height: normal;
  outline: 0;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
  .Continue_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Continue_modalmain .Continue_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 40px;
    right: 40px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
  .textInput_inputContainer__2PwgZ10 input {
    border: 1px solid #ebecf0;
    border-radius: 2px;
    width: 350px;
    min-height: 50px;
    /* position: relative; */
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #091e42;
    padding: 10px 10px 10px;
    gap: 15px;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .Continue_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Continue_modalmain .Continue_model-wrapper {
    background: transparent !important;
    width: 300px;
    top: 400px;
    left: 60px;
    right: 30px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 300px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
  .textInput_inputContainer__2PwgZ10 input {
    border: 1px solid #ebecf0;
    border-radius: 2px;
    width: 350px;
    min-height: 50px;
    /* position: relative; */
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #091e42;
    padding: 10px 10px 10px;
    gap: 15px;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .Continue_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Continue_modalmain .Continue_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 100px;
    right: 100px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
  .textInput_inputContainer__2PwgZ10 input {
    border: 1px solid #ebecf0;
    border-radius: 2px;
    width: 350px;
    min-height: 50px;
    /* position: relative; */
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #091e42;
    padding: 10px 10px 10px;
    gap: 15px;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .Continue_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Continue_modalmain .Continue_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 200px;
    right: 200px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
  .textInput_inputContainer__2PwgZ10 input {
    border: 1px solid #ebecf0;
    border-radius: 2px;
    width: 350px;
    min-height: 50px;
    /* position: relative; */
    z-index: 1;
    background: transparent;
    font-size: 14px;
    color: #091e42;
    padding: 10px 10px 10px;
    gap: 15px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .Continue_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Continue_modalmain .Continue_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 250px;
    right: 250px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 500px;
    background-color: #fff;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

/* =========== Continue Model End ======== */

/* =========== Confirm Model Start ======== */

.confirm_modalmain {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm_modalmain .confirm_model-wrapper {
  background: transparent !important;
  width: 500px;
  top: 180px;
  left: 400px;
  right: 0px;
  position: absolute;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.confirm_model-wrapper .modal-header button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0px;
  background: transparent;
  color: #000;
  border: none;
}

.confirm_model-wrapper .modal-header button:after {
  display: inline-block;
  content: "🗙";
  /*  \00d7    */
  /* This will render the 'X' */
  font-size: 20px;
  color: #000;
}

.component__settings .boost_component__modal_window_homeLoan {
  left: 28%;
}

.confirm_model-wrapper .component__popCSS {
  top: 20%;
  left: 20%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.component__mw_heading_wrap {
  position: relative;
  width: 100%;
  background: #434a54;
}

.component__top_25 {
  top: 14px;
}

.component__icon_cross {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10;
  bottom: 0;
  margin: auto;
  right: 6px;
  cursor: pointer;
}

.component__cross_1 {
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.component__cross_2 {
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.component__settings.component__mwBody {
  width: 500px;
  background-color: #fff;
}

.tabs__settings.tabs__maintabs {
  margin: 0 !important;
  border-bottom: none;
  height: 36px;
}

ul.tabs__settings {
  display: flex;
}

li.component__settings {
  height: 35px;
  font-size: 11px;
  padding: 10px;
  width: 33.3%;
  float: left;
  background: #ffffff;
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-right: solid 1px #f4f5f9;
}

.dashboard__content {
  padding: 20px;
  clear: both;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  text-align: left;
  border-radius: 10px;
}

.dashboard__content h4 {
  font-size: 12px;
  color: black;
  font-weight: 600;
}

.dashboard__checkboxlist {
  margin-top: 10px;
}

ul.dashboard__checkboxlist li div div {
  color: #666;
  padding-right: 10%;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.dashboard__ngdialogButtonPrimary {
  background: #3288e6;
  color: #fff;
}

.dashboard__ngdialogButtonSecondary {
  background: #bbb;
  color: #fff;
}

.dashboard__ngdialogButton {
  border-radius: 0;
  padding: 14px 40px;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.dashboard__ngdialogButtonPrimary input[type="button"] {
  color: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.dashboard__ngdialogButtonSecondary input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.mb_number_dropdown_main {
  width: 100px;
  height: 30vh;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-left: -8px;
  text-align: left;
  background: #fff;
  margin-top: 1px;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.mb_number_dropdown {
  justify-content: center;
  align-items: left;
  padding: 10px;
}

.mb_number_dropdown span {
  color: #000;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
  .confirm_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirm_modalmain .confirm_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 40px;
    right: 40px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
  .buttonInput_continue_btn__1gb5M button {
    min-width: 340px;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    min-height: 50px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .confirm_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirm_modalmain .confirm_model-wrapper {
    background: transparent !important;
    width: 300px;
    top: 400px;
    left: 60px;
    right: 30px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 300px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
  .buttonInput_continue_btn__1gb5M button {
    min-width: 340px;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    min-height: 50px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .confirm_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirm_modalmain .confirm_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 100px;
    right: 100px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .buttonInput_continue_btn__1gb5M button {
    min-width: 340px;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    min-height: 50px;
    margin-top: 10px;
  }
  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .confirm_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirm_modalmain .confirm_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 200px;
    right: 200px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .buttonInput_continue_btn__1gb5M button {
    min-width: 340px;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    min-height: 50px;
    margin-top: 10px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .confirm_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .confirm_modalmain .confirm_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 250px;
    right: 250px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 500px;
    background-color: #fff;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

/* =========== Confirm Model End ======== */

/* =========== StuckIntheform Model Start ======== */

.stuckintheform_modalmain {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9;
  scroll-behavior: smooth;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stuckintheform_modalmain .stuckintheform_model-wrapper {
  background: transparent !important;
  width: 500px;
  top: 80px;
  left: 400px;
  right: 0px;
  position: absolute;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stuckintheform_model-wrapper .modal-header button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0px;
  background: transparent;
  color: #000;
  border: none;
}

.stuckintheform_model-wrapper .modal-header button:after {
  display: inline-block;
  content: "🗙";
  /*  \00d7    */
  /* This will render the 'X' */
  font-size: 20px;
  color: #000;
}

.component__settings .boost_component__modal_window_homeLoan {
  left: 28%;
}

.stuckintheform_model-wrapper .component__popCSS {
  top: 20%;
  left: 20%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.component__mw_heading_wrap {
  position: relative;
  width: 100%;
  background: #434a54;
}

.component__top_25 {
  top: 14px;
}

.component__icon_cross {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10;
  bottom: 0;
  margin: auto;
  right: 6px;
  cursor: pointer;
}

.component__cross_1 {
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 12px;
}

.component__cross_2 {
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #666;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.component__settings.component__mwBody {
  width: 500px;
  background-color: #fff;
}

.tabs__settings.tabs__maintabs {
  margin: 0 !important;
  border-bottom: none;
  height: 36px;
}

ul.tabs__settings {
  display: flex;
}

li.component__settings {
  height: 35px;
  font-size: 11px;
  padding: 10px;
  width: 33.3%;
  float: left;
  background: #ffffff;
  text-align: center;
  color: #666666;
  cursor: pointer;
  border-right: solid 1px #f4f5f9;
}

.dashboard__content {
  padding: 20px;
  clear: both;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  text-align: left;
  border-radius: 10px;
}

.dashboard__content h4 {
  font-size: 12px;
  color: black;
  font-weight: 600;
}

.dashboard__checkboxlist {
  margin-top: 10px;
}

ul.dashboard__checkboxlist li div div {
  color: #666;
  padding-right: 10%;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

.dashboard__ngdialogButtonPrimary {
  background: #3288e6;
  color: #fff;
}

.dashboard__ngdialogButtonSecondary {
  background: #bbb;
  color: #fff;
}

.dashboard__ngdialogButton {
  border-radius: 0;
  padding: 14px 40px;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-transform: none;
  cursor: pointer;
}

.dashboard__ngdialogButtonPrimary input[type="button"] {
  color: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  vertical-align: baseline;
  background: transparent;
  line-height: normal;
  outline: 0;
}

.dashboard__ngdialogButtonSecondary input[type="button"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 99%;
  background: transparent;
  line-height: normal;
  outline: 0;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
  .stuckintheform_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stuckintheform_modalmain .stuckintheform_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 40px;
    right: 40px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

@media screen and (max-width: 520px) and (min-width: 420px) {
  .stuckintheform_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stuckintheform_modalmain .stuckintheform_model-wrapper {
    background: transparent !important;
    width: 300px;
    top: 400px;
    left: 60px;
    right: 30px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 300px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

@media screen and (max-width: 720px) and (min-width: 520px) {
  .stuckintheform_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .getpost_ppt_left{
    /* display: "flex",
    justifyContent: "space-between",
    alignItems: "center",
    background: "#f4f5f7",
    width: "100%", */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f5f7;
    width: 100%;
    padding-left: 0px;
  }

  .stuckintheform_modalmain .stuckintheform_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 100px;
    right: 100px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

@media screen and (max-width: 960px) and (min-width: 720px) {
  .stuckintheform_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stuckintheform_modalmain .stuckintheform_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 200px;
    right: 200px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 100px;
    background-color: #fff;
  }

  .component__settings .change_password {
    width: 500px;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 960px) {
  .stuckintheform_modalmain {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stuckintheform_modalmain .stuckintheform_model-wrapper {
    background: transparent !important;
    width: 500px;
    top: 400px;
    left: 250px;
    right: 250px;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .component__settings.component__mwBody {
    width: 500px;
    background-color: #fff;
  }

  .dashboard__ngdialogButton {
    border-radius: 0;
    padding: 14px 40px;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-transform: none;
    cursor: pointer;
  }

  .dashboard__ngdialogButtonPrimary input[type="button"] {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    vertical-align: baseline;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__ngdialogButtonSecondary input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 99%;
    background: transparent;
    line-height: normal;
    outline: 0;
  }

  .dashboard__content h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    font-weight: 600;
  }

  .dashboard__content {
    clear: both;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
    background: #f0f0f0;
    text-align: left;
    border-radius: 10px;
  }
}

/* =========== StuckInTheForm Model End ======== *













/* ============ Models End ============= */

/* ========= PostPropertyNew End =========== */

/* ========= Dash Board New Styles END =========== */

.track-line {
  height: 2px;
  background-color: #0078db;
  opacity: 1;
  border-top: 1px solid white;
  transition: 0.3s;
}

.track-line3 {
  background-color: #b6b5b584;
}

.track-line4 {
  background-color: #b6b5b584;
}

.dot {
  height: 10px;
  width: 10px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
  background-color: #488978;
  border-radius: 50%;
  display: inline-block;
}

.big-dot {
  height: 25px;
  width: 25px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: #3270fc;
  border-radius: 50%;
  display: inline-block;
}

.big-dot-empty {
  height: 25px;
  width: 25px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: #b6b5b584;
  border-radius: 50%;
  display: inline-block;
}

.big-dot i {
  font-size: 12px;
}

.card-stepper {
  z-index: 0;
}

.confirm2 {
  display: flex;
  flex-direction: column;
}

.mobile_trackingmap {
  display: flex;
  /* justify-content: space-around; */
}

.mobile_trackingmap .mobile_trackingmap_nav {
  display: flex !important;
  flex-direction: column !important;
}

.mobile_trackingmap .mobile_trackingmap_navtext {
  display: flex !important;
  flex-direction: column !important;
}

.track-line {
  width: 5px;
  height: 50px !important;
  background-color: #3270fc;
  opacity: 1;
  border-top: 0px solid white;
}

.track-line3 {
  background-color: #b6b5b584;
}

.track-line4 {
  background-color: #b6b5b584;
}

.track-line_m {
  margin: 0 10px;
  border: none;
}

.track-line_n {
  margin-left: 15px;
  margin-bottom: 32px;
  text-align: left;
}

.track-line_n6 {
  margin-left: 15px;
  margin-bottom: 0px;
  text-align: left;
}

.track-line_n .track_head {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #091e42;
}

.track-line_n .track_sub {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #3270fc;
}

.track-line_n div {
  font-size: 12px;
}

.track-line_n6 div {
  font-size: 12px;
}

.tick_color {
  color: #fff;
  font-size: 8px;
  font-weight: 100;
}

.track-line_n6 .track_head {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #091e42;
}

.track-line_n6 .track_sub {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #3270fc;
}

.capsub_footer {
  width: 280px !important;
}

@media only screen and (max-width: 767px) {
  .trackLine1 {
    display: flex;
    flex-direction: column;
  }

  /* .mobile_trackingmap {
		display: flex;
		justify-content: space-around;
	} */

  .mobile_trackingmap .mobile_trackingmap_nav {
    display: flex !important;
    flex-direction: column !important;
  }

  .mobile_trackingmap .mobile_trackingmap_navtext {
    display: flex !important;
    flex-direction: column !important;
  }

  .track-line {
    width: 5px;
    height: 50px !important;
    background-color: #3270fc;
    opacity: 1;
    border-top: 1px solid white;
  }

  .track-line_n {
    margin-left: 15px;
    margin-bottom: 32px;
    text-align: left;
  }

  .track-line3 {
    background-color: #b6b5b584;
  }

  .track-line4 {
    background-color: #b6b5b584;
  }

  .track-line_m {
    margin: 0 10px;
    border: none;
  }
}
