@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,500,600,700|Roboto:400,500,700|Sen:400,700,800&display=swap");
.header-top {
  border-bottom: 1px solid #eeeeee;
}
/*
.header-top .row > * {
  width: auto;
}
*/
.header-top .header-left-social {
  float: left;
}
.header-top .header-left-social .header-social {
  padding: 13px 20px 13px 35px;
  margin-right: 10px;
  background: #38a6c1;
	margin-bottom: 0;
}
.header-top .header-left-social .header-social li {
  display: inline-block;
	list-style: none;
}

.header-top .header-left-social .header-social li a {
  color: #fff;
  font-size: 14px;
	padding-left: 15px;
}

.header-top .header-info-left ul li i {
  padding-right: 5px;
  color: #38a6c1;
}

.header-top .header-info-left {
  float: left;
}

.header-top .header-info-left ul, .header-top .header-info-right ul {
  margin: 0px;
  padding: 0px;
}
.header-top .header-info-left ul li {
  padding: 13px 0px;
  color: #86878a;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-family: "Josefin Sans",sans-serif;
}

.header-top .header-info-right ul li {
  display: inline-block;
}

.header-top .header-info-right ul li a {
  color: #86878a;
  font-size: 16px;
  padding-left: 15px;
  font-family: "Josefin Sans",sans-serif;
  font-weight: 600;
}

.header-top .header-info-right ul li a i {
  padding-right: 5px;
  color: #38a6c1;
}

.header-top .header-info-right ul li a:hover {
  color: #38a6c1;
}

.form-box {
  position: relative;
}
/*
.form-box input {
  border: 0;
  background: #f4f4f4;
  border-radius: 30px;
  padding: 10px 29px;
  width: 100%;
  height: 60px;
}

.form-box .search-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.form-box .search-icon i {
  color: #fff;
  cursor: pointer;
  background: #38a6c1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
*/
.bestheading a {
	color: #000;
}

.bestheading a:hover {
	color: #38a6c1;
}

.footersocial p a {
  display: inline-block;
}

.footersocial img {
  width: 70px;
  height: 30px;
  margin-right: 5px;
}


/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	margin-right: 0.0625rem;	
	cursor: pointer;
	background-color:  #38a6c1;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	transition: background-color ease 0.3s;
}

.tabs label:hover {
	background-color: #FF8A1D;
}

