@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');
:root {
  --font-family-primary: 'Gabarito', sans-serif;
  --body-bg: #ffffff;
  --body-text: #3D465E;
  --text-primary: #002E59;
  --bs-secondary: #EE5513;
  --bs-secondary-hover: #c5450d;
  --bs-white: #ffffff;
  --bs-black: #000000;
}
body {
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: 400;
  color: var(--body-text);
  background-color: var(--body-bg);
  line-height: 1.7;
}
.btn {
  font-size: 16px;
  padding: 1rem 3rem;
  font-family: var(--font-family-primary);
  border-radius: 10px;
  font-weight: 500;
  border: none;
  line-height: 1.1 !important;
  text-transform: uppercase;
  /* height: 50px; */
}
.btn.btn-outline-primary {
  background-color: rgba(0, 0, 0, 0.3);
  border:2px solid var(--bs-secondary);
  color:var(--bs-white);
}
.btn i {
  margin-left: 3px;
}
.btn-primary {
  color: #fff;
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  transition: all ease-in 0.2s;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background:var(--bs-primary-hover);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: var(--bs-secondary-hover);
  border-color: var(--bs-secondary-hover);
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: var(--bs-secondary-hover);
  border-color: var(--bs-secondary-hover);
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 900;
}
h1, h2, h3, .h1, .h2, .h3, h4, h5, h6, .h4, .h5, .h6 {
  font-family: var(--font-family-primary);
  color: var(--bs-dark);
}
h1, .h1, .fs-1 {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--font-family-primary);
  line-height: 1.1;
}
h2, .h2, .fs-2 {
  font-size: 40px;
  font-weight: 800;
}
h3, .h3, .fs-3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}
figure {
  margin: 0;
}
.bg-light {
  background: rgba(138, 189, 83, 0.1) !important;
}
.rounded-15 {
    border-radius: 15px;
}
sup{color: var(--bs-secondary);}
.text-theme {
  color: var(--bs-primary);
}
.badge {
  display: inline-block;
  padding: 0.55em 0.65em;
  font-weight: 600;
}
.badge.bg-primary {
  background-color: #20CF51 !important;
}
.badge.bg-danger {
  background-color: var(--bs-danger) !important;
}

