﻿body {
}
/**********General*********/
.bolder {
    font-weight: bold;
}

.radio-inline {
    margin-top: 10px !important;
}
@media(max-width:1100px) {
.transperent-layer {
    margin-bottom: 100px;
    margin-top: 20px;
    background: rgba(255,255,255,.8);
    border: 1px solid #ccc;
}
}
/****marging and padding class*****/

.marg_topbtm40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.marg_topbtm50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.marg_topbtm20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.marg_topbtm80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.marg_top80 {
    margin-top: 80px !important;
}

.pad20 {
    padding: 20px;
}

.margtop_10 {
    margin-top: 10px;
}

/******Content Section************/
.ico_iamge {
    padding: 70px 70px 30px 100px !important;
}

.full_wd_ul_nav {
    width: 100% !important;
}

    .full_wd_ul_nav li {
        width: 100%;
        text-align: center;
    }

.navbar .divider-vertical {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}
/**********text/bg color******************/

.clr_amber {
    color: #F6A40C;
}

.bg_white {
    background: #fff;
}

/*******/
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
}

.question_section h4 {
    font-size: 20px;
}
/*************/

.bs-wizard {
    margin-top: 40px;
}

/*Select From Options form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #d3d5dc;
            top: 23px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #F6A40C;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

#firstSection1 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #f8aba4;
}

#firstSection2 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #68c8c4;
}

#firstSection3 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #f37043;
}

#firstSection4 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #cfae80;
}

#firstSection5 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #0097ad;
}

#firstSection6 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #00c0f3;
}

#firstSection7 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #eee809;
}

#firstSection8 .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #6e66ae;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

    .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
        width: 0px;
        box-shadow: none;
    }

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #d3d5dc;
}

    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
        opacity: 0;
    }

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
}
/*END Form Wizard*/
.col-xs-2-5 {
    float: left;
    width: 16.666%;
}


/********************/

.btn_theme {
    background: #F6A40C;
    color: #fff;
    font-size: 22px;
}


    .btn_theme:hover {
        background: #fc384d;
        color: #fff;
        font-size: 22px;
    }
.margtopbtm10
{
    margin-bottom:10px !important;
    margin-top:10px !important;
}
.stickyarrow i
{
    background: #b7b7b7;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 16%;
    font-size: 25px;
    padding: 6px 10px;
    text-align: center;
}
@media (max-width:992px) {
    .ico_iamge {
        padding: 50px !important;
    }
}

@media (max-width:768px) {
    .ico_iamge {
        padding: 30px !important;
    }

    .firstSection h2 {
        font-size: 22px !important;
    }

    .line {
        background-color: #fff;
        height: 3px;
        width: 30px;
        margin: auto;
    }

    p.line {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .question_section h4 {
        font-size: 14px !important;
    }

    .question_section .form-control {
        height: 36px !important;
    }

    #firstSection1 .form-control {
        border: 1px solid #F8ABA4;
    }

    #firstSection2 .form-control {
        border: 1px solid #68C8C4;
    }

    #firstSection3 .form-control {
        border: 1px solid #F37043;
    }

    #firstSection4 .form-control {
        border: 1px solid #CFAE80;
    }

    #firstSection5 .form-control {
        border: 1px solid #0097AD;
    }

    #firstSection6 .form-control {
        border: 1px solid #00C0F3;
    }

    #firstSection7 .form-control {
        border: 1px solid #EEE809;
    }

    #firstSection8 .form-control {
        border: 1px solid #6E66AE;
    }
    .btn-mitheme {
    border: 2px solid #000 !important;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px;
}
    .form-control {
    height:36px !important;
}
    h1 {
    font-size:30px !important;
    }
}
h1 {
margin-bottom:30px !important;
}

 #firstSection1 .color_text{
        color:#F8ABA4 !important;
    }
    #firstSection2 .color_text{
        color:#68C8C4!important;
    }
    #firstSection3 .color_text{
        color:#F37043!important;
    }
    #firstSection4 .color_text{
        color:#CFAE80!important;
    }
    #firstSection5 .color_text{
        color:#0097AD!important;
    }
    #firstSection6 .color_text{
        color:#00C0F3!important;
    }
    #firstSection7 .color_text{
        color:#EEE809!important;
    }
    #firstSection8 .color_text{
        color:#6E66AE!important;
    }
@media (max-width:768px) {
    .ico_iamge {
        padding: 5px !important;
    }

    .icon_image_section h4 {
        font-size: 14px !important;
    }

    .full_wd_ul_nav li {
        width: 100% !important;
    }
}


/****Chart*******/
.chart li span {
    float: left;
}

.chart li {
    display: block;
    width: 100%;
    clear: both;
}

.number {
    margin-top: 10px;
    font-size: 14px;
}

