
/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700,900|Satisfy');

/*-------------------
2. Theme Default CSS
--------------------*/

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    color: #898989;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #898989;
}


input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Check Prices */

.stepwizard-step {
    margin-top: 0px;
	padding:20px 0 10px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #efefef;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 50px;
}

.prc-frm{ padding:40px 0;}
.prc-frm form{}

.prc-frm .panel-primary>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color:transparent;
}

.prc-frm .panel-title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

#pricing-page .pricing-form {
    width: 100%;
    margin: auto;
    text-align: left;
    height: 300px;
    position: relative;
    overflow: visible
}

#pricing-page .pricing-form fieldset {
    margin: auto;
    width: 100%;
    position: relative;
    display: block
}

#pricing-page .pricing-form fieldset:not(:first-of-type) {
    display: none
}

#pricing-page div label.error {
    margin: 0 0 0 10px;
    color: #ff5740
}

#pricing-page div.warning-div {
    min-height: 30px;
    margin-top: 15px
}

#pricing-page div.btn-div {
    clear: both
}

#pricing-page div.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 30px
}

#pricing-page div.prv-avatar {
    position: relative;
    float: left;
    width: 20%;
    height: 400px;
    padding: 0
}

#pricing-page div.prv-avatar img.form-avatar {
    clear: both;
    width: 50%;
    position: relative;
    margin: auto auto auto 50%
}

#pricing-page input.prv-btn {
    clear: both;
    position: absolute;
    top: 15%;
    left: 50px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .25
}

#pricing-page input.prv-btn:hover {
    opacity: 1
}

#pricing-page input.form-button {
    width: 200px;
    height: 50px;
    border: 1px solid #999;
    border-radius: 2px;
    margin: auto auto auto 10px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    font-size: 14pt
}

#pricing-page input.btn-off {
    background-color: #999;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

#pricing-page input.btn-off:hover {
    background-color: #999

}

#pricing-page input.btn-on {
    border: 1px solid #5ec7d1;
    background-color: #5ec7d1;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

#pricing-page input.btn-on:hover {
    border: 1px solid #5ec7d1;
    background-color: #4e9ca3
}

#pricing-page div.progressbar {
    width: 20%;
    float: right;
    position: relative;
    list-style: none;
    margin-top: 40px
}

#pricing-page div.progressbar div {
    margin: 6px 50%;
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid #999;
    border-radius: 50px
}

#pricing-page div.progressbar div li {
    position: absolute;
    margin: 12px auto auto 7px;
    color: #999;
    size: 16pt
}

#pricing-page div.progressbar div.active {
    border: 1px solid #5ec7d1
}

#pricing-page div.progressbar div.active li {
    color: #5ec7d1
}

#pricing-page div.text-input {
    display: inline-block
}

#pricing-page input.text-input {
    margin: 10px;
    border-radius: 2px;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    max-width: 280px;
    width: 100%;
}

#pricing-page input.text-input:focus {
    border: 2px solid #5ec7d1
}

#pricing-page input.checkbox-input,#pricing-page input.radio-input {
    opacity: 0;
    margin: -7px
}

#pricing-page input.text-input-other {
    position: relative;
    width: 100%;
    margin: auto;
    opacity: 0
}

#pricing-page input.checkbox-input:checked+.chbox-label,#pricing-page input.checkbox-input:checked+.chbox-label-sm,#pricing-page input.radio-input:checked+.chbox-label,#pricing-page input.radio-input:checked+.chbox-label-sm {
    -webkit-box-shadow: 0 0 2px 0 #999;
    box-shadow: 0 0 2px 0 #999;
    border-color: #337ab7;
}

#pricing-page input.checkbox-input:checked+.chbox-label-sm>.mark-box span.checkbox-mark,#pricing-page input.checkbox-input:checked+.chbox-label>.mark-box span.checkbox-mark,#pricing-page input.radio-input:checked+.chbox-label-sm>.mark-box span.checkbox-mark,#pricing-page input.radio-input:checked+.chbox-label>.mark-box span.checkbox-mark {
    background-color: #337ab7;
    border-color: #337ab7;
}

#pricing-page input.checkbox-input:checked+.chbox-label-sm>.mark-box span.checkbox-mark:after,#pricing-page input.checkbox-input:checked+.chbox-label-sm>.mark-box span.radio-mark:after,#pricing-page input.checkbox-input:checked+.chbox-label>.mark-box span.checkbox-mark:after,#pricing-page input.checkbox-input:checked+.chbox-label>.mark-box span.radio-mark:after,#pricing-page input.radio-input:checked+.chbox-label-sm>.mark-box span.checkbox-mark:after,#pricing-page input.radio-input:checked+.chbox-label-sm>.mark-box span.radio-mark:after,#pricing-page input.radio-input:checked+.chbox-label>.mark-box span.checkbox-mark:after,#pricing-page input.radio-input:checked+.chbox-label>.mark-box span.radio-mark:after {
    display: block
}

#pricing-page input.checkbox-input:checked+.chbox-label-sm>.pic-box,#pricing-page input.checkbox-input:checked+.chbox-label>.pic-box,#pricing-page input.radio-input:checked+.chbox-label-sm>.pic-box,#pricing-page input.radio-input:checked+.chbox-label>.pic-box {
    display: none
}

