* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* 
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
} */.related-item

img {
  max-width: 100%;
  height: auto;
}

/* body,
p span {
  font-size: 1.6rem;
} */

body,
p span {
  font-display: swap;
}

/* section p, section p span {
	font-size: 1.8rem !important;
} */

/* h1 {
  font-size: 3.2rem;
} */

.main-heading {
  padding: 0 4rem;
}

/* h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.2rem;
  font-weight: 500;
} */

#wrapper {
  background: #f7f7f7;
}

hr {
  border-top: 1px solid #d4d4d4;
}

.hero-image-wrapper {
  margin: 3rem 1.5rem;
  min-height: 46rem;
}

.hero-image-wrapper img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.article-wrapper {
  background: #fff;
  padding: 2rem 4rem;
  border-radius: 1rem;
  margin: 3rem 0;
}

/* section {
  margin-bottom: 6rem;
} */

section h2 {
  margin: 1rem 0 2rem 0;
}

.overview-text {
  max-width: 100%;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  text-align: justify;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21rem, 1fr));
  grid-gap: 1rem;
}

/* Product Card Start */
.product-card {
  width: 29rem;
  max-width: 100%;
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
  background: #fafafa;
  margin-bottom: 1.3rem;
}

.badge {
  position: absolute;
  left: 0;
  top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: #b30000;
  color: #fff;
  padding: 0.3rem 1rem;
}

.product-thumb {
  min-height: 20rem;
  max-height: 25rem;
  background: #dbdbdb;

}

.product-tumb img {
  width: 100%;
  height: 25rem;
  object-fit: contain;
}

.product-details {
  padding: 1rem;
}

.product-category {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  color: #555555;
}

.product-details h3 a {
  font-weight: 500;
  display: block;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  overflow: hidden;
  max-height: 100%;
  height: 8.8rem;
  font-size: 2rem;
}

.product-details p {
  font-size: 1.5rem;
  line-height: 22px;
  margin-bottom: 1.8rem;
}

.product-bottom-details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

.product-price {
  font-size: 1.8rem;
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 0.5rem;
  color: red;
}

.product-links {
  text-align: right;
}

.product-links a {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.5rem;
}

.exp-landing-card.product-card .product-details h3 a {
    text-transform: capitalize;
    left: left;
}

.btn-card {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}

.btn-card-full {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem;
}

.btn-card-primary {
  background: transparent;
  color: #29287e;
  border: 1px solid hsl(218deg 83% 69%);
}

/* Product Card End */

/* Table Start*/


.table-container {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

table {
  color: black;
  width: 100%;
  max-width: 100%;
}

table caption {
  color: #585858;
}

table th,
table td {
  padding: 1.5rem 2rem;
  text-align: left;
  font-size: 1.8rem;
  border: 1px solid #e0e0e0;
  width: 30rem;
}

table tr {
  background-color: #f7f7f7;
}


/* Table End */

/* Center Card Start */

.center-card {
  width: 21rem;
  max-width: 100%;
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
  background: #fafafa;
  margin-bottom: 1.3rem;
}

.badge {
  position: absolute;
  left: 0;
  top: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: #b30000;
  color: #fff;
  padding: 0.3rem 1rem;
}

.center-tumb {
  min-height: 20rem;
  max-height: 25rem;
  background: white;
}

.center-tumb img {
  width: 100%;
  height: 25rem;
  object-fit: contain;
}

.center-details {
  padding: 1rem;
}

.center-category {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  color: #969696;
}

.center-details h3 a {
  font-weight: 500;
  display: block;
  margin-bottom: 1.8rem;
  text-transform: capitalize;
  color: #363636;
  text-decoration: none;
  min-height: 4.6rem;
  overflow: hidden;
  max-height: 100%;
  height: 3.8rem;
  text-overflow: ellipsis;
  white-space: pre;
}

.center-details p {
  font-size: 1.6rem;
  line-height: 22px;
  margin-bottom: 1.8rem;
}

.center-bottom-details {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

.center-bottom-details div {
  width: 100%;
  max-width: 100%;
}

.center-price {
  font-size: 1.8rem;
  font-weight: 600;
}

.center-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 0.5rem;
  color: red;
}

.center-links a {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
}

/* Center Card End */

/* Video section Start*/
.video-item {
  width: 100%;
  max-width: 100%;
  position: relative;
  box-shadow: 0 14px 18px #dfdfdf;
  transition: 0.3s;
}

.video-item:hover {
  transform: scale(1.02);
}

.video-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.play-button {
  position: absolute;
  cursor: pointer;
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 4rem;
  border-color: transparent transparent transparent white;
  opacity: 0.7;
}

.play-button:hover {
  opacity: 1;
}

.video-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff !important;
  padding: 1rem;
  width: 100%;
  background: #0000006b;
  font-size: 14px !important;  
  max-height: 90%;
  margin: 0 0 15px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* Video section End */

/* Review Start */

.review-container ul {
  padding: 0;
}

.review-container li {
  margin-bottom: 3rem;
  list-style: none;
}

.review-item {
  background-color: #f7f7f7;
  display: flex;
  width: 100%;
  padding: 2rem 3rem;
}

.review-content {
  position: relative;
  width: 100%;
}

.reviewer-image {
  width: 60px;
  height: 60px;
  margin-right: 2rem;
  min-width: 60px;
}

.reviewer-image img {
  border-radius: 50%;
}

.reviewer-name {
  margin: 0 0 0.3rem 0;
}

.review-body {
  margin-bottom: 2rem;
}

.review-date {
  position: absolute;
  top: 0;
  right: 0;
}

.star-review {
  margin-bottom: 1rem;
}

.checked {
  color: orange;
}

.review-content small {
  opacity: 0.9;
}

.review-content small a {
  font-weight: bold;
}

.review-button {
  max-width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0.9rem;
  transition: .5s;
  margin: 1rem 0 0 auto;
}

.review-button a {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #6e9ef2;
  transition: .5s !important;
}

.review-button:hover a {
  color: hsl(218deg 100% 39%);
}

.review-button:hover {
  background: hsl(0deg 5% 93%);
}

/* Q&A Start */
.questions-container {
  width: fit-content;
}

/* Q&A End */

/* Destination START */

.destination-item {
  width: 100%;
  position: relative;
}

.destination-item {
  filter: drop-shadow(0px 3.17336px 19.0401px rgba(189, 189, 189, 0.23));
}

/* Destination END */

/* Doctor Start */

.doctor-card {
  width: 21rem;
  max-width: 100%;
  position: relative;
}

.doctor-card-content {
  position: absolute;
  bottom: 0;
  color: white;
  background: hsl(0deg 0% 18% / 85%);
  width: 100%;
  padding: 0rem 1.3rem 1rem;
}

.doctor-card-content h3 {
  color: white;
  font-weight: 600;
}

#doctors .product-details h3 a {
  height: 100%;
}

