/*================================================
                City Landing Page
======================================================*/

.sharlotte-home-page .top_view {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 20px;
}
.sharlotte-home-page .top_view .item {
  position: relative;
  width: 50%;
}
.sharlotte-home-page .top_view .item:first-child {
  padding-right: 30px;
}
.sharlotte-home-page .top_view .item:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: red;
  right: 0px;
  top: 0px;
}
.sharlotte-home-page .top_view h1 {
  background: #e00a17;
  color: #ffffff;
  font-size: 3.5rem;
  font-style: italic;
  padding-left: 40px;
  border-radius: 0px 30px 30px 0px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.sharlotte-home-page .top_view h1 span {
  display: block;
}
.sharlotte-home-page .heading-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sharlotte-home-page .heading-bottom img {
  width: 70%;
}
.sharlotte-home-page .heading-bottom p {
  background: #7b7b7b;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  
}
.sharlotte-home-page .heading-bottom .item {
  width: 50%;
}
.sharlotte-home-page .heading-bottom .item:after {
  display: none;
}
.sharlotte-home-page .heading-bottom h2 {
  color: #7b7b7b;
  
  font-size: 20px;
  padding-left: 10px;
  font-weight: 500;
}
.sharlotte-home-page .heading-bottom h3 {
  color: #e00a17;
  
  font-size: 20px;
  padding-left: 10px;
  font-weight: 500;
}
.sharlotte-home-page .top_view .item.item2 {
  padding-left: 60px;
}
.sharlotte-home-page .top_view .item .item1 {
  background: #f8f7f7;
  padding: 15px 0px 15px 30px;
  border-radius: 30px 0px 0px 30px;
}
.sharlotte-home-page .top_view .item .item1 h2 {
  background: #e00a17;
  color: #ffffff;
  
  font-size: 25px;
  padding: 5px 15px;
}
.sharlotte-home-page .top_view .item .item1 ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-left: 60px;
  padding-right: 15px;
}
.sharlotte-home-page .top_view .item .item1 ul li {
  color: #333333;
  font-size: 15px;
  
  display: flex;
  padding: 20px;
  align-items: center;
}
.sharlotte-home-page .top_view .item .item1 ul li b {
  font-weight: 400;
  font-size: 13px;
  white-space: normal;
  word-break: break-all;
  padding-left: 15px;
}
.sharlotte-home-page .top_view .item .item1 ul li span {
  display: block;
}
.sharlotte-home-page .top_view .item .item1 ul li i {
  color: #e00a17;
  font-size: 40px;
}
.sharlotte-home-page .top_view .item.item2 h6 {
  font-size: 30px;
  
  font-weight: 300;
  padding: 15px 0px;
  color: #333333;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sharlotte-home-page .top_view .item.item2 h6 span {
  display: block;
}
.sharlotte-home-page .top_view .item.item2 h6 span a {
  color: #e00a17;
}
.sharlotte-home-page h1.query {
  background: #e00a17;
  color: #ffffff;
  font-size: 18px;
  
  font-weight: 400;
  padding: 10px 20px;
  margin: 20px 0px;
  text-transform: uppercase;
}
.sharlotte-home-page h2.where {
  color: #e00a17;
  font-size: 2.5rem;
  
  font-weight: 400;
  padding: 10px 20px;
  margin: 20px 0px;
  text-transform: uppercase;
  text-align: right;
}
.sharlotte-home-page .main_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style-type: none;
  text-align: left;
  padding: 0px;
  margin: 0;
  padding-top: 10px;
}
.sharlotte-home-page .main_grid .item {
  display: inline-block;
  background: transparent;
  border: 0px;
  position: relative;
  height: auto;
  width: 100%;
}
.sharlotte-home-page .ScoreLabel {
  position: absolute;
  right: -5px;
  top: -3px;
  background: #ffffff;
  padding: 5px;
  
  z-index: 99;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
}
.sharlotte-home-page .ScoreLabel b {
  font-size: 14px;
  border: 2px dashed #cccccc;
  display: block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #e32726;
  background: #ffffff;
}
.sharlotte-home-page .main_grid .item img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  height: 200px;
  width: 100%;
}
.sharlotte-home-page .main_grid .item .content {
  background: #ececec;
  padding: 10px 15px;
  border-radius: 0px 0px 8px 8px;
}
.sharlotte-home-page .main_grid .item p {
  display: block;
  position: static;
  z-index: 99;
  color: #333333;
  text-align: center;
  font-size: 15px;
  min-height: 60px;
  margin: 0px;
  text-transform: capitalize;
  transition: all 0.5s;
  cursor: pointer;
  top: 0px;
  bottom: 0px;
  width: 100%;

}
.sharlotte-home-page .main_grid .item .content span {
  display: flex;
  justify-content: space-between;
}
.sharlotte-home-page .main_grid .item .content a {
  font-size: 14px;
  color: #e43126;
}
.sharlotte-home-page h3.nearby {
  color: #e00a17;
  font-size: 2.5rem;
  
  font-weight: 400;
  padding: 10px 20px;
  margin: 20px 0px;
  text-transform: uppercase;
  text-align: left;
}
.nearby-view {
  display: flex;
  justify-content: space-between;
}
.nearby-view .item img {
  width: 100%;
}
.nearby-view .item:first-child {
  width: 76%;
}
.nearby-view .item:last-child {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.nearby-view .item .fa {
  color: #e00a17;
  font-size: 10rem;
}
.nearby-view .item h1 {
  position: relative;
  
  color: #333333;
  font-size: 33px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  width: 210px;
}
.nearby-view .item h1::before {
  position: absolute;
  content: "";
  background: #e00a17;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
}

.sharlotte-help-page h1 {
  color: #000000;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 600;
}
.sharlotte-help-page .view {
  background: #f8f7f7;
  padding: 2rem;
  border-radius: 30px;
  margin-bottom: 25px;
}
.sharlotte-help-page .view h2 {
  padding: 0px;
  margin: 0px;
  color: #000000;
  margin-bottom: 10px;
  font-size: 30px;
}
.sharlotte-help-page .view p {
  color: #333333;
  padding-left: 10px;
  font-size: 17px;
  margin-bottom: 30px;
}
.sharlotte-help-page .view img {
  width: auto;
  margin: auto;
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
}
.sharlotte-help-page img{
  max-width: 100%;
}

.help-Modal-box .modal-dialog {
  width: 75%;
  max-width: initial;
  margin: 30px auto;
  height: calc(100vh - 65px);
}
.help-Modal-box .modal-content {
  background: rgba(242, 242, 242, 0.955);
  border: 0px;
  border-radius: 25px;
  padding: 50px;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
}
.help-Modal-box .modal-content h1 {
  text-transform: uppercase;
  color: #707070;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.help-Modal-box .modal-content h1 span {
  color: #000000;
  font-weight: 700;
  font-size: 3rem;
  display: block;
}
.help-Modal-box .modal-content .letsstart {
  color: #000000;
  font-size: 4rem;
  line-height: 90px;
  font-weight: 500;
  text-align: center;
  margin: 70px 0px 100px;
}

.help-Modal-box .modal-content ul.pagenation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  justify-content: flex-end;
  margin-top: 20px;
}
.help-Modal-box .modal-content ul.pagenation li {
  margin: 0px 2px;
}
.help-Modal-box .modal-content ul.pagenation li .fa {
  color: #ffffff;
  font-size: 25px;
}

