@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;500;700;800&display=swap');
body. *{
	font-family: 'Manrope', sans-serif;
}
body.{
	background-color: #fff;
}
img{
	max-width: 100%;
}
section.mega {
	background: linear-gradient(90deg, #0A1C48 0%, #0A1C48 39.86%, rgba(10, 28, 72, 0.95) 49.81%, rgba(10, 28, 72, 0.79) 71.31%, rgba(10, 28, 72, 0) 100%);
  background-color: #0A1C48;
}
section.bootstrap {
  background:#203C5E;
}
section.angular {
  background:linear-gradient(90deg, #8C3C53 0%, #1D4465 100%);
}
section.vue {
  background:linear-gradient(270deg, #893F23 0%, #2F3B6D 100%);
}
section.react {
  background:linear-gradient(270deg, #772E47 0%, #1A5861 100%);
}

body .container-fluid{
	max-width: 1440px;
}
section.mega {
    background-image: url(https://www.bootstrapdash.com/wp-content/themes/bootstradash/images/bundles/BannermegA.jpg);
    background-size: cover;
}
.bundle-hero-section h1 {
    color:#F9FAFB;
    font-weight: 600;
    font-size: 52px;
    line-height: 70px;
}
.bundle-hero-section p {
    font-size: 18px;
    line-height: 30px;
    color: #F9FAFB;
    font-weight: 700;
}
.bannertab h4 {
  font-weight: 600;
  font-size: 34px;
  color: #F9FAFB;
}
.bannertab p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #8992A9;
}
.section-head h2{
  font-weight: 700;
font-size: 40px;
color: #333333;
}
.section-head p{
  font-weight: 500;
font-size: 16px;
line-height: 28px;
color: #333333;
}
.mega-offer h2 {
  font-weight: 700;
font-size: 40px;
line-height: 52px;
color: #000000;
}
.mega-offer p{
  font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #333333;
}
.bundle-list li{
margin-bottom: 18px;
font-size: 16px;
line-height: 32px;
list-style-type: none;
margin-left: 27px;
padding: 0px;
font-weight: 400;
}

.bundle-list li:before{
  content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/bootstradash/images/bundles/bundle-pointer.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3px;
    margin-left: -27px;
}
/*-====---*/
.product-btn-wrap .btn:focus {
  box-shadow: none;
}
.product-btn-wrap .btn:hover {
opacity: .5;
}
.product-btn-wrap .btn-buy {
    background-color: #e36176;
    color: #fff;
    border-color: #e36176;
}
.product-btn-wrap .btn-buy:hover {
    background-color: #d7566a;
    opacity: 1;
    color: #fff;
}
.product-btn-wrap .btn.btn-learn {
  border: 1px solid #fff;
}
 .product-btn-wrap  .btn.btn-learn:hover {
    background-color: #d7566a;
    color: #fff;
      opacity: 1;
    border: 1px solid #d7566a;
  }
@media screen and (max-width: 768px) {
  .product-banner .product-thumb-wrapper {
    position: static;
  }
}
.product-btn-wrap .btn {
  padding:15px 41px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #F9FAFB;
  line-height: 19px;
}
 .bd-product-lists h2.pb-3 {
    font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-btn-wrap .btn  {
    padding: 15px 10px;
    font-size: 12px;
  }
}
.product-btn-wrap .btn img {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .product-btn-wrap .btn {
    margin-bottom: 20px;
  }
}

}
.bd-products{
	overflow-x: auto;
	    overflow-y: hidden;
}
.d-flex.bd-products {
	margin-left: -15px;
	margin-right: -15px;
	
}
.bd-products .thumbnail img,.bd-products .thumbnail,.bd-products .product-img-wrapper,
.bd-products .product-img-wrapper .image-caption{
	border-radius: 10px;
}
.bd-products .product-img-wrapper{
	position: relative;
}
.bd-products .product-img-wrapper .thumbnail img{
	width: 100%;
	height: auto;
}
.product-img-wrapper:hover {
    transform: translateY(-5px);
    transition: all .2s ease;
}
.bd-products .product-img-wrapper .image-caption{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgb(47 47 49 / 70%);
	width: 100%;
	height: 100%;
}
.bd-products .product-img-wrapper:hover .image-caption{
	opacity: 1;
}
.bd-products .product-img-wrapper .image-caption .quick-view {
	text-decoration: none;
	position: relative;
	margin: 8px;
}
.bd-products .product-img-wrapper .image-caption .buttons{
	opacity: 1;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.bd-products .product-img-wrapper .image-caption .quick-view .img-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.bd-products .product-img-wrapper .image-caption .quick-view:hover .img-wrapper{
	transform: scale(1.2);
	transition: all .2s ease;
}
.bd-products .product-img-wrapper .image-caption .quick-view .img-wrapper path{
	fill:black;
}
.bd-products  .product-img-wrapper .image-caption span.tooltip-text {
	color: #fff;
	background: #000;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	display: block;
	border-radius: 100px;
	position: absolute;
	display: none;
	text-decoration: none;
	min-width: 105px;
}
.bd-products  .product-img-wrapper .image-caption .quick-view:hover span.tooltip-text{
	/*display: block;*/
}
.bd-products  .product-img-wrapper .image-caption span.tooltip-text:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 50px;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: rgba(0,0,0,1) transparent;
	left: 40px;
}
.bd-products .product-img-wrapper:hover,.bd-products .product-img-wrapper,
.bd-products  .product-img-wrapper .image-caption span.tooltip-text,
.bd-products  .product-img-wrapper .image-caption{
	transition: all .2s ease;
}
.bd-products .product-details .product-title{
	margin-top: 15px;
	margin-bottom: 5px;
}
.bd-products .product-details .product-title,.bd-products .product-details .product-title a{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #000000;

}
.bd-products .product-details .product-title a:hover{
	text-decoration: none;
}
.bd-products  p.sub-text{
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	/*margin-bottom: 6px;*/

}
.bd-products .product-details p.price{
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	color: #000000;
	margin-top: 15px;
}
.bd-product-more a.view-more-btn{
	background: #000000;
	border-radius: 8px;
	padding: 13px 25px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	border: 2px solid #000000;
	transition: all .2s ease;
}
.bd-product-more a.view-more-btn:hover,.bd-product-more a.view-more-btn:focus{
	background-color: #fff;
	color: #000;
	transition: all .2s ease;
}

.product-img-wrapper {
 border: 1px solid #e1e1e1;
}

.pricing-wrapper {
  text-align: center;
}
.pricing-wrapper h2.title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  margin-top: 46px;
  margin-bottom: 20px;
}
.pricing-wrapper .pricing-box {
  border: 1px solid #282B30;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 28px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #555555;
  min-height: 100%;
}
.pricing-wrapper .pricing-description {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}
.pricing-wrapper .pricing-box h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 57px;
  align-items: center;
  color: #000000;
  margin-bottom: 10px;
}
.pricing-wrapper .pricing-box h3 span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: #555555;
  text-decoration: line-through;
}
.pricing-wrapper .pricing-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
}
.pricing-wrapper .pricing-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #555555;
  margin: 0 25px 25px 25px;
}
.pricing-wrapper .pricing-box .btn.btn-dark {
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 40px;
  padding: 15px 80px;
  background:  black;
}
@media screen and (max-width: 768px) {
  .pricing-wrapper .pricing-box .btn.btn-dark {
    padding: 15px 25px;
  }
}
.pricing-wrapper .pricing-box .btn.btn-dark:hover {
  background-color: #3c3a3a;
}
.pricing-wrapper .pricing-box .btn.extended-dropdown {
  background: transparent;
  border: none;
  box-sizing: border-box;
  border-radius: 3px;font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  padding: 10px 15px;
  color: #000000;
}

