body {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  background-color: #f3f3ff;
}
.partner-bg {
  background-color: #f3f3f3 !important;
}
a {
  color: #171717;
}
a:hover {
  color: #171717;
}
.logobg {
  background-image: url(../images/logobg.svg);
  height: 30vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 210px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.bgmain {
  background-color: #f3f3ff !important;
}
.partner-bg1 {
  background-color: #f3f3fe !important;
  padding: 22px 25px;
}
.partner-bg-details {
  background-color: #f3f3fe !important;
  padding: 22px 25px;
}
.partner-bg-add {
  background-color: #f3f3fe !important;
  padding: 0px 0px;
}
.partner-bg-loan {
  background-color: #f3f3fe !important;
  padding: 22px 0px 70px 0px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  width: 36px !important;
  height: 44px;
  background-repeat: no-repeat;
}

.box-img-data h5 {
  bottom: -2px;
  font-size: 18px;
  color: #000;
  padding-left: 6px;
  letter-spacing: -0.22px;
  font-family: "Open Sans", sans-serif;
}
.box-img-data img {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 6px #ccc;
  margin-bottom: 10px;
}

.box-img-data1 h5 {
  bottom: -2px;
  font-size: 18px;
  color: #000;
  padding-left: 6px;
  letter-spacing: -0.22px;
  font-family: "Open Sans", sans-serif;
}
.box-img-data1 {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px 2px 6px #ccc;
  margin-bottom: 15px;
}
.other-data {
  height: 170px;
}
.other-data ul {
  padding-left: 0px;
}

.box-icon {
  position: absolute;
  right: 0px;
  bottom: 18px;
  /* width: 100px; */
}
.icon-btn {
  width: 35px;
  height: 23px;
  float: left;
}
.pdf-icon {
  position: absolute;
  top: 6px;
  right: 3px;
}

.pdf-icon img {
  width: 40px;
  height: 40px;
}

.box-img1 {
  height: 150px;
  overflow: hidden;
}

.box-img2 {
  height: 127px;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}

.box-img2 img {
  box-shadow: 0px 2px 6px #ccc;
  width: auto !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: auto;
  max-width: 100%;
  min-height: 127px;
}

.box-img1 {
  height: 150px;
  overflow: hidden;
  border-radius: 0px 0px 5px 5px;
}

.img-pos1 {
  padding: 0px 0px !important;
}

.box-img1 img {
  box-shadow: 0px 2px 6px #ccc;
  width: auto !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
}

.other-data li {
  list-style: none;
  border: 1px solid #ccd2de;
  background-color: #fff;
  float: left;
  margin: 2px;
  width: 23.8%;
  border-radius: 15px;
}
.img-container {
  padding: 10px 10px 0px;
}

.other-data img {
  width: 30px;
  height: 30px;
}
.text-data {
  font-size: 30px;
  text-align: right;
  padding: 0px 10px;
  color: #e75922;
  font-weight: bold;
}
.other-data h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  letter-spacing: -0.26px;
  padding-top: 5px;
  border-bottom: 1px solid #ccd2de;
  padding: 10px;
  margin-bottom: 0px;
  height: 65px;
}

.box-container {
  background-color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: -20px !important;
}

.box-heading h3 {
  font-size: 23px;
  color: #0056b2;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}

.box-data {
  padding-top: 20px;
  margin-bottom: 80px;
}

.box-img-data1 {
  background-color: #f3f3fe !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #ccd2de;
  border-radius: 5px;
  position: relative;
}

.box-img-container {
  text-align: left;
  padding: 10px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.box-img-container1 {
  text-align: left;
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgb(0 0 0 / 0%) 100%,
    rgba(0, 0, 0, 0) 100%,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0) 100%,
    rgb(0 0 0 / 50%) 81%,
    rgb(0 0 0 / 0%) 100%
  );
}

.box-img-container1 .nav-link {
  padding: 0px;
}
.box-img-container1 p {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}

.box-img-container p {
  font-weight: 600;
  font-size: 16px;
}

.box-img-container h6 {
  font-size: 13px !important;
  color: #444444;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.footer-container {
  position: relative;
  padding: 10px;
  /* height: 200px; */
}
footer {
  width: 100%;
  bottom: -5px;
  display: flex;
  z-index: 99;
  position: fixed;
  align-items: center;
  justify-content: space-evenly;
  background-color: #fff;
  padding-left: 0px;
  margin-left: -10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0px -4px 8px #00000029;
}

.footer-img-data {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-img-data img.main {
  height: 22px;
  position: relative;
  margin-bottom: 5px;
}
.mob-footer-left {
  flex: 2;
  bottom: 0px;
  height: 75px;
  display: flex;
  z-index: 0;
  position: relative;
  /* background: #fff; */
  align-items: center;
  margin-right: -2px;
  flex-direction: row;
  justify-content: flex-end;
  border-top-right-radius: 24px;
}

.mob-footer-right {
  flex: 2;
  bottom: 0px;
  height: 75px;
  display: flex;
  z-index: 0;
  position: relative;
  /* background: #fff; */
  align-items: center;
  margin-left: -2px;
  flex-direction: row;
  justify-content: flex-end;
  border-top-left-radius: 24px;
  border-top-right-radius: 0px;
}

.circal-img {
  width: 78px;
  height: 78px;
  display: flex;
  z-index: 1000;
  position: relative;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 16px;
  justify-content: center;
  /* background-color: white; */
  margin-top: -47px;
}

.circal-img1 {
  width: 62px;
  height: 62px;
  display: flex;
  box-shadow: 0px 3px 5px #00000075;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #1c57ac;
  border: 1px solid #fff;
  outline: 1px solid #1c57ac;
}
.navbar-mt {
  margin-top: -18px;
}

#footerContent {
  display: none;
}
.footer-hide-content {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.footer-hide-content ul {
  padding: 0;
}
.footer-hide-content li {
  background-color: #1c57ac;
  list-style: none;
  margin-top: 8px;
  text-align: center;
  padding: 12px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-size: bold;
}

.footer-content1 {
  width: 100%;
  bottom: 70px;
  display: flex;
  padding: 40px 10px;
  z-index: 9;
  position: fixed;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3ff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0px -1px 8px #00000029;
}
.view-btn {
  margin-top: 12px;
}

@media (max-width: 720px) {
  .other-data li {
    list-style: none;
    border: 1px solid #ccd2de;
    background-color: #fff;
    float: left;
    margin: 4px;
    width: 23.8%;
    border-radius: 15px;
  }

  .footer-container {
    position: relative;
    padding: 10px;
    /* height: 100px; */
  }
}

@media (max-width: 414px) {
  .other-data li {
    list-style: none;
    border: 1px solid #ccd2de;
    background-color: #fff;
    float: left;
    margin: 2px;
    width: 23.8%;
    border-radius: 15px;
  }

  .other-data h3 {
    font-size: 14px;
  }
  .footer-img-data label {
    font-size: 0.743rem;
  }

  .box-img-data h5 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .modal-top{
  margin-top: 0rem!important;
}
  .footer-bottom {
    position: relative !important;
  }
  .calendar-icon {
    margin-top: 15px !important;
  }
  label {
    margin-bottom: 11px !important;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    font-weight: 600;
    font-family: "Open Sans";
  }
  .form-check-label {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 22px;
  }
  .form-check-inline .form-check-input {
    position: relative;
    top: 2px;
    margin-right: 7px;
  }
  input[type="radio"] {
    width: 16px;
    height: 16px;
  }

  .form-control {
    color: #171717;
    height: calc(2.1em + 0.75rem + 2px);
    border-radius: 5px;
    z-index: 1111;
    position: relative;
  }
  .custom-select {
    height: 48px !important;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #959595;
  }
  .custom-select-filter {
    height: 30px !important;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    border-color: #ccd2de;
    color: #171717;
    margin-top: -3px;
    padding: 0px 4px;
  }
  .form-project-data .form-group {
    margin-bottom: 0.8rem !important ;
  }
  .form-project-data {
    height: 100%;
    max-height: calc(100vh - 240px);
    overflow: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 360px) {
  .other-data li {
    list-style: none;
    border: 1px solid #ccd2de;
    background-color: #fff;
    float: left;
    margin: 2px;
    width: 23.7%;
    border-radius: 15px;
  }

  .footer-img-data label {
    font-size: 0.743rem;
  }
  .box-img-data h5 {
    font-size: 16px;
  }
}

.arrow-left1 {
  margin-left: -12px;
}
.data-container {
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 3px;
  background-color: #f3f3ff;
  box-shadow: 0px -3px 6px #00000029;
  padding-bottom: 18px;
  padding-top: 18px;
}

.main-container {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-title h6 {
  color: #0056b2;
  font-size: 21px;
}

.tab-container .nav-item .nav-link,
.tab-container .nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.tab-container .card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.tab-container .nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
  /* overflow: auto; */
  white-space: nowrap;
}

/* .tab-container .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
} */

.tab-container .card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.bg-light-new {
  background-color: #f3f3ff;
}
.heading-blue {
  background-color: #0056b2;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  margin-bottom: 0px;
  font-size: 22px;
}
/* .tab-container .nav{
    flex-wrap:inherit;
} */
.tab-container .nav-tabs > .nav-item > .nav-link {
  color: #171717;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  /* border-radius: 30px; */
  font-size: 14px;
  padding: 11px 17px;
  line-height: 1.5;
}

.tab-container .nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

.tab-container .nav-tabs > .nav-item > .nav-link.active {
  border-bottom: 5px solid #2e72bb;
  border-radius: 0;
  color: #2e72bb;
  font-weight: bold;
}

.tab-container .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.tab-container .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.tab-container .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.tab-container .card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  /* box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); */
}

.tab-container .card li {
  display: inline-block;
}
.tab-container .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.box-content {
  /* border: 1px solid #CCD2DE; */
  border-radius: 30px;
  padding-bottom: 43px;
}
.box-content-details {
  background-color: #ffffff;
  padding: 27px 10px;
  border: 1px solid #ccd2de;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.box-content-details img {
  width: 50px;
  height: 50px;
}

.box-content1 {
  /* border: 1px solid #CCD2DE; */
  border-radius: 30px;
  padding-bottom: 43px;
}
.box-content-details1 {
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #ccd2de;
  border-radius: 16px;
  margin-bottom: 10px;
}

.box-content-details1 img {
  width: 40px;
  height: 40px;
}

.box-text {
  color: #171717;
  font-size: 20px;
  padding-left: 15px;
}

.box-text1 {
  color: #171717;
  font-size: 18px;
  padding-left: 15px;
}

.arrow-1 img {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  position: absolute;
  right: 24px;
  top: 10px;
}

.project-content {
  border: 1px solid #ccd2de;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.project-images img {
  width: 100%;
  border-radius: 10px;
}

.project-images:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 81%, rgba(0, 0, 0, 0.2) 100%);
}

