/*--------------------------------------------------------------
                   Process Steps
--------------------------------------------------------------*/

/*style 1*/
.iq-process-step .iq-before-img {
    position: absolute;
    right: -20%;
    top: 15%;
}

.text-left .iq-process-step .iq-before-img {
    right: 15%;
}

.text-right .iq-process-step .iq-before-img {
    left: 10%;
    right: auto;
}

.iq-before-img {
    position: absolute;
    right: -20%;
    top: 15%;
}

.iq-process-step-style-1 .iq-process-step {
    position: relative;
    display: block;
}

.iq-process-step-style-1 .iq-process-step .iq-step-content {
    margin-bottom: 30px;
    text-align: center;
    background: var(--white-color);
    height: 110px;
    width: 110px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    position: relative;
    top: 0;
    display: inline-block;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.iq-process-step-style-1 .iq-process-step:hover .iq-step-content {
    top: -8px;
}

.iq-process-step-style-1 .iq-process-step .iq-step-content i {
    font-size: var(--font-size-h2);
    line-height: 110px;
    color: var(--primary-color);
}

.iq-process-step-style-1 .iq-process-step .step-number {
    font-size: var(--font-size-18);
    background: var(--primary-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: var(--white-color);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.iq-process-step-style-1 .iq-process-step h5 span {
    height: 6px;
    width: 6px;
    background: var(--primary-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 6px;
}

.iq-process-step-style-1 .iq-process-step .iq-step-text-area .iq-step-title {
    margin-bottom: 10px;
}

.iq-process-step-style-1 .iq-process-step .iq-step-text-area .iq-step-desc {
    display: block;
}

/*style 6*/
.iq-process-step-style-6 .iq-process-step {
    position: relative;
    display: block;
    padding: 0 15px;
}

.iq-process-step-style-6 .iq-process-step .iq-step-content .step-number {
    background: var(--white-color);
    border-radius: 100px;
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
    color: var(--color-theme-black);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    font-weight: var(--font-weight-semi-bold);
    top: 15px;
    right: 30%;
    z-index: 1;
}

.iq-process-step-style-6 .iq-process-step .iq-step-content {
    margin-bottom: 30px;
}

.text-left.iq-process-step-style-6 .iq-process-step .iq-step-content .step-number {
    left: 0;
    right: auto;
}

.text-right.iq-process-step-style-6 .iq-process-step .iq-step-content .step-number {
    right: 0;
    left: auto;
}

.iq-process-step-style-6 .iq-process-step .iq-step-text-area .iq-step-title {
    margin-bottom: 10px;
}

/*style 8*/
.iq-process-step-style-8 .iq-process-step {
    background: var(--white-color);
    position: relative;
    display: block;
    padding: 0 30px;
}

.iq-process-step-style-8 .iq-process-step .iq-step-content {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    position: relative;
    font-weight: var(--font-weight-semi-bold);
    z-index: 1;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
}

.iq-process-step-style-8 .iq-process-step .iq-step-content .step-number span {
    width: 87px;
    height: 87px;
    line-height: 87px;
    color: var(--white-color);
    text-align: center;
    background: var(--primary-color);
    display: inline-block;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.iq-process-step-style-8 .iq-process-step .iq-step-content .step-number .step_icon {
    height: 87px;
    line-height: 87px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding-left: 30px;
    border-radius: 0;
}

.iq-process-step-style-8 .iq-process-step .iq-step-content .step-number img {
    width: 60px;
}

.iq-process-step-style-8 .iq-process-step .iq-step-content i {
    font-size: var(--font-size-45);
    color: var(--primary-color);
}

.iq-process-step-style-8 .iq-process-step .iq-step-text-area .iq-step-desc {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}

/*process step style 9  */
.iq-process-step-style-9 {
    background: transparent;
    position: relative;
    padding-top: 30px;
}

.iq-process-step-style-9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: var(--iq-process-step-9);
    border-radius: 8px;
    transition-property: left right;
    transition-duration: 0.9s;
    transition-timing-function: ease-out;
}

.iq-process-step-style-9::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 6px;
    background-color: var(--primary-color);
    -webkit-border-radius: var(--border-radius-box);
    border-radius: var(--border-radius-box);
    transition-property: left right;
    transition-duration: 0.9s;
    transition-timing-function: ease-out;
}

.iq-process-step-style-9:hover::after {
    width: 100%;
}

.iq-process-step-style-9 .iq-process-step {
    padding: 45px 40px;
    background-color: var(--white-color);
    -webkit-border-radius: var(--border-radius-box);
    border-radius: var(--border-radius-box);
}

.iq-process-step-style-9 .iq-step-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.iq-process-step-style-9 .iq-step-content .hover-img {
    max-width: 100px;
    max-height: 100px;
}

.iq-process-step-style-9 .step-number {
    color: var(--primary-color);
    font-size: var(--font-size-normal);
    text-transform: uppercase;
    font-weight: var(--font-weight-semi-bold);
    padding: 8px 10px;
    background-color: var(--process-step-bg);
    -webkit-border-radius: var(--border-radius-box);
    border-radius: var(--border-radius-box);
}

.iq-process-step-style-9 .iq-step-title {
    margin-top: 35px;
    margin-bottom: 20px;
}

.iq-process-step-style-9 .iq-step-desc {
    margin-top: 20px;
    margin-bottom: 45px;
    font-size: var(--font-size-body);
}

/* hover */
.iq-process-step-style-9:hover, .iq-process-step-style-9.active {
    box-shadow: var(--global-box-shadow);
    -moz-box-shadow: var(--global-box-shadow);
    -webkit-box-shadow: var(--global-box-shadow);
}

/* iq-process-step-style-10 */
.iq-process-step-style-10 {
    background-color: var(--global-body-bgcolor);
    padding: 70px 50px;
    -webkit-border-radius: var(--border-radius-box);
    border-radius: var(--border-radius-box);
}

.iq-process-step-style-10 .iq-process-step .iq-step-img {
    display: inline-block;
    background-color: var(--white-color);
    padding: 20px;
}

.iq-process-step-style-10 .iq-process-step .iq-step-img img,
.iq-process-step-style-10 .iq-process-step .iq-step-img svg {
    height: 80px;
    width: 80px;
}

.iq-process-step-style-10 .iq-process-step .iq-step-img i {
    font-size: 80px;
}

.iq-process-step-style-10 .iq-process-step .iq-title-wrapper {
    margin-top: 40px;
}

.iq-process-step-style-10 .step-number {
    font-family: var(--highlight-font-family);
    padding: 0;
    margin: 0;
    font-size: var(--font-size-h5);
    line-height: var(--font-line-height-h5);
    color: var(--primary-color);
    font-weight: var(--font-weight-bold);
}

.iq-process-step-style-10 .iq-step-title {
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-bold);
    line-height: var(--font-line-height-h5);
    display: inline;
}

.iq-process-step-style-10 .iq-step-desc {
    font-size: var(--font-size-body);
    line-height: var(--font-line-height-p);
    font-weight: var(--font-weight-regular);
    margin-top: 20px;
    margin-bottom: 0;
}

/* right align */

.iq-process-step-style-10.text-right .iq-title-wrapper {
    justify-content: end;
}

/* left align */
.iq-process-step-style-10.text-left .iq-title-wrapper {
    justify-content: flex-start;
}


/*====================
responsive
==========================*/
@media(max-width: 1450px) {
    .iq-process-step-style-10 {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .iq-process-step-style-10 {
        padding: 50px 30px;
    }

    .iq-process-step-style-10 .iq-step-title {
        display: block;
        margin-top: 5px;
    }
}

/*==========================
style-11
================================*/
.iq-process-step-style-11 .step-number-inner {
    display: inline-block;
    margin: 0;
    border: 10px solid var(--white-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;

}

.iq-process-step-style-11 .step-number-inner .step-number {
    margin: 0;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: var(--font-size-h4);
    background: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: var(--global-box-shadow);
    -webkit-box-shadow: var(--global-box-shadow);
    -moz-box-shadow: var(--global-box-shadow);
}

.iq-process-step-style-11 .iq-title-wrapper {
    margin-top: 27px;
}

.iq-process-step-style-11 .iq-step-content .iq-step-desc {
    margin-top: 13px;
    margin-bottom: 0;
}


/* responsive */
@media (max-width: 767px) {
    .iq-process-step-style-11 .iq-title-wrapper {
        margin-top: 20px;
    }

    .iq-process-step-style-11 .iq-step-content .iq-step-desc {
        margin-top: 5px;
    }
}


/*----------------------------------------
  Responsive
----------------------------------------*/

@media(max-width:992px) {
    .iq-process-step .iq-before-img {
        display: none;
    }

    .iq-process-step-style-1 .iq-process-step li {
        width: 50%;
        margin-bottom: 45px;
    }

    .iq-process-step-style-1 .iq-process-step li:last-child {
        margin-bottom: 0;
    }

    .iq-process-step-style-2 .iq-process-step li {
        width: 50%;
        margin-bottom: 30px;
    }

    .iq-process-step-style-2 .iq-process-step li:last-child {
        margin-bottom: 0;
    }

    .iq-process-step-style-3 .iq-process-step li {
        width: 50%;
        margin-bottom: 30px;
    }

    .iq-process-step-style-3 .iq-process-step li:last-child {
        margin-bottom: 0;
    }

    .iq-process-step-style-4 .iq-process-step li {
        width: 50%;
        margin-bottom: 75px;
    }

    .iq-process-step-style-4 .iq-process-step li:last-child {
        margin-bottom: 0;
    }

    .iq-process-step-style-5 .iq-process-step li {
        width: 50%;
        margin-bottom: 30px;
    }

    .iq-process-step-style-5 .iq-process-step li:last-child {
        margin-bottom: 0;
    }

    .iq-process-step-style-6 .iq-process-step li {
        width: 50%;
        margin-bottom: 30px;
    }

    .iq-process-step-style-6 .iq-process-step li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:767px) {
    .iq-process-step-style-1 .iq-process-step li {
        width: 100%;
    }

    .iq-process-step-style-6 .iq-process-step li {
        width: 100%;
    }

    .iq-process-step-style-9 .iq-step-content {
        flex-direction: column;
    }

    .iq-process-step-style-9 .step-number-wrapper {
        margin-top: 20px;
    }
}