
.package-dt-page-main {
  background-color: #f4f3f4;
}

.pack-title-price-header {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 15px 0;
  margin-block: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  align-items: center;
  flex-wrap: wrap;
}

.pack-title-price-header .title-block {
  display: flex;    
  justify-content: space-between;
  padding-left: 25px;
}

.pack-title-price-header .pack-title-center {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.pack-title-price-header .pack-title-center .pack-thumb {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.pack-title-price-header .pack-title-center .title-center h1 {
  margin-bottom: 10px !important;
  font-weight: bold;
  font-size: 28px !important;
}

.pack-title-price-header .centername {
  font-size: 14px !important;
  color: #e98074;
  
}

.pack-title-price-header .star-rating {
  margin-bottom: 8px;
  margin-top: -3px;
}

.pack-title-price-header a {
  color: #777;
  text-decoration: underline;
}

.pack-title-price-header .star-rating svg {
  width: 15px;
  height: 15px;
}

.pack-title-price-header a .review-text {
  font-size: 14px !important;
}

.pack-title-price-header .centername a {
  color: #e98074;
  display: inline-flex;
  align-items: center;
  gap: 5px;  
}
.pack-title-price-header .centername a svg {
  width: 14px;
}
.pack-title-price-header .centername a svg path {
  fill: var(--secondary-color);
}

/* .pack-title-price-header .viewcount-social-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.pack-title-price-header .viewcount-social-icon .social-btn {
  width: 24px;  
}

.pack-title-price-header .viewcount-social-icon .social-btn svg path {
  fill: #e9807c;
}

.pack-title-price-header .pack-price-block .pack-price-title {
  color: #e85a4f;
  font-size: 14px !important;
  font-weight: 500;
  margin-bottom: 5px;
}

.pack-title-price-header .actual-price {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.pack-title-price-header .actual-price .ctm-view-count {
  font-size: 2rem;
}
.pack-title-price-header .actual-price .ctm-view-count i {
  width: 20px;
  height: 27px;
}
.pack-title-price-header .actual-price .ctm-view-count span.social-count {
  font-size: 1.6rem !important;
}

.pack-title-price-header .actual-price span:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.pack-title-price-header .actual-price span + span {
  font-size: 16px;
  line-height: 28px;
}

.pack-title-price-header .title-center {
  max-width: 90%;
}

.pack-title-price-header .pack-price-block {
  position: relative;  
  min-height: 100%;
  padding-left: 40px;
  min-height: 126px;
}

.about-title-img-row {
  display: flex;
  align-items: center;
  padding: 20px 15px 0;
  gap: 10px;
}

.about-title-img-row h2,
.about-title-img-row h3 {
  padding: 0;
}

.about-title-img-row .pack-thumb {
  width: 45px;
  height: 45px;
  min-width: 45px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 4px #00000024;
}

h2.pricing-sub-heading {  
        color: #00879E !important;
    margin-bottom: -10px;
}

.center_table span.center_loc {
    display: block;
    font-style: italic;
    color: #e85a4f !important;
    font-weight: 500;
    font-size: 12px;
    margin-top: 3px;
}

.search-pricing_page button.center_table_btn.chat_with_us_button {
  background-color: var(--primary-color);
  color: #fff !important;
  padding: 10px 16px;
  transition: .4s ease all;    
}
.search-pricing_page button.center_table_btn.chat_with_us_button span {
  color: #fff !important;
}

button.center_table_btn.chat_with_us_button:hover {
  background-color: var(--secondary-color);
}

.search-pricing_page .loadmore-btn:hover,
.search-pricing_page .loadmore-btn,
.search-pricing_page .discover-cta-btn:hover,
.search-pricing_page .discover-cta-btn{
  border-radius: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
}
 

.article-dt-desc .search-pricing_page .loadmore-btn span:not(.checked),
.primary-btn.loadmore-btn span{
  color: #fff !important;
}

.experience-card {    
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    border: 1px solid #d9d9d9;
    transition: .4s ease;
    overflow: hidden;
    margin-bottom: 30px;
    border: 0;
}

.experience-card picture img {
    object-fit: cover;
    display: inline-block;
    height: 100%;
    object-position: top center;
    width: 100%;
}

.experience-card .title-price-row h4 {
    padding: 5px 16px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin: 5px 0;
}


.experience-card .img-container {    
    overflow: hidden;
    box-shadow: 0 0 14px #00000008;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-card .img-container picture {
  width: 100%;
  height: 100%;
}
.experience-card .title-price-row {
  padding: 5px 15px 7px;
}

  

.experience-card:hover {
    transform: translate3d(0, -6px, 0);
}

.experience-card.exp-card .ctm-country-flag {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
}

.exp-card.experience-card .exp-loc {
    font-size: 12px !important;
    padding-top: 0;
}

.experience-card.exp-card .title-price-row .rel-card-title, .experience-card.exp-card .title-price-row .rel-card-title a {
    color: #222;
}

.exp-card.experience-card .price small {
    font-style: normal;
    font-weight: 400;
    color: #abaeb1 !important;
    font-size: 13px;
}

.exp-card.experience-card .price .experience-price {
    color: #222 !important;
    font-size: 18px !important;
    font-weight: 700;
}

.exp-card.experience-card .exp-votecount,
.exp-card.experience-card .exp-votecount span {
    
    font-size: 12px !important;
}
.exp-card.experience-card .exp-votecount i {
    font-size: 18px !important;
}

.experience-card .img-container {
  height: 170px;
}

.exp-header-block .headline {
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 0;
}

.exp-header-block {
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}






.lang-flag-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 18px;
}
.lang-flag-link .ctm-flag-square {
  width: 14px !important;
  height: 14px;
}
.about-title-img-row a {
  color: var(--secondary-color);
}
.about-title-img-row a:hover {
  color: var(--primary-color);
}

.about-title-img-row .pack-thumb img {
  width: 100%;
  height: 100% !important;
  margin: 0;
}

.pack-title-price-header .pack-price-block:before {
  content: "";
  position: absolute;
  left: 20px;
  height: 100%;
  width: 1px;
  background: #dcdcdc;
  top: 50%;
  transform: translateY(-50%);
}

.social-popup-main {
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}


.social-popup-main .popup-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.social-popup-main .popup-body {
  background: #fff;
  max-width: 555px;
  width: 100%;
  padding: 30px;
  position: relative;
}
.social-popup-main .popup-body .modal-share__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}
.social-popup-main .popup-body .modal-share__copy input {
  border: 1px solid #dcdcdc;
  outline: 0;
  max-width: 60%;
  margin: 0;
  height: 46px;
}

.social-popup-main .popup-body .modal-share__copy .modal-share__btn {
  background: #e85a4f;
  padding: 12.2px 15px;
  transition: .4s ease all;
  color: #fff;
  line-height: normal;
}

.social-popup-main .popup-body .modal-share__copy .modal-share__btn:hover {
  background: var(--secondary-color);
}

.social-popup-main .close-btn {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #e85a4f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.social-popup-main .close-btn svg {
  width: 14px;
}

.social-popup-main .close-btn svg path {
  fill: #fff;
}

.social-popup-main .popup-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
  color: #e85a4f;
  font-weight: bold;
}

.social-popup-main .social-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 15px;
}

.social-popup-main .social-list li .social-links {
  background: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.social-popup-main .social-list li .social-links.fb-link {
  background: #3b5998;
}
.social-popup-main .social-list li .social-links.email-link {
  background: #78d7ff;
} 
.social-popup-main .social-list li .social-links.twitt-link {
  background: #1da1f2;
}
.social-popup-main .social-list li .social-links.whatsapp-link {
  background: #4dc247;
}
.social-popup-main .social-list li .social-links.copy-link {
  background: #08c;
}

.social-popup-main .social-list li .social-links svg path {
  fill: #fff;
}

.pack-about-aside {
  background: #fff;
  border: 1px solid #dcdcdc;
}

.pack-about-aside .pack-about-items {  
  padding:0 20px 0 30px;
  height: 353.4px;
  max-height: 354.4px;
  overflow: auto;
  margin: 15px 10px 20px 0;
}
.profile-about.pack-about-aside .pack-about-items {
  height: 293.4px;
  max-height: 293.4px;
}

.pack-about-aside .pack-about-items::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}


.pack-about-aside .pack-about-items::-webkit-scrollbar-track {
  background: #f4f3f4;
  border-radius: 3px;
}

.pack-about-aside .pack-about-items::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

.pack-about-aside .pack-about-items li {  
  color: var(--text2-color);
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.pack-about-aside .pack-about-items li a {
  color: var(--secondary-color);
}
.pack-about-aside .pack-about-items li a:hover {
  color: var(--primary-color);
}
.pack-about-aside .pack-about-items li:not(:last-child){
  margin-bottom: 10px;
}

.pack-about-aside .pack-about-items li::marker {
  color: #e85a4f;
}
.pack-about-aside .pack-about-items li span:first-child {
  font-weight: 600;
}
.pack-about-aside h3,
.pack-about-aside h2 {
  font-size: 18px !important;  
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}

.aside-chat-btn {
  width: 100%;
  height: 50px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  transition: .4s ease all;
}
.aside-chat-btn:hover {
  background-color: var(--secondary-color);
}

.aside-chat-btn.book-vc-btn {
  margin-top: 10px;
  background: #222;
}

.aside-chat-btn.book-vc-btn:hover {
  background: #222222ba;
}

.book-consultation-inner h2 {
    margin-top: 20px;
}

.book-consultation-inner .no-calender-box {
    border-radius: 0;
}

.book-consultation-inner .no-calender-box button {
    border-radius: 0;
    width: 100%;
}
.request-vido-popup-main .popup-body {
  border-radius: 0;
}
.request-vido-popup-main .content-block .form-control {
  border-radius: 0;
  border: 1px solid #eee;
  width: 100%;
  padding-inline: 12px;
  color: #777;
}
.consultation-outer-container {
  border-radius: 0;
  margin-top: 15px;
}

.request-vido-popup-main .content-block select.form-control.custom_timezone option {
  color: #777 !important;
}
.request-vido-popup-main .book-vc-btn, .request-vido-popup-main .headline-block .close-btn {
  border-radius: 0;
}

/* package detail images sliders css */

.image-banner-slider {
  max-width: 100%;  
  overflow: hidden;
  background: #dcdcdc;
}

.image-banner-slider .slick-slider img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.image-banner-slider .item {
  height: 390px;
  overflow: hidden;
  background: #dcdcdc;
  max-width: 100%;
}

.thumnbails-slider {
  background: #666;
  padding: 12px 6px;
}

.thumnbails-slider .slick-slide {
  margin-inline: 3px;
}

.thumnbails-slider .slick-slide .item {
  height: 83px;
  overflow: hidden;
  transition: .4s ease all;
}
.slider-reset {
  display: none;
}
.slider-reset.slick-slider {
  display: block;
}

.thumnbails-slider .slick-current.slick-center .item {
  border-color: #dbb127;
}
.thumnbails-slider .slick-slide .item {
  border: 3px solid transparent;
  cursor: pointer;
}

.thumnbails-slider .slick-slide .item img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.image-banner-slider .slick-arrow,
.related-cards-slider .slick-arrow { 
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: .4s ease all;
  border-radius: 0;
}
.related-cards-slider .slick-arrow {
  height: calc(100% - 45px);
  top: 45%;
}
.image-banner-slider .slick-arrow.slick-prev:after,
.related-cards-slider .slick-arrow.slick-prev:after
 {
  transform: rotate(-135deg);
}

.image-banner-slider .slick-arrow:after,
.related-cards-slider .slick-arrow:after {
  content: "";
  width: 22px;
  height: 22px;
  margin: -11px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
}
.image-banner-slider:hover .slick-arrow,
.related-cards-slider:hover .slick-arrow {
  opacity: 1;
}

.image-banner-slider .slick-arrow:before,
.related-cards-slider .slick-arrow::before {
  display: none;
}
.image-banner-slider .slick-next,
.related-cards-slider .slick-next{
  right: 0;  
}
.image-banner-slider .slick-next, .image-banner-slider .slick-next:hover,.image-banner-slider .slick-next:focus,
.related-cards-slider .slick-next, .related-cards-slider .slick-next:hover,.related-cards-slider .slick-next:focus
{  
  background: linear-gradient(270deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%) !important;
}
.related-cards-slider .slick-next {
  right: 13px;  
}
.image-banner-slider .slick-prev,
.related-cards-slider .slick-prev {
  left: 0;  
}
.image-banner-slider .slick-prev, .image-banner-slider .slick-prev:hover, .image-banner-slider .slick-prev:focus,
.related-cards-slider .slick-prev, .related-cards-slider .slick-prev:hover, .related-cards-slider .slick-prev:focus {  
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%) !important;
}
.related-cards-slider .slick-prev {
  left: 15px;
}

.package-dt-main-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pack-inner-content {
  background: #fff;
  padding: 15px;  
  border: 1px solid #dcdcdc;
  
}
.pack-inner-content .hero-image-wrapper {
  margin: 0;
  height: 490px;
  background: #dcdcdc;
}
.article-dt-desc .pack-inner-content .hero-image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.package-dt-main-row .gsi-material-button {
  border-color: #dcdcdc;
  border-radius: 0;
}

.row.package-dt-main-row {
  display: flex;
  flex-wrap: wrap;
}

.pack-inner-content {
  background: #fff;
  padding: 15px;  
  border: 1px solid #dcdcdc;
}


.pack-inner-content .about-section > div[style="display: flex; justify-content: center;"] {
  position: sticky;
  top: -42px;
  overflow: visible !important;
  z-index: 4;
}

.pack-inner-content .about-section > div .table-ofcontent-experience {
  background: transparent !important;
}

.pack-inner-content .table-of-contents-experience {
  background: transparent !important;
  box-shadow: unset;
  padding: 0 !important;
  position: sticky;
  top: -47px;
  z-index: 1;
}

.pack-inner-content .table-of-contents-experience ul, .pack-inner-content .table-of-contents ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
  background: #f4f3f4;
  gap: 0;
  z-index: 10;
  left: 0;
  width: 100% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border: 0;
  border-radius: 0;
}

