@font-face {
  font-family: news-gothic-bt-roman-condensed-font;
  src: url(../fonts/news-gothic-bt-roman-condensed-font.otf);
}
@font-face {
  font-family: news-gothic-bt;
  src: url(../fonts/news-gothic-bt.ttf);
}
@font-face {
  font-family: neuzeit-grotesk-cond-w03-black;
  src: url(../fonts/neuzeit-grotesk-cond-w03-black.ttf);
}
@font-face {
  font-family: news-gothic-bold;
  src: url(../fonts/news-gothic-bold.ttf);
}
@font-face {
  font-family: Sora-SemiBold;
  src: url(../fonts/Sora-SemiBold.ttf);
}
@font-face {
  font-family: Sora-Regular;
  src: url(../fonts/Sora-Regular.ttf);
}

body {
  color: #444444;
}

a {
  color: #0061a7;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0061a7;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0061a7;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #5f5f5f;
    height: auto;
    font-size: 14px;
    transition: all 0s;
    z-index: 996;
    padding: 8px 0;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
    font-family: Sora-Regular;
    font-size: 12.4px;
    letter-spacing: 0.2px;
}
#topbar .contact-info a:hover {
    opacity: 0.5;
}
#topbar .contact-info i {
    color: #fff;
    padding: 2px;
    line-height: 0;
    border-radius: 30px;
    margin-right: 3px;
    margin-left: 13px;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links a {
    color: #fff;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-family: Sora-Regular;
}
#topbar .social-links a:hover {
    opacity: 0.5;
}
#topbar .social-links a:first-child {
  border-left: 0;
}
#topbar .social-links a img {
    box-shadow: 0 3px 10px rgb(255 255 255 / 28%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  border-bottom: 1.6px solid #a0dcff;
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 30px;
  margin-right: 0px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#header .logo a {
  color: #2c4964;
}
#header .logo img {
  max-height: 43px;
  padding-right: 15px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #0061a7;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #111;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    padding: 5px 7px;
    font-family: neuzeit-grotesk-cond-w03-black;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #0061a7;
  border-color: #0061a7;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #082744;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0px!important;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0061a7;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #0061a7;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0061a7;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.top-search {
    margin-right: auto;
}
.top-search .btn-primary {
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    margin: 0;
    border: none;
}
.top-search .form-control {
    display: inline-block;
    width: auto;
    padding: 0rem 0.75rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: news-gothic-bt-roman-condensed-font;
    letter-spacing: 1px;
    border-top: none;
    border-right: none;
    border-left: none;
}


.top-icons a {
    padding-left: 18px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
.top-icons a .bi-person-circle {
    font-size: 16.5px!important;
}
.top-icons .cart-link {
    position: relative;
}
.top-icons .cart-link span {
    font-size: 10px;
    background-color: #006eb5;
    color: #fff;
    padding: 0px 5px 1px 5px;
    border-radius: 30px;
    position: absolute;
    right: -8px;
    top: -8px;
}
.top-icons .wish-link {
    position: relative;
}
.top-icons .wish-link span {
    font-size: 10px;
    background-color: #006eb5;
    color: #fff;
    padding: 0px 5px 1px 5px;
    border-radius: 30px;
    position: absolute;
    right: -13px;
    top: -7px;
}


.top-login-dropdown {
    position: relative;
    padding-top: 0px;
}
.top-acc-content {
    position: absolute;
    z-index: 9999;
    width: 115px;
    background-color: #fff;
    padding: 0px 6px;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}
.top-acc-content a {
    display: block;
    font-family: Sora-Regular;
    font-size: 13px;
    text-transform: capitalize;
    padding: 4px 0px;
    color: #000;
}
.top-acc-content span {
    font-size: 11px;
    color: red;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 9;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  margin-bottom: -200px;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}
#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}
#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #0061a7;
}
#hero .btn-get-started:hover {
  background: #3291e6;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0061a7;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #0061a7;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #0061a7;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0061a7;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #0061a7;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #0061a7;
  border-color: #0061a7;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #0061a7;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0061a7 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #0061a7;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #0061a7;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #0061a7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #2c4964;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #0061a7;
  border-color: #0061a7;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #0061a7;
}
.services .icon-box:hover .icon::before {
  background: #3291e6;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #0061a7;
}
.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: #0061a7;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}
.departments .nav-link:hover {
  color: #0061a7;
}
.departments .nav-link.active {
  color: #0061a7;
  border-color: #0061a7;
}
.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}
.departments .details p {
  color: #777777;
}
.departments .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #0061a7;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;
}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
  background: #0061a7;
}
.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #0061a7;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0061a7;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0061a7;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #0061a7;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #0061a7;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #0061a7;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .bedmart-footer-logo img {
    max-width: 100%;
    width: 187px;
    padding-bottom: 10px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-family: news-gothic-bt;
    text-align: left;
    color: #818282;
    margin-bottom: 1.3em;
    margin-top: 0.4em;
    font-size: 14px;
    line-height: 25px;
}
.footer-contact h6 img {
    float: left;
    padding: 3px 12px 0 0;
}
.footer-contact h6 b {
    color: #000;
    font-size: 15px;
    font-family: Sora-SemiBold;
    line-height: 22px;
}
.footer-contact h6 a {
    font-family: Sora-SemiBold;
    font-size: 12px;
    color: #818282;
}
#footer .footer-top h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 12px;
    font-family: Sora-SemiBold;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
  display: none;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #818282;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-family: Sora-Regular;
    font-size: 12px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #0061a7;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 12px;
    font-family: Sora-SemiBold;
}
#footer .footer-newsletter p {
    font-family: news-gothic-bt;
    text-align: left;
    color: #818282;
    margin-bottom: 1.3em;
    font-size: 14px;
    line-height: 25px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0061a7;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}
#footer .credits {
    padding-top: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'Sora-SemiBold';
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0061a7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}
.bedmart-social-media-links a {
    box-shadow: 0 3px 10px rgb(0 0 0 / 41%);
    padding: 4px 5px 2px 5px;
    border-radius: 30px;
    margin-right: 6px;
}

.bedmart-master-slider .carousel-indicators [data-bs-target] {
    border-radius: 5px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}
