body {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
}
    
/* h1, h2, h3, h4, h5, h6 {

} */

/* h2 {
    font-weight: 700;
    font-size: 2rem;
} */
h4 {
    font-weight: 700;
    font-size: 1.3rem;
}



/* .synergist-tab-content .tab-content {
    padding: 50px 0;
} */

.synergist-tab-content .btn:hover, .reallybrand .btn:hover  {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.thumbnails-wrapper {
    display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    gap: 20px;
}
.thumbnail {
    width: 30%;
    max-width: 190px;
    height: auto;
}



.howto-guides {
    background-color: #3a255c;
}
.howto-guides img {
    max-width: 60px;
}
.synergist-guide li.active {
    color: #32B9B4;
    border-left: 2px solid #32B9B4;
}
.synergist-guide {
    padding: 0px;
}
.synergist-guide li {
    color: #66567e;
    cursor: pointer;
    padding:0 0 0 2rem;
    font-weight: 700;
    line-height: 40px;
    list-style: none;
    list-style-type: none;
    border-left: 2px solid #66567e;
    width: fit-content;
}
.tab {
    display: flex;
    flex-direction: row;
  }
  .tab-nav {
    display: flex;
    flex-direction: column;
    width: 200px;
    background-color: #f2f2f2;
    padding: 10px;
  }
  .tab-nav li {
    padding: 5px;
    cursor: pointer;
  }
 .tab-nav li.active {
    background-color: #ddd;
  }
  .tab-content {
    flex: 1;
    padding: 10px;
  }
  .tab-panel {
    display: none;
  }
  .tab-panel.active {
    display: block;
  }

#powerPoint .owl-nav{
    top: -15%;
}









.main-header {
    background: url('../images/header-bg.png');
    background-color: #46285a;
    border-bottom: 5px solid #32B9B4;
    background-size: cover;
}
.bg-grey {
    background-color: #eee;
}
.bg-teal {
    background-color: #32B9B4;
}
.hover-bg-purple:hover {
    background-color: #46285a;
    color: #ffffff !important;
}
.hover-bg-none:hover {
    border: 1px solid #46285a;
    background-color: transparent;
    color: #46285a !important; 
}
.trans-ease-in-out {
    transition: .5s ease-in-out;
}
.text-purple {
    color: #46285a;
}
.text-teal {
    color: #32B9B4;
}
.yellow-bottom-border {
    border-bottom: 6px solid #f6b932;
}
.purple-bottom-border {
    border-bottom: 6px solid #7030a0;
}
.grey-bottom-border {
    border-bottom: 6px solid #707070;
}
.brown-bottom-border {
    border-bottom: 6px solid #703816;
}

.tutor-img {
    width: 100%;
    max-width: 80px;
    height: 80px;
}
.lesson-img {
    z-index: 1;
    position: relative;
    margin-bottom: -75px;
}
.lesson-body {
    padding: 75px 1.5rem 1.5rem 1.5rem;
}
.lesson-body .short-desc {
    min-height: 110px;
}
.btn:hover {
    color: #46285a !important;
}
.lesson-img-wrapper {
    position: relative;
    z-index: 0;
}
.content-exmaple-img {
    width: 100%;
    height: auto;
    /* max-height: 350px; */
    padding: 0 55px 0 55px;
    margin-bottom: -2px;
}
.content-exmaple-body {
    margin-top: -1px;
    position: relative;
    z-index: 2;
}
.nav-link {
    background-color: #eee !important;
    border: 1px solid #321d41 !important;
    border-radius: 0!important;
    margin-left: -1px;
    color: #211429 !important;
    font-weight: bold;
}
.nav-link.active {
    background-color: #311d3f !important;
    color: #ffffff!important;
}
.nav-tabs {
    --bs-nav-tabs-border-color: #311d3f54 !important;
}
/* Owl Carousel orverides */
.owl-stage{
    padding-left:0px !important;
}
.owl-nav {
    text-align: end;
    background-color: transparent;
    position: absolute;
    top: -9%;
    right: 18.8%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 30px;
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
    background-color: #32B9B4;
    margin: 5px;
    padding: 0px !important;
    overflow: hidden;
    
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: transparent;
    display: flex;
    margin-top: -5px;
    /* margin: 5px; */
    /* padding: 15px; */
    align-content: center;
    justify-content: center;
    align-items: center;
    
}

.owl-dots {
    /* background: green; */
    text-align: center;
    padding: 2rem 0 1rem;
}
button.owl-dot.active {
    background: #32B9B4 !important;
    width: 70px !important;
    height: 7px !important;
}
.owl-dots button.owl-dot:hover {
    background: #46285a67;
    width: 70px;
    height: 5px;
}
.owl-dots button.owl-dot {
    border: 0px;
    background: #ced4da;
    border-radius: 0px;
    width: 70px;
    height: 3px;
    position: relative;
    margin: 0px;
}


 
.welcome {background-color: #eee;}
.welcome h1 {font-size: 70px; font-weight: 700;}

.hero-item-1-bg {
    background: url('../images/main-slider@2x.png');
    background-size: cover;
    min-height: 350px;
}
/* .hero-item-2-bg {
    background: url('https://www.birthandbeyondbirth.com/wp-content/uploads/2021/02/Home-Page18.png');
} */

.py-85 {padding: 85px 0;}
.intro-box {border: 2px solid #46285a;}
.masterclasses {background-color: #eee;}
.download-cards {width: 100%; display: flex; align-items: center; justify-content: flex-start; align-content: center; flex-direction: row; flex-wrap: wrap; column-gap: 2%; row-gap: 25px;}
.briefs .single-card {width: 49%; height: auto;}
.single-card .content {background-color: #eaeaea; overflow: hidden;}
.single-card .brief-img {height: auto; padding: 0.5rem 2.5rem 0 2.5rem;}
.single-card img {width: 100%; height: 100%; object-fit: cover;}
.copy-academy {background-color: #eeeeee;}
.copy-academy img {width: 100%; height: auto; margin-bottom: -210px}
footer {background-color: #383848; min-height: 250px;}
footer a {text-decoration: none;}
footer .social-icon {width: 100%; max-width: 40px;}


@media (max-width: 1200px) {
    .content-exmaple-img {
        padding: 0 10px 0 10px;
    }

} 
@media (max-width: 768px) {
    .owl-dots button.owl-dot {
        width: 20px !important;
    }
    button.owl-dot.active {
        width: 20px;
    }
    .briefs .single-card {
        width: 100%;
    }
    .owl-nav {
        top: 49%;
        display: flex;
        justify-content: space-between;
        width: 100%;
        right: 0;
    }
    .py-85 {
        padding: 35px 0 35px 0;
    }
    .copy-academy img {
        margin-bottom: 0;
    }
    .content-exmaple-img {
        padding: 0 50px 0 50px;
    }
}