.pack-title-price-header .actual-price a span {
  color: var(--text2-color) !important;
  font-weight: 400 !important;
}

.pack-title-price-header .actual-price .no-review-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--text2-color) !important;
  font-style: italic;
}

.pack-inner-content .review-item {
  border-radius: 0;
}

.pack-inner-content .review-container .link-button {
  border-radius: 0;
  transition: .4s ease all;
}

.pack-inner-content .review-container .link-button a {
  font-size: 16px !important;
  transition: .4s ease all;
}

.pack-title-price-header .actual-price .star-rating ~ .no-review-text {
  display: none;
}

.pack-inner-content .table-of-contents-experience {
  background: transparent !important;
  box-shadow: unset !important;
  padding: 0 !important;
}
.pack-inner-content .table-of-contents-experience ul li, 
.pack-inner-content .table-of-contents ul li {
  flex: 1;
  width: auto !important;
}

.pack-inner-content .table-of-contents-experience ul li a,
.pack-inner-content .table-of-contents ul li a {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 16px !important;
  color: var(--text2-color) !important;
  position: relative;
  padding: 10px 5px;
}

.pack-inner-content .table-of-contents-experience ul li a:hover,
.pack-inner-content .table-of-contents ul li a:hover {
  background: transparent;
  color: var(--primary-color);
}