.bedmart-title-products {
    font-family: news-gothic-bt-roman-condensed-font;
}
.bedmart-master-products {
    background-image: url(../img/products/bed.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.bedmart-title-products {
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    background-color: #0077bf;
    color: #fff;
    padding: 10px 70px;
    width: fit-content;
    margin-bottom: 1.6em;
    margin-left: auto;
    margin-right: auto;
    font-family: news-gothic-bold;
}
.bedmart-master-products .container {
    background-color: rgba(0,119,191,0.75);
    padding: 3em 4em 4em 4em;
}
.bedmart-pro-content .card {
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0rem;
}
.bedmart-pro-content .card-title {
    margin-bottom: 0.5rem;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: news-gothic-bold;
    color: #fff;
}
.bedmart-pro-content .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.bedmart-pro-content .card-header img {
    box-shadow: 0 3px 10px rgb(0 0 0 / 41%);
}
.bedmart-pro-content .card-block {
    padding: 15px;
}
.bedmart-pro-content .card-text {
    font-family: news-gothic-bt;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.bedmart-pro-content .btn-primary {
    color: #fff;
    background-color: #013b5e;
    border-color: #013b5e;
    font-size: 11px;
    font-family: news-gothic-bold;
    letter-spacing: 0.5px;
    padding: 7px 19px;
    border-radius: 30px;
    margin-bottom: 0.4em;
    text-transform: uppercase;
}
.bedmart-pro-content .card-price {
    margin-bottom: 0.5rem;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: news-gothic-bold;
    color: #fff;
    margin-top: 0.3em;
}
.bedmart-pro-content {
    padding-bottom: 1.4em;
    padding-top: 1.4em;
}


.features-title {
  text-align: center;
  padding-bottom: 0.7em;
}
.features-para {
    font-family: news-gothic-bt;
    width: 950px;
    text-align: center;
    margin: 0 auto;
    color: #151b46;
}
.features-contents .card-title {
    margin-bottom: 1.3rem;
    font-family: news-gothic-bold;
    color: #151b46;
    font-size: 19px;
    margin-top: 1.6em;
}
.features-contents .card {
    background-color: transparent;
    border: none;
}
.features-contents .card-header {
    background-color: transparent;
    border: none;
}
.features-contents .card-header img {
    max-width: 100%;
    width: 130px;
    border: none;
    padding: 20px;
}
.features-contents .card-text {
    font-family: news-gothic-bt;
    text-align: center;
    color: #151b46;
    margin-top: 0.7em;
}
.bedmart-features {
    background-image: url(../img/features/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.bedmart-blogs .owl-nav button {
  position: absolute;
  top: 35%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.bedmart-blogs .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.bedmart-blogs .owl-nav button.owl-prev {
  left: -40px;
}
.bedmart-blogs .owl-nav button.owl-prev img {
    max-height: 53px;
}
.bedmart-blogs .owl-nav button.owl-next {
  right: -40px;
}
.bedmart-blogs .owl-nav button.owl-next img {
    max-height: 53px;
}



.bedmart-blogs .card-body {
  padding: 0px;
}
.bedmart-blogs .card {
  border: none;
}
.bedmart-blogs .blog-sub {
  background-color: #02314e;
  padding: 15px;
}
.blog-sub h6 {
    margin-bottom: 1rem;
    font-family: news-gothic-bold;
    color: #fff;
    font-size: 14px;
    margin-top: 0em;
}
.blog-sub p {
    font-family: news-gothic-bt;
    text-align: left;
    margin: 0px 0 20px 0;
    color: #fff;
    font-size: 14px;
}
.blog-sub a {
    font-family: news-gothic-bt;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}
.blog-sub a .bi {
    background-color: #fff;
    padding: 2px;
    color: #02314e;
    font-size: 13px;
}
.blog-head-title {
    text-align: center;
}
.blog-head-title .btn-primary {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    background-color: #0077bf;
    color: #fff;
    padding: 5px 70px;
    margin-bottom: 1.6em;
    font-family: news-gothic-bold;
}
.bedmart-master-blog {
    background-image: url(../img/products/bed.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}






.bedmart-testimonials {
  position: relative; 
}
@media (max-width: 767px) {
  .bedmart-testimonials {
    margin-top: 20px;
  }
}
.bedmart-testimonials .owl-stage-outer {
  padding: 10px 0;
}
.bedmart-testimonials .owl-dots {
  text-align: center;
}
.bedmart-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #0061a7;
  margin: 0 5px;
}
.bedmart-testimonials .owl-dots .active {
  box-shadow: none;
}
.bedmart-testimonials .owl-dots .active span {
  background: #0061a7;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.bedmart-testimonials .card {
  background: #fff;
  box-shadow: none;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.bedmart-testimonials .card .card-img-top {
  margin: 15px auto 0;
  box-shadow: none;
}
.bedmart-testimonials .center h5 span {
    margin-bottom: 1.3rem;
    font-family: news-gothic-bold;
    color: #151b46;
    font-size: 20px;
    margin-top: 1.6em;
}
.bedmart-testimonials .center h5 span {
    margin-bottom: 1.3rem;
    font-family: news-gothic-bold;
    color: #151b46;
    font-size: 20px;
    margin-top: 1.6em;
}
.bedmart-testimonials .card p {
    text-align: center;
    margin: 0 auto;
    color: #151b46;
    font-family: news-gothic-bt;
}
.bedmart-testimonials .active {
  opacity: 0.1;
  transition: all 0.3s;
}
.bedmart-testimonials .center {
  opacity: 1;
}
.bedmart-testimonials .center h5 {
  font-size: 24px;
}
.bedmart-testimonials .center h5 span {
  font-size: 20px;
}
.bedmart-testimonials .center .card-img-top {
  max-width: 100%;
}
.bedmart-testimonials .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.bedmart-testimonials .owl-nav button {
  position: absolute;
  top: 35%;
  background-color: transparent;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.bedmart-testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.bedmart-testimonials .owl-nav button.owl-prev {
  left: -40px;
}
.bedmart-testimonials .owl-nav button.owl-prev img {
    max-height: 53px;
}
.bedmart-testimonials .owl-nav button.owl-next {
  right: -40px;
}
.bedmart-testimonials .owl-nav button.owl-next img {
    max-height: 53px;
}


.testimonials-head-title {
    text-align: center;
}
.testimonials-head-title .btn-primary {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    background-color: #0077bf;
    color: #fff;
    padding: 5px 70px;
    margin-bottom: 1.6em;
    font-family: news-gothic-bold;
}


.bedmart-what-to-choose {
    background-color: #0077bf;
    padding: 0px 0px;
}
.what-to-choose-contents {
    padding: 0 6em;
}
.what-to-choose-contents h2 {
    color: #7bcdff;
    text-transform: uppercase;
    font-family: neuzeit-grotesk-cond-w03-black;
    font-size: 27px;
}
.what-to-choose-contents p {
    font-family: news-gothic-bt;
    text-align: left;
    color: #fff;
}
.what-to-btn {
    padding-top: 1.5em;
}
.what-to-btn .btn-primary {
    color: #0061a7;
    background-color: #fff;
    border-color: #fff;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 6px 25px;
}
.what-to-btn .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.bedmart-what-to-choose .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.bedmart-what-to-choose .column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.bedmart-what-to-choose .column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .bedmart-what-to-choose .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .bedmart-what-to-choose .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}










.bedmar-prd-slider #sync1 .item {
  background: #fff;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.bedmar-prd-slider #sync2 .item {
  background: transparent;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.bedmar-prd-slider #sync2 .item h1 {
  font-size: 18px;
}
.bedmar-prd-slider #sync2 .current .item {
  background: #fff;
}

.bedmar-prd-slider .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.bedmar-prd-slider .owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.bedmar-prd-slider .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.bedmar-prd-slider #sync1.owl-theme {
  position: relative;
}
.bedmar-prd-slider #sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.bedmar-prd-slider #sync1.owl-theme .owl-prev {
  left: 10px;
}
.bedmar-prd-slider #sync1.owl-theme .owl-next {
  right: 10px;
}
.bedmar-prd-slider #sync1.owl-theme .owl-prev img {
    width: 15px;
}
.bedmar-prd-slider #sync1.owl-theme .owl-next img {
    width: 15px;
}



.bedmar-prd-slider #sync3 .item {
  background: #fff;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.bedmar-prd-slider #sync4 .item {
  background: transparent;
  padding: 0px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.bedmar-prd-slider #sync4 .item h1 {
  font-size: 18px;
}
.bedmar-prd-slider #sync4 .current .item {
  background: #fff;
}

.bedmar-prd-slider .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.bedmar-prd-slider .owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.bedmar-prd-slider .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.bedmar-prd-slider #sync3.owl-theme {
  position: relative;
}
.bedmar-prd-slider #sync3.owl-theme .owl-next,
#sync3.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.bedmar-prd-slider #sync3.owl-theme .owl-prev {
  left: 10px;
}
.bedmar-prd-slider #sync3.owl-theme .owl-next {
  right: 10px;
}
.bedmar-prd-slider #sync3.owl-theme .owl-prev img {
    width: 15px;
}
.bedmar-prd-slider #sync3.owl-theme .owl-next img {
    width: 15px;
}



