/*custom style /offers/check-in-challenge/ ci-custom */
.offers-template-default .dd_top_section {
  display: flex;
  float: none;
}
.offers-template-default .dd_top_section .dd_right_cont a {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: unset;
    color: #337ab7;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline;
    margin: 0;
    transition: 0.5s ease-in-out;
}
.offers-template-default .dd_top_section .dd_left_cont {
  float: none;
}
.offers-template-default .dd_top_section .dd_right_cont {
  float: none;
}
.offers-template-default .bw-ic--left-html-inner-container {
    flex-direction: column;
}
@media (max-width: 769px) {
  .offers-template-default .dd_top_section {
    flex-direction: column;
  }
}
.offers-template-default .bwmodule  {
  max-width: none;
}
.offers-template-default .bw-ic--packages-list-wrapper {
  max-width: 100%;
}
.offers-template-default .bw-ic--item-card {
  max-width: none;
  min-width: 0;
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 0 30px 0 0;
  margin: 20px 0 15px;
  min-height: 200px;
  display: flex;
}
@media (min-width: 1800px){
  .offers-template-default .bw-ic--item-card  {
    min-height: 305px;
  }
}
.offers-template-default .bw-item-card-inner-wrapper {
  background: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  transform: translate(0);
  transition: all .2s ease-in-out;
  width: 100%;
}
.offers-template-default .bw-item-card-img-ctn {
  width: 27%;
  display: flex;
  position: static;
  align-items: center;
}
.offers-template-default .bw-image-card-ctn {
  min-height: 200px;
}
.offers-template-default .bw-image-card-ctn .bw-ic-image {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1800px){
  .offers-template-default .bw-item-card-img-ctn img {
    object-fit: cover;
    height: 100%;
  }
}
.offers-template-default .bw-ic--info {
  width: 70%;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.offers-template-default .bw-ic--info ul {
  font-family: 'Proxima Nova Rg';
}
.offers-template-default .bw-ic--product-title {
  padding-bottom: 50px;
  width: 90%;
}
.offers-template-default .bw-ic--product-title span {
  font-size: 28px;
  font-weight: bold;
  color: #255060;
  transition: all .2s ease-in-out;
}
@media (min-width: 1800px){
  .offers-template-default .bw-ic--product-title span {
    font-size: 40px;
  }
}
.offers-template-default .bw-ic--product-title a {
  font-size: 28px;
  font-weight: bold;
  color: #255060;
  transition: all .2s ease-in-out;
}
.offers-template-default .bw-ic--special-offer {
  left: auto;
  right: 0;
  font-size: 16px;
  line-height: 26px;
  background-color: transparent !important;
  padding: 0;
  color: inherit;
  font-weight: normal;
}
.offers-template-default .bw-ic--btn-container {
  width: 100%;
  max-width: 130px;
  margin-left: 27%;
  padding: 0;
  position: absolute;
  top: 50px;
}
.offers-template-default .bw-ic--btn-container .bw-align-items-center {
  justify-content: start;
}
.offers-template-default .bw-align-items-center .bw-ic--product-button-wrapper {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0;
  margin: 0;
  max-height: none;
  min-height: auto;
  outline: none;
  padding: 0;
  padding-left: 21px;
  text-align: start;
  text-transform: uppercase;
  width: 100%;
  color: #6aa1a1;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  text-decoration: none;
  font-size: 18px;
  transition: all .2s ease-in-out;
}
.offers-template-default .bw-align-items-center .bw-ic--product-button-wrapper a {
  color: #6aa1a1;
  transition: all .2s ease-in-out;
}
.offers-template-default .bw-ic--info .bw-ic--short-description {
  font-size: 16px;
  line-height: 26px;
  color: inherit;
  font-weight: normal;
  list-style-type: none;
  padding-left: 0;
  font-family: 'Proxima Nova Rg';
}
@media (max-width: 1024px){
  .offers-template-default .bw-ic--product-title span {
    font-size: 20px;
  }
}
@media (max-width: 480px){
  .offers-template-default .bw-ic--product-title span {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 767px){
  .offers-template-default .bw-item-card-inner-wrapper {
   flex-direction: column;
  }
  .offers-template-default .bw-item-card-img-ctn {
    width: 100%;
    padding-top: 30px;
  }
  .offers-template-default .bw-ic--info {
    width: 100%;
    padding: 30px 0 0;
  }
  .offers-template-default .bw-ic--btn-container {
    top: 260px;
    bottom: auto;
    margin-left: 0;
    right: 0;
  }
  .offers-template-default .bw-ic--product-title {
    padding-bottom: 10px;
    width: 70%;
  }
  .offers-template-default .bw-align-items-center .bw-ic--product-button-wrapper {
    text-align: end;
    padding-left: 10px;
    font-size: 14px;
  }
  .card-content {
    width: 100% !important;
    padding: 0 !important;
  }
  .card-content-mobile {
    width: 58% !important;
  }
  .card-content-mobile .card-image-mobile {
    width: 100%;
  }
  .show-on-mobile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .card-title-wrp-mobile {
    width: 42% !important;
    padding-left: 15px;
    position: relative;
    padding-top: 30px;
  }

  .card-copy-wrp {
    margin-top: 20px;
  }
  .card-image-mobile {
    width: 58%;
  }
  .card-image-mobile img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
.banner-block {
  display: flex;
  margin-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  min-width: 285px;
  max-width: 350px;
  padding: 0;
}
@media (max-width: 769px) {
  .banner-block {
    margin: 50px auto 0;
  }
}
.banner-inner-wrapper {
  background: #fff;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 18%);
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  position: relative;
  transform: translate(0);
  transition: all .2s ease-in-out;
}
.banner-image-wrapper {
  height: 170px;
  overflow: hidden;
}
@media (min-width: 340px){
  .banner-image-wrapper {
    width: 100%;
  }
}
.banner-image-wrapper img {
  min-height: 170px;
  width: 100%;
  display: block;
  max-width: 100%;
}
.banner-content-wrapper {
  flex-grow: 1;
  min-height: 120px;
  padding: 18px 18px 8px;
  position: relative;
}
@media (min-width: 1025px){
  .banner-content-wrapper {
    padding: 15px 20px 10px;
  }
}
.banner-content-wrapper h4 {
  font-size: 16px;
}
.banner-btn-container {
  display: flex;
  justify-content: space-between;
  padding: 0 13px 19px;
  text-align: center;
}
@media (min-width: 1025px){
  .banner-btn-container {
    padding: 0 25px 29px;
  }
}
.dd_right_cont .banner-block .banner-btn-container .bw-ic--product-button-wrapper {
  background: #255060 !important;
  background-color: #255060 !important;
  border: 1px solid #255060;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0;
  outline: none;
  padding: 9px 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  color: #ffffff;
  fill: #ffffff;
  transition: 0.5s ease-in-out;
}
.dd_right_cont .banner-block .banner-btn-container .bw-ic--product-button-wrapper a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  letter-spacing: 0;
}
.dd_right_cont .banner-block .banner-btn-container .bw-ic--product-button-wrapper:hover {
  opacity: .5;
  transition: 0.5s ease-in-out;
}
.banner-content-wrapper ul {
  padding-left: 19px;
}
.banner-content-wrapper ul li {
  font-size: 14px;
}
.full-width-editor-section {
  width: 100%;
  padding: 0px 4% 60px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 1800px) {
  .full-width-editor-section {
    font-size: 20px;
    line-height: 40px;
  }
}
.pass-section {
  width: 100%;
  padding: 0px 4% 60px;
}
.pass-section .section-title {
  color: #2d2926;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.pass-section .columns-wrp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pass-section .columns-wrp {
    flex-direction: column;
  }
}
.pass-section .third-column {
  width: 30.3333%;
  padding: 0 0 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pass-section .third-column {
    width: 100%;
  }
}
.pass-section .third-column .icon-wrp {
  display: flex;
  height: 100px;
  justify-content: center;
  max-width: 120px;
}
.pass-section .third-column .icon-wrp img {
  height: 95px;
  max-height: 95px;
}
.pass-section .third-column h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #2d2926;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 1800px) {
  .pass-section .third-column h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.pass-section .third-column .card-copy {
  font-size: 14px;
  line-height: 20px;
  max-width: 439px;
  padding: 0;
  color: #2d2926;
}
@media (min-width: 1800px) {
  .pass-section .third-column .card-copy {
    font-size: 20px;
    line-height: 30px;
  }
}
.hotels-section {
  width: 100%;
  padding: 0px 4% 60px;
}
.hotels-section h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 30px;
  color: #35475d;
  margin: 0 0 30px 0;
}
@media (min-width: 1800px) {
  .hotels-section h2 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
.hotels-section h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 30px;
  color: #35475d;
  margin: 0 0 30px 0;
  display: inline-block;
  position: relative;
}
@media (max-width: 480px) {
  .hotels-section h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
  }
}
.hotels-section h2:before {
  content: "";
  position: absolute;
  right: -200px;
  top: -30px;
  width: 149px;
  height: 82px;
  background: url(../images/flourish3.png);
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .hotels-section h2:before {
    right: -108px;
  }
}
.hotels-card-wrp {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 0 30px 0 0;
  margin: 20px 0 15px;
  min-height: 200px;
  display: flex;
}
.hotels-card-wrp .card-image {
  width: 27%;
  min-width: 290px;
  display: flex;
  position: relative;
}
@media (max-width: 769px){
  .hotels-card-wrp .card-image {
    display: none;
  }
  .card-content {
    width: 100% !important;
    padding: 0 !important;
  }
  .card-content-mobile {
    width: 100% !important;
  }
  .card-content-mobile .card-image-mobile {
    width: 100%;
  }
  .show-on-mobile {
    display: flex;
    width: 100%;
  }
  .card-title-wrp-mobile {
    width: 100% !important;
    padding-left: 15px;
    position: relative;
    padding-top: 30px;
  }
  .card-title-wrp-mobile .label-off {
    /*position: absolute;
    top: 0;
    right: 0;*/
  }
  .card-copy-wrp {
    margin-top: 20px;
  }
  .card-image-mobile {
    width: 58%;
  }
  .card-image-mobile img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 480px){
  .card-image-mobile img{
    height: 125px;
  }
  .card-title-wrp-mobile {
    padding-top: 10px;
  }
  .card-title-wrp-mobile .label-off {
    font-size: 10px;
  }
}
@media (min-width: 770px){
  .card-image-mobile {
    display: none;
  }
}

