.dol-tool {
    position: relative;
    text-align: center;
    margin: 30px auto 35px !important;
    overflow: hidden;
    transition: 0.5s;
    padding: 0;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
}

.dt-panel {
    display: none;
    padding: 40px 40px 60px;
}

.dol-tool .dt-option {
    display: inline-block;
    background-color: #00b67a;
    padding: 15px 10px;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 160px;
    box-shadow: 0 4px 0 0 #04734f;
    font-weight: bold;
}

.dol-tool .dt-option:hover {
    background-color: #038a5d;
}

.dol-tool .dt-reset {
    display: inline-block;
    background-color: #f3f3f3;
    padding: 3px 5px;
    color: #111111;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    font-size: 14px;
    top: auto;
}


.dol-tool .dt-question {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.05em;
}

.dol-tool .dt-icon-holder {
    border-radius: 50%;
    background-color: #DE1E2B;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
}

.dol-tool i {
    font-size: 50px;
    color: #ffffff;
    padding: 22px 5px;
}

.dt-panel h3 {
    padding-top: 0px;
}

@media only screen and (max-width: 990px) {

.dol-tool .dt-option {
    max-width: 300px;
    margin: 0 auto 20px;
    display: block;
}

.dol-tool .dt-question {
    font-size: 20px;
}

.dt-panel {
    padding: 35px;
}


}

@media only screen and (max-width: 768px) {

.dt-panel {
    padding: 25px 25px 40px;
}

.dol-tool .dt-reset {
    bottom: 14px;
    right: 50%;
    margin-right: -35px;
    width: 70px;
}


}

@media only screen and (max-width: 400px) {

.dt-panel {
    padding: 20px 20px 40px;
}


}