.bedmar-prd-slider .magnify > .magnify-lens {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 18%), 0 0 5px 5px rgb(0 0 0 / 21%), inset 0 0 10px 2px rgb(0 0 0 / 25%);
    cursor: none;
    display: none;
    z-index: 99;
}
.bedmart-prod-title {
    font-family: news-gothic-bold;
    text-align: center;
    color: #0077bf;
    margin-bottom: 1em;
}
.bedmar-prd-contents h2 {
    color: #000;
    font-family: news-gothic-bold;
    font-size: 26px;
    text-transform: capitalize;
}
.bedmar-prd-contents h4 {
    font-family: news-gothic-bold;
    background-color: #0077bf;
    color: #fff;
    padding: 2px 30px;
    font-size: 21px;
    width: max-content;
    max-width: 100%;
    border-radius: 30px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.bedmar-prd-contents p {
    font-family: news-gothic-bt;
    width: auto;
    text-align: justify;
    color: #151b46;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 15px;
}
.bedmar-prd-contents h5 {
    color: #000;
    font-family: news-gothic-bold;
    font-size: 15px;
    margin-bottom: 1.5em;
}
.bedmar-prd-contents h5 span {
    color: #0077bf;
    font-size: 15px;
}
.bedmar-prd-contents .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Sora-Regular;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px 10px;
}
.bedmrt-decrib-ratings a {
    color: #ffa41c;
}
.bedmrt-decrib-ratings .in-active {
    color: #999;
}
.bedmrt-decrib-ratings a span {
    padding-left: 4px;
    color: #000;
    font-family: Sora-Regular;
    font-size: 14px;
    text-decoration: underline;
}
.bedmar-prd-qty {
    padding-bottom: 1.7em;
}
.bedmar-prd-qty label {
    display: inline;
    color: #0077bf;
    font-family: news-gothic-bold;
    font-size: 15px;
}
.bedmar-prd-qty .form-control {
    display: inline;
    width: 170px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#bedmart-prd-bg {
    background-color: #f1f7fd;
}



.bedmart-prd-master-description .tab {
    text-align: center;
    border: none;
    background-color: transparent;
}
.bedmart-prd-master-description .tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 16px;
    transition: 0.3s;
    font-size: 14px;
    font-family: Sora-Regular;
    text-transform: capitalize;
    color: #fff;
    background-color: #0061a7;
}
.bedmart-prd-master-description .tab button:hover {
  background-color: #0061a7;
}
.bedmart-prd-master-description .tab button.active {
  background-color: #222;
    color: #fff;
}
.bedmart-prd-master-description .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
}
.bedmart-prd-master-description .topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}
.bedmart-prd-master-description .topright:hover {color: red;}
.bedmart-prd-master-description .card {
  border-radius: 0rem;
}
.product-mass-describ {
  font-family: news-gothic-bold;
  text-align: center;
  color: #0077bf;
  text-transform: capitalize;
  margin-bottom: 0.7em;
  font-size: 28px;
}
.bedmart-prd-master-description .tabcontent h3 {
    font-family: news-gothic-bold;
    text-transform: capitalize;
    font-size: 23px;
    margin-top: 0.5em;
}
.bedmart-prd-master-description .tabcontent p {
    font-family: 'Sora-SemiBold';
    color: #000;
    line-height: 25px;
    text-align: left;
    margin: 0;
    display: inline-block;
    background-color: #0077bf38;
    font-size: 14px;
    padding: 0px 15px;
    text-transform: capitalize;
}
.bedmart-prd-master-description .tabcontent ul li {
    font-family: news-gothic-bt;
    color: #151b46;
    line-height: 28px;
    text-align: left;
    padding-bottom: 10px;
    list-style-type: disc;
}




.bedmart-choose-size-master .tab {
    overflow: hidden;
    border: none;
    background-color: #fff;
}
.bedmart-choose-size-master .tab button {
    background-color: #fff;
    border: 1px solid #0077bf;
    outline: none;
    cursor: pointer;
    padding: 8px 8px;
    transition: 0.3s;
    font-size: 13px;
    font-family: Sora-Regular;
    max-width: 100%;
    width: 110px;
    margin-bottom: 0.7em;
}

.bedmart-choose-size-master .tab .customsizebtn {
    background-color: #ccc;
    border: 1px solid transparent;
    animation: mymove 1s infinite;
    font-family: 'Sora-SemiBold';
}
@keyframes mymove {
  from {background-color: #0077bf;}
  to {background-color: #eba91f;}
}

.bedmart-choose-size-master .tab button.active {
    background-color: #0077bf;
    color: #fff;
}
.bedmart-choose-size-master .tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
  background-color: #0077bf0f;
  margin-bottom: 1.2em;
}
.price-overwrite {
    font-family: news-gothic-bt;
    width: auto;
    text-align: justify;
    color: #151b46;
    font-size: 13px;
    text-decoration: line-through;
}
.bedmart-choose-size-master .tabcontent .btn-success {
    color: #000;
    background-color: #fff;
    border-color: #0077bf;
    font-family: Sora-Regular;
    font-size: 14px;
    padding: 7px 15px;
    margin: 5px 15px 5px 0px;
    border-radius: 0;
}
.bedmart-choose-size-master .tabcontent .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
    background-color: #005097!important;
    border-color: #005097!important;
    color: #fff!important;
}
.bedmart-choose-size-master .tabcontent label i {
    font-size: 20px;
    margin-right: 6px;
    color: #2bbf00;
}
.bedmart-choose-size-master .tabcontent label {
    display: inline-block;
    font-family: 'Sora-Semibold';
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}
.bedmart-choose-size-master .tabcontent label a {
    color: #000;
}
.bedmart-choose-size-master .tabcontent label span {
    font-size: 12px;
    color: #f30707;
    display: block;
}
.card-header .tab span {
    font-size: 14px;
    color: #f30707;
    margin-left: 5px;
    display: block;
    font-weight: 600;
}
.bedmart-choose-size-master .card {
    border: none;
}
.bedmart-choose-size-master .card-header {
  background-color: #fff;
  padding: 0rem 0rem;
}
.bedmart-size-chart .btn-success {
    font-family: 'Sora-Semibold';
    text-transform: capitalize;
    color: #000;
    font-size: 13px;
    margin-bottom: 1.4em;
    padding: 0px 6px;
    background-color: #f70e2321;
    border: none;
    border-radius: 0px;
}
.bedmart-size-chart-popup .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    font-family: news-gothic-bold;
    font-size: 21px;
    text-transform: capitalize;
}
.bedmart-size-chart-popup .btn-secondary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Sora-Regular;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px 10px;
}










.bedmart-about-box-2 h2 {
    color: #000;
    font-family: news-gothic-bold;
    font-size: 28px;
    text-transform: capitalize;
}
.bedmart-about-box-2 p {
    font-family: news-gothic-bt;
    width: auto;
    text-align: justify;
    color: #151b46;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 15px;
}



.contact-content {
    text-align: center;
}
#contact-content {
    border-right: 1px solid #333;
}
.contact-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    font-family: Sora-SemiBold;
    text-align: center;
    text-transform: capitalize;
}
.contact-content p {
    font-family: 'Sora-SemiBold';
    color: #333;
    font-size: 14px;
    line-height: 25px;
}
.contact-content p a {
    font-family: 'Sora-SemiBold';
    color: #333;
    font-size: 14px;
    line-height: 25px;
    display: block;
}
.contact-content .bi {
    color: #004a92;
    font-size: 36px;
    padding-bottom: 0.4em;
    display: block;
}
.form-bedmaster h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    font-family: Sora-SemiBold;
    text-align: center;
    text-transform: capitalize;
}
.form-bedmaster .btn-primary {
    color: #fff;
    background-color: #00478f;
    border-color: #00478f;
    font-family: news-gothic-bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 17px;
}
.form-bedmaster .form-control {
    margin-bottom: 1em;
}
.bedmart-content .bedmart-prod-title1 {
      font-family: news-gothic-bold;
    text-align: center;
    color: #0077bf;
}
.bedmart-content {
  line-height: 25px;
  padding: 15px;
}
.list-content {
      font-family: news-gothic-bt;
      padding: 10px!important;
}
.list-content Span{
    color: #0077bf;
    font-size: 18px;
    font-weight: 600;
}
.bedmart-about-us-master1 img {
  padding: 20px;
}





