﻿.service-container a, .service-container i {
    color: #BA9A3A !important;
}

    .service-container a:hover {
        color: #E8F754 !important;
    }

.service-container ul li {
    list-style-type: none;
}

.tour-start {
    font-size: 30px;
    color: #c39547;
    position: absolute;
    right: -34px;
    top: 0px;
    display: block;
    cursor: pointer;
}

.nStartService a {
    background: #1ab944;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    display: block;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bold;
}

    .nStartService a i {
        font-size: 40px;
        margin: 0 10px;
    }

.cardLbl {
    font-size: 16px;
    font-weight: bold;
}

.nSteps ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

    .nSteps ul li {
        padding: 10px;
        color: inherit;
        font-size: 14px;
    }

    .nSteps ul li {
        display: flex;
        align-items: center;
    }

        .nSteps ul li i {
            margin: 0 10px;
        }

.panel-group .panel {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 11px;
}

.panel .panel-heading {
    padding: 0;
    border-radius: 10px;
    border: none;
}

.panel-heading a {
    color: #808080 !important;
    display: block;
    border: none;
    padding: 20px 35px 20px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #fff;
    box-shadow: none;
    transition: all 0.1s ease 0;
}

    .panel-heading a:after {
        content: "\f067";
        font-family: fontawesome;
        text-align: center;
        position: absolute;
        left: -20px;
        top: 10px;
        color: #fff;
        border: 5px solid #fff;
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 30px;
        border-radius: 50%;
        transition: all 0.3s ease 0s;
    }

.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after {
    transform: rotate(360deg);
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

.panel-heading a:not(collapsed):after {
    content: "\f068";
}

#accordion .panel-body {
    background-color: #Fff;
    color: #8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 35px;
    border-top: none;
    font-size: 14px;
    position: relative;
}

.service-rating span {
    font-size: 20px;
    color: #e4e4e4;
}

.shortCutBlock {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    height: 120px;
    margin-bottom: 30px;
}

html[dir="rtl"] .shortCutBlock div {
    border-left: 1px solid #f1ebeb;
    flex-grow: 1;
    height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column !important;
}

    html[dir="rtl"] .shortCutBlock div:last-child {
        border: none !important;
    }

html[dir="ltr"] .shortCutBlock div {
    border-right: 1px solid #f1ebeb;
    flex-grow: 1;
    height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column !important;
}

.rateMsg {
    font-size: 12px;
    margin-top: 10px;
}

ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
    width: 800px;
}

    ul.nav-wizard:before {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 46px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard:after {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 138px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard li {
        position: relative;
        height: 46px;
        display: inline-block;
        text-align: middle;
        padding: 0 20px 0 30px;
        margin: 0;
        font-size: 16px;
        line-height: 46px;
    }

        ul.nav-wizard li a {
            color: #BA9A3A;
            padding: 0;
        }

            ul.nav-wizard li a:hover {
                background-color: transparent;
            }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            top: -1px;
            z-index: 10;
            content: '';
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            top: -1px;
            z-index: 10;
            content: '';
        }

        ul.nav-wizard li.active {
            color: #3a87ad;
            background: #d9edf7;
        }

            ul.nav-wizard li.active a,
            ul.nav-wizard li.active a:active,
            ul.nav-wizard li.active a:visited,
            ul.nav-wizard li.active a:focus {
                color: #3a87ad;
                background: #d9edf7;
            }

    ul.nav-wizard .active ~ li {
        color: #BA9A3A;
    }

        ul.nav-wizard .active ~ li:after {
        }

        ul.nav-wizard .active ~ li a,
        ul.nav-wizard .active ~ li a:active,
        ul.nav-wizard .active ~ li a:visited,
        ul.nav-wizard .active ~ li a:focus {
            color: #BA9A3A;
        }

    ul.nav-wizard.nav-wizard-backnav li:hover {
        color: #BA9A3A;
        background: #f6fbfd;
    }

        ul.nav-wizard.nav-wizard-backnav li:hover a,
        ul.nav-wizard.nav-wizard-backnav li:hover a:active,
        ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
        ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
            color: #BA9A3A;
            background: #f6fbfd;
        }

    ul.nav-wizard.nav-wizard-backnav .active ~ li {
        color: #BA9A3A;
        background: #ededed;
    }

        ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
        }

        ul.nav-wizard.nav-wizard-backnav .active ~ li a,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
            color: #BA9A3A;
            background: #ededed;
        }



@media only screen and (max-width: 729px) {
    ul.nav-wizard {
        width: 100%;
    }

    .nav-wizard li {
        width: 100%;
    }

    ul.nav-wizard:before {
        display: none !important;
    }
}