.pro-container {
  position: relative;
}
.project-data {
  position: absolute;
  top: 10px;
  padding: 10px;
  width: 100%;
}
.project-data h3 {
  font-size: 20px;
  color: #fff;
}

.location-details {
  color: #fff;
  font-size: 16px;
}
.location-details > .btn-blue {
  background-color: #0056b2;
  border-color: #0056b2;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  margin-right: 1rem;
  padding: 8px 14px;
}
.brokerage-data {
  margin-top: 60px;
  color: #fff;
}

.project-icon ul {
  padding-left: 13px;
}

.project-icon li {
  list-style: none;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.home-container {
  position: relative;
}

.home-content {
  margin-bottom: 10px;
  width: 100%;
}

.home-container img {
  width: 100%;
}

.home-container h2 {
  color: #0056b2;
  font-size: 22px;
  margin-top: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.smallline-home li {
  font-size: 16px;
  line-height: 29px;
}

.smallline-home li::marker {
  font-size: 22px;
  color: #0056b2;
}
.request-btn {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-bottom: 50px;
}
.request-btn button {
  background-color: #1456b2;
  border-radius: 30px;
  padding: 14px 20px;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 18px;
}

.contact-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.contact-container h2 {
  font-size: 20px;
  color: #171717;
  margin-bottom: 0px;
}

.contact-container small {
  font-size: 14px;
  color: #171717;
}
.contact-icon {
  margin-top: -10px;
}
.contact-icon ul {
  padding-left: 0px;
}
.contact-icon li {
  list-style: none;
  float: left;
  /* margin-top: -14px;
    margin-bottom: 12px; */
  margin-right: 11px;
  border: 1px solid #0056b2;
  padding: 7px 8px;
  justify-content: center;
  display: flex;
  border-radius: 5px;
}

.circal-img1 button {
  border: 0px;
  background-color: transparent;
}

.contact-details {
  margin-top: 20px;
}

.contact-details p {
  color: #171717;
  font-size: 17px;
  font-weight: bold;
}

.fa-star:before {
  content: "\f005";
  color: #ccd2de;
  font-size: 23px;
}
.star-container ul {
  padding-left: 0px;
  border-bottom: 1px solid #ccd2de;
  padding-bottom: 43px;
}
.star-container li {
  list-style: none;
  float: left;
  margin-right: 5px;
}

.b2b-support-text p {
  font-size: 16px;
  color: #171717;
}
.b2b-support-text ul {
  margin-bottom: 35px;
  padding-left: 0px;
}

.b2b-support-text li {
  list-style: none;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.b2b-support-text {
  border-bottom: 1px solid #ccd2de;
  margin-bottom: 85px;
}

.support-icons {
  margin-right: 11px;
  border: 1px solid #0056b2;
  padding: 5px 6px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 720px) {
  #myModal .modal-dialog {
    width: 100%;
    max-width: 100% !important;
    position: absolute;
    bottom: 0;
    z-index: 999;
    margin-bottom: 0px;
    height: 400px;
  }

  #myModal1,#editLead .modal-dialog {
    width: 100%;
    max-width: 100% !important;
    position: absolute;
    bottom: 0;
    z-index: 111111;
    margin: 0;
  }
  #myModal1 select {
    /*border: 1px solid #C8D0DE!important;*/
    height: 34px !important;
    border-radius: 3px !important;
    /* width: 70px !important; */
    margin-left: 20px;
  }
}
#myModal1 select {
  /*border: 1px solid #C8D0DE!important;*/
  height: 34px !important;
  border-radius: 3px !important;
  /* width: 90px !important; */
  margin-left: 0px;
}
@media (max-width: 360px) {
  .title-mob {
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  .dataTables_length label {
    font-size: 12px;
  }
  .add-pdg {
    padding-top: 0.5rem !important;
  }
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 576px) {
  
  
.added-name{
  margin-left: -30px;
}
  .form-data-loan {
    max-height: calc(100vh - 230px) !important;
  }
  #modalresponse {
    position: absolute;
    width: 100%;
    z-index: 111;
    top: -17px !important;
    left: 28% !important;
    color: #67c271;
  }
  .modal-form{
    max-height: calc(100vh - 350px)!important;
  }
   #modalresponse {
  position: absolute;
  width: 100%;
  z-index: 111;
  top: -17px!important;
  left: 28%!important;
  color: #67c271;
}
  .box-check-input {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #postpropertyTable_wrapper {
    border-top: 1px solid #d9dee8;
  }
  #HomeLoanTable_wrapper {
    border-top: 1px solid #d9dee8;
  }
  .mob-margin-checkbox {
    margin-top: 4px;
    margin-bottom: 0px;
  }
  .form-group {
    margin-bottom: 0.8rem;
  }
  .font-weight {
    font-weight: 600 !important;
    color: #444444;
    font-size: 14px;
    line-height: 19px;
  }

  .propertyType {
    position: absolute;
    right: 16px;
    top: -1px;
  }
  #myModal1 select {
    margin-left: -24px !important;
    font-size: 18px;
    color: #5a5a5a !important;
    font-weight: 700;
    /* width: 160px !important; */
  }
  .select-w select {
    width: 105px !important;
  }
  .btn-text {
    width: 47% !important;
  }
  .btn-text-head {
    width: 47% !important;
  }
  .footer-bottom {
    background-color: #f3f3fe !important;
  }
  .home-loan-btn {
    padding: 0px 22px !important;
  }

  .mob-modal-body {
    max-width: 98% !important;
  }
  .detail-buttons {
    margin-bottom: -2.5rem;
  }
  .img-name-main {
    top: 13px !important;
    font-size: 10px !important;
    padding: 2px 2px !important;
  }
  .img-pos-main {
    width: 65px !important;
    height: 65px !important;
    top: 33px !important;
  }
  .project-slide {
    height: 110px !important;
  }
  .img-pos1 {
    padding: 0px 0px !important;
  }
  .cir-pd > .swiper-data1 {
    padding: 0px !important;
  }
  .img-name-1 {
    font-size: 11px !important;
  }
  .swiper-button-prev {
    display: none !important;
  }
  .swiper-button-next {
    display: none !important;
  }
  .image-cover {
    width: 65px !important;
    height: 65px !important;
    border: 1px solid #fff !important;
  }
  .img-pos1 {
    line-height: 12px !important;
  }
  .more-img {
    margin-top: -30px !important;
  }
  .main-swiper > .swiper-slide img {
    margin-right: 0vw !important;
    max-width: 100vw !important;
  }
  .bg-dark {
    padding-bottom: 0px;
  }
  .mymodalSwiper {
    margin: 30px 0 !important;
  }
  .mymodalSwiper > .pgination-top {
    max-width: 100% !important;
    padding: 0px 14px !important;
    top: 0px !important;
  }
  .mob-modal-content > .modal-content {
    background-color: #000 !important;
  }
  .bg-dark {
    position: relative !important;
  }
  .mob-modal-body {
    /*padding-top: 2rem!important;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .partner-bg-loan {
    padding: 0;
  }
  #myModal .modal-dialog {
    width: 100%;
    max-width: 96% !important;
  }

  #myModal1 .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .border-mob-top {
    border-top: 1px solid #d9dee8;
    min-height: calc(100vh - 150px);
  }
}
.modal-bg {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#myModal h4 {
  color: #5a5a5a;
  font-size: 17px;
  font-weight: bold;
}

#myModal .modal-header {
  padding: 1rem 2rem;
  border-bottom: none;
  justify-content: flex-start;
}

#myModal1,#editLead .modal-header {
  padding: 1rem 2rem;
  border-bottom: none;
  justify-content: flex-start;
}
.heading-icon {
  margin-right: 15px;
}

#myModal .modal-body {
  padding: 1rem 2rem;
}

#myModal label {
  font-size: 14px;
  color: #444444;
  white-space: nowrap;
}

#myModal input {
  border: 1px solid #c8d0de;
  height: 50px;
  border-radius: 5px;
  font-size: 14px;
  color: #171717 !important;
}

#myModal textarea {
  border: 1px solid #c8d0de;
  border-radius: 5px;
}

#myModal .form-check-inline {
  font-weight: bold;
}

#myModal select {
  border: 1px solid #c8d0de;
  height: 50px;
  border-radius: 5px;
}


#myModal1 h4 {
  color: #0056b2;
  font-size: 17px;
  font-weight: bold;
}

#myModal1,#editLead .modal-header {
  padding: 2rem;
}

#myModal1,#editLead .modal-body {
  padding: 0rem 2rem;
  width: 100%;
}
#edit label{
  margin-bottom: 11px !important;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    font-weight: 600;
}

#myModal1 label {
  font-size: 15px;
  color: #444444;
  margin-bottom: -5px !important;
}

#myModal1 input {
  border: 1px solid #c8d0de;
  height: 50px;
  border-radius: 20px;
  font-size: 16px;
  color: #171717 !important;
}

#myModal1 textarea {
  border: 1px solid #c8d0de;
  border-radius: 20px;
}

#myModal1 select {
  /* border: 1px solid #C8D0DE; */
  height: 50px;
  border-radius: 20px;
}

.form-control:focus {
  box-shadow: none !important;
}

.footer-img-data a {
  color: #171717;
  cursor: pointer;
}

.footer-img-data label {
  cursor: pointer;
}

.custom-select:focus {
  box-shadow: none !important;
}

.submit-btn button {
  background-color: #2e72bb;
  padding: 10px 35px;
  color: #fff;
  border: 1px solid #2e72bb;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
}

