/*================================================
                DI & E Page
======================================================*/

.di_E_main {
  min-height: 60vh;
  background: #ffffff;
  padding: 3rem;
  text-align: left;
  border-radius: 15px;
  margin-top: 8rem;
}

.di_E_dropdown {
  width: 365px;
  margin: auto;
  margin-bottom: 60px;
}
.di_E_dropdown .ant-select-selector {
  height: 45px !important;
}
.di_E_dropdown span.ant-select-selection-item {
  font-family: var(--relo-font-family);
  height: 45px;
  line-height: 45px !important;
  font-size: 1rem;
  padding: 0 5px !important;
}
.di_E_dropdown .ant-select-selection-search {
  padding: 10px;
}
.di_E_dropdown .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
  outline: 0px;
}
.di_E_dropdown .ant-select {
  width: 100%;
}
.di_E_dropdown .ant-select-selection {
  width: 100%;
  box-shadow: none;
  outline: 0px;
  border: 2px solid #b1b1b1;
  border-radius: 8px;
  height: 35px;
}
.di_E_dropdown .btn .fa {
  font-size: 24px;
}

.di_E_dropdown ul.dropdown-menu {
  width: 100%;
  padding: 10px;
}
.di_E_main ul.clr-indicators {
  list-style-type: none;
  padding: 0px;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  margin-top: 50px;
}
.di_E_main ul.clr-indicators li {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
.di_E_main ul.clr-indicators li .fa {
  font-size: 16px;
  width: 30px;
  margin-right: 5px;
}
.di_E_main ul.clr-indicators li:nth-child(1) .fa {
  color: #00cefd;
}
.di_E_main ul.clr-indicators li:nth-child(2) .fa {
  color: #1a8bff;
}
.di_E_main ul.clr-indicators li:nth-child(3) .fa {
  color: #1a02a0;
}
.di_E_main ul.clr-indicators li p {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 35px);
}
.di_E_main ul.clr-indicators li p::first-letter {
  text-transform: uppercase;
}
.di_E_main ul.clr-indicators li p span {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.di_E_main .map-pic {
  position: relative;
}
.di_E_main .map-pic iframe {
  border-radius: 15px;
}
.di_E_main .map-pic a.map_icon {
  position: absolute;
  top: 50%;
  color: #e43126;
  font-size: 50px;
  left: 50%;
}
.di_E_main .explore-nearby-view form input {
  padding-left: 40px;
  border-radius: 7px 0 0 7px !important;
  color: #8f8f8f;
  font-size: 17px;
  margin-bottom: 31px;
  height: 50px;
}
.di_E_main .explore-nearby-view form .btn.btn-default {
  height: 50px;
  font-weight: 600;
  font-size: 17px;
}
.di_E_main .explore-nearby-view form .fa {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
  color: #8f8f8f;
}

.di_E_modal .modal-header {
  border: 0px;
}
.di_E_modal .modal-footer {
  border: 0px;
}
.di_E_modal .modal-body {
  padding-top: 0px;
}
.di_E_modal .grid_view {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: auto;
}
.di_E_modal .grid_view .image {
  background: #085db3;
  padding: 25px;
  text-align: center;
  border-radius: 14px;
  width: 260px;
  height: 300px;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.di_E_modal .grid_view .image img {
  max-width: 100%;
  max-height: 100%;
}
.di_E_modal .grid_view .image p {
  position: absolute;
  margin: 0px;

  font-size: 20px;
  text-align: center;
  width: 100%;
  bottom: 15px;
  left: 0px;
  color: #ffffff;
}
.di_E_modal .item {
  width: 260px;
  height: 300px;
}
.di_E_modal .item:last-child {
  width: calc(100% - 280px);
}
.di_E_modal .content {
  border: 2px solid #cccccc;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
}
.di_E_modal .content ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.di_E_modal .content ul li {
  width: 29%;
  margin-right: 3%;
  display: flex;
  align-items: baseline;

  font-size: 15px;
  margin-bottom: 15px;
}
.di_E_modal .content ul li .fa {
  color: #085db3;
  font-size: 17px;
  margin-right: 5px;
}
.di_E_modal .content ul li img {
  width: 17px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.di_E_modal .content a.view_more_a {
  position: absolute;
  bottom: 30px;
  color: #085db3;

  font-size: 17px;
  right: 20px;
  cursor: pointer;
}
.di_E_score_card_gridView {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.di_E_score_card_gridView .item {
  border: 2px solid #e4e4e4;
  border-radius: 25px;
  min-height: 600px;
  padding-bottom: 50px;
}
.di_E_score_card_gridView .item h1 {
  font-size: 22px;
  font-weight: 800;
  background: #e4e4e4;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px 21px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212529;
}
.di_E_score_card_gridView .item ul {
  list-style-type: none;
  padding: 10px 15px;
  margin: 0px;
}
.di_E_score_card_gridView .item ul li {
  border-bottom: 2px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.di_E_score_card_gridView .item ul li:last-child {
  border: 0;
}
.di_E_score_card_gridView .item ul li p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.di_E_score_card_gridView .item ul li span {
  font-size: 17px;
  font-weight: 400;
}
.di_E_main .equalityIndexMainView {
  width: 820px;
  margin: auto;
}

.di_E_autoS form {
  display: flex;
}
.di_E_autoS .autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
}
.di_E_autoS .autocomplete input {
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  padding-left: 35px;
  outline: 0px;
}
.di_E_autoS .autocomplete .fa-search {
  position: absolute;
  left: 11px;
  top: 10px;
  color: #888;
}
.di_E_autoS .btn {
  border: 1px solid transparent;
  background: #085db3;
  padding: 5px 10px;
  font-size: 16px;
  width: 100px;
  text-align: center;

  justify-content: center;
  color: #ffffff;
  margin-left: -2px;
}

.di_E_autoS .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.di_E_autoS .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.di_E_autoS .autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.di_E_autoS .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.religious_mainView iframe {
  border-radius: 10px;
}

.religious_mainView .map_rightSide_tails .item {
  display: flex;
  padding: 15px;
  padding-left: 0px;
  border-radius: 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  background: #ffffff;
}
.religious_mainView div#mapus {
  height: 600px;
  overflow: hidden;
  position: fixed !important;
  left: 0px;
  width: 100%;
  top: 52px;
  min-height: calc(100vh - 53px);
  /* padding-top: 67px; */
}
.religious_mainView .map_rightSide_tails ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}
.religious_mainView .map_rightSide_tails ul li {
  display: flex;
  padding: 2px 0px;
}
.religious_mainView .map_rightSide_tails h1 {
  font-size: 16px;
  font-weight: 600;

  margin: 0px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #000000;
}
.religious_mainView .map_rightSide_tails ul li i {
  width: 20px;
  color: #000000;
  text-align: center;
  margin-right: 5px;
  position: relative;
  font-size: 16px;
  top: 2px;
}
.religious_mainView .map_rightSide_tails ul li span {
  font-size: 14px;
  color: #6f6f6f;
  width: calc(100% - 20px);
}

.religious_mainView .map_rightSide_tails .item.active {
  background: #dcdcdc;
}
.di_E_main .explore-nearby-view {
  margin-top: 40px;
  margin-bottom: 20px;
}
.di_E_main .explore-nearby-view form .btn.btn-default {
  border-radius: 0px 5px 5px 0px !important;
  margin-left: -1px;
}
.di_E_main .explore-nearby-view form input.form-control {
  box-shadow: none;
  outline: 0px;
}
.di_E_main .explore-nearby-view form {
  width: 550px;
  margin: auto;
}
.religious_mainView div#mapus div#content {
  padding: 0px;
}
.religious_mainView div#mapus button.gm-ui-hover-effect {
  top: 0px !important;
  right: 4px !important;
}
.religious_mainView div#mapus button.gm-ui-hover-effect img {
  width: 20px !important;
  height: 20px !important;
}
.religious_mainView div#mapus div#content h6,
.religious_mainView div#mapus div#content h6 b {
  font-size: 16px;
  font-weight: 500;

  margin: 0px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #424242;
}
.religious_mainView div#mapus div#content p {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  margin-bottom: 8px;
}
.religious_mainView div#mapus div#content a {
  color: #007bff;

  font-size: 14px;
  font-weight: 400;
}
.religious_mainView div#mapus .gm-style .gm-style-iw-d {
  padding: 5px;
  /* padding-bottom: 20px; */
  font-size: 16px;
  font-weight: 500;
}

