@font-face {
  font-family: "Campton Book";
  src: url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Book.eot");
  src: url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Book.eot#iefix") format("embedded-opentype"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Book.woff2") format("woff2"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Book.woff") format("woff"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Book.svg#Campton-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton Book";
  src: url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Bold.eot");
  src: url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Bold.eot#iefix") format("embedded-opentype"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Bold.woff2") format("woff2"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Bold.woff") format("woff"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/Campton-Bold.svg#Campton-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Losta Masta";
  src: url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/LostaMasta-Regular.eot");
  src: url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/LostaMasta-Regular.eot#iefix") format("embedded-opentype"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/LostaMasta-Regular.woff2") format("woff2"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/LostaMasta-Regular.woff") format("woff"), url("https://ocean-bathrooms.com/wp-content/themes/html5blank-stable/fonts/LostaMasta-Regular.svg#LostaMasta-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn {
  border-radius: 30px;
  padding: 8px 22px;
  font-weight: 500;
  font-size: inherit;
  font-size: 18px;
  font-family: "Losta Masta", "Sans-Serif";
  letter-spacing: 1px;
  color: #122e46;
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #ababab;
  color: #ababab;
}
.btn-outline-dark-grey:hover {
  background-color: #ababab;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-gold {
  background-color: transparent;
  border: 1px solid #ba9a6c;
  color: #ba9a6c;
}
.btn-outline-gold:hover {
  background-color: #ba9a6c;
  color: #fff;
}

.btn-outline-dark-blue {
  background-color: transparent;
  border: 1px solid #112c3c;
  color: #112c3c;
}
.btn-outline-dark-blue:hover {
  background-color: #112c3c;
  color: #fff;
}

.btn-outline-blue {
  background-color: transparent;
  border: 1px solid #122e46;
  color: #122e46;
}
.btn-outline-blue:hover {
  background-color: #122e46;
  color: #fff;
}

.btn-outline-light-blue {
  background-color: transparent;
  border: 1px solid #f5f6f6;
  color: #f5f6f6;
}
.btn-outline-light-blue:hover {
  background-color: #f5f6f6;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-dark-grey {
  background-color: #ababab;
  border: 1px solid #ababab;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #929292;
  color: #fff;
  border: 1px solid #929292;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(171, 171, 171, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-gold {
  background-color: #ba9a6c;
  border: 1px solid #ba9a6c;
  color: #fff;
}
.btn-gold:hover, .btn-gold:active, .btn-gold:focus, .btn-gold:disabled {
  background-color: #a5814e;
  color: #fff;
  border: 1px solid #a5814e;
}
.btn-gold:focus, .btn-gold:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(186, 154, 108, 0.5);
}

.btn-dark-blue {
  background-color: #112c3c;
  border: 1px solid #112c3c;
  color: #fff;
}
.btn-dark-blue:hover, .btn-dark-blue:active, .btn-dark-blue:focus, .btn-dark-blue:disabled {
  background-color: #060f14;
  color: #fff;
  border: 1px solid #060f14;
}
.btn-dark-blue:focus, .btn-dark-blue:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(17, 44, 60, 0.5);
}

.btn-blue {
  background-color: #122e46;
  border: 1px solid #122e46;
  color: #fff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:disabled {
  background-color: #08131d;
  color: #fff;
  border: 1px solid #08131d;
}
.btn-blue:focus, .btn-blue:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(18, 46, 70, 0.5);
}

.btn-light-blue {
  background-color: #f5f6f6;
  border: 1px solid #f5f6f6;
  color: #fff;
}
.btn-light-blue:hover, .btn-light-blue:active, .btn-light-blue:focus, .btn-light-blue:disabled {
  background-color: #dadede;
  color: #fff;
  border: 1px solid #dadede;
}
.btn-light-blue:focus, .btn-light-blue:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(245, 246, 246, 0.5);
}

.btn-border-white {
  border: 1px solid;
  color: #122e46;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border-white:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000 !important;
}

