display-flex,
.form-group,
.form-select,
.form-radio,
.form-textarea,
.form-date,
.form-radio-item,
.form-flex,
.form-date-item .select-icon,
.form-date-item .select-icon i,
#val,
#button,
.steps ul,
.actions ul,
.actions ul li a,
.title,
.number {
    display: flex;
    display: -webkit-flex
}

list-type-ulli,
ul,
.actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: roboto slab;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/roboto-slab/roboto-slab-v7-latin-300.eot);
    src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(../fonts/roboto-slab/roboto-slab-v7-latin-300d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2) format("woff2"), url(../fonts/roboto-slab/roboto-slab-v7-latin-300.woff) format("woff"), url(../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf) format("truetype"), url(../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab) format("svg")
}

@font-face {
    font-family: roboto slab;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot);
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(../fonts/roboto-slab/roboto-slab-v7-latin-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2) format("woff2"), url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff) format("woff"), url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf) format("truetype"), url(../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab) format("svg")
}

@font-face {
    font-family: roboto slab;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/roboto-slab/roboto-slab-v7-latin-700.eot);
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(../fonts/roboto-slab/roboto-slab-v7-latin-700d41d.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2) format("woff2"), url(../fonts/roboto-slab/roboto-slab-v7-latin-700.woff) format("woff"), url(../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf) format("truetype"), url(../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab) format("svg")
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s
}

input,
select,
textarea {
    outline: none;
    appearance: unset!important;
    -moz-appearance: unset!important;
    -webkit-appearance: unset!important;
    -o-appearance: unset!important;
    -ms-appearance: unset!important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    -o-appearance: none!important;
    -ms-appearance: none!important;
    margin: 0
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important
}

input[type=checkbox] {
    appearance: checkbox!important;
    -moz-appearance: checkbox!important;
    -webkit-appearance: checkbox!important;
    -o-appearance: checkbox!important;
    -ms-appearance: checkbox!important
}

input[type=radio] {
    appearance: radio!important;
    -moz-appearance: radio!important;
    -webkit-appearance: radio!important;
    -o-appearance: radio!important;
    -ms-appearance: radio!important
}

input:-webkit-autofill {
    box-shadow: 0 0 0 30px transparent inset;
    -moz-box-shadow: 0 0 0 30px transparent inset;
    -webkit-box-shadow: 0 0 0 30px transparent inset;
    -o-box-shadow: 0 0 0 30px transparent inset;
    -ms-box-shadow: 0 0 0 30px transparent inset;
    background-color: transparent!important
}

.clear {
    clear: both
}

h2 {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-top: 35px
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    font-weight: 400;
    font-family: roboto slab !important;
    margin: 0;
	/* background:#F1F5F7; */
	/* background-image: url(../images/body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center */
}

.main {
    padding: 0px 0 50px;
}
.main2{
	padding: 8px 0 7px; 
    /* background: #444141; */ 
    /* background: #065793; */
    background: #2B3174;
    /* border-bottom: 3px solid #dc1119;
    box-shadow: 0 0 7px #666;  */
} 

.container {
    width: 1024px;
    position: relative;
    margin: 0 auto;
	padding: 0 20px;
    background: #fff;
   /*  box-shadow: 0 5px 9.5px .5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 9.5px .5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 9.5px .5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 9.5px .5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 9.5px .5px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px */
}

.container2 {
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    border-radius: none !important;
    -moz-border-radius: none !important;
    -webkit-border-radius: none !important;
    -o-border-radius: none !important;
    -ms-border-radius: none !important;
	/* text-align: center; */
}

.signup-form {
    padding: 0 20px;
    position: relative
}

.form-group,
.form-select,
.form-radio,
.form-textarea,
.form-date {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin-bottom: 30px;
    position: relative
}

label {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 27px
}

label.error {
    position: absolute;
    right: 92px;
    font-size: 11px;
    color: red
}

label.error i {
    font-size: 12px
}

input.error {
    border: 1px solid red
}