.submit-btn button:hover {
  background-color: #ccd2de;
  padding: 10px 35px;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #2e72bb;
  /* margin-right: 10px; */
}
.top-model-data {
  background-color: #ccd2de;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.close {
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  display: flex;
  float: inherit;
  padding: 3px;
}

.close img {
  width: 50px;
  height: 25px;
}

#myModal input.form-check-input {
  height: 15px !important;
}

.box-check-input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.chklbl {
  padding-left: 0.4rem;
}

#myModal input.form-check-label {
  font-weight: 600;
}

.date-label {
  width: 100%;
}

.calendar-icon {
  position: absolute;
  margin-top: 8px;
  right: 10px;
  z-index: 999;
}

.calendar-icon .input-group-text {
  background-color: transparent;
  border: none;
  padding: 1px 8px;
}
.wrapper {
  margin: auto;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 306px;
  padding-top: 5px;
}
.scrolls {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}

.imageDiv img {
  box-shadow: 1px 1px 10px #999;
  margin: 2px;
  max-height: 50px;
  cursor: pointer;
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
}

.tab-container .card-header .nav {
  flex-wrap: nowrap;
  display: inherit;
}

.tab-container .card-body {
  border-top: 3px solid #2e72bb;
  margin-top: -16px;
  background: #f3f3ff;
}

.bg-leads {
  background-color: #f3f3ff;
}

.tab-container {
  width: 100%;
}

.head-text {
  color: #171717;
  font-size: 15px;
  font-weight: bold;
}

.box1 {
  margin-right: 5px;
}

.head-box-container {
  padding-bottom: 14px;
  padding-top: 14px;
  border-bottom: 1px solid #ced2d9;
  position: relative;
}

.text1 {
  font-size: 18px;
}

.rupee-img img {
  width: 18px;
}

.tab-content {
  margin-bottom: 50px;
}

.dot-details {
  position: absolute;
  right: 20px;
  top: 27px;
}

.date-details {
  position: absolute;
  right: -10px;
  top: 22px;
  line-height: 18px;
  font-size: 13px;
}

.sidebar {
  background-color: #f3f3fe;
}

.sidbar-text {
  font-size: 16px;
  padding-left: 5px;
  z-index: 2222;
}

.sidbar-text1 {
  font-size: 16px;
  padding-left: 5px;
  padding-top: 25px;
}

.sidbar-text2 {
  font-size: 15px;
  padding-left: 5px;
  padding-top: 29px;
}

@media screen and (max-width: 991px) {
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
    padding: 0px 15px !important;
  }
  .partner-bg-home {
    z-index: 1;
  }
}
.is-collapsed .sidebar .sidebar-inner .sidebar-logo {
  padding: 33px 12px;
}

.sidebar-menu li a {
  color: #5a5a5a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; */
}

.sidebar-menu li {
  /*border-bottom: 1px solid #CED2D9;*/
  margin-left: 16px;
  margin-right: 16px;
}

.sidebar-menu li a:focus,
.sidebar-menu li a:hover {
  color: #e75922;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; */
}

/*.sidebar-menu li a:focus, .sidebar-menu li a:hover:last-child{*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/
.dropdown-menu > .sidebar-link {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.dropdown-menu > .sidebar-link:hover {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  font-weight: 700;
}

.is-collapsed .sidebar .sidebar-inner .sidebar-menu ul.dropdown-menu {
  padding-left: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.ear-text {
  padding-right: 10px;
}

.sidebar-menu li.dropdown .arrow {
  font-size: 16px;
}

/* new css */

@media screen and (min-width: 991px) {
  .container-wide {
    padding-left: 140px;
  }
}
.is-collapsed .container-wide {
  padding-left: 30px !important;
}

.sidebar-logo {
  background-color: #f3f3ff;
  border-bottom: 1px solid #ccd2de;
  border-right: 1px solid #ccd2de;
}

.sidebar-logo a .logo-text img {
  width: 100%;
  height: 24px;
}

.sidebar ul {
  background-color: #ffff;
  border: 1px solid #ccd2de;
  border-top: none;
  margin-top: -1px;
  padding: 0px 12px;
}

.bg-white1 {
  background-color: #fff;
}

.white-container {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d9dee8;
  padding: 12px;
  font-size: 13px;
  font-weight: bold;
}
.white-container .row {
  align-items: center;
}

.white-container .form-control {
  font-size: 16px;
  font-weight: 800;
}

.container-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.new-select {
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 2 4 4'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 0.75rem center/12px 11px no-repeat;
  font-size: 13px;
}

.custom-select {
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 2 4 4'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 0.75rem center/12px 11px no-repeat;
  font-size: 13px;
  font-weight: 400;
  color: #959595;
  height: 38px;
}

@media (max-width: 576px) {
  #myModal1,#editLead .modal-body {
  padding: 0rem 24px;
  width: 100%;
}
  .white-container .form-row {
    line-height: 34px;
  }
  .footer-bg {
    align-items: center;
    justify-content: center;
    background-color: #f3f3ff;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.desk-pdb {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .mob-pdb {
    padding-bottom: 10px;
  }
}

@media (max-width: 1280px) {
  .btn-text {
    padding: 12px 20px !important;
  }
  .btn-text-head {
    padding: 12px 20px !important;
  }
}

.btn-text {
  background-color: #0056b2;
  border: none;
  color: #f3f3ff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
}
.btn-text-head {
  background-color: #0056b2;
  border: none;
  color: #f3f3ff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
}

.btn-text-sign {
  background-color: #0056b2;
  border: none;
  color: #f3f3ff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
  height: 49px;
  width: 147px;
}
.btn-text-back-sign {
  background-color: #ccd2de;
  border: none;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  height: 49px;
  width: 147px;
  margin-right: 14px;
}

.btn-text:hover {
  background-color: #ccd2de;
  border: none;
  color: #5a5a5a;
}
.btn-text-head:hover {
  background-color: #ccd2de;
  border: none;
  color: #5a5a5a;
}

.btn-text:focus {
  background-color: #0056b2;
  border: none;
  color: #fff;
}
.btn-text-head:focus {
  background-color: #0056b2;
  border: none;
  color: #fff;
}
.btn-reset {
  background-color: #ccd2de;
  border: none;
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 700;
}

.btn-reset:hover {
  background-color: #ccd2de;
  border: none;
  color: #5a5a5a;
}

.btn-reset:focus {
  background-color: #0056b2;
  border: none;
  color: #fff;
}

.reaset-btn {
  margin-left: 8px;
  background-color: #ccd2de !important;
  color: #171717 !important ;
}
.reaset-home-btn {
  background-color: #ccd2de !important;
  border: 1px solid #ccd2de;
  color: #171717;
  margin-right: 12px;
}
.reaset-home-btn:hover {
  background-color: #ccd2de !important;
  border: 1px solid #ccd2de;
  color: #171717;
  margin-right: 12px;
}

