html {
    margin: 0;
}

body,
p,
div,
span,
a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

body,
.bg-black {
    background-color: #000;
}

a {
    cursor: pointer;
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

@media (min-width: 992px) {
    body,
    p,
    div,
    span,
    a {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
    }
    h1 {
        font-size: 48px;
        font-weight: 500;
    }
    h2 {
        font-size: 32px;
        font-weight: 500;
    }
    h3 {
        font-size: 24px;
        font-weight: 500;
    }
    h4 {
        font-size: 20px;
        font-weight: 500;
    }
    h5 {
        font-size: 18px;
        font-weight: 500;
    }
    h6 {
        font-size: 16px;
        font-weight: 500;
    }
}

.min-w-200 {
    min-width: 200px;
}


/*Header*/

header .nav-item {
    min-width: 150px;
    text-align: center;
}


/*Footer*/

.footer-bg {
    background-image: url(https://www.greycampus.com/hubfs/footer%20bg.webp);
    background-size: cover;
    background-position: center;
}


/*social follow in footer*/

.social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.social-links__icon {
    background-color: #34aeb5;
    border-radius: 10px;
    display: inline-flex;
    height: 40px;
    margin: 0 5px;
    position: relative;
    width: 40px
}

.social-links__icon:hover,
.social-links__icon:focus {
    background-color: #39bfc7
}

.social-links__icon:active {
    background-color: #39bfc7
}

.social-links__icon svg {
    fill: #FFF;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
    fill: #FFF
}


/*Disclaimer*/

#disclaimer-content {
    max-width: 600px;
    background: #000;
    border-radius: 15px;
    bottom: 65px;
    right: 0;
    display: none;
    z-index: 99
}

.arrow-bottom:after {
    content: " ";
    position: absolute;
    right: 50%;
    bottom: -12px;
    border-top: 15px solid black;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 0
}

.disclaimer_container:hover #disclaimer-content {
    display: block;
}


/* worksshop by location*/

.product-name {
    transition: all .2s ease-in-out
}

.product-name:hover {
    background-color: #34aeb5;
    color: white !important
}

.city-list {
    display: none;
    position: absolute;
    top: -3px;
    transition: all .2s ease-in-out
}

.product-city-list:hover .city-list {
    display: block;
    height: 400px;
    overflow-y: auto;
}

.hover-text-primary {
    color: black;
    transition: all .2s ease-in-out
}

.hover-text-primary:hover {
    color: #39bfc7 !important
}

.workshop_dropdown {
    min-height: 400px;
    min-width: 650px
}


/*Upcoming dates*/

.rounded-30 {
    border-radius: 30px;
}

.color-mutued {
    color: #A5A5A5;
}

.date-column {
    background-color: #A5A5A5;
    border-radius: 30px;
    border-bottom-right-radius: 0px !important;
}

.batch-row {
    border: 1px solid #34AEB5;
}

.batch-row:hover {
    border: 1px solid #171515;
    background-color: #171515;
}

.text-black {
    color: #000;
}

.cs-hr {
    height: 2px !important;
    background: #000 !important;
    opacity: 0.7;
}

.catagory-btn {
    border: 1px solid #34aeb5;
    color: white;
    border-radius: 6px;
}

.catagory-btn-active {
    background: #34aeb5;
    color: #000;
}
.rounded-15 {
    border-radius: 15px !important;
}
.accordion-button.collapsed{
  background: transparent;
  border: 1px solid #34AEB5;
}
.accordion-button{
  padding: 10px 15px;
}
.accordion-button:not(.collapsed){
  background: #34AEB5;
}