#divorce-cost-estimation-tool.dol-tool {
    position: relative;
    text-align: center;
    margin: 40px auto 45px !important;
    overflow: hidden;
    transition: 0.5s;
    min-height: 500px;
    border: none;
    background: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 3%, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 1) 100%);
    max-width: 840px;
    border-radius: 10px;
    padding: 35px 20px 90px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#divorce-cost-estimation-tool .dt-panel {
    display: none;
    padding: 40px;
}

#divorce-cost-estimation-tool.dol-tool .dt-option {
    display: inline-block;
    background-color: #f27935;
    padding: 15px 20px;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 160px;
    box-shadow: 0 4px 0 0 #cd5f21;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 17px;
}

#divorce-cost-estimation-tool .dt-back-reset {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    font-size: 17px;
    left: 0;
    width: 100%;
    display: none;
}

#divorce-cost-estimation-tool .dt-back-reset > div {
    display: inline-block;
    margin: 0 60px;
    cursor: pointer;
    opacity: 0.7;
}

#divorce-cost-estimation-tool .dt-back-reset > div:hover {
   opacity: 1;
}

#divorce-cost-estimation-tool.dol-tool .dt-question {
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 30px;
    letter-spacing: normal;
    color: #111;
    max-width: 620px;
}

#divorce-cost-estimation-tool.dol-tool .dt-question ul li {
    text-align: left;
    font-size: 18px;
    padding-bottom: 9px;
    font-weight: 500;
}

#divorce-cost-estimation-tool .dt-panel h3 {
    padding-top: 0px;
    color: #111;
    margin-bottom: 40px !important;
}

#divorce-cost-estimation-tool > h2 {
    color: #111;
    font-size: 32px;
    font-weight: 700 !important;
    padding: 20px 15px 20px;
    margin: -35px -20px 45px !important;
    background: #2a252f;
    color: #ffff;
    text-transform: capitalize;
}

#divorce-cost-estimation-tool .dt-choice-container {
    overflow: auto;
}

#divorce-cost-estimation-tool .dt-choice {
    display: block;
    float: left;
    width: 48%;
    background-color: #aed0d0;
    padding: 15px 10px;
    color: #000000;
    border-radius: 5px;
    cursor: pointer;
    min-width: 160px;
    box-shadow: 0 4px 0 0 #94b9b9;
    font-weight: bold;
    margin: 0 1% 17px;
}

#divorce-cost-estimation-tool .dt-choice.active-choice, #divorce-cost-estimation-tool .dt-choice:hover {
    background-color: #1f8282;
    box-shadow: 0 4px 0 0 #195d5d;
    color: #ffffff;
}

#divorce-cost-estimation-tool #progress-wrapper, #divorce-cost-estimation-tool #progress-bar  {
    height: 10px;
    border-radius: 5px;
}

#divorce-cost-estimation-tool #progress-wrapper {
    width: 70%;
    margin: 10px auto;
    background-color: #f1f1f1;
    position: relative;
    left: 20px;
}

#divorce-cost-estimation-tool #progress-bar {
    width: 0%;
    background-color: #007700;
}

#divorce-cost-estimation-tool #progress-bar-title {
    position: absolute;
    left: -50px;
    top: -7px;
    background: transparent;
    padding: 0;
    color: #111;
    font-weight: bold;
    font-size: 16px;
}

#divorce-cost-estimation-tool #progress-bar:before {
    display: block;
    right: -2px;
    position: absolute;
    top: -5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "fontello";
    font-weight: 900;
    content: '\e811';
    color: #fff;
    z-index: 730;
    border-radius: 50%;
    line-height: 1;
    background: #111;
    padding: 4px;
    font-size: 12px;
}

#divorce-cost-estimation-tool .end-panel {
    display: block;
    border-radius: 3px;
    display: none;
    position: relative;
    margin: 0px auto;
    max-width: 1100px;
}

#divorce-cost-estimation-tool .end-panel > p,
#divorce-cost-estimation-tool .end-panel > p a {
    color: #fff;
}

#divorce-cost-estimation-tool .end-panel > p a {
    text-decoration: underline;
}

