.wrapperqc {
    text-align: center;
}
.success-lst {
    width: 100%;
    border: 1px dotted #23bef5!important;
    border-radius: 10px;
    margin-bottom: 20px;
}
.success-lst ul li {
    list-style: none;
    position: relative
}

.success-lst ul li:after {
    color: #4caf50;
    content: "\e809";
    font-family: ecs;
    left: -20px;
    position: absolute;
    top: 0
}

.success-lst.white {
    border-color: #fff
}

.success-lst.white ul li {
    color: #fff
}

.success-lst.white ul li:after {
    color: #fff
}
#contact .section-header .item {
    border: 1px solid #eae9e7;
    margin-right: 20px;
    padding: 40px 30px;
    text-align: center;
    width: calc((100% - 41px) / 3)
}

#contact .section-header .item i {
    color: #23bef5;
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px
}

#contact .section-header .item:nth-child(3n) {
    margin-right: 0
}

#contact .section-body iframe {
    height: 350px !important;
    width: 100% !important
}

#contact form input, select {
    margin-bottom: 20px;
    margin-right: 20px;
    height: 40px;
    width: calc((100% - 21px) / 2);
    border-radius: 5px
}
#contact form select {
    margin-bottom: 20px;
    margin-right: 20px;
    height: 40px;
    width: calc((100% - 21px) / 2);
    border-radius: 5px
}

#contact form input:nth-of-type(2) {
    margin-right: 0
}
#contact form select:nth-of-type(1) {
    margin-right: 0
}

#contact form textarea {
    height: 200px;
    resize: none;
    border-radius: 5px
}

@media screen and (max-width: 768px) {
    #contact .section-header .item {
        padding: 20px
    }
}

@media screen and (max-width: 450px) {
    #contact .section-header .item {
        margin-right: 0;
        margin-top: 10px;
        width: 100%
    }

    #contact .section-header .item:nth-child(1) {
        margin-top: 0
    }

    #contact form input {
        margin-right: 0;
        width: 100%
    }

    #contact form .btn {
        width: 100%
    }
}
#breadcrumb .breadcrumb-body li:after {
    color: black;
}
