fieldset {
    margin: 0;
    padding: 2rem;
    box-sizing: border-box;
    display: block;
    border: none;
    border: solid 1px #CCC;
    min-width: 0;
    background-color: #FFF;
}

fieldset legend {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 600;
    color: #333;
}

fieldset legend+* {
    clear: both;
}

body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
}


/* TOGGLE STYLING */

.toggle {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.toggle input+label {
    margin: 0;
    width: 25%;
    padding: .75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    background-color: #FFF;
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
    /* ----- */
}

.toggle input+label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none;
}

.toggle input+label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.toggle input:hover+label {
    border-color: #213140;
}

.toggle input:checked+label {
    background-color: #9f1d26;
    color: #FFF;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #9f1d26;
    z-index: 1;
    width: 25%;
}

.toggle input:focus+label {
    outline: dotted 1px #CCC;
    outline-offset: .45rem;
}

@media (max-width: 800px) {
    .toggle input+label {
        padding: .75rem .25rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */

.status {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.status span {
    font-weight: 600;
    color: #B6985A;
}

.status span:first-of-type {
    display: inline;
}

.status span:last-of-type {
    display: none;
}

@media (max-width: 800px) {
    .status span:first-of-type {
        display: none;
    }
    .status span:last-of-type {
        display: inline;
    }
}

.navbar-default {
    background-color: white;
    border-color: transparent;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
    background-color: #f7a600;
    border-color: #f7a600;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f7a600;
}

.navbar-default .nav li a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #666;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #f7a600;
    outline: none;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: white;
    background-color: #f7a600;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: #fec503;
}

.btn {
    border-radius: 0;
}

@media (min-width: 500px) {
    .navbar-default {
        background-color: white;
        border: none;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    background-image: url('../img/header-bg.jpg');
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #fff;
}

header .intro-text .intro-lead-in {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header .intro-text .intro-lead-in {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    header .intro-text .intro-heading {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}

section {
    /*padding: 10px 0;*/
}

section h2.section-heading {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

@media (min-width: 768px) {
    section {
        padding: 20px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    background-color: #222222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #f0555d;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

.popup-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 20px 0;
    text-align: center;
}

.popup-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 34px;
}

.popup-modal .modal-content p {
    margin-bottom: 30px;
}

.popup-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
}

.popup-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.popup-modal .modal-content img {
    margin-bottom: 30px;
}

.popup-modal .close-modal {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.popup-modal .close-modal:hover {
    opacity: 0.3;
}

.popup-modal .close-modal .lr {
    height: 40px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}

.popup-modal .close-modal .lr .rl {
    height: 40px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.popup-modal .modal-backdrop {
    opacity: 0;
    display: none;
    color: white;
}

::-moz-selection {
    text-shadow: none;
    background: #a59e90;
    color: white;
}

::selection {
    text-shadow: none;
    background: #a59e90;
    color: white;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: #f7a600;
    /*background-color: #244a9d;*/
}

body.index,
.index .container {
    background: url(../img/index_bg.jpg) no-repeat center top
}


/*.index2 { background: url(/../img/start.jpg) no-repeat center top;  height: 1930px; }*/

.index3 {
    background: url(../images/bg.jpg) no-repeat center top;
    min-height: 600px;
}

#award_button {
    width: 100%;
    height: auto;
    background: url(/../img/eyetest.png)center top no-repeat;
    position: absolute;
    top: 560px;
    margin-left: 270px;
    z-index: 2;
}

#award_button2 {
    width: 160px;
    height: 209px;
    position: absolute;
    top: 0px;
    margin-left: 0px;
    z-index: 2;
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}

#award_button a {
    width: 501px;
    height: 209px;
    display: block;
}

.index2 .wrapper {
    width: 100%;
    height: 690px;
    padding-bottom: 62.5%;
    z-index: 1;
}

.wrapper {
    position: relative;
    z-index: 9;
    height: 641px;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.container2 {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

@media (min-width: 1024px) {
    .index2 {
        margin-top: 50rem;
        background-image: url(../images/start.jpg);
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        /* background-position: center;*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container .btn_start {
        bottom: 20%;
    }
    .top {
        margin-top: 1000px;
    }
    .form-style-10 {
        max-width: 60%;
    }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
    .index2 {
        margin-top: 50rem;
        background-image: url(../images/bg1024.jpg);
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        /* background-position: center;*/
        background-repeat: no-repeat;
        background-size: cover;
    }
    .top {
        margin-top: 1000px;
    }
    .form-style-10 {
        max-width: 70%;
    }
}

@media screen and (min-width: 760px) and (max-width: 980px) {
    .index2 {
        margin-top: 50rem;
        background-image: url(../images/bg980.jpg);
        /* background-position: center;*/
        background-repeat: no-repeat;
    }
    .top {
        margin-top: 1000px;
    }
    .form-style-10 {
        max-width: 80%;
    }
}

@media screen and (max-width: 760px) {
    .index2 {
        margin-top: 60rem;
        background-image: url(../images/bg760.jpg);
        /* background-position: center;*/
        background-repeat: no-repeat;
    }
    .container .btn_start {
        bottom: 10%;
    }
    .top {
        margin-top: 800px;
    }
    /*.form-style-10{
  max-width:90%;*/
}


}
.container .btn_start {
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #25aae1;
    color: white;
    font-size: 30px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    border: 3px solid #FFF;
}
.container .btn_start:hover {
    background-color: #ad2444;
}
.btn_ans {
    border-radius: 5px;
    border: 3px solid #FFF;
    background-color: #244a9d;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 4px 2px;
    cursor: pointer;
}
.btn_ans:hover {
    background-color: #f11f56;
}
.box {
    border-radius: 15px;
    border: none;
    background-color: #19459e;
    padding: 40px;
}
body {
    background: #eeeeee;
    line-height: 1.6;
    font-size: 18px;
}
.form-style-10 {
    margin: 33px auto 0px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.form-style-10 .inner-wrap {
    padding: 20px 0px 0px 0px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
}
.form-style-10 h1 {
    text-align: center;
    background: #c5223c;
    padding: 21px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 25px 微軟正黑體, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
}
.form-style-10 h1>span {
    display: block;
    margin-top: 2px;
    font: 13px 微軟正黑體, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-style-10 label {
    display: block;
    font: 13px;
    margin-bottom: 5px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    height: 36px;
    border: 2px solid #642125;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    /*display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
 /* padding: 8px;
  border-radius: 6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border: 2px solid #fff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);*/
}
.form-style-10 .section {
    font: normal 20px;
    color: #ff8f18;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-style-10 .section span {
    background: #ff8f18;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.form-style-10 input[type="button"],
.form-style-10 input[type="button"]:hover,
.form-style-10 .privacy-policy {
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}
.banner {
    border-radius: 15px;
}
.intro {
    padding: 20px;
}

/* line */
hr.sep-2 {
    border: 0;
    height: 1.5px;
    background-image: linear-gradient(to right, #f0f0f0, #7a1315, #7a1315, #f0f0f0);
}
.gold_text {
    font-size: 21px;
    color: #997516;
    font-weight: bold;
}
.gold_text_27 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}
.gold_text_27_2 {
    font-size: 27px;
    color: #997516;
    font-weight: bold;
}
.gold_text_50 {
    border-radius: 0px 0px 6px 6px;
    font-size: 39px;
    color: #fff;
    font-weight: bold;
}
.timer_style {
    font-family: arial;
    text-align: center;
    font-size: 60px;
}
.red_text_2 {
    font-size: 27px;
    color: #7a1315;
    font-weight: bold;
    text-align: center;
}
.red_text_27 {
    font-size: 27px;
    color: #7a1315;
    font-weight: bold;
}
.text_30 {
    font-size: 30px;
    color: #000000;
}
.gold_text2 {
    color: #997516;
}
.red_text {
    font-size: 21px;
    color: #7a1315;
    font-weight: bold;
}
.heading {
	border-bottom: 3px solid;
	font-weight: 300;
    font-size: 1.8em;
    color: #ffffff;
    background: red;
    background: #600305;
    text-align: center;
    padding: 15px;
}


/*question*/
.question {
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.d_Button {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b81218), color-stop(1, #600305));
    background: -moz-linear-gradient(top, #b81218 5%, #600305 100%);
    background: -webkit-linear-gradient(top, #b81218 5%, #600305 100%);
    background: -o-linear-gradient(top, #b81218 5%, #600305 100%);
    background: -ms-linear-gradient(top, #b81218 5%, #600305 100%);
    background: linear-gradient(to bottom, #b81218 5%, #600305 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b81218', endColorstr='#600305', GradientType=0);
    background-color: #b81218;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #600305;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    padding: 11px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ab2429;
}
.d_Button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #600305), color-stop(1, #b81218));
    background: -moz-linear-gradient(top, #600305 5%, #b81218 100%);
    background: -webkit-linear-gradient(top, #600305 5%, #b81218 100%);
    background: -o-linear-gradient(top, #600305 5%, #b81218 100%);
    background: -ms-linear-gradient(top, #600305 5%, #b81218 100%);
    background: linear-gradient(to bottom, #600305 5%, #b81218 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#600305', endColorstr='#b81218', GradientType=0);
    background-color: #600305;
}
.d_Button:active {
    position: relative;
    top: 1px;
}
#sound_laugh {
    text-align: center;
}
.button_align {
    text-align: center;
}
.lr {
    margin-left: 3px;
    margin-right: 3px;
}
.pd_9p {
    padding-bottom: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 6%;
}
.testing {
    width: 90px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.argree {
    padding: 3%;
    text-align: center;
}
.button_red2 {
    height: 60px;
    width: 100%;
    box-shadow: inset 0px 1px 0px 0px #f97480;
    background: linear-gradient(to bottom, #b71f2d 5%, #642125 100%);
    background-color: #782328;
    border-radius: 6px;
    border: 1px solid #83242a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #56110b;
}
.marquee_red {
    height: 40px;
    width: 100%;
    box-shadow: inset 0px 1px 0px 0px #f97480;
    background: linear-gradient(to bottom, #b71f2d 5%, #642125 100%);
    background-color: #782328;
    border-radius: 6px;
    border: 1px solid #83242a;
    display: inline-block;
    /* cursor: pointer; */
    
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    /* padding: 6px 24px; */
    
    margin: 10px 0px 10px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #56110b;
}
.floatButton_red {
    height: 40px;
    width: 150px;
    box-shadow: inset 0px 1px 0px 0px #f97480;
    background: linear-gradient(to bottom, #b71f2d 5%, #642125 100%);
    background-color: #782328;
    border-radius: 6px;
    border: 1px solid #83242a;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: -5px;
    /* width: 100%; */
    
    color: #ffffff;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    /* padding: 6px 24px; */
    
    margin: 10px 0px 10px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #56110b;
}
.button_red3 {
    text-align: center;
    box-shadow: inset 0px 1px 0px 0px #f97480;
    background: linear-gradient(to bottom, #b71f2d 5%, #642125 100%);
    background-color: #782328;
    border-radius: 6px;
    border: 1px solid #83242a;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 60px 0px 60px;
    padding: 3%;
    text-decoration: none;
    text-shadow: 0px 1px 0px #56110b;
}
.button_red {
    height: 60px;
    width: 150px;
    box-shadow: inset 0px 1px 0px 0px #f97480;
    background: linear-gradient(to bottom, #b71f2d 5%, #642125 100%);
    background-color: #782328;
    border-radius: 6px;
    border: 1px solid #83242a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #56110b;
}
.terms {
    padding: unset;
    font-size: 15px;
}
.flash_count1 {
    text-align: right;
    padding: unset;
    font-size: 21px;
    font-weight: bold;
}
.flash_count2 {
    font-size: 21px;
    text-align: left;
    /* transform: translateY(150%); */
    
    padding: unset;
}
.buy_btn {
    color: #fff;
    background: #f8a602;
    width: 150px;
    text-align: center;
}
.center {
    text-align: center;
}
.coupon {
    padding: 9%;
    margin-bottom: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 0px;
}
.button_pad {
    padding: 3% 6% 0% 6%;
}
.sel_coupon {
    font-size: 21px;
    text-align: center;
    padding: 6%;
}
.media_icon {
    width: 42px;
    border-radius: 3px;
}

.fs12{
	

    box-shadow: inset 0px 1px 0px 0px #f97480;
    background: linear-gradient(to bottom, #b71f2d 5%, #642125 100%);
    background-color: #782328;
    border-radius: 6px;
    border: 1px solid #83242a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #56110b;
	

	
	
}


.white_text_2 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.white_text_27 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}

.white_text2 {
    color: #fff;
}

.white_text {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

.white{
	
	color:#fff;
	
}

.p_style{
	
	font-size:1.2em;
	
}


.main_tran{
	
	background-color: rgba(96,3,5,1)!Important;
	background: @include filter-gradient(#600305, #c2272c, horizontal)!Important;
	background: @include background-image(linear-gradient(left bottom, rgba(96,3,5,1) 0%, rgba(125,10,14,1) 23%, rgba(96,3,5,1) 46%, rgba(143,14,18,1) 77%, rgba(194,39,44,1) 100%))!Important;
	
}

.border_3px{
	
	margin-top: 6%;
	border-radius: 3px;
	
}

.form-style-11 {
    margin: 0px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}


@media (min-width: 1024px) {
    .form-style-11 {
        max-width: 60%;
    }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
    .form-style-11 {
        max-width: 70%;
    }
}

@media screen and (min-width: 760px) and (max-width: 980px) {
    .form-style-11 {
        max-width: 80%;
    }
}

@media screen and (max-width: 760px) {

}