.footer-bg {
  background-color: #f3f3ff;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}

.company-name1 {
  font-size: 12px;
  color: #5a5a5a;
  display: block;
}

.company-name1 a {
  color: #5a5a5a;
  text-decoration: none;
}

.company-name {
  font-size: 12px;
  color: #5a5a5a;
  padding-left: 8px;
}

.company-name a {
  color: #5a5a5a;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .mob-view {
    display: none;
  }

  .desk-view {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .mob-confing-view {
    display: block !important;
  }
  .mob-view {
    display: block;
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
  }

  .num-visit h4 {
    font-size: 24px;
  }
  .num-visit-earn h4 {
    font-size: 24px;
  }
  .desk-view {
    display: none;
  }

  .navbar-mt {
    margin-top: 0px;
    float: right;
  }
  .btn-heading {
    margin-left: 20px;
    margin-top: 4px;
  }
}
.btn-heading {
  margin-left: 20px;
  margin-top: 4px;
}

.sidebar-logo .mobile-toggle a {
  color: #0056b2;
}

@media only screen and (max-width: 600px) {
  .num-visit h4 {
    font-size: 24px !important;
  }
  .num-visit-earn h4 {
    font-size: 24px !important;
  }
}
/* End-new css */

.header-content {
  background-color: #fff;
  height: 72px;
  border-bottom: 1px solid #ccd2de;
}
.desk-height {
  height: 72px;
  border-bottom: 1px solid #ccd2de;
}
.title-name {
  font-size: 20px;
  font-weight: bold;
  color: #0056b2;
  display: block;
}
.title-name1 {
  font-size: 20px;
  font-weight: bold;
  color: #0056b2;
  padding-left: 15px;
}
.space-between {
  justify-content: space-between;
}

.user-info {
  float: right;
  padding-right: 25px;
  color: #171717;
}
.user-name {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.user-name,
.profile-menu,
.pro-image,
.pro-text,
.title,
.user-info {
  display: inline-block;
  vertical-align: middle;
}
.main-box {
  background-color: #dbdfef;
  border: #ccd2de;
}
.user-info > .profile-menu {
  margin-top: -8px;
}
.user-name {
  margin-top: -3px;
}
.pro-text {
  line-height: 18px;
}
.main-box-data {
  /* width: 198px; */
  background-color: #f3f3ff;
  border-radius: 5px;
  height: 88px;
  overflow: hidden;
  position: relative;
}
.main-box-data h5 {
  font-size: 14px;
  color: #5a5a5a;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f3f3ff;
  text-align: center;
}

.swiper-button-prev {
  background-image: url("../images/prev-slide.svg") !important;
  left: -6px !important;
  margin-top: -15px !important;
}

.swiper-button-next {
  background-image: url("../images/next-slide.svg") !important;
  margin-top: -15px !important;
  right: -20px !important;
}

.swiper-button-prev-new {
  background-image: url("../images/top-prev.svg") !important;
  left: 0px !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next-new {
  background-image: url("../images/top-next.svg") !important;
  right: -6px !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next-status {
  background-image: url(../images/next-slide.svg) !important;
  margin-top: 0px !important;
  right: 5% !important;
  height: 100% !important;
  top: 5% !important;
  opacity: 0;
  width: 12% !important;
}

.swiper-button-prev-status {
  background-image: url(../images/next-slide.svg) !important;
  margin-top: 0px !important;
  left: 5% !important;
  height: 100% !important;
  top: 5% !important;
  opacity: 0;
  width: 12% !important;
}

.swiper-button-prev-new,
.swiper-rtl .swiper-button-next-new {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next-new,
.swiper-button-prev-new,
.swiper-button-next-status,
.swiper-button-prev-status {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.dashboard-info {
  background-color: #f3f3ff;
  padding-left: 2rem;
  padding-right: 2rem;
}
.site-visit {
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  border: 1px solid #d9dee8;
  height: 60px;
}

.addLeads > .pl-2 {
  height: 60px;
  padding-left: 0.7rem !important;
  padding-right: 1.4rem !important;
}
.addLeads {
  background: #fff;
  border-radius: 10px;
  padding: 0.5rem 0px;
  border: 1px solid #ccd2de;
}

.addLeads h5 {
  color: #171717;
  font-size: 13px;
}
.addLeads h6 {
  font-size: 20px;
  font-weight: 600;
  color: #e75922;
  text-align: right;
  padding-right: 16px;
  margin-bottom: 0px;
}
.leads {
  background: #fff;
  border-radius: 5px;
  padding: 10px 22px;
  border: 1px solid #d9dee8;
  height: 450px;
}
.leads p {
  color: #5a5a5a;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.leads img {
  /* width: 30px; */
  height: 100%;
}
.lead-icon-img img {
  width: 20px !important;
  height: 20px;
}
.lead-icon-img h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #5a5a5a;
}
.earn-icon-img img {
  /* width: 30px; */
  height: 24px;
}
.site-visit img {
  /* width: 30px!important; */
  height: 28px;
}
.titleLeft {
  margin-left: 10px;
}
.site-visit h6 {
  font-size: 16px;
  font-weight: 500;
  color: #5a5a5a;
}
.num-visit h4 {
  font-size: 40px;
  font-weight: 500;
  color: #5a5a5a;
}
.num-visit-earn h4 {
  font-size: 29px;
  font-weight: 500;
  color: #5a5a5a;
}
.num-visit img {
  height: 37px;
  width: 100% !important;
}
.call {
  background-color: #0056b2;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  justify-content: center;
  color: #fff;
  height: 37px;
}
.call h5 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.call h4 {
  font-size: 21px;
  font-weight: 700;
  color: #5a5a5a;
}
.num-visit small {
  float: right;
}
.top-projects {
  background-color: #fff;
  padding: 15px 30px;
  border: 1px solid #d9dee8;
  border-radius: 5px;
  height: 517px;
  z-index: 1;
  position: relative;
}
.top-img img {
  height: 20px;
  width: 20px !important;
}
.top-projects h6 {
  font-size: 16px;
  font-weight: 500;
  color: #5a5a5a;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.project-list {
  background-color: #fff;
  border: 1px solid #ccd2de;
  border-radius: 5px;
  overflow: hidden;
}
.project-list h4 {
  font-size: 14px;
  font-weight: 600;
  color: #5a5a5a;
  padding: 10px;
}
.project-list img {
  width: 100% !important;
  height: 100% !important;
}
/* .top-projects p{
    color: #5A5A5A;
    font-size: 12px!important;
    text-align: center;
    font-weight: 400;
} */
.count-leads {
  position: relative;
}
.count-num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.scroll-container {
  padding-top: 15px;
  padding-left: 14px;
  padding-right: 11px;
  padding-bottom: 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.mainSlider.swiper-horizontal.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px !important;
  left: -30px !important;
}
.swip-pg {
  margin-right: 30px !important;
}
.img-pos {
  position: absolute;
  z-index: 111;
  top: 95%;
  color: #fff;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgb(0 0 0 / 0%) 100%,
    rgba(0, 0, 0, 0) 100%,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0) 100%,
    rgba(0, 0, 0, 0.6) 81%,
    rgba(0, 0, 0, 0) 100%
  );
}
.img-name {
  position: relative;
  top: -10px;
  font-size: 12px;
}

table {
  border-collapse: collapse;
}
.main-title td {
  padding: 10px 15px;
}
.main-title img {
  height: 18px;
  margin: 0px 10px;
}
.main-title span {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
.main-title button {
  background-color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
}
.main-pagination span {
  font-size: 13px;
  font-weight: 400;
  margin: 0px 6px;
}
.main-heading tr {
  border-top: 1px solid #d9dee8;
  border-bottom: 1px solid #d9dee8;
}
.tbl-heading td {
  font-size: 13px;
  font-weight: bold;
  padding: 18px 15px;
  color: #444444;
}
.tbl-body td {
  font-size: 13px;
  font-weight: normal;
  padding: 15px;
}
.tbl-body tr {
  border-bottom: 1px solid #d9dee8;
}
.tbl-body tr:last-child {
  border-bottom: none;
}
.table-rows {
  font-size: 13px;
  color: #444444;
}
.board {
  border: 1px solid #d9dee8;
  background: #fff;
  border-radius: 4px;
  overflow: auto;
  width: 100%;
}

.no-of-rows select {
  padding: 4px 14px;
  border: 1px solid #c8d0de;
  border-radius: 5px;
  font-weight: 700;
}

/*2nd popup style css*/

.sidebar-menu li.dropdown.open > a {
  color: #5a5a5a;
}
ul.dropdown-menu {
  padding-left: 0px !important;
}

ul.dropdown-menu li:last-child {
  border-bottom: none;
}

#myModal1 {
  color: #444444;
  font-size: 17px;
  font-weight: bold;
  display: contents;
  text-transform: capitalize;
}
#editLead h4 {
  color: #0056B2;
  font-size: 20px;
  font-weight: bold;
  display: contents;
  text-transform: capitalize;
  line-height: 27px;
}

.head-text1 {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  background: #0056b2;
  padding: 2px 15px;
  margin-left: 10px;
  border-radius: 5px;
}
.pro-details {
  font-size: 14px;
  color: #444444;
}

#myModal1 .modal-header {
  display: block;
}
#myModal1 h6 {
  font-size: 14px;
  color: #5a5a5a;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.text-col {
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  padding-left: 6px;
  display: inline-block;
}

.text-col1 {
  color: #444444;
  font-size: 13px;
  font-weight: bold;
  padding-left: 11px;
}
#myModal1 select {
  border: none;
}

#myModal1 select {
  /* border: 1px solid #C8D0DE; */
  height: 22px;
  border-radius: 20px;
  /* width: 70px; */
  margin-left: -30px;
}

.status-data {
  font-weight: bold;
  padding: 20px 0px;
}

.status-data1 {
  font-weight: bold;
  padding: 20px 0px;
  border: 1px solid #d9dee8;
  padding: 18px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.arrow-text {
  margin-right: 6px;
}

.newtext {
  text-align: right;
  margin-left: -24px;
}

.toggle {
  --width: 60px;
  --height: calc(var(--width) / 3);

  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--height);
  cursor: pointer;
}

.toggle input {
  display: none;
}

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #ccc;
  transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--height));
  height: calc(var(--height));
  border-radius: calc(var(--height) / 2);
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked + .slider {
  background-color: #1456b2;
}

.toggle input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  top: 2px;
  left: 0;
  width: 87%;
  height: 92%;
  font-size: 12px;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 5px;
  color: #4d4d4d;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 5px;
  color: #ffffff;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.box-project {
  margin-top: 5px;
  padding: 0;
}

.main-table a {
  color: #171717;
  text-decoration: none;
}

.box-project h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.mySwiper .swiper-pagination {
  text-align: center;
  bottom: 15px !important;
}
.mySwiper .swiper-horizontal > .swiper-pagination-bullets,
.mySwiper.swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper.swiper-pagination-custom,
.mySwiper.swiper-pagination-fraction {
  /* bottom: 24px!important;
    left: -30px!important; */
  bottom: 0px;
}

@media only screen and (max-width: 600px) {
  /*.text-col {*/
  /*    color: #444444;*/
  /*    font-size: 15px;*/
  /*    font-weight: bold;*/
  /*    padding-left: 6px;*/
  /*    position: absolute;*/
  /*    margin-left: 100px;*/
  /*    top: 0px*/
  /*}*/

  #myModal1 h6 {
    justify-content: left;
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .text-col1 {
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    padding-left: 6px;
    top: 0px;
    display: inline-block;
  }
  .mar-top {
    margin-bottom: 8px;
  }

  #myModal1,#editLead .modal-header {
    /* margin-top: 10px; */
    padding: 24px; 
    padding-bottom: 1rem;
    height: 100%;
  }
  #myModal1 form {
    padding: 0rem 1rem;
    margin-top: -15px;
  }

  .top-projects {
    padding: 15px 20px;
    margin-top: -30px;
  }

  /*#myModal1  .modal-title{*/
  /*    margin-bottom:  21px;*/
  /*    margin-left: 2px;*/
  /*}*/

  .pro-details {
    margin-top: 4px;
    margin-bottom: 9px;
  }
  .call {
    width: 100%;
  }
}

.sticky-top {
  z-index: 2 !important;
}
.partner-bg-home {
  background-color: #dbdfef;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
.form-data {
  padding-left: 0px;
  padding-right: 0px;
}

.form-data-loan {
  padding-left: 24px;
  padding-right: 24px;
}
.form-project-data {
  padding-left: 16px;
  padding-right: 16px;
}

.btn-footer {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .pr-2 {
    padding-right: 0.5rem !important;
    width: 36px;
    display: inline-block;
  }
  .btn-footer {
    text-align: left;
  }
}
.bg-homeloan {
  background-image: url("../images/bg-homeloan-upd.png");
  background-repeat: no-repeat;
  /* background-position: bottom right; */
  height: 400px;
  background-size: contain;
}
.home-loan-btn {
  margin-bottom: 0;
  padding: 22px 22px;
  border: 1px solid #ccd2de;
  border-left: 0;
  border-right: 0;
}
.home-loan-btn-sign {
  margin-bottom: 0;
  padding: 22px 0px;
  text-align: right;
}
.lbl-sign label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #444444;
}
.site-visit-img img {
  height: 27px;
  width: 27px !important;
}
.eran-img img {
  height: 288px;
}
.title {
  margin-top: -8px;
}

