﻿/*///////----------Fonts ---------------//////////////*/


html,
body,
h1,
h2,
h3,
h4,
p,
a,
li,
label,
.sky-form,
.btn,
/*.sky-form .radio, .sky-form .checkbox,*/
.control-label {
    font-family: 'Open Sans', sans-serif;
    color: #444;
    font-weight: 400;
}

.font-weight-normal {
    font-weight: 400 !important;
}

body {
    font-size: 16px;
    background-image: linear-gradient( to bottom, rgb(0, 0, 0, 0.1), rgb(0, 0, 0, .5)), url(../../img/background-image.jpg);
    /*background-image: linear-gradient( to right, rgb(90,90,90, 1), rgb(90,90,90, .8), rgb(40,40,40, .7), rgb(20,20,20,.7)), url(../../../images/background-image.jpg);*/
    background-size: cover;
    /*background-position: 0 70px;*/
    background-repeat: no-repeat;
    object-fit: contain;
}

a {
    font-size: 16px;
    cursor: pointer;
}

.custom-section h1 {
    font-size: 32px !important;
    line-height: 36px;
    margin-top: 0;
}

.custom-section p {
    font-size: 14px;
}

.sky-form .label {
    font-size: 16px;
}

.label-sub {
    position: relative;
    top: 15px;
    font-weight: 600 !important;
}


.call-out-wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.call-out-image {
    max-width: 100% !important;
    height: auto;
}
.level-wrapper {
    padding: 10px;
    background-color: #F2F2F2;
    border-radius: 5px;
}
.call-out-msg-box {
    display: none;
    width: 100%;
    /*background-color: rgba(0,114,153,.95);*/
    background-color: #004B84;
    /*position: absolute;*/
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    bottom: 0;
    margin-top:-20px;
}

.call-out-top-wrapper {
    padding: 15px;
    background-color: #071E44;
}

.call-out-content-wrapper {
    display: flex;
    align-items: start;
}

    .call-out-content-wrapper .call-out-heading span {
        font-weight: 600;
        font-size: 20px;
        color: #fff;
    }

.call-out-top-wrapper .call-out-icon {
    width: 65px !important;
    display: inline-block !important;
    position: relative;
    top: -8px;
}

.call-out-icon {
    width: 65px !important;
    display: inline-block !important;
    position: relative;
    top: 5px;
    margin: 0 5px;
}

.level-wrapper {
    padding: 10px;
    background-color: #F2F2F2;
    border-radius: 5px;
}
.call-out-heading {
    display: inline-block;
    margin: 5px 5px;
    padding: 0;
    color: #fff;
    font-size: 14px !important;
}



.call-out-top-wrapper .call-out-heading {
    color: #fff;
}

    .call-out-top-wrapper .call-out-heading span {
        font-weight: 600;
        font-size: 20px;
        color: #fff;
    }

