body {
  background: #e5e5e5;
}
.defaultImage {
  padding: 0;
}
.social-icon:hover svg path{
  fill:#bbbbbb;
}
.row {
  margin: 0px !important;
}
p {
  font-weight: 500 !important;
  font-size: 20px;
}
.banner-top-section .yv-page-banner {
  height: 450px;
}
.banner-top-section .page-banner-content {
  max-width: 845px;
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 50px;
  border-radius: 20px;
}
.banner-top-section .page-banner-content p {
  font-size: 30px;
}
.banner-top-section .page-banner-content h1 {
  margin-bottom: 15px;
}
.template_page-about .promo-banner-counter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.template_page-about .promo-banner-counter-item {
  width: 31%;
  margin-top: 80px;
}
.template_page-about .promo-banner-counter-item-inner {
  max-width: unset;
  text-align: left;
}
.template_page-about .promo-banner-counter-heading {
  margin-bottom: 15px;
}
.yv-contact-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  margin-bottom: 20px;
}

.yv-contact-info .footer-logo {
  margin-bottom: 20px;
}

.contact-info-row {
  display: flex;
  flex-wrap: wrap;
}

.info-left,
.info-right {
  margin-bottom: 20px;
}

.info-left p,
.info-right p {
  margin-bottom: 10px;
}

.social-icons a {
  margin-right: 10px;
  display: inline-block;
}

.opening-hours-table {
  border-collapse: collapse;
}

.opening-hours-table td {
  padding: 4px 10px 4px 0;
}

.opening-hours-table td:first-child {
  font-weight: normal;
  white-space: nowrap;
}

.opening-hours-table td:last-child {
  white-space: nowrap;
}
.info-left {
  color: #0b1854;
}
.info-right-heading {
  margin: 0px !important;
}
.form-table-border {
  width: auto;
}
label {
  text-transform: capitalize;
}
.star {
  color: #f4364c;
  padding-left: 2px;
}
.rich-text-description p {
  font-size: 26px;
  line-height:40px;
}
.button:hover, a.nav-link:hover {
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

.button {
  text-transform: capitalize !important;
}
h1 {
  font-size: 50px;
  line-height: 55px;
}
h6 {
  font-size: 28px;
  line-height: 35px;
}
h3 {
  font-size: 30px;
  line-height: 45px;
}
h2 {
  font-size: 40px;
}
.yv-gallery-collage-detail {
  max-width: 1019px !important;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 60px 50px;
  margin-left: 15px;
}

.yv-gallery-collage-detail h6 {
  margin: 20px 0px 60px 0;
  line-height: 35px;
  font-weight: 500;
}
.button {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 50px;
}
.image-with-text-section {
  background-color: #e5e5e5;
}
.image-with-text-section .row {
  background: white;
  border-radius: 20px;
}
.image-with-text-section .row img,
.row.image-position-left .yv-img-content {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.image-with-text-section .row.image-position-right img,
.row.image-position-right .yv-img-content {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.wave-class {
  height: 50px;
  max-width: unset !important;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.wave-class::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 50px;
  width: 100%;
  background: url(https://cdn.shopify.com/s/files/1/0890/1286/3342/files/Vector.svg?v=1738716431);
  background-size: cover;
}
.wave-class.bgwhite::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 50px;
  width: 100%;
  background: url(https://cdn.shopify.com/s/files/1/0890/1286/3342/files/Vector_1.svg?v=1738796004);
  background-size: cover;
}
.yv-gallery-collage-outer .row {
  gap: 20px;
  flex-wrap: nowrap;
}
.yv-gallery-collage-outer .row::-webkit-scrollbar {
  display: none;
}
.yv-get-in-touch .btn-block {
  width: unset;
}
.below-banner-text {
  font-size: 35px;
  padding: 40px;
}
.template_page-about .promo-banner-content {
  display: flex;
  justify-content: flex-start;
  font-weight: 700;
  text-align: left;
  margin-top: 100px;
}
.promo-banner-title {
  font-size: 40px;
}
@media screen and (max-width: 1300px) {
  .yv-gallery-collage-outer .row {
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1641px) {
  .defaultImage .image-wrapper {
    padding-bottom: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    line-height: 31px;
    font-size: 25px;
  }
  p {
    font-size: 15px;
  }
  h6 {
    font-size: 15px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  .below-banner-text {
    font-size: 18px;
    padding: 0 15px;
  }
  .banner-top-section .page-banner-content p {
    font-size: 18px;
  }
  .banner-top-section .page-banner-content {
    padding: 30px 25px;
  }
  .text-content p {
    font-size: 15px;
  }
  .rich-text-description p {
    font-size: 18px;
  }
  .rich-text-content h2 {
    font-size: 20px;
  }
  .yv-gallery-collage-detail h6 {
    margin: 10px 0px 15px 0;
    line-height: 22px;
    font-size: 15px;
  }
  .yv-gallery-collage-detail {
    text-align: left;
    padding: 25px;
    margin-left: 0;
  }
  .button.m-small-btn {
    font-size: 15px;
    padding: 15px 25px;
  }
  .navbar {
    padding: 5px 0;
  }
  .image-with-text-section .text-content {
    padding: 10px 10px 25px 10px;
  }
  .image-with-text-section .image-position-right .yv-imgbox-container,
  .image-with-text-section .image-position-left .yv-imgbox-container {
    margin-bottom: 0;
  }
  .image-with-text-section .row.image-position-right img,
  .row.image-position-right .yv-img-content,
  .image-with-text-section .row.image-position-left img,
  .row.image-position-left .yv-img-content {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  .wave-class::before,
  .wave-class.bgwhite::before {
    height: 20px;
  }
  .yv-get-in-touch p {
    font-size: 15px;
  }
  .yv-get-in-touch .btn-block {
    padding: 15px 25px;
    font-size: 15px;
  }
  .yv-contact-form .row .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
  .yv-contact-form .info-left {
    margin-bottom: 10px;
  }
  .cf-sr-first-div {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .cf-main-footer {
    padding: 30px 20px;
  }
  .cf-fr-logo-section img {
    width: 150px;
  }
  .cf-first-row-div {
    gap: 25px;
  }
  .yv-gallery-collage-outer .yv-gallery-collage-inner {
    width: 90%;
  }
  .template_page-about .promo-banner-content p {
    text-align: left;
  }
  .template_page-about .promo-banner-content {
    margin-top: 15px;
  }
  .template_page-about .promo-banner-counter-item {
    width: 100%;
    margin-top: 20px;
  }
  .template_page-about .promo-banner-counter-heading {
    font-size: 20px;
  }
  .template_page-about .promo-banner-title {
    font-size: 25px;
  }
  .yv-multicolumn-item {
    margin-top: 30px;
  }
  .grid-item .masonry-img {
    width: 90%;
    margin: auto;
  }
  .row.image-position-right {
    flex-flow: column-reverse;
  }
  .row.image-position-left {
    flex-flow: column;
  }
  .image-with-text-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .yv-contact-form > .row div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .yv-get-in-touch {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .yv-gallery-collage-detail {
    margin-left: 15px;
  }
}