.legend-left {
    clear: both;
    display: inline-block;
    position: relative;
    float: left;
    width: 20%;
    padding-top: 20px;
}

.heading-left {
    font-size: 20px;
    text-align: right;
    position: relative;
    margin-top: 10px;
    margin-bottom: 3px;
    margin-right: 7px;
    height: 47px !important;
    font-weight: 700;
}

.chart-horiz {
    width: 80%;
    float: left;
    padding-top: 20px;
    border-left: thin solid #cccccc;
    border-bottom: thin solid #cccccc;
}

.percentbar {
    width: 8.36%;
    float: left;
}

.adult_pista .bar{
    background: #68c8c4 !important;
}

.adult_orange .bar{
     background: #f37043 !important;
}

.adult_pink .bar{
     background: #f8aba4 !important;
}

.adult_purple .bar{
     background: #6e66ae !important;
}

.adult_blue .bar{
     background: #00c0f3 !important;
}

.adult_coffee .bar{
     background: #cfae80 !important;
}

.adult_yellow .bar{
     background: #eee809 !important;
}

.adult_teal .bar{
     background: #0097ad !important;
}


.yellow .bar {
    background: #ff9a00 !important;
}

.red .bar {
    background: #f8aba4 !important;
}

.orange .bar {
    background: #1192fa !important;
}

.purple .bar {
    background: #68a615 !important;
}

.blue .bar {
    background: #fb540d !important;
}

.pink .bar {
    background: #6432b7 !important;
}

.teal .bar {
    background: #ec115e !important;
}

.green .bar {
    background: #00b7d3 !important;
}

.coffee .bar {
    background: #fec300 !important;
}

.clr_red {
    color: #F6A40C;
}

.no_effect:hover {
    background: none !important;
    cursor: default;
}

.text_div p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
}

/*******LOGIN-SIGNUP*********/

.bg_gray {
}

.pad20 {
    padding: 20px;
}

.footer {
    position: fixed;
    background: #F2F2F2;
    bottom: 0;
    height: 60px;
    width: 100%;
}

    .footer p {
        margin: 12px !important;
    }

.clr_yellow {
    color: #F6A40C !important;
}

.bolder_bottom_dark {
    border-bottom: 2px solid #ccc;
    margin: 20px 0;
}

.marg_top20 {
    margin-top: 20px !important;
}




.page-lock .page-logo {
    text-align: center;
    margin-bottom: 15px;
}

