﻿body {
    color: #414042;
    font-size:16px
}
/**********General*********/
.bolder {
    font-weight: bold;
}

@media(max-width:1100px) {
    .transperent-layer {
        margin-bottom: 100px;
        margin-top: 20px;
        border:0 !important;
    }
}
/****marging and padding class*****/

.marg_topbtm40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.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;
}
h2 {
    font-size: 26px
}
h3 {
    font-size: 20px
}
.lg_lbl {
    font-size:20px
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important
}
/******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 {
            font-size: 18px;
            margin-bottom: 5px;
        }

@media(max-width:400px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 13px;
    }
    .input-section {
    height: 100px;
}
    .input-section a {
    float:right !important;
    }
}

@media(max-width:350px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 10px;
    } .input-section {
    height: 100px;
}
    .input-section .textbox{
    width: 80px !important;
}
    .textbox {
        font-size: 14px;
    }
    .input-section a {
    float:right !important;
    }
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background: #d3d5dc;
    top: 18px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
        content: ' ';
        width: 30px;
        height: 30px;
        background: #F6A40C;
        border-radius: 50px;
        position: absolute;
        top: 5px;
        left: 5px;
    }

#firstSection .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #A1C842;
}

#secondSection .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #F2CE1B;
}

#thirdSection .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #C3D7EE;
}

#forthSection .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    background: #F7CED7;
}
.firstSection h3 {
font-size:20px
}
.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, .progress {
    background-color: #cacaca;
}

    .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: 20%;
}


/********************/

    .btn_theme:hover {
        background: #F2CE1B;
        color: #fff;
    }

@media (max-width:992px) {
    .ico_iamge {
        padding: 50px !important;
    }
}

@media (max-width:768px) {
    .ico_iamge {
        padding: 30px !important;
    }
}

@media (max-width:786px) {
    .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;
    height:4px;border-radius:40px
}

.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: 40px !important;
    font-weight: 700;
    border-radius: 40px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    display:flex;
    justify-content:center;
    align-items:center
}

.chart-horiz {
    width: 80%;
    float: left;
    padding-top: 20px;
}

.percentbar {
    width: 8.36%;
    float: left;
}

.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 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: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: 0 auto 30px auto;
    width: 560px;
}

@media (max-width: 560px) {
    .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-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;
        }

/****************/
p.error-text {
    margin-top: 5px;
    margin-left: 3px;
    color: #f10c0c !important;
}


.error_text_email {
    font-size: 15px;
    color: red;
}

.font_email {
    font-size: 20px;
    text-align: right;
    margin-top: 3px;
}

.btn_sendemail {
    margin-bottom: 100px;
}
/***********/
.firstSection {
    background: #0090aa;
    padding: 20px;
}

.secondSection {
    background: #d5b480;
    padding: 20px;
}

.forthSection {
    background: #7362a8;
    padding: 20px;
}

.thirdSection {
    background: #ec6839;
    padding: 20px;
}

.clr_white {
    color: #fff;
}

    .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;
}
.alex span {
    padding: 8px;
    font-size: 20px;
}

    
.agens span {
    padding: 15px;
}

.agens img {
    padding: 10px;
}

.agens {
    background-color: #fff;
    color: #414042;
    padding: 5px 0;
    margin-bottom: 30px;
}


@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;
        font-size:16px !important
    }
}

.profile_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.border {
    height: 3px;
    width: 35px;
    background-color: #414042;
    text-align: center;
    margin: 20px auto;
    display: block;
    color: #414042;
}

.postion-relative {
position:relative
}



/************Header***************/

.header1img img.img-fluid {
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    width: 300px;
}

.header3img img.img-fluid {
    top: -100px;
    right: 0;
    z-index: 0;
    position: absolute;
    width: 265px
}

.header2img img.img-fluid {
    width: 200px;
}


@media(max-width:768px) {
    .header1img img.img-fluid {
        width: 180px;
    }

    .header3img img.img-fluid {
        top: -36px;
        width: 160px
    }

    .header2img img.img-fluid {
        width: 150px;
    }

}
.m_0 {
margin:0 !important
}
.text-bold {
font-weight:bold !important
}