.btn-text {
  padding: 0;
  font-family: "Campton Book", "Sans-Serif";
  color: #122e46;
}
.btn-text i {
  vertical-align: middle;
}
.btn-text:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #000 !important;
}
.text-black a {
  color: #000;
  font-weight: 500;
}
.text-black a:hover {
  color: black;
}

.text-dark-grey {
  color: #ababab !important;
}
.text-dark-grey a {
  color: #ababab;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #929292;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-gold {
  color: #ba9a6c !important;
}
.text-gold a {
  color: #ba9a6c;
  font-weight: 500;
}
.text-gold a:hover {
  color: #a5814e;
}

.text-dark-blue {
  color: #112c3c !important;
}
.text-dark-blue a {
  color: #112c3c;
  font-weight: 500;
}
.text-dark-blue a:hover {
  color: #060f14;
}

.text-blue {
  color: #122e46 !important;
}
.text-blue a {
  color: #122e46;
  font-weight: 500;
}
.text-blue a:hover {
  color: #08131d;
}

.text-light-blue {
  color: #f5f6f6 !important;
}
.text-light-blue a {
  color: #f5f6f6;
  font-weight: 500;
}
.text-light-blue a:hover {
  color: #dadede;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #000;
}

.bg-dark-grey {
  background-color: #ababab;
}

.bg-white {
  background-color: #fff;
}

.bg-gold {
  background-color: #ba9a6c;
}

.bg-dark-blue {
  background-color: #112c3c;
}

.bg-blue {
  background-color: #122e46;
}

.bg-light-blue {
  background-color: #f5f6f6;
}

.map {
  min-height: 500px;
  width: 100%;
}