.tabs label .material-icons {
	margin-right: 0.3rem;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 2rem;
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: #fff;
	color:  #38a6c1;
	border-top: 4px solid  #38a6c1;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked + label:hover {
	background-color: #fff;
	color:  #FF8A1D;
	border-top: 4px solid  #FF8A1D;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}

table {
	font-size: 15px;
}

.pricing-table {
 background:#fff;
 position:relative;
 padding:0;
}
.pricing-table .single-table {
 background:#fff;
 -webkit-transition:all .4s ease;
 -moz-transition:all .4s ease;
 transition:all .4s ease;
 -webkit-box-shadow:0 0 4px rgba(0,0,0,.3);
 -moz-box-shadow:0 0 4px rgba(0,0,0,.3);
 box-shadow:0 0 4px rgba(0,0,0,.3);
 text-align:center;
 position:relative;
 overflow:hidden;
 margin-top:0;
 margin-bottom:0;
 cursor:pointer
}
.pricing-table .single-table:hover {
 transform:scale(1.1);
 -webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
 -moz-box-shadow:0 0 10px rgba(0,0,0,.4);
 box-shadow:0 0 10px rgba(0,0,0,.4);
 z-index:99
}
.pricing-table .single-table:hover .btn,
.pricing-table .single-table:hover h2, .pricing-table .single-table h2 {
 background-color:#38a6c1
}
.pricing-table .single-table:hover p {
 color:#1c779a
}
.pricingbtn {
 margin-top:10px
}
.pricingbtn2 {
 margin-top:27px
}
.pricing-table .single-table .bg-icon i {
 position:absolute;
 right:15px;
 font-size:50px;
 opacity:.2;
 -webkit-transition:all 3s ease;
 -moz-transition:all 3s ease;
 transition:all 3s ease;
 top:70%;
 margin-top:0
}
.pricing-table .single-table:hover .bg-icon i {
 opacity:1;
 right:-100%
}
.pricing-table .single-table .table-head {
 position:relative
}
.pricing-table .single-table .price {
 padding:22px 0
}
.pricing-table .single-table .amount {
 font-size:40px;
 font-weight:700
}
.pricing-table .single-table .title {
 font-weight:700;
 position:relative;
 display:block;
 -webkit-transition:all .3s ease;
 -moz-transition:all .3s ease;
 transition:all .3s ease;
 font-size:20px;
 color:#fff;
 padding:0;
 padding:15px 0
}
.pricing-table .single-table .table-list {
 padding:10px 0;
 text-align:left;
 position:relative;
 padding-bottom:50px
}
.pricing-table .table-list li {
 color:#666;
 position:relative;
 text-transform:none;
 padding:5px 10px;
 line-height:normal;
 display:flex
}
.pricing-table .table-list li span {
 background:#353535;
 float:right;
 color:#fff;
 position:relative;
 border-radius:100%;
 padding:5px 10px
}
.pricing-table .table-list li span::before {
 position:absolute;
 bottom:-1px;
 left:-4px;
 content:"";
 border-left:14px solid #353535;
 border-right:14px solid transparent;
 border-top:14px solid transparent;
 transform:rotate(25deg)
}
.pricing-table .table-list li:last-child {
 margin:0
}
.pricing-table .table-list li.cross {
 opacity:.5
}
.pricing-table .table-list i {
 font-size:13px;
 text-align:center;
 margin-right:8px;
 margin-top:5px
}
.pricing-table .table-bottom {
 padding:0 0 22px;
 border-radius:100%
}
.pricing-table .btn {
 background:#38a6c1;
 color:#fff;
 padding: 14px 35px;
}
.pricing-table .btn:hover {
 background:#353535;
 color:#fff
}
.pricing-table .btn i {
 font-size:16px;
 margin-right:10px
}
.pricing-table.bg {
 background:#f6f6f6
}
.pricing-table.center .active {
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 transform:scale(1.1)
}
.pricing-table.adjust .fix {
 margin:0;
 padding:0
}

.refund p {
	padding: 0 25px;
	margin: 0;
}

.refund h4, .content h4 {
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0;
}

.content p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

.content ol, .content ul {
	padding: 0 50px;
	margin: 0;
}

.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.submit {
	padding: 0 115px;
}

.cart .delete {
  color: #d9534f;
}

.cart .delete:hover {
	cursor: pointer;
}

.cart .qty {
  display:flex;
  font-size: 0;
}

.cart button {
	font-size: 14px;
}

.cart button.btn-minus {
  border-radius: 4px 0 0 4px;
}

.cart button.btn-plus {
  border-radius: 0 4px 4px 0;
}

.cart input {
  width: 40px;
  height: 30px;
  color: #555;
  text-align: center;
  background: #fff;
  border: none;
  font-size: 14px;
  font-family: inherit;
  border: #38a6c1 solid 1px;
}

.wishlist-page .table button {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #38a6c1;
  border: none;
  padding: 0 5px;
}

.wishlist-page .table button.btn-cart {
  width: auto;
	padding: 5px 20px;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.unsubs .fa-5x {
  font-size: 15em;
  color: #38a6c1;
  margin-bottom: 20px;
}

.unsubs .fa-3x {
  font-size: 8em;
  color: #fff;
  position: absolute;
  top: 87%;
  left: 45%;
}

.loginwebbtn .btn {
  padding: 7px 20px;
  background-color: #0880e8;
  color: #fff;
  margin-right: 10px;
}

.product ul {
	padding: 0;
	margin: 0;
}

.product ul li {
	list-style: none;
	padding-bottom: 10px;
}

.product ul li ul {
	padding-left: 20px;
}

.product ul li ul li {
	padding-bottom: 0;
}

.product ul li ul li a {
	color: #134C64;
	font-size: 14px;
}

.cart .cart-summary .cart-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.cart .cart-summary .cart-content p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cart .cart-summary .cart-content h4 span, .cart .cart-summary .cart-content p span {
  float: right;
}

.cart .cart-summary .cart-content h4 {
  font-size: 16px;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  margin: 0;
}

.cart .coupon {
  position: relative;
  width: 100%;
  margin-top: 15px;
  font-size: 0;
}

.cart .coupon input {
  width: calc(100% - 135px);
  height: 40px;
  padding: 0;
  font-size: 16px;
  color: #aaa;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 15px;
  transition: all .3s;
}

.cart .coupon button {
  width: 120px;
  height: 40px;
  padding: 2px 0;
  font-size: 16px;
  text-align: center;
  color: #38a6c1;
  background: #fff;
  border: 1px solid #38a6c1;
  border-radius: 4px;
}

.cart-btn {
  text-align: center;
}

.cart .cart-summary .cart-btn button:first-child {
  color: #38a6c1;
  background: #fff;
  border: 1px solid #38a6c1;
}

.cart .cart-summary .cart-btn button {
  margin-top: 15px;
  width: 85%;
  height: 50px;
  padding: 2px 10px;
  text-align: center;
  color: #fff;
  background: #38a6c1;
  border: none;
  border-radius: 4px;
}

.cart .cart-summary .cart-btn button:first-child:hover {
  color: #fff;
  background: #38a6c1;
	transition: all .4s ease;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 20px 0 30px 0;
  font-size:14px;
}

#schedule .bi-x::before {
	vertical-align:top !important;
}

#schedule .cart i {
	font-size:1.5em;
	line-height:0 !important;
	cursor:pointer;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #38a6c1;
  color: #fff;
  padding: 10px 80px;
}