input,
select,
textarea {
    box-sizing: border-box;
    background: 0 0;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid #ebebeb;
    font-family: roboto slab;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    display: block;
    width: 345px;
    margin-right: 20px;
    font-weight: 700
}

input:focus,
select:focus,
textarea:focus {
    background: 0 0
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 400
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-weight: 400
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 400
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
    font-weight: 400
}

select {
    color: #999;
    font-weight: 400
}

.form-textarea textarea {
    height: 150px;
    width: 534px
}

.form-radio {
    margin-bottom: 40px
}

.form-radio-item input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.form-radio-item input+label {
    margin: 0;
    padding: 12px 10px;
    width: 85px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 400;
    color: #f8f8f8;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

.form-radio-item input:checked+label {
    background-color: #1abc9c;
    color: #fff;
    z-index: 1
}

.form-radio-item input:focus+label {
    outline: none
}

.form-radio-item input:hover {
    background-color: #1abc9c;
    color: #fff
}

.form-radio-item input+label:first-of-type {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-right: none
}

.form-radio-item input+label:last-of-type {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-left: none
}

.form-radio-flex input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.form-radio-flex input+label {
    margin: 0;
    padding: 12px 10px;
    width: 86px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ebebeb;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px
}

.form-radio-flex input:checked+label {
    border: 1px solid #1abc9c;
    z-index: 1
}

.form-radio-flex input:focus+label {
    outline: none
}

.form-radio-flex input:hover {
    border: 1px solid #1abc9c
}

#signup-form-p-2 .form-radio-flex,
#signup-form-p-2 .form-flex,
#signup-form-p-2 .form-group input {
    width: 534px
}

#signup-form-p-2 #credit_card {
    width: 275px
}

#signup-form-p-2 #cvc {
    width: 143px
}

.form-row {
    padding-left: 80px
}

.form-row .form-group label {
    width: auto
}

.form-row .form-group:first-child {
    float: left
}

.form-row .form-group:last-child {
    float: right
}

.form-date {
    clear: both
}

.form-date-item {
    position: relative;
    overflow: hidden
}

.form-date-item:last-child:after {
    width: 0
}

.form-date-item select {
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    margin-right: 10px
}

.form-date-item #expiry_date {
    width: 86px
}

.form-date-item #expiry_year {
    width: 104px
}

.form-date-item .select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center
}

.form-date-item .select-icon i {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    width: 30px;
    height: 20px;
    font-size: 22px;
    color: #999
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden
}

input[type=file] {
    height: 50px;
    opacity: 0
}

#val {
    width: 345px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    pointer-events: none;
    border: 1px solid #ebebeb;
    font-family: roboto slab;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center
}

#button {
    cursor: pointer;
    width: 130px;
    background: #f8f8f8;
    height: 50px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    text-align: center;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center
}

#button:hover {
    background-color: #dfdfdf
}

.form-file {
    width: 488px;
    position: relative
}

.form-password {
    position: relative
}

.bar-strength {
    width: 60px;
    height: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    background: #f8f8f8;
    position: absolute;
    right: 193px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.bar-process {
    width: 100%;
    height: 100%;
    position: relative
}

.bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px
}

.pw-very-weak .bar {
    background: #d00;
    width: 25px
}

.pw-very-weak .label,
.pw-weak .label {
    color: #d00
}

.pw-weak .bar {
    background: #d00;
    width: 25px
}

.pw-mediocre .bar {
    background: #fca812;
    width: 35px
}

.pw-strong .bar {
    background: #fca812;
    width: 42px
}

.pw-mediocre .label,
.pw-strong .label {
    color: #fca812
}

.pw-very-strong .bar {
    background: #1abc9c;
    width: 100%
}

.pw-very-strong .label {
    color: #1abc9c
}

.label {
    font-size: 11px
}

