* {
    outline: none !important;
}

body {
    background: #EDEDED !important;
    font-family: 'Open Sans', sans-serif;
}

.bord h4 {
    color: #FFF;
}

.btn.btn-warning.btn-submit {
    background-color: #0808F7;
    border-color: #0808F7;
}

.company-form {
    padding-top: 100px;
}

.title-form {
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.tagline-form {
    font-size: 15px;
    color: #737373;
}

.form-outer {
    display: flex;
    overflow: hidden;
    background: #FFF !important;
    padding: 0px 35px;
}

.leftArea {
    background-image: url(background.jpg);
    background-size: cover;
    position: relative;
}

.image-company {
    border: 15px solid #1486B1;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 150px;
}

.image-company img {
    width: 150px;
}

.rightArea {
    background: #FFF;
    padding: 22px;
    text-align: left;
}

.rightArea .form-group > label {
    color: #565555;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

.custom-input {
    box-shadow: none;
    border-color: #E5E5E5;
    height: 43px;
    background: #FBFBFB;
    font-size: 12px;
}

.rightArea input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B1B1B1;
}

.rightArea input::-moz-placeholder { /* Firefox 19+ */
    color: #B1B1B1;
}

.rightArea input:-ms-input-placeholder { /* IE 10+ */
    color: #B1B1B1;
}

.rightArea input:-moz-placeholder { /* Firefox 18- */
    color: #B1B1B1;
}

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

.required-feild {
    color: #FF0000;
    font-size: 10px;
}

.btn-submit {
    padding: 8px 20px;
    background: #F18126;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-top: 10px;
}

.btn-submit img {
    position: relative;
    top: -2px;
    margin-left: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.btn-submit:hover img {
    position: relative;
    left: 5px;
}

.text-blueArea {
    margin-top: 80px;
    padding: 30px;
}

.text-blueArea h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.text-blueArea h6 {
    color: #FFF;
    line-height: 20px;
    font-size: 13px;
}

img#left-arrow {
    opacity: .7;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
    cursor: pointer;
}

ul.categories {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.categories li {
    float: left;
    width: 32.5%;
}

ul.categories label {
    text-align: center;
    width: 90%;
    height: 80px;
    margin: 15px auto;
    position: relative;
}

ul.categories label input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    cursor: pointer;
}

ul.categories label span {
    padding: 15px;
    border: 2px solid #E5E5E5;
    border-radius: 6px;
    background: #FBFBFB;
    color: #B6B6B6;
    font-weight: 100;
    font-size: 13px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.categories label input:checked + span {
    border-color: orange;
    color: orange;
    font-weight: 600;
}

.h100 {
    height: 100px !important;
    resize: none;
}

.rightInner {
    position: relative;
}

.rightInner {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.company-form .select2-container--default .select2-selection--single .select2-selection__arrow { top: 7px;}

.company-form .select2-container--default .select2-selection--single { box-shadow: none;
    border-color: #E5E5E5;
    height: 43px;
    background: #FBFBFB;
    font-size: 12px;
    padding-top: 6px;}

form.text-center.col-md-offset-1.col-md-10.mt50 h5 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
}

.sub {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(251, 251, 251, 0.8);
    align-items: center;
    justify-content: center;
    color: green;
    flex-direction: column;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.sub p {
    text-transform: uppercase;
    margin-top: 29px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
}

.glyphicon {
    font-size: 40px;
}

#form-chg {
    color: #565555;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

select {
    height: 34px;
    padding: 6px 0px;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.select_cat_img {
    background: url(../images/1495650117_basics-08.png) no-repeat;
    background-position: 87% 53%;
    background-size: 15px;
    width: 87px;
    margin-right: 15px;
}

.select_cat_img:nth-child(3) {
    margin-left: 0px;
}

.col-sm-12.bord {
    padding: 10px !important;
    background: #E16600;
    position: relative;
}

.modal-dialog {
    width: 60% !important;
}

.modal-content {
    background-color: transparent !important;
    border: none !important;
    border: none !important;
    border-radius: 6px;
}

.close {
    position: absolute;
    right: -30px;
    top: -20px;
    opacity: 1 !important;
    outline: none;
}

.close img {
    width: 25px;
}

.position_inner {
    text-align: center;
}

.position_inner a:hover {
    text-decoration: none;
}

.position_inner a {
    border: 1px solid #E16600;
    width: auto;
    padding: 10px;
    background: #E16600;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    text-decoration: none;
}

@media (max-width: 767px) {
    .form-outer {
        flex-direction: column;
    }

    img#left-arrow {
        display: none;
    }

    .image-company {
        margin-top: 50px;
    }

    .text-blueArea {
        margin-top: 0;
    }
}

ul.payments-options {
    padding: 0;
}

#paymentModal .selectOne-text {
    float: left;
    width: 100%;
}

#paymentModal p.selectOne-text img {
    width: 100px;
    margin: 0;
}

#paymentModal div#paymentModal div.modal-dailog {
    width: 80% !important;
}

