@font-face {
    font-family: ITC Avant Garde Pro Md;
    src: url(../fonts/ITCAvantGardePro-Bold.otf);
}

@font-face {
    font-family: ITC Avant Garde Pro Md;
    src: url(../fonts/ITCAvantGardePro-Md.ttf);
}

#quotation {
    padding: 100px 0;
    font-family: ITC Avant Garde Pro Md;
    text-transform: capitalize;
    background-color: #eee;
    position: relative;
}
#quotation .page{
    background-color: #fff;
    margin:50px;
    padding: 50px 0;
    position: relative;
}
#quotation .page .right{
    position: absolute;
    right: 0;
    bottom: 230px;
    opacity: .2;
    width: 550px;
}
#quotation .page .left{
    position: absolute;
    left: 0;
    top: 50px;
    opacity: .2;
    width: 300px;
}

#quotation header h2 {
    color: #002060;
    font-size: 34px;
    font-weight: bolder;
    text-align: center;
    text-transform: capitalize;

}
#quotation nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

#quotation .logo {
    width: 200px;
}

#quotation .logo img {
    width: 100%;
    object-fit: contain;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#quotation .quotation-head ul.dt-info li {
    margin-bottom: 10px;
}

#quotation .quotation-head ul li {
    color: #273c90;
    font-weight: normal;
}

#quotation .quotation-head ul li.sm-logo {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

#quotation .quotation-head ul li.sm-logo img {
    width: 40px;
}

#quotation .quotation-head ul li.sm-logo h6 {
    font-size: 16px;
    margin: 0 5px;
    font-weight: bold;
}

#quotation .quotation-body table {
    margin: 50px 0;
}

#quotation .quotation-body table thead {
    background-color: #002060;
    color: #fff;
}

#quotation .quotation-body table .total {
    font-weight: bold;
}

#quotation .quotation-body table th{
    padding: .9rem .5rem;
}

#quotation .quotation-body table tbody tr {
    color: #002060;
}

#quotation .info {
    color: #002060;
}

#quotation .footer {
    color: #002060;
}

#quotation .footer i {
    color: #002060;
    font-size: 16px;
}

#quotation .footer hr {
    color: #2a9204;
    height: 3px;
    opacity: 1;
}
#quotation .footer h6{
    font-weight: bolder;
    margin-bottom: 20px;
}
#quotation .terms-content{
    color: #002060;
}
#quotation .terms-content ul{
    padding: 10px 40px;
}
#quotation .terms-content ul li{
    margin-bottom: 15px;
    font-size: 17px;
}
#quotation .terms-content h5{
    font-size: 20px;
    font-weight: bolder;
}
#quotation .terms-content h4{
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0 !important;
    padding: 10px;
}
#quotation .terms-content h4 strong{
    font-size: 20px;
    font-weight: bolder;
}




.d-flex{
    display: flex;
    align-items: center;
}