.portfolio-gallery {
  width: 100% !important; }
  .portfolio-gallery .gallery-images {
    display: flex; }
  .portfolio-gallery .popup-gallery {
    float: left;
    width: 100%;
    height: 100% !important;
    border-radius: 10px;
    overflow: hidden; }
  .portfolio-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .portfolio-gallery .img-lg {
    max-height: 260px;
    min-height: 260px; }
  .portfolio-gallery .img-sm {
    max-height: 125px;
    min-height: 125px; }

.operator-gallery {
  /* Styling for the lightbox */ }
  .operator-gallery .operator-gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999; }
  .operator-gallery .popup-gallery {
    cursor: pointer; }
  .operator-gallery .close-modal {
    top: 1.5rem;
    right: 1.5rem; }
  .operator-gallery #lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    /* Styling for the slideshow navigation */ }
    .operator-gallery #lightbox img {
      max-width: 90%;
      max-height: 90%;
      border: 10px; }
    .operator-gallery #lightbox #lightbox-prev,
    .operator-gallery #lightbox #lightbox-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      background-color: #01a89e;
      border: none;
      padding: 15px;
      padding: 10px;
      cursor: pointer; }
      .operator-gallery #lightbox #lightbox-prev i,
      .operator-gallery #lightbox #lightbox-next i {
        color: #fff; }
    .operator-gallery #lightbox #lightbox-prev {
      left: 20px;
      border-radius: 10px 0 0 10px; }
    .operator-gallery #lightbox #lightbox-next {
      right: 20px;
      border-radius: 0 10px 10px 0; }

.flex {
  display: flex; }

.md-start {
  justify-content: flex-start; }

.md-center {
  justify-content: center; }

.md-end {
  justify-content: flex-end; }

.md-space {
  justify-content: space-between; }

.destination-info {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px; }
  .destination-info .card {
    border: none;
    display: flex;
    flex-direction: row;
    color: #565f70;
    padding: 30px 0px !important;
    gap: 10px; }
    .destination-info .card label {
      font-size: 18px;
      line-height: 18px;
      color: #2b2b2b;
      margin: 0;
      font-weight: 500; }
    .destination-info .card i {
      color: #2b2b2b;
      font-size: 24px; }
    .destination-info .card p {
      margin: 0;
      font-size: 16px;
      letter-spacing: 1px; }

.textimonial .dp {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4f4c;
  color: #fff;
  text-transform: uppercase; }
  .textimonial .dp img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.textimonial .date {
  font-size: 10px; }