.faqs {
  --icon-color: #122e46;
}
.faqs.blue {
  --icon-color: #122e46;
}
.faqs .faq {
  padding: 3rem;
}
.faqs .faq:nth-child(odd) {
  background-color: #f5f6f6;
}
.faqs .faq .question {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faqs .faq .question:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: "\f056";
  color: var(--icon-color);
  margin-right: 10px;
  margin-left: auto;
}
.faqs .faq .question.collapsed::after {
  content: "\f055";
  margin-left: auto;
}
.faqs .faq .answer iframe {
  max-width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

form p {
  margin-bottom: 0;
}
form br {
  display: none;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: none;
  height: 50px;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 17px;
  color: #112c3c;
  background-color: #edeeed;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #112c3c;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #112c3c;
}

::placeholder {
  color: #112c3c;
}

textarea {
  border: none;
  height: 150px;
  margin-bottom: 0rem;
  width: 100%;
  padding-left: 17px;
  padding-top: 15px;
  color: #112c3c;
  background-color: #edeeed;
}

[type=submit] {
  background-color: #112c3c;
  color: #fff;
  height: 50px;
  width: 30%;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: "Losta Masta", "Sans-Serif";
}
@media screen and (max-width: 991px) {
  [type=submit] {
    width: 100%;
  }
}
[type=submit]:hover {
  background-color: black;
}

input[type=file] {
  display: none;
}

.custom-file-upload {
  width: 100%;
  border: none;
  background-color: #edeeed;
  height: 50px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #112c3c;
  font-weight: 300;
  padding-left: 15px;
  padding-top: 14px;
}

.locationform textarea {
  height: 100px;
}
.locationform [type=submit] {
  background-color: #fff;
  color: #122e46;
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #ababab;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-bottom: -0.3rem;
  margin-top: -0.5rem;
}

.footerForm .wpcf7-list-item .wpcf7-list-item-label span, .locationform .wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.footerForm .wpcf7-list-item .wpcf7-list-item-label span a, .locationform .wpcf7-list-item .wpcf7-list-item-label span a {
  color: #fff;
  text-decoration: underline;
}
.footerForm .wpcf7-list-item .wpcf7-list-item-label span a:hover, .locationform .wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

#contactSection .wpcf7-list-item label:before {
  border: 1px solid #000;
  background-color: #fff;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #000;
  text-underline-offset: 8px;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas-top {
  width: 100%;
  border-left: none;
  background-color: #122e46;
  height: auto;
}
@media screen and (max-width: 650px) {
  .offcanvas-top {
    width: 100%;
  }
}
.offcanvas-top .offcanvas-header {
  padding: 3rem 3rem 5rem 3rem;
}
@media screen and (max-width: 400px) {
  .offcanvas-top .offcanvas-header {
    padding: 3rem 1.5rem 5rem 1.5rem;
  }
}
.offcanvas-top .offcanvas-header .logo img {
  width: 208px;
}
@media screen and (max-width: 400px) {
  .offcanvas-top .offcanvas-header .logo img {
    width: 150px;
  }
}
.offcanvas-top .offcanvas-header button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 20px;
}
.offcanvas-top .offcanvas-header button i {
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
}
.offcanvas-top .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 400px) {
  .offcanvas-top .offcanvas-body {
    padding: 0 1.5rem;
  }
}
.offcanvas-top .offcanvas-body nav {
  display: block;
}
.offcanvas-top .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas-top .offcanvas-body nav ul li {
  margin-bottom: 2rem;
  list-style: none;
  text-align: center;
}
.offcanvas-top .offcanvas-body nav ul li:last-child {
  margin-bottom: 0;
}
.offcanvas-top .offcanvas-body nav ul li a {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.offcanvas-top .offcanvas-body nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #fff;
}
.offcanvas-top .offcanvas-body nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #fff;
}
.offcanvas-top .offcanvas-body .telephone {
  text-align: center;
}
.offcanvas-top .offcanvas-body .socialMedia i {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .page-id-2 header {
    position: absolute;
    background-color: transparent !important;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  header {
    position: inherit;
    background-color: #122e46;
  }
}
header .headerBottom {
  padding: 1.8rem 0;
}
@media screen and (max-width: 767px) {
  header .headerBottom {
    padding: 0.5rem 0;
  }
}
header .headerBottom .logo img {
  width: 208px;
}
@media screen and (max-width: 1100px) {
  header .headerBottom .logo img {
    width: 190px;
  }
}
@media screen and (max-width: 991px) {
  header .headerBottom .logo img {
    width: 150px;
  }
}
header .headerBottom .rightContent {
  margin-left: auto;
}
header .headerBottom .rightContent .top {
  float: right;
  clear: both;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  header .headerBottom .rightContent .top {
    display: none;
  }
}
header .headerBottom .rightContent .top p {
  display: inline-block;
  letter-spacing: 0;
  font-weight: 300;
}
header .headerBottom .rightContent .top p i {
  vertical-align: middle;
}
header .headerBottom .rightContent .top p a {
  font-weight: 300;
}
header .headerBottom .rightContent .top p a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #fff;
}
header .headerBottom .rightContent nav {
  clear: both;
}
@media screen and (max-width: 991px) {
  header .headerBottom .rightContent nav {
    display: none;
  }
}
header .headerBottom .rightContent nav ul {
  margin: 0;
}
header .headerBottom .rightContent nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 60px;
}
header .headerBottom .rightContent nav ul li:first-child {
  margin-left: 0;
}
header .headerBottom .rightContent nav ul li a {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 16px;
}
header .headerBottom .rightContent nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #fff;
}
header .headerBottom .rightContent nav ul .menu-item-25.current-menu-item a {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
header .headerBottom .rightContent nav ul .menu-item-25 a {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 13px 25px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
header .headerBottom .rightContent nav ul .menu-item-25 a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
header .headerBottom .rightContent nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #fff;
}
header .headerBottom .rightContent ul.sub-menu {
  z-index: 99999999;
  position: absolute;
  background-color: #122e46;
  margin-left: 0px !important;
  margin-top: 0px;
  display: none;
  text-align: left;
  color: #fff;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  width: max-content;
}
header .headerBottom .rightContent ul.sub-menu li {
  display: block !important;
  margin: 0 !important;
  line-height: 0px !important;
  padding: 0rem;
  margin-left: 0 !important;
  text-decoration: none;
}
header .headerBottom .rightContent ul.sub-menu li:last-child {
  border-bottom: none !important;
}
header .headerBottom .rightContent ul.sub-menu li:last-child a {
  text-decoration: none;
}
header .headerBottom .rightContent ul.sub-menu li:hover {
  background-color: #112c3c;
  color: #fff !important;
  border-bottom: none;
  text-shadow: none;
  border-radius: 0px;
}
header .headerBottom .rightContent ul.sub-menu li:hover a {
  color: #fff !important;
  border-bottom: none;
  text-shadow: none;
  text-decoration: none;
}
header .headerBottom .rightContent ul.sub-menu li a {
  color: #fff !important;
  width: 100%;
  display: block;
  padding: 0.5rem 1rem !important;
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: left;
  border-radius: 0px;
  text-decoration: none;
  text-underline-offset: 17px;
  text-decoration: none !important;
}
header .headerBottom .rightContent ul.sub-menu li a:before {
  height: 0px;
}
header .headerBottom .rightContent ul.sub-menu li a:after {
  display: none;
}
header .headerBottom .rightContent .nav ul li:hover > ul {
  display: block;
}
header .headerBottom .rightContent .site-header ul.menu ul li.current-menu-item > a {
  background-color: #112c3c !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: none;
}
header .headerBottom .rightContent input::placeholder {
  overflow: visible;
}
header .headerBottom .rightContent ul.sub-menu .current-menu-item a {
  background-color: #112c3c !important;
  color: #fff !important;
  text-shadow: none;
  text-decoration: none;
}
header .headerBottom .rightContent ul.sub-menu .current-menu-item:after {
  display: none !important;
}
header .headerBottom .rightContent header nav ul.sub-menu li a:hover::after, header .headerBottom .rightContent header nav ul.sub-menu li.current-menu-item a::after {
  display: none;
}
header .headerBottom .rightContent .buttunMenu {
  display: none;
}
@media screen and (max-width: 991px) {
  header .headerBottom .rightContent .buttunMenu {
    display: inline-block;
  }
}
header .headerBottom .rightContent .buttunMenu button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 20px;
}
header .headerBottom .rightContent .buttunMenu button i {
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
}
header .headerBottom .rightContent .bookNow {
  display: inline-block;
}
@media screen and (max-width: 475px) {
  header .headerBottom .rightContent .bookNow {
    display: none;
  }
}

