﻿* {
   margin: 0 auto;
   padding: 0;
   outline: none;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   font-family: 'SamsungOne', sans-serif;
   font-weight: normal;
   font-size: 13px;
}

.label {
   font-family: 'SamsungSharpSans', sans-serif;
   font-weight: normal;
   font-size: 13px;
   display: block;
   padding: 7px 0 0px 0;
   text-transform: uppercase;
   color: #000000;
}

.inputs {
   width: 100%;
   padding: 12px 10px;
   border: 0px solid #000000;
   border-radius: 3px;
   font-family: 'SamsungSharpSans', sans-serif;
   position: relative;
   background: transparent;
}

.input {
   width: 100%;
   border: 1px solid #000000;
   border-radius: 0;
   font-size: 16px;
   padding: 12px 12px;
   background: transparent;
   margin: 0;
   position: relative;
   color: #000000;
}

.inputhalf {
   width: 100%;
   border: 1px solid #000000;
   border-radius: 0;
   font-size: 16px;
   padding: 12px 12px 12px 150px;
   background: transparent;
   position: relative;
   color: #000000;
}

.refresh {
   color: #000000;
   padding: 12px 0 0 0;
   float: left;
}

   .refresh img {
      padding-right: 5px;
   }

   .refresh a {
      color: #0294bb;
      text-decoration: underline;
   }

      .refresh a:hover {
         text-decoration: none;
      }

.capcha_input {
   margin: 0px 0;
   clear: both;
}

.captchaimage {
   position: absolute;
   width: 140px;
   border-right: 1px solid #000000;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   height: 45px;
}

.inputsthankyou {
   width: 100%;
   padding: 10px 0;
   font-family: 'SamsungSharpSans', sans-serif;
   position: relative;
   text-align: center;
   margin: 0;
   color: #000000;
}

   .inputsthankyou p {
      font-size: 22px;
      font-family: 'SamsungOne', sans-serif;
      font-weight: bold;
      margin: 30px 0;
      line-height: 24px;
      text-align: center;
      color: #000000;
   }

.Btn_submit {
   text-align: center;
}

.clear {
   clear: both;
}

.error {
   position: relative;
   font-size: 13px;
   display: block;
   clear: both;
   float: left;
   width: 100%;
   padding: 5px 0 5px 0;
   color: #ff0000;
}

   .error > span {
      font-size: 13px;
      margin: 5px 0 5px 31px;
      float: left;
      color: #ff0000;
   }

.clear {
   clear: both;
}

.bg_input {
   position: relative;
   width: 100%;
   float: left;
}

.bg_input1 {
   width: 49%;
   padding: 12px 0;
   float: left;
}

   .bg_input1:nth-of-type(odd) {
      margin-right: 1%;
   }

   .bg_input1:nth-of-type(even) {
      margin-left: 1%;
   }

.padd {
   padding: 12px 0;
}

.term_offer a, .reminder a {
   color: #0294bb;
}

   .term_offer a:hover, .reminder a:hover {
      text-decoration: none;
   }

.chkbox_lft label {
   font-size: 14px;
   color: #000000;
   float: left;
   width: auto;
   margin: 0;
   padding: 0px 0 0 32px;
   line-height: 22px;
   position: relative;
}

.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 #666666;
      /*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: #1429a0;*/
}

.reminder {
   width: 100%;
   display: inline-block;
}

   .reminder input[type="checkbox"] {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
   }

   .reminder input {
      margin-top: 9px;
      float: left;
      width: 25px;
   }

   .reminder label {
      position: relative;
      cursor: pointer;
      padding-left: 0;
   }

      .reminder label:before {
         content: '';
         -webkit-appearance: none;
         background-color: transparent;
         border: 1px solid #666666;
         /*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: #1429a0;*/
   }

   .reminder a {
      padding-left: 28px;
   }

.whatsappimg {
   height: 15px;
   position: relative;
   top: 4px;
   padding: 0 3px;
}

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;
}

@media screen and (max-width:1024px) {
   .maincontainer {
      width: 100%;
   }
}

@media screen and (max-width:990px) {
   .inputs {
      width: 100%;
   }
}

@media screen and (max-width:767px) {

   .bg_input {
      width: 100%;
   }

   .bg_input1 {
      width: 100%;
      float: none;
   }

      .bg_input1:nth-of-type(odd) {
         margin-right: 0;
      }

      .bg_input1:nth-of-type(even) {
         margin-left: 0;
      }

   .refresh {
      padding: 0px 0 0 0;
   }

   .mainform .error, .chkbox_lft .error1 {
      font-size: 12px;
   }
}

@media only screen and (max-width: 480px) {
   .chkbox_lft label br {
      display: none;
   }

   .reminder a {
      padding-left: 3px;
   }

   .reminder label {
      padding-left: 28px;
   }

      .reminder label:before {
         position: absolute;
         left: 0;
      }
}


@media only screen and (max-width: 375px) {
   .chkbox_lft label {
      font-size: 13px;
      line-height: 20px;
   }
}

@media only screen and (max-width: 320px) {
   .captchaimage {
      max-width: 110px;
   }

   .inputhalf {
      padding: 12px 12px 12px 122px;
   }
}
