/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.carouselStyle svg {
  width: 60px;
  color: #ffd500;
  stroke: #ddd !important;
  fill: #ffd500;
  display: block;
}

.carouselStyle h4 {
  color: #00509b;
}

.carouselStyle .slider-content .content {
  color: #525252;
  font-size: 15px;
}

.carouselStyle .sow-carousel-content {
  font-size: 20px;
}

.carouselStyle .sow-carousel-item::after {
  content: '';
  background: var(--e-global-color-primary);
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 100%;
  z-index: -1;
  -webkit-transition:
    all 0.5s;
  transition:
    all 0.5s;
  border-radius:
    8px;
  opacity: 0;
}

/* .carouselStyle .sow-carousel-item:hover::after{
  bottom: -1px;
  opacity: 1;
  } */

.gridCallAction .widget_siteorigin-panels-builder .panel-grid-cell {
  box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
  border-radius:
    8px;
}

.gridCallAction .widget_siteorigin-panels-builder .panel-grid-cell img {
  border-radius:
    8px 8px 0 0;
}

.gridCallAction .widget_siteorigin-panels-builder .sow-headline-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  position: relative;
}

.gridCallAction .widget_siteorigin-panels-builder .sow-headline-container .sow-headline {
  position: relative;
  padding-right: 26px;
}

.gridCallAction .widget_siteorigin-panels-builder .sow-headline-container .sow-headline a::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius:
    50%;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: -10px;
  background: var(--e-global-color-secondary);
  color: #fff;
  -webkit-transition:
    all 0.35s;
  transition:
    all 0.35s;
}

.btnBold {
  font-weight: 800;
}

.panel-grid-cell .widget-title {
  color: #00509b;
  font-size: 29px;
  text-transform: none;
}

.verticalTabs .sow-tabs {
  display: flex;
  flex-wrap: wrap;
}

.verticalTabs .sow-tabs-tab-container .sow-tabs-tab {
  width: 100%;
}

.verticalTabs .sow-tabs-tab-container {
  display: block !important;
  width: 22%;
  margin-right: 26px;
  padding-top: 0px !important;
}

.verticalTabs .sow-tabs-panel-container {
  width: 75%;
}

.sow-tabs-tab.sow-tabs-tab-selected {
  background:
    #00509b !important;
  color: #fff !important;
}

.verticalTabs ul.tab-content {
  width: 100%;
  border-radius: 0px 18px 18px 18px;
  margin-bottom: 20px !important;
  margin-left: 10px;
}

.verticalTabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
  justify-content: center;
}

.verticalTabs .tab-content ul {
  padding-left: 0px;
}

