/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
@font-face {
    font-family: 'Gordita';
    src: url(/Content/css/fonts/GorditaLight.eot);
    src: url(/Content/css/fonts/GorditaLight.eot?#iefix) format('embedded-opentype'), url(/Content/css/fonts/GorditaLight.woff2) format('woff2'), url(/Content/css/fonts/GorditaLight.woff) format('woff'), url(/Content/css/fonts/GorditaLight.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url(/Content/css/fonts/GorditaRegular.eot);
    src: url(/Content/css/fonts/GorditaRegular.eot?#iefix) format('embedded-opentype'), url(/Content/css/fonts/GorditaRegular.woff2) format('woff2'), url(/Content/css/fonts/GorditaRegular.woff) format('woff'), url(/Content/css/fonts/GorditaRegular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url(/Content/css/fonts/GorditaMedium.eot);
    src: url(/Content/css/fonts/GorditaMedium.eot?#iefix) format('embedded-opentype'), url(/Content/css/fonts/GorditaMedium.woff2) format('woff2'), url(/Content/css/fonts/GorditaMedium.woff) format('woff'), url(/Content/css/fonts/GorditaMedium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url(/Content/css/fonts/GorditaBlack.eot);
    src: url(/Content/css/fonts/GorditaBlack.eot?#iefix) format('embedded-opentype'), url(/Content/css/fonts/GorditaBlack.woff2) format('woff2'), url(/Content/css/fonts/GorditaBlack.woff) format('woff'), url(/Content/css/fonts/GorditaBlack.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url(/Content/css/fonts/GorditaBold.eot);
    src: url(/Content/css/fonts/GorditaBold.eot?#iefix) format('embedded-opentype'), url(/Content/css/fonts/GorditaBold.woff2) format('woff2'), url(/Content/css/fonts/GorditaBold.woff) format('woff'), url(/Content/css/fonts/GorditaBold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
p,
.form_control {
    font-family: 'Gordita';
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

body {
    background: #03030d;
}

.header_wrapper {
    background: #000000;
    padding: 15px;
}

.full_section {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.logo_a {
    display: block;
    width: 106px;
}

.nav_rht {
    float: right;
}

.user_link {
    display: inline-block;
    width: 24px;
    margin-right: 25px;
}

.menu_click {
    display: inline-block;
    width: 35px;
    position: relative;
    top: 8px;
}

.menu_click:hover {
    text-decoration: none;
}

.menu_click em {
    display: block;
    width: 35px;
}

.menu_click span {
    display: block;
    color: #ffffff;
    font-size: 13px;
}

.package_banner {
position: relative;
padding: 0;
margin-top: 70px;
}

.package_banner span {
display: block;
width: 100%;
}

.pckg_heading h1 {
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 62px;
    font-weight: 500;
}

.tab_content_block {
    padding: 80px 0;
}

.s_title {
    display: table;
    margin: 0 auto 30px;
}

.title_grp {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.big_s {
    display: inline-block;
    font-size: 245px;
    font-weight: 200;
    color: #ffffff;
    line-height: 194px;
    vertical-align: top;
}

.text_s {
    display: inline-block;
}

.text_s em {
    display: block;
    font-style: normal;
    clear: both;
    color: #ffffff;
    font-size: 50px;
    font-weight: 200;
}

.text_s em i {
    display: inline-block;
    font-style: normal;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    margin: 0 15px;
}

.novo_list_block {
    border-radius: 16px;
    border: 1px solid #363636;
    padding: 40px;
}

.type_logo {
    display: block;
    width: 180px;
    margin: 0 auto 15px;
}

.novo_type_content .img_hold a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.novo_type_content .img_hold a h2 {
    position: absolute;
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    bottom: 0;
    left: 0;
    padding: 0 15px;
}

.novo_type_content .img_hold a h2 span {
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    margin-top: 7px;
}

.content_hold {
    background: #141414;
    padding: 15px;
}

.title_sec h3 {
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 22px;
    line-height: 18px;
    margin: 0;
    height: 50px;
    overflow: hidden;
}

.price_sec {
    color: #bbbdc0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    clear: both;
    height: 50px;
    overflow: hidden;
}

.pg_btn {
    display: table;
    width: 170px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    border: none;
    font-size: 15px;
    border-radius: 25px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+0,eda600+100 */
    background: #ffd400;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd400 0%, #eda600 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd400 0%, #eda600 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd400 0%, #eda600 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffd400', endColorstr='#eda600', GradientType=0);
    /* IE6-9 */
}

.terms_conditions_block {
    margin-top: 40px;
}

.terms_conditions_block h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 15px;
    margin-top: 0;
}

.content_para p {
    color: #b5b4b4;
    font-size: 14px;
}

.footer_wrapper {
    background: #151515;
    padding: 65px 0;
}

.footer_content_block {
    width: 80%;
    margin: 0 auto;
}

.footer_content_each h3 {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.brand_list {
    margin: 0 auto;
    display: table;
    padding: 0;
}

.brand_list li {
    display: inline-block;
    margin-right: 12px;
}

.brand_list li a {
    display: block;
    color: #636363;
    font-size: 24px;
}

.logos_list {
    margin: 0 auto;
    display: table;
    padding: 0;
}

.logos_list li {
    display: inline-block;
    margin-right: 12px;
}

.logos_list li a {
    display: block;
    width: 42px;
}

.social_list {
    margin: 0 auto;
    display: table;
    padding: 0;
}

.social_list li {
    display: inline-block;
    margin-right: 12px;
}

.social_list li a {
    display: block;
    color: #a6a6a6;
    font-size: 17px;
}

.footer_menus {
    padding: 25px 0;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    margin: 25px 0;
}

.footer_menus ul {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_menus li {
    display: inline-block;
    margin-right: 45px;
    text-align: center;
}

.footer_menus li a {
    display: block;
    text-align: center;
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

.q_contact_list {
    padding: 0;
}

.q_contact_list li {
    display: inline-block;
    margin-right: 15px;
}

.q_contact_list li label {
    display: block;
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 10px;
}

.q_contact_list li a {
    display: block;
    padding: 6px 12px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    background: #333333;
}

.q_contact_list li a:hover {
    text-decoration: none;
}

.copy_txt {
    display: block;
    clear: both;
    text-align: right;
    color: #a6a6a6;
    font-size: 13px;
    margin-bottom: 15px;
}

.reflect_logo {
    display: block;
    clear: both;
    width: 83px;
    float: right;
}

.nov_tab_block {
    position: relative;
}

.nov_tab_block .nav-tabs {
    width: auto;
    display: table;
    border-bottom: none;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #feed00;
     position:relative;
    right:auto;
    opacity: 1 !important;
    transform: none !important;
}

.nav-tabs>li>a {
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    margin: 0 !important;
}

.nav-tabs>li>a:hover {
    background: none;
    border: 1px solid transparent;
}

.nov_tab_block .nav-tabs>li.active>a,
.nov_tab_block .nav-tabs>li.active>a:focus,
.nov_tab_block .nav-tabs>li.active>a:hover {
    background-color: #feed00;
    border-radius: 16px;
    color: #000000;
}

.novo_pckg_tabwrap {
    padding: 30px 0;
}

.quantity_sec {
    width: 110px;
    display: table;
    margin: 0 auto 15px;
}

.quantity_sec .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.quantity_sec .input-group-addon,
.quantity_sec .input-group-btn {
    width: auto !important;
}

.quantity_sec .input-number {
    width: 45px;
    height: 45px;
    border-radius: 100% !important;
    background: #484848;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    margin: 0 auto;
}

.btn_arrow,
.btn_arrow:focus {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
}

.arrow_minus {
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #484848;
}

.arrow_plus {
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #484848;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.brdr_btn {
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    color: #feed00;
    border: 1px solid #feed00;
    padding: 10px 12px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

.brdr_btn:hover {
    text-decoration: none;
    background: #feed00;
    color: #000000 !important;
}

.tb_banner_hold {
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.offer_txt {
    background: #feed00;
    padding: 30px;
    width: 22%;
    position: relative;
}

.offer_txt h2,
.offer_txt h3 {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.offer_txt h2 {
    font-size: 40px;
    margin-top: 10px;
}

.offer_txt h3 {
    font-size: 30px;
}

.offer_txt::before {
    content: "";
    position: absolute;
    right: -61px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 160px solid transparent;
    border-bottom: 5px solid #feed00;
    border-left: 61px solid #feed00;
}

.brdr_div {
    border-radius: 6px;
    border: 1px solid #343434;
    padding: 12px;
}

.each_voucher_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}

.each_voucher_list>div {
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.each_voucher_list>div.v_quantity{
    overflow:unset;
}

.each_voucher_list>div {
    margin-right: 15px;
}

.each_voucher_list>div:last-child {
    margin-right: 0;
}

.each_voucher_list .img_hold {
    position: relative;
    width: 20%;
}

.each_voucher_list .v_discription {
    position: relative;
    width: 40%;
}

.each_voucher_list .v_discription p {
    color: #707070;
    line-height: 26px;
}

.each_voucher_list .v_quantity {
    position: relative;
    width: 25%;
}

.each_voucher_list .v_paynow {
    position: relative;
    width: 15%;
}

.each_voucher_list .v_paynow .brdr_btn {
    position: relative;
    right: auto;
    top: auto;
    background: none;
    border-radius: 12px;
    width: 130px;
}

.each_voucher_list .v_paynow .brdr_btn:hover {
    background: #feed00;
    color: #000000;
}

.each_voucher_list .img_hold span {
    width: 100%;
    position: relative;
}

.each_voucher_list .img_hold span h3 {
    display: block;
    position: absolute;
    padding: 15px;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.each_voucher_list .btn-default {
    background: #151515;
    border: none;
    height: 40px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #999;
    background: #151515;
}

.bootstrap-select .dropdown-toggle .caret {
    border: none;
}

.bootstrap-select .dropdown-toggle .caret::before {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #707070;
}

.terms_tab .nav-tabs {
    border: 1px solid #343434;
    border-radius: 1px;
    width: 100%;
}

.terms_tab .nav-tabs>li.active>a,
.terms_tab .nav-tabs>li.active>a:focus,
.terms_tab .nav-tabs>li.active>a:hover {
    background-color: #000000;
    border-radius: 16px;
    color: #feed00;
}

.terms_tab .nav-tabs>li.active>a,
.terms_tab .nav-tabs>li.active>a:focus,
.terms_tab .nav-tabs>li.active>a:hover {
    border: none;
}

.terms_tab .nav-tabs>li {
    border-right: 1px solid #343434;
}

.terms_tab .nav-tabs>li:last-child {
    border-right: none;
}

.sub_tab_content {
    padding: 20px 0;
}

.each_subcontent_block {
    margin-bottom: 30px;
}

.each_subcontent_block>h2,
.each_subcontent_block>span {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    display: block;
    clear: both;
}

.each_subcontent_block>span {
    margin-top: 5px;
}

.each_subcontent_block p {
    margin: 15px 0 30px;
    color: #8f8f8f;
    font-size: 16px;
    line-height: 22px;
}

.each_subcontent_block p:last-child {
    margin-bottom: 0;
}

.price_points {
    margin: 10px 0;
    min-height: 250px;
    max-height: 250px;
}

.price_points ul {
    padding: 0;
}

.price_points ul li {
    display: block;
    color: #bbbdc0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.price_points ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #bbbdc0;
    border-radius: 100%;
}

.title_imgs {
    width: 680px;
}

.descrip_points ul {
    padding: 0;
}

.descrip_points ul li {
    display: block;
    color: #bbbdc0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.descrip_points ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #bbbdc0;
    border-radius: 100%;
}

.tb_banner_hold span {
    display: block;
    clear: both;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .each_novo_list {
        margin-bottom: 30px;
    }
    .q_contact_list li {
        margin-bottom: 15px;
    }
    .copy_txt {
        text-align: left;
        margin-bottom: 15px;
    }
    .reflect_logo {
        float: none;
        display: table;
    }
    .offer_txt {
        width: 50%;
    }
    .each_voucher_list {
        flex-direction: column;
        -ms-flex-direction: column;
        border: 1px solid #343434;
        border-radius: 16px;
        margin-bottom: 30px;
        padding: 15px;
    }
    .each_voucher_list>div {
        min-height: inherit;
        max-height: inherit;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .each_voucher_list>div.brdr_div {
        border: none;
        padding: 0;
    }
    .each_voucher_list .img_hold {
        width: 100%;
        overflow: hidden;
    }
    .each_voucher_list .img_hold span {
        width: 300px;
    }
    .each_voucher_list .v_paynow {
        width: 50%;
        margin-top: 30px;
    }
    .each_voucher_list .v_paynow .brdr_btn {
        width: 100%;
    }
    .each_voucher_list .v_quantity {
        width: 50%;
    }
    .each_voucher_list .v_discription {
        width: 100%;
    }
    .price_points {
        min-height: inherit;
    }
}

@media only screen and (max-width: 640px) {
    .package_banner {
        padding: 60px 0 100px;
        background-position: center center !important;
    }
    .pckg_heading h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .text_s em {
        font-size: 40px;
    }
    .text_s em i {
        font-size: 40px;
    }
    .tab_content_block {
        padding: 30px 0;
    }
    .footer_wrapper {
        padding: 30px 0;
    }
    .each_subcontent_block>h2,
    .each_subcontent_block>span {
        font-size: 15px;
    }
     .title_imgs {
        width: 380px;
    }
}

@media only screen and (max-width: 480px) {
    .brdr_btn {
        position: relative;
        margin: 0 auto 35px;
        display: block;
    }
    .text_s em {
        font-size: 20px;
    }
    .text_s em i {
        font-size: 20px;
    }
    .big_s {
        line-height: 75px;
        font-size: 105px;
    }
    .quantity_sec {
        margin: 15px auto;
    }
    .footer_menus ul {
        justify-content: space-evenly;
    }
    .footer_menus li {
        margin-right: 0;
    }
    .offer_txt h3 {
        font-size: 20px;
    }
    .offer_txt h2 {
        font-size: 25px;
    }
    .offer_txt::before {
        right: -60px;
    }
    .each_voucher_list .img_hold span {
        width: 270px;
    }
    .each_voucher_list .v_quantity,
    .each_voucher_list .v_paynow {
        width: 100%;
    }
    .each_voucher_list .v_paynow .brdr_btn {
        margin-bottom: 0;
    }
    .title_imgs {
        width: 280px;
    }
}

@media only screen and (max-width: 340px) {
    .text_s em {
        font-size: 18px;
    }
    .text_s em i {
        font-size: 18px;
    }
    .big_s {
        line-height: 65px;
        font-size: 95px;
    }
    .nav-tabs>li>a {
        font-size: 13px;
    }
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    width: 90%;
}

.v_quantity .selectric{
        color: #999;
    background: #151515;
    border: none !important;
    border-radius: 6px;
}

.selectric .button{
    background:none;
    color:transparent;
}

@media only screen and (max-width: 991px) {
    .ticket-summary-trigger{
        cursor:pointer;
    }
}
.centered {
    text-align: center;
    font-size: 0;
}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}
