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: 600;
  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;
  font-weight: 700;
}
.display-5 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
}
@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-dark .navbar-nav .nav-link {
  color: #fff!important;
    font-weight: 600;
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.5)!important;
}
.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) {
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
  .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;
  }
}
.bg-buy {
  background-color: #eef7ff;
}
.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: #fbf9e3;
}
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: 25px;
}
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(40,170,70)" 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: -25px;
}
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(154,157,160)" 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;
}
.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;
}

.bg-grey1
{
   background-color: #eef7ff;
    padding-top: 20px;
    padding-bottom: 20px;
}



.text-orange {
    color:#ffc107;
}


.icon-check: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(40,170,70)" 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: auto;
background-size: 20px 20px;
margin-left: -25px;
}


.text-red-dark {
    color:#ce2916;
}

.bg-dark
{
color:#fff;
padding-top: 40px;
padding-bottom: 80px;
background-image: url(../img/bg-dark.jpg);
background-repeat: repeat;
}

.table td, .table th
{
  border-top: none!important;
}

.bg-right-arrow::after {
    content: '';
    height: 21px;
    width: 20px;
    position: absolute;
    top: 4px;
    right: -10px;
    z-index: 1;
    background-color: 
#dc3545;
border-left: 1px solid
#dc3545;
border-bottom: 1px solid
    #dc3545;
    transform: rotate(-45deg);
}

 .navbar-top{top:0;width:100%;padding:0;z-index:100;box-shadow:-1px 0 30px rgba(111,114,229,.2)}
 .navbar-top-hover .nav-item .nav-link{border-bottom:2px solid #f5f5f5}
 .navbar-top-hover .nav-item .active,.navbar-top-hover .nav-item .nav-link:hover{border-bottom:2px solid #1769a0!important}
 @media(min-width:992px){.navbar-top .nav-item .nav-link{text-transform:none!important;padding:1rem!important;display:inline-block;color:#436aa6}}
 @media(min-width:1400px){.navbar-top .nav-item .nav-link{text-transform:none!important;padding:1.25rem 2rem!important;display:inline-block;color:#436aa6}}
 @media(max-width:767px){.nav-topbar a{display:block;font-size:16px!important;padding:10px 8px!important}
  .navbar .navbar-brand{top:-10px!important}}
 .navbar-top .nav-item .nav-link-buy{background-color:#f58b3c;color:#fff}
 .navbar-top .nav-item .nav-link-buy:hover{background-color:#e46526}