footer {
  background: url("https://ocean-bathrooms.com/wp-content/uploads/2023/04/ocean-bathrooms-footer-bg.png") no-repeat;
  background-size: cover;
  padding: 6rem 0 0 0;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 3rem 0 0 0;
  }
}
footer .border-bottom {
  border-bottom-color: rgba(221, 221, 221, 0.5) !important;
}
footer .footerForm p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  footer .top {
    text-align: center;
  }
}
footer .top .footerLogo img {
  width: 308px;
}
@media screen and (max-width: 991px) {
  footer .top .footerLogo img {
    width: 220px;
    margin: 0 auto;
    display: block;
  }
}
footer .top .policy p {
  font-size: 12px;
  line-height: 20px;
}
footer .top .policy a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .top .address p {
  margin: 0;
}
footer .top p {
  color: #fff;
}
footer .top a:hover {
  color: #a1a1a1;
}
footer .top .socialMedia i {
  font-size: 18px;
}
footer .top .socialMedia i:hover {
  color: #a1a1a1 !important;
}
footer .top h4 {
  text-transform: uppercase;
}
footer .top .elementor-divider {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
  width: 55px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  footer .top .elementor-divider {
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  footer .top nav {
    display: block;
  }
}
footer .top nav ul {
  margin: 0;
}
footer .top nav ul li {
  margin-bottom: 0.8rem;
  list-style: none;
}
footer .top nav ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  footer .top nav ul li {
    text-align: center;
  }
}
footer .top nav ul li a {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 15px;
}
footer .top nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .top nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .bottom {
  margin-top: -3rem;
}
@media screen and (max-width: 991px) {
  footer .bottom {
    display: block !important;
    text-align: center;
    margin-top: 1rem;
  }
}
footer .bottom .checkatrade img {
  width: 250px;
}
@media screen and (max-width: 991px) {
  footer .bottom .checkatrade img {
    width: 140px;
  }
}
footer .bottom .trustatrade img {
  width: 150px;
}
@media screen and (max-width: 991px) {
  footer .bottom .trustatrade img {
    width: 100px;
  }
}
footer .bottom .checkatrade, footer .bottom .trustatrade {
  display: inline-block;
}
footer .bottom .content {
  margin-top: 1.5rem;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 991px) {
  footer .bottom .content {
    margin-top: 1rem;
    text-align: center;
  }
}
footer .bottom p {
  font-size: 12px;
  line-height: 20px;
}
footer .bottom .policy a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}

