
body
{
    padding:0;
    margin:0;
    font-family: "Muli", sans-serif;
    color: #748494; 
    font-size: 15px;
    font-weight: 600;
    line-height: 1.74;
    letter-spacing: 0.05px;
    }
.header
{
    text-align:left;
    padding:10px 40px;
-webkit-box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px -2px 4px 0px rgba(0,0,0,0.25);
}
.bg-yellow{
  background-color:#fafafa;

}
.white{
  color:white;
}
#help-list li {
    list-style-image: url(../images/check.png);
    list-style-position: inside;
}
#help-list ul{
      padding: 0;
    margin: 0 0 0 2.4em;

}
.fsz_20 {
    font-size: 20px;
    color:white;
}
.bg-yellow::after{
  background-color:#fafafa;

}
.bg-gray{
  background: #454545;
  padding:10px 5px;
  
}
.bg-gray2{
  background: #fbfcfd;
  
}
.section-heading{
  font-weight: 600;
    font-family: Poppins, Arial, sans-serif;
    line-height: 1.2;
    font-size:30px;
    padding-top:30px;
}
.text-bar::after {
    display: block;
    width: 3rem;
    height: .1875rem;
    background-color: #ff6b00;
    content: "";
}
.divider{
  width:100%;
  height: 1px;
    padding: 0;
    margin-top: 10px;
    background: #c9cbd9;
    border: 0;
}
.feature-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.feature-list__item {
    padding-left: 2rem;
    margin-bottom: 1rem;
    background-image: url(../images/bullet1.png);
    background-position: left .25rem;
    background-repeat: no-repeat;
    background-size: 1.1875rem .9375rem;
}

@media only screen and (min-width: 1024px){
.u-equal-columns-extended>* {
    width: calc(33.33333% - 2rem);
}
}

