@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
/*------------------font-family: 'Roboto', sans-serif;--------------------*/

body {
  font-family: 'Roboto', sans-serif !important;
}
.block {
  width: 100%;
  float: left;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
a {
  text-decoration: none !important;
  outline: none !important;
}
p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
}
.lead {
  font-size: 22px;
}
.small {
  font-size: 14px;
}
.text-bold {
  font-weight: 700;
}
.body-title {
  color: #555555;
  font-size: 28px;
  line-height: 34px;
}
.body-sub-title {
  color: #555555;
  font-size: 24px;
  line-height: 28px;
}
.head,
.btn-popups,
.demo-count-hover,
.btn-popup-view {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------End of header css----------------------*/

.head {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 1111;
  padding: 12px 7% 10px;
}
.head:hover {
  background: rgba(0, 0, 0, 0.5);
}
.logo {
  float: left;
}
.logo h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.nav {
  float: right;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-popups {
  color: #ffffff;
  background: #ff6600;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 30px 10px;
  border-radius: 0;
}
.btn-popups:hover,
.btn-popups:focus {
  color: #ffffff;
  background: #2c62db;
  border: 1px solid #2c62db;
}
.nav .btn-popups {
  margin-top: 8px;
}
.modal {
  z-index: 11111;
}
.modal-body {
  padding: 15px 30px 15px 15px;
}

@media (max-width:991px) {
  .logo h1 {
    font-size: 26px;
    line-height: 58px;
  }
}
@media (max-width:767px) {
  .head {
    background: rgba(0, 0, 0, 0.5);
  }
  .logo {
    width: 100%;
  }
  .logo h1 {
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    display: block;
  }
  .nav {
    width: 100%;
    float: left;
  }
  .nav ul {
    text-align: center;
  }
  .nav ul li {
    display: block;
  }
}

/*---------------End of header css----------------------*/

/*---------------Start of banner css----------------------*/

.banner {
  background: url(http://pregnancycal.pixelsigns.art/wp-content/uploads/2022/03/preg-banner-e1648679874289.jpg) top center no-repeat;
  background-size: cover;
  padding: 200px 0 200px;
  box-shadow: 0 1000px 0 rgba(0, 0, 0, 0.8)inset;
}
.banner h1 {
  color: #ff6600;
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.banner h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 60px;
  font-weight: bold;
}

/*---------------End of banner css----------------------*/

/*----------------Start of features css-------------------*/

.features {
  padding: 50px 0;
}
.features p.lead {
  margin-bottom: 40px;
}
.feature-icon {
  width: 50px;
  height: 50px;
  margin:4px 10px 0 0;
  display: table;
}
.features .media-left i {
  color: #ffffff;
  background: #ff6600;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}
.features .media-body h3 {
  margin-top: 0;
}

/*----------------End of features css-------------------*/

/*---------------Start of demo css----------------*/

.demos {
  background: #dddddd;
  padding: 100px 0 50px;
}
.demos h2 {
  margin-bottom: 40px;
}
.demo-count {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.demo-count-hover {
  background: rgba(44, 98, 219, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: 100%;
  left: 0;
}
.demo-count-hover h3 {
  color: #ffffff;
  font-weight: 700;
}
.btn-popup-view {
  color: #ffffff !important;
  background: #ff6600;
  font-size: 50px;
  line-height: 10px;
  padding: 5px 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0;
  display: inline-block;
}
.btn-popup-view:hover,
.btn-popup-view:focus {
  background: #c25005;
}
.demo-count:hover .demo-count-hover {
  top: 0;
}


/*---------------End of demo css----------------*/

/*---------------Start of purchase css----------------*/

.purchase {
  background: url(http://pregnancycal.pixelsigns.art/wp-content/uploads/2022/03/preg-kids-e1648680081144.jpg) top center no-repeat;
  background-size: cover;
  padding: 50px 0 150px;
  box-shadow: 0 1000px 0 rgba(0, 0, 0, 0.7)inset;
}
.purchase h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
}
.purchase .btn-popups {
  font-size: 26px;
  line-height: 26px;
  width: 100%;
  max-width: 700px;
  padding: 20px;
  border-radius: 10px;
}


/*---------------Start of purchase css----------------*/

/*---------------Start of footer css----------------*/

.footer {
  background: #111419;
  padding: 0 0 30px;
}
.back-to-top {
  color: #ffffff !important;
  font-size: 30px;
  background: #111419;
  border-radius: 5px;
  padding: 5px 10px 15px;
  position: relative;
  top: -50px;
}
.footer p {
  color: #2c62db;
  font-size: 16px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

/*---------------End of footer css----------------*/

/*---------------Start of responsive css----------------*/

@media (max-width:991px) {
  .banner h1 {
    font-size: 36px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .demo-count-hover {
    padding: 15px;
  }
  .demo-count-hover h3 {
    font-size: 20px !important;
  }
  .btn-popup-view {
    font-size: 30px;
    line-height: 10px;
  }
}

@media (max-width:767px) {
  .thumb img {
    width: 100%;
  }
  .logo img {
    width: 130px;
  }
  .btn-popup-view {
    margin: 20% 0;
  }
}

/*---------------End of responsive css----------------*/
