﻿body {
   font-weight: normal;
   margin: 0;
   padding: 0;
   /*background: #f5f4f2;*/
   font-family: 'SamsungOne', sans-serif;
   box-sizing: border-box;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

html, input, textarea, label, select, table, td {
   font-family: 'SamsungOne', sans-serif;
   box-sizing: border-box;
}

form {
   width: 100%;
}

label {
   color: #000000;
}

.custom_wrapper {
   width: 100%;
   max-width: 900px;
   margin: 0 auto;
   position: relative;
   font-family: 'SamsungOne', arial, sans-serif;
   height: 100%;
   /* border: 10px solid #dadde0; */
   /* border-radius: 15px; */
   box-sizing: border-box;
}

.FormHeadingContainer {
   border-bottom: dotted 2px #e0e0e0;
   padding: 20px 0;
   margin: 0 30px;
   text-align: center;
}

   .FormHeadingContainer h2 {
      font-size: 32px;
      line-height: 35px;
      padding: 10px 0;
      font-family: 'SamsungSharpSans', sans-serif;
      font-weight: bold;
      margin: 0 auto;
   }

   .FormHeadingContainer p {
      font-size: 21px;
      padding: 5px 0;
      margin: 0 auto;
   }

      .FormHeadingContainer p.errMessage {
         font-size: 16px;
         margin: 0 auto;
      }

.bBorder {
   /* border: 3px solid #0c477f; */
   /* border-radius: 6px; */
   position: relative;
   /* -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%); */
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
   /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%); */
   padding: 10px;
}

   .bBorder::before {
      /* position: absolute; */
      /* content: ' '; */
      /* background: url(../images/arrow.png) no-repeat; */
      /*width: 22px;
      height: 35px;
      left: -13px;
      top: 50%;*/
   }

.mainform {
   max-width: 750px;
   margin: 10px auto;
   width: 100%;
   padding: 10px;
   box-sizing: border-box;
}

   .mainform p {
      font-size: 14px;
      color: #000000;
      margin: 0;
      padding: 0;
   }

      .mainform p span {
         font-size: 14px;
      }

.bg_input {
   width: 100%;
   margin: 0px 0 5px 0;
   position: relative;
   color: #000000;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}

   .bg_input .label {
      padding: 10px 0;
      display: block;
      font-size: 14px;
      font-weight: bold;
   }

.bg_input1 {
   width: 49%;
   position: relative;
}

   .bg_input1:nth-of-type(odd) {
      margin-right: 1%;
   }

   .bg_input1:nth-of-type(even) {
      margin-left: 1%;
   }


.border-o {
   border: 0;
   margin: 15px 0 0 0;
}

.hr {
   margin: 25px 0;
   border-bottom: 1px solid #000000;
}

.inputboxfull {
   /*background: #f5f5f7;*/
   font-size: 14px;
   color: #000000;
   padding: 2px 0;
   box-sizing: border-box;
   display: table;
   width: 100%;
}

.bg_input_Name {
   width: 10%;
   float: left;
}

.bg_input_half {
   width: 45%;
   float: left;
}

   .bg_input_half label {
      position: absolute;
      bottom: -22px;
   }

.bg_input_left {
   float: left;
   margin: 20px 0 20px 0;
}

.bg_radio {
   float: left;
   position: absolute;
   top: 3px;
   left: 10%;
}

   .bg_radio input[type="radio"] {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 2px;
   }

   .bg_radio label {
      font-size: 14px;
      color: #000000;
   }

.chk input, .reminder input, .term_offer input {
   margin: 0px 10px 0;
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   opacity: 0;
   cursor: pointer;
}

.whatsappimg {
   width: 20px;
   height: 20px;
   position: relative;
   top: 6px;
   padding: 0 3px;
}

.inputbox {
   width: 100%;
   /*background: #f5f5f7;*/
   border: 1px solid #000000;
   font-size: 16px;
   box-sizing: border-box;
   color: #000000;
   padding: 12px 12px;
   outline: none;
   /* border-radius: 8px; */
}

.inputhalf {
   width: calc(100% - 129px);
   /*background: #f5f5f7;*/
   border: 1px solid #000000;
   font-size: 16px;
   color: #000000;
   padding: 12px 12px;
   outline: none;
   height: 100%;
   /* border-radius: 8px; */
   margin-left: 129px;
}

.select {
   width: 100%;
   /*background: #f5f5f7;*/
   border: 1px solid #000000;
   font-size: 16px;
   box-sizing: border-box;
   color: #000000;
   padding: 10px 12px;
   outline: none;
   /* border-radius: 8px; */
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #000000;
   opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}

input::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000;
}

