body {
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:1.42857143;
    color:#333;
    background-color:#fff;
}

.select {
    font-size:18px;
    position:relative;
    display:inline-block;
    margin-top:18px;
}

.custom-question .select{
    min-width: 70%;
}
.select.modal {
    font-size:14px;
    position:relative;
    display:inline-block;
    margin-top:2px;
    width: 90%;
}

@media (max-width:767px) {
    .select {
        font-size:12px;
        position:relative;
        display:inline-block;
        margin-top:18px;
    }
}

.select select {
    outline:none;
    -webkit-appearance:none;
    display:block;
    padding:1em 3em 1em 1.5em;
    margin:0;
    transition:border-color 0.2s;
    border:3px solid #ff8300;
    border-radius:5px;
    background:#fff;
    color:#555;
    line-height:normal;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}

.modal.select select {
    width: 100%;
    outline:none;
    -webkit-appearance:none;
    display:block;
    padding:0.1em 0.3em 0.1em 0.5em;
    margin:0;
    transition:border-color 0.2s;
    border:3px solid #1e73be;
    border-radius:5px;
    background:#fff;
    color:#555;
    line-height:normal;
    font-family:inherit;
    font-size:inherit;
}

@media (max-width: 450px){
    .modal.select select {
        max-width: 310px;
        font-size: 12px;
    }

    #leadOptions{
        width: 320px !important;
    }
}

.select .arr {
    background:#fff;
    bottom:5px;
    right:5px;
    top:5px;
    width:50px;
}

