
.initial-modal {
    color: #000;
}
.reseller-section-1 {
    background-image: url("../img/reseller-section-1.jpg");
    min-height: 100%;
}
.reseller-section-1-content .section-1-header {
    margin-top: 250px;
}
.mobile-hand {
    height: 100vH;
}
.mobile-hand img {
    position: absolute;
    right: -60px;
    bottom: 0px;
}
.reseller-section-3 {
    /* background-image: url("../img/contact-section-3.jpg"); */
    background-color: #172431;
    padding: 70px 0px;
}
.reseller-section-2 {
    background-color: #ffffff;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #000;
}
.reseller-form-container {
    margin: 20px 0px;
    /* margin-bottom: 50px; */
}
.reseller-section-2 .form-control {
    background-color: rgba(250, 250, 250, 1);
}
.form-control-feedback {
    /*top: 10px;*/

    right: 20px;
}
.reseller-section-2 textarea {
    resize: none;
}
.btn-submit {
    background-color: #cc3333;
    border-color: #cc3333;
    width: 50%;
    font-size: 16px;
    margin: 20px 0px;
}
.btn-submit:hover {
    color: #faab36;
    outline: 0;
}
.btn-submit:active,
.btn-submit:focus {
    outline: 0;
    color: #fff;
}
.email-invalid-instr {
    font-size: 12px;
    color: red;
}
.reseller-modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.reseller-modal-dialog a {
    color: #3faaff;
}
.reseller-modal-dialog button span {
    color: #000;
}
.section-3-header {
    font-size: 30px;
    margin-top: 2%;
    font-family: "rubik light";
}

hr {
    margin-bottom: 20px;
}
.reseller-page-hr {
    background-color: #cc3333;
    height: 2px;
    width: 10%;
    border: none;
    display: flex;
    float: left;
    margin-left: 15px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.reseller-section-3 hr {
    margin-left: 0px;
}
.section-1-sub-header {
    line-height: 26px !important;
    font-size: 15px !important;
    margin-bottom: 40px;
}
.rm-background {
    background-color: #f84543;
    border-color: #f84543;
}
.reseller-section-1 .download-now {
    width: 160px;
    margin-right: 20px;
}
.hr-custom {
    display: flex;
}
.benefits-info {
    font-size: 15px;
}
.reseller-section-3 h4::before {
    content: '';
    background: url(../img/reseller-benefits.png);
    height: 23px;
    /* margin: -10px; */
    width: 21px;
    position: absolute;
    /* right: 10px; */
    /* border-top-right-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
    /* z-index: 0; */
    /* margin-right: 20px; */
  }

.reseller-section-3 h4 p {
    padding-left: 30px;
    padding-top: 3px;
}
.reseller-section-3 li { 
    display: block;
    margin-bottom: 10px;
}
.reseller-section-3 li h5 {
    display: inline;
    font-family: "rubik light";
    font-size: 15px;
    margin-left: 10px;
}   
.reseller-section-3 li:before {
    content: "\e080";
    color: #d0402d;
    vertical-align: middle;
}
.registration-form {
    background-color: #f5f5f5;
    box-shadow: 0px 5px 20px #a0a0a0;
    /* margin: 0px 180px; */
    margin-top: 30px;
    padding: 0px;
}
.registration-form h3 {
    background-color: #323739;
    color: #fff;
    margin-top: 0px;
    padding: 15px 0px;
    text-align: center;
}
.registration-form h6 {
    color: #969696;
}
.registration-form .required h6:after {
    color: red;
    content: "*";
    position: absolute;
    font-size: 16px;
 }
 .registration-form .required h6 span {
    margin-right: 2px;
 }
.registration-form input {
    border: none;
    border-bottom: 1px solid #969696;
    background-color: transparent;
    width: 90%;
    font-size: 16px;
}
.form-group {
    padding: 20px 50px;
}
.form-group div {
    margin-bottom: 10px;
}
.form-button {
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-group button {
    width: 140px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px !important;
} 
.form-group .download-form {
    background-color: #323739;
    border-color: #323739;
    color: #fff;
    border-radius: 35px;
    height: 40px;
    /* margin-bottom: 20px;
    margin-top: 20px; */
}
.reseller-benefits {
    background: url(../img/reseller-protection.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.reseller-section-1-1 {
    background-image: url("../img/enterprise-solution.jpg");
    min-height: 100%;
    background-size: cover;
}

.form-success {
    color: #3c763d;
    display: none;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    border-radius: 10px;
}

.fa-spin {
    margin-right: 8px;
}

.reseller-section-1-1 hr {
    background-color: #fff;
}

.reseller-container {
    padding: 3% 4%;
    padding-bottom: 1%;
}

.enterprise-diagram {
    width: 70%;
    margin: 40px 0 60px;
}

.enterprise-diagram-info {
    margin: 0px 0px 30px;
}