.inputboxradio {
   /*background: #f5f5f7;*/
   font-size: 14px;
   color: #000000;
   padding: 2px 0 10px;
}

.ddl {
   border: 1px solid #000000;
   font-size: 14px;
   color: #000000 !important;
   padding: 8px 6px;
   background: #f8f8f8 !important;
   border-radius: 5px;
   margin: 10px 10px 0 0;
}

.brandname p {
   color: #000000;
}

.alert span {
   font-size: 13px;
   color: #ff0000;
   line-height: 10px;
   margin: 0;
   padding: 0;
}

.Thank_Form {
   padding: 20px 0;
   position: relative;
   text-align: center;
}

   .Thank_Form p {
      font-size: 20px;
      color: #000000;
      text-align: center;
      margin: 0;
      padding: 0;
   }

      .Thank_Form p a {
         font-size: 13px;
         color: #000000;
         margin: 0 auto;
         text-align: center;
         text-decoration: underline;
         display: table;
      }

         .Thank_Form p a:hover {
            text-decoration: none;
            cursor: pointer;
         }

.chkbox_lft {
   width: 100%;
   font-size: 13px;
   position: relative;
   padding: 0px 0 10px;
   display: flex;
}

.reminder {
   width: 100%;
   display: inline-block;
}

   .reminder a {
      color: #000000;
   }

.term_offer {
   overflow: hidden;
}

   .term_offer a, .reminder a {
      color: #0294bb;
   }

      .term_offer a:hover, .reminder a:hover {
         text-decoration: none;
      }

.refresh {
   color: #000000;
   display: block;
   padding: 37px 0 0 0;
   font-size: 14px;
}

   .refresh img {
      padding-right: 5px;
   }

   .refresh a {
      color: #0294bb;
      font-size: 14px;
   }

      .refresh a:hover {
         text-decoration: none;
      }

.chkbox_lft label {
   font-size: 14px;
   color: #000000;
   float: left;
   width: auto;
   margin: 0;
   padding: 0px 0 0 32px;
   position: relative;
}

.clr {
   clear: both;
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}

.reminder input {
   margin-top: 9px;
   float: left;
   width: 25px;
}

.term_offer input {
   margin-top: 9px;
   float: left;
   width: 25px;
}

.error {
   position: relative;
   font-size: 13px;
   display: block;
   clear: both;
   padding: 10px 0 0px 10px;
   float: left;
   color: #ff0000;
}
   
.labelanderror {
   display: flex;
   flex-wrap: wrap
}

.chkbox_lft .error1 {
   font-size: 13px;
   clear: both;
   padding: 0px 0 0 10px;
   color: #ff0000;
}

.error2 {
   position: relative;
   font-size: 13px;
   color: #ff0000;
}

.error3 {
   position: relative;
   font-size: 13px;
   display: block;
   clear: both;
   padding: 10px 0 0px 20px;
   float: left;
   color: #ff0000;
}

.Btn_submit {
   text-align: center;
   margin-top: 10px;
}

.mainform h3 {
   /*font-size: 27px;
   text-align: center;
   padding: 0 0 10px 0;
   margin: 10px 0;
   font-family: 'SamsungSharpSans', sans-serif;
   color: #000000;*/
   font-family: 'SamsungSharpSans',arial,sans-serif;
   font-weight: bold;
   text-align: center;
   margin: 0px;
   text-decoration: none;
   white-space: initial;
   font-size: 2.33889vw;
   margin-bottom: 1.1vw;
   color: #000000;
}

.mainform h4 {
   /*font-size: 24px;
   text-align: center;
   padding: 0 0 10px 0;
   margin: 10px 0;
   color: #000000;*/
   font-family: 'SamsungSharpSans',arial,sans-serif;
   font-weight: 600;
   text-align: center;
   margin: 0px;
   text-decoration: none;
   white-space: initial;
   font-size: 1.61111vw;
   line-height: 1.2;
   color: #737373;
}

.calbtn {
   position: absolute;
   left: 230px;
   top: -10px;
   bottom: 0;
   margin: auto;
   width: 20px;
   height: 20px;
}

.capcha_input {
   padding: 0 0 10px 0;
}

.captchaimage {
   position: absolute;
   max-width: 120px;
   width: 100%;
   height: 44px;
   border: #000000 1px solid;
   /* border-radius: 4px; */
}

.cap_ref {
   position: absolute;
   bottom: -25px;
   font-size: 14px;
}


.captcha_wrapper {
   margin: 0 0 40px 0;
}

#resultmsg {
   text-align: center;
   font-size: 14px;
   color: #ff0000;
}

#result p {
   font-size: 14px;
}

   #result p.optionalmargin {
      padding: 20px 0 10px 0;
   }