.title-left-menu img {
  height: 24px;
}

@media only screen and (min-width: 1280px) {
  .desk-width > .col-xl-width {
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
  }
  .desk-width > .col-xl-width:last-child {
    flex: 0 0 35.333333%;
    max-width: 35.333333%;
  }
}
.text-size {
  color: #5a5a5a;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.top-projects > .swiper {
  position: static;
}
.swiper-data1 > .swiper {
  position: static;
}
.title img {
  height: 24px;
}

.login-form {
  width: 820px;
  box-sizing: border-box;
  border: 1px solid #b5bed0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin: 7rem auto 5rem;
}
.sign-up-form {
  width: 560px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  margin: 3rem auto 5rem;
}
.sign-up-footer {
  width: 560px;
  box-sizing: border-box;
  margin: 0px auto;
}
.sign-up-form h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #0056b2;
}
.sign-up-form p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  color: #444444;
}

@media only screen and (max-width: 820px) {
  .login-form {
    width: 720px;
  }
  .login-footer p {
    font-size: 13px !important;
  }
  .divider {
    width: 100% !important;
  }
  .login-footer-main {
    width: 150px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 769px) {
  .login-form {
    width: auto;
    margin: 3rem 1rem 4rem;
  }
}

.login-box {
  padding: 30px 10px;
  width: 300px;
  margin: 0px auto;
  /* box-shadow: 0 15px 25px rgba(0,0,0,.6); */
  border-radius: 10px;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: left;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 30px 10px 10px;
  font-size: 13px;
  color: #171717;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #b3bbcb;
  outline: none;
  background: transparent;
  border-radius: 0px;
  filter: grayscale(100%) brightness(110%);
}
.login-box .user-box label {
  position: absolute;
  top: -5px;
  left: 0px;
  padding: 9px 0px;
  font-size: 12px;
  color: #171717;
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -12px;
  left: 0px;
  color: #0056b2;
  font-size: 12px;
  width: 100%;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #0056b2;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}

.login-box a:hover {
  background: #0056b2;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #0056b2, 0 0 25px #0056b2, 0 0 50px #0056b2,
    0 0 100px #0056b2;
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0056b2);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #0056b2);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #0056b2);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #0056b2);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}
.border-right-login {
  border-right: 1px solid #b5bed0;
  background-image: url(../images/login-bg.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: bottom center;
}
.login-bg {
  background-image: url("../images/login-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.mob-confing-view {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .status-data1 {
    height: 48px;
  }
  .modal-popup-height {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(96vh - 180px);
    padding-right: 0px;
  }
  .modal-popup-height::-webkit-scrollbar {
  background-color: #ddd;
  width: 3px;
  display: none;
};



  
  .desk-width {
    padding-bottom: 2rem;
  }
  .table-title small {
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
  }
  .form-project-data {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-button-prev-status {
    left: 0% !important;
  }
  .swiper-button-next-status {
    right: 0% !important;
  }
  .top-projects {
    border-radius: 10px;
  }
  .mainSlider.swiper-horizontal.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5px !important;
    left: -15px !important;
  }
  .modal-backdrop.show {
    opacity: 0 !important;
  }
  .leads {
    background-color: #f3f3ff !important;
  }
  .progress {
    background-color: #f3f3ff !important;
  }
  .addLeadBoard {
    background: #00000085 !important;
  }
  .addLeadBoard > .modal-dialog {
    margin: 0rem !important;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  /*.offerBoard > .modal-dialog {*/
  /*    margin: 0rem!important;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*}*/
  /*.offerContent > .modal-content{*/
  /*    height:100%;*/
  /*}*/
  .leadContent > .modal-content {
    border-radius: 10px !important;
  }
  .add-title h6 {
    font-size: 13px !important;
    color: #171717;
  }
  .leadMargin {
    margin-bottom: -30px !important;
  }
  .leadHeight {
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: calc(100vh - 220px);
    margin-top: 0.5rem;
  }
  .site-visit {
    display: none !important;
  }
  .mob-confing-view {
    display: block !important;
  }
  .mob-view {
    background-image: linear-gradient(
      to right,
      rgba(255, 0, 0, 0),
      rgba(255, 0, 0, 0),
      rgb(205 205 240)
    );
    z-index: 999;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: none;
  }
  .col-md-12.bg-white.add-pdg.pb-4 {
    background-color: transparent !important;
  }
  .box-project span {
    margin-left: 16px;
  }
  .brd-new-bottom {
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #d9dee8;
  }
  .box-project {
    margin-bottom: 0rem;
    margin-top: 20px;
  }
  .box-project h3 {
    margin-left: -10px;
  }
  .box-project img {
    margin-right: 14px;
  }

  .status-data1 {
    font-weight: bold;
    padding: 20px 0px;
    border-bottom: 1px solid #d9dee8;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 4px;
    margin-bottom: 0px;
    border-radius: 0px;
  }

  .staus-data {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #333639;
  }

  .title-modal {
    display: flex;
    align-items: center;
  }

  .lead-board {
    border: none;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    padding: 0px 0px;
    min-height: calc(100vh - 150px);
  }
  .lead-tbl-body tr {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #d9dee8;
  }

  .loc-position a {
    padding-left: 10px;
  }
  .lead-people a {
    font-size: 16px;
    font-weight: 600;
  }

  .table-view {
    display: none;
  }
  .lead-tbl-body td {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }
  .project-name {
    display: inline;
  }
  .project-name a {
    border-right: 1px solid #171717;
    padding-right: 10px;
  }
  .loc-position {
    display: inline;
  }
  td.lead-people {
    display: block;
  }

  .login-box .user-box {
    margin-top: 2rem !important;
  }
  .login-box .user-box input {
    padding: 12px 10px 10px !important;
    margin-bottom: 20px !important;
    border: 1px solid #b3bbcb !important;
    border-radius: 5px !important;
    height: 50px;
  }
  .login-box .user-box label {
    top: -40px !important;
    font-size: 14px !important;
    font-weight: 600;
    color: #444444;
  }
  .btn-text {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .btn-text-head {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .login-footer a {
    text-decoration: underline #c4c4c4 !important;
  }
  .login-box {
    padding: 10px 12px;
    width: 100%;
  }
  .login-box img {
    height: 24px;
  }
  .sign-header {
    padding: 1rem 24px !important;
    background-color: transparent !important;
  }
  .sign-up-form {
    margin: 0rem auto;
    width: 100%;
    padding: 24px 24px;
    border-radius: 15px 15px 0px 0px !important;
    border-top: 1px solid #ddd;
    box-shadow: 7px -2px 7px #d8d8ec;
    /* margin-top: -2px; */
    z-index: 1000;
    background-color: #f3f3fe;
  }
  .lbl-sign label {
    margin-bottom: 14px !important;
  }
  .field-margin {
    margin-top: 1rem !important;
  }
  .sign-up-footer {
    width: 100%;
  }
  .home-loan-btn-sign {
    text-align: center;
  }
  .bg-white-main {
    background-color: transparent !important;
    /* margin-top: -4rem; */
  }
}
.bg-white-main {
  background-color: #fff;
}

.current {
  background-color: #f3f3ff;
}

/*table prev next start ---------------------------------*/
.button-prev-next {
  border: none;
}
.button-prev-next i {
  pointer-events: none;
}
.button-prev-next:disabled {
  color: #b3b3b3;
  pointer-events: none;
}
.button-prev-next,
.link {
  height: 30px;
  width: 30px;
  font-size: 13px;
  color: #666;
  border-radius: 6px;
  cursor: pointer;
}
.button-prev-next:hover,
.link:hover {
  color: #fff;
  color: #007fff;
}
.button-prev-next.active,
.link.active {
  color: #fff;
  color: #007fff;
}
.links {
  column-gap: 16px;
}
.link {
  font-weight: 500;
  text-decoration: none;
}

.button-prev-next.btn {
  width: 130px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  transition: 1s ease-in-out;
}
.button-prev-next.btn span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.button-prev-next svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #91c9ff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}
.button-prev-next.btn:hover {
  transition: 1s ease-in-out;
}
.button-prev-next.btn:hover svg {
  stroke-dashoffset: -480;
}

/*table prev next end ---------------------------------*/

/* profile page start ---------------------------------*/

.profile-white-bg {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #ccd2de;
  overflow: hidden;
}

.user-image {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid #dbdbdb;
}
@media only screen and (max-width: 576px) {
  .card-img-top-mob {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .details-body {
    margin-bottom: 0.5rem;
  }
  .location-margin {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
  }
  .details-card > .card {
    border-radius: 0px !important;
    border-bottom: none !important;
    background-color: #f3f3ff;
  }
  .modal {
    background: #00000085 !important;
  }
  #projectView {
    margin: -0.5rem -18px !important;
  }
  .newtext {
    padding-right: 0;
  }
  .partner-bg1 {
    padding: 0px 25px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 190px) !important;
  }
  .partner-bg-details {
    padding: 0px;
    overflow: hidden;
  }
  .partner-bg-add {
    padding: 0px 0px;
    background-color: transparent !important;
  }
  .profile-white-bg {
    padding: 1rem;
    border-radius: 20px;
    border: none;
    margin-top: 20px;
  }
  .user-image {
    width: 90px;
    height: 90px;
  }
  .user-main-contact {
    display: flex;
  }
  .user-info-acc p {
    margin-bottom: 5px;
  }
  .user-contact {
    margin-top: 0.8rem !important;
  }
  .rate {
    padding: 0px 15px !important;
  }
  .user-rating {
    margin-top: 0.5rem !important;
  }
}

.user-info-acc h5 {
  color: #171717;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.2px;
  font-weight: 700;
}
.user-contact {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.user-contact h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.user-p {
  margin-top: 1.7rem;
}
.user-p p {
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  line-height: 19px;
}
.user-rating {
  font-size: 16px;
  font-weight: 600;
  margin-top: 3rem;
}
.rate {
  float: left;
  padding: 0 0px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  color: #ccc;
  margin: 2px;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #0256b2;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #0256b2;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #0256b2;
}
.user-title {
  margin-bottom: 1rem;
}
.user-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: #171717;
}

/* profile page end ---------------------------------*/

/* table page start ---------------------------------*/
.dataTables_wrapper .dataTables_length {
  float: right !important;
  padding: 14px 20px !important;
}
.dataTables_wrapper .dataTables_length select {
  padding: 5px 12px !important;
  background: #fff !important;
}
.dataTables_wrapper .dataTables_filter {
  padding: 14px 20px;
}
.dataTables_wrapper .dataTables_filter input {
  height: calc(1.3em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7b8a8b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dataTables_length label {
  margin-bottom: 0px !important;
  font-size: 0.8rem;
}
.dataTables_filter label {
  margin-bottom: 0px;
}
.dataTables_length select {
  margin: 0px 5px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: calc(1.3em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 14px 18px;
  border-bottom: 1px solid #d9dee8 !important;
  border-top: 1px solid #d9dee8 !important;
  padding: 14px 18px !important;
}
table.dataTable tbody tr td {
  border-bottom: 1px solid #f3f3ff;
  font-size: 14px;
  text-transform: capitalize;
  background: transparent;
  font-weight: 400;
}
table.dataTable tbody tr:last-child {
  border-bottom: none !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 16px 16px !important;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
.dataTables_info {
  font-size: 13px;
  font-weight: 600;
  padding: 18px 14px;
  margin-top: 7px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  font-size: 14px;
  font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 1em !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background-color: #ccd2de !important;
  border: none !important;

  background: linear-gradient(to bottom, #ccd2de 0%, #ccd2de 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 12px 14px !important;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.tbl-heading td:last-child {
  background-image: none !important;
}

@media only screen and (max-width: 576px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }
  .dataTables_wrapper .dataTables_length {
    float: left !important;
    padding: 6px 0px !important;
  }
  .dataTables_wrapper .dataTables_filter {
    padding: 6px 0px !important;
  }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: left !important;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  #statusTable td {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #statusTable tbody tr {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  #leadTable table.dataTable tr {
    background-color: transparent !important;
  }

  .project-img img {
    margin-top: 7px;
    float: right;
    margin-right: 16px;
  }
  #statusTable table.dataTable tr {
    background-color: transparent !important;
  }
  #statusTable td:nth-child(3) {
    position: absolute;
    right: 20px;
    top: 12px;
  }

  #statusTable td:nth-child(1) {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  #statusTable td:nth-child(1),
  #statusTable td:nth-child(2) {
    display: block;
  }

  #salesTable td:nth-child(2),
  #salesTable td:nth-child(3) {
    display: inline-flex;
    margin-bottom: 5px;
    margin-top: 3px;

  }
  #salesTable td:nth-child(1) {
    display: block;
  }
   #salesTable td:nth-child(4),
   #salesTable td:nth-child(5),
   #salesTable td:nth-child(6) {
    display: none!important;
    background: transparent;
  }

   #salesTable td:nth-child(6) {
    background: transparent;
  }

   #salesTable td:nth-child(2)::after {
    content: "";
    border-right: 0.7px solid #c2c2c2;
    margin: 0px 10px;
  }

  #HomeLoanTable_wrapper table.dataTable tr {
    background-color: transparent !important;
  }
  #HomeLoanTable_wrapper td:nth-child(7) {
    padding-left: 10px !important;
  }

  #leadTable td:nth-child(9) {
    position: absolute;
    right: 20px;
    top: 14px;
  }
  #leadTable td:nth-child(10) {
    position: absolute;
    right: 5px;
    bottom: 12px;
    font-style: italic;
    font-size: 14px;
    color: #171717;
    background: transparent;
  }
  /*--------2,4,5,6,9,10 */

  #leadTable td:nth-child(1),
  #leadTable td:nth-child(3),
  #leadTable td:nth-child(7),
  #leadTable td:nth-child(8) {
    display: none;
  }
  #leadTable td:nth-child(2) {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
  #leadTable td:nth-child(4),
  #leadTable td:nth-child(5) {
    display: inline-flex;
    margin-bottom: 5px;
    margin-top: 3px;
  }

  #leadTable td:nth-child(4)::after {
    content: "";
    border-right: 0.7px solid #c2c2c2;
    margin: 0px 10px;
  }

  #postpropertyTable td:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    display: block;
  }

  #postpropertyTable td:nth-child(1) #postpropertyTable td:nth-child(3),
  #postpropertyTable td:nth-child(2) {
    background: transparent;
  }

  #postpropertyTable td:nth-child(1),
  #postpropertyTable td:nth-child(4),
  #postpropertyTable td:nth-child(6),
  #postpropertyTable td:nth-child(7),
  #postpropertyTable td:nth-child(8) {
    display: none;
  }

  #postpropertyTable td:nth-child(2){
        display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  #postpropertyTable td:nth-child(3),
  #postpropertyTable td:nth-child(5) {
    display: inline-flex;
        margin-bottom: 5px;
    margin-top: 3px;
  }

  #postpropertyTable td:nth-child(3)::after {
    content: "";
    border-right: 0.7px solid #c2c2c2;
    margin: 0px 10px;
  }

  #postpropertyTable td:nth-child(6)::before {
    content: "";
    border-right: 0.7px solid #c2c2c2;
    margin: 0px 10px;
  }

  #postpropertyTable td:nth-child(9) {
    position: absolute;
    right: 20px;
    top: 8px;
  }
   #postpropertyTable td:nth-child(10) {
    position: absolute;
    right: 5px;
    bottom: 12px;
    font-style: italic;
    font-size: 14px;
    color: #171717;
    background: transparent;
  }

  table.dataTable tbody tr td {
    border-bottom: none;
  }

  #HomeLoanTable_wrapper td:nth-child(4) {
    content: "";
    border-left: 0.7px solid #c2c2c2;
    padding-left: 10px !important;
  }
  #HomeLoanTable_wrapper td:nth-child(1),
  #HomeLoanTable_wrapper td:nth-child(6),
  #HomeLoanTable_wrapper td:nth-child(7),
  #HomeLoanTable_wrapper td:nth-child(4) {
    display: none;
  }

  #HomeLoanTable_wrapper td:nth-child(2) {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  #HomeLoanTable_wrapper td:nth-child(3),
  #HomeLoanTable_wrapper td:nth-child(4) {
    display: inline-flex;
    padding-right: 10px !important;
  }

  #HomeLoanTable_wrapper td:nth-child(8) {
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #HomeLoanTable_wrapper td:nth-child(9){
    position: absolute;
    right: 5px;
    bottom: 12px;
    font-style: italic;
    font-size: 14px;
    color: #171717;
    background: transparent;
  }
 
  table.dataTable tbody tr td {
    border-bottom: none;
    border-top: none !important;
  }

  table.dataTable tbody tr {
    background-color: transparent !important;
    display: block !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-top: 1px solid #d9dee8;
    text-transform: capitalize;
    background-image: url(../../assets/images/filter.svg);
    background-repeat: no-repeat;
    background-position: 98% 28%;
    background-size: 4px;
    position: relative;
  }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 0px 0px !important;
  }

  #leadTable td:nth-child(3)::after {
    content: "";
    border-right: 0.7px solid #c2c2c2;
    margin: 0px 10px;
  }
  /*.dataTables_length{*/
  /*    display:none;*/
  /*}*/
  .dataTables_wrapper .dataTables_filter {
    display: none;
  }
  .dataTables_wrapper .dataTables_paginate {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #fff;
    height: 43px;
    justify-content: center;
  }
  .dataTables_info {
    background: #fff;
    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.3em !important;
  }
  .leads {
    height: auto;
  }
  .top-projects {
    height: auto;
  }
  table.dataTable tbody tr:last-child {
    margin-bottom: 2rem !important;
  }
  /* .dashboard-info  .swiper-wrapper{
display: inline;
}
.swiper-button-next-new,.swiper-button-prev-new{
    display: none;
}
.dashboard-info  .swiper-pagination{
    display: none;
} */
}

