button#direction{
    width:100%
}
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .explore-place {
    opacity: 1;
  }
  .list-details-tab.fixed_nav {
    width: auto !important;
  }

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 0px;
  padding-top: 20px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.tooltip_icon {
    width: 30%;
}
.tooltip_label {
    width: 70%;
}
.background-color1{
  border: 3px solid #68ec93 !important;
}
.background-color2{
  border: 3px solid #ff5077  !important;
}
.background-color3{
  border: 3px solid #eaf853 !important;
}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/* .active, .dot:hover {
  background-color: #717171;
} */

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.myModal {
  top: 12%;
}
.breadcrumb-label{
  margin-bottom: 10px;
}
.checked {
    color: orange;
}
.social-profile img {
    width: 50px;
}
.single-place-title a, .single-place-list li {
    color: unset;
}
.single-place::after, .single-place-content{
  background: unset;
}
.swiper-wrapper{
  margin-bottom: 3%;
}
.swiper-pagination-fraction { 
    left: unset; 
    right: 20.3%;
}
.single-place-content {
  padding-top: 30px;
  transform: translateY(15px);
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  width: 80%;
}
.single-place-title {
  margin-bottom: 0px;
}
.explore-place:hover {
    border: 1px solid #51DA7F;
}
.modal-body .nice-select {
  display: none !important;
}
.modal-body select.nice-select, .modal-body select.options {
  display: block !important;
}
.redcolor{
  background: #ff5077;
}
.greencolor{
  background: #51DA7F;
}
.bluecolor {
  background: #81ade5;
}
.modal-content label {
    color: #000;
    font-weight: 500;
}
.address {
  padding-left: 12px;
  margin-top: 0px;
}
.address .icon {
    margin-right: 5px;
}
.container-shrf {
    display: flex;
}
.share-btn:hover {
      display:inline;
    }

    .container-shr {
      display:flex;
      position: absolute;
      z-index: 9999999;
  /*justify-content: center;
  align-items: center;
  height: 100vh;
  filter:url('#goo');*/
    }

      .button {
        z-index: 99;
        position: absolute;
        display: flex;
        /*justify-content: center;
        align-items: center;*/
        margin-left: 10px;
        /*width: 120px;
        height: 38px;*/
        /*background: linear-gradient(45deg, #015103, #015103);*/
        /*background-color: #33a399;*/
        border-radius: 0.3rem;
        color: #FFF;
        font-size: 13px;
        letter-spacing: 1px;
        /*font-weight: 500;*/
      }
        .social a {
            color: #000 !important;
            background-color: #fff !important;
        }
      .social {
        opacity: 0;
        position: relative;
        margin: 8px;
        width: 20px;
        height: 40px;
        border-radius: 100%;
        display: inline-block;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        i {
         margin-top: 10px;
        }
        
        a {
          color: #FFF;
        }
      }

      .twitter {
        color: #00aced;
      }

      .facebook {
        color: #3b5998;
      }

      .google {
        color: #dd4b39;
      }

      .youtube {
        color: #bb0000;
      }
      .fa-twitter:hover{
        color: #00aced;
      }

      .fa-facebook:hover{
        color: #3b5998;
      }

      .fa-google-plus:hover{
        color: #dd4b39;
      }

      .clicked {
        opacity: 1;
        transition: 1.2s all ease;
        transform: translateY(56px);
      }

      .clipboard:hover {
        color: #016a04 !important;
      }

      .clipboard:active {
        transform: translateY(4px);
      }
      .share-img{
        width: 40%;
      }
      .list-details-btn-custom {
        margin-top: -10px;
        margin-bottom: 10px;
        width: 100%;
      }
       @media only screen and (max-width: 768px){
        .list-details-btn-custom {
            margin-top: 0px;
            margin-left: 0;
        }
        .list-details-btn-custom .col-md-3, .list-details-btn-custom .col-md-4 {
            display: flex;
            justify-content: center !important;
        }
        .list_menu {
            display: none;
        }
        .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
            left: -27%;
        }
        .list-details-section, .list-details-section #gallery {
            margin-top: 0px !important;
        }
        .single-place {
            width: 100% !important;
            max-height: 200px !important;
        }
        .modal-footer {
            flex-direction: column;
        }
        #pdf_div {
            display: none;
        }
        .tooltiptext {
            top: 25px;
            right: -15px
        }
        #storefeedbackModal .modal-footer {
            flex-direction: row;
        }
        #storefeedbackModal .modal-footer .add_store_feedback {
            margin-top: 0px;
        }
        #feedbackModal .modal-footer {
            flex-direction: row;
        }
        #feedbackModal .modal-footer .add_store_feedback {
            margin-top: 0px;
        }
    }
    .tooltip {
        position: relative;
        display: inline-block;
        opacity: 1;
        z-index: 999;
    }
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
    }
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
    .modal-footer .store_back {
        display: none;
        border-radius: 50px;
        padding: 9px 32px;
    }
    .tab {
        display: none !important;
    }
    .tab.active {
        display: block !important;
    }
    @media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
    }
    .add_store_info, .add_store_hours {
        display: none;
    }
    .add_store_info_div {
        display: flex;
        justify-content: flex-end;
    }
    .no-image {
        height: 200px;
        width: 100%;
        border: 3px solid #0000003d !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
        color: #0000003d;
    }
    #suggestStoreModal1 {
        margin-top: 70px;
    }
.avatar {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.posted-avtar {
    display: flex;
    column-gap: 5px;
}
.comment {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.display_comment {
    padding-bottom: 10px;
}
.view_all_feedback {
    cursor: pointer;
    font-weight: 700;
    padding-left: 35px;
}
.user_comment {
    font-weight: 600;
    color: #000;
}
.list_menu.fixed-header {
    position: unset;
}
.website_custom {
    color: #d85050;
    font-weight: 500;
    text-decoration: underline;
}
.h1 {
    font-size: 30px;
    color: #242424;
    font-family: 'poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: .025em;
    line-height: 1.6;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
#google_map {
    margin-bottom: 20px;
}
@media (max-width:1025px){
    #close_top_header {
        display: none;
    }
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

.form-card {
    text-align: left;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input, #msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0;
}

/*Next Buttons*/
#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #311B92;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    background-color: #000000;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673AB7;
    font-weight: normal;
}

/*Step Count*/
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/*Field names*/
.fieldlabels {
    color: gray;
    text-align: left;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #673AB7;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 16%;
    float: left;
    position: relative;
    font-weight: 400;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #673AB7;
}

/*Animated Progress Bar*/
.progress {
    height: 20px;
}

.progress-bar {
    background-color: #673AB7;
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}