.verticalTabs .sow-tabs-panel-container,
.verticalTabs ul.tab-menu li {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.verticalTabs ul.tab-menu li {
  justify-content: center;
}

.verticalTabs .sow-tabs-panel-content ul,
.verticalTabs ul {
  display: flex;
  flex-wrap: wrap;
  list-style:
    none;
}

.verticalTabs h2 {
  margin-bottom: 45px;
}

.verticalTabs .sow-tabs-panel-content ul li {
  width: 50%;
  margin-bottom: 6px;
  font-size: 18px;
}

.verticalTabs .tab-content h3 {
  margin-bottom: 5px;
}

.verticalTabs .tab-content ul {
  margin-bottom: 20px;
}

.verticalTabs .sow-tabs-panel-content h2,
.verticalTabs .tab-content h2 {
  color: #012860;
}

.verticalTabs .tab-content ul>li {
  font-size: 17px;
  font-weight: 600;
  margin-right: 20px;
}

.verticalTabs .sow-tabs-panel-content h3,
.verticalTabs .tab-content h3 {
  color: #000;
}

.callToContact svg {
  width: 100px;
}

.radius10 {
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.smallSizeText .widget-title {
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.smallSizeText .widget-title::after {
  display: none;
}


.borderUl ul {
  padding-left: 0px;
  list-style:
    none;
  border:
    1px solid #000;
  border-radius:
    8px;
  display: flex;
  flex-wrap: wrap;
  padding:
    20px;
  text-align: center;
}

.borderUl ul li {
  width: 14%;
}

.italic * {
  font-style: italic;
}


/* brick */
.gridPages .brxe-block>.brxe-block {
  box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
  border-radius:
    8px;
}

.gridPages img {
  border-radius:
    8px 8px 0 0;
}

:where(.brxe-slider) .slider-content {
  padding:
    30px 60px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.carouselStyle h4 {
  color: #00509b;
  font-size: 32px;
  margin-bottom: 12px;
}

.carouselStyle :where(.brxe-slider) .swiper-slide {
  align-items: start;
}

.brxe-block:empty {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media only screen and (min-width: 767px) {
  .verticalLine::after {
    position: absolute;
    content: "";
    left: 26px;
    height: 100%;
    width: 1px;
    border: 1px dashed #bcbcbc;
    bottom: -71%;
  }

  .verticalLine.abt::after {
    left: 36px;
    height: 110%;
    width: 1px;
    bottom: -32px;
    z-index: 0;
  }

  .tick1::before {
    position: absolute;
    content: "";
    left: -43px;
    background: url("https://staging.israelrevealed.com/wp-content/uploads/2025/04/badge-check.png");
    height: 64px;
    width: 64px;
    top: 15px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 767px) {
  body .brxe-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
 /* body #brxe-0edab4 > .tab-menu .tab-title {
  width: 100%;
} */
	.triangleShape {
  min-height: 140px;
}
  body .dGrid {
    grid-template-columns: 100%;
  }

  .allGreyTable .triangleShape+svg {
    position: relative;
    top: -3px;
  }

  body .modal-box {
    width: 95%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .verticalTabsNested .brx-open::after {
    display: none;
  }

  body .table-flex article {
    font-size: 13px;
  }

  body #brxe-nlnzds>.tab-menu .tab-title {
    width: 100%;
    font-size: 14px;
  }

  #twoFont span {
    display: block;
  }

  body .cell-flex {
    min-height: 192px;
  }

  .table-flex article {
    font-size: 17px;
  }

  .yellowBlock {
    min-height: auto !important;
  }

  .none {
    display: none;
  }

  body .brxe-section {
    padding-left: 15px;
    padding-right: 15px
  }

  /* body .afterIconLine::after {
          display: none;
      }
   */

  .brxe-block:empty {
    display: none;
  }

  .verticalTabs.vertical {
    flex-direction: column;
  }

  .verticalTabs.vertical ul.tab-menu {
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
  }

}

.afterIconLine {
  position: relative;
}

.afterIconLine::after {
  content: "";
  position: absolute;
  width: 2px;
  border:
    2px dashed #cdcecd;
  height: 100px;
  top: 100%;
  left: 44%;
}

.ripple {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

body .videoOpen {
  display: none;
}

.outfit,
.woocommerce-breadcrumb,
form.cart .quantity+button,
form.woocommerce-cart-form .quantity+button,
body,
p,
li,
span,
a {
  font-family: "Outfit";
}

#brxe-agphwf .outfit {
  font-size: 24px;
}

.brxe-woocommerce-products .product h2,
.related.products h2 {
  font-family: "Outfit";
  color: #000;

}

.single-product .summary .product_title {
  font-family: "Outfit";
  color: #00509b;
  font-size: 30px;
}

.product .price,
.single-product .summary .price {
  font-size: 16px;
  color: #ffd500;
  font-weight: 600;
  font-family: "Outfit";
}

.product .woocommerce-LoopProduct-link img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

ul.products>li.product {
  margin-bottom: 30px;
  min-height: 100px;
  -webkit-box-shadow:
    0px 1px 30px rgba(62, 68, 90, 0.09);
  box-shadow: 0px 1px 30px rgba(62, 68, 90, 0.09);
  border:
    1px solid rgba(0, 0, 0, 0.05);
  padding:
    20px;
  border-radius:
    10px;
  background:
    #fff;
}

.brxe-woocommerce-products {
  margin-bottom: 100px;
}

.woocommerce .button {
  background:
    #ffd500 !important;
  color: #fff !important;
}

ul.products>li.product .button {
  position: absolute;
  top: 47%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-product-image-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* Ensures overlay stays within container */
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.custom-product-image-wrap img {
  width: 100%;
  /* Adjust width as needed */
  height: auto;
  /* Keep aspect ratio */
  display: block;
  /* Removes any space below the image */
}

.custom-product-image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.overlayImg {
  width: 100%;
  height: 100%;
}

.overlayImg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

ul.products>li.product .custom-product-image-wrap:hover::before {
  opacity: 1;
}

ul.products>li.product:hover .button {
  opacity: 1 !important;
}

.shopTopBanner {
  background-color: #1C231F;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:
    center center;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  height: 310px;
}

.post-type-archive-product .bricks-archive-title-wrapper {
  display: none;
}

.relative {
  position: relative;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  body .dGrid {
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-post h1 {
    font-size: 24px !important;
  }

  .single-post .bricks-post-header {
    margin-bottom: 0px;
  }

  body .bricks-archive-title-wrapper h1 {
    font-size: 27px;
  }

  .bricks-archive-title-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .blog-item h2 {
    font-size: 24px;
  }

  .page-numbers li {
    margin-bottom: 10px;
  }

  .brxe-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-product .content-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  ul.products>li.product .button {
    position: static;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

#tab-description {
  padding-left: 0px;
}

.related.products h2 {
  margin-bottom: 30px;
  font-size: 18px !important;
}

/* .related ul.products > li.product .button {
    top: 40%;
  } */

.single-product .type-product {
  margin-bottom: 50px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-family: outfit;
  text-align: center;
  color: #000;
}

.brxe-text h6 {
  margin-bottom: 12px;
}

.borderBottom::after {
  content: "";
  background:
    #000;
  height: 2px;
  width: 40px;
  bottom: -5px;
  position: absolute;
  left: 0px;
}

.yellowBlock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffd500;
  transition: height 0.4s ease;
  z-index: -1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.yellowBlock:hover::before {
  height: 100%;
}

.yellowBlock:hover h3,
.yellowBlock:hover * {
  color: #fff !important;
}

.brxe-posts .bricks-layout-wrapper {
  --columns: 1;
}

.kumbh {
  font-family: 'Outfit';
}

.content-wrapper .dynamic a {
  font-family: 'Outfit';
  font-size: 24px;
  font-weight: 700;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.blog-item {
  background:
    #fff;
  padding:
    30px 20px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(76, 76, 76, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(76, 76, 76, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 35px;
}

.transition {
  transition: all 0.35s;
}

.actionBlog:hover {
  letter-spacing: 1.5px;
}

.mt10 {
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.blog-item a:hover {
  color: #ffd500 !important;
}

.pagination-wrapper .page-numbers a,
.page-numbers.dots,
.pagination-wrapper span.page-numbers {
  font-size: 14px;
  background:
    #fff;
  color: #1C231F;
  font-weight: 500;
  padding:
    0 15px 0 15px;
  line-height: 34px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition:
    all 0.35s !important;
  transition:
    all 0.35s !important;
  -moz-transition: all 0.35s !important;
  -ms-transition: all 0.35s !important;
  text-decoration:
    none;
  border:
    none;
  margin-right: 10px;
  border:
    2px solid #E2DFEB;
  border-radius:
    4px;
}

.pagination-wrapper .page-numbers.current {
  background: #ffd500;
  border-color: #ffd500;
  color: #fff;
}

.pagination-wrapper>ul.page-numbers {
  padding-left: 0px;
  list-style:
    none;
  display: flex;
  flex-wrap: wrap;
}

.pagination-wrapper {
  margin-bottom: 40px;
}

body #brxe-nlnzds>.tab-menu .tab-title.brx-open {
  background-color: #f8d21f;
}

.accordion-content-wrapper h3 {
  font-size: 23px;
  color: #000;
  font-family: 'Outfit';
}

.accordion-content-wrapper h2 {
  font-size: 24px;
  color: #000;
  font-family: 'Outfit';
}

.accordion-content-wrapper ul {
  font-size: 16px;
  color: #000;
  font-family: 'Outfit';
}

.accordion-title-wrapper .ion-ios-arrow-forward.brxe-icon {
  position: absolute;
  right: 11px;
}

.accordion-title-wrapper {
  position: relative;
}

.dGrid {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 30px;
}

.tableResponsive,
.responsive-table,
.colorTable {
  overflow-x: auto;
}

.bgWidget {
  margin-bottom: 30px;
  padding: 35px 30px;
  position: relative;
  font-size: 16px;
  background: #f3f8f6;
  border-radius: 10px;
}

.dFlex {
  display: flex;
}

input[type="text"],
input[type="search"],
input[type="number"],
input[type="email"] {
  border: 1px solid #949494;
  padding: 0px 8px;
  outline: none !important;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="email"]:focus {
  border: 1px solid #ffd500;
}

.btnYellow {
  background: #ffd500;
  color: #fff;
  font-family: 'Outfit';
  font-weight: 700;
  padding: 12px 18px 12px 18px;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  z-index: 9;
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: none;
  border-radius: 8px;
}

.lineTitle {
  position: relative;
  font-family: 'Outfit';
  color: #00509b;
  text-transform: uppercase;
  font-size: 16px;
}

.lineTitle::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  bottom: -12px;
  left: 0;
  background: #ffd500;
  z-index: 11;
}

.postTitleRecent {
  text-transform: capitalize;
  line-height: 26px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  color: #1A1A1A;
  padding: 11px 0;
  font-weight: 500;
  font-size: 16px;
}

.recent-posts {
  padding-left: 0px;
  list-style: none;
}

.recent-posts li a:hover {
  color: #ffd500;
}

.recent-posts li {
  margin-bottom: 20px;
}

/* table tab */
.table-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row-flex {
  display: flex;
  align-items: center;
  background: #b3b3b3;
}

.table-flex p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Outfit';
}

.cell-flex {
  flex: 1;
  padding: 4px 8px;
  background: #b3b3b3;
  padding: 20px 0px;
  text-align: center;
  min-height: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: 'Outfit';
}

.row-flex:nth-child(odd) .cell-flex:first-child {
  background-color: #012860;
  color: #fff;
}

.row-flex:nth-child(even) .cell-flex:first-child {
  background-color: #00509b;
  color: #fff;
}

.checkmark {
  display: inline-block;
  width: 30px;
  height: 14px;
  border-left: 6px solid #00509b;
  border-bottom: 6px solid #00509b;
  transform: rotate(-45deg);
  margin: 10px;
  background-color: transparent !important;
}

.table-flex article {
  padding-left: 15px;
  padding-right: 15px;
}

.row-flex>.cell-flex:last-child {
  border-bottom: 1px dashed #000;
}

.table-flex>.row-flex:last-child>.cell-flex:last-child {
  border-bottom: none;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
}

.table-flex>.row-flex:first-child>.cell-flex:last-child {
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
}

.table-flex>.row-flex:last-child {
  background: transparent;
}

.table-flex>.row-flex:first-child {
  background: transparent;
}

.table-flex article strong {
  display: block;
}

.bgBlueTriangle article {
  background: #012860;
  color: #fff;
  margin-top: 40px;
  width: 100%;
  padding: 16px 0;
  position: relative;
}

.noRadius {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.cell-flex.bgBlueTriangle {
  display: block;
  border-radius: 15px 15px 0px 0px !important;
}

.bgBlueTriangle svg {
  margin-top: -1px;
}

.Cookie,
.Cookie a {
  font-family: "Cookie" !important;
}

/* table tab */
.brxe-button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.underline {
  text-decoration: underline;
}

.hoverActionList .brxe-div:hover i {
  background: #ffd500 !important;
  color: #fff !important;
}

body .slider-content {
  padding-left: 0px;
  padding-right: 0px;
}

.borderShort {
  position: relative;
}

.borderShort::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  top: -5px;
  background: #000;
  left: 0px;
}

.wrapperCarouselData {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wrapperCarouselData:hover * {
  color: #fff !important;
}

.wrapperCarouselData:hover .borderShort::after {
  background: #fff;
}

.wrapperCarouselData:hover {
  background: #ffd500 !important;
}

.wrapperCarouselData {
  min-height: 450px;
}

.wrapperCarouselHome,
.wrapperCarouselHome h4 {
  position: relative;
}

.wrapperCarouselHome h4::after {
  background: #ffd500;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 2px;
  left: 0px;
}

.innerWrap {
  position: absolute;
  width: 85%;
  bottom: 20px;
}

.transition {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.hoverBlock:hover * {
  color: #fff !important;
}

/* table layout colored */
.colorTable td {
  background: #b3b3b3;
}

.colorTable tr td:first-child {
  background: #012860;
  color: #fff;
}

.colorTable tr td:nth-child(2),
.colorTable tr th:nth-child(2) {
  background: #fff;
  color: #000;
}


.colorTable table tr:nth-child(odd) :first-child {
  background-color: #00509b;
}

.colorTable td {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}


.colorTable tr td {
  border-bottom: 1px dashed #000;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
  border-top: none;
}

.colorTable tr th {
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
  padding: 0px;
  border-top: none;
}

.colorTable table {
  border-collapse: collapse;
  text-align: center;
}

.colorTable th {
  background: #b3b3b3;
}

.triangleShape {
  padding: 20px 10px;
  color: #fff;
  background: #012860 !important;
}

.colorTable th section {
  background: transparent !important;
  height: 131px;
}

.logoTh {
  position: relative;
}

.logoTh .triangleShape {
  padding: 0px;
  padding-top: 0px;
  background: #ffd500 !important;
}

.logoTh img {
  width: 180px;
  background: transparent !important;
}

.colorTable:empty:not(.allGreyTable .colorTable:empty) {
  border: none !important;
}

.colorTable th:empty {
  background: #e6e6e6 !important;
}

.colorTable tr:last-child td {
  border-bottom: none;
}

.colorTable tr td:first-child {
  border-left: 0px;
}

.colorTable tr td:last-child,
.colorTable tr th:last-child {
  border-right: 0px;
}

#twoFont {
  width: 100%;
}

/* table layout colored */


.noLineonLast i.afterIconLine::after {
  display: none;
}

.shop-title-on-banner {
  font-size: 40px;
  font-weight: 800;
}

.captionArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.breadCrumb {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: outfit;
}

.breadCrumb * {
  font-size: 18px;
}

/* .elipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.tab-title.repeater-item.brx-open {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.verticalTabs li span,
.verticalTabsNested .tab-title>div {
  position: relative;
  text-align: left;
}

.verticalTabs li span::before,
.verticalTabsNested .tab-title>div::before {
  content: "";
  background: #012860;
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 100%;
  left: -20px;
  top: 12px;
}

.boldBlue strong {
  color: #012860 !important;
}

.brxe-accordion-nested>.brxe-block {
  margin-bottom: 12px;
}

.starRating li {
  flex: 0;
}

.angled-border {
  position: relative;
}

.angled-border::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 12px;
  width: 50px;
  height: 1px;
  background: #ffd500;
  transform: rotate(-30deg);
}

.newsletterStyle * {
  text-align: left;
}

.newsletterStyle label {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],select {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  height: 42px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #dddedf;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  border-color: #ffd500;
}
textarea {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  height: 130px;
  outline: none !important;
    border: 1px solid #dddedf;
      -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:focus {
  border-color: #ffd500;
}

.newsletterStyle ._form_element {
  margin-bottom: 14px;
}

input[type="submit"],button[type="submit"] {
  background: #ffd500;
  color: #00509b;
  padding: 14px 30px;
  font-weight: 600;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: none;
}

button[type="submit"]:hover,input[type="submit"]:hover {
  background: #00509b;
  color: #fff;
}

.newsletterStyle ._form-branding {
  display: none;
}

._error-inner {
  color: red;
}

._form-thank-you {
  color: #6c0;
  font-weight: bold;
}

.homelastCarousel {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #012860 50%, #012860 100%);

}

.captionOver {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
  cursor: pointer;
}

.carouselOver {
  position: relative;
}

.carouselOver a {
  position: relative;
  display: block;
  transition: opacity 0.4s ease;
}

.carouselOver a:hover::after,
.showOverlay a::after {
  content: "";
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 9px;
}

.carouselOver:hover .captionOver {
  display: block;
}

.captionOver {
  display: none;
}

.tabContentSection {
  border: 1px solid #ddd !important;
}

.brxe-custom-title>h4 {
  margin-right: 6px;
}

.tab-title.repeater-item.brx-open,
.verticalTabsNested .brx-open {
  position: relative;
}

.verticalTabsNested .brx-open::after {
  background: #e6e6e6;
  position: absolute;
  right: -32px;
  height: 100%;
  width: 35px;
  content: "";
  top: 0px;
}

.tab-title.repeater-item.brx-open::after {
  background: #ededed;
  width: 10px;
  height: 100%;
  content: "";
  right: -10px;
  position: absolute;
}

body #brxe-nlnzds>.tab-menu .tab-title {
  padding-top: 8px;
  padding-bottom: 8px;
}

.accordion-content-wrapper h4,
.accordion-content-wrapper h6 {
  color: #000;
}

.accordion-content-wrapper .bricks-button:hover {
  background: #00509b !important;
  color: #fff !important;
}

.accordion-content-wrapper .bricks-button {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #012860 !important;
  background: #ffd500 !important;
}

#brxe-vuvrnn .accordion-content-wrapper {
  margin-top: 15px;
}

.grid2list {
  display: flex;
  gap: 10px;
}

.grid2list>li {
  width: 50%;
}

.brxe-heading>span.Cookie {
  margin-left: 10px;
  margin-right: 10px;
}

.shop-title-on-banner {
  font-size: 24px;
}

.breadCrumb li * {
  font-size: 14px;
}

.textCenter {
  text-align: center;
}

.brxe-block.accordion-content-wrapper {
  margin-top: 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.accordion-content-wrapper h5 {
  color: #00509b;
  font-size: 25px;
  text-decoration: underline;
}

.allGreyTable .colorTable tr th,
.allGreyTable .colorTable tr td:nth-child(2) {
  background: #b3b3b3;
}

body .allGreyTable .colorTable tr th {
  border-bottom: none;
}

.allGreyTable .colorTable tr th,
.allGreyTable .colorTable tr td {
  border-left-color: #e6e6e6 !important;
  border-right-color: #e6e6e6 !important;
}

/* .allGreyTable .colorTable tr td{
border-bottom-width: 2px ;
} */

.allGreyTable .triangleShape+svg {
  margin-top: -1px;
}

.allGreyTable .colorTable th section {
  position: relative;
}

.allGreyTable .colorTable th section::before {
  background: #b3b3b3;
  height: 14px;
  width: 100%;
  position: absolute;
  top: 0px;
  content: "";
  left: 0px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

body .allGreyTable .colorTable tr th,
.allGreyTable .colorTable th section,
.allGreyTable .triangleShape {
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
}

.listTitle {
  margin-bottom: 5px;
}

/* modal */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal box */
.modal-box {
  background: #e6e6e6;
  width: 80%;
  max-width: 900px;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  max-height: 90vh;
}

/* Close button */
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

/* Show modal backdrop */
.modal-backdrop.active {
  display: flex;
}

/* Zoom effect when active */
.modal-backdrop.active .modal-box {
  transform: scale(1);
  opacity: 1;
}

.openModalBtn {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.circular-loader {
  animation: rotate 1s linear infinite;
}

.circular-loader circle {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* modal */
.mb10 {
  margin-bottom: 10px;
}

.noUl {
  list-style: none;
  padding-left: 0px;
}

.colorBlack {
  color: #000;
}

.allGreyTable .tour-thumb img {
  max-width: 120px;
}

.hoverBlock:hover path,
.hoverBlock:hover svg {
  fill: #fff;
  color: #fff;
}

.verticalLine.abt>.brxe-block:first-child {
  z-index: 1;
}
.tribe-common-l-container.tribe-events-l-container {
  padding-bottom: 0px !important;
}
/* 
.resopnsiveTable th,
.resopnsiveTable td {
  min-width: 50vw; 
  box-sizing: border-box;
}
.resopnsiveTable {
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
  
}

.resopnsiveTable table {
  border-collapse: collapse;
  width: max-content; 
} */

.next_step_form {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #00509b;
  color: #fff;
  font-size: 16px;
  padding: 7px 30px;
  border-radius: 5px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-right: 10px;
}
.next_step_form:hover {
  background: #ffd500;
  color: #fff;
}
.error.error-msg-top {
  color: red;
}
.date-dropdowns {
  display: flex;
}
.form-title {
  margin-bottom: 3px;
  display: block;
  margin-top: 9px;
}
.date-dropdowns select {
  margin: 0 7px;
}
.date-dropdowns {
  display: flex;
  margin: 0 -7px;
}
.tour-thumb p {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 0px;
}
#wetravel_button_widget{
  color: #ffffff;
  font-size: 25px;
  font-family: "Outfit";
  font-weight: 700;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #00509d;
  align-self: center;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#wetravel_button_widget:hover {
  color: #012860;
  font-size: 25px;
  font-weight: 700;
  background-color: #ffd500;
}
#countdown {
  display: flex;
}
figcaption {
  color: #fff;
}
html,body
{
  overflow-x: hidden;
}
#js-bottombar-section {
  background: #012860 !important;
}
.wj_embed_bubble_detail_box_link {
  color: #b2b2b2 !important;
}
#js-reg-btn {
  background: #ffd500 !important;
  color: #012860;
}