* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  background: #fff none repeat scroll 0 0;
  font-family: 'Roboto', sans-serif;
}

/*--- Header Section ---*/
/* IE10 Consumer Preview */ 
.header_area {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}

.logo img {
  max-width: 400px;
}
.call_to_action a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
a:hover {
  text-decoration: none;
}
.call_to_action {
  padding-top: 3px;
}
.call_to_action p {
  color: #fdfdfd;
  margin: 0;
}

/*--- Feature Section ---*/
.feature_area {
  padding: 30px 0;
}
.feature_title h2 {
  color: #333;
  font-family: "Oswald",sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
}
.feature_title h2 span {
  padding-right: 5px;
}
.feature_content p {
  color: #7f7f7f;
  padding-top: 10px;
  text-align: justify;
}

/*--- Testimonial Section ---*/
.testimonial_img {
  text-align: center;
}
.testimonial_img img {
  border: 5px solid #ededed;
  border-radius: 50%;
  height: 175px;
  width: 175px;
}

/*--- Main Content Section ---*/
.main_content_area {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 50px 0;
}
.section_title h2 {
  color: #333;
  font-family: "Oswald",sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  word-spacing: 5px;
}
.section_content_up h4 {
  font-family: "roboto",sans-serif;
  font-size: 25px;
}
.section_title, .section_content_up {
    text-align: center;
}
.section_content_up {
  padding: 10px 0 20px;
}
.section_content_up ul {
  padding-left: 45px;
  text-align: initial;
}
.section_content_up ul {
  padding-left: 20px;
  text-align: initial;
}
.section_content_up li span {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}
.section_content_up li {
  color: #f7941d;
}
.subscription {
  background-attachment: scroll;
  background-image: url("images/bg_blue-narrow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 35px 20px 60px;
  text-align: center;
}
form {
  color: #fff;
}
.calendar_icon_area {
    float: left;
    margin-right: 2%;
    width: 8%;
}
.date_sec_area {
    float: left;
    text-align: initial;
    width: 90%;
}
.calendar_icon img {
  margin-top: 7px;
  width: 100%;
}
.date_sec p {
    font-size: 13px;
    margin: 0;
}
.calender_sec {
  overflow: hidden;
  padding: 30px 0 15px;
}
.form-control {
  background-color: #55add5;
  background-image: none;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 45px;
  line-height: 1.42857;
  margin-bottom: 20px;
  min-height: 45px;
  padding: 10px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.subscription_form form input[type="submit"] {
  background: #f7941d none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.subscription_form form input[type="submit"]:hover {
  background: #fea42d none repeat scroll 0 0;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
input[placeholder], [placeholder], [placeholder] {
    color: #fff;
    text-indent: 10px;
}

/*--- Testimonial Section ---*/
.testimonial_content {
  color: #2a2a2a;
  font-style: italic;
  font-weight: 500;
  padding: 20px 0;
  text-align: justify;
}
.testimonial_ratings span {
  color: #f7941d;
}
.testimonial_content p:last-child {
  font-weight: 400;
  margin: 0;
}
.testimonial_ratings span {
  display: inline;
}

/* Responsive CSS */

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.container {
  width: 90%;
}
.video iframe {
  height: 254px;
  width: 450px;
}
.section_title h2 {
  font-size: 30px;
}
.section_content_up h4 {
  font-size: 22px;
}
.feature_title h2 {
  font-size: 20px;
}
.subscription_form form input[type="submit"] {
  font-size: 14px;
  max-width: 100%;
  padding: 10px;
}
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

.section_title h2 {
  font-size: 24px;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.section_content_up h4 {
  font-size: 20px;
}
.feature_title h2 {
  font-size: 20px;
}
p {
  font-size: 14px !important;
}
.video iframe {
  height: auto;
  width: 100%;
}
.video {
  margin-bottom: 35px;
}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.video iframe {
  height: 280px;
  width: 480px;
}
}