a#leadTable_previous {
  color: transparent !important;
  background-image: url(../images/prev-add.svg);
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
  margin-right: 10px;
  overflow: hidden;
  background-position: center center;
}

a#leadTable_next {
  color: transparent !important;
  background-image: url(../images/next-add.svg);
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
  margin-right: 10px;
  overflow: hidden;
  background-position: center center;
}

.wave-effect > .title {
  margin-top: 0px !important;
}

/* table page end ---------------------------------*/

.top-b-img {
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 3px;
  margin-bottom: -3px;
}
.search-icon-mob {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 111;
}
.search-icon-mob img {
  height: 24px;
}
.searchProject-icon-mob {
  position: absolute;
  right: 24px;
}
.searchProject-icon-mob img {
  height: 26px;
}
.addProject-icon-mob {
  position: absolute;
  right: 60px;
}
.addProject-icon-mob img {
  height: 26px;
}
.close {
  margin-right: 0;
}
.title-mob {
  padding: 20px 24px 12px 24px;
}
.title-mob img {
  height: 24px;
}
.title-mob h4 {
  font-size: 18px;
  margin-bottom: 0px !important;
  font-weight: 700;
  color: #0056b2;
}
.title-mob-add {
  padding: 12px 24px 24px 24px;
}

.title-mob-add img {
  height: 24px;
}
.title-mob-back {
  cursor: pointer;
}
.title-mob-back img {
  height: 20px;
}
.title-mob-back a {
  color: #fff;
  text-decoration: none;
}
.title-mob-add h4 {
  font-size: 20px;
  margin-bottom: 0px !important;
  font-weight: 700;
  color: #0056b2;
  line-height: 27px;
}
.close-btn > .close {
  position: absolute !important;
  right: 20px;
  top: 12px;
}
.close-btn h4 {
  font-size: 16px;
  margin-bottom: 10px !important;
  font-weight: 700;
}