body {
  font-family: "Campton Book", "Sans-Serif";
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: calc(1.28125rem + 0.375vw);
  color: #122e46;
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.5625rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #122e46;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: black;
}

b,
strong {
  font-weight: bold;
  font-family: "Campton Book", "Sans-Serif";
  color: #122e46;
}

h1,
.h1 {
  font-family: "Losta Masta", "Sans-Serif";
  font-weight: 300;
  font-size: calc(1.59375rem + 4.125vw);
  line-height: calc(1.625rem + 4.5vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 4.6875rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 5rem;
  }
}

h2,
.h2 {
  font-family: "Losta Masta", "Sans-Serif";
  font-weight: 300;
  font-size: calc(1.46875rem + 2.625vw);
  line-height: calc(1.5rem + 3vw);
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 3.75rem;
  }
}

h3,
.h3 {
  font-family: "Campton Book", "Sans-Serif";
  font-weight: 300;
  font-size: calc(1.29375rem + 0.525vw);
  line-height: calc(1.325rem + 0.9vw);
  letter-spacing: 0px;
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 2rem;
  }
}

h4,
.h4 {
  font-family: "Campton Book", "Sans-Serif";
  font-weight: 300;
  font-size: calc(1.25625rem + 0.075vw);
  line-height: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    line-height: 1.625rem;
  }
}

h5,
.h5 {
  font-family: "Losta Masta", "Sans-Serif";
  font-weight: 300;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: calc(1.375rem + 1.5vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 2.5rem;
  }
}

h6,
.h6 {
  font-family: "Campton Book", "Sans-Serif";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #ababab;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #ababab;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.kanda-finance-container {
  background-color: transparent !important;
}

section {
  position: relative;
  overflow: hidden;
}
section#banner {
  position: relative;
}
section#banner .owl-dots {
  display: none;
}
section#banner .bannerText {
  position: absolute;
  bottom: 35%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  section#banner .bannerText {
    bottom: 20%;
  }
}
@media screen and (max-width: 991px) {
  section#banner .bannerText {
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  section#banner .bannerText {
    display: none;
  }
}
section#banner .bannerText h1 {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.2rem;
}
section#banner .bannerText .elementor-divider {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 180px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  section#banner .bannerText .elementor-divider {
    margin-bottom: 2rem;
  }
}
section#banner .bannerText p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
  width: 50%;
  margin: 0 auto;
  display: block;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  section#banner .bannerText p {
    width: 80%;
  }
}
section#whySection ul {
  padding-left: 17px;
}
section#whySection ul li {
  list-style-position: outside;
}
section#mobileText {
  display: none;
}
@media screen and (max-width: 767px) {
  section#mobileText {
    display: inherit;
  }
}
section#mobileText h1 {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.2rem;
}
section#mobileText .elementor-divider {
  border-bottom: 3px solid #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
