body {
    font-family: "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
    color: #6d6e71;
    font-weight: 100;
    font-size: 13px;
}


.shepherd-button {
    background: #009ad9;
    border: 0;
    border-radius: 3px;
    color: hsla(0,0%,100%,.75);
    cursor: pointer;
    margin-right: .5rem;
    padding: .5rem 1.5rem;
    transition: all .5s ease;
    font-weight: bold;
}

    .shepherd-button:not(:disabled):hover {
        background: #196fcc;
        color: hsla(0,0%,100%,.75)
    }

    .shepherd-button.shepherd-button-secondary {
        background: #f1f2f3;
        color: rgba(0,0,0,.75)
    }

        .shepherd-button.shepherd-button-secondary:not(:disabled):hover {
            background: #d6d9db;
            color: rgba(0,0,0,.75)
        }

    .shepherd-button:disabled {
        cursor: not-allowed
    }

.shepherd-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: flex-end;
    padding: 0 .75rem .75rem;
}

    .shepherd-footer .shepherd-button:last-child {
        margin-right: 0
    }

.shepherd-cancel-icon {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}

    .shepherd-cancel-icon:hover {
        color: rgb(255 251 251 / 75%) /*rgba(0,0,0,.75)*/
    }

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
    /*color: hsla(255 251 251 / 75%)*/ /*hsla(0,0%,50.2%,.75)*/
}

    .shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
        /*color: rgb(255 251 251 / 75%)*/ /*rgba(0,0,0,.75)*/
    }

.shepherd-title {
    color: white; /*rgba(0,0,0,.75);*/
    display: flex;
    font-size: large;
    font-weight: bold;
    flex: 1 0 auto;
    margin: 0;
    padding: 0;
    width: 94%;
}

.shepherd-header {
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: flex-end;
    line-height: 2em;
    padding: .75rem .75rem 0
}

.shepherd-has-title .shepherd-content .shepherd-header {
    background: #009ad9 !important; /* #a9a9a9;  #d9d5dd*/
    padding: 1em;
    font-family: Verdana;
    font-weight: bold;
    color: rgba(0,0,0,.75);
    font-size: 10px;
}

.shepherd-text {
    font-family: "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
    color: #6d6e71;
    font-weight: 100;
    font-size: 13px;
    padding: .75em;
    word-wrap: break-word;
}

    .shepherd-text p {
        margin-top: 0
    }

        .shepherd-text p:last-child {
            margin-bottom: 0
        }

.shepherd-content {
    border-radius: 5px;
    outline: none;
    padding: 0;
}

.shepherd-element {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    max-width: 600px;
    opacity: 0;
    outline: none;
    transition: opacity .3s,visibility .3s;
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

.shepherd-enabled.shepherd-element {
    opacity: 1;
    visibility: visible
}

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
    box-sizing: border-box
}

.shepherd-arrow, .shepherd-arrow:before {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: -1
}

    .shepherd-arrow:before {
        content: "";
        transform: rotate(45deg);
        background: #fff
    }

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
    bottom: -8px
}

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
    top: -8px
}

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
    right: -8px
}

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
    left: -8px
}

.shepherd-element.shepherd-centered > .shepherd-arrow {
    opacity: 0
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
    background-color: #009ad9 !important /* #a9a9a9 #d9d5dd*/
}

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target, .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
    pointer-events: none
}

.shepherd-modal-overlay-container {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .3s ease-out,height 0ms .3s,opacity .3s 0ms;
    width: 100vw;
    z-index: 9997
}

    .shepherd-modal-overlay-container.shepherd-modal-is-visible {
        height: 100vh;
        opacity: .5;
        transition: all .3s ease-out,height 0s 0s,opacity .3s 0s
    }

        .shepherd-modal-overlay-container.shepherd-modal-is-visible path {
            pointer-events: all
        }


/*---------------------------carousel-control-------------------------------------------*/

/*to move next prev arrow position*/
.carousel-control {
    .glyphicon-chevron-left, .glyphicon-chevron-right, .icon-prev, .icon-next

{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    /*margin-left: -100%;
    margin-right: -100%;*/
    font-size: 30px;
}

}

/*next arrow color */
.carousel-control .icon-next:before {
    content: '\203a';
    color: #009ad9;
    font-size: 40px;
    font-weight: bolder;
}

/*prev arrow color */
.carousel-control .icon-prev:before {
    content: '\2039';
    color: #009ad9;
    font-size: 40px;
    font-weight: bolder;
}

/*Show and left align the captions*/
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}

/* Move the indicators*/
.carousel-indicators {
    margin-bottom: -11%;
}

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: white;
    }

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgb(255 255 255 / 50%) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0%;
    bottom: 25%;
    left: 0;
    width: 2%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity = 50);
    opacity: .5;
}

.carousel-inner > .active {
    margin-top: -4%;
    left: 5%;
    max-height: 65%;
    overflow: auto;
    width: 88%;
    font-family: "Segoe UI Web Regular", "Segoe UI Symbol", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
    color: #6d6e71;
    font-weight: 100;
    font-size: 13px;
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    /* height: auto; */
}

.formHeader {
    text-align: left;
    width: 100%;
    padding-top: 1.1em;
    padding-bottom: 0.1em;
    font-size: 1.2em;
    color: #ff8700;
}