/***************start css for pagewise ****************** */
html, body {
  height: 100%;
  margin: 0px;
}
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  padding: 0;
}
.scroll-top-wrapper .scroll-top-inner {
  display: block;
  width: 54px;
  border-radius: 55px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
  color: #fff;
  border: 2px solid var(--bs-primary);
}
.scroll-top-wrapper:hover .scroll-top-inner {
  background: var(--bs-primary-hover);
}
.scroll-top-wrapper .scroll-top-inner i {
  font-size: 26px;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.block-header {
  position: relative;
}
.block-header small {
  color: var(--bs-primary);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  padding:6px 20px;
  background-color: #e5e5f7;
  opacity: 1;
  background-size: 6px 6px;
  background-image: repeating-linear-gradient(-45deg, #e5dfdf 0, #e5dfdf 1px, #ffffff 0, #ffffff 50%);
  /* z-index: -1; */
}
.block-header:before {
  content:'';
  background: linear-gradient(to right,  #002e59 0%,#f57a08 100%);
  position: absolute;
  width: 76px;
  height: 4px;
  bottom: -3px;
  left: 50%;
  margin-left: -38px;
  display: inline-block;
  z-index: 1;
  border-radius: 4px;
}
.sm-divider {
  background: linear-gradient(to right,  #002e59 0%,#f57a08 100%);
  width: 160px;
  height: 4px;
  display: inline-block;
  border-radius: 4px;
  margin:1.4rem 0 1.1rem;
}
.block-header small:before {
  right: 0;
  top: 0;
}
.block-header small:after {
  left: 0;
  bottom:0;
  transform: rotate(180deg);
}
.block-header a {
  color: var(--bs-secondary);
  transition: all ease-in 0.2s;
}
.block-header a:hover {
  color: var(--bs-black);
}
.block-header h2::first-letter {
  color: var(--bs-secondary);
}
.block-header h2, .block-header .h2 {
  font-family: var(--font-family-primary);
  color: #002E59;
  font-size: 40px;
  font-weight: 700;
  margin-top: 12px;
}
.block-header h2::first-letter, .block-header .h2::first-letter {
  font-size: 50px;
  font-weight: 800;
  color: var(--bs-secondary);
}
.block-header h2 span {
  color: var(--bs-secondary);
}
.block-header p {
  font-weight: 400;
  color:var(--text-primary);
  font-size: 18px;
  margin-top: 1.1rem;
}
header {
  position: absolute;
  padding:16px 30px 60px 30px;
  right: 0;
  left: 0;
  z-index: 100;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  transition: 0.2s;
  background-color: none;
  z-index: 1024;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,168,0,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,168,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,168,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffa800",GradientType=1);
}
header.sticky-navbar {
  left: 0;
  right: 0;
  top: 0;
  padding:10px;
  background: rgba(0, 0, 0, 1);
  position: fixed;
  /* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
  -webkit-animation-name: stickySlideDown;
  animation-name: stickySlideDown;
  transition: none;
}
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header.inner-header.sticky-navbar .social-links-home  {
  top: 3px;
  right: 0;
}
.navbar-brand {
  margin:0;
  padding:0;
}
.navbar-brand img {
  height: 105px;
}
.navbar-brand .company-brand {
  font-size: 40px;
  color: var(--bs-white);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 5px;
}
.navbar-brand .company-brand small {
  font-size: 14px;
  display: block;
  font-weight: 400;
  letter-spacing: 6.3px;
}
.main-navbar {
  width: 100%;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.main-navbar .nav-link {
  padding:0 25px !important;
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-navbar .nav-link img {
  position: relative;
  top: -3px;
}
.main-navbar .nav-link:hover, .main-navbar .nav-link:focus, .main-navbar ul li.active a{
  color: var(--bs-secondary) !important;
  opacity: 1;
}
header.sticky-navbar .main-navbar .nav-link {
  padding:0 12px !important;
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header.sticky-navbar .main-navbar .nav-link:hover {
  color: var(--bs-secondary);
}
header.sticky-navbar .navbar-brand {
  margin:0;
  padding:0;
  line-height: 1.1;
}
header.sticky-navbar .navbar-brand img {
  height: 60px;
}
header.sticky-navbar .navbar-brand .company-brand {
  font-size: 30px;
  letter-spacing: 6px;
}
header.sticky-navbar .navbar-brand .company-brand small {
  font-size: 13px;
  letter-spacing: 4.4px;
}
.main-navbar li:last-child {
  display: flex;
}
.navbar-right  {
  z-index: 30;
}
.insize{
	margin:0;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.fullscreen-home-slider .owl-thumbs {
	display: flex;
	justify-content: space-between;
}
.fullscreen-home-slider .owl-thumbs .owl-thumb-item {
	height:80px;
	width: 110px;
	background: transparent;
	border: 3px solid rgba(255, 255, 255, 0.5);
	overflow: hidden;
	padding: 0;
  border-radius: 10px;
  margin:0 5px
}
.fullscreen-home-slider .owl-thumbs .owl-thumb-item img {
  transition: all ease-in 0.2s;
  border-radius: 10px;
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.fullscreen-home-slider .owl-thumbs .owl-thumb-item:hover img {
  transform: scale(1.2);
}
.fullscreen-home-slider .owl-dots{
	position:absolute;
	bottom:-50px;
	left:0;
	right:0;
}
.fullscreen-home-slider .owl-thumbs .owl-thumb-item:focus, .fullscreen-home-slider .owl-thumbs .owl-thumb-item.active  {
	border:3px solid rgba(255, 255, 255, 1);
  display: none;
}
.owl-carousel.owl-drag .owl-item  {
  height: 100vh;
  overflow: hidden;
}
.owl-nav {
  position: absolute;
  right:30px;
  bottom:30px;
}
.owl-thumbs {
  position: absolute;
  left: 50%;
  margin-left: -220px;
  bottom: 30px;
  width: 440px;
}
.owl-nav button {
  background-color: var(--bs-white);
  border:none;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin-left: 0.4rem;
  font-size: 26px;
  line-height: 1.1;
}
.owl-nav button.disabled {
  background-color: var(--bs-black);
  color: var(--bs-white);
}
.owl-item .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-footer-left {
  position: absolute;
  left: 30px;
  bottom: 63px;
  z-index: 1;
  font-size: 36px;
  font-weight: 600;
  color: var(--bs-white);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);
}
.home-footer-left span:first-child {
  font-size: 30px;
  font-weight: 400;
}
.home-footer-left span.backslash {
  font-size: 26px;
  font-weight: 400;
  margin:0 0.5rem;
  position: relative;
  top: -2px;
}
.outer-breadcrumb {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: var(--bs-white);
  padding:0.4rem 2rem 0.4rem 1rem;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.outer-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
.outer-breadcrumb .breadcrumb .breadcrumb-item {
  color: var(--bs-secondary);
}
.outer-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-black);
}
.social-links-home {
  position: fixed;
  z-index: 23;
  color: #fff;
  transform: rotate(-90deg);
  bottom: 350px;
  left: -170px;
  width: 410px;
  height: 30px;
}
.social-links-home a {
  color: var(--bs-white);
  margin-right: 1.5rem;
  font-size: 14px;
  letter-spacing: 2px;
}
/* start inner page css */
.inner-hero {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: end;
  padding:0 30px 20px 30px;
}
.inner-header .social-links-home {
  position: absolute;
  transform: rotate(0);
  top:22px;
  bottom: inherit;
  right: 20px;
  left: auto;
  margin:0;
  z-index: 100;
  width: auto;
  height:auto;
  color: #fff;
  z-index: 1024;
}
.page-title {
  font-size: 30px;
  color: var(--bs-white);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.page-title:before {
  content:'';
  width: 60px;
  height: 3px;
  background: var(--bs-white);
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.page-title::first-letter {
  font-size: 50px;
  font-weight: 600;
  color: var(--bs-secondary);
}
.inner-hero-bottom .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
.inner-hero-bottom .breadcrumb .breadcrumb-item {
  color: var(--bs-secondary);
  font-weight: 400;
}
.inner-hero-bottom .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f280";
  color: var(--bs-white);
  font-size: 16px;
  position: relative;
  top: 2px;
}
.container-fluid {
  padding:0 30px;
}
.gallery-boxes {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-boxes figure {
  margin:0;
  border-radius: 1rem;
  overflow: hidden;
  height: 200px;
}
.gallery-boxes figure img {
  height: 100%;
  border-radius: 1rem;
  transition: all ease-in 0.2s;
  transform: scale(1);
}
.gallery-boxes figure:hover img {
  transform: scale(1.1);
}
.gallery-boxes figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding:0.6rem 1.5rem;
  color: var(--bs-white);
}
.gallery-boxes figcaption .type-name, .gallery-boxes figcaption .type-folder {
  font-size: 24px;
}
.gallery-boxes figcaption .type-name {
  line-height: 1.1;
  padding-left: 10px;
}
.card-photo-discount {
  background-color: rgba(217, 217, 217, 0.3);
  border:none;
}
.card-photo-discount .card-body {
  padding:2.2rem  1.5rem;
}
.card-photo-discount .card-body .block-header h2 {
  margin-top: 0;
}
.card-photo-discount .card-body .block-header::before {
  display: none;
}
.footer-outer {
  padding:30px;
  background-color: var(--bs-black);
  color: var(--bs-white);
  font-size: 12px;
  font-weight: 400;
}
.footer-outer a {
  color: var(--bs-white);
  margin-right: 20px;
}
.gallery-inner-boxes {
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  box-shadow: 0px 15px 15px rgba(0, 46, 89, 0.2);
  overflow: hidden;
}
.gallery-inner-boxes figure {
  overflow: hidden;
}
.gallery-inner-boxes figure img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: all ease-in 0.2s;
  transform: scale(1);
}
.gallery-inner-boxes:hover figure img {
  transform: scale(1.1);
}
.gallery-inner-boxes figcaption {
  padding:1.5rem;
  background-color: #EDF6FF;
}
.gallery-inner-boxes .type-name {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  position: relative;
  margin-bottom: 1.1rem;
}
.gallery-inner-boxes .type-name:before {
  content:'';
  background: linear-gradient(to right,  #002e59 0%,#f57a08 100%);
  position: absolute;
  width: 100px;
  height: 4px;
  bottom: -8px;
  left: 0;
  display: inline-block;
  z-index: 1;
  border-radius: 4px;
}
.gallery-inner-boxes .type-name i {
  margin-right: 8px;
  color: var(--bs-secondary);
}
.gallery-month-year {
  color: var(--body-text);
}
.img-gallery-boxes {
  overflow: hidden;
  position: relative;
}
.img-gallery-boxes figure img{width: 100%;}
.img-gallery-boxes figcaption{
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: -100%;
  padding: 1rem 2rem;
  color: var(--bs-white);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all ease 0.2s;
}
.img-gallery-boxes figcaption a  {
  color: var(--bs-white);
  line-height: 1.1;
}
.img-gallery-boxes figcaption a i {
  margin:8px
}
.img-gallery-boxes figcaption a:last-child i {
  margin-right: 0;
  font-size: 16px;
}
.img-gallery-boxes .image-type-name {
  font-size: 20px;
}
.img-gallery-boxes figure {
  overflow: hidden;
  border-radius: 1rem;
  height: 260px;
}
.img-gallery-boxes figure img {
  transition: all ease-in 0.2s;
  transform: scale(1);
  border-radius: 1rem;
  height: 260px;
  object-fit: cover;
}
.img-gallery-boxes:hover figcaption {
  bottom: 1rem;
  opacity: 1;
  border-radius: 1rem;
}
.img-gallery-boxes:hover figure img {
  transform: scale(1.1);
}
.zoomIn {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  display: inline-block;
  z-index: 99;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--bs-white);
  opacity: 0;
  transition: all ease-in 0.2s;
}
.img-gallery-boxes:hover .zoomIn {
  opacity: 1;
}
.about-container .block-header h2 {
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.1;
}
.about-container .block-header:before {
  left: 0;
  margin-left: 0;
}
.about-footer a {
  display: block;
}
.about-footer .email-box, .about-footer .callUs {
  line-height: 1.1;
  border:1px solid rgba(0, 46, 89, 0.2);
  padding:1rem;
  border-radius:1rem;
}
.about-footer a {
  color: var(--bs-secondary);
}
.about-footer i {
  font-size: 30px;
  margin-right: 0.4rem;
}
.about-img-group {
  padding-bottom: 70px;
  padding-right: 70px;
}
.about-img-group figure.fig1 img {
  border-radius: 1rem;
}
.about-img-group figure.fig1:before {
  content: '';
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 30px;
    left: 30px;
    z-index: -1;
    background-color: #e5e5f7;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #000000 0, #000000 1px, #e5e5f7 0, #e5e5f7 50%);
    opacity: 0.15;
    border-radius: 2rem;
}
.about-img-group figure.fig2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border:10px solid var(--bs-white);
  position:absolute;
  bottom: 0;
  right: -30px;
}
.about-img-group figure.fig2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forEnquiry {
  font-weight: 600;
  color: var(--bs-secondary);
}
.auth-container-outer {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0px 0px 15px rgba(61, 70, 94, 0.3);
}
.auth-container-outer:before {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5f7;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #000000 0, #000000 1px, #e5e5f7 0, #e5e5f7 50%);
  opacity: 0.05;
}
.auth-container {
  border:1px solid rgba(61, 70, 94, 0.3);
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.auth-container:before, .auth-container:after {
  content:'';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.auth-container:before {
  top: -200px;
  left: -200px;
  /* background-color: var(--body-text); */
  background-color: var(--bs-secondary);
  opacity: 1;
  z-index: -1;
}
.auth-container:after {
  bottom: -150px;
  right: -150px;
  /* background-color: var(--bs-secondary); */
  background-color: var(--body-text);
  opacity: 1;
  z-index: -1;
}
.auth-container .tab-content {
  padding:1rem 0;
}
.nav-fill .nav-item {
  margin: 0 0.2rem;
}
.auth-container .nav-pills .nav-link {
  background-color: #d7def1;
  color: var(--body-text);
  border-radius: 0.6rem;
  height: 50px;
}
.auth-container .btn-secondary {
  height: 50px;
}
.auth-container .nav-pills .nav-link.active {
  background-color: var(--body-text);
  color: var(--bs-white);
}
.form-control {
  height: 50px;
  border-radius: 0.6rem;
  border-color: var(--body-text);
}
.fancybox-content  {
  position: relative;
}
/* .fancybox-content:before, .fancybox-content:after {
  content: '';
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: bootstrap-icons !important;
  font-style: normal;
  color: var(--bs-white);
}
.fancybox-content:before {
  content: "\f417";
  right: 0.5rem;
  top: 0.5rem;
}
.fancybox-content:after {
  content: "\f242";
  right: calc(0.5rem + 45px);
  top: 0.5rem;
} */
.purchase-image {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  line-height: 1.1;
  height: auto;
}
.fancybox-button {
  width: 50px;
  height: 57px;
  text-align: center;
  font-size: 24px;
  color: var(--bs-white);
}
.fancybox-navigation .fancybox-button div {
  padding: 0px;
}
.fancybox-content {
  position: relative;
}
.fancybox-content:before {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background-color: var(--bs-secondary); */
  z-index: 4;
  background: url(../images/logo-mark-l-baer-white.svg) no-repeat center;
  background-size: 70%;
  opacity: 0.5;
  display: none;
}
/* ------ Cart page css ----- */
.Wishlist_wrapper img,
.Cart-container img{
  width: 90px;
  height: 80px;
  object-fit: cover;
  padding: 2px;
  border: 1px solid var(--text-primary);
}
.Wishlist_wrapper tr:nth-child(odd),
.cart_wrapper tr:nth-child(odd) {
  background: #F4F7FA;
}
.Wishlist_wrapper th,
.Wishlist_wrapper td,
.cart_wrapper th,
.cart_wrapper td {
  border: 1px solid #BCC1CC;
  padding: 10px 8px;
  position: relative;
}
.cart_wrapper tr:last-child,
.cart_wrapper tr:first-child{
  background: #e7e6e6;
}
.cart_wrapper tr:last-child{
  background: #f0f0f0;
}
.cart_wrapper tr:first-child th,
.cart_wrapper tr:last-child td{
  font-weight: 500;
  border: 1px solid #BCC1CC;
}
.Wishlist_wrapper .btn.AddCart{
  text-transform: capitalize;
  padding: 0.6rem 1rem !important;
  border-radius: 5px;
}

/* .cart_wrapper tr:first-child th:first-child{
  font-weight: 500;
  border-left: 1px solid #e7e6e6;
} */
.Qty_inpt{
  width: 70px;
  border: 1px solid var(--body-text);
  text-align: center;
}
.Wishlist_wrapper tr td:last-child a:nth-child(2),
.cart_wrapper td:nth-child(1) a .bi{
  opacity: 0;
  position: absolute;
  top: 38%;
  right: 10px;
  transition: all 0.8s;
  color: red;
}
.cart_wrapper tr:hover td:nth-child(1)  a .bi{
  opacity: 1;
}
.Cart-container .block-header::before {
   left: 0;
   margin-left: 0;
 }
.btn-primary:hover{
  background: var(--bs-black);
}
.Wishlist_wrapper tr td{
  position: relative;
}

.Wishlist_wrapper tr:hover td a:nth-child(2){
  opacity: 1;
  color: red;
}
.Wishlist_wrapper .btn.btn-primary{
  padding: 0.8rem 1.2rem;
  padding-right: 1.5rem;
  white-space: nowrap;
}
.Wishlist_wrapper .btn.btn-primary:focus{
  background: var(--bs-primary);
  color: var(--bs-white);
}
.Wishlist_wrapper a .bi{
  padding-right: .5rem;
}
.pl{ padding-left: 15px;}
.DashMenu{
  background: #002e59;
  border-radius: 10px;
}
.DashMenu li a{
  color: var(--bs-white);
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid var(--bs-white);
  transition: all 0.8s;
}
.DashMenu li:first-child a{
  border-radius: 10px 10px 0 0;
}
.DashMenu li:last-child a{
  border-radius: 0 0 10px 10px;
}
.DashMenu li a:hover,
.DashMenu li.active a{
  color: var(--bs-white);
  background: var(--bs-secondary);
}
.DashMenu.sticky-top{top: 90px;}
.InfoList {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.InfoList li {
  position: relative;
  display: flex;
  flex-flow: wrap;
  padding: 7px 10px;
  align-items: center;
}
.InfoList li:nth-child(2n+1) {
  background: #fdfcfc;
}
.InfoList b {
  display: inline-block;
  width: 130px;
  font-weight: 500;
}
.UpdateForm{
  background: #fdfcfc;
  padding: 15px;
}
.UpdateForm .form-group{
  position: relative;
}
.UpdateForm .form-control:focus{
  box-shadow: 0 0 1px #fdfcfc;
}
.UpdateForm .form-control:disabled{
  border: none;
  background: transparent;
  padding: 2px 10px;
  height: auto;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.InfoTitle{margin-bottom: 20px;}
.InfoTitle span{
  display: inline-block;
  width: calc(100% - 80px);
}
#EditAddress{
  width: 80px;
  text-align: end;
  font-size: 18px;
  font-weight: 500;
}
.UpdateForm .btn.btn-secondary[disabled]{display: none;}
.PassWord {
  position: absolute;
  right: 20px;
  top: 38px;
  z-index: 9;
  cursor: pointer;
}
/* 28-12 */
.main-navbar .nav-link{
  position: relative;
}
.addQty {
  width: 25px;
  height: 25px;
  background: var(--bs-secondary);
  color: var(--bs-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: absolute;
  right: 6px;
  top: -8px;
}
.main-navbar li:last-child .bi{
  font-size: 22px;
}
.main-header.inner-header.sticky-navbar .main-navbar li:last-child .addQty{
  font-size: 12px;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 0px;
}
.main-header.inner-header.sticky-navbar {
  padding-left: 30px;
  padding-right: 30px;
}
.SelectedPics{
    position: relative;
  }
  .RemovePic{
    position: absolute;
    font-size: 30px;
    color: var(--bs-secondary-hover);
    cursor: pointer;
    opacity: 1;
    right: 0px;
    top: -18px;
    transition: all 0.8s;
    background: no-repeat;
    border: none;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  .SelectedPics img {
    border-radius: 10px;
    padding: 2px;
    border: 1px solid var(--text-primary);
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
.Deletebtn {
    /* position: absolute;
    top: 33px;
    left: 200px; */
    background: #f00;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 4px 1rem 3px !important;
    white-space: nowrap;
}
#bulkAddToCartForm form {
  float: left;
  margin-right: 10px
}
.checkoutBox {
    background-color: #f5f5f5;
    padding: 20px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .checkoutBox input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

  .checkoutBox label {
    margin-bottom: 5px;
    display: block;
  }
  .iconBox {
    margin-bottom: 29px;
    margin-top: 18px;
  }
  span.price {
    float: right;
    color: grey;
  }
  .CouponFild {
    width: 85%;
}
  .form-check-input:focus{box-shadow: none;}

  .rtside{width: 100px;}
  .btn-Custom {
    width: 100px;
    background: #000;
    height: 53px;
    color: #fff;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.btn-Custom:hover {
    background: var(--bs-secondary-hover);
    color: #fff;
}
.cart_wrapper.DltCart td:nth-child(1) a .bi {
    top: 15%;
    right: 5px;
  }
  .InfoList b {
    width: 30%;
  }

  .cart_wrapper.DltCart {
    margin-top: 30px;
  }

  .cart_wrapper.DltCart tr:last-child {
    background: inherit;
  }
/* h4.PricTotal {
    display: flex;
}
.PricTotal p{
    width: calc(100% - 100px);
}
.PricTotal span{
    width: 100px;
    text-align: end ;
} */






form.CheckOutFm{
    max-width: 550px;
    margin: 0 auto;
}

#payment-form {
    width: 300px;
    margin: auto;
}

#payment-status-container {
  color: red; /* Set the text color to red to indicate an error */
  font-weight: bold; /* Make the text bold */
  margin-top: 10px; /* Add some space above the message */
}

#card-container {
    margin-top: 45px;
    /* this height depends on the size of the container element */
    /* We transition from a single row to double row at 485px */
    /* Settting this min-height minimizes the impact of the card form loading */
    min-height: 90px;
}

#gift-card-container {
    margin-top: 45px;
    min-height: 90px;
}

@media screen and (max-width: 500px) {
    #card-container {
        min-height: 140px;
    }
}

#ach-button {
    margin-top: 20px;
}


form.CheckOutFm input {
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    border-width: 1px;
    margin-top: 20px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
}

.dark input {
    border-color: #5C6B7D;
    background: transparent;
    border: 1px solid #5C6B7D;
    color: white;
}

.dark input::placeholder {
    color: #CBDCF1;
}

form.CheckOutFm fieldset {
    border: none;
}

form.CheckOutFm input:focus {
    border: 1px solid #006aff;
}

form.CheckOutFm button {
    color: #ffffff;
    background-color: #006aff;
    border-radius: 5px;
    cursor: pointer;
    border-style: none;
    user-select: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px;
    width: 100%;
    box-shadow: 1px;
}

.dark button {
    background-color: #8FC9FF;
    color: #273240;
}

button:active {
    background-color: rgb(0, 85, 204);
}

form.CheckOutFm button:disabled {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.3);
}

.dark .sq-card-wrapper .sq-card-message {
    color: #FF8A8C;
}

.dark .sq-card-wrapper .sq-card-message-no-error::before {
    background-color: #FF8A8C;
}

#payment-form h2 {
    color: #000000;
}

.dark #payment-form h2 {
    color: #FFFFFF;
}
.CouponFild input{
    width: calc(300px - 60px)  !important;
  }
  .CouponFild input{
    margin-top: 0 !important    ;
  }

  #loader-main {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #loader {
    border: 5px solid rgba(217, 217, 217, 0.3);
    border-radius: 50%;
    border-top: 5px solid #F05511;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    bottom: 0;
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .image-type-name {
    word-break: break-word;
    line-height: normal;
  }
  .EyeIcon {
    position: absolute;
    top: 12px;
    right: 10px;
  }
  span.right-hero-content a {
    color: #ee5513;
    font-weight: 600;
      font-size: 15px;
  }
.btn.btn-secondary.btn-lg.mt-4 {
  margin-bottom: 20px;
}
.type-folder form button{background: transparent !important;}
.gallery-boxes figure img.img-fluid{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox-navigation .fancybox-button div {
  padding: 0 !important;
}
#new_password,
#NewConf-field,
#current_password {
  padding-right: 33px;
}
input#password-field[type="password"]::-ms-reveal,
input#password-field[type="password"]::-ms-clear,
input#new_password[type="password"]::-ms-reveal,
input#new_password[type="password"]::-ms-clear,
input#NewConf-field[type="password"]::-ms-reveal,
input#NewConf-field[type="password"]::-ms-clear, 
input#current_password[type="password"]::-ms-reveal,
input#current_password[type="password"]::-ms-clear{
  display: none;
}
.fancybox-toolbar .btn.btn-secondary.purchase-image {
  display: none;
}
.fancybox-toolbar .fancybox-button.fancybox-button--arrow_left,
.fancybox-toolbar .fancybox-button.fancybox-button--arrow_right {
  display: none;
}
.MultyPics{padding-bottom: 25px;}
.MultyPics img:nth-child(2){
  position: absolute;
  left: 17px;
  bottom: 21px;
}
.MultyPics img:nth-child(3){
  position: absolute;
  left: 25px;
  bottom: 10px;
}
.cart_wrapper td:nth-child(1) a .bi{top: 14px;
  right: 5px;}