.call-out-msg-box ul li {
    color: #fff;
}
/*centering charts and graphics*/
#top-business-goals, #top-challenges, #top-digital-infrastructure, #applications-data-workloads, #traditional-data-centers, #business-application {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    max-height: 300px;
}
/*////////////----------buttons and links--------//////////////////*/
.btn-default {
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    color: #fff !important;
    border-color: #172A5A;
    border-radius: 30px !important;
    background-color: #172A5A;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

    .btn-default:active:hover, .btn-default:active:focus {
        color: #fff;
        border-color: #172A5A;
        background-color: #172A5A;
    }

    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover {
        color: #fff;
        border-color: #172A5A;
        background-color: #172A5A;
    }

.btn-danger {
    border-radius: 5px !important;
    color: #fff;
    border: 2px solid #ff8300;
    background-color: #ff8300;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger:focus,
    .btn-danger:active:hover {
        border: 2px solid #ff8300;
        background-color: #ff8300;
    }

.btn-primary {
    /*font-family: Open Sans,Arial,sans-serif;*/
    line-height: 20px;
    /*height: 50px;*/
    padding: 12px 24px;
    color: #FFF;
    /*border: 2px solid #00AEEF;*/
    border: none;
    border-radius: 100px !important;
    /*background: #72BF00;*/
    /*background-image: linear-gradient( to right, #0F88F6, #0067D3) !important;*/
    background-color: #005B9A !important;
    position: relative;
    transition: all .5s;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background: #0067D3;
        border-color: #0067D3 !important;
        background-color: #0067D3 !important;
        color: #fff !important;
    }

    .btn-primary:hover {
        background: #0070D2;
        border-color: #0070D2 !important;
        background-color: #0070D2 !important;
    }

    .btn-primary:active, .btn-primary:focus {
        border-color: #005cb9 !important;
        border: 2px solid #005cb9;
        border: none;
        background-color: #005cb9;
        /*background-image: linear-gradient( to right, #0067D3, #0F88F6) !important;*/
        background-color: #0067D3 !important;
        color: #fff !important;
        /*outline: 1px solid #172A5A !important;*/
        transition: .2s;
    }

.customNextBtn {
    /*background: #172A5A;*/
    color: #fff !important;
    font-weight: 500;
    line-height: 1.4;
}


.customPrevBtn {
    line-height: 1.4 !important;
    width: 140px;
    height: 40px;
    padding: 8px 15px;
    background: none !important;
    border: 2px solid #0067D3 !important;
    color: #0067D3 !important;
    font-weight: 500;
    /*outline: 2px solid #172A5A !important;*/
}

    .customPrevBtn:hover, .customPrevBtn:focus, .customPrevBtn:active, .customPrevBtn:active:hover {
        /*border-color: #005cb9 !important;*/
        /*border:1px solid #172A5A;*/
        border: none !important;
        color: #fff !important;
        line-height: 1.6 !important;
        /*width: 140px;*/
        height: 40px;
        padding: 8px 15px;
        /*outline: 2px solid #172A5A !important;*/
        outline: none !important;
        /*background-image: linear-gradient( to right, #0067D3, #0F88F6) !important;*/
        background-color: #0067D3 !important;
    }





footer button {
    margin: 0 5px;
}

.text-right {
    text-align: right;
}

.focus-only:focus {
    outline: 2px solid black;
}
/*Assement Button*/


.assment-link {
    color: #ff8300;
    text-decoration: underline;
    font-weight: 500;
}

    .assment-link:hover {
        color: #FFF;
        text-decoration: underline;
        /*font-weight: 300;*/
    }

.privacy-link {
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

/*right section */

.orange-border {
    background-color: #4a4949;
    border: 2px solid #ff8300;
    border-radius: 5px;
    margin: 0 50px 0 100px;
    padding: 40px;
}


/*------------------Assessment Page-------------------*/


.wrapper {
    background-color: #54a4e2;
}

.assessment-box {
    background-color: #fff;
    min-height: 400px;
    box-shadow: 0px 8px 15px #353535a6;
}

.assessment-box-in {
    padding: 0 50px;
    margin: 0 auto;
}

.section-heading {
    margin: 0 0 20px 0;
    color: #444;
    font-weight: 700;
    /*display: none;*/
    /*font-size:22px;*/
}

.section-image {
}

.section-content {
}

.sky-form section {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 5px;
}

.h1-blue {
    color: #39393b;
    font-weight: 300;
    margin: 40px 0 20px 0;
    display: none;
}

.sec-space {
    /*min-height: 300px;*/
}

.section-question {
    font-weight: 600 !important;
}


/* Assessment progress bar*/

.heading-sm-textN {
    margin-bottom: 5px;
    margin-left: 5px;
}

.heading-sm {
    font-size: 15px;
    float: right;
    margin-right: 5px;
}

.progress-section {
    margin-top: 20px;
}

.progress {
    height: 6px;
    margin-top: 5px;
    border: 0;
    -webkit-box-shadow: none;
    border-radius: 4px;
}

.progress-bar {
    -webkit-box-shadow: none;
    background-color: #004B84;
}


#progressBar {
    /*width: 400px;*/
    height: 22px;
    /*border: 1px solid #111;*/
    border: 1px solid #004B84;
    border-radius: 20px;
    padding: 1px;
    margin: 10px 0 30px 0;
}

.progressBar-inner {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 18px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #004B84;
    text-align: center;
    border-radius: 20px;
    /*    text-shadow: -1px 0 #172A5A, 0 1px #172A5A, 1px 0 #172A5A, 0 -1px #172A5A;*/
}


.pdfobject-container {
    border: 1rem solid rgba(27,108,177,.5);
}

/*.radio-cover {
    background-color: #D9D9D6;
    height: 40px;
    padding: 10px 0px 0px 50px;
    line-height: 1;
}

.radio-cover-head {
    height: 40px;
    padding: 10px 0px 0px 50px;
 }*/

blockquote.hero {
    /*border-left: solid 2px #003283;*/
    border: none;
    background: #f9f9f9;
    box-shadow: 0px 18px 15px -15px rgba(0,0,0,.5);
    padding: 0px;
}

.tag-line {
    font-size: 16px;
    color: #333;
}

.control-label-light {
    font-size: 18px;
    font-weight: 500;
    color: #ffF;
}
/* Tooltips fix By Bilal */

.tooltipColor {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

.tooltip > .tooltip-inner {
    max-width: 350px;
    border: 1px solid #CCC;
    background-color: #fff;
    color: #49494b;
    font-size: 16px;
    max-width: 350px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2da5da;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.shadow-effect-2 {
    border: none;
    box-shadow: 2px 2px 15px rgba(97,97,97, 0.9);
}
/*------------------skyform controller-------------------*/
.sky-form .radio input, .sky-form .checkbox input {
    left: -9999999px;
}

.sky-form {
    border: none;
    box-shadow: none;
}

    .sky-form fieldset {
        padding: 0;
    }

    .sky-form fieldset {
        background: none;
    }

.control-label {
    font-size: 19px;
    /*color: #333;*/
    font-weight: 600;
}

.sky-form footer {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    background: none;
    border-top: 1px solid #555;
}


/*Form checkbox and Radio button*/

.sky-form .radio i {
    left: 5px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-color: #555;
}

.sky-form .checkbox i {
    left: 5px;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border-color: #555;
}


.sky-form .radio input:checked + i {
    border-color: #0067D3;
    /*    outline: 2px auto #000;*/
}

.sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
    border-color: #0067D3;
    background-color: #0067D3;
    /*    outline: 2px auto #000;*/
}

.sky-form .checkbox input + i:after {
    font-size: 10px;
    font-weight: 400;
    margin-left: 0px;
    top: 2px;
    color: #fff;
}

.sky-form .radio,
.sky-form .checkbox {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 12px;
    padding-left: 35px;
}

    /*radio code to manage focus*/
    .sky-form .radio input:focus + i,
    .sky-form .checkbox input:focus + i,
    .sky-form .toggle input:focus + i {
        border-color: #0067D3;
        box-shadow: 0 0 12px #444;
    }

.reg-page-box .sky-form .checkbox {
    font-size: 14px;
    /*color: #172A5A;*/
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 400;
}

.reg-page-box .sky-form a {
    font-size: 14px;
}


.reg-page-box ul {
    padding-inline-start: 50px;
    list-style: none;
    position: relative;
}

    .reg-page-box ul li {
        font-size: 15px;
        position: relative;
        margin: 20px 0;
    }

        .reg-page-box ul li:last-child {
            /*margin-top: 15px;*/
        }

        .reg-page-box ul li img {
            width: 35px;
            position: absolute;
            left: -50px;
            top: -5px;
        }

.reg-icon-2 {
    position: relative;
    bottom: -10px;
}

.reg-report-image {
    width: 100%;
    height: auto;
    position: relative;
    top: 30px;
}

.reg-here-img {
    width: 100%;
    height: auto;
    /*margin: 40px 0 0 0;*/
}

.sky-form .radio input + i:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #0067D3;
}

.radio-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

select option:disabled {
    color: #ccc !important;
}


/*--------------Reg page level section---------------*/

.grid-wapper {
    width: 100%;
    /*background-color:aqua;*/
    /*display:flex;*/
    padding: 20px 50px;
    color: #000;
    text-align: center;
    font-size: 12px;
}

.grid-top {
    width: 100%;
    display: flex;
}

.grid-cell-head {
    background-color: #70C7E6;
    /*text-align: center;*/
    height: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
}

.grid-cell-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
}

.grid-cell-top-1 {
    background-color: #D8F0F8;
    width: 49%;
    min-height: 150px;
}

.grid-cell-top-1-head {
    background-color: #70C7E6;
}

.grid-cell-top-1-body {
}

.grid-top-blk-bar, .grid-bottom-blk-bar {
    background-color: #000;
    min-height: 100%;
    width: 7px;
    position: relative;
}

.grid-cell-top-2 {
    background-color: #FBEFF6;
    width: 49%;
    min-height: 150px;
}

.grid-cell-top-2-head {
    background-color: #D86AA9;
}

.grid-cell-top-2-body {
}

.grid-mid {
    height: 7px;
    background-color: #000;
    position: relative;
}

.grid-bottom {
    width: 100%;
    display: flex;
}

.grid-cell-bottom-1 {
    background-color: #FCDCE0;
    width: 49%;
    min-height: 150px;
}

.grid-cell-bottom-1-head {
    background-color: #F05B6E;
    text-align: center;
}

.grid-cell-bottom-1-body {
    background-color: #FCDCE0;
}

.grid-cell-bottom-2 {
    background-color: #FDF4B5;
    width: 49%;
    min-height: 150px;
}

.grid-cell-bottom-2-head {
    background-color: #F9DF31;
}

.grid-cell-bottom-2-body {
    background-color: #FDF4B5;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
    position: absolute;
}

.arrow-up {
    top: -6px;
    left: -3px;
}

.arrow-down {
    transform: rotate(180deg);
    bottom: -6px;
    left: -3px;
}

.arrow-left {
    transform: rotate(-90deg);
    bottom: 0px;
    left: -10px;
}

.arrow-right {
    transform: rotate(90deg);
    bottom: 0px;
    right: -10px;
}

.top-arrow-text {
    position: relative;
    top: -10px;
}

.bottom-arrow-text {
    position: relative;
    bottom: -10px;
}

.left-arrow-text {
    position: absolute;
    top: -10px;
    left: -50px;
    transform: rotate(-90deg);
}

.right-arrow-text {
    position: absolute;
    top: -10px;
    right: -50px;
    transform: rotate(90deg);
}

.show-level {
    background-color: #172A5A;
    width: 100px;
    min-height: 75px;
    text-align: center;
    padding-top: 15px;
}

    .show-level p {
        color: #fff;
        margin: 0;
    }
/*--------------skyform ion range slider ---------------*/
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-bar {
    background-color: #172A5A;
}

.irs--round .irs-handle {
    border-color: #172A5A;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #172A5A;
}

.sumSliderTotalInvalid {
    color: #BA0C2F !important;
    font-size: 16px;
}

.slider-container .irs-handle {
    box-shadow: 0 0 8px rgba(0,0,0,0);
    padding: 5px;
}

.slider-container.focused .irs-handle {
    box-shadow: 0 0 8px rgba(0,0,0,1);
}



/*//////////////////----Results Page---///////////////////////////////*/
.blue-head-box {
    background-color: #0052A2;
    color: #fff;
    font-size: 16px;
    padding: 10px 5px;
    margin-bottom: 20px;
    border-radius: 0px;
    font-weight: 600;
    min-height: 70px;
    display: flex;
}

.blue-box-icon {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-box-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-head-box h4 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.evvelop-icon {
    height: 50px;
    /*float: left;*/
    margin-left: 20px;
    margin-right: 20px;
}

.reg-page-box {
    background-color: #fff;
    padding: 20px;
}

    .reg-page-box .sky-form {
        background-color: #f2f2f2;
        padding: 15px 25px;
        box-shadow: 7px 7px 15px #bbb;
    }

    .reg-page-box h1 {
        font-size: 20px;
        margin: 5px 0;
    }

    .reg-page-box h2 {
        font-size: 18px;
        margin: 5px 0;
    }

    .reg-page-box h3 {
        font-size: 18px;
        margin: 5px 0;
    }


.sky-form .tooltip {
    position: relative;
    display: inline-block;
    background: none;
    color: #555;
    left: 0;
    top: -2px;
    opacity: 1;
    height: 15px;
}


.btn-reg {
    font-family: Open Sans,Arial,sans-serif;
    line-height: 27px;
    /*height: 50px;*/
    padding: 6px 20px;
    color: #000;
    /*border: 2px solid #00AEEF;*/
    border: none;
    border-radius: 100px !important;
    /*background: #72BF00;*/
    /*background-image: linear-gradient( to right, #0F88F6, #0067D3) !important;*/
    background-color: #00BCE9 !important;
    /*position: relative;*/
    transition: all .5s;
    font-weight: 600;
    font-size: 18px;
    /*text-transform:uppercase;*/
    /*    -webkit-clip-path: polygon(100% 0, 100% 100%, 18px 100%, 0 75%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 18px 100%, 0 75%, 0 0);*/
}

    .btn-reg:active:hover, .btn-reg:active:focus {
        background-color: #33c9ef;
        border-color: #33c9ef !important;
        background-color: #33c9ef !important;
    }

    .btn-reg:active {
        top: 1px;
    }


    .btn-reg:focus, .btn-reg:hover {
        background-color: #33c9ef;
        border-color: #33c9ef !important;
        background-color: #33c9ef !important;
    }
/*result page font-face-uri level section*/
.level-section {
    position: relative;
    margin-top: -140px;
    text-align: center;
    padding: 0 30px;
    /*margin-bottom: 10px;*/
}

.level-text {
    font-size: 10px;
    /*margin-top: 10px;*/
    margin-bottom: 5px;
    font-weight: 600;
}


.level-text-active {
    color: #002D5B;
}

.level-text-inactive {
    color: #B3B2B1;
}

.level-icon-inactive, .level-icon-active {
    height: auto;
    width: 100%;
}

.level-bluebox {
    height: 3px;
    line-height: 25px;
    background-color: #049fd9;
    color: #049fd9;
}

.level-section-box img {
    display: block;
    margin: 0 auto;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    background-color: #FFF;
    box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.2);
    width: 300px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light .tooltipster-content {
    padding: 15px 10px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow .tooltipster-arrow-border {
}

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #172A5A;
    top: -1px
}

/*////////////////////-------  Code Question 11 radio center align---- /////////////////////////////*/




.text-center {
    text-align: center;
}

.radio-inline {
    display: inline !important;
    position: relative !important;
    top: 5px;
}

.check-inline {
    display: inline !important;
    position: relative !important;
    top: 5px;
}

.bdr-top {
    border-top: 1px solid #eee;
    padding: 10px 0 5px;
}

.custom-section p.label-radio {
    font-size: 18px;
}


/*////////////////////-------  Media---- /////////////////////////////*/
@media (min-width: 320px) and (max-width:479px) {
    .landing-image {
        height: 900px;
    }

    .orange-border {
        margin: 0px;
    }
    /*.landing-image {
        height: 375px;
    }
    .img-landing {
        height: 375px;
    }
    .img-overlay {
        height: 375px;
    }*/
    .landing-content-over {
        margin-top: 20px;
    }

    .landing-h2 {
        margin-top: 0%;
    }

    .legal-text {
        margin-top: 20px;
    }

    .footer {
        height: 60px;
    }

    .orange-border {
        margin: 20px 0 0 0;
    }

    .assessment-box {
        padding: 0 10px;
    }

    .bdr-top {
        padding: 10px 0 15px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    /*.landing-image {
        height: 350px;
    }
    .img-landing {
        height: 350px;
    }
    .img-overlay {
        height: 350px;
    }*/
    .landing-image {
        height: 1024px;
    }

    .legal-text {
        margin-top: 100px;
    }

    .landing-h2 {
        margin-top: 0px;
    }

    .legal-text {
        margin-top: 50px;
    }

    .orange-border {
        margin: 20px 0 0 0;
    }
}

/*@media (min-width: 767px) {
    .legal-text {
        margin-top: 120px;
    }

}*/

@media (min-width: 768px) and (max-width: 1023px) {
    .landing-image {
        height: 950px;
    }

    .orange-border {
        margin: 40px 50px 0 50px;
    }

    .footer {
        height: 40px;
    }
    .level-image {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .landing-image {
        height: 692px;
    }
}
/*Iphone X*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .assessment-box-in {
        padding: 0 10px;
        margin: 0 auto;
    }

    .btn-primary {
        width: 100px;
        padding: 8px 0px;
    }

    .btn-prev-responsive {
        left: 0;
        position: absolute;
    }


    .sky-form .checkbox input + i:after {
        font-size: 14px;
        margin-left: 0px;
        top: 1px;
        left: -4px;
        color: #172A5A;
        content: '\f00c';
        font-family: FontAwesome;
        font-style: normal;
        width: 24px;
        text-align: center;
    }

    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }
    
}
/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait) {
    .btn-primary {
        width: 100px;
        padding: 0px 10px;
    }

    .assessment-box-in {
        padding: 0 10px;
        margin: 0 auto;
    }

    .btn-prev-responsive {
        left: 0;
        position: absolute;
    }



    .sky-form .checkbox input + i:after {
        font-size: 14px;
        margin-left: 0px;
        top: 1px;
        color: #172A5A;
        content: '\f00c';
        font-family: FontAwesome;
        font-style: normal;
        width: 24px;
        text-align: center;
    }

    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }
}

/*End of Iphone*/
@media only screen and (min-width: 360px) and (max-width: 767px) {
    .btn-primary {
        width: 100px;
        padding: 8px 10px;
    }

    .assessment-box-in {
        padding: 0 10px;
        margin: 0 auto;
    }

    .btn-prev-responsive {
        left: 0;
        position: absolute;
    }


    .sky-form .checkbox input + i:after {
        font-size: 14px;
        margin-left: 0px;
        top: 1px;
        left: -4px;
        color: #172A5A;
        content: '\f00c';
        font-family: FontAwesome;
        font-style: normal;
        width: 24px;
        text-align: center;
    }

    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }

    .call-out-wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }



    .call-out-msg-box {
        /*bottom: -70px;*/
        position: relative;
    }
    .level-image {
        width: 100%;        
    } 
}
/* SAMSUNG Galaxy */

@media only screen and (min-device-width: 360px) and (orientation: portrait) {
    .btn-primary {
        width: 95px;
        padding: 8px 10px;
    }

    .assessment-box-in {
        padding: 0 10px;
        margin: 0 auto;
    }

    .btn-prev-responsive {
        left: 0;
        position: absolute;
        width: 95px;
    }

    .btn-result-responsive {
        /*width: 220px;*/
        right: 0px;
        position: relative;
    }

    .modal {
        width: 90%;
        left: 10px;
    }



    .sky-form .checkbox input + i:after {
        font-size: 14px;
        margin-left: 0px;
        top: 1px;
        left: -4px;
        color: #172A5A;
        content: '\f00c';
        font-family: FontAwesome;
        font-style: normal;
        width: 24px;
        text-align: center;
    }

    .reg-page-box {
        background-color: #fff;
        padding: 15px;
    }

        .reg-page-box ul li {
            margin: 10px 0;
        }

            .reg-page-box ul li img {
                top: -5px;
            }
}

/*End Of Samsung Galaxy*/


/*.nav-progress {
    display:block;
    position:relative;
}

.progress-step {
    width: 25%;
    display: inline-block;
    background-color: #333f48;
    float: left;
    text-align: center;
    position: relative;
    color:#fff;
    box-shadow: 1px 2px 1px #ccc;
}

    .progress-step::after {
        content: " ";
        color: #333f48;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #00A3Ec;
        position: absolute;
        right: 0;
    }*/


.nav-progress {
    display: table;
    overflow: hidden;
    margin: 10px 0 30px 0;
    width: 100%;
    height: 35px;
    border: 2px solid #333f48;
    background-color: #f7f7f7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .nav-progress > div {
        position: relative;
        display: inline-block;
        width: 25%;
        padding: 5px 0;
        color: #555;
        text-align: center;
        font-size: 16px;
        line-height: 1.3;
    }

        .nav-progress > div.complete {
            background-color: #f7f7f7;
            color: #555;
        }

            .nav-progress > div.complete .arrow {
                border: 2px solid #333f48 !important;
                background: #f7f7f7 !important;
            }

        .nav-progress > div.active {
            background-color: #333f48;
            color: #FFF;
        }

            .nav-progress > div.active .arrow {
                background: #333f48 !important;
            }

.arrow-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .arrow-wrapper .arrow-cover {
        position: absolute;
        overflow: hidden;
        width: 24px;
        height: 50px;
    }

        .arrow-wrapper .arrow-cover .arrow {
            position: absolute;
            left: -34px;
            top: -9px;
            z-index: 2;
            width: 50px;
            height: 50px;
            border: 2px solid #333f48;
            background: #f7f7f7;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
.reg-page-box .control-label{
    font-size:14px !important;
}