/*
Custom CSS
*/

.card-feature-icon{
padding-top: 77%;
padding-left: 10px;
padding-right: 10px;
}

.image-radius-0{border-radius: 0px;}
.image-radius-10{border-radius: 10px;}
.image-radius-20{border-radius: 20px;}
.image-radius-30{border-radius: 30px;}



html .badge-1 {
	background-color: #9900cc;
}


html .badge-2 {
	background-color: #009999;
}


html .badge-3 {
	background-color: #b7a82e;
}

html .badge-4 {
	background-color: #bf7746;
}

html .badge-5 {
	background-color: #2aa14b;
}

.card-border:after {
	background-color: #04355C;
}

.form-age-pos
{
padding-top: 10px;
}

.border-info-secondary
{
border-color: #04355C;
border-radius: 20px;
max-width: 220px;
}

.tbl-no-line
{
border-color: #04355C;
}



.table > thead > tr > td.no-line,
.table > tbody > tr > td.no-line,
.table > tfoot > tr > td.no-line,
.table > thead > tr > th.no-line,
.table > tbody > tr > th.no-line,
.table > tfoot > tr > th.no-line,
.table > thead > tr.no-line > td,
.table > tbody > tr.no-line > td,
.table > tfoot > tr.no-line > td,
.table > thead > tr.no-line > th,
.table > tbody > tr.no-line > th,
.table > tfoot > tr.no-line > th {
	/*background-color: #212529;*/
	/*color: #FFF;*/
    border-bottom: 0px;
}

.solid-container 
{
    height: 100vh;
}


.cus-ity
{
    
}



.text-red
{
color: #B10000;
}
.text-ylw
{
color: #FFFF00;
}

.features-bx-main
{
    background: #f4f4f4;
    border-radius: 0 0 20px 20px;
    padding: 20px 50px;
    margin-bottom: 50px;
    border: solid 1px #00acc4;
    border-top: 0px;
}


.carratetype{

background-color: #37c0b0;
color: #FFF;
font-weight: 600;
padding: 5px 10px;
text-align: center;
font-size: 16px;
border-radius: 0px 0px 0px 0px;
}
.carraterate{

background-color: #00acc4;
color: #FFF;
font-weight: 300;
padding: 5px 10px;
text-align: center;
font-size: 13px;
border-radius: 0px 0px 0px 0px;

}