.modal.di_E_modal .modal-dialog {
  width: 1150px;
  max-width: inherit;
}
.religious_mainView {
  position: relative;
  margin-top: 9rem;
}
.religious_mainView .explore-nearby-view form .btn.btn-default {
  /* background: #000000; */
  background: #d7c7fa;
  color: #000000;
  height: 100%;
  border-radius: 0px 7px 7px 0px;
  position: relative;
}
.religious_mainView .explore-nearby-view form {
  width: 100%;
}
.religious_mainView .explore-nearby-view form input {
  border-radius: 7px 0px 0px 7px !important;
  padding-left: 15px;
}
.religious_mainView .explore-nearby-view form .fa {
  top: 11px;
  /* color: #ffffff; */
  color: #000000;
}

.SourceBottom {
  font-size: 1.15rem;
  margin: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  color: #000000;
  font-weight: 500;
  text-align: center;
}

.di_E_main .accordion-body {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.di_E_main .accordion-header {
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.di_E_main .accordion-body span.noData {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededed;
}
.di_E_main .accordion-body ul {
  padding: 15px;
}
.di_E_main .accordion-button {
  box-shadow: none;
  font-weight: 500;
  color: #000000;
}
.di_E_main .accordion-button:not(.collapsed) {
  background-color: #dbdbdb;
  border: 0;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .modal.di_E_modal .modal-dialog {
    width: 95%;
    max-width: inherit;
    margin-top: 23vh;
  }
  .di_E_modal .grid_view {
    width: 95%;
  }
  .di_E_modal .content ul li {
    width: 32%;
    margin-right: 6px;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .di_E_modal .item:last-child {
    width: 100%;
    margin-top: 25px;
  }
  .di_E_modal .grid_view .image {
    width: 100%;
  }
  .di_E_modal .item {
    width: 100%;
  }
  .di_E_modal .grid_view {
    width: 95%;
    flex-direction: column;
  }
  .di_E_main .equalityIndexMainView {
    width: 90%;
  }
  .modal.di_E_modal .modal-dialog {
    margin-top: 15vh;
  }
}
@media (max-width: 767px) {
  .modal-fullscreen-xl .modal-content {
    height: auto;
  }
  .di_E_modal .item {
    height: auto;
  }
  .di_E_modal .content ul li {
    width: 100%;
  }
  .di_E_modal .content {
    padding-bottom: 50px;
  }
  .religious_mainView .map_rightSide_tails {
    margin-top: 20px;
    margin-left: 0px;
  }

  .di_E_score_card_gridView {
    grid-template-columns: repeat(1, 1fr);
  }
  .di_E_score_card_gridView .item {
    height: inherit;
  }
  .di_E_main .map-pic svg {
    height: auto !important;
  }
  .di_E_main ul.clr-indicators {
    display: block;
  }
  .di_E_main ul.clr-indicators li {
    margin-bottom: 15px;
  }
  ul.di_E_navbar.nav-tabs {
    margin-top: 0px;
  }
}

@media (max-width: 567px) {
  ul.di_E_navbar.nav-tabs li a {
    font-size: 10px;
    margin: 0 10px;
  }
  .di_E_main .explore-nearby-view form {
    width: 90%;
  }

  .di_E_dropdown {
    width: 90%;
  }
}
