@font-face {
    font-family: FuturaLight;
    src: url(../fonts/futura-light.ttf)
}

@font-face {
    font-family: FuturaBold;
    src: url(../fonts/futura-bold.ttf)
}

@font-face {
    font-family: 'Cardif';
    src: url("../fonts/CARDIF_I.eot");
    src: url("../fonts/CARDIF_I.eot") format("embedded-opentype");
    src: url("../fonts/CARDIF_I.woff") format("woff2");
    src: url("../fonts/CARDIF_I.woff") format("woff");
    src: url("../fonts/CARDIF_I.ttf") format("truetype")
}

.container.page {
    min-height: 500px;
    position: relative;
    padding: 10px
}

.container {
    padding: 0
}

.bold {
    font-family: FuturaBold;
    font-weight: 900
}

span.bold {
    font-size: 21px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FuturaBold;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width: 560px) {
    .container.page {
        padding: 10px
    }
}

p {
    font-family: FuturaLight;
    color: #363436;
    font-size: 19px;
    font-weight: 700
}

p.big {
    font-size: 22px
}

.small {
    font-size: 16px
}

img {
    margin: 25px 0px 5px;
    width: 100%
}

.red {
    color: #ff0000
}

.green {
    color: #87bd44
}

.yellow {
    color: #fff100
}

.bgyellow {
    background-color: #fff100;
    display: inline-block;
    padding: 2px 4px
}

.blue {
    color: #075cdb
}

.lblue {
    color: #0071bb
}

.white {
    color: white
}

.row {
    margin: 5px
}

.heading {
    font-family: "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px
}

.headers {
    text-align: center
}

.headers h3 {
    background: #fff100;
    display: inline-block;
    padding: 1px 12px;
    margin-bottom: 5px
}

.headers h1 {
    margin-top: 0px;
    font-size: 57px;
    letter-spacing: 1px;
    color: red;
    margin-bottom: 5px
}

.headers h2 {
    letter-spacing: 1px;
    font-size: 40px;
    color: black;
    margin-top: 5px;
    margin-bottom: 30px
}

.snoreimg {
    width: 100%
}

.throatimg {
    width: 60%
}

h2 {
    color: red
}

.right {
    list-style-image: url(../img/next.png)
}

.right li {
    padding-left: 10px
}

.accept {
    padding-left: 23px;
    list-style-image: url(../img/accept.png)
}

.accept li {
    padding-left: 10px
}

@media (max-width: 991px) {
    .throatimg {
        width: 90%
    }
}

@media (max-width: 767px) {
    .throatimg {
        width: 100%
    }
}

@media (max-width: 575px) {
    .throatimg {
        width: 90%
    }
    .headers h1 {
        font-size: 50px
    }
    .headers h2 {
        font-size: 35px
    }
}

.order h5 {
    background: red;
    padding: 10px;
    font-size: 1.7em
}

.order-form p.blue-background {
    background: #D2232B none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 10px 20px
}

.price-list {
    border: 2px solid #d2232b
}

.fields {
    border-bottom: 2px solid #d2232b;
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 18px
}

.fields label {
    font-weight: 400;
    left: 0;
    position: relative;
    right: 0;
    vertical-align: middle
}

.fields .checkbox-button>input[type="checkbox"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.checkbox-button>input[type="radio"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.fields .checkbox-button>input[type="checkbox"]+span,
.checkbox-button>input[type="radio"]+span {
    background: rgba(0, 0, 0, 0) url("../img/red-box.png") no-repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    height: 39px;
    left: 20px;
    position: absolute;
    top: 17px;
    width: 46px
}

.fields .lorem {
    font-size: 16px
}

.fields span.save-price {
    background: #65aacd;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 35px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 152px
}

.fields .checkbox-button>input[type="checkbox"]:checked+span {
    background: rgba(0, 0, 0, 0) url("../img/red-check.png") no-repeat scroll 0 0
}

.checkbox-button>input[type="radio"]:checked+span {
    background: rgba(0, 0, 0, 0) url("../img/red-check.png") no-repeat scroll 0 0
}

.fields .checkbox-button {
    margin: 0;
    padding: 16px 0 10px 60px;
    width: 100%
}

.form-area {
    margin: 40px 0
}

.form-area .green-area {
    border: 2px solid #D2232B;
    border-radius: 10px;
    padding: 21px 20px
}

.form-area .gender1 {
    margin-bottom: 10px
}

.form-area .gender1>p {
    color: #333333;
    font-size: 16px;
    font-weight: normal
}

.form-area .gender>label {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 0 20px;
    position: relative
}

.form-area .gender input[type="radio"] {
    display: none
}

.form-area .gender input[type="radio"]:checked+span {
    background-color: #8aae10
}

.form-area .form-group label {
    color: #333333;
    font-size: 16px;
    font-weight: normal
}

.form-area .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #D2232B;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    width: 100%
}

.form-area select.dropdown {
    -moz-appearance: none;
    background-position: right 9px center;
    background-repeat: no-repeat;
    border: 1px solid #D2232B;
    color: #999999;
    height: 34px;
    width: 100%
}

.form-area .green-area button {
    background: #D2232B;
    border-color: #f60a25;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 30px auto 0;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase
}

.form-area .gender input[type="radio"]:checked+span {
    background-color: #D2232B
}

.form-area .gender input[type="radio"]+span {
    border: 2px solid #D2232B;
    border-radius: 50%;
    bottom: 7px;
    content: "";
    height: 10px;
    left: -4px;
    margin-left: 8px;
    position: absolute;
    width: 10px
}

@media (max-width: 359px) {
    .order {
        padding: 20px
    }
    .order h5 {
        font-size: 1.2em
    }
}

@media (min-width: 360px) and (max-width: 575.98px) {
    .order {
        padding: 20px
    }
    .order h5 {
        font-size: 1.3em
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .order {
        padding: 20px
    }
    .order h5 {
        font-size: 1.4em
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .order {
        padding: 20px
    }
    .order h5 {
        font-size: 1.5em
    }
}

.payment_types {
    text-align: center;
    padding: 30px 0px 20px 0px;
    width: 250px !important;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    text-align: center;
}

.footer a:link,
.footer a:hover,
.footer a:visited,
.footer a:active {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    padding: 8px;
}


/*# sourceMappingURL=style.min.css.map */