﻿* {
   margin: 0;
   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: 14px;
}

.label {
   font-weight: normal;
   font-size: 15px;
   color: #000000;
   display: block;
   clear: both;
   padding: 10px 0 10px 0;
   text-transform: none;
   font-family: 'SamsungSharpSans', sans-serif;
}

.inputs {
   font-family: 'SamsungOne', sans-serif;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    padding: 15px 10px;
}

.input {
   width: 100%;
   border: 1px solid #d9d9d9;
   border-radius: 5px;
   font-size: 14px;
   padding: 10px 10px;
   background: transparent;
   margin: 0;
   position: relative;
   color: #000000;
}

.inputhalf {
   width: 100%;
   border: 1px solid #d9d9d9;
   border-radius: 5px;
   font-size: 14px;
   padding: 10px 10px 10px 146px;
   background: transparent;
   position: relative;
   color: #000000;
}

.dropdown {
   width: 100%;
   border: 1px solid #d9d9d9;
   border-radius: 5px;
   font-size: 14px;
   padding: 9px 10px;
   background: #ffffff;
   margin: 0;
   position: relative;
   color: #000000;
}

ul.radio {
   list-style: none;
}

   ul.radio li {
      list-style: none;
      float: left;
      padding: 4px 12px 4px 2px;
      margin: 5px 0 6px 0;
   }

      ul.radio li input {
         margin: 0 5px 0 0;
      }

.captchaimage {
   position: absolute;
   width: 138px;
   height: 39px;
   border-right: 1px solid #d9d9d9;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}

.refresh {
   color: #000000;
   padding: 10px 0 0 0;
   float: left;
   font-size: 13px;
}

   .refresh a {
      color: #0294bb;
      font-size: 13px;
   }

      .refresh a:hover {
         text-decoration: none;
      }

   .refresh img {
      padding-right: 5px;
   }

.capcha_input {
   margin: 0px 0;
   clear: both;
}

.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;
}

.error {
   position: relative;
   font-size: 12px;
   display: block;
   clear: both;
   float: left;
   width: 100%;
   padding: 5px 0 0px 0;
   color: #ff0000;
}

.chkbox_lft .error1 {
   clear: both;
}

.error1 > span {
   font-size: 12px;
   padding: 0px 0 0px 28px;
   color: #ff0000;
}

.clear, .clr {
   clear: both;
}

.bg_input_buttom {
   position: relative;
   width: 100%;
   clear: both;
}

.bg_input {
   position: relative;
   width: 100%;
   clear: both;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.bg_input1 {
   width: 49%;
   padding: 2px 0;
}

.padding2010 {
   padding: 10px 0 0 0px;
}

.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;
}

.chkbox_lft {
   width: 100%;
   font-size: 12px;
   position: relative;
   padding: 0px 0;
}

.reminder {
   width: 100%;
   display: inline-block;
}

.term_offer {
   overflow: hidden;
   width: 100%;
}

   .term_offer a, .reminder a {
      color: #0294bb;
      font-size: 13px;
   }

      .term_offer a:hover, .reminder a:hover {
         text-decoration: none;
      }

.chkbox_lft label {
   font-size: 13px;
   color: #000000;
   float: left;
   width: auto;
   margin: 0;
   padding: 0px 0 0 32px;
   line-height: 22px;
   position: relative;
}

.reminder input {
   margin-top: 9px;
   float: left;
   width: 25px;
}

.term_offer input {
   margin-top: 9px;
   float: left;
   width: 25px;
}

   .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;
      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: 3px;
   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: #ffffff;
}

.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;
      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: 3px;
   left: 6px;
   width: 4px;
   height: 10px;
   border: solid #000000;
   border-width: 0 3px 3px 0;
   transform: rotate(45deg);
}

.reminder input:checked + label:before {
   background: #ffffff;
}

.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_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: 10px 0 5px 0;
   }

   .reminder a {
      padding-left: 0;
   }
}

@media only screen and (max-width: 480px) {
   .reminder label {
      padding-left: 28px;
   }

      .reminder label:before {
         position: absolute;
         left: 0;
      }
}
