.estimate {
	border: 0 solid #000000;
	border-right: 0 solid #000000
}

.keypointsheader {
    text-align: center;
}
.box-rounded-left {
    border-radius: 10px 0px 0px 10px;
}
.box-rounded-right {
    border-radius: 0 10px 10px 0px;
}
.box-rounded-bottom {
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 3px 2px 0px #4e7d8f;
}
.box-rounded-top {
    border-radius: 10px 10px 0px 0px;
}
.box-rounded {
    border-radius: 10px;
    box-shadow: 3px 3px 2px 0px #4e7d8f;
}

.bold-first-li li:first-child {
    list-style-type: none;
    font-weight: bold;
}
.heading {
    cursor: pointer;
}
.content {
    
}