#pricing-page input.checkbox-input:checked+.chbox-label-sm>.pic-box-selected,#pricing-page input.checkbox-input:checked+.chbox-label>.pic-box-selected,#pricing-page input.radio-input:checked+.chbox-label-sm>.pic-box-selected,#pricing-page input.radio-input:checked+.chbox-label>.pic-box-selected {
    display: block
}

#pricing-page input.checkbox-input:checked+.chbox-label-sm>.pic-box-selected>input.text-input-other,#pricing-page input.checkbox-input:checked+.chbox-label>.pic-box-selected>input.text-input-other,#pricing-page input.radio-input:checked+.chbox-label-sm>.pic-box-selected>input.text-input-other,#pricing-page input.radio-input:checked+.chbox-label>.pic-box-selected>input.text-input-other {
    opacity: 1;
    z-index: 10
}

#pricing-page label.chbox-label {
    border: 1px solid #e2e2e2;
    text-align: center;
    cursor: pointer;
    width: 30%;
    max-width: 250px;
    height: 135px;
    margin: 10px;
    position: relative;
    -webkit-box-shadow: 1px 0 5px 0 #999;
    box-shadow: 0px 0 6px 0 #e0e0e0;
}

#pricing-page label.chbox-label:hover {
    background-color: #f8f8f8
}

#pricing-page label.chbox-label-sm {
    border: 1px solid #e4e4e4;
    text-align: left;
    cursor: pointer;
    width: 20%;
    height: 50px;
    margin: 10px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-shadow: 1px 0 5px 0 #999;
    box-shadow: 1px 0 5px 0 #e2e2e2;
}

#pricing-page label.chbox-label-sm:hover {
    background-color: #f8f8f8
}

#pricing-page label.chbox-label-sm div {
    position: relative;
    float: left
}

#pricing-page label.chbox-label-sm div.mark-box {
    margin: 8px auto auto 20px;
}

#pricing-page label.chbox-label-sm div.label-box {
    margin: 26px auto auto 10px;
}

#pricing-page div.options-grid {
    width: 95%;
    margin-right: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#pricing-page div.mark-box {
    height: 30px;
    width: 30px;
    float: right;
    position: relative;
    margin: 10px 10px auto auto
}

#pricing-page div.pic-box,#pricing-page div.pic-box-selected {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto
}

#pricing-page div.pic-box-selected {
    display: none
}

#pricing-page div.label-box {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    font-size: 16px;
    font-weight: 400;500;
}

#pricing-page span.checkbox-mark {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #bbb
}

#pricing-page span.checkbox-mark:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 1px;
    width: 10px;
    height: 20px;
    border: 3px solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

#pricing-page span.radio-mark {
    float: left;
    height: 100%;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 15px
}

#pricing-page span.radio-mark:after {
    content: "";
    position: relative;
    margin: 4px 5px 5px 4px;
    background-color: #337ab7;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    display: none;
}

#pricing-page div.gdpr-compliance {
    max-height: 300px;
    text-align: left
}

@media (max-width: 414px) {
    #pricing-page {
        padding-bottom:80px
    }

    #pricing-page main {
        margin-top: 0;
        padding-top: unset
    }
}

@media only screen and (max-width: 1000px) {
    #pricing-page div.progressbar,#pricing-page img.form-avatar {
        display:none
    }

    #pricing-page div .form-container {
        width: 90%
    }

    #pricing-page div .prv-avatar {
        width: 5%
    }

    #pricing-page div .prv-avatar input.prv-btn {
        top: 5%;
        left: 15px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    #pricing-page label.chbox-label {
        width: 125px;
        height: 140px;
        margin: 5px
    }

    #pricing-page label.chbox-label-sm {
        width: 100%;
        margin: 5px
    }

    #pricing-page label div.label-box {
        font-size: 20px
    }
}

@media only screen and (max-width: 415px) {
    #pricing-page .form-basic input.checkbox-input,#pricing-page .form-basic input.text-input,#pricing-page .form-experimental input.checkbox-input,#pricing-page .form-experimental input.text-input {
        width:unset
    }



    #pricing-page .form-basic label.chbox-label,#pricing-page .form-experimental label.chbox-label {
        width: 45%;
        height: 140px;
        margin: 5px
    }

    #pricing-page .form-basic div.options-grid,#pricing-page .form-experimental div.options-grid {
        width: 100%;
        margin: 3%
    }
}

.prc-frm .btn {
    padding: 10px 22px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 0;
    position: relative;
    bottom: 15px;
    left: 11px;
    top: 25px;
    margin: 0 0 25px;
}
.prc-frm  .panel-primary {
    border-color: #e6e6e6;
    min-height: 250px;
    position: relative;
    padding: 15px;
}
.chk-prc .btn-success {
    color: #fff !important;
    background-color: #3581D9 !important;
    border-color: #3581D9 !important;
}
.chk-prc .btn-default {
    color: #333;
    border-color: #e6e6e6 !important;
}
.chk-prc .btn-primary {
    color: #fff;
    background-color: #ccc !important;
    border-color: #ccc !important;
	outline:none !important; transition: all 0.3s;
}

.chk-prc .btn-primary:hover {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important; transition: all 0.3s;
}