#pass-status.EyeIcon {
	right:30px;
}
.footer-outer {
	text-align:center;
	display:block !important;
}
.footer-links {
	display:none;
}
/* -----Responsive css----- */
@media (max-width: 1499.98px) {

}
@media (max-width: 1399.98px) {
  .navbar-brand .company-brand {
    font-size: 36px;
  }
  .navbar-brand .company-brand small {
    font-size: 12px;
  }
}
@media (max-width: 1239.98px) {
  .navbar-brand .company-brand {
    font-size: 30px;
  }
  .navbar-brand .company-brand small {
    letter-spacing: 4.5px;
  }
}

@media (max-width: 1399.98px) {
  body {
    font-size: 16px;
  }
  .main-navbar .nav-link {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199.98px) {
  h3, .h3, .fs-3 {
    font-size: 26px;
  }
  .main-navbar .nav-link {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 16px !important;
  }
  header {
    padding:20px
  }
  .home-footer-left, .outer-breadcrumb  {
    left: 20px;
  }
  .owl-nav {
    right: 20px;
  }
  .navbar-brand img{
    height: 70px;
  }
  .navbar-brand .company-brand {
    font-size: 23px;
  }
  .navbar-brand .company-brand small {
    letter-spacing: 2.5px;
  }
  header.sticky-navbar .navbar-brand {
    bottom: 5px;
  }
  header.sticky-navbar .navbar-brand .company-brand {
    font-size: 22px;
  }
  header.sticky-navbar .navbar-brand .company-brand small {
    letter-spacing: 2.2px;
  }
  header.sticky-navbar #mainNavbar{
    margin-top: 20px !important;
    /* display: block; */
  }
  header.sticky-navbar .main-navbar .nav-link {
    padding: 0 10px !important;
    padding: 0 8px !important;
    font-size: 15px;
  }
  .fullscreen-home-slider .owl-thumbs .owl-thumb-item {
    height: 64px;
    width: 90px;
  }
  .owl-thumbs {
    width: 390px;
    margin-left: -140px;;
  }
  .owl-nav button {
    width: 38px;
    height: 38px;
  }
  .outer-breadcrumb {
    padding-right: 1rem;
    font-size: 14px;
  }
  .inner-header .social-links-home {
    right:0;
  }
  .inner-hero {
    padding: 0 20px 20px 20px;
  }
  .container-fluid {
    padding:0 20px;
  }
  .cart_wrapper table tbody tr th:first-child,
  .cart_wrapper table tbody tr td:first-child {
    width: 150px;
  }
  .SelectedPics img {
    height: 150px !important;
}
}
@media (max-width: 991.98px) {
  .main-navbar .nav-link {
    padding: 12px 8px !important;
    font-size: 15px;
    letter-spacing: 0;
  }
  .navbar-brand img {
    height: 70px;
  }
  header {
    padding: 20px;
    /* height: 90px;  */
  }
  header.sticky-navbar .main-navbar .nav-link {
    padding: 12px 8px !important;
    font-size: 14px;
    line-height: 1.1;
    height: auto;
  }
  header.sticky-navbar #mainNavbar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 34px;
  }
  header.sticky-navbar .navbar-toggler {
    top: 13px;
  }

  .inner-header .social-links-home {
    top: 10px;
    right: 5px;
  }

  header.inner-header.sticky-navbar .navbar-toggler {
    top: 3px;
  }
  header.inner-header.sticky-navbar .social-links-home {
    top: 8px;
    right: 0;
  }
