/* ==========add css 17.8.2018 start=========== */

.cus-breadcrumb .woocommerce-breadcrumb {
    padding: 10px !important;
    background: #004870;
    width: auto !important;
    display: inline-block;
    border-radius: 3px;
    color: #fff !important;
    font-size: 15px !important;
}

.cus-breadcrumb .woocommerce-breadcrumb a {
    padding: 10px 0px;
    color: #fff !important;
    position: relative;
    padding-right: 45px !important;
}

.cus-breadcrumb .woocommerce-breadcrumb a:before {
    position: absolute;
    content: "";
    background: transparent;
    top: 5px;
    right: 23px;
    width: 27px;
    height: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    transform: rotate(45deg);
}

.cus-breadcrumb .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.cus-breadcrumb .woocommerce-breadcrumb span {
    display: none;
}

/* ==========add css 17.8.2018 end=========== */

/* 21.8.2018 add css start */
/* updated by amine - 2019-03-26 */
.gform_wrapper .gf_page_steps .gf_step {
    margin: 0px 0px 15px 0px !important;
    padding: 8px 12px 8px 22px !important;
    position: relative;
    border: 1px solid #aaa;
    border-right: none;
    background-color: #28406d;
    color: #fff;
    box-shadow: 3px 2px 3px 0px #cecece;
    /*     display: inline-block !important; */
    zoom: 1;
    float: left;
    height: auto !important;
    opacity: 1 !important;
    cursor: pointer;
}

/* updated by amine - 2019-03-26 */
.gform_wrapper .gf_page_steps .gf_step:hover {
    background: #5f97c7;
}

/* updated by amine - 2019-03-26 */
.gform_wrapper .gf_page_steps .gf_step_active {
    background: #ae3233;
    color: #fff;
    outline: none;
    /*     background: -moz-linear-gradient(left, #e9e5cc, #d3ce9b 100%);
background: -webkit-linear-gradient(left, #e9e5cc ,#d3ce9b 100%);
background: -o-linear-gradient(left, #e9e5cc, #d3ce9b 100%);
background: -ms-linear-gradient(left, #e9e5cc, #d3ce9b 100%);
background: linear-gradient(to right, #e9e5cc, #d3ce9b 100%); */
}

/* updated by amine - 2019-03-26 */
.gform_wrapper .gf_page_steps .gf_step_active:hover {
    background: #c34e4f;
}

.gform_wrapper .gf_page_steps .gf_step_active:after,
.gform_wrapper .gf_page_steps .gf_step_active:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 0.6em solid;
    right: -0.5em;
    z-index: 9;
    transform: translatey(-50%);
}

.gform_wrapper .gf_page_steps .gf_step_active:before {
    border-left-color: #aaa;
    right: -0.6em;
}

/* updated by amine - 2018-12-20 */
.gform_wrapper .gf_page_steps .gf_step_active:after {
    border-left-color: #ae3233 !important;
}
/* updated by amine - 2019-03-26 */
.gform_wrapper .gf_page_steps .gf_step_active:hover:after {
    border-left-color: #c34e4f !important;
}

.gform_wrapper .gf_page_steps .gf_step:after,
.gform_wrapper .gf_page_steps .gf_step:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 7px solid;
    right: -7px;
    transform: translatey(-50%);
}

.gform_wrapper .gf_page_steps .gf_step:before {
    border-left-color: #fff;
    right: -8px;
    z-index: 2;
}

/* updated by amine - 2019-03-26 */
.gform_wrapper .gf_page_steps .gf_step:after {
    border-left-color: #28406d;
    z-index: 2;
}

/* updated by amine - 2018-12-20 */
.gform_wrapper .gf_page_steps .gf_step:hover:after {
    border-left-color: #5f97c7;
}

.gform_wrapper .gf_page_steps .gf_step.gf_step_last:before,
.gform_wrapper .gf_page_steps .gf_step.gf_step_last:after {
    display: none;
}

/* 21.8.2018 add css end */
/*28.8.2018 add css start*/
.gform_page_fields {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

/* updated by amine - 2018-12-21 */
.gform_fields {
    border: 1px solid #ddd;
    border-bottom: 0px;
    padding-left: 16px !important;
    display: -ms-flexbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;

}
/* updated by amine - 2019-02-20 */
.grv-info-sec {
    position: relative;
    float: left;
    width: 40%;
    margin: 0px;
    padding-left: 10px;
    display: -ms-flexbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: inline-block;
}

/* ===== */
/* updated by amine - 2019-04-30 */
.grv-info-sec .gform_infobox_information_cus .gfield_label {
    width: 100%;
    cursor: help;
    padding-left: 10px;
    font-size: 15px;
}
/* updated by amine - 2019-02-20 */
.gform_infobox_information_cus .gfield_label span {
    /*font-weight: bold;
    border-bottom: 1px dotted #004870;*/
}

.gform_infobox_information_cus .gfield_label .gfield_description {
    position: absolute;
    /*left: -96.5%;*/
    background: #fff;
    /*border: 1px solid #ddd;*/
    top: auto;
    /*box-shadow: 0 0 10px #949494;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 3px 2px rgba(0, 0, 0, 0.08);
    padding: 10px;
    font-size: 15px;
    cursor: context-menu;
    margin-top: -20px;
    right: 97%;
    width: 150%;
}

/*28.8.2018 add css end*/
.gf_page_steps {
    opacity: 0;
}


/*===responsive css====*/
@media(max-width: 640px) {
    .gf_page_steps {
        display: none;
    }

    .gform_fields {
        padding-right: 16px !important;
    }

    .grv-info-sec {
        width: 50% !important;
        font-size: smaller;
    }

    .gform_page_fields {
        /*display: block;*/
    }

    .gform_infobox_information_cus .gfield_label .gfield_description {
        /*left: 80% !important;*/
    }
}

@media(max-width: 420px) {
    .cus-breadcrumb .woocommerce-breadcrumb {
        padding: 6px !important;
        font-size: 12px !important;
    }

    .cus-breadcrumb .woocommerce-breadcrumb a {
        padding: 6px 0px;
        padding-right: 25px !important;
    }

    .cus-breadcrumb .woocommerce-breadcrumb a:before {
        top: 3px;
        right: 14px;
        width: 21px;
        height: 21px;
    }

    .grv-info-sec {
        width: 55% !important;
    }

    .grv-info-sec .gsection_title {
        font-size: 11px !important;
        font-weight: 600 !important;
    }

    .grv-info-sec>.field_sublabel_below span {
        font-size: 11px;
        font-weight: 600;
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .gform_infobox_information_cus .gfield_label .gfield_description {
        width: 170%;
        left: -167%;
    }

    .grv-info-sec {
        width: 40%;
    }
}

@media(max-width: 474px) {
    .gform_page_footer .gform_previous_button {
        margin-bottom: 10px !important;
    }
}

@media(min-width: 768px) {
    /* .grv-info-sec .gfield_label:hover .gfield_description{
    display: block !important;
    } */

}

/* added by amine - 2018-12-28 */
@media screen and (min-width: 768px) {
    .gfield_infobox_desc_close {
        /*display: none !important;*/
    }
}

.hide_info_box {
    visibility: hidden !important;
}

.show_info_box {
    display: block !important;
}