.label i {
    font-size: 12px
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.steps {
    /* border-top: 1px solid #ebebeb; 
    border-bottom: 1px solid #ebebeb; */
    padding: 12px 20px;
    display: -webkit-inline-box; 
}

.steps ul {
    /* justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around */
	display: -webkit-inline-box;
}

.steps ul li {
    padding-right: 20px;
    padding-left: 20px;
    position: relative
}

.steps ul li:after {
    position: absolute;
    width: 1px;
    height: 30px;
    content: "";
    background: #ebebeb;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.steps ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700
}
.new-steps ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.steps ul li:last-child:after {
    width: 0
}

.steps ul .current a {
    color: #fc811a
}

.steps ul .current a .number {
    border: 2px solid #fff;
    background-color: #00AA2D; 
    color: #fff;
}

.steps ul .done a {
    color: #1abc9c
}

.steps ul .done a .number {
    position: relative;
    font-size: 0;
    border: 2px solid #fff;
    background-color: #00AA2D;
}
 

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 76%;
    position: relative;
    margin-bottom: -56px;
    left: 225px;
    bottom: 71px;
    overflow-x: auto;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  
    @media (max-width: 768px) {
      font-size: 12px;
    }
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #1A9CD5;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2B3174;
    margin-bottom: 6px;
    border: 3px solid #1A9CD5;
    color: #fff;
  }
  
  .active .step-counter{
    font-weight: bold;
    background: #FC811A;
    border: 3px solid #fff;
  }
  .active .step-name{ 
      color: #FC811A;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #4bb543;
  }
  .stepper-item.completed .step-counter::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    font-family: material-design-iconic-font;
    content: '\f26b';
    font-weight: 700;
  }
  .stepper-wrapper .done {
    position: relative;
    font-size: 0px;
    border: 3px solid #fff;
}
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }
  .step-name{
      color: #fff;
      font-weight: 600;
    letter-spacing: 0.8px;
    padding: 0px 10px;
  }









.steps ul .done a .number:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    font-family: material-design-iconic-font;
    content: '\f26b';
    font-weight: 700
}

.actions {
    position: absolute;
    bottom: 14px;
    width: 100%;
    padding: 0 20px;
    right: 0
}

.actions ul {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    width: 100%
}

.actions ul .disabled {
    display: none
}

.actions ul li {
    margin-left: 10px
}

.actions ul li:first-child a {
    background: #f8f8f8;
    color: #999
}

.actions ul li:first-child a:hover {
    background-color: #dfdfdf
}

.actions ul li a {
    width: 150px;
    height: 40px;
    color: #fff;
    background: #e42627;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none; 
}

.actions ul li a:hover {
    background-color: #d21d1e
}

.content {
    overflow: hidden
}

.content .current {
    /* padding: 30px 10px 30px 10px; */
}

.content h3 {
    display: none
}

.fieldset-content {
    min-height: 300px;
    /* border-bottom: 1px solid #ebebeb; */
	padding-right: 6px;
    padding-left: 6px;
}

.fieldset-footer {
    padding: 28px 0
}

.fieldset-footer span {
    color: #999
}

.title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center
}

.number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border: 2px solid #fff;
    margin-right: 10px
}

@media screen and (max-width:992px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%
    }
    .bar-strength {
        display: none
    }
}
@media only screen and (max-width:615px) { 
    .stepper-wrapper { 
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
        padding: 0 5px 0px 5px;
    }
    
    .main2{
        text-align: center;
    }
}
@media only screen and (min-width:616px) and (max-width:767px) {
    .stepper-wrapper {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        width: 65%;
        position: relative;
        margin-bottom: -56px;
        left: 225px;
        bottom: 71px;
        font-size: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .stepper-wrapper {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        width: 72%;
        position: relative;
        margin-bottom: -56px;
        left: 225px;
        bottom: 71px;
        font-size: 11px;
    }
}

@media screen and (max-width:768px) {
    .steps ul,
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
		display: block;
    }
    .steps ul li:after {
        width: 0
    }
    .title {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }
    .form-row .form-date,
    .form-row .form-select,
    .form-file,
    input,
    select,
    textarea,
    .form-textarea textarea,
    #signup-form-p-2 #credit_card,
    #signup-form-p-2 #cvc,
    #signup-form-p-2 .form-radio-flex,
    #signup-form-p-2 .form-flex,
    #signup-form-p-2 .form-group input,
    .form-row .form-group label {
        width: 100%
    }
    .form-row .form-group:first-child,
    .form-row .form-group:last-child {
        float: none
    }
    input,
    select,
    textarea {
        margin-right: 0
    }
    .fieldset-content {
        padding-right: 0;
        height: auto;
    }
    .form-group,
    .form-select,
    .form-radio,
    .form-textarea,
    .form-date {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column
    }
    label {
        width: 100%;
        text-align: left;
        margin-right: 0;
        margin-bottom: 15px
    }
    .form-row {
        padding-left: 0
    }
	
 

}