.gallery-boxes figcaption .type-name,
.gallery-boxes figcaption .type-folder {
  font-size: 22px;
}
.gallery-boxes figcaption .type-name{padding-left: 15px; line-height: 1.1;}
.Wishlist_wrapper th,
.Wishlist_wrapper td,
.cart_wrapper th,
.cart_wrapper td {
  font-size: 13px;
}
.Wishlist_wrapper th{white-space: nowrap;}
.addQty {
  width: 18px;
  height: 18px;
  font-size: 12px;
  right: -5px;
  top: 8px;
}
.main-navbar li:last-child .bi {
  font-size: 18px;
}
.main-navbar li:last-child .bi {
  font-size: 20px;
}
.Wishlist_wrapper .btn.btn-primary {
  padding: 0.8rem .5rem;
  padding-right: .8rem;
}
.Wishlist_wrapper .btn{font-size: 12px;}
.Deletebtn {
  top: 24px;
  left: 130px;
}
.Wishlist_wrapper img,
.Cart-container img {
  width: 70px;
  height: 60px;
}
.SelectedPics img {
  height: 120px !important;
}
}

@media (max-width: 767.98px) {
  .fullscreen-home-slider .owl-thumbs {
    flex-direction: column;
  }
  .fullscreen-home-slider .owl-thumbs .owl-thumb-item {
    height: 65px;
    width: 86px;
    border-width: 2px;
    margin-bottom: 8px;
  }
  .fullscreen-home-slider .owl-thumbs .owl-thumb-item:focus, .fullscreen-home-slider .owl-thumbs .owl-thumb-item.active {
    border-width: 2px;
  }
  .owl-thumbs {
    width: 90px;
    margin-left: 0;
    left: inherit;
    right: 20px;
    margin-bottom: 0;
    bottom: 80px;
  }
  .inner-hero {
    min-height: 250px;
  }
  .page-title {
    font-size: 24px;
  }
  .page-title::first-letter {
    font-size: 36px;
  }
  .navbar-brand img {
    height: 70px;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    background-color:var(--bs-secondary);
    top: 15px;
    font-size: 30px;
    color: #fff;
  }
  .navbar-toggler:focus {
    box-shadow: 0px 0px 0px 2px #fff;
    opacity: 1;
  }
  #mainNavbar {
    margin-left: auto !important;
    width: 100%;
    background: #000;
    top: 74px;
    left: 0;
    position: absolute;
    text-align: left;
    border-radius: 1rem;
  }
  #mainNavbar .navbar-nav {
    display: block;
  }
  .main-navbar .nav-link {
    padding:8px 1.2rem !important;
    font-size: 16px;
  }
  .inner-header .social-links-home a span {
    display: none;
  }
  .inner-header .social-links-home {
    top: 38px;
    right: 90px;
  }
  header.inner-header.sticky-navbar .social-links-home {
    top: 25px;
    right: 90px;
  }
  header.inner-header.sticky-navbar .navbar-toggler {
    top: 10px;
  }
  .footer-copyright {
    margin-top: 1.2rem;
  }
  .btn-secondary{margin-bottom: 10px;}
