/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.main_title_4 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
  }
  .main_title_4 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
  }
  .main_title_4 span em {
    width: 60px;
    height: 2px;
    background-color: #f58634;
    display: block;
    margin: auto;
  }

  .main_title_4 h3 {
    font-size: 26px;
    font-size: 1.625rem;
    color: #fff;
  }

  .newsletter_bar {
    background-color: #f58634;
    color: #fff;
    padding: 30px 0;
    text-align: center;
  }


  /* Newsletter footer*/
#newsbar .form-group {
    position: relative;
  }
  #newsbar .loader {
    position: absolute;
    right: -20px;
    top: 11px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #newsbar h6 {
    color: #fff;
    margin: 15px 0 15px 0;
  }
  #newsbar .form-group {
    position: relative;
  }
  #newsbar input#name_newletter {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #000;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
  }
  #newsbar input[type='email']:focus {
    border: 0;
    box-shadow: none;
  }

  #newsbar input[type='submit'] {
    position: absolute;
    left: 0;
    width: 60%;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #04b0ef;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
  }
  #newsbar input[type='submit']:hover {
    background-color: #0474a4;
    color: #fff;
  }

.pricing-head {
  text-align: center;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 16px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 12px;
  font-style: normal;
  position: relative;
}

  .pricing-head h4 {
    color: #f58634;

}


.pricing-head h4 {
  color: #f58634;
  padding: 5px 0;
  font-size: 50px;
  font-family: Arial;
  text-shadow: 0 1px 0 #fff;
}

.pricing-head h3, .pricing-head h4 {
  margin: 0;
  line-height: normal;
  font-weight: 700;
}

.pricing-head h3 span, .pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}