.best-seller-title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    background-color: #0077bf;
    color: #fff;
    padding: 5px 70px;
    margin: 0 auto;
    font-family: news-gothic-bold;
    width: max-content;
}
.best-seller-para {
    font-family: news-gothic-bt;
    text-align: center;
    color: #151b46;
    margin-top: 0.6em;
}
.home-prd-scroll-one {
  position: relative; 
}
@media (max-width: 767px) {
  .home-prd-scroll-one {
    margin-top: 20px;
  }
}
.home-prd-scroll-one .owl-stage-outer {
  padding: 30px 0;
}
.home-prd-scroll-one .owl-nav {
  display: none;
}
.home-prd-scroll-one .owl-dots {
  text-align: center;
}
.home-prd-scroll-one .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.home-prd-scroll-one .owl-dots .active {
  box-shadow: none;
}
.home-prd-scroll-one .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.bedmart-sub-master {
    background-color: #f7f7f73d;
}
.bedmart-prd-sub {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #f7f7f7;
}
.home-prd-scroll-one .card {
    background: transparent;
    box-shadow: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    border-radius: 0px;
    border: 0;
}
.home-prd-scroll-one .card .card-img-top {
    max-width: 100%;
    border-radius: 0;
    margin: 15px auto 0;
    box-shadow: none;
    width: 100%;
    height: auto;
}
.home-prd-scroll-one .card-title span {
    color: #000;
}
.home-prd-scroll-one .card-title {
    margin-bottom: 0.5rem;
    font-size: 13px;
    color: #000000b8;
    margin-top: 0.7em;
    background-color: #6666661c;
    padding: 1px;
}
.home-prd-scroll-one .card h5 {
    color: #005da4;
    font-size: 16px;
    line-height: 1.3;
    font-family: news-gothic-bold;
}
.home-prd-scroll-one .card h5 span {
  font-size: 18px;
  color: #666666;
}
.home-prd-scroll-one .card p {
    font-size: 13px;
    color: #01458e;
    padding-bottom: 0px;
    font-family: news-gothic-bold;
    margin: 12px 0px 12px 0px;
}
.home-prd-scroll-one .card p span {
    font-size: 11.4px;
    padding-left: 5px;
    text-decoration: line-through;
    color: #0000009c;
}
.home-prd-scroll-one .card .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 2px 2px 0px 2px;
}
.home-prd-scroll-one .card .btn-primary .bi {
    font-size: 9px;
}
.home-prd-scroll-one .card .btn-primary:hover {
    background-color: #005da4;
    border-color: #005da4;
}
.home-prd-scroll-one .card .btn-success {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 2px 2px 0px 2px;
}
.home-prd-scroll-one .card .btn-success:hover {
    background-color: #005da4;
    border-color: #005da4;
}


.home-prd-scroll-one .active {
  opacity: 1;
  transition: all 0.3s;
}
.home-prd-scroll-one .center {
  opacity: 1;
}
.home-prd-scroll-one .center h5 {
  font-size: 24px;
}
.home-prd-scroll-one .center h5 span {
  font-size: 20px;
}
.home-prd-scroll-one .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}


.bedmart-prd-sub {
  position: relative;
}
.bedmart-prd-sub-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.bedmart-prd-sub-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
}
.bedmart-prd-sub:hover .bedmart-prd-sub-image {
  opacity: 0.3;
}
.bedmart-sub-master:hover .bedmart-prd-sub-middle {
  opacity: 1;
}
.bedmart-prd-sub-text {
    color: #d90935;
    font-size: 16px;
    padding: 0px 0px;
}
.bedmart-prd-sub-text a {
    color: #fff;
    background-color: #00579e;
    font-family: Sora-Regular;
    font-size: 13px;
    padding: 0px 8px;
    border-radius: 3px;
}
.icons-inn-one a {
    color: #02314e;
    padding-right: 3px;
    padding-left: 3px;
}
.icons-inn-one .bi-heart-fill {
    font-size: 12px;
}
.icons-inn-one .bi-bag-plus-fill {
    font-size: 12px;
}
.icons-inn-one .bi-bag-fill {
    font-size: 13px;
}
.icons-inn-one a:hover {
    opacity: 0.5;
}
.home-view-all-one {
  text-align: center;
  padding-top: 1.6em;
}
.home-view-all-one .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 6px 15px;
}
.home-view-all-one .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}



.best-combo-title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    background-color: #0077bf;
    color: #fff;
    padding: 5px 70px;
    margin: 0 auto;
    font-family: news-gothic-bold;
    width: max-content;
}
.best-combo-para {
    font-family: news-gothic-bt;
    text-align: center;
    color: #151b46;
    margin-top: 0.6em;
}
.home-prd-scroll-two {
  position: relative; 
}
@media (max-width: 767px) {
  .home-prd-scroll-two {
    margin-top: 20px;
  }
}
.home-prd-scroll-two .owl-stage-outer {
  padding: 30px 0;
}
.home-prd-scroll-two .owl-nav {
  display: none;
}
.home-prd-scroll-two .owl-dots {
  text-align: center;
}
.home-prd-scroll-two .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.home-prd-scroll-two .owl-dots .active {
  box-shadow: none;
}
.home-prd-scroll-two .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.bedmart-sub-master {
    background-color: #f7f7f73d;
}
.bedmart-prd-sub {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #f7f7f7;
}
.home-prd-scroll-two .card {
    background: transparent;
    box-shadow: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
    border: 0;
}
.home-prd-scroll-two .card .card-img-top {
    max-width: 100%;
    border-radius: 0;
    margin: 15px auto 0;
    box-shadow: none;
    width: 100%;
    height: auto;
}
.home-prd-scroll-two .card-title span {
    color: #000;
}
.home-prd-scroll-two .card-title {
    margin-bottom: 0.5rem;
    font-size: 13px;
    color: #000000b8;
    margin-top: 0.7em;
    background-color: #6666661c;
    padding: 3px;
}
.home-prd-scroll-two .card h5 {
    color: #005da4;
    font-size: 16px;
    line-height: 1.3;
    font-family: news-gothic-bold;
}
.home-prd-scroll-two .card h5 span {
  font-size: 18px;
  color: #666666;
}
.home-prd-scroll-two .card p {
    font-size: 13px;
    color: #01458e;
    padding-bottom: 0px;
    font-family: news-gothic-bold;
    margin: 15px 0px 15px 0px;
}
.home-prd-scroll-two .card p span {
    font-size: 12px;
    padding-left: 5px;
    text-decoration: line-through;
    color: #0000009c;
}
.home-prd-scroll-two .card .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 2px 2px 0px 2px;
}
.home-prd-scroll-two .card .btn-primary .bi {
    font-size: 9px;
}
.home-prd-scroll-two .card .btn-primary:hover {
    background-color: #005da4;
    border-color: #005da4;
}
.home-prd-scroll-two .card .btn-success {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 2px 2px 0px 2px;
}
.home-prd-scroll-two .card .btn-success:hover {
    background-color: #005da4;
    border-color: #005da4;
}
.home-prd-scroll-two .active {
  opacity: 1;
  transition: all 0.3s;
}
.home-prd-scroll-two .center {
  opacity: 1;
}
.home-prd-scroll-two .center h5 {
  font-size: 24px;
}
.home-prd-scroll-two .center h5 span {
  font-size: 20px;
}
.home-prd-scroll-two .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.bedmart-prd-sub {
  position: relative;
}
.bedmart-prd-sub-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.bedmart-prd-sub-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
}
.bedmart-prd-sub:hover .bedmart-prd-sub-image {
  opacity: 0.3;
}
.bedmart-sub-master:hover .bedmart-prd-sub-middle {
  opacity: 1;
}
.bedmart-prd-sub-text {
    color: #d90935;
    font-size: 16px;
    padding: 0px 0px;
}
.bedmart-prd-sub-text a {
    color: #fff;
    background-color: #00579e;
    font-family: Sora-Regular;
    font-size: 11px;
    padding: 0px 8px;
    border-radius: 3px;
}
.icons-inn-one a {
    color: #02314e;
    padding-right: 3px;
    padding-left: 3px;
}
.bi-heart-fill {
    font-size: 15px;
}
.bi-bag-plus-fill {
    font-size: 16px;
}
.icons-inn-one a:hover {
    opacity: 0.5;
}
.home-view-all-one {
  text-align: center;
  padding-top: 1.6em;
}
.home-view-all-one .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 6px 25px;
}
.home-view-all-one .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}








