/* .card-body {
    margin: 0 -20px !important;
} */

.about-section {
    margin-top: 96px !important;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-padding {
    padding: 10px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #272526;
    width: 30px;
    margin: 0 6px;

}

.card {
    
    width: 100%;
    padding: 20px;
    /* margin: 0 -10px; */
    /* border-radius: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: left !important;
    align-items: left;
    position: relative;
    /* padding: 5px 0 0 0; */
    transition: transform 400ms;
    box-shadow: none;
    }

    .bullet-pointer {
        list-style: none; /* Remove default bullets */
        list-style-type: none;
    }

    .bullet-pointer > li::before  {
        content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #ff5100; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        font-size: 18px;
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }

    fieldset {
        border: 3px solid #ff5100;
        padding: 12px;
    }
    
    legend {
        font-size: 18px;
        font-weight: bold;
        padding: 0 10px;
        width: 70% !important;
        /* // margin: 0 auto; */
    }

    .cc {
        background-color: gainsboro;
    }

    .tab-content {
        padding: 15px;
        border: 1px solid #b6623b;
        box-shadow : 1px 0px 5px #ff5100;
        
    }

    .nav-pills a:hover {
        background-color: #ff5100 !important;
        color: #ffffff;
        box-shadow : 1px 2px 6px #ff5100 !important;
    }

    @media (max-height: 400px) {
    }

    @media (max-width: 576px){
        .about-section {
        margin-top: 55px !important;
        }

        .main-content .marquee {
        margin-top: 0px !important;
        }
    }