.pricing-wrapper .pricing-box ul {
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.pricing-wrapper .pricing-box ul li {
  padding: 24px 0;
  border-top: 1px solid #E7E7E7;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  color: #000000;
}
.pricing-wrapper .pricing-box.bg-dark {
  border: #282B30;
  background: #282B30;
}
.pricing-wrapper .pricing-box.bg-dark h3 {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark h3 span {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark h4 {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark p {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark .btn.btn-dark {
  color: #FFFFFF;
  background:  #00C69E;
}
.pricing-wrapper .pricing-box.bg-dark .btn.btn-dark:hover {
  background-color: #589666;
}
.pricing-wrapper .pricing-box.bg-dark .btn.extended-dropdown {
  background: #F1F1F1;
  border: 1px solid #D6D6D6;
  color: #000000;
}
.pricing-wrapper .pricing-box.bg-dark ul li {
  border-top: 1px solid rgba(	123, 125, 128,.3);
  color: #fff;
}
 .content-wrapper h2{
 	font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
 }
 .content-wrapper p{
 	font-weight: normal;
font-size: 14px;
line-height: 25px;
    margin-bottom: 28px;
 }
 .content-wrapper h4{
 	font-weight: normal;
font-size: 14px;
line-height: 25px;
    margin-bottom: 28px;
 }
 .content-wrapper a.bundle-a {
    color: #000;
    text-decoration: none;
}
.thumb-img-wrapper {
  margin-bottom: 15px;
  position: relative;
}
.thumb-img-wrapper img {
  border-radius: 10px;
}
.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
.overlay-btn-wrapper {
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overlay-btn-wrapper .btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: #000000;
  padding:15px 24px;
  border-radius: 10px;
}
.thumb-img-wrapper:hover .overlay {
  display: block;
}
.bottom-head {
  font-style: normal;
font-weight: 700;
font-size: 40px;
}
.bottom-content h6{
font-weight: 700;
font-size: 20px;
}
.data-bundle h6 {
font-weight: 700;
    font-size: 50px;
    line-height: 68px;
}
.data-bundle p{
  font-weight: 600;
font-size: 18px;
color: #999999;
}
/*=================*/

#section-tab
,#tab-control
,#tab-div {
 padding: 1rem; 
}
li#control-selected {
    border-radius: 6px;
    padding: 1rem;
}
li.tab-control{
  padding: 1rem;
}
ul {
  list-style: none;
}

#section-tab {
  display: flex;
}
#tab-control {
  width: auto;
    background: #fff ;
  border-right:1px solid #000
}
@media screen and (max-width: 768px) {
    #tab-control {
         border-right: none;
    }
}
#tab-div {
}
#control-selected {
  background-color: #F2F2F2;
  color: #000;
}
