body {
  
  background-repeat: no-repeat;
  color: #000;
  overflow-x: hidden
}

a {
  text-decoration: none !important;
  color: inherit
}

a:hover {
  color: #455A64
}

.card {
  border-radius: 5px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px
}

.rating-box {
  width: 130px;
  height: 130px;
  margin-right: auto;  
  background-color: #C94C4C;
  color: #fff;
  padding-left: 20px;
  border-radius: 5px;
}

.rating-box h1{
	color: #fff;
	
}

.rating-label {
  font-weight: bold
}

.rating-bar {
  width: 300px;
  padding: 8px;
  border-radius: 5px
}

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 5px
}

.bar-5 {
  width: 70%;
  height: 13px;
  background-color: #5cb85c;
  border-radius: 20px
}

.bar-4 {
  width: 30%;
  height: 13px;
  background-color: #034F84;
  border-radius: 20px
}

.bar-3 {
  width: 20%;
  height: 13px;
  background-color: #5bc0de;
  border-radius: 20px
}

.bar-2 {
  width: 10%;
  height: 13px;
  background-color: #f0ad4e;
  border-radius: 20px
}

.bar-1 {
  width: 0%;
  height: 13px;
  background-color: #d9534f;
  border-radius: 20px
}

td {
  padding-bottom: 10px
}

.star-active {
  color: #FBC02D;
  margin-top: 10px;
  margin-bottom: 10px
}

.star-active:hover {
  color: #F9A825;
  cursor: pointer
}

.star-inactive {
  color: #CFD8DC;
  margin-top: 10px;
  margin-bottom: 10px
}

.blue-text {
  color: #0091EA
}

.content {
  font-size: 18px
}

.profile-pic {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-right: 30px
}

.pic {
  width: 80px;
  height: 80px;
  margin-right: 10px
}

.vote {
  cursor: pointer
}