.block-header h2,
.block-header .h2 {
  font-size: 25px;
}
.block-header h2::first-letter,
.block-header .h2::first-letter {
  font-size: 30px;
}
.gallery-boxes figcaption .type-name,
.gallery-boxes figcaption .type-folder {
  font-size: 18px;
}
.gallery-boxes figcaption .type-name{
  padding-left: 15px;
  line-height: 1.1;
}
.Wishlist_wrapper {
  margin-top: 20px;
}
.cart_wrapper,
.Wishlist_wrapper {
  width: 100%;
  overflow: auto;
  padding-bottom: 15px;
}
.cart_wrapper table,
.Wishlist_wrapper table{
  width: 800px;
}
.cart_wrapper th {
  white-space: nowrap;
}
 .Wishlist_wrapper .btn.btn-primary {
   padding: 5px;
   border-radius: 5px;
   margin-right: 5px;
 }
.Wishlist_wrapper table tbody tr td:last-child form{
  float: left;
}
/* .Wishlist_wrapper table tbody tr td:last-child .btn.btn-primary{
  font-size: 0;
} */
/* .Wishlist_wrapper table tbody tr td:last-child .btn.btn-primary .bi-cart3{
  font-size: 20px;
} */
.Deletebtn{margin-top: 10px;}
.MultyPics img:nth-child(2),
.MultyPics img:nth-child(3) {
  width: 60px;
  height: 70px;
}
}
@media (max-width: 575.98px) {
  .navbar-brand .company-brand {
    font-size: 20px;
    letter-spacing: 0;
  }
  .navbar-toggler {
    padding:5px;
    font-size: 26px;
  }
  .inner-header .social-links-home a {
    margin-right: 0rem;
  }
  .inner-header .social-links-home {
    right: 64px;
  }
  .inner-hero-bottom .breadcrumb .breadcrumb-item {
    font-size: 16px;
    padding-left:2px;
  }
  .inner-hero-bottom .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 2px;
    font-size: 14px;
  }
  /* header.sticky-navbar {
    height: 95px;
  } */
  header.sticky-navbar #mainNavbar {
    top: 48px;
  }
  header.inner-header.sticky-navbar .social-links-home {
    top: 23px;
    right: 62px;
  }
  header.sticky-navbar .main-navbar .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