.textimonial p {
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 49px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.textimonial .name {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px !important;
  height: auto !important;
  line-height: 23px !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.textimonial h5 {
  color: #2b2b2b; }

.show {
  display: block; }

.details-page .booking-card {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 10px 0px #e9e9e9;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px; }
  .details-page .booking-card .table-ui {
    width: 100%; }
    .details-page .booking-card .table-ui .row {
      border-bottom: 1px solid #e9e9e9;
      padding: 10px 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: nowrap;
      margin: 0; }
      .details-page .booking-card .table-ui .row:last-child {
        border-bottom: none; }
      .details-page .booking-card .table-ui .row .key, .details-page .booking-card .table-ui .row .value {
        margin: 0;
        width: 100%; }
      .details-page .booking-card .table-ui .row .key {
        color: #565f70;
        font-size: 16px;
        font-weight: 400; }
      .details-page .booking-card .table-ui .row .value {
        color: #9ba3af;
        font-size: 13px; }
.details-page .container {
  max-width: 90% !important; }
.details-page .modal-content {
  border: none !important; }
.details-page .gap-1 {
  gap: 1rem; }
.details-page .block-row {
  display: grid;
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  grid-template-columns: 48% 48%;
  gap: 1rem;
  justify-content: space-between; }
.details-page * {
  text-decoration: none !important; }
.details-page i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }
.details-page .fixed-side {
  justify-content: flex-end; }
  .details-page .fixed-side > .col-md-3 {
    position: fixed;
    left: 5.5rem;
    top: 5rem;
    width: 19.5rem; }
  .details-page .fixed-side > .col-md-9 {
    width: 100% !important;
    padding-left: 2rem; }
.details-page h1,
.details-page .h1,
.details-page h2,
.details-page .h2,
.details-page h3,
.details-page .h3,
.details-page h4,
.details-page .h4,
.details-page h5,
.details-page .h5,
.details-page h6,
.details-page .h6 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  color: #565f70; }
.details-page h4 {
  font-weight: 500 !important;
  margin-top: 20px;
  color: #2b2b2b;
  text-transform: capitalize; }
  .details-page h4 .underline {
    border-bottom: 2px solid #ffd7d6; }
.details-page h1,
.details-page .h1 {
  font-size: 48px;
  text-transform: capitalize; }
.details-page h2,
.details-page .h2 {
  font-size: 38px;
  text-transform: capitalize; }
.details-page h3,
.details-page .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: capitalize; }
.details-page h4,
.details-page .h4 {
  font-size: 22px;
  line-height: 30px; }
.details-page h5,
.details-page .h5 {
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
  font-weight: 500 !important; }
.details-page h6,
.details-page .h6 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400; }
.details-page .font-primary {
  font-family: "Prompt", sans-serif; }
.details-page .font-secondary {
  font-family: "Prompt", sans-serif; }
.details-page html,
.details-page body {
  overflow-x: hidden;
  width: 100%; }
.details-page .list-group .list-group-item {
  color: #565f70;
  display: flex;
  gap: 10px;
  align-items: center;
  border: none; }
.details-page .list-group i {
  color: #2b2b2b; }
.details-page .operator-statics {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0px !important;
  box-sizing: border-box; }
  .details-page .operator-statics .list-group-item {
    list-style: none;
    border: none;
    gap: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #565f70;
    padding: 0;
    box-sizing: border-box; }
    .details-page .operator-statics .list-group-item h5 {
      margin: 0 !important; }
    .details-page .operator-statics .list-group-item p {
      margin: 0 !important;
      font-size: 12px;
      color: #7a869a; }
    .details-page .operator-statics .list-group-item i {
      color: #f26a26;
      margin-bottom: 10px;
      font-size: 26px; }
.details-page .info-header {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0px;
  margin: 0;
  margin-bottom: 20px;
  align-items: center;
  width: 100%; }
.details-page .profile-info {
  padding-bottom: 20px; }
  .details-page .profile-info .company-name {
    max-width: 100%;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-weight: 500;
    font-size: 22px !important;
    height: auto !important;
    line-height: 26px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .details-page .profile-info h3 {
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 0; }
  .details-page .profile-info .dp {
    width: 80px;
    height: 80px;
    margin-right: 0 !important;
    justify-self: flex-end;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 5px #9ba3af; }
    .details-page .profile-info .dp img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
.details-page .bollet-list-group {
  position: relative; }
  .details-page .bollet-list-group:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background: #9ba3af;
    left: 7px; }
  .details-page .bollet-list-group .info-header {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0px;
    margin: 0;
    margin-bottom: 20px;
    align-items: center;
    width: 100%; }
  .details-page .bollet-list-group .profile-info {
    padding-bottom: 20px; }
    .details-page .bollet-list-group .profile-info h3 {
      color: #2b2b2b;
      font-weight: 500;
      margin-bottom: 0; }
    .details-page .bollet-list-group .profile-info .dp {
      width: 80px;
      height: 80px;
      margin-right: 0 !important;
      justify-self: flex-end;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0px 0px 5px #9ba3af; }
      .details-page .bollet-list-group .profile-info .dp img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .details-page .bollet-list-group .list-group-item {
    background: none;
    color: #565f70;
    display: flex;
    gap: 10px;
    align-items: center;
    border: none;
    position: relative; }
    .details-page .bollet-list-group .list-group-item:before {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      left: 0px;
      background: #fff;
      border: 3px solid #565f70;
      border-radius: 50%; }
  .details-page .bollet-list-group .orange:before {
    border: 3px solid #f26a26; }
  .details-page .bollet-list-group .green:before {
    border: 3px solid #01a89e; }
.details-page .services-list {
  border-top: 1px solid #e9e9e9; }
  .details-page .services-list .list-group {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 50% 50%; }
    .details-page .services-list .list-group .list-group-item {
      font-size: 12px;
      padding: 5px 0; }
.details-page .slider-list {
  opacity: 0.8;
  display: inline;
  margin-top: 20px; }
  .details-page .slider-list .list-group-item {
    display: inline;
    background: none;
    padding: 5px;
    color: #fff;
    border: none;
    font-size: 14px; }
    .details-page .slider-list .list-group-item i {
      margin-right: 10px;
      opacity: 10;
      color: #fff;
      font-size: 16px;
      opacity: 10; }
    .details-page .slider-list .list-group-item span {
      opacity: 0.7; }
    .details-page .slider-list .list-group-item:first-child {
      padding-left: 0; }
.details-page .social-list {
  opacity: 10;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px; }
  .details-page .social-list .list-group-item {
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ef4f4c;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    border: none;
    transition: 0.4s; }
    .details-page .social-list .list-group-item i {
      margin-right: 0px;
      color: #fff;
      font-size: 20px; }
    .details-page .social-list .list-group-item:first-child {
      padding-left: 0; }
  .details-page .social-list .list-group-item.like {
    background: #565f70; }
  .details-page .social-list .list-group-item.fa-red {
    background: #ef4f4c; }
  .details-page .social-list .list-group-item.share {
    background: #29aae2; }
.details-page .drop-btn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; }
  .details-page .drop-btn:hover {
    background-color: #2980B9; }
  .details-page .drop-btn:focus {
    background-color: #2980B9; }
.details-page .drop-down {
  position: relative;
  display: inline-block; }
  .details-page .drop-down a:hover {
    background-color: #ddd; }
.details-page .drop-down-content {
  display: none;
  border-radius: 10px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  min-height: 63px;
  left: -120%;
  top: 110%;
  padding: 10px;
  overflow: inherit;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
.details-page .social-icons {
  list-style: none;
  margin-bottom: 0;
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  width: 100%;
  overflow: inherit;
  display: flex; }
  .details-page .social-icons::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    border: 10px solid transparent;
    border-bottom-color: #fff; }
  .details-page .social-icons li {
    display: inline; }
    .details-page .social-icons li a {
      padding: 20px;
      width: 25px;
      height: 25px; }
      .details-page .social-icons li a i {
        color: #fff;
        font-size: 12px; }
    .details-page .social-icons li a.facebook {
      background: #4267B2; }
      .details-page .social-icons li a.facebook:hover {
        background: #f5f5f5; }
        .details-page .social-icons li a.facebook:hover i {
          color: #4267B2; }
    .details-page .social-icons li a.twitter {
      background: #00acee; }
      .details-page .social-icons li a.twitter:hover {
        background: #f5f5f5; }
        .details-page .social-icons li a.twitter:hover i {
          color: #00acee; }
    .details-page .social-icons li a.tiktok {
      background: black; }
      .details-page .social-icons li a.tiktok:hover {
        background: #f5f5f5; }
        .details-page .social-icons li a.tiktok:hover i {
          color: black; }
    .details-page .social-icons li a.instagram {
      background: #E1306c; }
      .details-page .social-icons li a.instagram:hover {
        background: #f5f5f5; }
        .details-page .social-icons li a.instagram:hover i {
          color: #E1306c; }
    .details-page .social-icons li a.google {
      background: #DB4437; }
      .details-page .social-icons li a.google:hover {
        background: #f5f5f5; }
        .details-page .social-icons li a.google:hover i {
          color: #DB4437; }
.details-page .booking-price {
  font-size: 24px;
  margin-bottom: 0px;
  color: #f26a26; }
  .details-page .booking-price span {
    color: #565f70;
    font-weight: normal; }
  .details-page .booking-price .sub-title {
    font-size: 12px;
    font-weight: normal;
    color: #9ba3af; }
.details-page .slider-list.yellow-list {
  opacity: 0.8;
  display: inline; }
  .details-page .slider-list.yellow-list .list-group-item i {
    color: #f26a26; }
.details-page .booking-component {
  display: none; }
  .details-page .booking-component .booking-price {
    font-size: 18px;
    color: #f26a26;
    margin-bottom: 0; }
    .details-page .booking-component .booking-price span {
      color: #565f70;
      font-weight: normal; }
.details-page .ad-space {
  width: 100%;
  height: 200px;
  background: #e9e9e9;
  text-align: center;
  color: #565f70;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .details-page .ad-space h4 {
    text-transform: uppercase;
    font-size: 40px;
    color: #9ba3af; }
.details-page .tage {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-transform: capitalize;
  margin-bottom: 0;
  border: 0 !important;
  font-size: 12px; }
.details-page .tage.verify {
  color: #3de2d6; }
  .details-page .tage.verify i {
    color: #3de2d6; }
.details-page .app-btn {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 5px;
  outline: none;
  margin: 5px;
  box-sizing: border-box; }
.details-page .submit-btn {
  outline: none; }
.details-page .orange-btn {
  background: #f26a26; }
.details-page .gray-btn {
  background: #565f70; }
.details-page .green-btn {
  background: #01a89e; }
.details-page .red-btn {
  background: #ef4f4c; }
.details-page .blue-btn {
  background: #29aae2; }
.details-page .disable-btn {
  background: #9ba3af; }
.details-page .empty-btn {
  background: none;
  border: 1px solid #565f70;
  color: #2b2b2b;
  font-weight: 400; }
  .details-page .empty-btn:hover {
    color: #c4c4c4 !important; }
@media (max-width: 1025px) {
  .details-page .fixed-side {
    justify-content: space-between; }
    .details-page .fixed-side > .col-md-3 {
      position: inherit;
      left: 5%;
      padding: 0;
      width: 100%; }
    .details-page .fixed-side > .col-md-9 {
      width: inherit !important;
      padding-left: 0;
      padding-right: 0; }
  .details-page .details-page .profile-info .dp {
    width: 50px;
    height: 50px; } }
.details-page .details-slider {
  position: relative;
  background: url("../images/bg/bg-7.jpg") no-repeat 0% 40%;
  background-size: cover;
  padding: 50px 0 0 0px;
  transition: all .5s;
  margin-top: 50px;
  height: 340px; }
  .details-page .details-slider .slider-right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .details-page .details-slider .social-list {
    margin-top: 120px; }
  .details-page .details-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3; }
  .details-page .details-slider h1 {
    font-size: 43px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 62px;
    line-height: 62px !important;
    text-transform: capitalize !important;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .details-page .details-slider .breadcrumb {
    background: none;
    margin-bottom: 110px;
    border: none;
    padding: 0; }
    .details-page .details-slider .breadcrumb i {
      color: #fff; }
    .details-page .details-slider .breadcrumb .breadcrumb-item {
      opacity: 9;
      font-size: 10px; }
      .details-page .details-slider .breadcrumb .breadcrumb-item a {
        color: #fff; }
      .details-page .details-slider .breadcrumb .breadcrumb-item:before {
        color: #fff; }
      .details-page .details-slider .breadcrumb .breadcrumb-item:first-child {
        padding-left: 0; }
    .details-page .details-slider .breadcrumb .breadcrumb-item.for-desktop {
      display: block; }
    .details-page .details-slider .breadcrumb .breadcrumb-item.for-mobile {
      display: none; }
    .details-page .details-slider .breadcrumb .active {
      color: #fff; }
.details-page .alt-slider {
  position: fixed;
  top: 0px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  z-index: 997;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 180px; }
  .details-page .alt-slider .slider-right {
    display: flex;
    justify-content: space-between; }
  .details-page .alt-slider .social-list {
    margin-top: 0px; }
  .details-page .alt-slider .booking-component {
    display: grid; }
    .details-page .alt-slider .booking-component .app-btn {
      max-width: 200px; }
  .details-page .alt-slider:before {
    display: none; }
  .details-page .alt-slider .slider-list {
    opacity: 10; }
    .details-page .alt-slider .slider-list .list-group-item {
      color: #565f70; }
      .details-page .alt-slider .slider-list .list-group-item i {
        color: #565f70; }
  .details-page .alt-slider .social-list {
    justify-content: flex-start;
    gap: 10px; }
    .details-page .alt-slider .social-list .list-group-item {
      background: #ef4f4c; }
      .details-page .alt-slider .social-list .list-group-item i {
        color: #fff; }
    .details-page .alt-slider .social-list .list-group-item.like {
      background: #565f70; }
    .details-page .alt-slider .social-list .list-group-item.fa-red {
      background: #ef4f4c; }
    .details-page .alt-slider .social-list .list-group-item.share {
      background: #29aae2; }
  .details-page .alt-slider h1 {
    color: #565f70 !important; }
  .details-page .alt-slider .breadcrumb {
    margin-bottom: 10px; }
    .details-page .alt-slider .breadcrumb .breadcrumb-item a {
      color: #565f70; }
    .details-page .alt-slider .breadcrumb .breadcrumb-item:before {
      color: #565f70; }
    .details-page .alt-slider .breadcrumb .breadcrumb-item i {
      color: #565f70; }
    .details-page .alt-slider .breadcrumb .active {
      color: #565f70; }
@media (max-width: 1025px) {
  .details-page .details-slider {
    position: relative;
    background: url("../images/bg/bg-7.jpg") no-repeat 0% 40%;
    background-size: cover;
    padding: 72px 0 0 0px;
    transition: all .5s;
    margin-top: 50px;
    height: 375px; }
    .details-page .details-slider .social-list {
      margin-top: 20px; }
    .details-page .details-slider h1 {
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 33px;
      line-height: 33px !important;
      text-align: center;
      margin: 15px 0;
      text-transform: capitalize !important;
      display: -webkit-box;
      max-width: 100%;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .details-page .details-slider .breadcrumb {
      margin-bottom: 10px; }
      .details-page .details-slider .breadcrumb .breadcrumb-item.for-desktop {
        display: none; }
      .details-page .details-slider .breadcrumb .breadcrumb-item.for-mobile {
        display: block; }
      .details-page .details-slider .breadcrumb .breadcrumb-item:last-child {
        display: none; } }
.details-page .mapouter {
  width: 100% !important;
  height: 300px !important;
  border-radius: 10px;
  overflow: hidden; }
  .details-page .mapouter .gmap_canvas {
    width: 100% !important;
    height: 100%; }
    .details-page .mapouter .gmap_canvas iframe {
      height: 100%; }
.details-page .mt-1 {
  margin-top: 1rem; }
.details-page .pera {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300; }
.details-page section {
  padding: 0px 0;
  border: none; }
.details-page .hide {
  opacity: 0; }
.details-page .show {
  opacity: 1;
  display: block; }
.details-page .mt-1 {
  margin-top: 1rem; }
.details-page .pera {
  margin-top: 20px;
  color: #7a869a; }
  .details-page .pera .readmore__toggle {
    font-weight: 500;
    color: #01a89e;
    line-height: 40px !important;
    clear: both; }
  .details-page .pera .readmore__content {
    text-align: justify;
    line-height: 20px; }
.details-page a {
  transition: all 0.35s ease; }
  .details-page a:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: 0; }
  .details-page a:focus {
    color: #01a89e !important;
    text-decoration: none !important;
    outline: 0; }
.details-page .letter-spacing {
  letter-spacing: 1px; }
.details-page .bg-black-50 {
  background: #181a23; }

.operator-details {
  display: block;
  padding-top: 60px; }
  .operator-details .main-content {
    padding-left: 1rem; }
  .operator-details .review-heading {
    max-width: 470px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-weight: 500;
    font-size: 22px !important;
    height: auto !important;
    line-height: 26px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .operator-details .mapouter {
    width: 100% !important;
    height: 350px !important;
    border-radius: 10px;
    overflow: hidden; }
  .operator-details .social-icons {
    gap: 20px; }
    .operator-details .social-icons a {
      padding: 20px;
      width: 55px;
      height: 55px; }
    .operator-details .social-icons a.facebook {
      background: #4267B2; }
      .operator-details .social-icons a.facebook:hover {
        background: #f5f5f5; }
        .operator-details .social-icons a.facebook:hover i {
          color: #4267B2; }
    .operator-details .social-icons a.twitter {
      background: #00acee; }
      .operator-details .social-icons a.twitter:hover {
        background: #f5f5f5; }
        .operator-details .social-icons a.twitter:hover i {
          color: #00acee; }
    .operator-details .social-icons a.tiktok {
      background: black; }
      .operator-details .social-icons a.tiktok:hover {
        background: #f5f5f5; }
        .operator-details .social-icons a.tiktok:hover i {
          color: black; }
    .operator-details .social-icons a.instagram {
      background: #E1306c; }
      .operator-details .social-icons a.instagram:hover {
        background: #f5f5f5; }
        .operator-details .social-icons a.instagram:hover i {
          color: #E1306c; }
    .operator-details .social-icons a.google {
      background: #DB4437; }
      .operator-details .social-icons a.google:hover {
        background: #f5f5f5; }
        .operator-details .social-icons a.google:hover i {
          color: #DB4437; }
  .operator-details .destination-info {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin: 20px 0px; }
    .operator-details .destination-info .card {
      padding: 10px 0; }
  .operator-details .info-header {
    padding-top: 0;
    display: flex;
    flex-wrap: nowrap; }
  .operator-details .profile-info .text {
    max-width: 317px; }
    .operator-details .profile-info .text h4 {
      font-weight: 600 !important;
      max-width: 100%; }
  .operator-details .profile-info h4 {
    color: #2b2b2b;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0; }

@media (max-width: 1025px) {
  .sm-start {
    justify-content: flex-start; }

  .sm-center {
    justify-content: center; }

  .sm-end {
    justify-content: flex-end; }

  .sm-space {
    justify-content: space-between; }

  .sm-no-flex {
    display: inherit; }

  .operator-details .main-content {
    padding-left: 0;
    padding-right: 0; }
  .operator-details .social-icons {
    padding: 30px 0px !important; }
  .operator-details .profile-info {
    margin-top: 20px !important; }

  .py-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .info-header {
    display: inherit !important; }

  .details-page .drop-down-content {
    left: -70px; }
  .details-page .profile-info .dp {
    width: 60px;
    height: 60px; }
  .details-page .container {
    padding: 0; }
  .details-page .portfolio-gallery .img-lg {
    margin-bottom: 20px; }

  .destination-info .card {
    padding: 20px 0 !important; } }
@media (max-width: 767px) {
  .portfolio-gallery .gallery-images {
    display: inherit; }
  .portfolio-gallery .gallery-grid {
    padding: 0 !important;
    min-height: 280px; } }

/*# sourceMappingURL=custom.css.map */