#schedule .nav-tabs a:hover {
	background-color: #134C64;
}

@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }  
.breadcrumbs {
	margin-top:177px !important;
}
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 5px 10px;
	font-size:13px;																																					
  }
  #schedule .nav-tabs {
  	margin-bottom:0;
  }
}

#schedule .nav-tabs a.active {
  background-color: #134C64;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
  text-align:center;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .product {
	text-align:left;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 14px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
  font-size: 14px;
}

.schedule-item a {
	color:#054a85;
	font-weight:600;
}

.schedule-item a:hover {
	color:#38a6c1;
}

#schedule .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #38a6c1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 0;
    border: 2px solid #38a6c1;
}

#day-2 i:last-child {
  color: #38a6c1;
  font-size: 20px;
}

#schedule .btn-learn-more:hover {
    background: #38a6c1;
    color: #fff !important;
    text-decoration: none;
}
#team .swiper-slide-next {
    border: 5px solid #f1a40a;
    padding: 0;
    background: #fff;
    z-index: 1;
    transform: scale(1.0);
    margin-top: 6px;
}

#schedule .form-group {
	float: left;
}

.checkouty .cart-content {
  padding: 15px;
}

.checkouty .cart-content span {
  float: right;
  color: #000;
}

.checkouty .cart-content h6 {
  font-size: 16px;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  margin: 0;
  color: #000;
}

.checkouty .panel-body {
  padding: 15px;
}

.checkouty .paypal-button {
  padding: 5px 30px;
  border: 1px solid #FF9933;
  border-radius: 5px;
  background: #f1a40a;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
}

.checkouty .paypal-button:hover {
  background: #f6b024;
}

.checkouty .paypal-logo {
  display: inline-block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  font-size: 20px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}

.checkouty .paypal-logo i:first-child {
  color: #253b80;
}

.checkouty .paypal-logo i:last-child {
  color: #179bd7;
}

.input-group-addon {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
  border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  vertical-align: middle;
  display: table-cell;
  white-space: nowrap;
}

.checkouty .form-floating > label {
	padding: 0.5rem .75rem;
}

.checkouty .form-floating > input {
	padding: 0.5rem .75rem;
	height: auto;
}

.checkouty .panel-body .checkout-btn button {
  width: 100%;
  height: 50px;
  padding: 2px 10px;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: #134C64;
  border: none;
  transition: all .3s;
  margin: 10px 0;
}

.checkouty .panel-body .checkout-btn button:hover {
	background-color: #38a6c1;
}


@media (min-width: 768px) {

	
	.tabs-container {
		padding: 4rem 4rem 1rem 4rem;
	}

	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	
}



@media only screen and (max-width: 767px) {
	.header-top .header-info-left {
  margin: 10px;
}
	.header-top .header-info-left ul li {
  padding: 5px 0px;
	}
	
	.none {
		display: none !important;
	}
	
	.footersocial img {
  		width: 60px;
	}
	
	.tabs .tab {
		padding: 1rem 10px;
	}
	
	.col-sm-offset-3 {
  		margin-left: 0;
	}
	
	.unsubs .fa-3x {
		top: 76%;
		left: 31%;
	}
	
	.checkouty .lbm {
	margin-top: 40px;
}
}

