body {
  font-weight: 400;
  color: #000;
  position: relative;
}
a {
  color: #436AA6;
}
a:hover {
  text-decoration: none;
}
hr {
  border: 1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.lead-1 {
  font-size: 2.5rem;
  font-weight: 300;
}
.lead-2 {
  font-size: 2rem;
  font-weight: 300;
}
.lead-3 {
  font-size: 1.75rem;
  font-weight: 300;
}
.lead-4 {
  font-size: 1.5rem;
  font-weight: 300;
}
.lead-5 {
  font-size: 1.25rem;
  font-weight: 300;
}
.lead-6 {
  font-size: 1rem;
  font-weight: 300;
}
.display-4 {
  font-size: 2.5rem;
}
.display-5 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .h1, .h2, h1, h2 {
    font-size: 1.75rem;
  }
  .display-5 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0rem;
}
.breadcrumb-white, .breadcrumb-white li, .breadcrumb-white li a, .breadcrumb-white li a:hover {
  color: #fff !important;
}
@media (min-width: 1420px) {
  .container {
    max-width: 1400px;
  }
}
.icon-buynow {
  fill: #fff;
}
.icon-buynow:hover {
  fill: #000;
}
.navbar {
  padding: 0.5rem 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: #047aed;
}
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  padding: 1rem 2rem;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
@media (max-width: 575px) {
  .btn {
    border-radius: 0px;
  }
  .btn-md-block {
    display: block !important;
  }
  .btn-sm-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .btn-lg-block {
    display: block !important;
  }
}
.boxborder {
    box-shadow: -10px 10px 1px 0 rgba(110,68,246,.06);
    border: 1px solid #047aed;
}
.products-icons a {
    display: inline-block;
    padding: 10px;
    border: 1px solid  #ccc;
}
.bg-buy {
  background-color: #eef7ff;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.bg-blue {
  background-color: #047aed;
}
.bg-blue-light {
  background-color: #f4f9ff;
}
.bg-grey {
  background-color: #f8f9fa !important;
}
.bg-grey-light {
  background: #f4f5f6;
}
.bg-grey-dark {
  background-color: #343a40 !important;
  font-weight: 400;
  color: #bdbdbd;
  padding: 10px;
}
.bg-yellow {
  background-color: #d9e8f0;

}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
ul.list-unstyled {
  list-style: none;
  padding-left: 0px;
}
ul.list-unstyled li {
  padding-top: 5px;
  text-align: left;
}
ul.list-check {
  list-style: none;
  padding-left: 30px;
}
ul.list-check li {
  position: relative;
  text-align: left;
  padding-bottom: 5px;
}
ul.list-check li:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(255,255,255)" d="M20.5,42a2.368,2.368,0,0,1-1.759-.766l-14-14.423a2.584,2.584,0,0,1,0-3.626l3.988-4.109a2.4,2.4,0,0,1,3.518,0l8.249,8.5L38.755,8.76a2.4,2.4,0,0,1,3.518,0l3.988,4.109a2.584,2.584,0,0,1,0,3.626l-24,24.737A2.37,2.37,0,0,1,20.5,42Z"></path></svg>') no-repeat;
  background-size: 20px 20px;
  top: 4px;
  margin-left: -30px;
}
ul.list-bullet {
  list-style: none;
  padding-left: 25px;
}
ul.list-bullet li {
  position: relative;
  text-align: left;
  padding-bottom: 5px;
}
ul.list-bullet li:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><circle fill="rgb(0,0,0)" cx="25" cy="25" r="10"/></svg>') no-repeat;
  background-size: 20px 20px;
  top: 4px;
  margin-left: -25px;
}
ul.list-right {
  list-style: none;
  padding-left: 14px;
}
ul.list-right li {
  position: relative;
  text-align: left;
}
ul.list-right li:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(255,255,255)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
  background-size: 20px 20px;
  top: 4px;
  margin-left: -25px;
}
.accordion-plus .card-link:after {
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(0,0,0)" d="M48,29H2V21H48v8Z"></path></svg>') no-repeat;
  background-size: 16px 16px;
  right: 15px;
  top: 16px;
}
.accordion-plus .collapsed:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(0,0,0)" d="M48,29H29V48H21V29H2V21H21V2h8V21H48v8Z"></path></svg>') no-repeat;
  background-size: 16px 16px;
}
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}
.control-prev {
  position: relative;
  top: 2px;
}
.control-next {
  position: relative;
  top: -28px;
  right: -26px;
}
.control-prev-1 {
  left: -9px;
  bottom: 60px;
}
.control-next-1 {
  right: -10px;
  top: -65px;
}
.card-header {
  background-color: #fff;
  border-bottom: none;
}
.buy-details {
  margin-bottom: 20px;
  position: relative;
}
.buy-details .details {
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: 12px;
}
.buy-details .price {
  background-color: #fff;
  display: inline-block;
  float: right;
  font-size: 18px;
  line-height: 28px;
  padding-left: 6px;
  position: relative;
  top: 12px;
}
.card-header-1 {
  background-color:
    rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.nav-tabs {
  border: 0px;
}
.nav-tabs .nav-item {
  background-color: #eee;
}
.accordion-plus .card-link {
  position: relative;
  padding: 10px 40px 10px 15px;
  border-radius: 0px;
  color: #000;
}
.accordion-plus .card-link:after {
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(0,0,0)" d="M48,29H2V21H48v8Z"></path></svg>') no-repeat;
  background-size: 16px 16px;
  right: 15px;
  top: 16px;
}
.accordion-plus .collapsed:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(0,0,0)" d="M48,29H29V48H21V29H2V21H21V2h8V21H48v8Z"></path></svg>') no-repeat;
  background-size: 16px 16px;
}
.list-inline-item {
  padding: 10px;
}
.bsmall, bsmall 
{font-size:120%;
font-weight:400
}
.bg-one {
    background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%233b7ab9'/%3E%3Cstop offset='1' stop-color='%23172f48'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='24' height='24' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='12' cy='12' r='12'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url()' fill-opacity='0.1'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}