.lead-close-btn > .close {
  position: absolute !important;
  right: 10px;
  top: -40px;
  background: #3a3a3d;
  padding: 2px 7px;
  border-radius: 50%;
  color: #fff;
}
.add-pdg {
  padding-top: 1.5rem !important;
  /* padding:0; */
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .title-mob-back a {
    color: #fff;
    text-decoration: none;
  }
  .pgination-top {
    top: 10px !important;
  }
  .leads {
    border-radius: 10px 10px 0px 0px;
    padding: 24px 40px;
  }
  .config-pd {
    padding: 1rem;
  }
  .modal-backdrop.show {
    position: relative;
  }
  .mob-container-top {
    border-radius: 15px 15px 0px 0px;
    border-top: 1px solid #ddd;
    box-shadow: 7px -2px 7px #d8d8ec;
    margin-top: -2px;
    z-index: 1000;
    /* position: fixed; */
    /* padding-bottom: 6rem; */
    background-color: #f3f3fe;
    width: 100%;
  }
  .mb-p-0 {
    padding: 0px !important;
  }
  .add-pdg {
    padding-top: 0.5rem !important;
    padding-bottom: 1rem !important;
  }
  .form-data {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-data-loan {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-bottom {
    position: fixed !important;
    background: #fff;
    z-index: 11111;
    width: 100%;
    bottom: -8px !important;
    height: 108px;
    display: flex;
    align-items: center;
  }
  .home-loan-btn {
    border: none;
  }
  .border-confing {
    border: 1px solid #ccd2de;
    border-radius: 10px;
    padding: 1rem 0.5rem;
    background-color: #f3f3ff;
  }
  .config-details {
    text-align: center;
    padding: 4px 4px;
    border-right: 1px solid #ddd;
  }
  .config-details:last-child {
    border-right: none;
  }
  .config-details h3 {
    font-size: 14px;
    color: #171717;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 16px;
  }
  .config-details h5 {
    font-size: 14px;
    color: #171717;
    font-weight: 700;
    margin-bottom: 0;
  }
}
mb-p-0 {
  padding: 1rempx !important;
}
.mobpd-0 {
  padding: 0;
}
.mdb-hr {
  margin-top: 5px;
  margin-bottom: 0px;
}
.brd-bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ced2d9 !important;
}
.dropdown-menu li::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ced2d9 !important;
}
table.dataTable tbody tr:hover {
  background-color: #e4e4f7;
}
.form-control {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  color: #171717 !important;
}
::placeholder {
  color: #959595 !important;
  font-size: 12px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #959595 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #959595 !important;
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.703125rem;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  font-size: 16px;
}
.progress span {
  font-weight: 700;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  background-color: #0256b2;
  /*background-image: linear-gradient(to right, #0156b2, #8d0443 , #e75923);*/
  transition: width 0.6s ease;
  position: relative;
}

.progress-bar span {
  text-align: right;
  padding-right: 5px;
  font-weight: 700;
  font-size: 16px;
  margin-left: 1px;
}
.add-title h6 {
  font-size: 14px;
}
.mymodalSwiper > .pgination-top {
  margin: 0px auto;
  top: 15px !important;
  left: -30 !important;
  right: -15px;
  display: flex;
  max-width: 300px;
}
.mob-modal-body {
  /*padding:2rem;*/
  height: calc(100vh - 70px);
  width: auto;
  max-width: 300px;
  margin: 0px auto;
}
.bg-dark {
  background-color: #000 !important;
  position: absolute;
  left: 0;
  top: 0px;
  color: #fff;
  z-index: 1;
}
.more-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
  z-index: 111111;
  margin-top: 0px;
  bottom: -12px;
}
.more-img p {
  font-size: 13px;
  color: #fff;
}
.more-img img {
  background: #0056b2;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  padding: 8px;
  margin-top: 12px;
}

/*-----------------------------------------------*/
.swiper1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 20px 0;
  z-index: 1;
  display: block;
}
.mymodalSwiper {
  width: 100%;
  height: 100%;
  margin: 20px 0;
}
.main-swiper > .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.main-swiper > .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 100vw;
  max-height: calc(100vh - 100px);
  margin-right: 0vw;
}

.pgination-top > .swiper-pagination-bullet {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background: #fefefe;

  &::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.pgination-top > .swiper-pagination-bullet-active {
  /* background: rgba(#000, 0.2); */
  background: grey;
  &::before {
    background-color: #fff;
    animation: slide-progress 7s cubic-bezier(0.3, 0, 0.3, 1) forwards;

    .swiper-paused & {
      /* opacity: 0; */
      animation-play-state: paused;
    }
  }
}

.pgination-top > .swiper-pagination-bullet:last-child {
  display: none;
}
.pgination-top > .swiper-pagination-bullet-active:last-child {
  display: none;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
    /* width: 0; */
  }

  100% {
    transform: translateX(0);
    /* width: 100%; */
  }
}
.mob-modal-body > .swiper {
  position: unset !important;
  height: auto;
}

.project-slide {
  padding: 0px;
  height: 120px;
  display: inline-block;
}
.image-cover {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0px 0px 0px 0px;
  object-position: center center;
  border: 3px solid #fff;
  box-shadow: 1px 2px 4px #77777bb0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.img-name-1 {
  font-size: 13px;
  font-weight: 500;
  color: #171717;
}
.img-pos1 {
  line-height: 16px;
  margin-top: 5px;
  padding: 0px 3px;
  text-align: center;
}
.img-pos-main {
  z-index: 111;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
  width: 80px;
  margin: 0px auto;
  border-radius: 50%;
  height: 80px;
  box-shadow: inset 0 0 15px rgb(64 59 59 / 40%);
  background: rgb(232, 232, 232);
}
.img-name-main {
  position: relative;
  top: 23px;
  font-size: 12px;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-card > .card {
  border: 1px solid #e1e4f1;
  border-radius: 10px;
  overflow: hidden;
}
.details-body > .card-title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 20px;
  color: #171717;
}
.details-body small {
  font-size: 13px;
  color: #171717;
}
.details-body p {
  font-size: 14px;
  text-align: left;
  line-height: 24px;
}
.location-details span {
  font-size: 14px;
  color: #171717;
}
.btn-blue img {
  height: 30px;
  margin-top: 2px;
}
.btn-blue span {
  float: right;
  color: #fff;
}
.location-margin {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(171 195 219 / 50%) !important;
}
.mob-modal-content > .modal-content {
  background-color: #000 !important;
}
.form-group input {
  font-size: 16px;
  font-weight: 800;
  /* height: calc(1.8em + 0.75rem + 2px); */
}
.login-footer {
  text-align: center;
}
.login-footer p {
  font-size: 14px;
  line-height: 19px;
  color: #444444;
}
.login-footer-main p {
  font-size: 14px;
  line-height: 19px;
  color: #444444;
}
.login-footer a {
  text-decoration: none;
  color: #0056b2;
  font-weight: 600;
}
.login-footer-main span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #5a5a5a;
}
.login-footer-main {
  text-align: center;
}