.select .arr:before {
    content:'';
    position:absolute;
    top:50%;
    right:16px;
    margin-top:-5px;
    pointer-events:none;
    border-top:10px solid #ff8300;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}

.modal.select .arr:before{
    border-top:10px solid #1e73be;
    right:10px;
}

.select .arr:after {
    content:'';
    position:absolute;
    top:50%;
    right:20px;
    margin-top:-5px;
    pointer-events:none;
    border-top:6px solid #fff;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
}

.modal.select .arr:after{
    right:14px;
}


input[type="radio"] {
    display:none;
}

input[type="tel"].wrapper {
    text-align:center;
    max-width:220px;
    margin-left:auto;
    margin-right:auto;
    color:#464646;
    padding:10px 8px;
    outline:none;
    font-size:20px;
    margin:0px;
    border-radius:3px;
    background-color:#fff;
    border:1px solid #adb1ba;
    border-color:#adb1ba #c3c6cd #c3c6cd;
    box-shadow:none;
}

input[type="email"].wrapper {
    text-align:center;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    color:#464646;
    padding:10px 8px;
    outline:none;
    font-size:20px;
    margin:0px;
    border-radius:3px;
    background-color:#fff;
    border:1px solid #adb1ba;
    border-color:#adb1ba #c3c6cd #c3c6cd;
    box-shadow:none;
    width:100%;
}

.radioWrapper {
    background-color:#ff8300;
    font-size:16px;
    color:#fff;
    width:100%;
    margin-top:30px;
    height:60px;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:2px 7px;
}

@media (max-width:767px) {
    .radioWrapper {
        background-color:#ff8300;
        font-size:16px;
        color:#fff;
        /*width:80%;*/
        margin-top:30px;
        height:60px;
        cursor:pointer;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:2px 7px;
    }
}

.radio-list {
    list-style:none;
    text-align:center;
}

.degree-header {
    background-color:#1e73be;
    border-bottom: 3px solid white;
}

.degree-header .logo {
    display:flex;
    height:75px;
    align-items:center;
}

.section {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.engine-start {
}

.intro {
    min-height:75vh;
}

.intro.box-modal {
    height:200px;
}

.intro h2 {
    font-weight:700;
    color:#ffffff;
}

.intro .topic {
    font-weight:700;
    color:#333333;
}

.continue-button {
    background:#1e73be;
    color:#fff;
    text-shadow:none;
    box-shadow:none;
    padding:10px 30px;
    min-width:200px;
    font-size:16px;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.continue-button.continue-submit-lead-button {
    background:#ff8300;
    color:#fff;
    text-shadow:none;
    box-shadow:none;
    padding:5px 30px;
    min-width:200px;
    font-size:20px;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.custom-continue-button:hover {
    background:#ff8300;
    color:#fff;
}

.continue-button.validate-fields, .continue-button.trigger-validation{
    background:#ff8300;
    color:#fff;
    text-shadow:none;
    box-shadow:none;
    padding:10px 30px;
    min-width:200px;
    font-size:16px;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
}


.continue-button.trigger-validation:hover{
    background:#ff8300;
    color:#fff;
}
.continue-button i {
    margin-left:20px;
    font-size:14px;
}

@media (max-width:767px) {
    .radioLabel {
        margin-top: 20px;
        width: 90%;
    }
}
.radioLabel{
    margin-top:20px;
    width:300px;
}
.radio-list li {
    margin-left: -25px;
    width:300px;
}
@media (max-width:767px) {
    .radio-list li {
        /*margin-left: 55px;*/
        width: 100%;
        /*text-align: right;*/
    }
}



.radioWrapper span {
    width:50%;
    text-align:right;
}

.radioWrapper span i {
    font-size:14px;
}

.radioWrapper span.text {
    width:90%;
    text-align:center;
}

.radioWrapper span.icon {
    width:10%;
    text-align:right;
}

@media (max-width:767px) {
    .main-section {
        background-image:url('../images/sky2.jpg');
        background-position:center center;
        background-repeat:no-repeat;
        background-size:cover;
        padding:0px !important;
        display:flex;
        align-items:center;
        justify-content:center;
        flex:1;
    }

    .section {
	padding: 0px !important;
    }
}

.main-section {
    background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/bg.jpg") no-repeat center center;
    background-size:cover;
    padding-top:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:1;
}

.max-hy {
    min-height:100vh;
}

.max-ct {
    display:flex;
    flex-direction:column;
    min-height:100vh;
}



.text-input{
    text-align:center;
    width:350px;
    margin-left:auto;
    margin-right:auto;
    color:#464646;
    padding:10px 8px;
    outline:none;
    font-size:20px;
    margin:0px;
    border-radius:3px;
    background-color:#fff;
    border:1px solid #adb1ba;
    border-color:#adb1ba #c3c6cd #c3c6cd;
    box-shadow:none;
}

@media (max-width:767px){
    .text-input{
        text-align:center;
        width:90%;
        margin-left:auto;
        margin-right:auto;
        color:#464646;
        padding:10px 8px;
        outline:none;
        font-size:20px;
        margin:0px;
        border-radius:3px;
        background-color:#fff;
        border:1px solid #adb1ba;
        border-color:#adb1ba #c3c6cd #c3c6cd;
        box-shadow:none;
    }
}

.progressX{
    height: 5px;
    opacity: 0;
    width:100%;
    background: #000;
    backface-visibility: hidden;
}


.progressX .progress {
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: width .25s ease-out;
    background: #ff8300;
    display: block;
    height: 5px;
    font-weight: 400;
    font-family: "canada-type-gibson",Helvetica,Arial,sans-serif;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    color: #0f2a3c;
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 9px;
}

.progressX .progress {
    opacity: 1;
}

.progressX {
    opacity: 1;
}

.progress-text{
    display: none;
    max-width: 10%;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: max-width .25s ease-out;
}

.checkLabel{
    list-style:none;
    display: inline;
    float: left;
    margin-left: -37px;
}

@media (min-width: 767px) {
    .right-li{
        float: right;
    }
}
@media(max-width:767px){
    .text_v .p{
        display: none;
    }
}


.pre-qs{
    padding: 77px;
    background-color: #fff;
}

.quin-header{
    display: none;
}

.quin-header h3{
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.online-classes{
    display: none;
}

.container.online-classes .more-articles{
    margin: 50px 0;
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lds-dual-ring {
    position: relative;
}
.lds-dual-ring div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    border-color: #ffffff transparent #ffffff transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
    height: 20px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.animate-fading{animation:fading 2s infinite}

@keyframes fading{
        0%{opacity:0}
        50%{opacity:1}
        100%{opacity:0}
    }

.mydegree-ellipsis {
    display:inline-block;
    position:relative;
    width:64px;
    height:64px;

}

.mydegree-ellipsis div {
    position:absolute;
    top:27px;
    width:11px;
    height:11px;
    border-radius:50%;
    /*background:#fff;*/
    animation-timing-function:cubic-bezier(0, 1, 1, 0);
    background-color: #1e73be;
}

.mydegree-ellipsis div:nth-child(1) {
    left:6px;
    animation:mydegree-ellipsis1 0.6s infinite;
}

.mydegree-ellipsis div:nth-child(2) {
    left:6px;
    animation:mydegree-ellipsis2 0.6s infinite;
}

.mydegree-ellipsis div:nth-child(3) {
    left:26px;
    animation:mydegree-ellipsis2 0.6s infinite;
}

.mydegree-ellipsis div:nth-child(4) {
    left:45px;
    animation:mydegree-ellipsis3 0.6s infinite;
}

@keyframes mydegree-ellipsis1 {
    0% {
        transform:scale(0);
    }
    100% {
        transform:scale(1);
    }
}

@keyframes mydegree-ellipsis3 {
    0% {
        transform:scale(1);
    }
    100% {
        transform:scale(0);
    }
}

@keyframes mydegree-ellipsis2 {
    0% {
        transform:translate(0, 0);
    }
    100% {
        transform:translate(19px, 0);
    }
}


.ldTemplate-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 5vh 0;
    padding-bottom: 5px;
}


.ldTemplate-wrapper h2{
    margin-bottom:0;
    font-weight: 600;
    color: #555;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
}

#processModal .modal-dialog{
    margin-top: 20vh;
}

.modal .select select {
    outline: none;
    -webkit-appearance: none;
    display: block;
    padding: 0.5rem;
    margin: 0;
    transition: border-color 0.2s;
    border: 3px solid #ff8300;
    border-radius: 5px;
    background: #fff;
    color: #555;
    line-height: normal;
    font-family: inherit;
    font-size: 12px;
    width: 100%;
}

.blueshadow {
    box-shadow: 12px 12px 2px 1px rgb(42 114 187 / 73%);

}