.single-product .header-area, .page .header-area, .archive .header-area, .post-template-default .header-area{
    background-color: #ffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.single-product .header-area .main-nav .logo, .page .header-area .main-nav .logo, .archive .header-area .main-nav .logo, .post-template-default .header-area .main-nav .logo{
    color: #000;
}
.single-product .header-area .main-nav .nav li a, .page .header-area .main-nav .nav li a, .archive .header-area .main-nav .nav li a, .post-template-default .header-area .main-nav .nav li a {
    color: #000;
}
.single-product .cart-btn img, .page .cart-btn img, .archive  .cart-btn img, .post-template-default .cart-btn img{
    filter: brightness(0.5);
}
.single-product .background-header, .page .background-header, .archive .background-header, .post-template-default .background-header{
    top: 28px !important;
}
.single-product .sub-header, .page .sub-header, .archive .sub-header, .post-template-default  .sub-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
article.page {
    margin-top: 25px;
}
header.entry-header.background-header {
    position: relative !important;
    height: auto !important;
    top: 0 !important;
    box-shadow: none !important;
}
#payment img {
    width: inherit !important;
    max-width: 30px;
}
#ss-floating-bar {
    display: none !important;
}
.mainmenu-nav .mainmenu li.has-droupdown>a::after{
    display: none;
}
.edu-course.course-style-4 .thumbnail a img {
    border-radius: 4px;
    width: 100%;
    height: 195px;
    object-fit: cover;
}
.header-top .header-info li.header-btn {
    padding: 0 0px 0 0;
}
.edu-section-gap {
    padding: 15px 0 60px;
}
.gap-tb-text {
    padding: 50px 0 40px;
}
.edu-cta-box .inner .content .title {
    font-size: 20px;
}
.copyright-area .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edu-footer .footer-top {
    position: relative;
    padding: 50px 0 30px;
}
.si-wc-product-wrap, .woocommerce-tabs {
    display: none !important;
}
section.related.products {
    padding: 50px;
    background: #f5f5f5;
}
section.related.products h2 {
    margin: 0 10px 30px !important;
}
/**************Course Detalis*****************/
.single-product .si-container{
    max-width: 100%;
    padding: 0;
}
.single-product .si-container #primary{
    margin: 0;
}
ul{
    list-style: none;
}
.course-container{
    display: table;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}
.course-detalis-panel {
    display: inline-block;
    width: 100%;
    padding: 50px 0 20px;
    background: #d3e5f4;
    background-repeat: no-repeat;
    margin-top: 93px;
}
.course-detalis-content {
    width: 65%;
}
.breadcrumb {
    list-style: none;
    margin-bottom: 15px;
}
.breadcrumb li {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    color: #3787cf;
}
.breadcrumb li::after {
    content: '>';
    margin-left: 13px;
    color:#3787cf;
}
.breadcrumb li:last-child::after{
    display: none;
}