.divider {
  color: #dfe4ec;
  background-color: #dfe4ec;
  width: 820px;
  margin: 1rem auto 1rem;
  text-align: center;
}
.policy-conditions {
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.policy-conditions p {
  margin: 0 !important;
}
.policy-conditions a {
  text-decoration: none;
  color: #0056b2;
  font-weight: 400;
}
.policy-conditions span {
  color: #444444;
  margin-left: 5px;
}
.sign-up {
  height: 48px !important;
  border-radius: 5px;
}
.field-margin {
  margin-top: 2rem;
}
.sign-header {
  padding: 1.6rem 1rem;
  width: 100%;
  background-color: #fff;
  vertical-align: middle;
}
.signupbg {
  background-image: url(../images/sign-upbg-mob.svg);
  height: 219px;
  width: 100%;
  background-position: top right;
  position: absolute;
  background-size: cover;
  z-index: -1;
}
.mob-footer-main {
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  height: 70px;
  padding: 20px 10px;
  filter: drop-shadow(0px -2px 4px #00000029);
  z-index: 111;
}
.footer-icon {
  width: 100px;
}
.footer-icon a {
  text-decoration: none;
}
.footer-icon p {
  font-size: 11px;
  line-height: 15px;
  color: #171717;
  margin-bottom: 0;
  /* margin: 0px 32px; */
}
.footer-icon-mid {
  height: 50px;
  width: 50px;
  background: #0056b2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.inner-circle {
  height: 46px;
  width: 46px;
  background: #0056b2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 5%);
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mob-footer-new {
  background-color: #f3f3ff;
  border: 1px solid #ccd2de;
  height: 230px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  filter: drop-shadow(0px 0px 6px #00000029);
  text-align: center;
  bottom: 60px;
  padding-top: 1.5rem;
  z-index: 111;
}
.hidden {
  display: none !important;
}
.poplink a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 11px;
  letter-spacing: -0.14px;
}
.poplink {
  background-color: #0256b2;
  color: #fff;
  padding: 8px 10px;
  width: 250px;
  border-radius: 5px;
  text-align: center;
  margin: 0rem auto 1.3rem;
}
a:hover {
  text-decoration: none !important;
}
.title-mob-homeloan h4 {
  font-size: 16px;
  margin-bottom: 0px !important;
  font-weight: 700;
  color: #171717;
}
.swal-text:first-child {
  margin-top: 0px !important;
}
.swal-modal {
  text-align: left !important;
  margin: 0 auto;
  padding: 24px;
}
.swal-text {
  padding: 0;
  line-height: 30px;
  margin-bottom: 5px;
}
.swal-footer {
  text-align: left;
  padding: 0;
}
.swal-button-container {
  margin: 0;
}
.swal-button {
  background-color: #1f58ac;
}
.swal-button:focus {
  box-shadow: none;
  outline: #1f58ac;
}
.swal-button:not([disabled]):hover {
  background-color: #1f58ac;
}

/* .swal-text:first-child:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1F58AC;
    left: 0;
    top: 15px;
    transform: translate(-50%, -50%);
} */

.add-pdg .form-check {
  padding-left: 1rem;
}
.load-more {
  background: #0056b2;
  width: 100%;
  max-width: 50%;
  margin: auto;
  color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.load-more:hover {
  color: #fff;
}
.content {
  display: none;
}

.noContent {
  background: #c5ced8;
  width: 100%;
  max-width: 50%;
  margin: auto;
  color: #1e1b1b;
  border-radius: 10px;
  padding: 5px;
  pointer-events: none;
}

.earntitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #5a5a5a;
}

.chosen-container-single .chosen-single {
  padding: 0.375rem 0.75rem !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
  background-color: #fff !important;
  background-clip: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  box-shadow: none !important;
  background-image: none !important;
  color: #9d9d9d !important;
  line-height: 19px !important;
}
.chosen-container-single .chosen-single div b {
  background-position: -18px 7px !important;
  background: url(chosen-sprite.png) no-repeat 0 5px !important;
}
.chosen-container-multi .chosen-choices {
  background-image: none !important;
}
.chosen-container-multi .chosen-choices {
  display: block !important;
  width: 100% !important;
  /* height: calc(1.5em + 0.75rem + 2px)!important; */
  padding: 0.375rem 0.75rem !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  color: #7b8a8b !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  font-size: 12px !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: "Open Sans" !important;
  line-height: 19px !important;
  height: 14px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  margin: 5px 10px 5px 0 !important;
}

.bg-title {
  background: linear-gradient(
    90deg,
    rgba(0, 86, 178, 1) 0%,
    rgba(0, 43, 89, 1) 35%
  );
  height: 100px;
  padding: 25px;
}

.bg-title-homeloan {
  background: linear-gradient(
    90deg,
    rgba(231, 89, 34, 1) 0%,
    rgba(116, 45, 17, 1) 100%
  );
  height: 100px;
  padding: 25px;
}

.bg-title-homeloan .progress-bar {
  background-color: #e75922;
}

.bg-title-homeloan h4 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-left: 15px;
}

.bg-title-homeloan h3 {
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 500;
}

.bg-title-homeloan .leads {
  padding: 22px 28px;
  border-radius: 10px;
  background: #fff !important;
  position: relative;
  z-index: 1;
}

.bg-title-homeloan .progress {
  background-color: #fff !important;
}

.bg-title-homeloan .add-title h6 {
  font-size: 13px !important;
  font-weight: 400;
}

.bg-title h4 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  font-weight: 700;
  margin-bottom: -7px;
  margin-left: 15px;
}
.bg-title h3 {
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 500;
}
.bg-title .leads {
  padding: 22px 28px;
  border-radius: 10px;
  background: #fff !important;
  position: relative;
  z-index: 1;
}

.bg-title .progress {
  background-color: #fff !important;
}

.bg-title .add-title h6 {
  font-size: 13px !important;
  font-weight: 400;
}
.sales-leads h4 {
  color: #0056b2;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  font-weight: 700;
  margin-left: 0px;
  margin-bottom: 0px;
}

.table-title h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #171717;
}
.table-title small {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.lead-sales {
  margin-right: 10px;
  margin-top: -18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lead-sales img {
  height: 17px;
  margin-right: 3px;
  margin-left: -20px;
}

.leads-mainsales {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #d9dee8;
}
.filter-lead {
  background-color: transparent !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-top: 1px solid #d9dee8;
  text-transform: capitalize;
  background-image: url(../../assets/images/filter.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 4px;
}
.homeloan-desk .leads {
  height: 490px;
}
.homeloan-recent-leads .top-projects {
  height: 518px;
}
.homeloan-desk .progress-bar {
  background-color: #e75922;
}
.footer-bottom {
  position: fixed;
  background-color: #fff !important;
  z-index: 11111;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #dadee5;
}
label {
  margin-bottom: 0px;
}
.custom-file-input-main {
  height: 52px !important;
}
.custom-file-input-main::-webkit-file-upload-button {
  display: none;
}
.custom-file-input-main::before {
  content: "Choose file";
  display: inline-block;
  background: #efefef !important;
  border: 1px solid #c8d0de;
  border-radius: 5px;
  padding: 15px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 13px;
  margin-right: 10px;
  color: #444444;
}
.custom-file-input-main:hover::before {
  border-color: black;
}
.custom-file-input-main:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.alert-danger {
  color: #e74c3c !important;
  background: none !important;
  font-size: 11px !important;
  margin-top: 5px !important;
}

.btn-text-pop {
  background-color: #0056b2;
  border: none;
  color: #f3f3ff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
}
.error-text span {
  position: absolute;
  left: 15px;
  bottom: -16px;
}
.hl-status span {
  color: #171717;
  font-size: 13px;
  display: block;
}
::placeholder {
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  font-size: 14px;
}
.ui-widget.ui-widget-content {
  z-index: 1111111!important;
  position: relative;
}
/* select {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
}*/
select option {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
}
.dataTables_empty {
  min-height: 45px;
  display: block !important;
}
.ui-widget-content {
  width: 320px !important;
}

.btn-share {
  margin: 20px 0;
}

.well {
  margin-bottom: 20px;
}

code {
  white-space: pre-wrap;
}

.dataTables_empty {
  background-color: #f3f3fe !important;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent !important;
}
#modalresponse {
  position: absolute;
  z-index: 111;
  top: 20px;
  left: 45%;
  color: #67c271;
}

.form-data-loan {
  height: 100%;
  max-height: calc(100vh - 210px);
  overflow: auto;
}
input::placeholder {
  font-weight: 400 !important;
  font-size: 13px;
  line-height: 18px;
  color: #959595;
}
textarea::placeholder {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 18px;
  color: #959595;
}
input[type="checkbox"] {
  margin-top: 3px;
}

.title-font-size {
  font-size: 14px !important;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 12px !important;
}
.info-font-size {
  font-size: 14px !important;
  line-height: 19px;
}
.sign-form-height {
  height: 100%;
  max-height: calc(100vh - 150px);
  overflow: auto;
}
select:focus-visible {
  outline: 0px;
}
.updated-status-text {
  color: #0056b2;
  width: 136px;
  font-size: 13px;
  white-space: nowrap;
}

.newtext select option {
  text-align: right;
}
.searching-text {
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}
.searching-project-name {
  white-space: nowrap;
  overflow: hidden;
  width: 210px;
}
.searching-text p {
  font-size: 11px;
  line-height: 18px;
  color: #171717;
  margin-bottom: 0px;
}
.searching-text span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  color: #171717;
}
.searching-text a {
  font-size: 12px;
  line-height: 17px;
  font-weight: 800;
  color: #0056b2;
  margin-left: 10px;
}

.filter-section {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 111;
}
.border-bottom-new {
  border-bottom: 1px solid #ced4df;
}
.leadHeight::-webkit-scrollbar {
  display: none !important;
}
.status-name {
  position: absolute;
  top: 36px;
  right: 0px;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px;
}
.activeClass {
  display: block;
  background: #1fae2c;
  height: 100%;
  width: 100%;
  padding: 3px 8px;
  border-radius: 10px;
}
.inactiveClass {
  display: block;
  background: red;
  height: 100%;
  width: 100%;
  padding: 3px 8px;
  border-radius: 10px;
}
.home-req-posnew {
  margin-top: -10px;
  margin-bottom: 10px;
}

@keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  @keyframes expand {
    from {
      width: 0%;
    }
    to {
      width: 100%;
    }
  }
}
.chart {
  overflow: hidden;
  width: 0%;
  animation: expand 1.5s ease forwards;
  display:flex;
}



.block1 {
  display: block;
  height: 26px;
  color: #fff;
  font-size: 11px;
  float: left;
  background-color: #0256b2;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity, 0.3s ease;
  cursor: pointer;
}
.block1:nth-of-type(2),
.legend li:nth-of-type(2):before {
  background-color: #e75922;
}
.block1:nth-of-type(3),
.legend li:nth-of-type(3):before {
  background-color: #c7c7d1;
}
.block:hover {
  opacity: 0.65;
}
.value {
  display: block;
  line-height: 1em;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%);
  color: transparent;
}
.x-axis {
  text-align: center;
  padding: 0.5em 0 2em;
}
.y-axis {
  height: 20px;
  transform: translate(-32px, 170px) rotate(270deg);
  position: absolute;
  left: 0;
}
.legend {
  margin: 0 auto;
  padding: 0;
  font-size: 0.9em;
}
.legend li {
  display: inline-block;
  padding: 0.25em 1em;
  line-height: 1em;
}
.legend li:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #334d5c;
}
@media screen and (min-width: 768px) {
  .block1 {
    font-size: 9px;
    font-weight: 700;
  }
  .legend {
    width: 50%;
  }
}
/* #editLead .modal-dialog{
  max-width: 680px!important;
} */

#editLead label {
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    font-weight: 600;
    font-family: "Open Sans";
}

#editLead::-webkit-scrollbar {
 display: none;
};
.form-data-loan1::-webkit-scrollbar{
   display: none;
}
.modal-top{
  margin-top: 8.2rem;
}
.newLegend{
  background: #0256b2;
}
.resaleLegend{
  background: #e75922;
}
.rentLegend{
  
  background: #c7c7d1;
  
}
.legendMain{
  font-size: 12px;
}
.legendMain span{
width: 16px;
  height: 16px;
  margin-right: 10px;
}
.tooltip-custom-width {
    max-width: 100px!important; /* Set your desired width here */
    text-align: center;
    font-size: 12px;
}
.assignBtn{
  background-color: #0056B2;
  color: #fff;
  padding: 5px 24px;
  border-radius: 4px;
}
.editImg img{
  height: 14px;
}
.projectDropdown{
  display: flex;
  align-items: center;
}
#tags{
  width: 120px;
  height: 40px;
}
.tick-btn{
  margin-left: 10px;
}
.bar{
  border: 1px solid #D9DEE8;
  border-radius: 5px;
  height: 34px;
  padding: 5px;
}
.edtAlign{
  display: flex;
  align-items: center;
}


table.dataTable tbody tr td:last-child {
    background-color: transparent !important;
    display: block !important;
    text-transform: capitalize;
    background-image: url(../../assets/images/filter.svg);
    background-repeat: no-repeat;
    background-position: 88% 44%;
    background-size: 4px;
    position: relative;
}
.editAssignbtn{
  background-color: #0056B2;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  border-color: 1px solid #C8D0DE!important;
  font-size: 13px;
}
.edit-img{
  height: 18px;
}
.table-title h3{
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #444444;
}
.salesTablebtn .home-loan-btn{
  padding: 16px 16px;
}
.added-name{
  font-weight:500!important; 
  font-size:13px!important;
}