.home-pillow-slide {
  position: relative; 
}
@media (max-width: 767px) {
  .home-pillow-slide {
    margin-top: 20px;
  }
}
.home-pillow-slide .owl-stage-outer {
  padding: 30px 0;
}
.home-pillow-slide .owl-nav {
  display: none;
}
.home-pillow-slide .owl-dots {
  text-align: center;
}
.home-pillow-slide .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.home-pillow-slide .owl-dots .active {
  box-shadow: none;
}
.home-pillow-slide .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.bedmart-sub-master {
    background-color: #f7f7f73d;
}
.bedmart-prd-sub {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #f7f7f7;
}
.home-pillow-slide .card {
    background: #fff;
    box-shadow: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
    border: 0;
}
.home-pillow-slide .card .card-img-top {
    max-width: 100%;
    border-radius: 0;
    margin: 15px auto 0;
    box-shadow: none;
    width: 100%;
    height: auto;
}
.home-pillow-slide .card-title span {
    color: #000;
}
.home-pillow-slide .card-title {
    margin-bottom: 0.5rem;
    font-size: 18px;
    color: #000;
    margin-top: 0;
    padding: 3px;
    font-family: news-gothic-bold;
}
.home-pillow-slide .card h5 {
    color: #005da4;
    font-size: 21px;
    line-height: 1.3;
    font-family: news-gothic-bold;
}
.home-pillow-slide .card .btn-primary {
    color: #02355a;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    font-family: Sora-SemiBold;
}
.home-pillow-slide .card .btn-primary:hover {
    background-color: #005da4;
    color: #fff;
}
.home-pillow-slide .active {
  opacity: 1;
  transition: all 0.3s;
}
.home-pillow-slide .center {
  opacity: 1;
}
.home-pillow-slide .center h5 {
  font-size: 24px;
}
.home-pillow-slide .center h5 span {
  font-size: 20px;
}
.home-pillow-slide .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.home-pillow-slide .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.bedmart-pillow-title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    background-color: #0077bf;
    color: #fff;
    padding: 5px 70px;
    margin: 0 auto;
    font-family: news-gothic-bold;
    width: max-content;
}
.bedmart-pillow-para {
    font-family: news-gothic-bt;
    text-align: center;
    color: #151b46;
    margin-top: 0.6em;
}
.bedmart-pillows-master {
    background: linear-gradient( rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70) ), url(../img/pillows/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
}


.bedmart-home-mattress-and-pillow {
    background: linear-gradient( rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77) ), url(../img/pillows/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
}



.new-features-master {
    padding: 60px 0px;
}
.new-features-master .card-title {
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #000;
    margin-top: 0.6em;
}
.new-features-master .card-header {
    background-color: transparent;
    padding: 0.5rem 1.6rem;
}
.new-features-master .card-block .card-text {
    font-family: news-gothic-bt;
    color: #000;
    font-size: 14px;
    width: 80%;
    text-align: justify;
}
.new-features-master .card {
    margin-bottom: 1.5em;
}



.sub-banner {
  padding: 0px;
}


.filter-title-master {
    font-family: news-gothic-bold;
    text-align: left;
    color: #0077bf;
    font-size: 22px;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
}
.filter-by-and-clear .card-header {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
}
.filter-by-and-clear .card-header .btn-clear {
    border: none;
    background-color: #fff;
    font-size: 14px;
    font-family: Sora-SemiBold;
    color: #0973dc;
    padding: 0px;
    text-decoration: underline;
}

.bedmart-filter-list .accordion-button {
    font-family: neuzeit-grotesk-cond-w03-black;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 15px;
    color: #000000eb;
    background-color: #f7f7f7;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 10px 10px;
}
.bedmart-filter-list .accordion-item .btn-color {
    border-radius: 0px;
    padding: 7px 10px;
    margin-right: 4px;
    border: none;
}
.bedmart-filter-list .accordion-item .btn-black {
    background-color: #000;
}
.bedmart-filter-list .accordion-item .btn-blue {
    background-color: #1d4271;
}
.bedmart-filter-list .accordion-item .btn-pink {
    background-color: #ffd1d1;
}
.bedmart-filter-list .accordion-item .btn-green {
    background-color: #5cb71a;
}
.bedmart-filter-list .accordion-body label {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    font-family: news-gothic-bold;
    margin-bottom: 0.7em;
    margin-top: 0.5em;
    color: #000000b8;
    cursor: pointer;
    text-transform: capitalize;
}
.bedmart-filter-list .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}
.bedmart-filter-list .accordion-item {
    border: none;
}




.mattress-type {
    background-color: #0061a71f;
    padding: 5px 10px;
}
.mattress-type .form-check {
    display: block;
    min-height: auto;
    padding-left: 1.5em;
    margin-bottom: 0rem;
}
.mattress-type .form-check .form-check-input {
    float: left;
    margin-left: -1em;
    width: 11px;
    height: 11px;
    margin-top: 0.17em;
}
.mattress-type .form-check label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #000;
    font-family: 'Sora-SemiBold';
    cursor: pointer;
}
.mattress-type .form-check-input:checked {
    background-color: #fd0de4;
    border-color: #fd0de4;
}


.mattress-price {
    background-color: #0061a71f;
    padding: 5px 10px;
}
.mattress-price .form-check {
    display: block;
    min-height: auto;
    padding-left: 1.5em;
    margin-bottom: 0rem;
}
.mattress-price .form-check .form-check-input {
    float: left;
    margin-left: -1em;
    width: 11px;
    height: 11px;
    margin-top: 0.17em;
}
.mattress-price .form-check label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #000;
    font-family: 'Sora-SemiBold';
    padding-left: 0.2em;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.mattress-price .form-check-input:checked {
    background-color: #fd0de4;
    border-color: #fd0de4;
}








