.form {
    padding:100px 0 60px 0;
    background:url(../images/fox.jpg) no-repeat;
    background-size:38% 100%;
    min-height:1217px;
}
.form__header > h4 {
    font-size:48px;
    font-weight: bold;
}
.form__text img{
    padding:50px 0 50px 0;
}
.form__text > h6 {
    font-size:28px;
    line-height:40px;
    width:80%;
}
.form__text > p {
    font-size:18px;
    padding:15px 0;
    width:80%;
}
.form__content {
    padding-top:50px;
}
.form__header {
    padding-bottom:50px;
}
.form__content > p{
    font-weight: bold;
    font-size:18px;
}
.dropdown-menu {
    padding:0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.dropdown-menu li {
    display:block;
}
.dropdown-item.active, .dropdown-item:active {
    background-color:transparent;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle,.btn-light,.form-control {
    background-color:transparent;
    border-color:transparent;
}
.btn-light {
    border:none;
    border-bottom:1px solid rgba(0,0,0, 0.12);
}
.btn-light:hover {
    background-color:transparent;
    border-color:none;
    border:none;
    border-bottom:2px solid #FF3C1D;
}
.btn {
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
.btn-light.focus, .btn-light:focus {
    box-shadow: none;
} 
.show > .btn-light.dropdown-toggle,.btn-light:not(:disabled):not(.disabled):active {
    border-bottom:2px solid #FF3C1D;
}
.select-label {
    font-size:13px;
    color:#aaa;
}
.dropdown-toggle::after {
    color:#FF3C1D;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color:#ff3c1d;
}
.dropdown-item:focus, .dropdown-item:hover span {
    color:#fff;
}
.form__box {
    margin:20px 0 30px 0;
}
.form__box p {
    font-size:14px;
}
.input--orange.form-control {
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    border-radius: 0;
}
.input--orange.form-control:focus {
    border-color: #fff;
    box-shadow: none;
    border-bottom:2px solid #FF3C1D;
}
.input--orange  {
    margin-bottom:15px;
}
.input-group-text  {
    background:#fff;
    border-radius:none;
    -webkit-border-radius:none;
    -moz-border-radius:none;
    -ms-border-radius:none;
    -o-border-radius:none;
    border-left:none;
    border-top:none;
}
.custom-checkbox {
    margin-bottom:20px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color:#FF3C1D;
    background-color:#FF3C1D;
}
.custom-control-label::after,.custom-control-label::before {
    width: 1.3rem;
    height: 1.3rem;
    left: -45px;
}
.custom-control-label::before:focus {
    border:none;
    box-shadow: none;
}
.custom-control-label {
    position: relative;
    left:20px;
}
#datepicker {
    width:100%;
    position: relative;
}
.gj-datepicker-bootstrap [role="right-icon"] button {
    border:none;
}
.gj-datepicker-bootstrap .input-group-append {
    position: absolute;
    right:5px;
    z-index: 1000;
}
.gj-icon {
    color:#ff3c1d;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color:#ff3c1d;
    border-color:#ff3c1d;
}
.gj-picker-bootstrap table tr td.today div {
    color:#ff3c1d;
}
.border-left-0 {
    border:none;
    background:none;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;  
}
/*radio*/
.switch-field {
    overflow: hidden;
}
 
  .switch-field input {
      position: absolute !important;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      width: 1px;
      border: 0;
      overflow: hidden;
  }
  
  .switch-field label {
    float: left;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    padding: 6px 50px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin:15px 10px;
  }

  .switch-field label:hover {
      cursor: pointer;
  }
  
  .switch-field input:checked + label {
    background-color: #ff3c1d;
    color:#fff;
  }
  
  .switch-field label:first-of-type {
     margin-right:5px;
  }
  .switch-field.switch-field2 label {
    padding: 6px 20px;
  }
  .switch-field.switch-field2 span {
      color:#999;
      font-weight: normal;
  }
  .switch-field.switch-field2 input:checked + label span {
      color:#fff;
  }
  .document__box {
      border:1px dashed #999;
      background:#FAFAFA;
      padding:30px 0;
  }
  .document__box p {
      text-align: center;
      color:#666;
      margin-bottom:0;
  }
  .document__box p b {
    text-align: center;
    color:#ff3c1d;
    text-transform: uppercase;
}
.list-dot {
    display: list-item;
    list-style: disc outside none;
    margin-left: 1em;
}
.alert.alert-danger p,.alert.alert-danger b,.alert.alert-danger li {
    color: #d32f2f;
}
.dropzone .dz-preview .dz-error-message {
    top:0 !important;
    background: linear-gradient(to bottom, #d32f2f, #d32f2f) !important;
}
  
.dropzone .dz-preview .dz-error-message::after {
    bottom: -6px !important;
    top:initial !important;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    border-bottom: 6px solid #d32f2f !important;
}
.dz-error-message span {
    color:#fff !important;
}
.dropzone .dz-preview.dz-file-preview .dz-image,.dropzone .dz-preview .dz-image {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
#more2,#more {
    display:none;
}
#myBtn, #myBtn2 {
    margin-top:20px;
    margin-left:20px;
    font-weight: 600;
    padding:5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background:#f4f4f4;
    cursor:pointer;
}
@media (max-width:1600px) { 
    .form {
        background-size:30% 50%;
        padding: 100px 0 0 0;
    }
    .form__text > h6 {
        width:70%;
    }
    .form__text > p {
        width:70%;
    }
    
}
@media (max-width:992px) {
    .form__text img {
        padding:45px 0;
    }
    .form__content {
        padding-top: 15px;
    }
    .form__header {
        padding-bottom:20px;
    }
    .form {
        background:#fff;
        min-height:initial;
        padding: 100px 0 0 0;
    }
    .form__text > h6 {
        width:100%;
    }
    .form__text > p {
        width:100%;
    }
}
@media (max-width:768px){
    .form__content{
        padding-top: 0;
    }
    .form__header {
        padding-bottom:0;
    }
    .form__header > h4 {
        font-size:36px;
    }

}
@media (max-width:480px){ 
    .switch-field label {
        font-size:14px;
        padding: 6px 40px;
    }
    .switch-field.switch-field2 label {
        padding: 6px 10px;
    }
    .form__header > h4 {
        font-size: 28px;
    }
    .form__text > h6 {
        font-size: 20px;
        line-height: 26px; 
        font-weight: bold;
    }
    .custom-control-label {
        margin-right:20px;
    }
}