div#paymentModal .modal-dialog {
    width: 80% !important;
}

#paymentModal p.selectOne-text {
    margin: 0;
}

.currency {
    font-weight: bold;
    color: #384355;
    width: 200px;
    height: 100px;
    border: 1px solid #384355;
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.currency:before { content: '$'; }

#errorBox {
    color: red;
    font-size: 12px;
    font-style: italic;
}

#errorBox1 {
    color: red;
    font-size: 14px;
    font-style: italic;
}

span#coursecost {
    background: #F18126;
    color: #FFF;
    border: none;
    padding: 12px 15px;
    display: inline-block;
    height: inherit;
    border-radius: 5px;
    font-size: 17px;
}

#newModal .modal-dialog, #paymentModal .modal-dialog {
    width: 40% !important;
}

#newModal .modal-dialog, #paymentModal1 .modal-dialog {
    width: 40% !important;
}

.modal-body {
    background: #FFF;
    padding: 30px;
}

.Radio label {
    margin-right: 20px;
}

p.selectOne-text {
    font-weight: 600;
}

ul.Radio {
    padding: 0;
    margin: 0;
    list-style: none;
}

.Radio label span {
    margin-left: 5px;
}

.payments-options input {
    display: none;
}

.payments-options label {
    margin: 20px 0 5px !important;
    cursor: pointer;
    width: 100%;
}

#modal-terms .modal-head {
    background: #E16600;
    padding: 10px;
    color: #FFF;
    text-align: center;
}

#modal-terms .modal-body {
    padding: 15px 30px !important;
}

#modal-terms1 .modal-head {
    background: #E16600;
    padding: 10px;
    color: #FFF;
    text-align: center;
}

#modal-terms1 .modal-body {
    padding: 15px 30px !important;
}

.payments-options label > div {
    width: 100%;
    /*background: #efefef;
    padding: 20px;*/
    border: 4px solid #E5E5E5;
    border-radius: 10px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    height: 150px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.payments-options li.eft_paymentOuter label > div img {
    max-width: 128px;
}

#orderdata {
    display: none;
}

.frms.order {width: 100%;padding: 0px 0px 0px 34px;margin-right: 0px;margin-left: 0px;}

.frms.order label {padding-top: 4px;display: inline-block;vertical-align: top;padding-bottom: 0px;}

.frms.order input {width: auto;padding-left: 12px;display: inline-block;margin-left: 6px;margin-bottom: 0px;}

.frms.orderlft {margin-bottom: 29px;}

.frms.orderlft input {margin-bottom: 0px;}

#ui-datepicker-div {
    width: 24% !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    height: 3em !important;
}

.frms select {
    width: 100%;
    border: solid 1px #DDD;
    border-radius: 2px;
    height: 36px;
    border-radius: 3px;
    padding-left: 10px;
}

body {font-family: 'Open Sans', sans-serif;}

.form-continer {
    width: 980px;
    margin: auto;
}

.frm-class {
    text-align: center;
    background: #F7F7F7;
}