.help-Modal-box .modal-content ul.pagenation li.active .fa {
  color: #dddbdb;
}
.help-Modal-box .modal-content ul.pagenation li .fa.fa-long-arrow-right {
  position: relative;
  color: #707070;
  margin-left: 25px;
  font-size: 45px;
  top: -11px;
  cursor: pointer;
}
.help-Modal-box .modal-content ul.pagenation li .fa.fa-long-arrow-right span {
  position: absolute;
  left: 0px;
  font-size: 11px;
  
  bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.help-Modal-box .modal-content .image-view img {
  margin: 20px 0px;
  width: 100%;
}
.help-Modal-box .modal-content .image-view {
  
  font-size: 25px;
}
.help-Modal-box .modal-content .image-view h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 27px;
  height: 300px;
  display: flex;
  align-items: flex-end;
}
.help-Modal-box .modal-content ul.pagenation li span.done {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-right: 20px;
  cursor: pointer;
}
.help-Modal-box .modal-content .block-btns {
  text-align: center;
  margin-top: -3px;
  padding-bottom: 20px;
}
.help-Modal-box .block-btns .btns {
  /* background: #000000;
  color: #ffffff; */
  background: #d7c7fa;
  color: #000000;
  border: 2px solid #d7c7fa;
  border-radius: 4px;
  font-size: 18px;
  padding: 4px 25px 3px 25px;
  outline: 0px;
  font-weight: 500;
  line-height: 1.5;
}
.help-Modal-box .block-btns .btns:hover{
  background:#ffffff;
  color: #000000;
}
.help-Modal-box .block-btns .btns.btns-back{
  color: #000000;
  background: #cacaca;
  border: 2px solid #cacaca;
}
.help-Modal-box .block-btns .btns.btns-back:hover{
  color: #525252;
  background: #ffffff;
}
/* .help-Modal-box .modal-content .block-btns .btns2 {
  background: #e31e19;
  color: #ffffff;
  border: 1px solid #e31e19;
  border-radius: 4px;
  font-size: 16px;
  padding: 3px 15px 3px 15px;

  outline: 0px;
} */

ul.help_ul.nav{

}
ul.help_ul.nav li .btn{
  border: 0px;
  background: #e8e8e8;
    padding: 8px 25px;
    color: #000000;
    font-size: 16px;
    border-radius: 20px;
    margin-right: 15px;
    min-width: 85px;
    text-align: center;
    font-family: var(--relo-font-family);
    font-weight: 500;
}
ul.help_ul.nav li.active .btn{
  color: #000000;
  background: #d7c7fa;
}