/* Register styles */

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

#ainfo label{
    margin-left: .75em !important;
}
#ainfo .form-control {
    width: 96% !important;
    margin-left: 1em !important;
}
.form-control {
    width: 102%;
    margin-right: 5em;
    float: left;
    margin-bottom: 1em;
    margin-left: 0em;
    padding-left: 0.5em;
}

.radio-choice {
    float: right;
    margin-top: -5.5em;
}

.modal-dialog {
    width: 38%;
    padding-left: 0em;
    padding-right: 0em;
}

.radio-1 {
    margin-bottom: 2.4em;
}

.backer {
    color: #000;
    cursor: pointer;
    padding-bottom: 1.25em;
}

.check-availability {
    padding-top: 0px !important;
    margin: 0 auto !important;
    text-align: center !important;
    margin-top: -2em !important;
    float: right;
}

div#claim {
    margin-top: 5.5em;
    font-size: 2em;
}

div#claim a {
    color: #fff;
}

.large-container {
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    z-index: 50;
    border: none;
}

.btn {
    padding: 13px 25px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
    display: inline-block !important;
    background-color: rgb(255, 102, 0);
    color: #fff;
    text-decoration: none!important;
    border: 1px solid rgb(255, 102, 0);
    border-radius: 4px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.check-availability {
    padding-top: 0px;
}

.large-container {
    background-color: #fff;
    padding: 25px;
    padding-top: 1.75em;
    border-radius: 4px;
    z-index: 50;
    border: none;
}

div#ainfo div.form-control {
    width: 96%;
}

#form {
    margin: 0 auto;
    width: 548px;
    min-height: 190px;
}

div#uinfo {
    width: 40%;
    float: right;
    margin-right: 7em;
    margin-top: -33.1675em;
}

button.btn.submit-btn-pay.free {
    margin-left: 15px !important;
    font-size: 1.75em;
}

div#cinfo {
    width: 40%;
}

.back3.backer {
    margin-top: -3.5em;
    position: relative;
    margin-left: 1em;
}

.back4.backer {
    margin-left: 1.25em;
    margin-bottom: 1.25em;
}

.back2 {
    padding-left: 0em;
}

.back {
    color: black;
    padding-top: 0em;
    padding-bottom: 2.25em;
    cursor: pointer;
    padding-left: 1em;
}

.company-details-container.large-container.fadeIn {
    display: inline-block;
    padding-bottom: 0em;
    padding: 0em;
    padding-top: 1em;
    padding: 1.25em;
    padding-top: 2.5em;
}

.modal-content {
    height: auto !important;
    overflow: hidden;
    width: 550.6px;
}

a.btn.submit-btn-information {
    /* width: 124px !Important; */
    text-align: center;
    /* padding-right: 0em !Important; */
    font-size: 1.5em;
    margin-top: .875em !important;
}

.btn {
    color: #fff !important;
}

.row {
    margin-right: 0em;
    margin-left: 0em;
}

input#phone-number {
    margin: 0 auto !important;
    width: auto;
    /* float: left; */
}

@media (max-width: 767px) {
    body {
        background-color: #fff;
    }
    .large-container {
        border-radius: 0px;
        padding: 15px;
        box-shadow: none;
    }
    .hidden-sm {
        display: none;
    }
}

section {
    padding: 50px 0;
}

legend {
    font-size: 24px;
    border-bottom: none;
    text-align: left;
}

@media (max-width: 767px) {
    legend {
        font-size: 20px;
    }
}

label {
    font-family: 'Open Sans', 'Cabin', sans-serif;
    font-size: 18px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    font-weight: 400;
    color: rgb(131, 145, 154);
}

@media (max-width: 767px) {
    label {
        font-size: 15px;
    }
}

.highlightLabel {
    color: rgb(255, 102, 0);
}

input {
    color: #333;
    padding: 13px 20px;
    height: 50px;
    font-size: 18px;
    background-color: #f9f9f9;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border: 1px solid #e5e5e5;
    z-index: 10000;
}

#form input:focus {
    border: 1px solid rgb(255, 102, 0);
    background-color: #fff;
    box-shadow: none;
}

@media (max-width: 767px) {
    input {
        font-size: 17px;
    }
}

.check-availability {
    padding-top: 29px;
}

.check-availability-btn {
    margin: auto;
    max-height: 50px;
}