.frms input {
    width: 100%;
    height: 36px;
    border: solid 1px #DDD;
    border-radius: 5px;
    margin-bottom: 13px;
    padding-left: 10px;
}

ul.Radio li:nth-child(2) {
    font-weight: 600;
    color: #E16600;
}

p.note {
    font-size: 12px;
}

p.note span {
    font-weight: 600;
}

ul.Radio {
    display: flex;
    flex-wrap: wrap;
}

p.selectOne-text {
    font-weight: 600;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sub-buttons {
    text-align: left;
    padding: 26px;
}

.sub-buttons.company{
    padding: 0;
}

.frm-heading {
    background: #E16600;
    color: #FFF;
    padding: 11px;
    text-align: center;
    margin-bottom: 24px;
}

.frm-heading.company {
    margin-bottom: 0;
}

.frm-heading1 {
    background: #FFFFFF;
    padding: 14px;
    text-align: center;
    margin-bottom: 0px;
    color: #000000;
    border-top: 2px solid #E16600;
    border-bottom: 2px solid #E16600;
}

#newModal .modal-head, #paymentModal .modal-head {
    background: #E16600;
    padding: 10px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
}

#newModal .modal-head, #paymentModal1 .modal-head {
    background: #E16600;
    padding: 10px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
}

ul.payments-options li {
    list-style: none;
}

ul.payments-option {
    padding: 0;
}

.frms {
    width: 46%;
    display: inline-block;
    margin-left: 0px;
    margin: 0px 7px;
    text-align: left;
    vertical-align: top;
}

.frms textarea {
    width: 100%;
    border: solid 1px #DDD;
    border-radius: 3px;
    height: 97px;
    margin-top: 0px !important;
}

.sub-buttons input {
    background: #F18126;
    color: #FFF;
    border: solid 1px #F18126;
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 16px;
    cussor: pointer;
}

.payments-options label input:checked + div {
    border-color: #E16600 !important;
    background: #FFF !important;
}

.payments-options1 label input:checked + div {
    border-color: #E16600 !important;
    background: #FFF !important;
}

.frms label {
    padding: 12px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.lgo {
    text-align: center;
    padding-bottom: 1%;
}

.lgo img {
    width: 25%;
}

.frms.orderlft input:nth-child(2) {width: 50%;}

.frms.orderlft label {display: block;}

.modal {
    overflow-y: scroll !important;
}

.frm-heading1 {
    background: #FFFFFF;
    padding: 14px;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    border-top: 2px solid #E16600;
    border-bottom: 2px solid #E16600;
    margin-top: 15px;
}

.required-feild {
    font-size: 19px !important;
}

.select_cat_img {
    background-position-x: 95px !important;
    background-size: 15px !important;
    width: 28% !important;
    padding: 9px 12px;
    height: auto;
    background-position-y: center !important;
    cursor: pointer;
}

#number_of_student {width: 60px;}

.payments-options label > p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
    color: #2D2D2D;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: center;
}

.popup_companyResponse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: #FFF;
}

.popup_cmpanyResInner {
    width: 600px;
    margin: 30px auto;
    position: relative;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border: 1px solid rgba(0, 0, 0, .2);
}

.response p.headings > span {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 900;
    color: #F7693F;
    width: 100%;
    text-align: center;
}

.response p.headings {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}

.approved {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 80px;
    transform: translateX(-50%);
}

.go_backtoSiteAncr {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

#loading {
    position: fixed;
    z-index: 1052;
    background: #7F7F7F;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.popup_outer {
    display: inline-block;
    width: 100%;
}

.popupHeading {
    font-weight: 600;
    font-size: 16px;
}

.popup_subHeading {
    font-size: 12px;
}

.popup_subHeading strong {
    font-weight: 600;
}

.paragrpah {
    font-size: 12px;
    letter-spacing: 0.5px;
}

.popup_outer a {
    color: blue !important;
    text-decoration: underline !important;
    width: 100%;
    display: inline-block;
}