.btn{padding: 1rem 1.5rem;}
.about-container .container .g-5.g-xl-5{
  --bs-gutter-y: 0rem;
  --bs-gutter-x: 0rem;
}
.form-check .form-check-input {
    margin-left: -12px;
    margin-right: 10px;
  }
.form-block .row-cols-2>*{width: 100%;}
.Wishlist_wrapper {
  width: 100%;
  overflow: auto;
  padding-bottom: 15px;
}
.Wishlist_wrapper table {
  width: 500px;
}
.about-img-group figure.fig2 {
  width: 150px;
  height: 150px;
  right: 0;
}
 .footer-outer,
 .main-header.inner-header.sticky-navbar {
   padding-left: 15px;
   padding-right: 15px;
 }
.Wishlist_wrapper a .bi {
  padding-right: 0.3rem;
}
.inner-hero {
  padding: 0 15px 20px 15px;
}
header {
  padding: 20px 15px;
  height: 90px;
}
.folder-gallery .block-header h2 {
  margin-bottom: 0 !important;
}
}

@media (max-width: 479.98px) {
.fullscreen-home-slider .owl-thumbs .owl-thumb-item {
  height: 45px;
  width: 60px;
  }
.home-footer-left {
  font-size: 25px;
}
.home-footer-left span:first-child {
  font-size: 22px;
}
.navbar-brand img {
  height: 50px;
}
.block-header h2,
.block-header .h2 {
  font-size: 20px;
}
.block-header h2::first-letter,
.block-header .h2::first-letter {
  font-size: 25px;
}
.inner-hero-bottom.d-flex{ flex-flow: wrap;}
.right-hero-content,
.left-hero-content{width: 100%;}
.right-hero-content{margin-top: 20px;}
legend{line-height: 1.1;}
.about-footer.d-flex {
  flex-flow: wrap;
}
.callUs {
  margin-top: 20px;
}
.CartBtns .btn-secondary,
.CartBtns .btn-primary{
  font-size: 14px;
  padding: 0.8rem 1rem;
}
.CouponFild input {
  width: calc(260px - 60px) !important;
}
.SelectedPics img {
  height: 100px !important;
}
}
@media (max-width: 374.98px) {
  .navbar-brand .company-brand {
    font-size: 16px;
  }
  .navbar-brand .company-brand small {
    letter-spacing: 0;
    font-size: 11px;
  }
  .btn.btn-outline-primary {
    font-size: 14px;
    padding:0.5rem
  }
  header.sticky-navbar .navbar-brand img {
    height: 45px;
  }
  header.inner-header.sticky-navbar .navbar-toggler {
    top: 5px;
  }
 .CartBtns .btn-secondary,
 .CartBtns .btn-primary {
   font-size: 13px;
   padding: 0.8rem 0.8rem;
 }
 .CouponFild {
   width: 100%;
 }
 .CouponFild input {
   width: calc(200px - 60px) !important;
 }
#payment-form {
  width: 270px;
  margin: auto;
}
.SelectedPics img {
  height: 80px !important;
}
}


@media screen and (min-width:320px) and (max-width:991.98px) and (orientation:landscape) {
  .social-links-home {
    bottom: 180px;
    left: -25px;
    width: 112px;
    height: 30px;
  }
  .social-links-home a {
    margin-right: 0.8rem;
  }
  .social-links-home a span {
    display: none;
  }
  .social-links-home a img {
    height: 21px;
  }
  .fullscreen-home-slider .owl-thumbs {
    flex-direction: row;
    width: 230px;
    bottom: 20px;
    left: 50%;
    right: inherit;
    margin-left: -65px;
  }
  .fullscreen-home-slider .owl-thumbs .owl-thumb-item {
    width: 55px;
    height: 40px;
    border-radius: 6px;
    margin-left: 1px;
    margin-right: 1px;
  }

}
.form-check-input {
  border-color: #3d465e !important;
}