﻿* {
   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;
   color: #424242;
}

textarea {
   resize: none;
}

.content {
   padding: 16px 0px;
}

.label {
   font-family: 'SamsungOne', sans-serif;
   font-size: 15px;
   padding: 7px 0 0px 0px;
   color: #424242;
}

.label_light {
   font-family: 'SamsungOne', sans-serif;
   font-size: 15px;
   padding: 7px 0 0px 0px;
   color: #000;
   float: none;
}

.inputs {
   width: 100%;
   max-width: 550px;
   margin: 0;
   padding: 0px;
   border-radius: 3px;
   font-family: 'SamsungOne', sans-serif;
   position: relative;
}

h1 {
   font-size: 28px;
   color: #000;
   font-family: 'SamsungSharpSans';
   font-weight: bold;
   margin: 0px;
   padding: 0px 0px 0 0px;
   text-align: center;
   line-height: 1.4;
}

h2 {
   font-size: 28px;
   color: #000;
   font-family: 'SamsungSharpSans';
   font-weight: bold;
   margin: 0px;
   padding: 0px 0px 0 0px;
   text-align: center;
   line-height: 1.4;
}

h3 {
   font-size: 16px;
   color: #000;
   margin: 0px;
   padding: 5px 0 20px;
   text-align: center;
   line-height: 1.4;
}

h4 {
   font-size: 16px;
   color: #000;
   margin: 0px;
   padding: 5px 0 20px;
   text-align: center;
   line-height: 1.4;
}
.submit{padding: 7px 24px 7px 24px !important;}
.input {
   width: 100%;
   border: 1px solid #000;
   border-radius: 0px;
   font-size: 13px;
   padding: 7px 10px;
   background: transparent;
   margin: 4px 0;
   position: relative;
}

.inputhalf {
   width: 100%;
   border: 1px solid #000;
   border-radius: 0px;
   font-size: 13px;
   padding: 7px 10px 7px 128px;
   background: transparent;
   position: relative;
   margin: 4px 0;
}

.inputhalf1 {
   width: 100%;
   border: 1px solid #000;
   border-radius: 0px;
   font-size: 13px;
   padding: 7px 10px 7px 10px;
   background: transparent;
   position: relative;
   margin: 10px 0;
}

.select {
   width: 100%;
   border: 1px solid #000;
   border-radius: 0px;
   font-size: 15px;
   padding: 6px 10px;
   background: transparent;
   margin: 10px 0;
   position: relative;
   color: #424242;
}

.radio {
   padding-left: 20px;
   color: #000;
}

   .radio label {
      padding: 0 5px;
      font-size: 15px;
      color: #424242;
   }

.bg_input {
   position: relative;
   width: 100%;
   display: block;
   float: none;
   clear: both;
}

.bg_input1 {
   position: relative;
   width: 49%;
   display: block;
   float: left;
}

   .bg_input1:nth-child(odd) {
      margin: 0 1% 0 0;
   }

   .bg_input1:nth-child(even) {
      margin: 0 0 0 1%;
   }

.captchaimage {
   position: absolute;
   width: 120px;
   border-right: 1px solid #8e8e8e;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
   top: 6px;
   height: 30px;
}

.cap_ref {
   text-align: left;
   float: left;
   margin: 0;
   padding: 14px 0 0 0px;
   position: absolute;
}

.refresh {
   font-size: 13px;
   color: #424242;
   padding-top: 20px;
   display: block;
}

   .refresh a {
      color: #424242;
      text-decoration: underline;
   }

      .refresh a:hover {
         text-decoration: none;
      }

      .refresh a img {
         margin-right: 5px;
         vertical-align: middle;
      }

.calbtn {
   vertical-align: top;
   position: absolute;
   right: 5px;
   top: 17px;
}

.input::placeholder, .inputhalf::placeholder, .inputhalf1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #454545;
   opacity: 1; /* Firefox */
   font-family: 'SamsungOne',arial,sans-serif;
}

.input:-ms-input-placeholder, .inputhalf::-ms-input-placeholder, .inputhalf1::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #454545;
}

.input::-ms-input-placeholder, .inputhalf::-ms-input-placeholder, .inputhalf1::-ms-input-placeholder { /* Microsoft Edge */
   color: #454545;
}

.capcha_input {
   /*float: left;
   position:relative;*/
}

.inputsthankyou {
   width: 100%;
   padding: 10px 0;
   font-family: 'SamsungOne', sans-serif;
   position: relative;
   text-align: center;
   margin: 0;
}

   .inputsthankyou p {
      font-size: 20px;
      font-family: 'SamsungOne', sans-serif;
      font-weight: normal;
      line-height: 24px;
      text-align: center;
      border-radius: 20px;
      color: #000000;
      padding: 8px 0;
   }

.Btn_submit {
   text-align: center;
}

.clear {
   clear: both;
}

.error {
   position: relative;
   font-size: 10px;
   display: block;
   clear: both;
   float: left;
   width: 100%;
   padding: 0;
   color: #ff0000;
}

   .error > span {
      font-size: 13px;
      margin: 5px 0 5px 36px;
      float: left;
   }

.counter {
   font-size: 12px;
   color: #fdc11d;
}

.term_offer, .reminder {
   font-size: 13px;
}

   .term_offer label, .reminder label {
      vertical-align: middle;
      line-height: 20px;
   }

   .term_offer a, reminder a {
      text-decoration: underline;
      color: #424242;
   }

      .term_offer a:hover, .reminder a:hover {
         text-decoration: none;
      }

   .term_offer input, .reminder input {
      margin: 0px 10px 0;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      opacity: 0;
      cursor: pointer;
   }

   .term_offer label:before, .reminder label:before {
      content: '';
      height: 20px;
      width: 20px;
      border: 1px solid #8e8e8e;
      vertical-align: middle;
      margin-right: 15px;
      color: #424242;
      font-size: 20px;
      display: inline-block;
      float: left;
      line-height: 22px;
      cursor: pointer;
      border-radius: 0px;
   }


   .term_offer input[type="checkbox"]:checked + label:before, .reminder input[type="checkbox"]:checked + label:before {
      content: "✓";
      color: #424242 !important;
      font-weight: bold;
   }

.whatsappimg {
   /*width: 20px;*/
   height: 15px;
   position: relative;
   top: 3px;
   padding: 0 3px;
}

.chkbox_lft {
   margin-top: 15px;
}

.margin0 {
   margin: 0 !important;
}

@media screen and (max-width:1024px) {
   .maincontainer {
      width: 100%;
   }

   .term_offer label:before, .reminder label:before {
      margin-top: 5px;
   }
}

@media screen and (max-width:990px) {
   .cap_ref {
      margin: 0px 0;
   }

   .term_offer label:before {
      margin-top: 2px;
   }

   .label_light {
      padding: 7px 0 10px 0px;
      float: left;
   }
}

@media screen and (max-width:767px) {
   .bg_input1 {
      width: 100%;
      margin: 0;
   }

      .bg_input1:nth-child(odd) {
         margin: 0 0 0 0;
      }

      .bg_input1:nth-child(even) {
         margin: 0 0 0 0;
      }

   .inputsthankyou p {
      text-align: center;
      width: 50%;
   }

   .refresh {
      padding-top: 0px;
   }

   .cap_ref {
      position: static;
   }

   .term_offer label:before, .reminder label:before {
      margin-top: 10px;
   }

   h1 {
      font-size: 22px;
   }

   h2 {
      font-size: 22px;
   }
}

@media screen and (max-width:320px) {
}