.mattress-size-types {
    background-color: #a7006c1f;
    padding: 1px 10px;
}
.mattress-size-types label {
    display: block!important;
    font-size: 12px!important;
    line-height: 1.3!important;
    margin-bottom: 0.5em!important;
    margin-top: 0.5em!important;
    color: #000!important;
    font-family: 'Sora-SemiBold'!important;
    cursor: pointer!important;
}
.mattress-size-king {
    background-color: #0061a71f;
    padding: 5px 10px;
}
.mattress-size-king .form-check {
    display: block;
    min-height: auto;
    padding-left: 1.5em;
    margin-bottom: 0rem;
}
.mattress-size-king .form-check .form-check-input {
    float: left;
    margin-left: -1em;
    width: 11px;
    height: 11px;
    margin-top: 0.17em;
}
.mattress-size-king .form-check label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #000;
    font-family: 'Sora-SemiBold';
    cursor: pointer;
    letter-spacing: 0.5px;
}
.mattress-size-king .form-check-input:checked {
    background-color: #fd0de4;
    border-color: #fd0de4;
}
.mattress-size-queen {
    background-color: #0061a71f;
    padding: 5px 10px;
}
.mattress-size-queen .form-check {
    display: block;
    min-height: auto;
    padding-left: 1.5em;
    margin-bottom: 0rem;
}
.mattress-size-queen .form-check .form-check-input {
    float: left;
    margin-left: -1em;
    width: 11px;
    height: 11px;
    margin-top: 0.17em;
}
.mattress-size-queen .form-check label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #000;
    font-family: 'Sora-SemiBold';
    cursor: pointer;
    letter-spacing: 0.5px;
}
.mattress-size-queen .form-check-input:checked {
    background-color: #fd0de4;
    border-color: #fd0de4;
}



.bedmart-filter-sub-inner {
    background-color: #0061a71f;
    padding: 5px 10px;
}
.bedmart-filter-sub-inner .form-check {
    display: block;
    min-height: auto;
    padding-left: 1.5em;
    margin-bottom: 0.7em;
}
.bedmart-filter-sub-inner .form-check .form-check-input {
    float: left;
    margin-left: -1em;
    width: 11px;
    height: 11px;
    margin-top: 0.17em;
}
.bedmart-filter-sub-inner .form-check label {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #000;
    font-family: 'Sora-SemiBold';
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.bedmart-filter-sub-inner .form-check-input:checked {
    background-color: #fd0de4;
    border-color: #fd0de4;
}






.bedmart-size-form label {
    display: inline;
    color: #0077bf;
    font-family: news-gothic-bold;
    font-size: 16px;
}
.bedmart-size-form select {
    word-wrap: normal;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    font-family: Sora-Regular;
    font-size: 14px;
    margin-bottom: 0.5em;
}

.bedmart-size-form {
    margin-bottom: 1.7em;
}


.bedmart-size-form .btn-success {
    color: #000;
    border-color: #146c43;
    background-color: #fff;
    font-family: 'Sora-Semibold';
    font-size: 12px;
    border: 1px solid #0077bf;
    border-radius: 0px;
    margin-bottom: 0.6em;
}
.bedmart-size-form .btn-success .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
    background-color: #005097!important;
    border-color: #005097!important;
    color: #fff!important;
}


.bedmart-share-this .btn-success .bi {
    font-size: 19px;
    margin-right: 6px;
}

.bedmart-share-this .btn-success {
    color: #fff;
    background-color: #0077bf;
    border-color: #0077bf;
    font-family: 'Sora-Regular';
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 1.5em;
}








.bedmart-list-fetch .card-title {
    color: #005da4;
    font-size: 17px;
    line-height: 1.3;
    font-family: news-gothic-bold;
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    text-transform: capitalize;
}
.bedmart-list-fetch .card-title-brand {
    color: #000;
    font-size: 15px;
    font-family: news-gothic-bold;
}
.bedmart-list-fetch .card-title-brand span {
    color: #000;
    font-size: 12px;
    background-color: #0070b826;
    padding: 0px 5px;
    border-radius: 3px;
    font-family: 'Sora-SemiBold';
}
.bedmart-list-fetch .card-title-material {
    color: #000;
    font-size: 15px;
    font-family: news-gothic-bold;
}
.bedmart-list-fetch .card-title-material span {
    color: #000;
    font-size: 12px;
    background-color: #0070b826;
    padding: 0px 5px;
    border-radius: 3px;
    font-family: 'Sora-SemiBold';
}
.bedmart-list-fetch .card-title-size {
    color: #000;
    font-size: 15px;
    font-family: news-gothic-bold;
}
.bedmart-list-fetch .card-title-size span {
    color: #000;
    font-size: 13px;
    background-color: #0070b826;
    padding: 0px 5px;
    border-radius: 3px;
}
.bedmart-list-fetch .card-text {
    font-size: 15px;
    color: #01458e;
    padding-bottom: 0px;
    font-family: news-gothic-bold;
    margin: 15px 0px 15px 0px;
}
.bedmart-list-fetch .card-text span {
    padding-left: 0px;
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
}
.bedmart-list-fetch .card .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 1px 2px;
}
.bedmart-list-fetch .card .btn-primary .bi {
    font-size: 10px;
    margin-left: 0px;
}
.bedmart-list-fetch .card .btn-success {
    color: #fff;
    background-color: #005da4;
    border-color: #005da4;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 1px 2px;
}
.bedmart-list-fetch .card .btn-success .bi {
    font-size: 10px;
    margin-left: 0px;
}
.bedmart-list-fetch .card .btn-danger {
    color: #e10606;
    background-color: transparent;
    border: none;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
}
.bedmart-list-fetch .card .btn-danger .bi {
    font-size: 16px;
    margin-left: 4px;
}
.bedmart-list-fetch .card-header {
  padding: 0.5rem 0.5rem;
  background-color: rgb(0 0 0 / 1%);
}
.bedmart-list-inner {
  margin: 17px 7px 7px 7px;
}


.bedmart-list-inner {
    position: relative;
}
.bedmart-prd-view {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 19%;
    left: 8%;
    text-align: center;
    z-index: 9999;
}
.bedmart-list-inner:hover .bedmart-prd-view {
    opacity: 1;
}
.bedmart-prd-view-text .btn-secondary {
    color: #000;
    background-color: #ffffff;
    border-color: #fdfeff;
    font-family: 'Sora-SemiBold';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 2px 15px;
    border-radius: 5px;
}



.price-input {
    width: 130px;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000b8;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bedmart-filter-list #collapseTwo .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-size: 14px;
}