.breadcrumb li a{
    text-decoration: none !important;
    color: #000 !important;
}
.course-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3787cf;
}
.course-detalis-futher li {
	display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #bfbfbf;
    color: #000000;
    font-size: 14px;
}
.course-detalis-content-panel {
    display: inline-block;
    width: 100%;
    padding: 15px 0 50px;
}
.course-detalis-leftbox {
    width: 70%;
    float: left;
    padding-right: 25px;
}
.course-detalis-rightbox {
    float: right;
    width: 30%;
    position: sticky;
    top: 320px;
}
.course-detalis-sidebar {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0 0 0 /35%);
    border-radius: 10px;
    margin-top: -180px;
}
.course-detalis-sidebar figure {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
}
.course-detalis-sidebar figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #ececec;
    padding: 10px;
}
.course-detalis-sidebar-info {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
}
.course-detalis-sidebar-info h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.course-detalis-sidebar-info ul {
    margin: 0px 0;
    padding: 0;
}
.course-detalis-sidebar-info ul li {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: 1px solid #ecec;
    padding: 10px;
}
.course-detalis-sidebar-info ul li span {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: 3px;
}
.course-price {
    font-size: 18px !important;
    color: green;
    font-weight: 600;
    margin: 0 !important;
}
.course-cartbtn {
	display: inline-block;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #f5881f;
    color: #fff !important;
    text-decoration: none;
    box-shadow: inset 0 2px 5px rgba(0 0 0 / 27%);
    transition: all .2s ease-in-out;
    /* border-radius: 50px; */
    margin-top: 10px;
}
.course-cartbtn:hover{
    transform: scale(.98);
}
.course-detalis-leftbox h3, .course-detalis-leftbox h4 {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    clear: both;
}
.course-detalis-leftbox h2 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    /* background: #a1a1a1; */
    color: #f5881f;
    padding: 5px 0px 10px;
    /* text-align: center; */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.course-detalis-leftbox p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
}
.course-detalis-leftbox ol, .course-detalis-leftbox ul {
    margin-bottom: 20px;
    padding: 10px 35px;
    background: #eff6fb61;
}
.course-detalis-leftbox ol li, .course-detalis-leftbox ul li {
	font-size: 13px;
    list-style: disc;
    padding: 3px 0px;
    color: #000000;
}
::marker {
    color: #000;
    font-size: 18px;
    line-height: 18px;
}
.edu-footer.footer-style-2 .footer-top .edu-footer-widget .widget-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.edu-footer .edu-footer-widget.explore-widget {
    margin-left: 20px;
}
.edu-footer-widget.quick-link-widget {
    margin-left: 30px;
}
.edu-footer .edu-footer-widget .inner {
    margin-top: 25px;
}
.edu-footer .description {
    margin-top: 5px;
    margin-bottom: 20px;
}
.edu-footer.footer-dark p {
    font-size: 13px;
}
.edu-popular-events-panel{
    padding:65px 0;
}
.woocommerce-message {
    border-top-color: #8fae1b;
    font-size: 14px;
}
.woocommerce #yith-wcwl-form table.shop_table thead th, .woocommerce .woocommerce-cart-form table.shop_table thead th, .woocommerce .woocommerce-checkout-review-order table.shop_table thead th {
    font-size: 14px;
    font-weight: 700;
}
.woocommerce #yith-wcwl-form table.shop_table td, .woocommerce .woocommerce-cart-form table.shop_table td, .woocommerce .woocommerce-checkout-review-order table.shop_table td {
    font-size: 15px;
}
.btn-secondary, .si-btn.btn-secondary {
    font-size: 15px;
}
.si-btn.btn-text-1 span {
    font-size: 15px;
    margin-right: 15px;
}
.woocommerce #coupon_code {
    padding: 10px;
    height: 45px;
}
.woocommerce .cart_totals table.shop_table td, .woocommerce .cart_totals table.shop_table th {
    font-size: 15px;
}
.woocommerce .cart_totals h2, .woocommerce .cross-sells > h4, .woocommerce #reviews #respond .comment-reply-title {
    background: #f4f4f4;
    font-size: 25px;
    padding: 10px 15px;
}	
a.si-woo-checkout {
    font-size: 18px !important;
    background: #f5881f;
}
.woocommerce-info {
    font-size: 15px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #d8d3d3;
}
#ship-to-different-address label {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.woocommerce table.shop_table th {
    font-size: 15px;
}
.woocommerce-privacy-policy-text p {
    margin: 0 3px 5px;
    font-size: 13px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-size: 16px !important;
}
.edu-course.course-style-4:hover ul li{
	color:#fff;
}
.edu-event .content .event-date span {
    font-size: 15px;
    line-height: 22px !important;
}
.edu-event .thumbnail a {
    height: 235px;
}
.get-offer-popup.show {
    transform: scale(1);
    display: flex
}
.get-offer-popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0 0 0 / 50%);
    transition: all .5s ease-in-out;
    transform: scale(0);
    width: 100%;
    height: 100%;
}
span.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-family: cursive;
    color: #fff;
    cursor: pointer;
    background: #ff0000;
    padding: 10px;
    font-weight: 800;
}
.get-offer-info {
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    padding: 60px 25px;
    width: 30%;
    background: #000;
    position: relative;
}
.get-offer-info h4 {
    font-size: 35px;
    margin: 0 0 15px;
    font-family: math;
}
.get-offer-info h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px;
    line-height: 50px;
}
.get-offer-info strong{
    animation-name: salePulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    display: inline-block;
}
.get-offer-info p {
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
    padding: 14px 25px;
    text-transform: uppercase;
}
.get-offer-info a {
    display: inline-block;
    padding: 9px 30px;
    background: #000;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all .5s ease-in-out;
    font-weight: 700;
    border: 2px dashed;
    text-transform: capitalize;
    margin-top: 20px;
}
.woocommerce-checkout .get-offer-popup.show {
    display: none;
}
.cms-content-panel p {
    margin-bottom: 15px;
}
.cms-content-panel h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
@keyframes salePulse {
    50% { transform:scale(1.1); }
    }