section#mobileText .locationform p {
  width: 100%;
  text-align: left;
}
section#mobileText p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0px;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-family: "Campton Book", "Sans-Serif";
}
section#locationBanner {
  position: relative;
}
section#locationBanner .owl-dots {
  display: none;
}
section#locationBanner .bannerText {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  section#locationBanner .bannerText {
    bottom: 6%;
  }
}
@media screen and (max-width: 991px) {
  section#locationBanner .bannerText {
    display: none;
  }
}
section#locationBanner .bannerText h1 {
  margin-bottom: 0.2rem;
}
section#locationBanner .bannerText .elementor-divider {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 180px;
  margin-bottom: 2rem;
}
section#locationBanner .bannerText .locationform p {
  width: 100%;
}
section#locationBanner .bannerText p {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  section#locationBanner .bannerText p {
    width: 80%;
  }
}
section#LocationmobileText {
  display: none;
}
@media screen and (max-width: 991px) {
  section#LocationmobileText {
    display: inherit;
  }
}
section#LocationmobileText h1 {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.2rem;
}
section#LocationmobileText .elementor-divider {
  border-bottom: 3px solid #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
section#LocationmobileText .locationform p {
  width: 100%;
  text-align: left;
}
section#LocationmobileText p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0px;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-family: "Campton Book", "Sans-Serif";
}
section#aboutSection p:last-child {
  margin-bottom: 0;
}
section#aboutSection .elementor-divider {
  border-bottom: 3px solid #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  margin-bottom: 0rem;
}
section#servicesSection .service {
  position: relative;
}
section#servicesSection .service .serviceText {
  position: absolute;
  bottom: 8%;
  width: 100%;
}
section#servicesSection .service .serviceText p {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 327px) {
  section#contactSection p {
    font-size: 14px;
  }
}
section#contactSection h4 {
  text-transform: uppercase;
}
section#contactSection h2 {
  text-transform: none;
}
section#contactSection .address .col-1 {
  width: 5.4%;
}
@media screen and (max-width: 991px) {
  section#contactSection .address .col-1 {
    width: 4.7%;
  }
}
@media screen and (max-width: 700px) {
  section#contactSection .address .col-1 {
    width: 6.7%;
  }
}
@media screen and (max-width: 336px) {
  section#contactSection .address .col-1 {
    width: 3.7%;
  }
  section#contactSection .address .col-11 {
    width: 90%;
  }
}
section#contactSection .address p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  section#contactSection .address p {
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  section#contactSection .address p {
    display: block;
  }
}
section#contactSection .elementor-divider {
  border-bottom: 2px solid #000;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
  width: 110px;
  margin-bottom: 0.5rem;
}
section#reviewsSection .elementor-divider {
  border-bottom: 3px solid #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  margin-bottom: 0.5rem;
}
section#reviewsSection .marks {
  position: absolute;
  top: -4%;
  left: -5%;
}
@media screen and (max-width: 991px) {
  section#reviewsSection .marks {
    top: -12%;
    left: 0%;
  }
  section#reviewsSection .marks i {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 403px) {
  section#reviewsSection .marks {
    top: -15%;
    left: 0%;
  }
}
@media screen and (max-width: 350px) {
  section#reviewsSection .marks {
    top: -8%;
    left: 0%;
  }
}
section#reviewsSection .marks i {
  font-size: 18px;
}
section#reviewsSection .review h3:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  font-size: 12px;
  position: absolute;
  top: 66%;
  margin-left: 5px;
}
@media screen and (max-width: 1073px) {
  section#reviewsSection .review h3:after {
    top: 69%;
  }
}
@media screen and (max-width: 991px) {
  section#reviewsSection .review h3:after {
    top: 56%;
  }
}
@media screen and (max-width: 767px) {
  section#reviewsSection .review h3:after {
    top: 60%;
  }
}
@media screen and (max-width: 575px) {
  section#reviewsSection .review h3:after {
    top: 54%;
  }
}
@media screen and (max-width: 559px) {
  section#reviewsSection .review h3:after {
    top: 60%;
  }
}
@media screen and (max-width: 466px) {
  section#reviewsSection .review h3:after {
    top: 64%;
  }
}
@media screen and (max-width: 395px) {
  section#reviewsSection .review h3:after {
    top: 68%;
  }
}
@media screen and (max-width: 348px) {
  section#reviewsSection .review h3:after {
    top: 73%;
  }
}
section#projectSection .elementor-divider {
  border-bottom: 3px solid #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  margin-bottom: 2rem;
}
section#projectSection ul, section#projectSection ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
section#projectSection ul li, section#projectSection ol li {
  margin-bottom: 0.8rem;
  list-style-position: outside;
}
section#review i {
  font-size: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
