/* CSS content (all pages) 
body.bodywebsite { margin: 0; font-family: 'Open Sans', sans-serif; }*/
.bodywebsite h1 { margin-top: 0; margin-bottom: 0; color: #f6f6f6;}

.bodywebsite .pricing-table1 .pricing-plan .nav li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.bodywebsite .pricing-table1 .pricing-plan {
    background: #fff;
    text-align: center;
    margin-top: 20;
    margin-bottom: 20;
    border-right: 1px solid #ecf3f6;
}

.bodywebsite .pricing-table1 .pricing-plan img {
    margin-top: 50;
    margin-bottom: 20;
}

.form-control {
    width: 100% !important; 
}


section#subscribe {
    background: #8e4abc;
    color: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.responsive-iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
