.logo-main {
    position: absolute;
    top: 6px;
    height: 120px;
    z-index: 1;
}

.strapline {
    color:rgb(168, 205, 104);
}


.bg-image2 {
    background-image:url('/images/green_crystal.png');
}

.bg-darkgray {
    background-color: rgb(230, 230, 230);
}

.bg-hc {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/img/hc-hero1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
}

.bg-vs {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/cg_scan.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-study {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/study_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-join {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/join_us.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-ffs {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/ffs-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-privacy {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/img/privacy.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-map {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/video/map8.mp4');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-lg {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/chat.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    max-height: 500px;
}

.vs-h1 {
    color: black;
    text-shadow: 3px 3px 20px lightgrey,
    -2px 1px 30px lightgrey;
}

.vs-text-shadow {
    color: White;
    text-shadow: 3px 3px 20px #027913,
    -2px 1px 30px #027913;
}

.vs-text-shadow-blue {
    color: White;
    text-shadow: 3px 3px 20px #024479,
    -2px 1px 30px #024479;
}



@media (min-width:300px) {
    .hero-title {
        font-size: 24px;
        color: white !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 24px;
        color: black !important;
        text-shadow: 1px 1px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:20px;
    }

    
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 10px;
        font-weight: 900;
        margin-top: -50px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 12px;
        font-weight: 400;
        margin-top: -10px;
        padding-right: 80px;
    }

    .bg-image2,.bg-lg,.bg-privacy,.bg_terms {
        height:400px;
    }
    .bg-hc {
        height:400px;
    }
    

}

@media (min-width:500px) {
    .hero-title {
        font-size: 28px;
        color: white !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 28px;
        color: Black !important;
        text-shadow: 1px px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:20px;
    }
    
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 12px;
        font-weight: 900;
        margin-top: -50px;
        margin-left: 10px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 15px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 150px;
    }

    .bg-image2,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:440px;
    }

}


@media (min-width:600px) {
    .hero-title {
        font-size: 32px;
        color: #fff !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 32px;
        color: Black !important;
        text-shadow: 1px 1px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:30px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 12px;
        font-weight: 900;
        margin-top: -57px;
        text-align: left;
        margin-left: 35px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 18px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 120px;
    }
    .bg-image2,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:460px;
    }
}

@media (min-width:768px) {
    .hero-title {
        font-size: 32px;
        color: #fff !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 32px;
        color: Black !important;
        text-shadow: 1px 1px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:30px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 13px;
        font-weight: 900;
        margin-top: -55px;
        text-align: left;
        margin-left: 25px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 100px;
    }
    .bg-image2,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:480px;
    }
}

@media (min-width:800px) {
    .hero-title {
        font-size: 34px;
        color: #fff !important;
        text-shadow: 3px 3px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 34px;
        color: Black !important;
        text-shadow: 2px 2px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 90px;
        margin-top:40px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 14px;
        font-weight: 900;
        margin-top: -65px;
        margin-left: 20px;
    }
    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: 0px;
        padding-right: 0px;
    }
    .bg-image2,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:708px;
    }
}

@media (min-width:900px) {
    .hero-title {
        font-size: 36px;
        color: #fff !important;
        text-shadow: px 3px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 36px;
        color: Black !important;
        text-shadow: 2px 2px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 100px;
        margin-top:40px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 14px;
        font-weight: 900;
        margin-top: -70px;
        margin-left: 35px;
    }
    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 0px;
    }
    .bg-image2,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:708px;
    }
}

@media (min-width:1000px) {
    .hero-title {
        font-size: 50px;
        color: #fff !important;
        text-shadow: 3px 3px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 50px;
        color: Black !important;
        text-shadow: 2px 2px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 120px;
        margin-top:25px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 18px;
        font-weight: 900;
        margin-top: -65px;
        margin-left: 65px;
    }
    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: 0px;
        padding-right: 100px;
    }
    .bg-image2,.bg-lg,.bg-privacy,.bg_terms {
        height:708px;
    }

    .bg-hc {
        height:500px;
    }
}

@media (max-width: 1000px) {
    .hide-on-small {
      display: none;
    }
    .page-title {
        margin-top: 5rem !important;
        margin-bottom: 1.5rem !important;
    }
  }
  

.bg-lightgreen {
    background-color: rgba(233, 255, 224, 0.65);
    border-radius: 15;
}


.bg-cggreen {
    background-color: rgb(33, 155, 36);
    background: linear-gradient(90deg, rgb(66, 157, 67) 0%, rgb(54, 154, 56) 35%, rgba(33, 155, 36,1) 100%);
    color:white;
}

.cgnav-link {
    color: white !important;
    font-size: 1rem !important;
}

.cgnav-link.active {
    background : red !important;
    color: white !important;
}



.cg-faq-heading {
    color: red !important;
}


.reg-video {
	width: 100% !important;
	height: auto !important;
	z-index: -1;
}

.carousel-control-next-icon:after {
    content: "" !important;
}

.bg_your_data {
    background-image:url('/img/your_data.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_terms {
    background-image:url('/img/terms.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.transparent-bg {
    background-color: transparent;
  }

  .text-white {
    color: white;
  }

.card-link {
text-decoration: none;
color: inherit;
}
/* Optional: Change hover effect for the card */
.card-link:hover {
text-decoration: none;
box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
/* Custom grey text for card body */
.card-body {
color: grey;
font-size: small;
}

.tile:hover {
    color: #41a4dc;
    box-shadow: 0 0 5px #41a4dc;
    text-shadow: 0 0 1px #41a4dc;
}

ul.green-check {
    list-style-type: none;
    padding-left: 0;
  }
  ul.green-check  li {
    position: relative;
    padding-left: 1.5em;
  }
  ul.green-check  li::before {
    content: '\f14a';  /* FontAwesome code for checkmark */
    font-family: "Font Awesome 5 Free";  /* FontAwesome font family */
    font-weight: 900;  /* FontAwesome font weight */
    font-size: larger;
    position: absolute;
    left: -0;
    top: 50%;
    color: green;
    transform: translateY(-50%);
  }

  .blink_me {
    animation: blinker 1.5s linear infinite;

  }
  
  @keyframes blinker {
    50% {
      opacity: 0.5;
    }
  }

  .cookie-banner {
    position: fixed;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    text-align: center;
    z-index: 1000;
    display: flex; /* Add this */
    justify-content: center; /* Add this */
    align-items: center; /* Add this */
  }
  
  /* Footer //// */
footer {
    background-color: #d6f0e0;    
}
footer u {
    list-style-type: disc !important;
}
footer li.list-group-item {
    list-style-type: disc !important;
    background-color: inherit;
    padding: 0.1rem 0 !important;
}
footer li.list-group-item a:hover{
    text-decoration: underline !important;
}
footer .list-group-item:first-child {
    padding-top: 0 !important;
}
footer .list-group-item:last-child {
    padding-bottom: 0 !important;
}
footer i.fa-facebook {color: #43609c;}
footer i.fa-twitter {color: #1DA1F2;}
footer i.fa-instagram {color: #C13584;}
footer i.fa-link {color: lightsteelblue;}

footer div.footer-copyright{
    background-color: #393d40;
    color: #f7f7f7;
}
/* //// Footer */