/******Footer********/
.footer-bottom {
    padding: 25px 0;
    background: #D3D3D3;
    color: #414042;
    width: 100%;
}
    .footer-bottom p{
        margin:0;
        background: #D3D3D3
    }

.footer-copyright {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}


span.border-right {
    padding-left: 10px;
    margin-right: 10px;
    border-right-color: black !important;
    border-right: 2px solid !important;
}


.loadingProgresspage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../Content/images/ajax-loader (2).gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.btn_theme {
    border: 0;
    font-size: 18px;
    background-color: #A1C842;
    color: white;
    padding: 15px 54px;
    border-radius: 38px;
    z-index: 9
}
.find-more-btn {
    padding: 10px 26px;
}

label {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

.hexagonimage img.img-fluid {
    position: fixed;
    top: 600px;
    z-index: -1;
    left: -75px;
    right: 0;
    width: 300px;
}

.triangleimage img.img-fluid {
    position: fixed;
    right: 3%;
    top: 500px;
    z-index: -1;
    width: 400px;
}

.lg_control {
    width: 100%;
    height: 70px;
    border: 0px;
    background-color: #eeeeef;
    border-radius: 40px !important;
    font-size: 18px;
    padding-left: 20px !important
}

.logincontent h1.text-center {
    font-size: 40px;
    font-weight: bold;
    color: #CCCC33;
    padding-top: 20px;
}


.loginimages p {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}

.signuplink a {
    font-size: 18px;
    color: #F2CE1B;
    font-weight: normal;
    margin-top: 20px !important;
    display: inline-block;
    text-decoration: underline
}

img.img-fluid {
    width: 100%;
    height: auto;
}

.logincontent {
    position: relative;
    padding: 20px;
}
.floating_buttons {
    position: absolute;
    right: 100px;
    top: 40px;
    display: inline-block;
}
.btn-lang {
    background: #dbe2ea;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 18px;
    margin-right:10px
}
.--selected.btn-lang {
    background: #2196f3;
    color:#fff
}


.signout {
    color: #2196f3;
    font-size: 18px;
    padding: 5px 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
}
@media (max-width:991px){
    .footer-bottom{
        margin-top:0px;
    }
}

@media (max-width:768px) {
    .footer-bottom {
        padding: 18px 0 20px 0;
        /* background: #efefef; */
        color: #414042;        
    }


    .floating_buttons {
        top: 30px;
        right: 50px;
    }

  
}

.maindiv {
min-height:400px;
padding-bottom:50px
}

.btn-mitheme {
    border: 0;
    border-radius: 35px;
    background-color: #999999 !important;
    font-size: 18px;
    padding: 12px 50px;
    color: white !important;
    position: relative;
    z-index: 3;
}

.input-group-addon {
    background: none !important;
    border: none !important;
}

.alex {
    background-color: #efebeb;
    color: #414042;
    padding: 20px;
    margin-bottom: 30px;
    border: 0;
    border-radius: 39px;
    font-size: 22px;
    padding-right:80px;
}

.large_header {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: Ubuntu-Bold;
    margin: 0px;
}
.xl.large_header {
font-size:38px
}
.theme_color {
    color: #F2CE1B
}

.intro_text {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}
.dropdownbox {
    background: transparent;
    border: none;
    outline: none;
    width: 225px;
    font-size: 18px;
    border: 0;
    padding: 5px;
    font-weight: bold;
    color: #636363;
    text-align: center;
    height: 40px;
    border-left: 2px solid #ccc;
}
.selectedChild .dropdownbox {
    border-left: 2px solid #414042;
}
.textbox {
    background: #f3f3f1;
    border: none;
    outline: none;
    height: 40px;
    width: 40%;
    font-size: 20px;
    font-weight: bold
}

.addchild {
    border: 1px solid;
    color: #ffcc33;
    padding: 12px 50px;
    border-radius: 38px;
    font-size: 20px;
    background-color: white;
    margin-left:0px;
}
@media (max-width: 576px){
    .addchild {
        border: 1px solid;
        color: #ffcc33;
        padding: 10px 45px;
        border-radius: 38px;
        font-size: 16px;
        background-color: white;
        margin-left: 20px;
    }
}
.addchild:hover {
    border: 1px solid;
    color: #ffcc33;
}
    .input-section {
    width: 100%;
    margin-top: 20px;
    height: 60px;
    padding: 18px;
    border: 0;
    border-radius: 38px;
    color: #999999;
    height: 70px;
}

.intro h4 {
    font-size: 18px !important;
    line-height: 24px;
    text-align:center;
}

.largefonts {
    font-size: 26px !important;
}

.bottom-checkbox-text {
    float: left;
    margin-left: 10px;
    width: 500px;
    text-align: left;
}
@media (max-width:767px) {
    .mobile-checkbox-text{
        display:flex;
    }
    .mobile-checkbox-text span.bottom-checkbox-text {
        float: left;
        margin-left: 10px;
        width: auto;
        text-align: left;
    }
    .maindiv{
        padding-bottom:0px;
    }
}

@media (max-width:576px) {
    .intro_text {
        font-size: 16px;
        line-height: 20px;
    }
    .result-lable {
        font-size: 20px;
    }

    .textbox {
        font-size: 14px;
    }

    .dropdownbox {
        font-size: 14px;
        width:100px
    }

    .smartchild h1 {
        font-size: 24px
    }
    .firstSection h2 {
        font-size: 24px
    }
    .question_section h4 {
        font-size: 18px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 14px;
    }

    .marg_topbtm80 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .marg_top80 {
        margin-top: 40px !important;
    }

    .heading-left {
        color: #fff;
        font-size: 10px;
    }

    .legend-left {
        width: 40%;
    }

    .panel-body {
        display: flex;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .number.largefonts {
        font-size: 14px !important;
    }

    .chart li .number {
        position: absolute !important;
        left: 10px !important;
        font-size: 14px !important;
        color: #414042 !important
    }
    .intro h4 {
        font-size: 16px !important;
        line-height: 20px
    }
    .alex {
        margin-bottom: 10px
    }
    .xs-small {
        font-size: 18px
    }
    .footer-bottom p {
        font-size: 12px
    }
    h2 {
    font-size:16px;
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px
    }
    body {
    font-size:14px
    }
    .large_header {
    font-size:28px;
    }
    .xl.large_header {
        font-size: 36px
    }

    .header1img img.img-fluid {
        width: 150px;
    }

    .header3img img.img-fluid {
        top: -20px;
        width: 130px
    }

    .header2img img.img-fluid {
        width: 120px;
    }
    .lg_lbl {
        font-size: 18px !important
    }
    .signuplink a {
        font-size: 16px;
    }
    .alex span {
        font-size: 18px
    }
    .p_xs_0 {
    padding:0
    }

    .page-lock {
        margin: 30px auto;
        width: 350px;
    }

    .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;
    }

    .lock-form .form-actions .btn-success {
        width: 240px;
        margin-bottom: 20px;
    }
    .btn-mitheme {
        font-size: 16px !important;
        padding: 10px 26px;
    }
    .btn_theme {
        border: 0;
        padding: 12px 20px;
        border-radius: 38px;
        font-size: 16px !important;
        margin-bottom: 20px;
        min-width: 150px;
        max-width: 215px;
    }
    .addchild {
        padding: 12px 20px;
        font-size: 16px !important;
        min-width: 150px;
        max-width: 215px;
        margin-left: 0px;
    }
    .btn-mitheme {
        padding: 12px 20px;
        font-size: 16px !important;
        min-width: 150px;
        max-width: 215px;
    }
    .floating_buttons {
        top: 10px;
        right: 10px;
    }

    .signout, .btn-lang {
        font-size: 14px;
        padding:5px 10px;
    }
}
.error-text {
color:#d41f31
}
.m_l_20 {
margin-left:20px
}
@media (max-width: 375px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px !important;
    }
}