.col-md-offset-2 {
  margin-left: 16.66666667%;
}
form.white-popup-block {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  margin: auto;
  padding: 20px 20px;
  position: relative;
  width: 50%;
  overflow: hidden;
}
.login-area form.white-popup-block {
  width: auto;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
form.white-popup-block .login-custom {
  padding-left: 0;
}
form.white-popup-block h3, form.white-popup-block h4 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

form.white-popup-block label {
  float: left;
}
.form-heading {
  font-size: 15px!important;
  font-family: roboto,sans-serif;
  margin: 0;
  padding: 0!important;
  color: #002a69;
}
form.white-popup-block input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
form.white-popup-block button[type=submit] {
  background: #ffb606 none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  font-family: Roboto,sans-serif;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 50px;
  text-transform: uppercase;
}



.col-md-8.col-md-offset-2 h3, h4 {
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  font-family: Roboto,sans-serif;
  letter-spacing: 0;
  margin: 0;
}
.col-md-8.col-md-offset-2 h3{
  font-size: 24px;
  margin-bottom: 15px;
}
.col-md-8.col-md-offset-2 h4{
  font-size: 18px;
  margin-bottom: 15px;
}
form.white-popup-block h3, form.white-popup-block h4{
  font-size: 18px; 
}
.order-now-submit{
  padding-left: 33%;
}


.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
  .input-group-btn>.btn {
  position: relative;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

input.form-control {
  min-height: 52px;
}

select.form-control {
  height: 52px;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.form-group p.titles, .pb-50 p.titles {
  font-size: 20px!important;
  color: #002147;
  margin-top: 25px!important;
  font-weight: 600!important;
  font-family: Roboto,sans-serif;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-plus:before {
  content: "\002b";
}



.row:before {
  display: table;
  content: " ";
}

.row.bs-wizard {
  width: 100%;
  margin-right: -28px;
  margin-left: -15px;
}
.col-xs-6 {
  width: 50%;
}
.bs-wizard {
  margin-top: 40px;
  padding: 0 0 10px 0;
}
.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0;
  box-shadow: none;
  background: #fbe8aa;
}

.progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;

  transition: width .6s ease;
}
.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.progress {
  width: 50%;
}
input#phone {
  min-height: 52px;
}

.heading {
  text-align: center;
}

.row.form-submit {margin-left: 40%;}

.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-1 h3{
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-family: Roboto,sans-serif;
  letter-spacing: 0;
  font-size: 24px;

}

.font-deco {
  list-style-type: none!important;
  margin-left: -52px;
  margin-bottom: 20px;
}
.font-deco li{
  padding-top: 10px;
}
.pb-70 {
  color: #fff;
}
.fa {
  font-weight: 900;
}
.pb-80 {
  color: #fff !important;
}

.margin-top-20{
  margin-top: 100px !important;
}
.order-form{
  background-color: hsla(0,0%,100%,.8);
  padding: 15px 20px;
  border: 2px solid #e4e4e4;
  border-radius: 4px;
}

.order-form {
  margin-bottom: 100px !important;
}

.image-sections{
  height: 300px;
}

.modal-dialog{
  width: 600px;
    margin: 30px auto;
}

.service-list-all ul li {
  list-style: none; 
}
.service-list-all
ol li {
  list-style: none; 
}
.footer-area ul li {
  list-style: none; 
}

.service-details-desc ul li,
ol li {
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-left: 20px;
}
li.breadcrumb-item {
  margin: 0;
}

div.offerstrip {
  padding-top: 2px;
}
div.offerstrip {
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
  padding: 5px;
  border-bottom: 1px solid #949494;
}
.offer-strip-wrap {
  width: 100%;
  border-top: 1px solid #d1ecf1;
}
.container-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
div.offerstrip button.close {
  padding: 0.1rem 0.5rem;
}
div.offerstrip button.close {
  font-size: 35px;
  padding-top: 0;
  font-weight: 400;
}
.offer-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.money {
  width: 110px;
}
.bonus {
  font-size: 18px;
  color: #3f6c71;
  font-weight: 500;
  font-style: italic;
  margin-left: 8px;
}
.alert-info {
  color: #0c5460;
  background-color: rgb(219, 219, 219);
  border-color: #d1d1d1;
}

.header-offer{
  width: 100%;
  padding: 0;
}
.offer-strip-wrap .offer-strip .text-cta-wrap a.cta {
  font-size: 14px;
  color: #2b8f0c;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 6px;
}
.top-header-area{
  height: 123px !important;
}
.h-100 {
  height : 83% !important;
}


.col-sm-6 {
  width: 50%;
}


@media screen and (max-width: 992px) {
  .breadcrumb-area {
    height: 300px;
}

.ticker h5 {
    font-size: 10px;
}

.title {
    /* position: initial; */
}

.order-form h3 {
    font-size: 22px;
}
.col-md-6{
    width: 100% !important;
}

.row.form-submit {
    margin-left: 25%;
}

}



@media screen and (max-width: 768px) {
  /* .section-padding-100-0 {
      padding-top: 800px;
  } */

  .breadcrumb-area {
      height: 624px;
  }

  .ticker h5 {
      font-size: 10px;
  }

  

  .order-form h3 {
      font-size: 22px;
  }
  .col-md-6{
      width: 100% !important;
  }

  .row.form-submit {
      margin-left: 25%;
  }


  .font-deco{
    padding-right: 40px;
    padding-left: 19px;
  }
  .login-tab{
    margin-right: 53px;
  }
  .profile-tab {
    margin-right: 0px;
    width: 118px;
}
  .container-fluid{
    padding-right: 27px;
  }
  .col-sm-6{
    width: 97%
  }
  .bonus {
    font-size: 16px;
  }
  .col-md-offset-2 {
    margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
  .breadcrumb-area {
    height: 1318px;
}


.ticker h5 {
  font-size: 10px;
}

.title {
  /* position: initial; */
}

.order-form h3 {
  font-size: 22px;
}
.col-md-6{
  width: 100% !important;
}

.row.form-submit {
  margin-left: 25%;
}


}