@media screen and (max-width:600px) {
    #val {
        width: 99%
    }
    #button {
        top: 60px;
        width: 100%
    }
    .fieldset-footer {
        padding: 78px 0
    }
    .actions ul li a {
        width: 100px
    }
    .steps ul li {
        padding-right: 0
    }
}

@media screen and (max-width:480px) {
    .signup-form {
        padding-left: 30px;
        padding-right: 30px
    }
    .form-radio-flex input+label {
        margin-bottom: 20px
    }
    .form-flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column
    }
    .form-date-item #expiry_date,
    .form-date-item #expiry_year {
        width: 100%;
        margin-bottom: 10px
    }
    .fieldset-content {
        height: auto
    }
}

.show_ticket_outer, .show_package_outer, .show_addon_outer {
    overflow: hidden; 
    padding: 0px;
    border: 1px solid #d0d0d0;
	/* box-shadow: 0px 0px 10px #ccc; */
	margin-bottom: 25px;
	background: url(../images/ticket-bg.jpg);
}
#ticket_img, #addon_img {
    float: left;
    margin: 0 20px 0 0;
    width: 10%;
}
#ticket_img img, #addon_img img {
    height: 80px;
    width: 120px;
}
.title-des {
    float: left;
    margin: 14px 20px 0 0;
    width: 60%;
}
#ticket_title{
    width:50%;
    float: left;
}
#ticket_decripttion{
    width:50%;
    float: left;
}
#ticket_title, #package_title, #addon_title {
    color: #ffffff;
    display: block; 
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
#ticket_decripttion, #package_decripttion, #addon_decripttion, #ticket_decripttion {
    color: #ffffff;
    font-size: 12px;
    word-wrap: break-word;
}
.select_btn {
    float: right;
    width: 20%;
}

.main_price_div{
    color: #fff;
    float: left;
    margin: 15% 10% 0;
}


.select_btn .showhide, .select_btn .show_hide {
    background-color: transparent !important; 
    color: #fff;
    cursor: pointer;
    /* display: block;  */
    font-size: 13px;
    font-weight: normal;
    margin: 10% 0 0;
    padding: 9px 18px;
    text-align: center;
    text-transform: capitalize;
	text-decoration:none;
	border:1px solid #fff;
}
.showhid2{
    background-color: #fc811a !important; 
    color: #fff;
    cursor: pointer; 
    font-size: 13px;
    font-weight: normal; 
    padding: 8px 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	text-decoration:none;
	width: auto;
	display: inline;
    border: none;
    border-radius: 0;
	margin-left: 5px;
}
.showhid2:active{
    background-color: #fc811a !important;
}

.showhid3{
	background-color: #90c045 !important;
}

.smallDateTextbox{
    display: inline;
    width: 125px;
	padding: 8px 20px;
}

.show_ticket_outer2{
    overflow: hidden;
    padding: 14px 8px 4px;
    border: 1px solid #ebebeb;
	box-shadow: 0px 0px 7px #ccc;
    margin-bottom: 5px;
    margin-top: -1px; 
}

.padding-top30{
	padding-top:30px;
}
.padding-bottom30{
	padding-bottom:30px;
}

.cursordefault{
    cursor: default;
}

.form-package-item {
    position: relative;
    overflow: hidden;
}
.form-package-item .select-icon {
    z-index: 0;
    position: absolute;
    top: 15px;
    right: 35px;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}
 

