﻿.main-nav {
    border-bottom: 2px solid #ffffff;
}

.agent-widget {
    padding: 10px;
}


@media (max-width: 548px) {
    .left-side {
        padding: 0;
    }

    #header {
        padding: 0;
    }
}

.popover {
    min-width: 180px;
    text-align: center;
}

#submit {
    float: left;
}

.popover.top {
    margin-top: -45px !Important;
        background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.popover-content {
    text-align: right;
    line-height: 1.5;
}

.owl-item {
    width: 100%;
}

.carousel-item {
    margin: 0;
}

.pb8 {
    padding-bottom: 8px;
}


.required {
    position: absolute;
    margin-top: 18px;
    margin-right: 5px;
}

.office-address ul {
    text-align: right;
}

.captcha-box > div {
    margin-top: 0;
}

.btn-block {
    width: 100% !Important;
}

.mt10 {
    margin-top: 10px;
}

.office-address li {
    padding-bottom: 5px;
}

.product-share-button {
    width: 100%;
    text-align: center;
}

/**********************************/
section.simple [class*="rating-"] {
    height: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 94px;
}

    section.simple [class*="rating-"]:before, section.simple [class*="rating-"]:after {
        color: #ccc;
        content: "\f006 \f006 \f006 \f006 \f006";
        font-family: FontAwesome;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 0;
    }

    section.simple [class*="rating-"]:after {
        color: orange;
    }

    section.simple [class*="rating-"].rating-0:after {
        content: "";
    }

    section.simple [class*="rating-"].rating-0_5:after {
        content: "\f089";
    }

    section.simple [class*="rating-"].rating-1:after {
        content: "\f005";
    }

    section.simple [class*="rating-"].rating-1_5:after {
        content: "\f005 \f089";
    }

    section.simple [class*="rating-"].rating-2:after {
        content: "\f005 \f005";
    }

    section.simple [class*="rating-"].rating-2_5:after {
        content: "\f005 \f005 \f089";
    }

    section.simple [class*="rating-"].rating-3:after {
        content: "\f005 \f005 \f005";
    }

    section.simple [class*="rating-"].rating-3_5:after {
        content: "\f005 \f005 \f005 \f089";
    }

    section.simple [class*="rating-"].rating-4:after {
        content: "\f005 \f005 \f005 \f005";
    }

    section.simple [class*="rating-"].rating-4_5:after {
        content: "\f005 \f005 \f005 \f005 \f089";
    }

    section.simple [class*="rating-"].rating-5:after {
        content: "\f005 \f005 \f005 \f005 \f005";
    }

section.precise .slider {
    width: 100%;
}

section.precise .open,
section.precise .fill {
    float: left;
    width: 50%;
}

    section.precise .open .rating,
    section.precise .fill .rating {
        height: 20px;
        margin: 0 auto;
        position: relative;
        width: 94px;
    }

        section.precise .open .rating .bg,
        section.precise .open .rating .value,
        section.precise .fill .rating .bg,
        section.precise .fill .rating .value {
            height: 20px;
            position: absolute;
            text-align: center;
        }

            section.precise .open .rating .bg:before,
            section.precise .open .rating .value:before,
            section.precise .fill .rating .bg:before,
            section.precise .fill .rating .value:before {
                color: #ccc;
                content: "\f006 \f006 \f006 \f006 \f006";
                font-family: FontAwesome;
                font-size: 20px;
            }

        section.precise .open .rating .value,
        section.precise .fill .rating .value {
            overflow: hidden;
            width: 0%;
        }

        section.precise .open .rating .value:before,
        section.precise .fill .rating .value:before {
            color: orange;
            content: "\f005 \f005 \f005 \f005 \f005";
        }

        section.precise .fill .rating .bg:before {
            content: "\f005 \f005 \f005 \f005 \f005";
        }

input[type=range] {
    -webkit-appearance: none;
    width: 200px;
    margin: 20px auto;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #666666;
        border-radius: 0px;
        border: 0px solid #666666;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
        border: 1px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background: #ffa500;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -9.5px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #737373;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #666666;
        border-radius: 0px;
        border: 0px solid #666666;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
        border: 1px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background: #ffa500;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #595959;
        border: 0px solid #666666;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-fill-upper {
        background: #666666;
        border: 0px solid #666666;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
        border: 1px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background: #ffa500;
        cursor: pointer;
        height: 1px;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #666666;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #737373;
    }

.inline-b {
    display: inline-block;
}

.reviewBox {
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.25s;
    margin-bottom: 10px;
}

.agent-widget:hover > .button-company-edid {
    transition: 0.3s ease-in opacity;
    opacity: 0.8;
}

.edit-box:hover .button-company-edid {
    transition: 0.3s ease-in opacity;
    opacity: 0.8;
}

.button-company-edid:hover {
    transition: 0.3s ease-in opacity;
    opacity: 1;
}

.showDialogBackground {
}

.changeBackgrondLabel {
    transition: 0.3s ease-in opacity;
    opacity: 0;
    text-align: center;
    bottom: -100px;
    position: relative;
    color: #1c1b1b;
    background-color: #fff6;
    padding: 8px;
    font-size: 1.3em;
    cursor: pointer;
}

.showDialogBackground:hover > .changeBackgrondLabel {
    transition: 0.3s ease-in opacity;
    opacity: 0.9;
}

.changeBackgrondLabel > span:hover {
    color: #000;
    font-weight: bold;
}

.changeLogoMobile {
    -moz-transition: .3s ease-in opacity;
    -o-transition: .3s ease-in opacity;
    -webkit-transition: .3s ease-in opacity;
    transition: .3s ease-in opacity;
    width: 90px;
    display: inline-block;
    opacity: 0.9;
    background: #ffffffab;
    position: absolute;
    bottom: -2px;
    font-size: 1em;
    text-align: center;
    right: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000;
    z-index: 11;
}
.changeLogoMobile :hover{
    font-weight :bold
}

.change-back-mobile {
    opacity: 0.9;
    padding: 4px;
    z-index: 9;
}
@media (min-width: 480px) {
    .change-back-mobile {
         bottom: -85px;
    }
}
@media (max-width: 480px) {
    .change-back-mobile {
         bottom: -36px;
    }
}
@media (min-width: 601px) {
    .changeLogoMobile {
        bottom: -42px;
        /*bottom: -24px;*/
    }
}

@media (max-width: 991px) {
    .changeBackgrondLabel {
        opacity: 0.9 !important;
        font-size: small;
    }

    .button-company-edid {
        opacity: 0.9 !important;
    }
}
.z-index-99{
    z-index:99;
}
.postion-absolute{
    position:absolute;
}
.margin-b-16 {
margin-bottom: -16px !IMPORTANT;
}  
.padding-right-2{
    padding-right:2px !important;
}

/*@media (max-width: 500px) { 
    .introjs-helperNumberLayer{
        left: 0px!important;
        top: -10px!important;
    }
    .introjs-tooltip{
        margin-top: 40px!important;
    }
}*/