.page-lock .page-body {
    width: 100%;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.lock-head {
    display: block;
    background-color: #008080;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.clr_sky {
    color: #8FADB9;
}

.lock-body {
    padding: 5px 15px 15px 15px;
}

.lock-avatar {
    margin-top: 15px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.lock-form {
}

    .lock-form h4 {
        margin-top: 0px;
        color: #dbe2ea;
        font-size: 18px;
        font-weight: 400;
    }

    .lock-form .form-group {
        margin-top: 20px;
    }

        .lock-form .form-group .form-control {
            border: none;
            border-radius: 4px;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }


            .lock-form .form-group .form-control::-moz-placeholder {
                color: #556376;
                opacity: 1;
            }

            .lock-form .form-group .form-control:-ms-input-placeholder {
                color: #556376;
            }

            .lock-form .form-group .form-control::-webkit-input-placeholder {
                color: #556376;
            }


    .lock-form .form-actions {
        margin-top: 20px;
    }



        .lock-form .form-actions .btn-success:hover {
            background-color: #17749d !important;
        }

.lock-bottom {
    display: block;
    background-color: rgba(50,61,75,0.8);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .lock-bottom a {
        font-size: 14px;
        font-weight: 400;
    }

        .lock-bottom a:hover {
            color: #7ba2c0;
        }

.page-lock {
    margin: 90px auto 30px auto;
    width: 380px;
}

@media (max-width: 768px) {
    .page-lock {
        margin: 100px auto;
    }
}

@media (max-width: 560px) {
    .page-lock {
        margin: 50px auto;
    }


    .lock-avatar {
        width: 120px;
        height: 120px;
        margin-top: 20px;
    }

    .lock-form h4 {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .page-lock {
        margin: 30px auto;
        width: 100%;
    }

    .lock-body {
        margin: 0px;
    }

    .page-lock .page-body {
        margin-top: 30px;
    }

    .lock-avatar {
        margin-top: 20px;
    }

    .lock-avatar-block {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }



    .lock-form h4 {
        font-size: 16px;
        text-align: center;
    }

    .lock-form .form-group .form-control {
        padding: 20px 20px;
        width: 100%;
    }

    .lock-form .form-actions .btn-success {
        width: 240px;
        margin-bottom: 20px;
    }
}



.wd580 {
    width: 580px !important;
}

.page-lock .page-logo {
    text-align: center;
    margin-bottom: 15px;
}

.page-lock .page-body {
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}



.clr_sky {
    color: #8FADB9;
}


.lock-avatar {
    margin-top: 15px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.lock-form {
}

    .lock-form h4 {
        margin-top: 0px;
        color: #dbe2ea;
        font-size: 18px;
        font-weight: 400;
    }

    .lock-form .form-group {
        margin-top: 20px;
    }



        .lock-form .form-group .form-control::-moz-placeholder {
            color: #556376;
            opacity: 1;
        }

        .lock-form .form-group .form-control:-ms-input-placeholder {
            color: #556376;
        }

        .lock-form .form-group .form-control::-webkit-input-placeholder {
            color: #556376;
        }



    .lock-form .form-actions {
        margin-top: 20px;
    }

        .lock-form .form-actions .btn-success {
            color: #949ba2;
            background-color: transparent;
            border-color: #f6a821;
        }

            .lock-form .form-actions .btn-success:hover {
                color: #fff;
            }

.lock_ico {
    color: #f6a821;
    width: 68px;
    float: left;
    margin-top: -8px;
    line-height: 0;
}

.clr-white {
    color: #fff;
}

.lock-bottom {
    display: block;
    background-color: #008080;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .lock-bottom a {
        font-size: 14px;
        font-weight: 400;
    }

        .lock-bottom a:hover {
            color: #7ba2c0;
        }

@media (max-width: 768px) {
    .page-lock {
        margin: 100px auto;
    }
}

@media (max-width: 560px) {
    .page-lock {
        margin: 50px auto;
        width: 400px;
    }


    .lock-avatar {
        width: 120px;
        height: 120px;
        margin-top: 20px;
    }

    .lock-form h4 {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .page-lock {
        margin: 30px auto;
        width: 280px;
    }

    .lock-body {
        margin: 0px;
    }

    .page-lock .page-body {
        margin-top: 30px;
    }

    .lock-avatar {
        margin-top: 20px;
    }

    .lock-avatar-block {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .lock-form {
        padding-left: 20px;
    }

        .lock-form h4 {
            font-size: 16px;
            text-align: center;
        }

        .lock-form .form-group .form-control {
            padding: 20px 20px;
            width: 240px;
        }

        .lock-form .form-actions .btn-success {
            width: 240px;
            margin-bottom: 20px;
        }
}

/****************/
p.error-text {
    margin-top: 5px;
    margin-left: 3px;
    color: #f10c0c !important;
}


.error_text_email {
    font-size: 15px;
    color: red;
    margin-right: 280px;
}

.font_email {
    font-size: 20px;
    text-align: right;
    margin-top: 3px;
}

.btn_sendemail {
    margin-bottom: 100px;
}
/***********/
.firstSection {
    background: #f8aba4;
    padding: 20px;
}

.secondSection {
    background: #d5b480;
    padding: 20px;
}

.forthSection {
    background: #7362a8;
    padding: 20px;
}

.thirdSection {
    background: #ec6839;
    padding: 20px;
}

.clr_white {
    color: #fff;
}

.alex_btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 25px;
    font-size: 15px;
}

    .alex_btn span {
        margin-right: 5px;
    }

    .alex_btn:hover {
        color: #fff;
    }

.line {
    background-color: #fff;
    height: 5px;
    width: 30px;
    margin: auto;
}

.stickfooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: rgb(128, 128, 128);
    background: rgb(255, 255, 255);
    border-top: 3px solid #ffe5b7;
}

/*profile of page*/
.profileof {
    background-color: #fff;
    padding: 50px;
    z-index: 0;
    position: relative;
    height: 85%;
}

.profilrborder {
    border: 3px solid #000;
    padding: 20px 30px;
    height: 85%;
}

.alex {
    background-color: #f3f3f1;
    color: #000;
    padding: 5px 0;
    margin-bottom: 30px;
}

    .alex span {
        padding: 15px;
    }

    .alex img {
        padding: 10px;
    }

.agens span {
    padding: 15px;
}

.agens img {
    padding: 10px;
}

.agens {
    background-color: #fff;
    color: #000;
    padding: 5px 0;
    margin-bottom: 30px;
}

.profilrborder h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width:980px) {
    .profilrborder.agens {
        padding: 5px 15px;
    }

    .agens img {
        padding: 0;
    }

    .agens span {
        padding: 5px;
    }

    .profilrborder.alex {
        padding: 5px 15px;
    }

    .alex img {
        padding: 0;
    }

    .alex span {
        padding: 5px;
    }
}

.profile_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.border {
    height: 3px;
    width: 35px;
    background-color: #000;
    text-align: center;
    margin: 20px auto;
    display: block;
    color: #000;
}
