
.navbar {
padding: 0;
background:#dbfffb;
}

.navbar-brand {
    margin-right: 0; /* Reset margin to start at container level */
}

.navbar-nav {
    margin-left: auto;
}

.nav-link {
    padding: 1rem;
}

.navbar-toggler {
    background-color: var(--teal-primary, #0097a7) ; /* Brand Teal */
    color:white !important;

/*border-color: red;  Set toggler border color */
}


.navbar-nav .nav-item a{
    color: var(--navy-primary, #1e3a5f) !important;
}


.login-btn{
    background-color: rgba(0, 82, 73);
    padding: 6px 16px !important;
    margin-top:10px;
    border-radius: 25px;
    font-size: 14px;
}
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    display: none;
}
.card {
    border-radius: 10px;
    box-shadow: 1px 2px #888888;
}
.color005249 {
    color: var(--teal-primary, #0097a7) !important;
}
.bg005249 {
    background-color: var(--teal-dark, #006b7d) !important;
}
.horizontal-line {
    width: 50px;
    height: 2px;
    background-color: black;
    margin: auto; /* Adjust the margin value to control the spacing around the line */
}
.custom-div {
    height: 200px; /* Adjust the height as needed */
    background: linear-gradient(to bottom, var(--teal-dark, #006b7d) 50%, white 50%);
}


.text-content {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Set the text color as needed */
}
.circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30%;
    color: white;
    text-align: center;
    line-height: 30px;

}
.bggreentextwhite{
    background-color: var(--teal-primary, #0097a7); color: white"
}
@media only screen and (min-width: 768px){
    .smalldevice{
        display:none;
    }
}
@media only screen and (max-width: 768px){
    .smalldevice{
        display:block;
    }
}
@media only screen and (min-width: 900px){
    .bccard{
    height:250px !important;
    }
    .headerlogo{
    margin-left:30px;
}
.navlink1{
    padding-left:200px !important;
}
.playbr{
    display:none;
}
.to{
    display:block;
}
.sliderwidth{
        max-width:32%;
    }
}
@media only screen and (max-width: 900px){
    .to{
        display:none;
    }
}

@media only screen and (max-width: 600px){
    .requestvideo,.textcenter{
    text-align:center;
    }
    .playbr{
    display:block;
    margin-top:30px !important;
    }
    .howitworks{
        padding-top:40px;
    }
}

.slideshow,.slideshow1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cards-container, .cards-container1 {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.cardslide {
    flex: 0 0 33.33%; /* Adjust to your desired card width */
    padding: 10px;
}

.controls {
    text-align: center;
    margin-top: 10px;
}

.prev-button,
.next-button, .prev-button1, .next-button1 {
    padding: 5px 10px;
    margin: 0 5px;
}
.cardslider img{
    height:70px;
    width:70px;
    max-height: 70px;
    max-width: 70px;
}

.cardslider{
    margin:10px;
}

.borderradius50{
    border-radius: 50%;
    background-color:white !important;
}
/* .getstartedbutton{

    color: #005249;
    display: inline-block;
    padding: 6px 10px;
    margin-top:20px;
    border-radius: 30px;
    font-size:18px;
} */

.slide-btn a {
    background-color: #b2e79f;
    color: var(--teal-primary, #0097a7);
    display: inline-block;
    margin: 60px 10px 0 0;
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #b2e79f;
    font-weight: 600;
    text-transform: uppercase;
}

.slide-btn a.transparent {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.slide-btn a:hover {
    background-color: var(--teal-primary, #0097a7);
    border-color: var(--teal-primary, #0097a7) ;
    color:white !important;
}
.featureList {
    color: #ffffff;
    text-align: left;
    margin: 10px;
    font-size: 20px;
}
.rightarrow{
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 60%;
}
.count{
    color:var(--teal-primary, #0097a7);
    text-align:center;
    margin-bottom:20px;
}
.count span{
    border-radius:50%;
    border:1px solid #BCEAAC !important;
    padding:6px 24px;
    background:#BCEAAC;
}
h4.card-title{
    font-size: 1.2em !important;
}
.cardslider .card {
    border:1px solid white !important;
    box-shadow: none !important
}
.calltoactionbutton{
    background: var(--teal-primary, #0097a7);
    border-radius: 10px;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
}
.accountcard{
    background:transparent !important;
    box-shadow:none !important;
    height:200px !important;
    border: none;
    /*height before was 270px*/
}
.accountline{
    background:white;
}
.text-lightgrey{
    color:#D3D3D3 !important;
}

.image-overlay {
    position: relative;
    /*height: 400px;  Adjust the height as needed */
    background-image: linear-gradient(
        rgba(0, 151, 167, 0.82),
        rgba(0, 151, 167, 0.82)
    ),
    url("bconline/Rectangle 171.png");
    background-size: cover;
    background-position: center;
}
.btnStyle {
    background: var(--teal-primary, #0097a7);
    border-radius: 10px;
    color: white;
    padding: 7px;
    margin-bottom: 10px;
}
.btnStyle:hover{
    color:white !important;
    background-color: var(--teal-dark, #006b7d);
}
.showBtn{
    background-color: var(--teal-primary, #0097a7);
    color: #ffffff;
}
.showBtn:hover {
    background-color: var(--teal-dark, #006b7d);
    color:#ffffff !important;
}
.carousel-inner .carousel-item img {
    object-fit: cover;
    height: 100%;
}
@media screen and (min-width: 700px) {
    .mdYouTube {
        max-width: 100%;
        max-height: 350px;
        width: 500px;
        height: 300px;
    }
}
.accordion-button:not(.collapsed){
    color: white;
    background-color: black !important;
    border: 1px solid var(--teal-primary, #0097a7);
}
.hideicon{
    list-style-type: none !important;
}
.hr {
    width: 50px;
    height: 10px;
    border: none;
    background-color: black; /* Change color as needed */
}
.verifyhr{
    width:90px;
    text-align:center;
    height:3px !important;
    margin:auto;
    background-color: var(--teal-primary, #0097a7) !important;
    opacity: 1;
}
.circle {
    width: 80px; /* Adjust size as needed */
    height: 80px; /* Adjust size as needed */
    border: 2px solid black; /* Border for the circle */
    border-radius: 50%; /* Makes it a circle */
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-item {
    height: 55vh;
    background-size: cover;
    background-position: center;
  }
  .carousel-caption {
    top: 30%;
    transform: translateY(-50%);
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px; /* Ensure it's near the bottom */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Full width to ensure centering */
    padding: 0;
    margin: 0;
    list-style: none;
  }
.carousel-indicators button {
    background-color: white;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: none;
    align-content: center;
}
.lightgreen{
    color:#BCEAAC !important;
}

/* Auth register tabs active state brand styling */
.nav-tabs .nav-link.active {
    background: var(--teal-primary, #0097a7) !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid var(--teal-primary, #0097a7) !important;
}
.nav-tabs .nav-link {
    border: 1px solid var(--teal-primary, #0097a7);
}

/* Global brand button for auth/register/reset flows */
.bc-register-btn {
    background: var(--teal-primary,#0097a7) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 20px;
    font-weight: 600;
}
.bc-register-btn:hover {
    background: var(--teal-dark,#006b7d) !important;
    color:#fff !important;
}
