a {
    text-decoration: none;
}
h1 {
    color: black;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}
h2 {
    color: #000;
    font-size: 25px;
    font-weight: 400;
}
h3 {
    color: black;
    font-size: 18px;
    font-weight:600;
}
.mag {
    margin-top: 54px;
    margin-bottom: 116px;
}
.process {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.process > .box {
    margin: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 20;
    min-height: 100px;
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cir {
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    background-color: white;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    font-weight: 800;
}
.process > .box:not(:last-child)::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 5;
    right: -30px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid  #000;
    transform: rotate(0deg);
}
/* .process > .bg1{
    background-color: #00d4ff;
}
.process > .bg2{
    background-color: #7ae2fc;
}
.process > .bg3{
    background-color: #d7ecfa;
}
.process > .bg4{
    background-color: #d7ecfa;
}
.process > .bg5{
    background-color: #d7ecfa;
} */
.illustratebox {
/*     background-color: #d7ecfa98; */
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.3);
}
.illustrate {
    padding: auto;
    height: 250px;
    overflow-y: scroll;
    color: black;
}
.btnbox {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.btn {
    width: 120px;
    height: 30px;
    line-height: 1.2;
}
.agree:hover{
    background-color: #74a9cd;
    border: #74a9cd;
}
/* saler */
.salerbox {
    border-right: 1px solid #b9d4e6;
    padding: 0 20px 0 20px;
}
.salebox input{
    background-color: white;
    border: 1px solid black;
    outline: none;
}
.buyerbox{
    padding: 0 20px 0 20px;
}
/* buyer */
.buy {
    border-right: 1px solid none;
}
.buy input {
    background-color: white;
    border: 1px solid black;
    outline: none;
}
/* checkpage */
.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px dashed #d9d9d9;
}
.checkbox h3{
    line-height: 30px;
    display: inline-block;
}   
.checkbox h3:first-child {
    font-size: 15px;
/*     min-width: max-content; */
    width: 25%;
}
.checkbox h3:nth-child(2) {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    width: 75%;
}
@media screen and (max-width: 991px) {
    .salerbox {
        border-right: none;
        padding: 20px;
    }
    .buyerbox{
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .process > .box {
        min-height: 100px;
        padding: 0;
    }
    h3 {
        font-size: 15px;
    }
}
