body {
  overflow-x: hidden;
  font-family: 'Raleway';
  
  /* font-size: 16px; */
  font-weight: 500;
}

.heder-bg {
  background-color: white;
}

.ptop-5 {
  margin-top: 5.8rem;
}

.pbottom-5 {
  margin-bottom: 4rem;
}
.navbar {
  box-shadow: 1px 1px 2px #6c757d;
  background: white;
}
.navbar .nav-item {
  font-size: 1 rem;
  font-weight: 800;
  padding-right: 1.4rem;
}

.mb-5, .my-5 {
  margin-bottom: 10rem !important;
}

.navbar .nav-link {
  font-size: 17px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.carousel-item {
  position: relative;
  height: 550px;
}

.carousel-image-1 {
  background: url("../img/TBScope_slider_1200_1.jpg");
  background-size: cover;
}

.carousel-image-2 {
  background: url("../img/ecg-back.png");
  background-size: cover;
}

.carousel-image-3 {
  background: url("../img/image3.jpg");
  background-size: cover;
}
#main-footer {
  background: #000;
  color: #fff;
}

#page-header-tbsope {
  height: 200px;
  background: url("/img/tb-header.png");
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}
#page-header {
  height: 200px;
  background: url("/img/ecg-page-header.png");
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 55%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  width: 35%;
}

.carousel-caption-2 {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 45%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  width: 35%;
}

.display-3 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #d00;
  font-size: 3rem;
}

.lead {
  font-size: 1rem;
  font-weight: 400;
}

/* h1 {
  font-family: 'Flamante Round Bold';
  font-size: 2.5em;
  color: #d00;
  line-height: 44px;
  font-weight: 800;
} */

a {
  color: #d00;
  text-decoration: none;
  background-color: transparent;
}

a :active {
  color: #d00;
  text-decoration: none;
  background-color: transparent;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

/* Sub Menu*/

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li > a:hover {
    background-color: #f31d1dc7;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

/* End Sub Menu*/