.si-woo-before-shop {
    display: flex;
}
.entry-footer, .author-box, .post-nav, a#sinatra-comments-toggle {
    display: none !important;
}
.cms-content-panel ul{
	padding-left:30px;
}
.cms-content-panel ul li {
    font-size: 14px;
    margin: 0px 0 10px;
    color: #000;
    line-height: 21px;
    list-style: disc;
}
.cms-content-panel h5 {
    margin: 35px 0px 15px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 40px 16px 20px;
    background-color: #fcfcfd;
    border: 1px solid #e0e2ea;
}
.cms-content-panel h3 {
    margin-bottom: 18px;
}
.cms-content-panel h3 strong {
    font-weight: 600;
}
.course-detalis-leftbox img {
    max-width: fit-content;
}
.course-listbox {
    display: inline-block;
    width: 100%;
    border: 1px solid #ecec;
    padding: 15px;
    margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.course-listbox a {
    display: inline-block;
    width: 100%;
	height:100%
}
.course-listbox img {
	height: 155px;
    object-fit: contain;
    padding: 0px;
}

.course-listbox h4 {
	padding: 5px 0px;
    font-size: 17px;
    min-height: 55px;
    color: #1f272b;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}
.course-listbox .info {
    margin-top: 10px;
}
.course-listbox .info button {
    display: inline-block;
    padding: 12px 19px;
    background: #3787cf;
    color: #fff;
    border-radius: 7px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 500;
}
.course-listbox .info span {
	color: #000000;
    font-size: 25px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.course-listbox .info span del {
    font-size: 15px;
    color: #222222cc;
}
.book-modal .modal-dialog{
  position:relative;
}

.book-modal .modal-dialog::before{
  content: "";
  position: absolute;
  top: 33%;
  left: -5%;
  width: 124%;
  height: 100%;
  background-image: url(https://learningtree.global/wp-content/themes/sinatra/asset/images/bg-images.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 554px;
  z-index: 1;
}
.actions a:nth-child(2) {
    display: none;
}
.book-modal .modal-content {
  background-color: #000;
  border-radius: 45px;
  text-align: center;
}

.book-modal .modal-header {
  border: none;
  border-radius: 45px 45px 0px 0px;
}

.book-modal .btn-close {
  filter: invert(1);
  margin-top: 4px;
  margin-right: 4px;
}

.book-modal .btn-close:focus {
  box-shadow: none;
}

.book-modal h2 {
  color:#3589D2;
  font-size: 43px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  margin-bottom: 29px;
}

.book-modal h2 span {
  color: #fff;
}

.book-modal p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.book-modal .btn-box {
  margin:25px 0px 43px;
}
.book-modal .btn-box a:first-child{
  background-color: #f28922;
}
.book-modal .btn-box a {
  color: #fff;
  background-color: #3589D2;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 47px;
  border-radius: 50px;
  margin: 0px 5px;
}
@media (max-width:1200px){
    .course-container {
        max-width: 920px;
    }  
    .course-detalis-panel {
        padding: 35px 0;
    }
    .course-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .breadcrumb li {
        font-size: 14px;
    }
}
@media (max-width:992px){
    .course-container {
        max-width: 700px;
    }
    .course-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .course-detalis-sidebar figure {
        height: 150px;
        margin-bottom: 5px;
    }
    .course-detalis-sidebar-info {
        padding: 5px 5px;
    }
    .course-detalis-sidebar-info h5 {
        font-size: 15px;
    }
    .course-detalis-content-panel {
        padding: 5px 0 50px;
    }
    .course-detalis-sidebar-info ul li {
        padding: 5px;
        font-size: 14px;
    }
    .course-detalis-leftbox h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .course-detalis-leftbox p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .course-detalis-leftbox ol li, .course-detalis-leftbox ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
@media (max-width:767px){
    .course-container {
        max-width: 100%;
        padding: 0 15px;
    }
    .course-detalis-panel {
        padding: 25px 0 15px;
    }
    .course-detalis-content {
        width: 100%;
    }
    .course-detalis-leftbox {
        width: 100%;
        padding-right: 0px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .course-detalis-futher li {
        padding-right: 10px;
        margin-right: 4px;
        font-size: 12px;
    }
    .course-detalis-leftbox ol li, .course-detalis-leftbox ul li {
        font-size: 14px;
    }
    .course-detalis-leftbox p {
        font-size: 14px;
        line-height: 24px;
    }
    .course-detalis-rightbox {
        float: left;
        width: 100%;
        position: relative;
        top: inherit;
    }
    .course-detalis-sidebar {
        margin-top: 15px;
    }
    .edu-footer .edu-footer-widget.explore-widget {
        margin-left: 0;
    }
    .edu-footer-widget.quick-link-widget {
        margin-left: 0;
    }
    section.related.products {
        padding: 50px 15px;
    }
	.btn-secondary, .si-btn.btn-secondary {
		font-size: 14px;
	}
	.woocommerce #coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .btn-secondary {
		width: 100%;
	}
	.woocommerce .woocommerce-checkout-review-order {
		padding: 2px 10px 30px;
	}
	.get-offer-popup {
        flex-direction: column-reverse;
    }
    .get-offer-info {
        text-align: center;
        padding: 25px;
        width: 100%;
    }
    .get-offer-ing {
        width: 100%;
    }
    .get-offer-ing img {
        width: 100%;
        height: 160px;
        object-fit: fill;
    }
    .get-offer-info h4 {
        font-size: 30px;
        margin: 0px 0 5px;
    }
    .get-offer-info h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .get-offer-info p {
        font-size: 15px;
        padding: 10px 4px;
        line-height: 20px;
    }
	.sub-header p{
		font-size: 11px;
	}
	.get-offer-info a {
		padding: 9px 10px;
		margin-top: 15px;
	}
	 .book-modal h2{
    font-size:28px;
  }

  .book-modal p{
    font-size: 13px;
    line-height: 21px;
  }

  .book-modal .btn-box{
    margin:30px 0px 15px;
  }

  .book-modal .btn-box a{
    width:100%;
    font-size:14px;
    margin:0px;
    margin-bottom:15px;

  }

  .modal-dialog::before{
    top: 49%;
    left: -4%;
    background-size: 377px;
  }
}