@media only screen and (min-width: 640px)
{
.u-equal-columns, .u-equal-columns-extended {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}
.iconorange{
  font-size: 20px !important;
    color: #f27f37;
    display:inline;
    padding:5px 10px;
    vertical-align: top;
}
.list_title{
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.mainsection{
    background-color: #ffffff !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.mainsection2{
    background-position: top;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.thankyou{
  color:white;
  font-size:18px;
}
.thankyou-img{
  width: 600px;
  height: auto;
}
.thankyou-img img{
  width: 400px;
  margin:5px auto;
  height: auto;
  border:4px solid #fff;
}
.formsec{
  
}
.form{
  width: 100%;
padding:10px 5px;
}
.form label{
  font-size:18px;
  color:white;
    margin-bottom: 5px;
}

* Style the form */
#Injform {
  
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  background: white;
  border-radius:10px;
  color:#333;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
button{
      background: #46705e;
    border: none;
    color: white;
    margin-right:10px;
    min-width: 150px;
    padding: 10px 5px;
}

.gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #CCC;
    padding: 16px 0 0;
    clear: both;
    }


.question-radio input[type="radio"] {
  display: none;
  position: fixed;
  width: 0;
}


.input[type="radio"] + label .ans-icon {
      background: #fff;
    border: 1px solid transparent;
    display: block;
    padding: 16px;
    font-size: 22px;
    line-height: 16px;
}
.question-radio h1{
  font-size:24px;
  color:#748494;
}
.question-radio label {
    display: inline-block;
    text-align:center;
    background-color: #ca2026;
    color:#333;
    padding: 10px 16px;
    margin:2px 5px 5px 4px;
    font-family: sans-serif, Arial;
    font-size: 15px;
    border-radius: 4px;
    width:calc(30% - 8px) !important;
}
.question-radio2 label {
    display: inline-block;
    text-align:left;
    color: #748494; 
    font-size: 15px;
    font-weight: 600;
    line-height: 1.74;
    padding: 2px 0px;
    margin-top:10px;
}

.question-radio label:hover {
  background-color: #55565a;
  color:white;
}

.question-radio input[type="radio"]:hover + label {
    background-color: #55565a ;
    color:white;
}

.question-radio input[type="radio"] + label {
    background-color: #ca2026;
    color:white;

}
.question-radio input[type="radio"]:checked + label {
    background-color: #55565a ;
    color:white;

}
.gfield_label{
display: inline-block;
color:#748494 !important;
    line-height: 1.3;
    clear: both;
}
input.medium{
    width: calc(30% - 8px);
}


input[type=checkbox]{
  width: auto;
}
.container1
{
    text-align:center;
    padding:100px 40px;
    background:#35aa9b;
    margin-top:-50px;
}
.widgets{
  color:#606060;
  padding:0px 0;
}
.widgets ul{
  list-style: none;
}
.widgets p{
  color:#606060;
}
.widgettitle{
  color:#606060;
}
.no-bg
{
    background:#fff;
}
.sect1{
background-color: rgba(51,48,51,0.87) !important;
  border-radius:10px;
  padding:20px;
  text-align:center;
  width: 33.333333%;
  display:flex;
  
}
.grey-img{
  width: 100%;
  text-align:center;
}
.grey-img img{
max-width: 800px;
margin:40px auto;
height: auto;
  border:3px solid #ccc;

}
iframe{
  border:none;
  width: 100%;
  height: 1000px;
}

.logo{
  width: 100%;
text-align: center;
}
.booking{
  width: 100%;
  padding:15px 0px;
text-align: center;
}
.booking img{
  width: 300px;
  height: auto;
}
.menu1{
  display: flex;
  width: 66.666666%;
}
.sect1 img{
  
}
.desc h3{
  color:white;
  display:block;
  text-align:center;
  padding-top:20px;
  font-size: 20px;
}
.desc{
  display:inline-block;
  width: 100%;
}
.desc img{
  margin:0px auto;

}
.sect2{
background-color: rgba(51,48,51,0.87) !important;
  border-radius:10px;
  padding:20px;
  text-align:center;
  width: 32.1%;
  display:flex;
  margin-left:5px;
  margin-right:5px;
  
}
.sect2 img{
  text-align:Center;
  margin:0px auto;
}
.sect2 h3{
  color:white;
}
.features{
  padding-top:30px;
}

footer
{
  background: #fff;
    padding:60px 0 40px 0;
    color:#333;

}
.logo-bottom{
  padding:40px 0px;
  border-bottom:1px solid #ccc;
  width: 100%;
}
.tiny-footer{
background-color: #f6f6f6 ;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
}
.bottom-bar-inner-wrap {
    padding: 18px 0;
    width: 100%;
    position: relative;
    border-top: 1px solid #ccc;
  }

  .bottom-bar-copyright {
    text-align: center;
}
footer a
{
    color:#748494;
    margin-right:30px;
}
footer a:hover
{
    color:#ca2026;
}
@media only screen and (max-width: 768px) {
  .iconorange,.list_title{
  font-size:16px !important;
}
 .list_title{
  width:150px;
 }
}
@media only screen and (max-width: 600px) {
  .iconorange,.list_title{
  font-size:14px !important;
}
 .list_title{
  width:auto;
 }
}
@media only screen and (max-width: 767px) {
 
  input.medium {
    width: 100%;
}
iframe{
  width: auto;
  min-height: 800px;
}
h2{
    font-size:1.2rem;
    line-height:1.8rem;
}
.question-radio label {
width: 100% !important;
  }
  .grey-img img{
max-width: 300px;
margin:40px auto;
height: auto;
  border:2px solid #ccc;

}

  
}

.thankyou-img img{
  width: 300px;
  margin:5px auto;
  height: auto;
    border:2px solid #fff;

}
  button{
    margin-right: 5px auto !important;
}
.form{
  margin:5px auto !important;
}
.question-radio input[type="radio"] + label {
}

.formsec{
  width: 100%;
  margin:20px auto;
}
.logo-bottom{
  padding:20px 10px;
}


.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4{
  float: left
}

.col-xs-5th-5{
  float: left
  width: 100%
}
.col-xs-5th-4{
  width: 80%
}

.col-xs-5th-3{
  width: 60%
}

.col-xs-5th-2{
  width: 40%
}

.col-xs-5th-1{
  width: 20%
}

.col-xs-5th-pull-5{
  right: 100%
}

.col-xs-5th-pull-4{
  right: 80%
}

.col-xs-5th-pull-3{
  right: 60%
}

.col-xs-5th-pull-2{
  right: 40%
}

.col-xs-5th-pull-1{
  right: 20%
}

.col-xs-5th-pull-0{
  right: auto
}

.col-xs-5th-push-5{
  left: 100%
}

.col-xs-5th-push-4{
  left: 80%
}

.col-xs-5th-push-3{
  left: 60%
}

.col-xs-5th-push-2{
  left: 40%
}

.col-xs-5th-push-1{
  left: 20%
}

.col-xs-5th-push-0{
  left: auto
}

.col-xs-5th-offset-5{
  margin-left: 100%
}

.col-xs-5th-offset-4{
  margin-left: 80%
}

.col-xs-5th-offset-3{
  margin-left: 60%
}

.col-xs-5th-offset-2{
  margin-left: 40%
}

.col-xs-5th-offset-1{
  margin-left: 20%
}

.col-xs-5th-offset-0{
  margin-left: 0%
}

@media (min-width: 768px){
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4{
    float: left
  }
  .col-sm-5th-5{
    float: left
    width: 100%}
  .col-sm-5th-4{
    width: 80%
  }
  .col-sm-5th-3{
    width: 60%
  }
  .col-sm-5th-2{
    width: 40%
  }
  .col-sm-5th-1{
    width: 20%
  }
  .col-sm-5th-pull-5{
    right: 100%
  }
  .col-sm-5th-pull-4{
    right: 80%
  }
  .col-sm-5th-pull-3{
    right: 60%
  }
  .col-sm-5th-pull-2{
    right: 40%
  }
  .col-sm-5th-pull-1{
    right: 20%
  }
  .col-sm-5th-pull-0{
    right: auto
  }
  .col-sm-5th-push-5{
    left: 100%
  }
  .col-sm-5th-push-4{
    left: 80%
  }
  .col-sm-5th-push-3{
    left: 60%
  }
  .col-sm-5th-push-2{
    left: 40%
  }
  .col-sm-5th-push-1{
    left: 20%
  }
  .col-sm-5th-push-0{
    left: auto
  }
  .col-sm-5th-offset-5{
    margin-left: 100%
  }
  .col-sm-5th-offset-4{
    margin-left: 80%
  }
  .col-sm-5th-offset-3{
    margin-left: 60%
  }
  .col-sm-5th-offset-2{
    margin-left: 40%
  }
  .col-sm-5th-offset-1{
    margin-left: 20%
  }
  .col-sm-5th-offset-0{
    margin-left: 0%
  }
}
@media (min-width: 992px){
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4{
    float: left
  }
  .col-md-5th-5{
    float: left
    width: 100%}
  .col-md-5th-4{
    width: 80%
  }
  .col-md-5th-3{
    width: 60%
  }
  .col-md-5th-2{
    width: 40%
  }
  .col-md-5th-1{
    width: 20%
  }
  .col-md-5th-pull-5{
    right: 100%
  }
  .col-md-5th-pull-4{
    right: 80%
  }
  .col-md-5th-pull-3{
    right: 60%
  }
  .col-md-5th-pull-2{
    right: 40%
  }
  .col-md-5th-pull-1{
    right: 20%
  }
  .col-md-5th-pull-0{
    right: auto
  }
  .col-md-5th-push-5{
    left: 100%
  }
  .col-md-5th-push-4{
    left: 80%
  }
  .col-md-5th-push-3{
    left: 60%
  }
  .col-md-5th-push-2{
    left: 40%
  }
  .col-md-5th-push-1{
    left: 20%
  }
  .col-md-5th-push-0{
    left: auto
  }
  .col-md-5th-offset-5{
    margin-left: 100%
  }
  .col-md-5th-offset-4{
    margin-left: 80%
  }
  .col-md-5th-offset-3{
    margin-left: 60%
  }
  .col-md-5th-offset-2{
    margin-left: 40%
  }
  .col-md-5th-offset-1{
    margin-left: 20%
  }
  .col-md-5th-offset-0{
    margin-left: 0%
  }
}
@media (min-width: 1200px)
{
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4{
    float: left
  }
  .col-lg-5th-5{
    float: left
    width: 100%
  .col-lg-5th-4{
    width: 80%
  }
  .col-lg-5th-3{
    width: 60%
  }
  .col-lg-5th-2{
    width: 40%
  }
  .col-lg-5th-1{
    width: 20%
  }
  .col-lg-5th-pull-5{
    right: 100%
  }
  .col-lg-5th-pull-4{
    right: 80%
  }
  .col-lg-5th-pull-3{
    right: 60%
  }
  .col-lg-5th-pull-2{
    right: 40%
  }
  .col-lg-5th-pull-1{
    right: 20%
  }
  .col-lg-5th-pull-0{
    right: auto
  }
  .col-lg-5th-push-5{
    left: 100%
  }
  .col-lg-5th-push-4{
    left: 80%
  }
  .col-lg-5th-push-3{
    left: 60%
  }
  .col-lg-5th-push-2{
    left: 40%
  }
  .col-lg-5th-push-1{
    left: 20%
  }
  .col-lg-5th-push-0{
    left: auto
  }
  .col-lg-5th-offset-5{
    margin-left: 100%
  }
  .col-lg-5th-offset-4{
    margin-left: 80%
  }
  .col-lg-5th-offset-3{
    margin-left: 60%
  }
  .col-lg-5th-offset-2{
    margin-left: 40%
  }
  .col-lg-5th-offset-1{
    margin-left: 20%
  }
  .col-lg-5th-offset-0{
    margin-left: 0%
  }
  }