body{
    height: 1500px;
}

.colHead{
    text-align: center;
}

.headerP{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-top: 35px;
}

#card hr{
    /* height: 50px !important; */
    display: inline-block !important;
    width: 20%;
    border: 2px solid #545454;
    margin-top: -20px
}

#card img{
    box-shadow: 2px 1px #f6f6f6;
}

#card a{
    width:47%;
    border-radius: 3px;
    color: #3b3b3b !important;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0px !important;
}


#card a:hover{
    color: #fff !important;
}

#card .colRight{
    /* border-left: 1px solid #dedede; */
    /* background-color: #f9f9f9; */
}

#card .headerPRight{
    /* text-align: center; */
    font-size: 15px;
    font-weight: bold;
    margin-top: 35px;
    border-left: 3px solid #31a314;
}

#card .colRight .cardTitle{
    background-color: #27cb00;
    /* width: 23%; */
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px; 
}

#card .colRight .cardText {
    /* background-color: #27cb00; */
    /* width: 23%; */
    /* display: inline-block; */
    font-size: 13px;
    /* padding: 5px 10px;  */
}

#card .colRight .cardBodyRight{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    
}


/* faq */

#faq{
    background-color: #f8f8f8;
    padding: 20px;
    padding-bottom: 90px;
}

#faq h3{
    color: #24b500 !important;
    
}

.accordion .accordion-button{
    color: #000 !important;
}

.dropdown-menu{
    font-size: 10px;
    width: 60px;

}

footer{
    background-image: url(../../assets/img/footer2-min.png);
    min-height: 150px;
    background-size: cover;
    border-top: 1px solid #000;
    background-position-y: -40px;
    text-align: center;
      box-shadow: 10px 10px 10px 10px #8e8d8d;
}

footer P{
    margin-top: 65px;
    color: #fff;
    /* font-weight: bold; */
  
}