.bedmart-related-title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    background-color: #0077bf;
    color: #fff;
    padding: 5px 70px;
    margin: 0 auto;
    font-family: news-gothic-bold;
    width: max-content;
}
.bedmart-related-para {
    font-family: news-gothic-bt;
    text-align: center;
    color: #151b46;
    margin-top: 0.6em;
}
.bedmart-related-scroll-two {
  position: relative; 
}
@media (max-width: 767px) {
  .bedmart-related-scroll-two {
    margin-top: 20px;
  }
}
.bedmart-related-scroll-two .owl-stage-outer {
  padding: 30px 0;
}
.bedmart-related-scroll-two .owl-nav {
  display: none;
}
.bedmart-related-scroll-two .owl-dots {
  text-align: center;
}
.bedmart-related-scroll-two .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.bedmart-related-scroll-two .owl-dots .active {
  box-shadow: none;
}
.bedmart-related-scroll-two .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.bedmart-sub-master {
    background-color: #f7f7f73d;
}
.bedmart-prd-sub {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #f7f7f7;
}
.bedmart-related-scroll-two .card {
    background: transparent;
    box-shadow: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
    border: 0;
}
.bedmart-related-scroll-two .card .card-img-top {
    max-width: 100%;
    border-radius: 0;
    margin: 15px auto 0;
    box-shadow: none;
    width: 100%;
    height: auto;
}
.bedmart-related-scroll-two .card-title span {
    color: #000;
}
.bedmart-related-scroll-two .card-title {
    margin-bottom: 0.5rem;
    font-size: 16px;
    color: #000000b8;
    margin-top: 0.7em;
    background-color: #6666661c;
    padding: 3px;
}
.bedmart-related-scroll-two .card h5 {
    color: #005da4;
    font-size: 21px;
    line-height: 1.3;
    font-family: news-gothic-bold;
}
.bedmart-related-scroll-two .card h5 span {
  font-size: 18px;
  color: #666666;
}
.bedmart-related-scroll-two .card p {
    font-size: 16px;
    color: #01458e;
    padding-bottom: 0px;
    font-family: news-gothic-bold;
    margin: 15px 0px 15px 0px;
}
.bedmart-related-scroll-two .card p span {
    font-size: 12px;
    padding-left: 5px;
    text-decoration: line-through;
    color: #0000009c;
}
.bedmart-related-scroll-two .card .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
}
.bedmart-related-scroll-two .card .btn-primary:hover {
    background-color: #005da4;
    border-color: #005da4;
}
.bedmart-related-scroll-two .active {
  opacity: 1;
  transition: all 0.3s;
}
.bedmart-related-scroll-two .center {
  opacity: 1;
}
.bedmart-related-scroll-two .center h5 {
  font-size: 24px;
}
.bedmart-related-scroll-two .center h5 span {
  font-size: 20px;
}
.bedmart-related-scroll-two .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.bedmart-related-scroll-two .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.bedmart-related-scroll-two .bedmart-prd-sub {
  position: relative;
}
.bedmart-related-scroll-two .bedmart-prd-sub-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.bedmart-related-scroll-two .bedmart-prd-sub-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
}
.bedmart-related-scroll-two .bedmart-prd-sub:hover .bedmart-prd-sub-image {
  opacity: 0.3;
}
.bedmart-related-scroll-two .bedmart-sub-master:hover .bedmart-prd-sub-middle {
  opacity: 1;
}
.bedmart-related-scroll-two .bedmart-prd-sub-text {
    color: #d90935;
    font-size: 16px;
    padding: 0px 0px;
}
.bedmart-related-scroll-two .bedmart-prd-sub-text a {
    color: #fff;
    background-color: #00579e;
    font-family: Sora-Regular;
    font-size: 13px;
    padding: 0px 8px;
    border-radius: 3px;
}
.bedmart-related-scroll-two .icons-inn-one a {
    color: #02314e;
    padding-right: 3px;
    padding-left: 3px;
}
.bedmart-related-scroll-two .bi-heart-fill {
    font-size: 15px;
}
.bedmart-related-scroll-two .bi-bag-plus-fill {
    font-size: 16px;
}
.bedmart-related-scroll-two .icons-inn-one a:hover {
    opacity: 0.5;
}
.bedmart-related-scroll-two .home-view-all-one {
  text-align: center;
  padding-top: 1.6em;
}
.bedmart-related-scroll-two .home-view-all-one .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-family: Sora-Regular;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8em;
    padding: 6px 25px;
}
.bedmart-related-scroll-two .home-view-all-one .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}
.prod-title-master {
    font-family: news-gothic-bold;
    text-align: center;
    color: #0077bf;
    font-size: 36px;
    text-transform: capitalize;
}



.bedmart-my-ac-tabs .tab button {
    width: 100%;
    font-size: 14px;
    font-family: news-gothic-bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    margin-bottom: 0.7em;
    background-color: #0061a7;
    color: #fff;
    border: none;
}
.bedmart-my-ac-tabs .tab button.active {
  background-color: #ccc;
  color: #000;
}
.bedmart-myacc-my-orders table tr th {
    background-color: #cccccc61;
    font-family: news-gothic-bold;
    font-size: 15px;
    border: 1px solid #ccc;
}
.bedmart-myacc-my-orders table tr td {
    vertical-align: middle;
    border: 1px solid #ccc;
}
.bedmart-myacc-my-orders table tr td img {
    max-width: 100%;
    width: 104px;
}
.bedmart-myacc-my-orders table tr td .card-title {
    margin-bottom: 0.5rem;
    font-family: Sora-Regular;
    font-size: 14px;
    color: #000;
}
.bedmart-myacc-my-orders table tr td .card-title span {
    font-family: Sora-SemiBold;
}
.bedmart-myacc-my-orders table tr td .card-text {
    margin-bottom: 0.5rem;
    font-family: Sora-SemiBold;
    font-size: 14px;
    color: #000;
}
.bedmart-myacc-my-orders table tr td .date-of-picked {
    font-family: Sora-SemiBold;
    font-size: 14px;
    color: #0061a7;
}
.bedmart-myacc-my-orders table tr td .card-price {
    font-family: Sora-SemiBold;
    font-size: 16px;
}
.bedmart-myacc-my-orders table tr td .card-status {
    font-size: 14px;
    color: #1aa410;
    font-family: Sora-SemiBold;
    letter-spacing: 0.5px;
}
.bedmart-myacc-my-orders table tr td .card-status span {
    color: #f90f0f;
}
.bedmart-myacc-my-orders table tr .myacc-delete-prd a {
    color: #f90f0f;
    font-size: 14px;
}
.bedmart-my-ac-contents .tabcontent h3 {
    font-family: Sora-SemiBold;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0.6em;
}
.acc-content-inner-one label {
    display: inline-block;
    font-family: 'Sora-SemiBold';
    font-size: 14px;
    color: #000;
    margin-bottom: 0.6em;
}
.acc-content-inner-one .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0.6em;
    font-family: Sora-Regular;
}
.acc-content-inner-one .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Sora-Regular;
}
.acc-content-inner-two label {
    display: inline-block;
    font-family: 'Sora-SemiBold';
    font-size: 14px;
    color: #000;
    margin-bottom: 0.6em;
}
.acc-content-inner-two .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0.6em;
    font-family: Sora-Regular;
}
.acc-content-inner-two .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Sora-Regular;
}
.acc-content-inner-five label {
    display: inline-block;
    font-family: 'Sora-SemiBold';
    font-size: 14px;
    color: #000;
    margin-bottom: 0.6em;
}
.acc-content-inner-five .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0.6em;
    font-family: Sora-Regular;
}
.acc-content-inner-five .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Sora-Regular;
}
.acc-content-inner-six .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Sora-Regular;
}
.acc-content-inner-seven h1 {
    font-family: 'Sora-SemiBold';
    color: #000;
    font-size: 22px;
}
.bedmart-my-ac-contents {
    background-color: #0061a714;
    padding: 10px;
}




.cart-inner-bedmart table {
    width: 100%;
}
.cart-inner-bedmart table tr th {
    background-color: #cccccc61;
    font-family: news-gothic-bold;
    font-size: 15px;
    border: 1px solid #ccc;
}
.cart-inner-bedmart table tr td img {
    max-width: 100%;
    width: 104px;
}
.cart-inner-bedmart table tr td .card-title {
    margin-bottom: 0.5rem;
    font-family: Sora-Regular;
    font-size: 13px;
    color: #000;
}
.cart-inner-bedmart table tr td .card-title span {
    font-family: Sora-SemiBold;
}
.cart-inner-bedmart table tr td .card-text {
    margin-bottom: 0.5rem;
    font-family: Sora-SemiBold;
    font-size: 16px;
    color: #000;
}
.cart-inner-bedmart table tr td .card-price {
    font-family: Sora-SemiBold;
    font-size: 14px;
}
.cart-inner-bedmart table tr td .card-color {
    margin-bottom: 0.5rem;
    font-family: Sora-Regular;
    font-size: 13px;
    color: #000;
}
.cart-inner-bedmart table tr td .card-color span {
    font-family: Sora-SemiBold;
}
.cart-inner-bedmart table tr td .form-control {
    display: inline;
    width: 90px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cart-inner-bedmart table tr td label {
    font-family: Sora-SemiBold;
    font-size: 14px;
}
.cart-inner-bedmart table tr td .card-remove {
    color: #f90f0f;
    font-size: 15px;
    margin-top: 0.6em;
}
.cart-inner-bedmart table tr td .card-total {
    font-family: Sora-SemiBold;
    font-size: 16px;
}
.cart-inner-bedmart .table>:not(:first-child) {
    border-top: none;
}
.cart-inner-bedmart .card-header {
    padding: 0.5rem 0.5rem;
    margin-bottom: 0;
    background-color: #0061a714;
}
.cart-inner-bedmart table tr td {
    border: 1px solid #ccc;
    vertical-align: middle;
}
.cart-inner-bedmart .card-header {
  background-color: #2196f30f;
}




.cart-total-bedmart table {
    width: 100%;
}
.cart-total-bedmart table tr th {
    background-color: #cccccc61;
    font-family: news-gothic-bold;
    font-size: 15px;
    border: 1px solid #ccc;
}
.cart-total-bedmart table tr td {
    font-family: Sora-Regular;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: right;
}
.cart-total-bedmart table tr th .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    border-radius: 0px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Sora-Regular;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
}
.need-help {
  text-align: center;
}






