﻿/*   
 * Template Name: Custom Template for Provider screen
*/

/*Pricing Page
------------------------------------*/
.pricing-table-v1 .sticker-right,
.pricing-table-v1 .sticker-left {
    color: #fff;
    width: 150px;
    padding: 1px;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    background-color: #585f69;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.pricing-table-v1 .sticker-right {
    top: 6px;
    right: -59px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.pricing-table-v1 .sticker-left {
    top: 10px;
    left: -58px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.pricing-table-v1 .bg-maroon {
    background-color: rgba(151,46,46, 1);
}

.pricing-table-v1 .pricing-v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .pricing-table-v1 .pricing-v1:hover li {
        background: #fff;
    }

.pricing-table-v1 .pricing-v1-head {
    padding: 1px 0;
    background: #74C52C;
}

    .pricing-table-v1 .pricing-v1-head h4,
    .pricing-table-v1 .pricing-v1-head h5 {
        font-size: 14px;
        margin: 0;
        color: #fff;
        padding: 9px 0;
        font-family: Arial;
        letter-spacing: 1px;
    }

    .pricing-table-v1 .pricing-v1-head h5 {
        font-size: 50px;
        margin-left: 17px;
    }

        .pricing-table-v1 .pricing-v1-head h5 i {
            top: -5px;
            font-size: 15px;
            padding-left: 2px;
            position: relative;
            font-style: normal;
        }

        .pricing-table-v1 .pricing-v1-head h5 span {
            top: -23px;
            font-size: 15px;
            position: relative;
            padding-right: 2px;
        }

.pricing-table-v1 .pricing-v1-content {
    margin-bottom: 0;
    background: #f9f9f9;
}

    .pricing-table-v1 .pricing-v1-content li {
        margin: 0;
        color: #888;
        padding: 13px 20px;
        border-bottom: 1px solid rgba(116, 197, 44, 0.3);
    }

        .pricing-table-v1 .pricing-v1-content li i {
            margin-right: 10px;
            color: #74C52C;
        }

.pricing-table-v1 .pricing-v1-green .btn-u {
    background: #72c02c !important;
}

.pricing-table-v1 .pricing-v1-maroon .pricing-v1-head {
    background: rgba(151,46,46, 1);
}

.pricing-table-v1 .pricing-v1-maroon .pricing-v1-content li {
    border-bottom: 1px solid rgba(151,46,46, 0.3);
}

    .pricing-table-v1 .pricing-v1-maroon .pricing-v1-content li i {
        color: rgba(151,46,46, 1);
    }

    .pricing-table-v1 .pricing-v1-blue .pricing-v1-head {
    background: rgba(9,75,137, 1);
}

.pricing-table-v1 .pricing-v1-blue .pricing-v1-content li {
    border-bottom: 1px solid rgba(9,75,137, 0.3);
}

    .pricing-table-v1 .pricing-v1-blue .pricing-v1-content li i {
        color: rgba(9,75,137, 1);
    }

/* Devices (Large Screen Mode, 1200px more) */
@media (min-width: 1200px) {

    .pricing-table-v1 .sticker-right {
        top: 10px;
        right: -51px;
        padding: 6px;
        font-size: 10px;
    }

    .pricing-table-v1 .sticker-left {
        top: 10px;
        left: -51px;
        padding: 5px;
        font-size: 10px;
    }

    .pricing-table-v1 .pricing-v1 {
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
    }

        .pricing-table-v1 .pricing-v1:hover {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
        }

            .pricing-table-v1 .pricing-v1:hover li {
                background: #fff;
            }
}

/* Devices (Desktop Mode, 992px and 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {

    .pricing-table-v1 .pricing-v1-head h4 {
        font-size: 18px;
    }

    .pricing-table-v1 .pricing-v1 {
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
    }

        .pricing-table-v1 .pricing-v1:hover {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
        }
}

/* Devices (Tablet Mode, 768px and 991px) */
@media (min-width: 767px) and (max-width: 991px) {

    .no-space-pricing [class^="col-"],
    .no-space-pricing [class*=" col-"] {
        padding: 5px;
    }

    .pricing-table-v1 .pricing-v1-content li {
        padding: 9px 10px;
    }
}

/* Medium Devices (Phone Mode, 768px and less) */
@media (max-width: 767px) {
    /*Pricing Page*/

    .no-space-pricing [class^="col-"],
    .no-space-pricing [class*=" col-"] {
        padding: 10px;
    }

    .pricing-table-v1 .sticker-right,
    .pricing-table-v1 .sticker-left {
        top: 39px;
        padding: 0;
        float: left;
        left: -40px;
        width: 95px;
        border: none;
        transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }

    .pricing-table-v1 .pricing-v1-content {
        text-align: center;
    }

        .pricing-table-v1 .pricing-v1-content li {
            padding: 9px 0 9px 7px;
        }

            .pricing-table-v1 .pricing-v1-content li i {
                display: block;
                margin-bottom: 5px;
            }
}

/*End of Pricing Page
------------------------------------*/


/*Block Headline*/
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
  font-size: 22px;
}

.headline h2, 
.headline h3, 
.headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #094b89;
}

.headline-md {
  margin-bottom: 15px;
}

