@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
    font-family: 'Lato', sans-serif;
}
.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.no-padding{
    padding: 0;
}
.padding-left{
    padding: 0 0 0 7.5px;
}
.padding-right{
    padding: 0 7.5px 0 0 ;
}
.padding-half{
    padding: 0 7.5px ;
}
/*
===========================================
Get Started 
===========================================
*/

#get_started .pp-block {
    padding: 0 30px 0 50px;
}
.pp-btn {
    background-color: #0070ba;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 9px 80px;
    margin-bottom: 10px;
}
#get_started footer p {
    color: #999;
    font-size: 13px;
    text-align: center;
}
#get_started header {
    left: 50px;
    position: absolute;
    top: 30px;
}

#get_started .center-content h6 {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
#get_started .center-content h2 {
    color: #333;
    line-height: 42px;
}
.pp-btn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
#get_started #sync1 .item img {
    width: 100%;
}
/*
===========================================
Step Form
===========================================
*/
.step-form {
    padding: 0;
}
.help-inline-error {
    color: red;
}

/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

#contact-form .form-group input,
#contact-form .form-group textarea {
    border-radius: 3px !important;
    box-shadow: none;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.checkbox label::after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
}


.radio label, .checkbox label {
    border: 1px solid #eee;
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    padding: 20px;
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
}
.radio label h3,
.checkbox label h3{
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.radio label i,
.checkbox label i{
    color: #27ae60;
    font-size: 22px;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #fff!important;
}
input[type="radio"]:checked + label i,
input[type="checkbox"]:checked + label i,
input[type="radio"]:checked + label h3,
input[type="checkbox"]:checked + label h3{
    color: #fff!important;
}
.form-control::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

.contact-block form .form-group {
    margin-bottom: 14px;
    padding: 0 7px;
}

textarea.form-control {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 80px;
    resize: none;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #e9322d!important;
    box-shadow: 0 0 6px #f8b9b7!important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    /* fallback color if gradients are not supported */
    background-image: url("../images/select-arrow.png"), -webkit-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For Chrome and Safari */
    background-image: url("../images/select-arrow.png"), -moz-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Fx (3.6 to 15) */
    background-image: url("../images/select-arrow.png"), -ms-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For pre-releases of IE 10*/
    background-image: url("../images/select-arrow.png"), -o-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Opera (11.1 to 12.0) */
    background-image: url("../images/select-arrow.png"), linear-gradient(to bottom, #f0f0f0, #f0f0f0);
    /* Standard syntax; must be last */
    background-position: 96% center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}
.panel-primary > .panel-heading {
    background-color: transparent;
    border: medium none;
    color: #fff;
    padding-left: 0;
}
.panel {
    border: medium none;
}
#basicform .btn {
    background-color: #0070ba;
    border: medium none;
    border-radius: 0;
    min-width: 150px;
    padding: 16px 30px;
}
footer {
    bottom: 50px;
    left: 0;
    position: absolute;
}
.user-image > img {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
#get_started .center-content {
    position: relative;
}
#get_started .progress {
    bottom: 0px;
    left: 0;
    position: fixed;
    right: 0;
    border-radius: 0;
    z-index: 10;
    margin: 0;
}
.testi-block .testi_content {
    margin-left: 90px;
    padding-top: 5px;
}
#get_started .progress-bar.progress-bar-info.progress-bar-striped.active {
    background-color: #0070ba;
    background-image: none;
    color: #fff;
    font-size: 14px;
}
.testi_content > p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.testi-block .testimonial-person {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
.testi-block .user-image {
    float: left;
}
#get_started .testi-block {
    overflow: hidden;
    position: relative;
}
#get_started #sync2 {
    bottom: 70px;
    left: 80px;
    position: absolute;
    right: 0;
}
#get_started #sync2 {
  padding-right: 20px;
}
#get_started .testi_items{
    position: relative;
}
.slider.slider-horizontal {
    margin-bottom: 80px !important;
    margin-top: 20px;
    width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
    margin-bottom: 0 !important;
    margin-left: -55px !important;
    margin-right: 0 !important;
    margin-top: 28px;
    position: absolute;
    width: 132%;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    width: 24% !important;
}
.slider-handle {
    background-color: #27ae60;
    background-image: none;
    cursor: pointer;
}
.slider-selection.tick-slider-selection {
    background-color: #27ae60;
    background-image: none;
    opacity: 0.5;
}
.slider-tick.in-selection {
    background-color: #67c68f;
    background-image: none;
    background-repeat: repeat-x;
    cursor: pointer;
    opacity: 1;
}
.slider-tick.round {
    cursor: pointer;
}
.slider-track-low, .slider-track-high {
    background-color: #67c68f;
}
.slider-tick {
    background-color: #67c68f;
    background-image: none;
    opacity: 1;
}
.loading {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8888;
}

.signal {
    border: 5px solid #333;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
    
 
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
      transform: scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
}
#get_started .center-content h6 {
    font-size: 14px !important;
}

.pp-btn {
    background-color: #0070ba;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 9px 80px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 16px;
    text-transform: capitalize;
}
.radio p {
    font-weight: 400;
}


@media (max-width: 767px) {

#basicform {
  margin-top: 180px;
  margin-bottom: 100px;
    padding: 0 15px;
    text-align: left;
}
#get_started {
  height: auto !important;
}
#get_started .pp-block {
  padding: 0 15px;
}
#get_started .center-content {
  height: auto !important;
}
#get_started footer {
  bottom: auto;
  left: auto;
  position: relative;
}
#get_started .testi-block {
  padding: 0;
}
.testi-block .testi_content {
  margin-left: auto;
  padding-top: 0;
}
.testi-block .user-image {
  float: none;
  margin-bottom: 20px;
}
#get_started #sync2 {
  left: 15px;
  padding-right: 0;
  right: 15px;
}
#basicform .btn {
  min-width: 137px;
}
.padding-right {
  padding: 0;
}
.padding-left {
  padding: 0;
}
#get_started footer p {
    width: 70%;
}
div#sync2 {
    margin-top: -100px !important;
    top: -410px;
}
#get_started #sync2 {
  bottom: 0;
  left: 15px;
  margin: 0 !important;
  padding-right: 0;
  right: 15px;
}
.testi-block .testi_content {
  padding-right: 15px;
}
}

#get_started .inner-content {
  display: inline-block;
  width: 100%;
}.step-form {
  box-shadow: none;
}
#basicform .error-message {
  color: red;
}