#divorce-cost-estimation-tool .end-panel h3 {
    color: #111;
    font-size: 24px;
    margin-bottom: 20px !important;
    min-height: 60px;
}

#divorce-cost-estimation-tool .recommended-service {
    border: none;
    padding: 0px;
    background: #fff;
    position: relative;
    max-width: 920px;
    margin: 0px auto 40px;
    overflow: auto;
}

#divorce-cost-estimation-tool .cta-title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

#divorce-cost-estimation-tool .divorce-length {
    background: #b92d2b;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

#divorce-cost-estimation-tool .cta-info {
    margin: 20px auto 10px;
}

#divorce-cost-estimation-tool .cta-buttons {
    padding: 25px 0 5px;
}

#divorce-cost-estimation-tool .cta-buttons a {
    display: inline-block;
    background-color: #f27935;
    padding: 15px 11px 14px 20px;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 160px;
    box-shadow: 0 4px 0 0 #cd5f21;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center!important;
    font-size: 17px;
}

#divorce-cost-estimation-tool .cta-table {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #ddd;
}

#divorce-cost-estimation-tool .cta-table .price-feature-comparison-element-table td,
#divorce-cost-estimation-tool .cta-table .price-feature-comparison-element-table thead th {
    width: 40%;
}

#divorce-cost-estimation-tool .cta-table .price-feature-comparison-element-table td:first-child,
#divorce-cost-estimation-tool .cta-table .price-feature-comparison-element-table thead th:first-child {
    width: 20%;
}

#divorce-cost-estimation-tool span > a, #divorce-cost-estimation-tool a {
    color: #B92D2B;
    text-decoration: none;
}

#divorce-cost-estimation-tool a i {
    font-size: inherit;
    padding: 0;
}

#divorce-cost-estimation-tool .cta-buttons a i.icon-phone {
    transform: scaleX(-1);
    display: inline-block;
}

#divorce-cost-estimation-tool span.dce-savings {
    background: #007700;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
}

#divorce-cost-estimation-tool .cta-savings {
    margin-bottom: 20px;
}

#divorce-cost-estimation-tool span.dce-location {
    background: #fffad0;
    padding: 5px 9px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
}

#divorce-cost-estimation-tool span.dce-location-cost {
    background: #fd0000;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
}

@media only screen and (max-width: 990px) {


    #divorce-cost-estimation-tool .dol-tool .dt-option {
        max-width: 300px;
        margin: 0 auto 20px;
        display: block;
    }

    #divorce-cost-estimation-tool > h2 {
        font-size: 24px;
    }

    #divorce-cost-estimation-tool .dol-tool .dt-question {
        font-size: 20px;
    }

    #divorce-cost-estimation-tool #progress-wrapper {
        margin: 10px auto 20px;
    }

    #divorce-cost-estimation-tool .dt-choice {
        width: 98%;
    }

    #divorce-cost-estimation-tool .dt-panel {
        padding: 40px 0px;
    }

    #divorce-cost-estimation-tool .cta-buttons a:first-child {
        margin-bottom: 30px;
    }

    #divorce-cost-estimation-tool .cta-title {
        font-size: 18px;
    }

    #divorce-cost-estimation-tool .cta-info {
        font-size: 17px;
    }

}

@media only screen and (max-width: 768px) {

    #divorce-cost-estimation-tool .dt-back-reset>div {
        margin: 0 40px;
    }

    #divorce-cost-estimation-tool .dt-back-reset {
        bottom: 25px;
    }

    #divorce-cost-estimation-tool.dol-tool {
        margin: 15px auto 20px !important;
    }

    #divorce-cost-estimation-tool .dol-tool .dt-question {
        font-size: 18px;
    }

}

@media only screen and (max-width: 400px) {


    #divorce-cost-estimation-tool .end-panel {
        padding: 20px 0;
    }

    #divorce-cost-estimation-tool .recommended-service {
        padding: 15px 10px;
    }

    #divorce-cost-estimation-tool .dt-back-reset>div {
        margin: 0 30px;
    }


}