.fullwidth{
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: left;
	padding: 8px;
}
.ticket-data{
    width: 100%;
    position: relative;
    margin: 0px auto;
    float: left;
    background: #ffffff;
    padding: 10px 11px;
}
.sp-quantity {
    margin: 0 0 5px;
    clear: both;
    overflow: hidden;
}
.passenger_type {
    float: left;
    margin: 5px 0 0;
    width: 50%;
	padding: 0 0 0 15px;
}
 

.passenger_type h1, .H_rooms {
    color: #333; 
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.passenger_type h1 b {
    background-color: transparent;
    color: #666; 
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 10px;
    text-transform: none;
}
.cost_pto {
    color: #333;
    float: left; 
    font-size: 15px;
    line-height: 20px;
    margin: 7px 0 0;
    text-align: center;
    width: 15%;
}
.addon_outer .cost_pto .cost_per_ticket {
    float: none;
    margin: 0;
    font-weight: normal;
}
.total_amt {
    color: #333;
    float: left; 
    font-size: 15px;
    line-height: 20px;
    margin: 7px 0 0;
    text-align: center;
    width: 15%;
}

.totalcost {
    float: left; 
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    margin: 7px 0 0;
    text-align: right;
    width: 82%;
}

.tm {
    display: inline-block;
    float: none; 
    font-weight: 600;
    text-align: right;
    width: auto;
}
 
.addon_form_brunch .cost_per_addon_div, .totalcost {
    float: left !important; 
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    margin: 8px 0 13px;
    text-align: right !important;
    text-transform: none;
    top: inherit !important;
    width: 85% !important;
}
.totalcost span.service_tax_message, .cost_per_addon_div.bus_service_total span.service_tax_message, .cost_per_addon_div.car_service_total span.service_tax_message, .addon-data > .cost_per_addon_div span.service_tax_message {
    float: none;
    display: block;
    text-align: right;
}
span.service_tax_message {
    margin: 0px 2px 0 0;
    font-size: 13px;
    font-family: "Open Sans";
    font-style: italic;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    line-height: 14px;
    float: right;
}
.add-to-cart-class{
    float: right;
    margin-top: 7px;
	
}


.plus-minus-input {
    width: 20%;
    float: left;
	margin-top: 3px;
}

.plus-minus-input .input-group-field {
  text-align: center;
  /* margin-left: 0.5rem;
  margin-right: 0.5rem; */
  padding: 5px;
  background: #fff;
  margin: 0;
  border-radius: 0;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.plus-minus-input .input-group-button .circle { 
    padding: 5px 12px;
    background: #0063b3;
    border: 1px solid #0063b3;
    color: #fff;
}
.input-group-button{
    width: 24%;
    float: left;
}
.input-group-field{ 
    width: 50%;
    float: left;
}
.right-align{
	text-align: right;
}
.left-align{
	text-align: left;
}
.center-align{
	text-align: center;
}
.passenger_line{
    width: 100%;
    float: left;
	background: #dddddd;
}

.view-addon-custom-shopping-cart-form .view-header, .view-checkout-custom-shopping-cart-form .view-header, .page-checkout-review .view-addon-shopping-cart-form .view-header {
    color: #333; 
    font-weight: 600;
    position: relative; 
    text-align: right;
}

.page-checkout-review .view-addon-shopping-cart-form .view-content table.views-table {
    background-color: #007bc3;
    border: 0 none;
    margin: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.page-checkout-review .view-addon-shopping-cart-form .view-content table.views-table th {
    border-bottom: 1px solid #cacaca;
    border-radius: 0;
    color: #ffffff; 
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase;
}

.page-checkout-review .view-addon-shopping-cart-form .view-content table.views-table td { 
    color: #ffffff;  
}

.page-checkout-review .views-field.views-field-commerce-total {
    padding-right: 52px !important;
    text-align: right;
    width: 205px;
}
.page-checkout-review .view-addon-shopping-cart-form .commerce-order-handler-area-order-total {
    background-color: #fff;
    border-top: 2px solid #eee;
    margin: 0;
    padding: 8px 20px 8px 20px;
    text-align: right;
}
.page-checkout-review .commerce-order-handler-area-order-total .commerce-price-formatted-components {
    width: 47%;
}
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
    width: 33%;
    margin-left: auto;
}
.page-checkout-review .view-addon-shopping-cart-form .commerce-order-handler-area-order-total table tr {
    background-color: transparent;
}
.views-field.views-field-nothing-1, .views-field-line-item-title, .views-field-titel-review-page {
    border-radius: 0;
    color: #333; 
    margin-bottom: 10px;
    padding: 8px; 
    width: 400px;
}
.commerce-price-formatted-components.table.table-striped tr td{
	border:none;
}

.review_details {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-radius: 0;
    margin: 8px 0 0;
    padding: 20px 0 10px;
    width: 100%;
    border: 0;
    background-color: transparent;
}
.review_details .panel-heading {
    padding: 0;
    background-color: transparent;
}

.review_details .panel-heading {
	background-color: #fff !important;
}


.review_details .panel-heading .panel-title {
    background-color: transparent !important;
    border: 0 none;
    border-radius: 0;
    color: #1966b4; 
    font-size: 19px;
    font-weight: 600 !important;
    line-height: 100%;
    padding: 0px 15px 10px !important;
    text-transform: uppercase;
}

.checkout-review.table.table-striped tr{
	background-color: #fff !important;
}
.checkout-review.table.table-striped tr td{
	border: none !important;
}

.review_details .pane-data .field .field-label {
    display: inline-block;
    font-weight: 600 !important;
    width: 18%;
}
.review_details .pane-data .field-label-inline .field-items {
    display: inline-block;
    float: none !important;
    width: 70%;
}
.review_details .field * {
    color: #333;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}
fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    width: 90%;
    text-align: left;
}
input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    left: 23px;
    width: auto;
}
.form-item-terms .termsandconditions {
    text-decoration: underline; 
    background: none;
    border: none;
}
.form-type-checkbox.form-item-terms.form-item.checkbox{
	margin:20px 0;
}
.edit_info {
    color: #1966b4;
    font-size: 14px;
    text-decoration: underline;
}

.uppercase-text{
    text-transform: uppercase;
}

.fullwidth{
	width:100%;
}




@media screen and (max-width:480px) { 
	.content {
		overflow: auto;
	}
	#ticket_img, #addon_img { 
		width: 100%;
	}
	.title-des { 
		width: 100%;
	} 
	.select_btn { 
		width: 100%;
	}
	.select_btn .showhide, .select_btn .show_hide { 
		margin: 2% 0 0;
    }
    .main_price_div{
		margin: 5% 5% 0;
    }
	.passenger_type { 
		width: 100%;
	}
	.cost_pto { 
		text-align: left;
		width: 50%;
	}
	.total_amt { 
		text-align: left;
		width: 50%;
	}
	.plus-minus-input {
		width: 50%;
		float: left;
	}
	.addon_form_brunch .cost_per_addon_div, .totalcost { 
		text-align: left !important;
	}
	.totalcost span.service_tax_message { 
		text-align: left;
	}
	.add-to-cart-class {
		float: left; 
    }
    #ticket_title{
        width:100%; 
    }
    #ticket_decripttion{
        width:100%; 
    }
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */ 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 450px;
  overflow:auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 


