/*Estimate request 01 menu*/
.container-estimate {
    /* padding-left: 408px; */
    /* padding-right: 408px; */
    margin: 0 auto;
}
.estimate-content {
    width:1105px;
    margin:auto;
}
.title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
}
.card-menu {
    width: 33%;
    height: 200px;
    margin: 1rem;
    background: #FFFFFF;
    border: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5 !important;
    border-radius: 0;
}


.card-menu a:hover h5{
   color: #ffffff;
   font-weight: bold;
}

#menu-1:hover{
    background-color: #13395C;
 }
 #menu-2:hover{
    background-color: #13395C;
 }
 #menu-3:hover{
    background-color: #13395C;
 }

 
.card-title {
    margin-top: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6rem;
    color: #000000;
}

.card-image img {
    width: 4rem;
}
