@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('Helvetica/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Helvetica', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    background-color: #0d1d30;
    border-bottom: 4px solid #ff6600;
}

header .logo {
    max-width: 240px;
}

.section1 {
    background-color: #2b5da7;
}

.section1 h1 {
    font-size: 55px;
    font-family: 'HelveticaBold';
    color: #fff;
}

.section2 {
    background-color: #d4e2f7;
}

form input[type="text"] {
    border-color: #7e9cc8;
    padding: 10px 5px;
}

form .subHeadingWrap {
    background: linear-gradient(to right, #06162e, #2b4a85, #3161b4);
    padding: 6px 6px;
    border-radius: 90px;
}

form .subHeadingWrap .left {
    font-family: 'HelveticaBold';
    font-size: 34px;
    color: #fff;
    background-color: #ff6600;
    border-radius: 90px;
    -o-border-radius: 90px;
    -webkit-border-radius: 90px;
    width: 50px;
    text-align: center;
}

form .subHeadingWrap .right h2 {
    font-family: 'HelveticaBold';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.section3 .section3InnerWrap {
    margin-left: 72px;
}

.section3 .form-check-input {
    width: 22px;
    height: 22px;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(to bottom, #ffffff, #dbeeff);
    border: 1px solid #a0c4e4;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.section3 .form-check-input:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #2a5885;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.section3 .form-check-radio {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(to bottom, #ffffff, #dbeeff);
    border: 1px solid #a0c4e4;
    border-radius: 90px;
    position: relative;
    cursor: pointer;
}

.section3 .form-check-radio:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #2a5885;
    border-radius: 50%;
}

.section3 table {
    border-color: #7e9cc8;
}

.section3 table tr th {
    color: #fff;
}

.section3 h3 {
    font-family: 'HelveticaBold';
    color: #000;
    font-size: 24px;
}

.formBoxWrap {
    background-color: #d4e2f7;
    border: solid 1px #7e9cc8;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.signaturePadWrap {
    width: 320px;
    border: solid 1px #7e9cc8;
    border-radius: 5px;
}

form #orderFormBtn {
    font-family: 'HelveticaBold';
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    width: 310px;
    height: 70px;
    background-color: #ff6600;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    border-radius: 15px;
}

form #orderFormBtn:hover {
    background-color: green;
}

.CustomFormErrorText, .CustomFormErrorText2 {
    border: solid 1px #721c24;
    width: 100%;
    margin: 0 15px;
}

.CustomFormProcessingText, .CustomFormProcessingText2 {
    border: solid 1px #721c24;
    background: #fff685;
    width: 100%;
    color: #000;
    margin: 0 15px;
}

.termsAndConditionsWrap .modal-header {
    border: none;
    padding: 0;
}

#termsAndConditionsWrap .modal-body h1 {
    font-size: 34px;
}

.termsAndConditionsWrap .modal-dialog {
    max-width: 920px;
}

.termsAndConditionsWrap .btn-close {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 10;
}

footer {
    background-color: #0d1d30;
}

footer p {
    color: #fff;
}