.hotels-card-wrp .card-image .absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hotels-card-wrp .wrp-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotels-card-wrp .card-image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1800px){
  .hotels-card-wrp .card-image img {
    height: 265px;
  }
}
.hotels-card-wrp .title-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotels-card-wrp .card-content {
  width: 70%;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.hotels-card-wrp .card-content h3 {
  font-size: 28px;
  font-weight: bold;
  color: #255060;
}
@media (max-width: 1024px) {
  .hotels-card-wrp .card-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .hotels-card-wrp .card-content h3 {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (min-width: 1800px){
  .hotels-card-wrp .card-content h3 {
    font-size: 40px;
  }
}
.hotels-card-wrp .card-content .link-card {
  color: #6aa1a1;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  margin: 14px 0;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 480px) {
  .hotels-card-wrp .card-content .link-card {
    font-size: 10px;
    line-height: 20px;
    margin: 8px 0;
  }
}
.hotels-card-wrp .card-content .link-card i {
  color: #255060;
  font-size: 14px;
  margin: 0px 5px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .hotels-card-wrp .card-content .link-card i {
    font-size: 10px;
  }
}
.hotels-card-wrp .card-content .link-card:hover i {
  margin: 0 15px;
}
.included-venus-section {
  width: 100%;
  padding: 0px 4% 60px;
}
.included-venus-section h2 {
  font-family: 'Yeseva One';
  font-style: italic;
  font-size: 30px;
  color: #35475d;
  margin: 0 0 30px 0;
  display: inline-block;
  position: relative;
}
@media (min-width: 1800px) {
  .included-venus-section h2 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
@media (max-width: 480px) {
  .included-venus-section h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
  }
}
.included-venus-section h2:before {
  content: "";
  position: absolute;
  right: -200px;
  top: -30px;
  width: 149px;
  height: 82px;
  background: url(../images/flourish3.png);
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .included-venus-section h2:before {
    right: -108px;
  }
}
.venus-card-wrp {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 0 30px 0 0;
  margin: 20px 0 15px;
  min-height: 200px;
  display: flex;
}
.venus-card-wrp .card-image {
  width: 27%;
  min-width: 260px;
  position: relative;
}
.venus-card-wrp .card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.venus-card-wrp  .card-image .absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.venus-card-wrp .card-content {
  width: 70%;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}
.venus-card-wrp .card-content ul li {
    margin-bottom: 10px;
}
.venus-card-wrp .card-content h3 {
  font-size: 28px;
  font-weight: bold;
  color: #255060;
}
@media (min-width: 1800px){
  .venus-card-wrp .card-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .venus-card-wrp .card-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 769px){
  .venus-card-wrp .card-image {
    display: none;
  }
  .card-content {
    width: 100% !important;
    padding: 0 !important;
  }
  .card-content-mobile {

  }
  .card-content-mobile .card-image-mobile {
    width: 100%;
  }
  .show-on-mobile {
    display: flex;
    width: 100%;
  }
  .card-copy-wrp {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .venus-card-wrp .card-content h3 {
    font-size: 16px;
    margin-top: 15px;
  }
}
.venus-card-wrp .card-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #255060;
}
.venus-card-wrp .card-content ul {
  padding-left: 15px;
  font-size: 16px;
  line-height: 16px;
}
.venus-card-wrp .card-content ul li::marker {
  font-size: 10px;
}
.venus-card-wrp .card-content .link-card {
  color: #6aa1a1;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  margin: 14px 0;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 480px) {
  .venus-card-wrp .card-content .link-card {
    font-size: 10px;
    line-height: 20px;
    margin: 8px 0;
  }
}
.venus-card-wrp .card-content .link-card i {
  color: #255060;
  font-size: 14px;
  margin: 0px 5px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .venus-card-wrp .card-content .link-card i {
    font-size: 10px;
  }
}
.venus-card-wrp .card-content .link-card:hover i {
  margin: 0 15px;
}

.single-offers .bwmodule .bw-page-section > a {
    display: none;
}
.single-offers .bwmodule .bw-page-section .bw-ic--left-html-description {
    display: none;
}
.single-offers .bw-ic--btn-container.bw-gtm-add-to-cart {
    position: static;
}
.single-offers .bwmodule .bw-ic--item-card {
    padding: 0;
    margin: 0;
}
.single-offers .bwmodule .bw-ic--item-card .bw-item-card-inner-wrapper {
    display: block;
}
.single-offers .bwmodule .bw-ic--item-card .bw-item-card-img-ctn {
    width: 100%;
}
@media(max-width: 769px) {
    .single-offers .bwmodule .bw-ic--item-card .bw-item-card-img-ctn {
        padding-top: 0;
    }
}
.single-offers .bwmodule .bw-ic--item-card .bw-ic--info {
    width: 100%;
    padding: 0 30px;
}
.single-offers .bwmodule .bw-ic--item-card .bw-ic--product-title span {
    font-size: 16px;
    line-height: 22px;
}
.single-offers .bwmodule .bw-ic--item-card .bw-ic--product-title {
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
}
.single-offers .bwmodule .bw-ic--item-card .bw-ic--product-title:hover {
    opacity: 1;
}
.single-offers .bwmodule .bw-ic--item-card .bw-ic--highlight-container {
    margin: 0;
}
.single-offers .bwmodule .bw-ic--item-card .bw-ic--btn-container.bw-gtm-add-to-cart {
    max-width: none;
    width: 100%;
    margin-left: 30px;
    display: block;
    margin-bottom: 20px;
}

.single-offers .bwmodule .bw-ic--item-card .bw-ic--info .bw-ic--highlight-single {
    font-size: 16px;
    line-height: 20px;
    color: #808684;
}

.single-offers .bwmodule .bw-ic--item-card .bw-ic--product-button-wrapper.bw-ic--product-button-wrapper {
    max-width: none;
    width: calc(100% - 60px);
}
.single-offers h3.color-blue {
    color: #255060;
    line-height: 26px;
    font-size: 22px;
    font-weight: bold;
}

.single-offers .bandwago .bwmodule .bw-page-section .bw-ic--left-html-description {
    display: block;
}
.offers-template-default .bandwago .bw-ic--left-html-inner-container {
    flex-direction: row;
}
.offers-template-default .bandwago .bw-ic--item-card {
    width: auto;
}
.offers-template-default .bwmodule .bw-ic--item-card .bw-image-card-ctn {
    min-height: auto;
}
.offers-template-default .bw-image-card-ctn .bw-ic-image {
    height: auto;
    object-fit: unset;
}
.single-offers .dd_top_section .dd_right_cont .bwmodule .bw-ic--card-container a {
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.single-offers .bwmodule .bw-ic--card-container .dd_top_section .dd_right_cont .bw-ic-image {
    height: auto;
    object-fit: unset;
}
.single-offers .dd_top_section .dd_right_cont .bwmodule .bw-ic--card-container .bw-ic--product-title {
    color: #fff;
}
.single-offers .dd_top_section .dd_right_cont .bwmodule .bw-ic--card-container .bw-ic--product-title a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.single-offers .bwmodule .bw-ic--item-card .bw-ic--product-button-wrapper.bw-ic--product-button-wrapper.bw-gtm-learn-more {
    margin-left: -50px;
    margin-top: 20px;
    padding: 10px;
}
.single-offers .bwmodule .bw-ic--product-button-wrapper.bw-ic--product-button-wrapper:hover {
    color: #fff;
}