/* Print code here */
@media print {
    .steps {
      display: none;
    }

    #printbtn {
        display: none;
    }

    .container {
        box-shadow: none;
    }

    #colophon {
        display: none;
    }
    
    .buttonload {
        display: none;
    }
    
    #google_translate_element {
        display: none;
    }
    
  }
  
  
  
  
  
  
 .site-footer {
    background-image: url(../images/footer-background.png
);
    background-repeat: no-repeat;
    margin: 0;
    padding-top: 40px;
    background-position-y: 60px;
}
@media screen and (min-width: 48em){
	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}
}
@media screen and (min-width: 30em){
	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}
}
.site-footer .widget-area {
    padding-bottom: 2em;
    padding-top: 2em;
}
.widget_text {
    word-wrap: break-word;
}
.widget {
    padding-bottom: 3em;  
}
.newslatter-heading {
    font-size: 35px;
    color: #000000;
    text-align: center;
    margin: 0;
    font-weight: normal;
}
.newslatter-subheading {
    font-size: 14px;
    color: #6f829c;
    font-weight: bold;
}
.titillium-web {
    /* font-family: 'Titillium Web', sans-serif; */
    font-family: 'Raleway', sans-serif;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-newslatter {
    width: 45%;
    display: inline-block;
}
.footer-sendbutton {
    display: inline-block;
    position: relative;
    right: 25px;
}
.getintouch-heading {
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: normal;
    margin-top: 100px;
    margin-bottom: 40px;
}
.getintouch-heading {
    font-weight: bold;
}
.footer-get-touch-section .heading {
    font-size: 25px;
    color: #ffffff;
	text-transform: capitalize;
}
.footer-get-touch-section .descritpion {
    text-align: center;
}

.site-footer .container{
	background: transparent;
}
.footer-get-touch-section .descritpion a, .footer-get-touch-section .descritpion i {
    color: #fff;
    font-size: 13px;
    box-shadow: none;
} 
.copyright-footer p {
    color: #f9fafb;
    font-size: 11px;
	margin: 20px 0;
}
.copyright-footer p a{
    color: #f9fafb;
}

.allequalpadding{
	    padding: 30px 10px 30px 10px;
}

.boxshadowdiv{
    box-shadow: 0px 0px 10px #e8e8e8;
	padding: 25px;
}


@media print and (min-width: 480px) {
  .stepper-wrapper {
    display : none;
  }
  
}

@media print and (min-width:100px) { 
    
    .laddr {
        display: block !important;
    }
     
}

.field-row {
    display: inline-flex;
    width: 100%;
    padding: 2%;
 }
 
 .flabel {
     position: relative;
     top: 15px;
     font-size: 12px !important;
     margin-right: 20px;
 }
 
 .fritems {
     display: inline-flex !important;
     padding-left: 2%;
 }

 .flitems {
    display: inline-flex !important;
    padding-left: 2%;
}
 
 .fritems input {
     width: 70%;
 }

 .flitems input {
    width: 70%;
}


@media screen and (max-width:1250px) { 

    .checkout-review .field-row {
        display: block;
    }

    .checkout-review .field-items{
        display: block !important;
        width: 100% !important;
    }

    .checkout-review .flabel{
        width: 100% !important;
        margin-bottom: 20px;
    }

    .checkout-review input {
        width: 100%;
    }
    
    .review_details .pane-data .field .field-label {
    
        width: 100%;
    }
    

}


@media screen and (min-width:1250px) { 
    
    .flitems #country {
        position: relative;
        right: 36px;
        width: 50%;
    }
    
}

.dlogo {
    display: inline-flex;
}

.laddr {
    margin: 30px 0 0 0px ; position: relative; top: 20px ; font-size: 18px; text-align: center; display: none;
    display: none;
}

.goog-logo-link {
		    display :none !important;
		}
		
.goog-te-gadget {
    color: transparent !important;
}
	   
.skiptranslate.goog-te-gadget{
    position: relative !important;
    background: transparent !important;
    
}

#google_translate_element:hover{
    text-decoration: none;
}


.buttonload {
    padding: 6px 13px;
    position: absolute;
    width: 100%;
    text-align: right;

}

.langload {
    margin-left: -12px;
    margin-right: 8px;
}

#google_translate_element select {
	width: 100%;
    padding: 7px;
    border: 1px solid #fc811a;
    color: #333;
    cursor: pointer;
}

#google_translate_element {
	float: left;
    position: absolute;
    padding: 0px;
    background-color: transparent !important;
}

@media screen and (max-width:600px) { 
    
    .showhid2 {
        width: 100%;
        display: inherit;
        margin-bottom: 5px;
        margin-left: 0;
    }
    
    #google_translate_element {
        position: static !important;
    }
    
    .hasDatepicker {
        margin-bottom: 10px;   
    }
}
  