.card-content {
    padding-top: 20px;
}

    .card-content i {
        margin-top: 3px;
        color: #BA9A3A;
        width: 20px;
    }

    .card-content h4 {
        margin-top: 0px;
        display: inline;
    }



    .card-content a {
        color: #6953FF !important;
    }


.service-section {
    margin-top: 20px;
}

ul.options {
    list-style-type: none;
}



.colored {
    color: #BA9A3A;
}


.loader {
    color: #BA9A3A;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    /*margin: 72px auto;*/
    margin: auto;
    margin-top: 80px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}




/*=========== Ratings ================== */
.service-rating {
    position: relative;
    padding: 0;
    direction: rtl;
    display: inline-block;
}

    .service-rating span {
        cursor: pointer;
    }

    /*.service-rating > span:hover:before, .service-rating > span:hover ~ span:before {
        content: "\2605";
        position: absolute;
        color: #EEE100;
    }*/

/*.selected-star:before, .selected-star ~ span:before {
    content: "\2605";
    position: absolute;
    color: #EEC900;
}*/

/* ========== End Ratings ==============*/
.left-nav {
    display: none;
}

.right-content {
    width: 100%;
}

#serviceCard .tab-content {
    padding: 20px;
}

#serviceCard .nav.nav-tabs {
    border: none !important;
}

#serviceCard .nav-tabs > li {
    float: none;
}

.tabsBlock {
    margin-top: 30px;
}

#serviceCard .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a {
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
    padding: 0 !important;
}

#serviceCard .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: transparent;
    color: inherit;
}





#serviceCard .tabs-col {
    text-align: center;
}

#serviceCard .label-card {
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #dedbdb;
    padding-bottom: 7px;
    margin-bottom: 20px;
    margin-top:20px;
}
#serviceCard .label-card:first-child{
    margin-top:0;
}
#serviceCard .tab-pane ul {
    line-height: 1.5 !important;
}

    #serviceCard .tab-pane ul li {
       
        line-height: 1.5;
    }

#serviceCard ul.servicesSteps {
    padding: 0;
    margin: 0;
    list-style-type: none;
  display:flex;
  flex-direction:column;
}

    #serviceCard ul.servicesSteps li {
        color: #7e7c77;
        position: relative;
        display:flex;
    }



        #serviceCard ul.servicesSteps li:last-child::after {
            display: none;
        }

        #serviceCard ul.servicesSteps li i {
           
            font-size: 50px;
           
        }

        #serviceCard ul.servicesSteps li a {
            font-size: 14px;
            margin-top: 10px;
            display: block;
            white-space: nowrap;
        }

.StepsBlock {
    margin: 30px auto;
}

.titleSteps {
    text-align: center;
    color: #BA9A3A;
}

.svg-border {
    opacity: 0.5;
}



@-webkit-keyframes spinnerRotate {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
    }
}

@-moz-keyframes spinnerRotate {
    from {
        -moz-transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(360deg);
    }
}

@-ms-keyframes spinnerRotate {
    from {
        -ms-transform: rotateY(0deg);
    }

    to {
        -ms-transform: rotateY(360deg);
    }
}

#serviceCard .nav-tabs > li.active {
    background: rgba(204, 204, 204, 0.12);
}

    #serviceCard .nav-tabs > li.active .svg-border {
        opacity: 1;
    }
  .svg-shape {
        opacity:0.5;
    }
    #serviceCard .nav-tabs > li.active .svg-shape {
        -webkit-animation-name: spinnerRotate;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spinnerRotate;
        -moz-animation-duration: 5s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spinnerRotate;
        -ms-animation-duration: 5s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        transform-origin: center;
        opacity:1;
    }

@-webkit-keyframes Extend {
    from {
       -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.2);
    }
}
@-moz-keyframes Extend {
    from {
       -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(1.2);
    }
}
@-ms-keyframes Extend {
    from {
       -ms-transform: scale(1);
    }

    to {
        -ms-transform: scale(1.2);
    }
}
.startService a .fa.fa-play-circle-o {
      -webkit-animation-name: Extend;
        -webkit-animation-duration:1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -webkit-animation-name: Extend;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: Extend;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: Extend;
        -ms-animation-duration: 1s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
}
.startService a {
    background: #ba9a3a;
    color: #fff;
    padding: 10px;
    margin: 10px auto;
    display: block;
    font-size: 20px;
 
}

    .startService a:hover {
        color: #fff;
    }

.generalCardInfo {
    border-top: 1px solid #ededed;
     border-bottom: 1px solid #ededed;
    padding: 20px;
    border-radius: 3px;
    margin: 0;
}

    .generalCardInfo .generalLabel {
        font-size: 15px;
        font-weight: bold;
        color: #BA9A3A;
    }

    .generalCardInfo .col-md-4:last-child {
        border: none;
    }