#doctors .product-details p {
  min-height: 8.8rem;
}

/* Doctor END */

/* Sidebar START */
.sidebar-container {
  background: white;
  margin-top: 8.5rem;
  border-radius: 10px;
  padding: 2rem 4rem;
}

/* TOC START */

.table-of-contents-experience ul {
  padding: 0;
  font-weight: 500;
}

.table-of-contents-experience ul li {
  list-style: decimal;
  list-style-position: inside;
}

/* TOC END */

/* RELATED START */
.related-container h2 {
  /* font-size: 1.8rem; */
}

.related-container a {
  text-decoration: none;
}
/* 
.related-item {
  margin-bottom: 3rem;
  background: hsl(0deg 0% 98%);
  padding: 2rem 1rem;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
} */
/* 
.related-item .image-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 1rem;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
  border-radius: 10px;
}

.related-item .image-wrapper picture {
  width: 100%;
  max-width: 100%;
}

.related-item .image-wrapper img {
  max-height: 100%;
  object-fit: cover;
  width: inherit;
  border-radius: 10px;
}

.related-item-content h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

.related-item-content p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0;
  width: 34ch;
} */

/* RELATED END */

/* Sidebar END */

/* Collapse Text Start*/

.collapse-container {
  position: relative;
  display: grid;
}

.show-more-btn {
  text-align: right;
  font-size: 1.4rem;
  background: transparent;
  color: #315a6f;
  border: none;
  order: 2;
}

.collapse-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  order: 1;
}

/* Collapse Text End */

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}

.flex-container .flex-item {
  flex: 0 0 calc(30.333333%);
}

.flex-container .flex-basis-desktop {
  flex: 0 0 calc(32.6%);
}

@media (max-width: 768px) {
  .flex-container .flex-basis-mobile {
    flex: 0 0 calc(100%);
  }
}

@media (max-width: 1030px) {
  .flex-container .flex-item {
    flex: 0 0 calc(45.333333%);
  }

  .hero-image-wrapper {
    min-height: 39rem;
  }
}

/* Media Query */
@media (max-width: 870px) {
  .card-container {
    place-items: center;
  }

  .product-card {
    max-width: 30rem;
  }

  .destination-item {
    max-width: 100%;
  }

  .hero-image-wrapper {
    min-height: 30rem;
  }
}

@media (max-width: 589px) {

  .video-item,
  .center-card,
  .product-card {
    width: 35rem;
    max-width: 100%;
  }
}

@media (max-width: 430px) {

  .article-wrapper,
  .sidebar-container {
    padding: 2rem;
  }

  .main-heading {
    padding: 0;
  }

  /* .container-fluid {
    padding: 0 0.5rem;
  } */

  table th,
  table td {
    padding: 1rem;
    font-size: 1.2rem;
  }

  .review-item {
    flex-direction: column;
  }

  .header-widget .sign-in.hidden-md img {
    height: 5rem;
  }

  .flex-container .flex-item {
    flex: 0 0 100%;
  }

  .hero-image-wrapper {
    min-height: 13.5rem;
  }

  .product-details h3 a,
  .center-details h3 a {
    height: 100%;
  }

  div#cookie-info-box .container div {
    font-size: 10px !important;
  }

  a#cookie-accept {
    font-size: 10px !important;
    padding: 4px !important;
  }
}