.btn {
    padding: 13px 25px;
    height: 50px;
    background-color: rgb(255, 102, 0);
    color: #fff;
    text-decoration: none;
    border: 1px solid rgb(255, 102, 0);
    border-radius: 4px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.btn:hover {
    background-color: rgb(245, 95, 0);
    color: #fff;
}

.btn:active {
    background-color: rgba(255, 102, 0, .7);
    color: rgb(255, 102, 0);
}

.btn:focus {
    background-color: rgb(255, 102, 0);
    color: #fff;
}

.submit-btn-code,
.submit-btn-pay {
    position: relative;
    top: 16px;
    margin: auto;
    left: -8px;
}

.submit-btn-pay.free {
    position: relative;
    top: 26px;
    margin: auto;
    left: -8px;
}

@media (max-width: 767px) {
    .check-availability,
    .submit-btn-information {
        padding-top: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .check-availability-btn {
        font-size: 20px;
    }
    .submit-btn-plan {
        margin: auto;
    }
}

.error-message {
    width: auto;
    margin-top: 88px;
    padding: 10px 15px;
    color: rgb(200, 50, 0);
    border: 1px solid rgb(200, 50, 0);
    border-radius: 4px;
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 1em;
    float: left;
    margin-left: -11.4em;
}

small.example {
    color: #999;
    font-style: italic;
}

small.example::before {
    content: "\2192";
    margin-right: 5px;
    color: #036;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.submit-company-container {
    padding-top: 0em;
}

.company-details-container,
.plan-container {
    display: none;
}

#code {
    width: 95%;
}


/* Modal code for the code */

.modal-container-code {
    position: relative;
    width: 100%;
    height: 241px;
    top: 3px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, .9);
    display: none;
    z-index: 10000;
}

a.btn.submit-btn-code {
    margin-top: -.275em !important;
}

.modal-inner-code {
    height: auto;
    width: 75%;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    position: relative;
    left: 0%;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 0px !important;
    display: none;
    padding: 3.75em;
    margin: 0 auto;
    padding-bottom: 0em;
}

@media (max-width: 1199px) {
    .modal-inner-code {
        height: 240px;
        width: 350px;
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 75px;
        display: none;
    }
}

@media (max-width: 767px) {
    .modal-inner-code {
        height: 245px;
        width: 280px;
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 75px;
        display: none;
    }
}

.modal-inner-code .modal-label {
    font-size: 1.5rem;
    padding-bottom: 5px;
}


/* Modal for the free data review */

.modal-container-free {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    margin: 0;
    /* padding: 0; */
    background-color: rgba(255, 255, 255, .9);
    display: none;
    z-index: 10000;
}

.modal-inner-free {
    display: inline-block !important;
    height: auto;
    width: auto;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    display: none;
    padding: 1.5em;
    padding-top: 2.25em;
}

@media (max-width: 1199px) {
    .modal-inner-free {
        height: 490px;
        width: 700px;
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 75px;
        display: none;
    }
}

@media (max-width: 767px) {
    .modal-inner-free {
        height: 910px;
        width: 280px;
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 75px;
        margin-bottom: 75px;
        display: none;
    }
}

.modal-inner-free .modal-label {
    font-size: 1.5rem;
}


/* Modal for the payment */

.modal-container-pay {
    position: relative;
    width: auto;
    display: inline-block;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, .9);
    display: none;
    z-index: 10000;
}

.modal-inner-pay {
    height: auto;
    width: 549px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    position: relative;
    left: 0%;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
    padding: 0px;
}

@media (max-width: 1199px) {
    .modal-inner-pay {
        height: 410px;
        width: 350px;
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 75px;
        margin-bottom: 75px;
        display: none;
    }
}

@media (max-width: 767px) {
    .modal-inner-pay {
        height: 570px;
        width: 280px;
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        margin-top: 75px;
        margin-bottom: 75px;
        display: none;
    }
}

.modal-inner-pay .modal-label {
    font-size: 1.5rem;
}

.radio-title {
    font-size: 15px;
}

@media (max-width: 767px) {
    .radio-title {
        font-size: 12px;
    }
}

.radio-1 .row,
.radio-2 .row {
    margin: auto;
}

.radio-1 .radio-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.radio-1 .radio-title:nth-child(1) p {
    color: rgb(255, 102, 0);
}

.radio-2 .radio-title {
    border-bottom: 1px solid #036;
    margin-bottom: 10px;
}

.radio-2 .radio-title:nth-child(1) p {
    color: #036;
}

.radio-description {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .radio-description {
        font-size: 10px;
    }
}

.radio-2 .radio-description p {
    color: #036;
}

.radio-1 .radio-choice {
    border-right: 1px solid #e5e5e5;
}

.radio-2 .radio-choice {
    border-right: 1px solid #036;
}

.radio-choice .box {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    cursor: pointer;
    padding: 15px;
    height: 10px;
    width: 10px;
    margin: auto;
}

.modal-inner-pay.fadeIn {
    display: inline-block !important;
}

.fa-check {
    position: relative;
    font-size: 20px;
    top: -5.5px;
    left: -5px;
    color: rgb(255, 102, 0);
}

.radio-1 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    background-color: #fff;
}

.radio-2 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #036;
    padding: 10px;
    background-color: #fff;
}

disclaimer {
    position: relative;
    top: 10px;
    color: #999;
    margin: auto;
    font-size: 1.35rem;
}
