h1 {
    margin: 40px 0 15px 0;
}
h2 {
    margin: 40px 0 20px 0;
}
h3 {
    margin: 30px 0 20px 0;
}
}
table {
    margin: 25px 0!important;
}
ul li {
    padding-left: 30px;
    color: #fff;
    background: url(/assets/images/checked.svg) 0 3px no-repeat;
    background-size: 16px auto;
    background-position: left;
    align-items: center;
    margin: 15px 0;
    list-style: none;
}
ol li {
    list-style: decimal;
}
.df-jcsa-aic {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.df-item img {
    max-width: fit-content;
    margin: 0 5px;
}
.breadcrumb {
    display:flex;
    margin-bottom:20px;
    color:#7e7e7e;
    font-size:13px
}
.breadcrumb a {
    color:#7e7e7e
}
.breadcrumb li {
    margin-right:5px
}
.breadcrumb li:after {
    content:" >"
}
.breadcrumb li.active:after {
    display:none
}
.content-wrap {
    padding: 0 5%;
}
.review-item {
    border: 1px solid #dc1f00;
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
}
.review-header {
    display: flex;
    justify-content: space-between;
    padding: 5px 5%;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddcdcd;
    margin-bottom: 10px;
}
.review-text {
    padding: 0 3%;
}
fieldset {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
}
label {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 0;
}
input {
    width: 500px;
    height: 35px;
}
textarea {
    resize: vertical;
    width: 500px;
    height: 100px;
}
button {
    background: #db3a20;
    color: #fff;
    padding: 5px 0;
    margin: 5px 0;
    border-radius: 10px;
    border-color: #db3a20;
}
summary {
    font-size: 22px;
    font-weight: 700;
}
.cta-wrap {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
/*footer start*/
.footer {
    background: #424242;
    padding: 50px 0;
}
.footer-logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-separator {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 20px;
    margin-right: 18px;
    height: 1px;
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,.2) 9.92%,transparent);
    background: linear-gradient(90deg,hsla(0,0%,100%,.2) 9.92%,transparent);
}
.footer-content {
    margin: 25px 0;
}
.footer-content-wrap {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 15px;
}
.contact {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}
.contact-call {
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    margin-top: 4px;
    white-space: pre;
    margin-bottom: 10px;
}
.phone-f {
    margin-bottom: 10px;
}
.mail-f {
    margin-bottom: 10px;
}
.icon {
    display: inherit;
    fill: currentColor;
    -webkit-box-flex: 0;
    flex: none;
    height: 1em;
    overflow: visible;
    font-size: #0472df;
}
.footer-content-item ul {
    margin: 0;
    padding: 0;
}
.footer-content-item ul li {
    background: none;
    margin: 6px 0;
    padding: 0;
}
.footer-content-item a {
    color: #ababab;
}
.footer-content-item a:hover {
    color: #ff3a1a;
}
.footer-copuright p {
    margin-top: 20px;
    font-size: 12px;
    color: #ffffff80;
}
/*footer end*/
@media (max-width:768px) {
    ol, ul {
        padding-left: 0!important;
    }
    input {
        width: 100%;
        height: 35px;
    }
    textarea {
        resize: vertical;
        width: 100%;
        height: 100px;
    }
    .df-jcsa-aic {
        flex-direction: column;
    }
    .footer-content-wrap {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 350px) {
    .footer-content-wrap {
        grid-template-columns: 1fr;
    }
}