#result {
   list-style: none;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   margin: 0;
   padding: 0 20px;
   position: relative;
}

   #result li {
      position: relative;
      padding: 10px 0 0 20px;
      margin: 0;
      text-align: left;
      display: inline-flex;
      width: 95%;
   }

.mainitem {
   padding: 0px 15px 15px;
   margin: 20px 0px 10px;
   max-height: 171px;
   overflow-y: scroll;
   border: solid 1px #000000;
   /*background: #f5f5f7;*/
   border-radius: 7px;
}

.radio_bt {
   float: left;
   margin: 3px 6px 0 0;
   padding: 0;
}

.radio_count {
   float: left;
   font-size: 14px;
}

.common_radio_blank {
   position: relative;
   padding: 15px 10px;
   background: #ffe6e7;
   width: 280px;
   margin: 20px 0px 0px;
}

#result li p {
   padding: 5px 0;
   margin: 0;
}

.calloutpink {
   position: absolute;
   width: 15px;
   height: 15px;
   background: #ffe6e7;
   top: -8px;
   left: 25px;
   transform: rotate(45deg);
}

.calloutgrey {
   position: absolute;
   width: 15px;
   height: 15px;
   background: #000000;
   top: -8px;
   left: 45px;
   transform: rotate(45deg);
}

.radio {
   margin: 0 0 0;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

   .radio li {
      margin: 0;
      list-style: none;
      width: 22%;
      position: relative;
      box-sizing: border-box;
   }

   .radio label {
      font-size: 14px;
   }

   .radio li [type="radio"]:checked,
   .radio li [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
   }

      .radio li [type="radio"]:checked + label,
      .radio li [type="radio"]:not(:checked) + label {
         position: relative;
         padding-left: 28px;
         cursor: pointer;
         line-height: 20px;
         display: inline-block;
         color: #000000;
      }

         .radio li [type="radio"]:checked + label:before,
         .radio li [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ffffff;
            border-radius: 100%;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
         }

         .radio li [type="radio"]:checked + label:after,
         .radio li [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #000000;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
         }

         .radio li [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
         }

         .radio li [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
         }

.padding20 {
   padding: 0 20px;
}

.padding2010 {
   padding: 10px 0 0 0px;
}

.checkboxcustom {
   display: flex;
   flex-wrap: wrap;
   padding-left: 0;
   align-items: center;
   margin: 0px 0px 0px 0;
}

   .checkboxcustom li {
      list-style: none;
      padding: 0 15px 0 20px;
      margin: 0 0 6px 0;
   }

      .checkboxcustom li input[type="checkbox"] {
         padding: 0;
         height: initial;
         width: initial;
         margin-bottom: 0;
         display: none;
         cursor: pointer;
      }

      .checkboxcustom li label {
         position: relative;
         cursor: pointer;
      }

         .checkboxcustom li label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #000000;
            /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 8px;
         }

      .checkboxcustom li input:checked + label:after {
         content: '';
         display: block;
         position: absolute;
         top: 1px;
         left: 6px;
         width: 4px;
         height: 10px;
         border: solid #000000;
         border-width: 0 3px 3px 0;
         transform: rotate(45deg);
      }

      .checkboxcustom li input:checked + label:before {
         /*background: #f5f5f7;*/
      }

      .checkboxcustom li label {
         position: relative;
         cursor: pointer;
         font-size: 14px;
         font-weight: 400;
      }



.term_offer input[type="checkbox"] {
   padding: 0;
   height: initial;
   width: initial;
   margin-bottom: 0;
   display: none;
   cursor: pointer;
}

.term_offer label {
   position: relative;
   cursor: pointer;
   padding-left: 0;
}

   .term_offer label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 1px solid #000000;
      /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
      padding: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 10px;
   }

.term_offer input:checked + label:after {
   content: '';
   display: block;
   position: absolute;
   top: 2px;
   left: 6px;
   width: 4px;
   height: 10px;
   border: solid #000000;
   border-width: 0 3px 3px 0;
   transform: rotate(45deg);
}

.term_offer input:checked + label:before {
   /*background: #f5f5f7;*/
}

.reminder input[type="checkbox"] {
   padding: 0;
   height: initial;
   width: initial;
   margin-bottom: 0;
   display: none;
   cursor: pointer;
}

.reminder label {
   position: relative;
   cursor: pointer;
   padding-left: 0;
}

   .reminder label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 1px solid #000000;
      /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
      padding: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 10px;
   }

.reminder input:checked + label:after {
   content: '';
   display: block;
   position: absolute;
   top: 2px;
   left: 6px;
   width: 4px;
   height: 10px;
   border: solid #000000;
   border-width: 0 3px 3px 0;
   transform: rotate(45deg);
}

