@media (max-width: 600px)
{
    .wizard > .steps > ul > li
    {
        width: 50%;
    }

    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active
    {
        margin-top: 0.5em;
    }

    .wizard.vertical > .steps,
    .wizard.vertical > .actions
    {
        display: block;
        float: none;
        width: 100%;
    }

    .wizard.vertical > .content
    {
        display: block;
        float: none;
        margin: 0 0.5em 0.5em;
        width: auto;
    }
}

@media (max-width: 480px)
{
    .wizard > .steps > ul > li
    {
        width: 100%;
    }
}
@media (min-width: 687px)
{
    .wizard > .steps > ul > li
    {
        width: 33.3%;
    }
}
.wizard .steps{
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
}
.wizard > .steps a{
    background-color: #fff !important;
}
.wizard > .steps .current a, .wizard > .steps .done a{
    color: #191825 !important;
    position: relative;
}
.wizard > .steps .current a::after, .wizard > .steps .done a::after{
    content: "";
    height: 1px;
    width: 90%;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 52%;
    left: 35px;
    z-index: 1;
}
.wizard > .steps .number{
    font-size: 1.429em;
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-grid;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    color:#aaa !important;
    border: 1px solid #aaa;
}
.wizard > .steps .current .number, .wizard > .steps .done .number{
    background: #976469;
    color:#fff !important;
    border: 1px solid #976469;

}
.steps .title{
    background: #fff;
    z-index: 2;
    position: relative;
    padding-right: 15px;
}
.span-radio-btn{
    position: absolute;
    right: -30px;
    font-size: 24px;
    border: 3px solid #ddd;
    border-radius: 50%;
    line-height: 0.5;
    width: 30px;
    height: 30px;
}
.span-radio-btn i{
    display: none;
}
.testimonial-three__single.active .span-radio-btn i{
    display: block;
}
.testimonial-three__single.active .span-radio-btn{
    color: #976469;
    border: 0;
    font-size: 28px;
}
.testimonial-three__single{
    margin-bottom: 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
}
.testimonial-three__single.active{
    border: 2px solid #976469;
}
a[href$='#previous'] { 
    display: none !important;
}
a[href$='#next'], a[href$='#finish'] { 
    width: 99%;
    padding: 1em 1em !important;
    text-align: center !important;
    font-size: 22px;
    padding: 28px 10px;
    background: rgb(25,24,37);
    background: linear-gradient(90deg, rgba(25,24,37,1) 0%, rgba(116,77,81,1) 50%, rgba(153,102,107,1) 100%) !important;
}
.actions ul, .actions ul li{
    width: 100%;
}
.news-details__title span i {
    color:#976469;
}















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