.pack-inner-content .table-of-contents-experience ul li a:hover, 
.pack-inner-content .table-of-contents-experience ul li a.active,
.pack-inner-content .table-of-contents ul li a:active {
  background: transparent !important;
  color: var(--primary-color) !important;
}

.pack-inner-content .table-of-contents-experience ul li a:before,
.pack-inner-content .table-of-contents ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  transition: .4s ease all;
  background: var(--primary-color);
  height: 3px;
  top: 93%;
}

.pack-inner-content .table-of-contents-experience ul li a:hover:before, 
.pack-inner-content .table-of-contents-experience ul li a.active:before,
.pack-inner-content .table-of-contents ul li a:hover:before,
.pack-inner-content .table-of-contents ul li a.active:before {
  width: 100%;
}

.pack-inner-content section p {
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
}
html {
  font-size: 10px !important;
}

.related-cards-slider .exp-card .title-price-row h4 a {
  color: #555 !important;
  text-decoration: none;
}
.related-cards-slider .exp-card .img-container a {  
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.related-cards-slider .slick-track {
  margin-left: 0;
}

.review-card {
  background: #ebebeb;
  padding: 20px;
  position: relative;
  min-height: 269px;
  margin: 10px 0;
  transition: .4s ease all;
}
.video-inner-card {
  margin: 10px 0;
  transition: .4s ease all;
}
.review-card:hover, .video-inner-card:hover {
  box-shadow: inset 0 0 0 1px #d8d8d8, 0 0 10px rgba(0, 0, 0, .3);
}

.review-card .img-block {
  max-width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

body .review-card .review-date {
  position: absolute;
  right: 15px;
  top: 30px;
  font-size: 14px !important;
  color: var(--text2-color) !important;
  font-weight: 400;
}

.review-card p.review-body {
  font-size: 14px !important;
  line-height: 24px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.treatment-main-img 

.review-card h3.reviewer-name {
  font-size: 16px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222 !important;
}

.review-card small.review-by, .review-card small.review-by span {
  font-size: 14px !important;
}

.review-card small.review-by span {
  color: #e85a4f !important;
}

.review-card small.review-by {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.review-card .star-review .checked {
  color: orange !important;
}

body .review-card a:hover .review-date,body .review-card a:focus .review-date {
  color: var(--text2-color) !important;
}
.video-inner-card {
  position: relative;
}

.video-inner-card h3.video-heading {
  color: var(--dark-gray) !important;
  background-color: var(--bg-dark-color);
  margin: 0;
  font-size: 14px !important;
  -webkit-line-clamp: 3;
  font-weight: 600;
  font-weight: 500;
  max-height: 68px;
  line-height: 18px;
}

.video-inner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* experiece detail page accordion css */

.ctm-acc-wrapper {
  background: #f4f3f4;
  padding: 20px;
  margin: 10px 0;
}

.ctm-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 24px;
  color: #222 !important;
  font-weight: 600;
  align-items: center;
  text-align: left;
}

body .ctm-dt-pages.article-dt-desc .ctm-accordion span {
  color: #222 !important;
  font-weight: 700;
}
.article-dt-desc .ctm-accordion span svg {
  max-width: 24px;
  width: 100%;

}

.ctm-accordion i {
  color: #e85a4f;
  transition: .4s ease all;
}

.ctm-accordion span i {
  color: #222;
  font-size: 26px;
  margin-right: 8px;
}
.ctm-accordion span svg {
  margin-right: 8px;
}

.expand-hide-all-btn {
  border: 1px solid;
  padding: 4px 10px;
  display: block;
  transition: .4s ease all;
  margin: 15px 0 15px auto;
  color: #e85a4f;
  font-size: 14px;
  min-width: 93px;
}

.ctm-accordion.active-tab i {
  transform: rotate(180deg);
}

.expand-hide-all-btn:hover {
  color: #fff;
  background: #e85a4f;
}


/* related widgets css */

.related-cards-slider .slick-slide {
  margin-inline: 15px;
}

.related-cards-slider .related-videos-card .subtreatment {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-cards-slider .slick-dots {
  background: #dcdcdc;
  display: flex;  
  margin-top: 30px;
}

.related-cards-slider .slick-dots li {
  padding: 0;
  margin: 0;
  flex: 1;
  height: unset;
}

.related-cards-slider .slick-dots li button {
  width: 100%;
  height: 4px;
  background: transparent;
  padding: 0;
  transition: .4s ease all;
}

.related-cards-slider .slick-dots li button:before {
  display: none;
}

.related-cards-slider .slick-dots li.slick-active button {
  background: var(--primary-color);
}

.related-cards-slider {
  margin: 0 -15px 0 !important;
}

.slick-dots-wrapper {
  margin-inline: 15px;
}

.slick-dots-wrapper .slick-dots {
  position: static;
}

.related-cards-slider .related-videos-card, .related-cards-slider .exp-card {
  margin-bottom: 5px;
}

.related-cards-slider .related-videos-card, .related-cards-slider .exp-card {
  background: #fff;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-radius: 0;
  transition: .4s ease all;
}

.related-cards-slider .related-videos-card:hover, .related-cards-slider .exp-card:hover {
  box-shadow: inset 0 0 0 1px #d8d8d8, 0 0 10px rgba(0, 0, 0, .3);
}

.exp-card tm-star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  flex-wrap: wrap;
}
.exp-card .ctm-star-rating .rating-count a {
  color: #A3A3A3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}


.exp-card .star-rating {
  display: inline-block;
  /* min-width: 215px; */
  text-align: right;
  font-size: 17px;
}

.exp-card .star-rating .star:before {
  font-family: FontAwesome;
  content: "\f005";
  display: block;
  color: #ffc600;
}

.exp-card .star-rating .star {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 4px;
  position: relative;
}

.related-centers-sec {
  margin-bottom: 30px;
}

.related-cards-slider .exp-card .img-container {
  border: 1px solid transparent !important;
  transition: .4s ease all;
  box-shadow: unset;
}
.related-cards-slider .exp-card:hover .img-container {
  border: 0;
}

.related-cards-slider .exp-card .img-container img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.article-dt-desc .pack-inner-content img {
  border-radius: 0 !important;
  max-width: 100%;
  height: auto !important;
  margin-bottom: 0;
}
.related-cards-slider .related-videos-card .desc .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
.pack-about-aside.about-pack-mobile {
  display: none;
}

.package-dt-page-main .article-dt-desc {
  margin-bottom: 0;
}
.both-sliders-container {
  min-height: 505px;
}

/* author page css */

.author-page-content .auth-img-block {
  max-width: 250px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 6px solid var(--border-c);
  margin: 0 auto 15px;

  
}
.author-page-content h1 {
  text-align: center;
  margin-bottom: 15px;
  color: var(--primary-color);
  font-size: 3.4rem !important;
  font-weight: 700;
}
.author-page-content ul, .author-page-content h3 {
  margin-bottom: 15px;
}
.author-page-content ul li {
  color: var(--text2-color) !important;
}
.author-page-content ul li strong {
  color: #333;
  font-weight: 600;
}

.toc-aside,
.profile-toc {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #dcdcdc; 
  min-height: 166px; 
}


.toc-aside h3,
.profile-toc h3,
.toc-aside h2,
.profile-toc h2 {
  margin-bottom: 15px;
  font-size: 18px !important;
  line-height: normal;
  color: #222;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toc-aside ul,
.profile-toc ul {
  padding-left: 20px;
  height: 95px;
  overflow-y: auto;
}
.profile-toc ul{
  height: 120px;
} 
.toc-aside ul li,
.profile-toc ul li {
  min-height: 20px;
}


.toc-aside ul li a,
.profile-toc ul li a {
  color: var(--text2-color);
  transition: .4s ease all;
}

.toc-aside ul li:not(:last-child),
.profile-toc ul li:not(:last-child) {
  margin-bottom: 5px;
}

.toc-aside ul li, 
.profile-toc ul li {
  color: var(--text2-color);
}

.toc-aside ul li a:hover,
.profile-toc ul li a:hover {
  color: var(--secondary-color);
}

.pack-inner-content .search-page-card {
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px, rgba(0, 0, 0, .3) 0 7px 7px -5px, rgba(0, 0, 0, .2) 0 0 0 inset;
    border-radius: 14px;
}

body .scroll-content {
    position: relative;
    background: #fafafa96 !important;
    border: 1px solid #e4e4e4!important;
    overflow: hidden!important;
    border-radius: 0!important;
    box-shadow: unset!important;
    max-height: 1000px!important;
    height: unset!important;
    line-height: 175%!important
}

body .scroll-content h2 {
    font-size: 2rem!important
}

body .scroll-content h3 {
    font-size: 1.8rem!important
}

.ctm-reviews-block {
    display: flex;
}

.ctm-reviews-block .star-rating ~ .no-review-text {
    display:none;
}

.pack-title-price-header .ctm-reviews-block .star-rating {
    margin-top: 0;
}

.reviews-main-block .pack-price-title {
    margin-top: 5px;
}

.star-rating .checked {
    color: orange !important;
}

.voice-btn-wrap {
    height: 54px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
}



  .dt-mobile-slider {
    display: none;
  }

  /* AI share buttons section css */

  .ai-share-sec {
    padding: 10px 15px 15px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    background-color: #fff;
}

.share-btns {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ai-share-sec .share-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #dcdcdc;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--text2-color) !important;
    transition: .4s ease all;
}

.ai-share-sec .share-btn img {
    width: 18px;
    min-width: 18px;
}

.ai-share-sec .share-btn:hover {
    color: var(--text2-color) !important;
}

.ai-share-sec .header-block h2 {
    margin-bottom: 0px;
}

.ai-share-sec .header-block {
    margin-bottom: 15px;
}

.ai-share-sec .header-block p {
    margin-bottom: 0;
    margin-top: 3px;
}

.ai-share-sec .share-btn:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-color: var(--primary-color);
}

.cta-floating-btn {
    display: flex;
    background: #fff;
    position: fixed;
    bottom: 72px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    gap: 10px;
    z-index: 2;
    box-shadow: 0 -3px 5px 0 #a89d9d4f;
}

.cta-floating-btn > button {
    margin: 0 !important;
    font-size: 12px;
    height: 35px;
}

/* responsiveness */




@media (min-width:1200px) and (max-width:1300px){
  .search-containtment {
    padding: 0 4% !important;
}
}



@media (max-width:1200px){
  .pack-title-price-header .pack-title-center .title-center h1 {
    font-size: 24px !important;
  }
  .pack-title-price-header .actual-price span:first-child {
    font-size: 20px;
  }
  body main .pack-inner-content section h2, body .pack-inner-content main section h2 * {
    font-size: 20px !important;
  }
  body main .pack-inner-content section h3, body .pack-inner-content main section h3 * {
    font-size: 18px !important;
  }
}

@media (max-width: 992px) {
  .pack-inner-content .hero-image-wrapper {
    height: unset;
  }
  .pack-about-aside.about-pack-mobile .pack-about-items, .pack-about-aside .pack-about-items {
    height: auto;
    max-height: unset;
  }
  .pack-about-aside.about-pack-mobile {
    display: block;
    margin-block: 15px;
  }
  /* .pack-about-aside {
    display: none;
  } */
  .col-mb-12 {
      width: 100%;
  }
  .pack-title-price-header .actual-price {
    gap: 2px;
    flex-wrap: wrap;
  }
  .pack-title-price-header .title-block.col-sm-8 {
    width: 76.666667%;
  }
  .pack-title-price-header .pack-price-block.col-sm-4 {
    width: 23.333333%;
  }
  .pack-title-price-header .pack-price-block:before {
    left: 15px;
  }
  .pack-title-price-header .actual-price span + span {
    font-size: 14px;
    line-height: 22px;
}
}
@media (max-width:850px){
  .thumnbails-slider .slick-slide .item {
    height: 73px;
  }
  .both-sliders-container {
    min-height: 495px;
  }
}

@media (max-width:767px){
  .dt-mobile-slider {
    display: block;
  }
  .dt-desktop-slider {
    display: none;
  }
  .author-page-content h1 {
    font-size: 2.6rem !important;
  }
  .ctm-acc-wrapper {    
    padding: 15px;    
}
  .article-dt-desc .ctm-accordion span svg {
    max-width: 22px;    
}
  .ctm-accordion span i {
    font-size: 22px;
  }
  .ctm-accordion {
    font-size: 18px;
  }
  .both-sliders-container {
    min-height: 405px;
  }
  .pack-inner-content table {
    max-width: 100%;
    display: block;    
    overflow-x: auto;
  }
  .inner-secs-block iframe{
    max-width: 100%;
  }
  .pack-inner-content .table-of-contents-experience ul, .pack-inner-content .table-of-contents ul {
    justify-content: flex-start;
  }
  .pack-inner-content .table-of-contents-experience ul {
    padding-inline: 10px;
  }
  .related-cards-slider .slick-prev {
    left: 5px;
  }
  .related-cards-slider .slick-next {
    right: 5px;
  }
  .related-cards-slider {
    margin: 0 -5px 0 !important;
  }
  .related-cards-slider .slick-slide, .slick-dots-wrapper {
    margin-inline: 5px !important;
  }
  .pack-inner-content section p, .article-dt-desc table td p {
    font-size: 1.4rem !important;
    line-height: 2.4rem !important;
}
  .pack-inner-content .table-of-contents-experience ul li a {
    padding:10px !important;
  }
  /* .pack-title-price-header .viewcount-social-icon .social-btn {
    width: 20px;
  } */
  .pack-title-price-header {
    padding: 15px 0;
  }
  .pack-title-price-header .title-block.col-sm-8 {
    padding-left: 15px;
    width: 100%;
  }
  .image-banner-slider .item {
    height: 300px;
  }
  .pack-title-price-header .pack-title-center .title-center h1 {
    font-size: 20px !important;
} 
.pack-title-price-header .actual-price span:first-child {
  font-size: 18px;
}
body main .pack-inner-content section h2, body .pack-inner-content main section h2 *, body main .pack-inner-content section h3:not(.video-heading), body main .pack-inner-content section h3:not(.video-heading) * {
  font-size: 18px !important;
}
.pack-title-price-header .pack-price-block.col-sm-4 {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
  padding-inline: 0;
  margin: 15px 15px 0;
}
.pack-title-price-header .pack-price-block:before {
  display: none;
}
.pack-title-price-header .actual-price {
  gap: 10px;  
  line-height: 22px;
}
}
@media (max-width:485px){
  .share-btns {
    gap: 10px;
}

.share-btns .share-btn span {
  display: none;
}

  .pack-inner-content .hero-image-wrapper {
    height: 135px;
  }
  .treatment-main-img {
  min-height: 128px;
}
  .experience-card .img-container {
    height: 200px;
}
  .inner-secs-block iframe {    
    height: 280px;
}
  .both-sliders-container {
    min-height: 305px;
  }  
  .about-section p > img {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .image-banner-slider .slick-arrow:after, .related-cards-slider .slick-arrow:after {
    width: 19px;
    height: 19px;
  }
  .image-banner-slider .slick-arrow, .related-cards-slider .slick-arrow {
    opacity: 1;
  }
  .related-cards-slider .slick-next {
    right: 0;
  }
  .related-cards-slider .slick-list.draggable {
    padding: 0 65px 0 0 !important;
}
  .pack-title-price-header .pack-title-center {
    gap: 3px;
  }
  /* .pack-title-price-header .viewcount-social-icon {
    position: absolute;
    right: 15px;
    top: 0;
  } */
  .image-banner-slider .item {
    height: 200px;
}
.pack-title-price-header .pack-title-center .title-center h1 {
  font-size: 18px !important;
}

}