.reminder input:checked + label:before {
   /*background: #f5f5f7;*/
}

.reminder a {
   padding-left: 28px;
}

@media only screen and (max-width:768px) {
   .bg_radio {
      left: 17%;
   }

   .mainform {
      margin: 0;
   }

      .mainform h3 {
         font-size: 22px;
      }

      .mainform h4 {
         font-size: 14px;
         padding: 0px 0px 10px 0;
         line-height: 14px;
      }

   .chkbox_lft {
      width: 100%;
   }

   .inputbox {
      font-size: 14px;
      /* padding: 8px; */
   }

   .inputhalf {
      font-size: 14px;
      /* padding: 8px; */
   }

   .captchaimage {
      height: 41px;
   }

   .mainform .error, .chkbox_lft .error1 {
      display: block;
      position: static;
      text-align: left;
      font-size: 13px;
   }

   .chkbox_lft .error1 {
      clear: both;
   }

   .Btn_submit {
      margin-top: 10px;
   }

   .Thank_Form p {
      font-size: 13px;
   }

   .chk li {
      display: block;
      width: 100%;
   }


   .select_box {
      position: relative;
   }

      .select_box select {
         padding-right: 23px;
         /*background: #f5f5f7;*/
         -webkit-appearance: none;
         -moz-appearance: none;
         -ms-appearance: none;
         appearance: none;
      }

         .select_box select ::-ms-expand {
            display: none;
         }

      .select_box:after {
         content: "";
         width: 0;
         height: 0;
         position: absolute;
         right: 18px;
         top: 9px;
         bottom: 0;
         margin: auto;
         border-left: 5px solid transparent;
         border-right: 5px solid transparent;
         border-top: 5px solid #000000;
      }

   .error > p {
      display: block;
      padding-left: 0px;
   }

      .error > p > span {
         padding-left: 0px;
      }

   #result {
      padding: 0 0px;
   }

      #result li {
         padding: 10px 0 0 4px;
         width: 98%;
      }

   .radio_count {
      font-size: 13px;
   }

   .chkbox_lft label {
      font-size: 13px;
   }

   .FormHeadingContainer h2 {
      font-size: 28px;
   }
}


@media only screen and (max-width:767px) {
   .refresh {
      padding: 50px 0 0 0;
      font-size: 13px;
   }

      .refresh a {
         font-size: 13px;
      }
}

@media only screen and (max-width: 480px) {
   .chkbox_lft label br {
      display: none;
   }

   .reminder a {
      padding-left: 3px;
   }

   .checkboxcustom li {
      width: 50%;
      box-sizing: border-box;
      white-space: nowrap;
   }

   .reminder label {
      padding-left: 28px;
   }

      .reminder label:before {
         position: absolute;
         left: 0;
      }
}


@media only screen and (max-width: 425px) {
   .FormHeadingContainer {
      padding: 10px;
      margin: 0;
   }

      .FormHeadingContainer h2 {
         font-size: 26px;
         line-height: 34px;
      }

      .FormHeadingContainer p {
         font-size: 18px;
      }

         .FormHeadingContainer p.errMessage {
            font-size: 15px;
         }

   .bg_input1 {
      width: 100%;
   }

      .bg_input1:nth-of-type(odd) {
         margin-right: 0;
      }

      .bg_input1:nth-of-type(even) {
         margin-left: 0;
      }

   .radio li {
      width: 48%;
      margin: 0 0 10px 0;
   }
   .chkbox_lft {
      display: block;
   }
   .refresh {
      padding-top: 10px
   }
   .chkbox_lft .error1 {
      padding-left: 27px;
   }
   .firt-options ol li {
      width: auto
   }
   .firt-options .radio li + li {
      margin-left: 10px;
   }
}

@media only screen and (max-width: 375px) {
   .chkbox_lft label {
      font-size: 13px;
      line-height: 20px;
   }
}

@media only screen and (max-width:360px) {
   .bg_input_left {
      margin: 10px 0 10px 0;
   }

   .inputbox1 {
      margin: 0px 10px 0 0;
   }
}

@media only screen and (max-width: 375px) {
   .mainform h3 {
      font-size: 25px;
   }
}

@media only screen and (max-width: 320px) {
   .FormHeadingContainer h2 {
      font-size: 24px;
      line-height: 30px;
   }

   .FormHeadingContainer p {
      font-size: 18px;
   }

      .FormHeadingContainer p.errMessage {
         font-size: 14px;
      }

   .captchaimage {
      max-width: 90px;
   }

   .inputhalf {
      width: calc(100% - 99px);
      margin-left: 99px;
   }

   .checkboxcustom li {
      padding-right: 0px;
   }

      .checkboxcustom li label {
         font-size: 13px;
      }

}