.headline-md h2 {
  font-size: 21px;
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

    .btn-u:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-u.btn-block {
        text-align: center;
    }
    /*Buttons Color*/

    .btn-u.btn-u-maroon {
        background: #972e2e;
    }

        .btn-u.btn-u-maroon:hover,
        .btn-u.btn-u-maroon:focus,
        .btn-u.btn-u-maroon:active,
        .btn-u.btn-u-maroon.active,
        .open .dropdown-toggle.btn-u.btn-u-maroon {
            background: #800000;
        }

    .btn-u.btn-u-split-maroon.dropdown-toggle {
        border-left: solid 1px #800000;
    }

       .btn-u.btn-u-blue {
        background: #094b89;
    }

         .btn-u.btn-u-blue:hover,
        .btn-u.btn-u-blue:focus,
        .btn-u.btn-u-blue:active,
        .btn-u.btn-u-blue.active,
        .open .dropdown-toggle.btn-u.btn-u-blue {
            background: #6293c1;
        }

    .btn-u.btn-u-split-blue.dropdown-toggle {
        border-left: solid 1px #6293c1;
    }

       

    /*Bordered Buttons*/

    .btn-u.btn-brd.btn-u-maroon {
        border-color: #972e2e;
    }

        .btn-u.btn-brd.btn-u-maroon:hover {
            color: #800000;
            border-color: #800000;
        }

        .btn-u.btn-brd.btn-u-maroon.btn-brd-hover:hover {
            background: #800000;
        }


         .btn-u.btn-brd.btn-u-blue {
        border-color: #094b89;
    }

        .btn-u.btn-brd.btn-u-blue:hover {
            color: #6293c1;
            border-color: #6293c1;
        }

        .btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
            background: #6293c1;
        }


.overflow-h {
    overflow: hidden;
}

/*Rounded and Circle Classes
------------------------------------*/
.rounded-x {
    border-radius: 50% !important;
}

/*Wizard Jquery Steps
------------------------------------*/

/*Common*/
.wizard {
    width: 100%;
    display: block;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 20px;
}

    .wizard ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .wizard ul > li {
            padding: 0;
            display: inline-block;
        }

    /* Accessibility */
    .wizard > .steps .current-info,
    .wizard > .content > .title {
        left: -999em;
        position: absolute;
    }

    /*Wizard Steps*/
    .wizard > .steps {
        width: 100%;
        display: block;
        position: relative;
    }

        .wizard > .steps .number {
            float: left;
            font-size: 36px;
            margin-right: 15px;
        }

        .wizard > .steps > ul > li {
            width: 31.2%;
            margin-left: 30px;
            position: relative;
        }

            .wizard > .steps > ul > li:first-child {
                margin-left: 0;
            }

@media (max-width: 991px) {
    .wizard > .steps > ul > li {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    width: auto;
    padding: 15px;
    display: block;
    text-decoration: none;
}

.wizard > .steps h2 {
    font-size: 22px;
    margin: 0 0 5px;
    line-height: 33px;
    color: white;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

.wizard > .steps p {
    color: white;
    opacity: 0.6;
    font-size: 16px;
}

.wizard > .steps i {
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
    color: #c4c4c4;
    font-size: 20px;
    text-align: center;
    position: absolute;
    display: inline-block;
    border: 2px dashed #e0e0e0;
}

/*Disabled*/
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    color: #fff;
    cursor: default;
    background: inherit;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .steps .disabled .number {
    /*color: #18ba9b;*/
    color: #fff;
}

/*Current*/
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #fff;
    background: #18ba9b;
    /* background: #5fb611; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .steps .current .number,
.wizard > .steps .current h2,
.wizard > .steps .current p,
.wizard > .steps .current i {
    color: #fff;
}

.wizard > .steps .current i {
    border-color: #fff;
}



/*Done*/
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    color: #fff;
    /**/
    background: rgba(9, 75, 137, 0.51);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .steps .done .number,
.wizard > .steps .done p {
    color: #fff;
}

.wizard > .steps .done h2 {
    color: #fff;
}

.wizard > .steps .done i {
    color: #fff;
    border-color: #fff;
}

/*Error*/
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    color: #fff;
    background: #c9253c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .content > .body em.invalid {
    display: block;
    color: #8a1f11;
    font-weight: 400;
    display: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wizard > .content > .body input.invalid {
    color: #8a1f11;
    font-weight: 400;
    border: 1px solid #eec5c7 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .wizard > .content > .body input.invalid.form-control::-moz-placeholder {
        color: #8a1f11;
    }

    .wizard > .content > .body input.invalid.form-control:-ms-input-placeholder {
        color: #8a1f11;
    }

    .wizard > .content > .body input.invalid.form-control::-webkit-input-placeholder {
        color: #8a1f11;
    }

/*Small Input Field*/
.wizard > .content > .body .input-small-field input {
    width: 20%;
    float: left;
    margin-right: 10px;
}

    .wizard > .content > .body .input-small-field input.invalid {
        margin-right: 10px;
    }

.wizard > .content > .body .input-small-field span.slash {
    color: #888;
    float: left;
    font-size: 20px;
    margin-right: 8px;
}

/*Content*/
.wizard > .content {
    overflow: hidden;
    position: relative;
}

.wizard > .content {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #eee;
}

    .wizard > .content > .body {
        padding: 0;
        width: 100%;
    }

/*Actions*/
.wizard > .actions {
    text-align: right;
}

    .wizard > .actions > ul {
        display: inline-block;
    }

        .wizard > .actions > ul > li {
            margin-left: 10px;
        }

            .wizard > .actions > ul > li:first-child {
                margin-left: 0;
            }

    .wizard > .actions a {
        color: #fff;
        display: block;
        font-size: 16px;
        min-width: 126px;
        padding: 8px 10px;
        text-align: center;
        background: #18ba9b;
        /*background: #5fb611; */
        text-decoration: none;
        text-transform: uppercase;
    }

        .wizard > .actions a:hover {
            background: #2cd5b6;
        }

    .wizard > .actions .disabled a,
    .wizard > .actions .disabled a:hover,
    .wizard > .actions .disabled a:active {
        color: #fff;
        background: #82dac9;
    }
