/* Request a Page css */

.content_description {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.common_black_block {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.common_black_block.black1 {
    padding-bottom: 100px;
}

.common_black_block.black2 {
    padding: 100px 0;
}

.common_black_block.black3 {
    padding-top: 100px;
}

.request_black_block p:last-child {
    margin-bottom: 0;
}

.request_black_block {
    padding: 20px 40px;
    border-left: 3px solid #FFD700;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.request_black_block::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    border-top: 15px solid transparent;
    border-left: 10px solid #FFD700;
    border-bottom: 15px solid transparent;
}

.request_number {
    font-size: 78px;
    font-weight: bold;
    color: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    padding: 40px 20px;
}

.black2 .request_number {
    order: 1;
    margin-right: 0;
    margin-left: 40px;
}

.black2 .request_black_block{
    border-right: 3px solid #FFD700;
    border-left:0px;
}

.black2 .request_black_block::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: inherit;
    right: -1px;
    border-left: 0px;
    border-top: 15px solid transparent;
    border-right: 10px solid #FFD700;
    border-bottom: 15px solid transparent;
}

span.zigzagLine,
span.zigzaglast {
    width: 76%;
    height: 1px;
    background: #FFD700;
    position: absolute;
    left: 12%;
    top: 0;
}

span.zigzaglast {
    top: inherit;
    bottom: 0;
}

span.zigzagLine::before {
    content: "";
    background: #FFD700;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    top: -100px;
}

span.zigzagLine::after {
    content: "";
    background: #FFD700;
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: -100px;
}

span.zigzaglast::before {
    content: "";
    background: #FFD700;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -100px;
}

span.zigzaglast::after {
    content: "";
    background: #FFD700;
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0;
    top: -100px;
}

.cclife_introduction_section {
    margin-bottom: 100px;
}

.request_black_block::before {
    left: -1px;
}

@media only screen and (max-width: 1201px) {
    .request_block_section,
    #contact_form_section {
        margin-bottom: 80px;
    }
    .common_black_block {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 993px) {
    .request_block_section,
    #contact_form_section {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .content_description {
        width: 95%;
    }
    .common_black_block {
        width:95%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 577px){
    .request_number {
        font-size: 32px;
        padding: 20px 5px;
        margin-right: 10px;
    }
    .black2 .request_number {
        margin-left: 10px;
    }
    .request_black_block {
        padding: 15px 15px;
    }
    .common_black_block.black2 {
        padding: 50px 0;
    }
    .common_black_block.black1 {
        padding-bottom: 50px;
    }
    .common_black_block.black3 {
        padding-top: 50px;
    }
    span.zigzagLine, span.zigzaglast {
        width: 86%;
        left: 9%;
    }

}
@media only screen and (max-width: 400px) {
    span.zigzagLine, span.zigzaglast {
        width: 81%;
        left: 11%;
    }
}