body {
  font-family: 'Poppins', sans-serif;
  color: #45505b;
  position: relative;
}
html, body {
  margin: 0;
  min-height: 100%;
  height: 100%;
}
a {
  color: #0563bb;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
.mainSec .secOne{
  max-width: 480px;
  width: 480px;
  margin: auto;
  padding: 25px;
}
.mainSec .addphone {
  position: relative;
}
.mainSec .addphone .whatsapp {
  position: fixed;
  bottom: 8px;
  width: 100%;
  text-align: center;
  left: 0px;
}
.mainSec .addphone .form-check [type=checkbox] + label {
  font-size: 15px;
  padding-left: 16px;
  height: 21px;
  width: 22px;
  border: 1px solid #008940;
  background: #008940;
  border-radius: 5px;
}
/* custom checkbox */

.customCheckbox  .checkbox-custom {display: none; }
.customCheckbox  .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #212529;
    margin: 0;
  }
.customCheckbox  .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
  }
  .customCheckbox  [type=checkbox]:checked + label:before {
    transform: unset;
    background: #008940 !important;
    border-color: #008940 !important;
    top: 0;
    left: 0;
  }
  .customCheckbox  .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 1px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 7px;
    left: 6px;
}
.form-outline .form-control:focus~.form-label {
  color: #008940;
}
.form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-color: #008940;
  box-shadow: 0 1px 0 0 #008940;
  border-top: 1px solid transparent;
}
.form-outline .form-control:focus~.form-notch .form-notch-leading {
  border-color: #008940;
  box-shadow: -1px 0 0 0 #008940, 0 1px 0 0 #008940, 0 -1px 0 0 #008940;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
  border-color: #008940;
  box-shadow: 1px 0 0 0 #008940, 0 -1px 0 0 #008940, 0 1px 0 0 #008940;
} 
.form-control:focus {
  box-shadow: none;
  transition: all .1s linear;
  border-color: #008940;
  box-shadow: inset 0 0 0 1px #008940;
}
.loc .form-control{
  appearance: auto;
  padding: 0.53em 0.75em;
  border: 1px solid #c1c0c0;
}
.loc .down {
  position: absolute;
  right: 5px;
  bottom: 1px;
  font-size: 30px;
  display: none;
}
.loc select::after{
  content: "null";
  display: block;
}
.btn {
  background: #008940;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #fff;
}
.btn:hover{color: #fff;}
/* .mainSec .addphone input{
  border: unset;
  border-bottom: 1px solid #ced4da;
} */
.mainSec .secTwo{
  max-width: 600px;
  width: 600px;
  margin: auto;
  padding: 25px;
}
.mainSec .secTwo h2{
  text-align: center;
  color: #008940;
  font-weight: 600;
  font-size: 30px;
}
.mainSec .secTwo h4{
  font-weight: 600;
}
#whatsappModal .txt{
  background: #F7F7F7;
  padding: 19px;
  border-radius: 10px;
}
#whatsappModal .modal-footer {
  padding: 0;
  border: unset;
  width: 100%;
}
#whatsappModal button.btn {
  width: 50%;
  margin: 0 !important;
  border-radius: unset;
  padding: 20px;
  text-transform: capitalize;
  color: #fff;
}
#whatsappModal .modal-title {
  color: #008940;
  font-weight: 600;
  margin-bottom: 15px;
}
#whatsappModal .modal-footer .cancel {
  background: #C6C6C6 !important;
}
.head {
  background: #008940;
  padding: 8px;
}
.head h3{
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  margin: 0px;
}
.head img{vertical-align: middle;}
.code {
  border: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
  box-shadow: 0px 0px 4px #00000029;
}
.code img{
  vertical-align: middle;
  margin-right: 3px;
}
.form{
  height: calc(100% - 58px);
}
@media (min-width: 300px) and (max-width:767px){
  .mainSec .secOne{
    max-width: 100%;
    width: 100%;
  }
  .mainSec .secTwo{
    max-width: 100%;
    width: 100%;
  }
} 