body .gform_wrapper {
  font-family:Roboto,sans-serif!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color:rgba(255,255,255,.3)!important;
  padding:.75rem .5rem!important;
  border:0!important;
  font-size:16px!important;
  border-radius:2px!important;
  color:#2d211f!important;
}

.gform_wrapper textarea {
  background-color:rgba(255,255,255,.3)!important;
  padding:.75rem .5rem!important;
  border:0!important;
  font-size:16px!important;
  border-radius:2px!important;
  color:#2d211f!important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin:0!important;
}

.gform_wrapper .top_label .gfield_label {
  font-size:15px!important;
  font-weight:400!important;
}

.gform_wrapper .top_label .gfield_label:empty {
  display:none!important;
}

.gform_wrapper .gfield_required {
  color:#fff!important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  color:rgba(255,255,255,.5)!important;
  font-size:13px!important;
  margin:5px 0 0!important;
  line-height:1!important;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size:15px!important;
  font-weight:400!important;
}

.gform_wrapper span.gform_description {
  font-size:3rem!important;
  line-height:1.2!important;
  width:100%!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background-color:#fff;
  color:#0079c2;
  font-size:18px!important;
  padding:12px 45px 11px;
  -webkit-appearance:unset;
  text-transform:uppercase;
  border-radius:28px;
  line-height:initial;
  font-weight:500;
  box-shadow:0 5px 15px 0 rgba(0,0,0,.2);
  border:0;
  outline:0;
  cursor:pointer;
  display:inline-block;
  float:none;
}

.gform_wrapper .gform_footer {
  text-align:center;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  opacity:.7;
}

.container .gform_wrapper li.gfield.gfield_error, .container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background:none!important;
  padding:0!important;
  border:0!important;
}

.gform_wrapper div.validation_error {
  background:#efeee1!important;
  border:0!important;
  padding:1em 0!important;
  border-radius:5px!important;
  font-size:20px!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding:0!important;
}



/*___ Rajat ___*/

.banner-content h2, .blog-banner .carousel-item>div h2 {
    font-size: 5rem;
    text-transform: none;
	color: #fff;
}

.blog-content.entry-content .yellow-bg .container-fluid h1 {
    text-align: center!important;
    text-transform: uppercase;
	color: #000;
}
.inner-content.entry-content h1 {
    font-size: 3rem;
}