/* @media (min-width: 48em) {
    :root {
        font-size: calc(1rem + ((1vw - 0.48rem) * 0.6944));
        min-height: 0vw;
    }
}

@media (min-width: 120em) {
    :root {
        font-size: 1.5rem;
    }
} */


body {
    font-family:  Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #5e4045;
    background: #5E4045;
}
sup{
    font-size: .5rem;
    top: -.5rem;
}
h1{
    font-size: 1.875rem;
    font-weight: bold;
    margin-top: 1rem;
    border-bottom: #f7daa1 solid 5px;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
 text-transform: uppercase;
}
h2{
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: #f7daa1 solid 5px;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
 text-transform: uppercase;
}
h2 span{
    position: absolute;
    right: 0;
    font-size: 0.75rem;
    font-weight: normal;
 text-transform: initial;
}
h2 sup{
    font-size: 0.75rem;
}
a{
    color:#5e4045;
    text-decoration: underline;
}
a:hover{
    color: #dcb751;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
img{
    width: 100%;
}

/* Nav bar setting */
.navbar{
    background: #5E4045 !important;
}
.navbar .navbar-brand img{
    max-width: 180px;
}
.navbar-dark .navbar-nav .nav-link{
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: .5rem 1rem;
    
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:hover{
 color: #dcb751;
}
.navbar-dark .navbar-nav .underline .nav-link{
    text-decoration: underline;
}
.navbar-dark .navbar-nav .active-radius .nav-link{
    border-radius: 3.125rem;
    background: #dcb751;
    color: #5e4045;
    padding:.5rem 2rem;
    font-weight: bold;
    /* padding-left: .5rem; */
}
.navbar-dark .navbar-nav .active-radius .nav-link:hover{
    background: #F7DAA1;
    /* color: #ffffff; */
}

/* body setting */
.prd-dec{
    color: #dcb751;
    box-shadow: rgba(69,47,50,1) 0px 5px 30px 2px;
}
.btn-yellow{
    border-radius: 3.125rem;
    text-decoration: none;
    background-color: #dcb751;
    color: #5e4045;
    padding:.5rem 2rem;
    font-weight: bold;
    white-space: normal;
    margin-bottom: 20px;
}
.btn-yellow:nth-of-type(2){
    margin-left: 18px;
}
.btn-yellow:hover{
    background: #F7DAA1;
    color: #5e4045;
}
.dec{
    padding-top: 5.313rem;
    padding-bottom: 1.313rem;
    text-align: center;
}

.img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.img img{
    max-width: 80%;
   
}


/* form setting */
input[type=checkbox] {
    vertical-align: text-top;
}
.form-wrp .container .form-ctn{
    background-color: #ffffff;
    margin-top: 7.5rem;
    padding: 30px;
}
.form-group{
    max-width: 80%;
}
label{
    font-weight: bold;
 text-transform: uppercase;
}

.special-form label{
    font-weight: normal;
 text-transform: initial;
}
.consent label{
    font-weight: normal;
    font-size: 0.75rem;
    cursor: pointer;
    text-transform: initial;
    position: relative;
    padding-left: 1.8rem;
}
.form-group .bootstrap-select, .btn-light:not(:disabled):not(.disabled):active, .btn-light{
    border-color: #e2e2e2;
    background-color: white;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: #5e4045;
    font-weight: bold;
}
input[type="submit"]{
    margin-top: 1rem;
}
textarea {
    width: 100%;
    height: 150px;
  }
.max-lenght{
    color: red;
    font-size: .75rem;
    display: none;
}
.form-control{
    /* padding: 0.2rem .75rem; */
}
/* checkbox and radio button appriance */

.checkbox-ctn {
    display: block;
    position: relative;
    
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-ctn input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    cursor: pointer;
	outline: none;
  }
  
  /* Create a custom checkbox */
  input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #e2e2e2;
    border-radius: .25rem;
    background-color: white;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #dcb751;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 5px;
}
 

.consent label a:hover{
    /* text-decoration: none; */
}
.bold{
    font-weight: bold;
}

/* footer setting */
footer{
    margin-top: 5.75rem;
    border-top: #ffffff solid 1px;
    padding-top: 1.75rem;
    padding-bottom: 1rem;
}
footer ul li{
    margin-bottom: .5rem;
}
footer, footer a{
    color: #ffffff;
    font-size: 0.75rem;
    text-decoration: none;
 
}
footer a{
text-transform: uppercase;
}
footer .alcon-logo{
    max-width: 6.75rem;
    display: block;
    padding-top: 1.75rem;
}
footer .rx-logo{
    max-width: 3.625rem;
}
footer .footer-descliamer{
    padding-top: 1.75rem;
}


/* utilitiy pages */
.wht-wrp{
    background: white;
    padding: 3.75rem 0;
    min-height: 100%;
}
.thankyou-wrp{
    padding-bottom: 10rem;
}
.faq li{
    border-bottom: #e2e2e2 solid 1px;
    padding: 1.625rem 0;
}
.faq li:last-child{
    border-bottom: none;
}
.faq h3{
    font-size: 1.5rem;
    font-weight: bold;
}
.contest-rule{
    font-size: 0.875rem;
}
.first-list{
    display: flex;
}
.first-list >span:first-child{
    flex: 0 0 3rem;
    font-weight: bold;
}
.first-list .second-list{
    display: flex;
}
.first-list .second-list >span:first-child{
    flex: 0 0 3rem;
    margin-left: 5rem;
}
.utility footer{
    margin: 0;
}
.mobi-button{
    display: none;
}
/* mobile setting */
@media screen and (max-width:767px){ 
    .btn-yellow:nth-of-type(2){
        margin: 0;
        margin-bottom: 20px;
    }
    .form-group{
        max-width: 100%;
    }
    .form-group .row .col-sm-12{
        margin-bottom: 10px;
    }
    .dec {
        padding-top: 3.313rem;
        padding-bottom: 0.313rem;
    }
    .img img{
        max-width: 300px;
    }
    .form-wrp .container .form-ctn {
        margin-top: 3.5rem;
    }
    footer {
        margin-top: 3.75rem;
    }
    h2 span{
  display:block;
    }
    .btn-yellow{
        width: 100%;
    }
    input[type=radio]{
        width: 1rem;
        height: 1rem;
    }
    footer ul li{
        text-align: center;
    }
    .first-list .second-list >span:first-child{
        flex: 0 0 2rem;
        margin-left: 3rem;
    }
    .mobi-button{
        display: block;
    }
}