#call_button {
  display: none;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  max-width: 25rem;
  width: 100%;
  background: #fff !important;
  border-radius: 20px;
  bottom: 0;
  left: calc(95% - 25rem);
  padding: 1rem;
  z-index: 1000;
  position: fixed;
  text-align: center;
  box-shadow: rgb(50 50 93 / 25%) 0 13px 27px -5px,
    rgb(0 0 0 / 30%) 0 8px 16px -8px;
}

.cta-text {
  padding: 1rem;
  font-weight: 700;
  color: #000;
}

.cta-buttons a {
  width: 100%;
  margin-top: 0.5rem;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
}

.rfi-badge.button--primary,
.rfi-badge.button--secondary {
  color: #fff;
  border: none;
}

@media (max-width: 768px) {
  .cta-buttons {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    left: 0;
    border-radius: 0;
    padding: 0;
  }

  .cta-buttons a {
    margin-top: 0;
    border-radius: 0;
  }

  .cta-text {
    display: none !important;
  }

  .verified-badge {
    border-radius: 0 !important;
  }

  .tip-content {
    display: none;
  }
}

[class="chat-btn placidway-chatbot"] {
  display: none !important;
}

.fa-star:before {
  font-family: 'FontAwesome';
}

/* search widget */
.main-search-input {
  margin-top: 50px;
  border-radius: 50px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 9px;
  max-height: 68px;
}

.main-search-input-item {
  flex: 1;
  border-right: 1px solid #e9e9e9;
  margin-top: 3px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.main-search-input input,
.main-search-input input:focus {
  font-size: 16px;
  border: none;
  background: #fff;
  margin: 0;
  padding: 0;
  height: 44px;
  line-height: 44px;
  box-shadow: none;
}

.main-search-input button.button {
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  margin-right: 1px;
  height: 50px;
  outline: 0;
}

#autocomplete-container {
  position: relative;
  z-index: 101;
  height: 100%;
}

@media (min-width:992px) {
  .main-search-input-item {
    padding: 0 15px;
  }
}

button.button {
  background-color: #66676b;
  top: 0;
  padding: 9px 20px;
  color: #fff;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  transition: all .2s ease-in-out;
  cursor: pointer;
  margin-right: 6px;
  overflow: hidden;
  border: none;
  border-radius: 15px;
}

button.button:hover:before {
  opacity: .1;
}

button.button {
  line-height: 26px;
}

@media (max-width:991px) {
  .main-search-input {
    border-radius: 0;
    display: block;
    padding: 0;
    max-height: 100%;
    background-color: transparent;
    box-shadow: none;
  }

  .main-search-input-item {
    border-color: transparent;
  }

  .main-search-input button.button {
    margin-top: 10px;
  }

  .main-search-input-item {
    margin-bottom: 10px;
  }

  .main-search-input-item {
    padding: 0;
  }

  .main-search-input input,
  .main-search-input input:focus {
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
  }

  .main-search-input input,
  .main-search-input input:focus {
    padding: 0 10px;
  }
}

@media (max-width:991px) {
  .main-search-input-item {
    height: 60px;
  }
}

@media (max-width:767px) {
  .main-search-input {
    margin-top: 0;
  }
}

button.button {
  background-color: #495d7f;
}

@media (max-width:991px) {
  .selectize-control {
    padding: 0 !important;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0/8%);
    height: 100%;
  }

  .selectize-control.single .selectize-input:after {
    right: 10px;
  }

  .selectize-dropdown {
    z-index: 200;
  }
}

button.button:before,
button.button,
input[type=text] {
  transition: 0s !important;
  -webkit-transition: 0s !important;
}

h2 {
  word-break: break-word;
  max-width: 100%;
}

.selectize-dropdown {
  position: absolute;
  z-index: 999;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0/10%);
  box-shadow: 0 1px 3px rgb(0 0 0/10%);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  width: 100% !important;
  left: 0 !important;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
  border: none;
  box-shadow: none;
  height: 100%;
}

.sidebar-filter h2 {
  margin: 0;
}

.sidebar-filter {
  box-shadow: 0px 0px 3px 0 #a89d9d;
  padding: 2rem;
  border-radius: 10px;
}

.sidebar-filter .main-search-input-item {
  padding: 0;
  margin: 2rem 0;
}

.main-search-input-item {
  padding: 0;
}

.main-search-input-item {
  border-color: transparent;
}

.sidebar-filter .selectize-control {
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
}

.sidebar-filter .main-search-input button.button {
  width: 100%;
  margin-top: 10px;
}

.sidebar-filter .selectize-input input {
  width: 100% !important;
}

.selectize-dropdown [data-selectable] {
  min-height: 50px;
  padding: 0 10px;
}

@media (max-width:991px) {
  .selectize-dropdown {
    z-index: 200;
  }
}

.selectize-dropdown {
  position: absolute;
  z-index: 999;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0/10%);
  box-shadow: 0 1px 3px rgb(0 0 0/10%);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  width: 100% !important;
  left: 0 !important;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