section#review .reviews p {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
section#review h5 {
  text-align: center;
}
section#subBanner {
  position: relative;
}
section#subBanner .bannerText {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
}
section#subBanner .bannerText h2 {
  font-size: 2.7rem;
  line-height: 2.8rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  section#subBanner .bannerText {
    bottom: 4%;
  }
}
@media screen and (max-width: 350px) {
  section#subBanner .bannerText {
    display: none;
  }
}
section#subBanner .bannerText .elementor-divider {
  border-bottom: 2px solid #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 75px;
  margin-bottom: 0.5rem;
}
section#moreServices ul, section#moreServices ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
section#moreServices ul li, section#moreServices ol li {
  margin-bottom: 0.8rem;
  list-style-position: outside;
}
section#reviews .stars i {
  font-size: 20px;
  margin-right: 5px;
}
section#terms h4 {
  margin-top: 3rem;
}
section#terms p a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #000;
}
section#terms ol {
  padding-left: 20px !important;
}
section#terms ul, section#terms ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
section#terms ul li, section#terms ol li {
  margin-bottom: 0.8rem;
  list-style-position: outside;
}
section#servicesSectionThree ul, section#serviceSectionTwo ul, section#serviceSectionOne ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
section#servicesSectionThree ul li, section#serviceSectionTwo ul li, section#serviceSectionOne ul li {
  margin-bottom: 0.8rem;
  list-style-position: outside;
}
section#financePage img {
  width: 60%;
}
section#financePage strong {
  font-size: 17px;
  line-height: 21px;
}
section#financePage ul {
  padding-left: 0;
}
section#financePage ul li {
  list-style: none;
}
section#financePage ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #27debf;
  margin-right: 10px;
}
section#financePage h3 {
  margin-top: 3rem;
  color: #27debf;
}
section#financePage h4 {
  font-size: 16px;
  line-height: 21px;
  margin-top: 1.5rem;
}
section#blockOne .elementor-divider, section#about .elementor-divider, section#connect .elementor-divider, section#serviceSectionOne .elementor-divider, section#serviceSectionTwo .elementor-divider, section#servicesSectionThree .elementor-divider {
  border-bottom: 3px solid #000;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  margin-bottom: 2rem;
}
section#blockTwo p:last-child, section#about p:last-child, section#serviceSectionTwo p:last-child {
  margin-bottom: 0;
}
section#connect .elementor-divider, section#blockOne .elementor-divider, section#serviceSectionTwo .elementor-divider {
  margin-bottom: 0;
}
section#projects img {
  aspect-ratio: 15/11;
  object-fit: cover;
}
section#finance {
  background-color: #efefef;
}
section#finance strong, section#finance b {
  font-size: 18px;
}
section#finance .text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  section#finance .text {
    text-align: center;
  }
}
section#finance img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

#cookie-notice, #cookie-notice * {
  font-family: "Campton Book", "Sans-Serif" !important;
}

span#cn-notice-buttons a {
  font-family: "Losta Masta", "Sans-Serif" !important;
  letter-spacing: 1px !important;
}

.page-id-553 #finance {
  display: none;
}

#location h2 {
  font-size: 2.4rem;
  line-height: 2.75rem;
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("https://ocean-bathrooms.com/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

/*# sourceMappingURL=style.css.map */