.bedmart-checkout-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #2196f30f;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px;
}
.bedmart-checkout-master .card {
    border-radius: 0px;
    border: none;
}
.bedmart-checkout-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
}
.bedmart-checkout-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 0.8em;
}

.checkout-order-content {
    margin: 0px 15px;
}
.order-title {
    font-family: Sora-Regular;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.bedmart-checkout-master .card-block table {
    width: 100%;
}
.bedmart-checkout-master .card-block table tr th {
    font-family: Sora-Regular;
    color: #000;
    font-size: 15px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: 500;
    background-color: #2196f30f;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.bedmart-checkout-master .card-block table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
}
.bedmart-checkout-master .card-block table tr td .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    font-family: Sora-Regular;
}
.checkout-title {
    font-family: Sora-SemiBold;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.order-title {
    font-family: Sora-SemiBold;
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 0.6em;
    text-transform: capitalize;
}



.register-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
    font-family: Sora-SemiBold;
}
.bedmart-register-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.bedmart-register-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}
.bedmart-register-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #0061a714;
    border: none;
}
.bedmart-register-master .card {
    border-radius: 0px;
}
.bedmart-register-master .card-header .btn-primary {
    color: #fff;
    background-color: #0077bf;
    border-color: #0077bf;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    font-family: Sora-Regular;
}
.bedmart-register-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.register-to-login {
    text-align: center;
    font-size: 20px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-family: Sora-SemiBold;
}
.login-to-forgot-password {
    text-align: center;
    font-size: 20px;
    margin-top: 0.6em;
    font-family: Sora-SemiBold;
    margin-bottom: 0.6em;
}




.wish-list-title {
    font-family: 'Sora-SemiBold';
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 32px;
    margin-bottom: 1em;
    text-transform: capitalize;
}
.bedmart-wishlist-master .card {
    border-radius: 0rem;
    padding: 0px;
    border: none;
}
.bedmart-wishlist-master .card-header {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.bedmart-wishlist-master .card-header table {
    width: 100%;
}
.bedmart-wishlist-master .card-header table tr th {
    font-family: Sora-SemiBold;
    color: #000;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    background-color: #fbdb9138;
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.bedmart-wishlist-master .card-header table tr td {
    padding: 0.5rem 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}
.bedmart-wishlist-master .card-header table tr td .form-control {
    width: 90px;
}
.bedmart-wishlist-master .card-header table tr td h4 {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
}
.bedmart-wishlist-master .card-header table tr td a {
    color: #fb100b;
}
.bedmart-wishlist-master .card-header table tr td img {
    max-width: 100%;
    width: 148px;
    border: 2px solid #fff;
}
.bedmart-wishlist-master .card-block {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.bedmart-wishlist-master .card-header table tr td .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    text-transform: capitalize;
    font-size: 13px;
    font-family: Sora-Regular;
    border-radius: 0px;
}
.wish-add-to-cart {
    text-align: center;
}





.login-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
}
.bedmart-login-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.bedmart-login-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}
.bedmart-login-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.bedmart-login-master .card {
    border-radius: 0px;
    background-color: #0061a714;
}
.bedmart-login-master .card-header .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.bedmart-login-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}






.reset-title {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 32px;
    color: #000;
    text-transform: capitalize;
}
.bedmart-reset-master .card-header label {
    font-family: Sora-Regular;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
.bedmart-reset-master .card-header .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: Sora-Regular;
    margin-bottom: 1em;
}
.bedmart-reset-master .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.bedmart-reset-master .card {
    border-radius: 0px;
    background-color: #0061a714;
}
.bedmart-reset-master .card-header .btn-primary {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
}
.bedmart-reset-master .card-header .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.forgot-password-to-login {
    text-align: center;
    font-size: 20px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.bedmart-what-to-choose .magnify > .magnify-lens {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 18%), 0 0 5px 5px rgb(0 0 0 / 21%), inset 0 0 10px 2px rgb(0 0 0 / 25%);
    cursor: none;
    display: none;
    z-index: 99;
}






.bedmart-compare-product img {
    max-width: 100%;
    width: 164px;
    display: block;
    border-radius: 5px;
}
.bedmart-compare-master table thead {
    border: none;
}
.bedmart-compare-master table thead tr th {
    font-family: Sora-Regular;
    text-transform: capitalize;
    font-size: 16px;
    color: #ff0000;
    border: none;
    background-color: #f7f7f7;
}
.bedmart-compare-master .table>:not(:first-child) {
    border-top: 0px solid currentColor;
}
.bedmart-compare-master table tbody tr th {
    font-family: Sora-Regular;
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    background-color: #cccccc75;
}
.bedmart-compare-master table tbody td:nth-child(even) {
  background-color: #f7f7f780;
}
.bedmart-compare-product .btn-primary {
    color: #ff0000;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Sora-SemiBold';
}
.bedmart-compare-product .compare-prd-name {
    font-family: news-gothic-bold;
    text-align: left;
    color: #0077bf;
    text-transform: capitalize;
    margin-bottom: 0.4em;
    font-size: 18px;
    margin-top: 0.4em;
}
.bedmart-compare-product .btn-success {
    color: #fff;
    background-color: #0061a7;
    border-color: #0061a7;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Sora-Regular;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 2px 10px;
}
.bedmart-compare-price .compare-prd-price {
    font-family: news-gothic-bold;
    font-size: 16px;
    margin: 0px;
}
.bedmart-compare-brand .compare-prd-brand {
    font-family: news-gothic-bold;
    font-size: 16px;
    margin: 0px;
}
.bedmart-compare-thickness .compare-prd-thickness {
    font-family: news-gothic-bold;
    font-size: 16px;
    margin: 0px;
}
.bedmart-compare-material .compare-prd-material {
    font-family: news-gothic-bold;
    font-size: 16px;
    margin: 0px;
    text-transform: capitalize;
}
.bedmart-compare-description .compare-prd-description {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    text-align: justify;
}



/* Description Table*/



.bedmart-prd-master-description .basic-table tr th {
    border: 2px solid #fff;
    padding: 10px 10px;
    text-align: center;
    color: #000;
    font-size: 13px;
    background-color: #0077bf1f;
    vertical-align: middle;
    font-family: news-gothic-bt;
}


.bedmart-prd-master-description .basic-table tr td {
    border: 2px solid #fff;
    padding: 10px 15px;
    text-align: left;
    color: #000;
    font-size: 13px;
    background-color: #0077bf05;
    vertical-align: middle;
    font-family: Sora-Regular;
}




