﻿body {
   font-weight: normal;
   margin: 0;
   padding: 0;
   font-family: 'SamsungOne', sans-serif;
   box-sizing: border-box;
}

html, input, textarea, label, select, table, td {
   font-family: 'SamsungOne', sans-serif;
   box-sizing: border-box;
}

@font-face {
   font-family: 'FontAwesome';
   src: url('../../fonts/fontawesome-webfont.eot?v=4.5.0');
   src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal;
}

form {
   width: 100%;
}

label {
   color: #000000;
}

.bg_input {
   width: 100%;
   margin: 5px 0;
   position: relative;
   color: #000000;
}

   .bg_input .label {
      padding: 10px 0;
      display: block;
   }

.bg_input1 {
   width: 49%;
   float: left;
}

   .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 #d9d9d9;
}

.inputboxfull {
   background: #ffffff;
   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: relative;
   left: 0;
   opacity: 0;
   cursor: pointer;
}


.whatsappimg {
   width: 20px;
   height: 20px;
   position: relative;
   top: 6px;
   padding: 0 3px;
}

table.chk td {
   padding: 10px 0;
   position: relative;
}

.chk {
   list-style: none;
   padding: 0;
   margin: 15px 0;
}

   .chk li {
      padding: 0;
      margin: 0;
      display: inline-block;
      width: 49%;
   }

   .chk input {
      display: block !important;
      position: static !important;
   }

   .chk label {
      font-size: 14px;
      color: #000000;
      line-height: 20px;
   }

      .chk label:before, .reminder label:before, .term_offer label:before {
         content: '';
         height: 22px;
         width: 22px;
         border: 1px solid #000000;
         display: inline-block;
         vertical-align: middle;
         margin-right: 15px;
         color: #000000;
         font-size: 20px;
         display: block;
         float: left;
         line-height: 22px;
         cursor: pointer;
         border-radius: 4px;
         position: absolute;
         left: 0;
         top: 0;
         margin: auto;
         bottom: 0;
         text-align: center;
      }

   .chk input[type="checkbox"]:checked + label:before, .reminder input[type="checkbox"]:checked + label:before, .term_offer input[type="checkbox"]:checked + label:before {
      content: "✓";
      color: #000000 !important;
      font-family: FontAwesome;
      font-weight: bold;
   }

.inputbox {
   width: 100%;
   /*background: #f8f8f8;*/
   border: 1px solid #d9d9d9;
   font-size: 14px;
   box-sizing: border-box;
   color: #000000;
   padding: 12px;
   outline: none;
   border-radius: 0;
}

.inputhalf {
   width: calc(100% - 109px);
   /*background: #f8f8f8;*/
   border: 1px solid #d9d9d9;
   font-size: 14px;
   color: #000000;
   padding: 12px;
   outline: none;
   height: 100%;
   border-radius: 0;
   margin-left: 109px;
}

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: #ffffff;
   font-size: 14px;
   color: #000000;
   padding: 2px 0 10px;
}

.ddl {
   border: 1px solid #d9d9d9;
   font-size: 14px;
   color: #000000 !important;
   padding: 8px 6px;
   background: #f8f8f8 !important;
   border-radius: 5px;
   margin: 10px 10px 0 0;
}

.brandname p {
   color: #000000;
}

.mainform {
   max-width: 1440px;
   margin: 0px auto;
   width: 100%;
   padding: 0px 10px;
   border-radius: 15px;
   box-sizing: border-box;
}


   .mainform p {
      font-size: 14px;
      color: #000000;
      margin: 0;
      padding: 0;
   }

      .mainform p span {
         font-size: 14px;
      }

.alert span {
   font-size: 12px;
   color: #ff0000;
   line-height: 10px;
   margin: 0;
   padding: 0;
}


.Thank_Form {
   padding: 0 0 0 0;
   position: relative;
}

   .Thank_Form p {
      font-size: 20px;
      color: #000000;
      text-align: center;
      margin: 0;
      padding: 0;
   }

      .Thank_Form p a {
         font-size: 12px;
         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: 12px;
   overflow: hidden;
   margin-top: 10px;
}

.reminder {
   width: 100%;
   display: inline-block;
}

.term_offer {
   overflow: hidden;
   width: 100%;
}

   .term_offer a, .reminder a {
      color: #0294bb;
      text-decoration: underline;
   }

      .term_offer a:hover, .reminder a:hover {
         text-decoration: none;
      }

.refresh {
   color: #000000;
   display: block;
   padding: 12px 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;
   width: auto;
   margin: 0;
   padding: 0 0 0 32px;
   line-height: 22px;
   position: absolute;
   left: 0;
}

.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: 14px;
   display: block;
   clear: both;
   width: 100%;
   padding: 5px 0 5px 0;
   float: left;
}

.error1 {
   font-size: 14px;
   clear: both;
   padding: 7px 0 0 32px;
}

.error2 {
   position: relative;
   font-size: 14px;
}

.Btn_submit {
   text-align: center;
   margin-top: 10px;
   padding-bottom: 50px;
   padding-top: 40px;
}

.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: 100px;
   width: 100%;
   height: 41px;
   border: #d9d9d9 1px solid;
}

.cap_ref {
   position: absolute;
   bottom: -25px;
   font-size: 14px;
}


.captcha_wrapper {
   margin: 0 0 40px 0;
}

@media only screen and (max-width:767px) {
   .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;
      }

   .bg_input1 {
      width: 100%;
   }

      .bg_input1:nth-of-type(odd) {
         margin-right: 0;
      }

      .bg_input1:nth-of-type(even) {
         margin-left: 0;
      }

   .chkbox_lft {
      width: 100%;
   }

   .inputbox {
      font-size: 14px;
      padding: 8px;
   }

   .inputhalf {
      font-size: 14px;
      padding: 8px;
   }

   .captchaimage {
      height: 33px;
   }

   .refresh {
      padding: 20px 0 0 0;
   }

   .mainform .error, .chkbox_lft .error1 {
      display: block;
      position: static;
      text-align: left;
      font-size: 14px;
   }

   /*.chkbox_lft .error1 {
      margin-left: 32px;
      margin-top: 10px;
      clear: both;
   }*/

   .Thank_Form p {
      font-size: 12px;
   }

   .chk li {
      display: block;
      width: 100%;
   }


   .select_box {
      position: relative;
   }

      .select_box select {
         padding-right: 23px;
         background: #ffffff;
         -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;
      }

   .reminder label:before {
   }

   .mainform .error, .chkbox_lft .error1 {
      font-size: 13px;
   }

   .error > p {
      display: block;
      padding-left: 0px;
   }

      .error > p > span {
         padding-left: 0px;
      }

   .error2 {
      position: relative;
      font-size: 13px;
   }

   .chkbox_lft label {
      font-size: 13px;
   }
}

@media only screen and (max-width: 400px) {
   .reminder label br {
      display: none;
   }

   .reminder a {
      padding-left: 2px;
      display: inline-block;
   }
}

@media only screen and (max-width:360px) {
   .bg_input_left {
      margin: 10px 0 10px 0;
   }

   .inputbox1 {
      margin: 0px 10px 0 0;
   }
}
