.btn-system.border-btn {
    border-color: #75c401;
    color: #fff;
}

.call-action-style1 {
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
    -o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
}

.call-action-boxed {
    padding: 30px 40px;
}

.feature {
    padding: 90px 0;
    background: #f1f1f1;
}

.call-action .button-side {
    float: right;
}
.btn-system.border-btn {
    border-color: #75c401;
    color: #fff;
}
.btn-medium.border-btn {
    padding: 6px 18px;
}
.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
    background: #75c401;
}

.call-action.no-descripton h2.primary {
    margin-top: 4px;
}
.call-action h2.primary {
    font-weight: 500;
}
.primary {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}

.input-field {
    margin: 15px 0;
}

#career input, #career select {
       margin-bottom: 10px;
    padding: 10px 15px;
    height: 52px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    font-size: 13px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    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;
}

.btn-large {
    font-size: 14px;
    padding: 0px 22px;
}

.career-btn{
    margin-top:20px;
}
@media screen and (max-width:510px){
    .call-action.no-descripton h2.primary{
        display: block;
        padding-top: 20px;
    }
    .call-action .button-side{
        float: none;
        display: block;
    }
}
.career-desc{
    padding-top:3rem;
}
input[type="file"] ,input[type="text"], input[type="email"], input[type="number"], textarea, select{
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #222;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 10px;
    width: 100%;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}
.Err{
    color:#ed2124;
}
.scs{
    color:#fff;
    margin-top:10px;
}
.button2{
    height:auto !important;
}

.bg-color3 {
    background: #e73300;
}
.bg-color{
        background: #000;
}
div .secondary_bg {
    background: #ed2124;
}

/* ==================================== Check-Out Page Css ======================= */
.romana_check_out_form .common_input input, .romana_check_out_form .common_input select {
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
}
.romana_check_out_form .select_option_one::after {
    color: #b8b8b8;
}

.check_form_left {
    margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check_form_left {
        margin-right: 10px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .check_form_left {
        margin-right: 0px;
    }
}
.check_form_left h3 {
    margin-bottom: 50px;
    font-size: 24px;
}

.check_form_right {

    padding: 35px 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .check_form_right {
        padding: 35px 10px 40px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .check_form_right {
        padding: 35px 10px 40px;
    }
}
.check_form_right h3 {
    font-size: 24px;
    margin-bottom: 22px;
}
.product_order ul, .romana_select_method ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.check_form_right .product_order ul li {
    padding: 8px 5px;
}
.check_form_right .product_order ul li:first-child {
    border-bottom: 1px solid #e3e3e3;
}
.check_form_right .product_order ul li:nth-child(2) {
    font-weight: 300;
    font-size: 15px;
    padding: 15px 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 8px;
}
.check_form_right .product_order ul li span {
    float: right;
}
.check_form_right .paypal_img {
    margin-top: 20px;
}
.check_form_right .common_btn {
    width: 100%;
    color: #fff;
    margin-top: 36px;
}

.romana_select_method {
    margin-top: 30px;
}
.romana_select_method li {
    margin-top: 20px;
}
.romana_select_method label {
    padding-left: 14px;
}

.l-left{
    margin: 0;
}
.no-brdr {
    border: none ;
}
.left-bg {
    position: relative;
}
.right-bg {
    position: relative;
}
.left-bg:before {
    content: '';
    width: 50%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.right-bg {
    position: relative;
}
.right-bg:before {
    content: '';
    width: 36%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.color {
    color: #ed1c24;
}
.light-color * {
    color: #fff;
}
.italic {
    font-style: italic;
}
.about-block p {
    line-height: 2;
}
.v-align {
    display: inline-block;
    vertical-align: top;
}
.btn-text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 50px;
    border: 2px solid #00bff3;
    padding: 0 28px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #00bff3;
/*    height: 51px;*/
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.small-btn {
    padding: 10px 30px;
}
.btn-text:hover {
    background: none;
    color: #00bff3;
    text-decoration: none;
}
.icon-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

h2.light-color {
    color: #fff;
}