/*globalscss*/
/* Color */
/* fonts */
@font-face {
  font-family: "fontlight";
  src: url("../fonts/fontlight.eot");
  src: url("../fonts/fontlight.eot?#iefix") format("embedded-opentype"), url("../fonts/fontlight.woff2") format("woff2"), url("../fonts/fontlight.woff") format("woff"), url("../fonts/fontlight.ttf") format("truetype"), url("../fonts/fontlight.svg#fontlight") format("svg");
  font-weight: 300;
  font-style: normal; }
/* =============== Media Queries =============== */
/*commonscss*/
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0; }

@media only screen and (min-width: 1441px) {
  .largeContainer {
    max-width: 1275px; } }

img {
  max-width: 100%;
  display: inline-block; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: inherit;
  list-style-position: inside; }

.fontmedium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.font-heavy {
  font-weight: 800; }

.bgprop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* headings */
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 87px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold; }
  @media only screen and (max-width: 1440px) {
    h1 {
      font-size: 80px; } }
  @media only screen and (max-width: 1199px) {
    h1 {
      font-size: 60px; } }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 45px; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 33px; } }

h2 {
  font-size: 66px;
  line-height: 1.05;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: bold; }
  @media only screen and (max-width: 1440px) {
    h2 {
      font-size: 55px; } }
  @media only screen and (max-width: 1199px) {
    h2 {
      font-size: 37px; } }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 37px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: bold; }
  @media only screen and (max-width: 1440px) {
    h3 {
      font-size: 33px; } }
  @media only screen and (max-width: 1199px) {
    h3 {
      font-size: 30px; } }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 27px; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 25px; } }
  @media only screen and (max-width: 575px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: bold; }
  @media only screen and (max-width: 1199px) {
    h4 {
      font-size: 23px; } }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 21px; } }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    h5 {
      font-size: 20px; } }
  @media only screen and (max-width: 575px) {
    h5 {
      font-size: 18px; } }

p,
ul li,
ol li {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }
  @media only screen and (max-width: 575px) {
    p,
    ul li,
    ol li {
      font-size: 14px; } }

.ln-2 {
  line-height: 2.1; }

.custom-btn,
button [type="submit"] {
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
  min-width: unset;
  font-weight: bold;
  padding: 15px 30px;
  background-color: #ee3a6c;
  font-size: 15px; }
  .custom-btn:hover,
  button [type="submit"]:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000; }
  @media only screen and (max-width: 991px) {
    .custom-btn,
    button [type="submit"] {
      min-width: unset; } }
  @media only screen and (max-width: 767px) {
    .custom-btn,
    button [type="submit"] {
      width: 100%;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      margin-left: auto;
      margin-right: auto;
      padding: 15px 15px;
      font-size: 13px; } }
  .custom-btn i,
  button [type="submit"] i {
    margin-left: 10px;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .custom-btn img,
  button [type="submit"] img {
    width: 20px;
    margin-left: 10px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }

.btntransparent {
  background-color: transparent;
  border-color: #ffffff;
  border: 2px solid;
  color: #ffffff; }
  .btntransparent:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }

.slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li {
    list-style: none;
    margin-right: 15px;
    line-height: 0; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      font-size: 0;
      border: 0;
      background-color: transparent;
      border-radius: 50%;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      padding: 0;
      border: 1px solid #585858; }
      .slick-dots li button:before {
        display: none; }
    .slick-dots li.slick-active button {
      background-color: #34a7ff; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #34a7ff;
  display: block;
  font-size: 20px;
  z-index: 99;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e0e0e0; }
  @media only screen and (max-width: 767px) {
    .slick-arrow {
      font-size: 12px; } }
  .slick-arrow.left {
    left: -72px; }
    @media only screen and (max-width: 767px) {
      .slick-arrow.left {
        width: 39px;
        height: 39px; } }
  .slick-arrow.right {
    right: -72px; }
    @media only screen and (max-width: 767px) {
      .slick-arrow.right {
        width: 39px;
        height: 39px; } }

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

button:focus {
  outline: 0; }

.material-icons {
  vertical-align: middle; }

.starlist li {
  line-height: 0; }
  .starlist li i {
    color: #fabb00; }

.greybackground {
  background-color: #f8f8f8; }

/*headerscss*/
.header .headertop {
  background-color: #000000;
  padding: 5px 0; }
  .header .headertop i {
    cursor: pointer;
    font-size: 18px; }
  .header .headertop p {
    color: #ffffff;
    font-size: 11px; }
    .header .headertop p a {
      color: #ee3a6c; }
.header .poshead {
  position: relative; }
  .header .poshead .head__btn {
    max-width: 198px;
    border-radius: 50px;
    font-size: 13px;
    min-width: unset;
    font-weight: bold;
    padding: 10px 15px;
    width: 100%;
    background-color: #ee3a6c;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 36px; }
    @media only screen and (max-width: 1199px) {
      .header .poshead .head__btn {
        margin-right: 25px; } }

.navbar-brand {
  max-width: 227px;
  width: 100%;
  margin-right: 30px;
  padding: 0; }
  @media only screen and (max-width: 1199px) {
    .navbar-brand {
      max-width: 160px;
      margin-right: 16px; } }
  @media only screen and (max-width: 767px) {
    .navbar-brand {
      margin-right: 0; } }

.mainnavbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 36px;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .mainnavbar {
      padding-top: 25px; } }
  .mainnavbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 991px) {
      .mainnavbar .navbar-nav {
        display: block; } }
    @media only screen and (max-width: 991px) {
      .mainnavbar .navbar-nav li {
        margin-bottom: 10px;
        border-bottom: 1px solid #000000;
        padding-bottom: 10px; } }
    .mainnavbar .navbar-nav li a {
      padding: 0px 10px !important;
      font-size: 13px;
      color: #ffffff;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      font-family: "Montserrat", sans-serif; }
      @media only screen and (max-width: 991px) {
        .mainnavbar .navbar-nav li a {
          color: #000000; } }
      .mainnavbar .navbar-nav li a:hover {
        text-decoration: none; }
  .mainnavbar .submenuhover {
    position: absolute;
    top: 100%;
    width: 100vw;
    background-color: #000000;
    left: 49.2%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 99;
    padding: 25px 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media only screen and (max-width: 991px) {
      .mainnavbar .submenuhover {
        position: static;
        width: 100%;
        margin: 0;
        opacity: 1;
        visibility: visible;
        background-color: white;
        padding: 10px 12px;
        display: none;
        -webkit-transition: none;
        transition: none; } }
    @media only screen and (min-width: 992px) {
      .mainnavbar .submenuhover ul {
        -webkit-column-count: 3;
                column-count: 3;
        /*max-width: 82%;*/
        max-width: 1170px;
        margin: 0 auto; }
        
      }
    .mainnavbar .submenuhover ul li:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
    .mainnavbar .submenuhover ul li a {
      padding: 7px 10px !important;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      display: inline-block; }
      @media only screen and (max-width: 991px) {
        .mainnavbar .submenuhover ul li a {
          color: #000000; } }
      .mainnavbar .submenuhover ul li a:hover {
        text-decoration: none; }
  .mainnavbar .parent-menu:hover .submenuhover {
    opacity: 1;
    visibility: visible; }

.carthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .carthead a {
    color: #ffffff;
    font-size: 18px; }
    .carthead a:hover {
      text-decoration: none; }
  .carthead .toplinks {
    position: relative; }
  .carthead .qtycount {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
    text-align: center;
    font-size: 14px; }

@media only screen and (max-width: 991px) {
  #navbarsId {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    left: -100%;
    z-index: 999;
    padding: 70px 22px 25px;
    height: 100%;
    max-width: 72%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    overflow: auto; }
    #navbarsId.activemenu {
      left: 0; } }
#navbarsId .backmenu {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #000000; }
@media only screen and (min-width: 992px) {
  #navbarsId {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.mobile-trigger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  margin: 0 0; }
  .mobile-trigger .line {
    display: block;
    background: #ffffff;
    width: 25px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 25px; }
    .mobile-trigger .line.line-1 {
      top: 0; }
    .mobile-trigger .line.line-2 {
      top: 36%; }
    .mobile-trigger .line.line-3 {
      top: 71%; }
  .mobile-trigger.active-re .line-1 {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
            transform: translateY(11px) translateX(0) rotate(45deg);
    background-color: #ffffff; }
  .mobile-trigger.active-re .line-2 {
    opacity: 0; }
  .mobile-trigger.active-re .line-3 {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
            transform: translateY(-7px) translateX(0) rotate(-45deg);
    background-color: #ffffff; }

.arrowimg {
  position: relative;
  right: -60px; }

.bluefont {
  color: #34a7ff; }

.font25 {
  font-size: 25px; }
  @media only screen and (max-width: 1440px) {
    .font25 {
      font-size: 21px; } }
  @media only screen and (max-width: 1199px) {
    .font25 {
      font-size: 19px; } }
  @media only screen and (max-width: 991px) {
    .font25 {
      font-size: 16px; } }

.starlist i {
  color: #fabb00;
  font-size: 16px; }
  @media only screen and (max-width: 479px) {
    .starlist i {
      font-size: 14px; } }

.sectionbanner {
  padding-top: 216px;
  position: relative;
  padding-bottom: 109px; }
  @media only screen and (max-width: 1199px) {
    .sectionbanner {
      padding-top: 170px; } }
  @media only screen and (max-width: 991px) {
    .sectionbanner {
      padding-top: 150px; } }
  @media only screen and (max-width: 767px) {
    .sectionbanner {
      padding-top: 90px; } }
  .sectionbanner .bannerleft {
    margin-bottom: 89px; }
    @media only screen and (max-width: 1199px) {
      .sectionbanner .bannerleft {
        margin-bottom: 65px; } }
    @media only screen and (max-width: 991px) {
      .sectionbanner .bannerleft {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .sectionbanner .bannerleft {
        margin-bottom: 25px; } }
  @media only screen and (max-width: 991px) {
    .sectionbanner .tagline br {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .sectionbanner .tagline {
      font-size: 13px; } }
  .sectionbanner .video_btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-left: 30px; }
    @media only screen and (max-width: 767px) {
      .sectionbanner .video_btn {
        margin-left: auto; } }

.passes-btns {
  background-color: #000000;
  margin-top: -52px;
  position: relative; }
  .passes-btns .wrap-pass {
    border-radius: 5px;
    overflow: hidden; }
  .passes-btns .grp-btn {
    padding: 35px 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #ffffff;
    border-right: 1px solid #e8e8e8; }
    @media only screen and (max-width: 991px) {
      .passes-btns .grp-btn {
        padding: 22px 15px;
        border-right: 0; } }
    .passes-btns .grp-btn:hover {
      text-decoration: none; }
    .passes-btns .grp-btn p {
      vertical-align: middle; }
  .passes-btns .pasees-name img {
    width: 37px; }

.warehouse {
  padding: 89px 0 158px;
  background-color: #000000; }
  @media only screen and (max-width: 1440px) {
    .warehouse {
      padding: 69px 0 120px; } }
  @media only screen and (max-width: 1199px) {
    .warehouse {
      padding: 49px 0 80px; } }
  @media only screen and (max-width: 767px) {
    .warehouse {
      padding: 30px 0px; } }
  .warehouse .varimgs {
    position: absolute;
    width: 160%;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .warehouse .varimgs {
        position: static;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .warehouse h2 {
      font-size: 18px; } }
  .warehouse p {
    opacity: 0.5;
    font-size: 13px; }

.starlist i {
  color: #fabb00; }

.reviewplatform {
  background-color: #00aaff;
  padding: 30px 0;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .reviewplatform {
      padding: 15px 0 30px; } }
  .reviewplatform .divider.divider--left-to-right.divider--1deg {
    bottom: -15px;
    background-color: #fafafa;
    -webkit-transform: rotate(-0.8deg);
            transform: rotate(-0.8deg); }

.discover {
  padding: 60px 0 67px;
  background-color: #fafafa; }
  @media only screen and (max-width: 991px) {
    .discover {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .discover {
      padding: 25px 0; } }
  .discover .searchbox {
    max-width: 480px;
    margin: 0 auto 73px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 991px) {
      .discover .searchbox {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .discover .searchbox {
        margin-bottom: 33px; } }
    .discover .searchbox input {
      width: 100%;
      height: 48px;
      border: 0;
      background-color: #ffffff;
      padding: 0 25px 0 47px;
      background-image: url("../images/location.png");
      background-position: left 15px center;
      background-repeat: no-repeat;
      background-size: 14px; }
  .discover .locationbox {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05); }
    .discover .locationbox img {
      max-height: 180px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .discover .locationbox .locatename-wrap {
      padding: 17px 25px;
      position: relative; }
      .discover .locationbox .locatename-wrap .locate-name {
        margin-bottom: 0;
        max-width:90%;
        font-size: 10px; }
      .discover .locationbox .locatename-wrap h6 {
        margin-bottom: 0; }
      .discover .locationbox .locatename-wrap i {
        font-size: 22px;
        color: #ee3a6c;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px; }

.vr-pro {
  background-color: #000000;
  padding-bottom: 83px; }
  @media only screen and (max-width: 991px) {
    .vr-pro {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .vr-pro {
      padding-bottom: 40px; } }
  .vr-pro .locationbox {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05); }
    .vr-pro .locationbox img {
      max-height: 194px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .vr-pro .locationbox .locatename-wrap {
      padding: 17px 25px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .vr-pro .locationbox .locatename-wrap .locate-name {
        margin-bottom: 0;
        font-size: 10px; }
      .vr-pro .locationbox .locatename-wrap i {
        font-size: 22px;
        color: #ee3a6c;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px; }
  .vr-pro .custom-btn {
    font-size: 13px;
    border: 1px solid #34a7ff;
    background-color: transparent;
    color: #000000;
    margin: 0; }

.covid-safety {
  padding-bottom: 93px; }
  @media only screen and (max-width: 1199px) {
    .covid-safety {
      padding-bottom: 70px; } }
  @media only screen and (max-width: 991px) {
    .covid-safety {
      padding-bottom: 50px; } }
  .covid-safety ul li {
    color: #ffffff;
    font-size: 15px;
    text-indent: -20px;
    padding-left: 18px;
    margin-bottom: 12px; }
    .covid-safety ul li:last-child {
      margin-bottom: 0; }
    .covid-safety ul li strong {
      font-weight: bold; }

.grad-top-bottom {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #071d70), to(black));
  background: linear-gradient(to bottom, #071d70 14%, black 100%); }

.grad-top-bottom-content {
  position: relative; }
  .grad-top-bottom-content:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #071d70), color-stop(49%, black));
    background: linear-gradient(to bottom, #071d70 6%, black 49%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }

.pageTechnologies .grad-top-bottom-content {
  position: relative; }
  .pageTechnologies .grad-top-bottom-content:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #071d70), color-stop(11%, black));
    background: linear-gradient(to bottom, #071d70 6%, black 11%); }

.pageexperience .grad-top-bottom-content {
  position: relative; }
  .pageexperience .grad-top-bottom-content:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #071d70), color-stop(92%, black));
    background: linear-gradient(to bottom, #071d70 6%, black 92%); }

.video_div {
  padding: 12.313vw 0 7.938vw;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 1601px) {
    .video_div {
      padding: 197px 0 127px; } }
  @media only screen and (max-width: 767px) {
    .video_div {
      padding: 30px 0; } }
  .video_div:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.41);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .video_div i {
    font-size: 48px; }
  @media only screen and (max-width: 767px) {
    .video_div h2 {
      font-size: 24px; } }

.experience-formate {
  background-color: #34a7ff;
  padding: 7.188vw 0 6.625vw; }
  @media only screen and (min-width: 1921px) {
    .experience-formate {
      padding: 115px 0 96px; } }
  @media only screen and (max-width: 767px) {
    .experience-formate {
      padding: 20px 0; } }
  .experience-formate .experience-img {
    max-width: 60px;
    margin: 0 auto 38px; }
  .experience-formate h6 {
    color: #ffffff;
    margin-bottom: 18px; }
  .experience-formate p {
    color: #ffffff;
    font-size: 13px; }
  .experience-formate .divider.divider--tight-left.divider--1deg {
    top: -18px;
    background-color: #34a7ff; }

.browsefleet {
  background-color: #000000;
  padding: 116px 0 86px; }
  @media only screen and (max-width: 767px) {
    .browsefleet {
      padding: 75px 0 60px; } }
  @media only screen and (max-width: 575px) {
    .browsefleet {
      padding: 35px 0px 50px; } }
  .browsefleet .filterbtn {
    margin-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .browsefleet .filterbtn {
        margin-bottom: 30px; } }
    .browsefleet .filterbtn button {
      background-color: transparent;
      color: #ffffff;
      font-size: 16px;
      padding: 14px 10px;
      margin: 0 7px;
      border: 0;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .browsefleet .filterbtn button {
          font-size: 13px;
          margin: 0;
          padding: 10px; } }
      .browsefleet .filterbtn button.mixitup-control-active {
        color: #ee3a6c; }
  .browsefleet .game-wrap {
    background-color: #ffffff;
    padding: 25px; }
    @media only screen and (max-width: 575px) {
      .browsefleet .game-wrap {
        padding: 15px; } }
    .browsefleet .game-wrap .custom-btn {
      font-size: 13px;
      min-width: 141px;
      height: 50px;
      border: 1px solid #34a7ff;
      background-color: transparent;
      color: #000000;
      margin: 0; }
    .browsefleet .game-wrap p {
      font-size: 10px; }
  .browsefleet .brnchwrap {
    border-radius: 5px;
    overflow: hidden; }
  .browsefleet .branchbox {
    margin-bottom: 28px; }
    @media only screen and (max-width: 767px) {
      .browsefleet .branchbox {
        margin-bottom: 0; } }
    .browsefleet .branchbox .brnchimg img {
      width: 100%;
      max-height: 196px;
      height:196px;
      object-fit: cover;
    }
  .browsefleet .icon-btn {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 23px;
    background-color: #1e1e1e;
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%; }
    @media only screen and (max-width: 991px) {
      .browsefleet .icon-btn {
        width: 50px;
        height: 50px; } }

.latest_vlog {
  padding: 93px 0; }
  @media only screen and (max-width: 1199px) {
    .latest_vlog {
      padding: 70px 0; } }
  @media only screen and (max-width: 991px) {
    .latest_vlog {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .latest_vlog {
      padding: 30px 0; } }
  .latest_vlog h2 {
    margin-bottom: 100px; }
    @media only screen and (max-width: 1199px) {
      .latest_vlog h2 {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 991px) {
      .latest_vlog h2 {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .latest_vlog h2 {
        margin-bottom: 35px; } }
  .latest_vlog .slick-slide {
    margin: 0 5px;
    padding: 12px;
    margin-bottom:30px;
  }

.blog-box {
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #ffffff; }

.blog-img {
  max-height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.blog_detail {
  padding: 20px; }
  .blog_detail .datepublish {
    font-size: 10px; }
  .blog_detail .blog-desc {
    font-size: 12px; }
  .blog_detail .readmore {
    font-size: 10px;
    font-weight: 600; }

.blogttl {
  margin-bottom: 72px; }
  @media only screen and (max-width: 1199px) {
    .blogttl {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 991px) {
    .blogttl {
      margin-bottom: 35px; } }

.blogs .first-row {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden; }
  .blogs .first-row .blog_detail {
    max-width: 337px;
    padding: 60px 0;
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
      .blogs .first-row .blog_detail {
        padding: 40px 0; } }
    @media only screen and (max-width: 767px) {
      .blogs .first-row .blog_detail {
        padding: 20px 0; } }
  @media only screen and (min-width: 1200px) {
    .blogs .first-row h3 {
      font-size: 32px; } }
.blogs .blog-box {
  -webkit-box-shadow: 0 25px 44px 0 rgba(73, 85, 182, 0.31), 0 2px 24px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 25px 44px 0 rgba(73, 85, 182, 0.31), 0 2px 24px 0 rgba(0, 0, 0, 0.06);
          height:100%;
         }

.blgbanner {
  padding: 53px 7.813vw; }
  @media only screen and (min-width: 1601px) {
    .blgbanner {
      padding: 53px 125px; } }
  @media only screen and (max-width: 767px) {
    .blgbanner {
      padding: 32px 25px; } }
  @media only screen and (min-width: 1200px) {
    .blgbanner h2 {
      font-size: 37px; } }
  @media only screen and (max-width: 767px) {
    .blgbanner h2 {
      width: 100%;
      text-align: center;
      font-size: 26px; } }

.cta_review li i {
  font-size: 15px; }

.post-more {
  background-color: transparent;
  border: 1px solid #34a7ff;
  margin-top: 70px; }
  @media only screen and (max-width: 991px) {
    .post-more {
      margin-top: 45px; } }
  @media only screen and (max-width: 767px) {
    .post-more {
      margin-top: 25px; } }

.footer-up {
  margin-bottom: 8.688vw; }
  @media only screen and (min-width: 1601px) {
    .footer-up {
      margin-bottom: 139px; } }

.art {
  background-color: #000000;
  padding: 86px 0 103px; }
  @media only screen and (max-width: 1199px) {
    .art {
      padding: 66px 0 88px; } }
  @media only screen and (max-width: 767px) {
    .art {
      padding: 30px 0 60px; } }
  @media only screen and (max-width: 575px) {
    .art h2 {
      font-size: 23px;
      margin-bottom: 20px; } }
  .art .slick-arrow {
    background-color: transparent;
    border: 1px solid #34a7ff;
    color: #ffffff; }
    .art .slick-arrow.left {
      left: 15px; }
    .art .slick-arrow.right {
      right: 15px; }
  .art .art-img {
    position: relative; }
    .art .art-img .about-item {
      position: absolute;
      right: 8%;
      top: 17%;
      max-width: 221px; }
      @media only screen and (max-width: 1199px) {
        .art .art-img .about-item {
          right: 22px; } }
      @media only screen and (max-width: 991px) {
        .art .art-img .about-item {
          position: static;
          margin: 0 auto;
          text-align: center; } }
      .art .art-img .about-item:before {
        width: 54px;
        height: 1px;
        background-color: #fabb00;
        position: absolute;
        left: -34%;
        top: 10px;
        content: ""; }
        @media only screen and (max-width: 991px) {
          .art .art-img .about-item:before {
            display: none; } }
      .art .art-img .about-item:after {
        width: 9px;
        height: 9px;
        background-color: #fabb00;
        position: absolute;
        left: -35%;
        top: 5px;
        border-radius: 50%;
        content: ""; }
        @media only screen and (max-width: 991px) {
          .art .art-img .about-item:after {
            display: none; } }
      .art .art-img .about-item p {
        font-size: 12px;
        color: #ffffff; }

.top-devider .divider.divider--tight-left.divider--1deg {
  top: -15px;
  bottom: auto;
  background-color: #fafafa; }

.pad-top-body {
  padding-top: 147px; }
  @media only screen and (max-width: 767px) {
    .pad-top-body {
      padding-top: 90px; } }

.bgnaviblue {
  background-color: #25204a; }

.fal {
  font-family: fontlight; }

.faq {
  padding: 9.625vw 0 11.063vw;
  background-color: #000000; }
  @media only screen and (min-width: 1601px) {
    .faq {
      padding: 154px 0 177px; } }
  @media only screen and (max-width: 767px) {
    .faq {
      padding: 30px 0; } }
  .faq .faqimg {
    width: 66px;
    margin-bottom: 16px; }
  .faq .accord {
    margin-bottom: 20px; }
    .faq .accord:last-child {
      margin-bottom: 0; }
    .faq .accord .accord-title {
      font-family: "Montserrat", sans-serif;
      position: relative;
      font-weight: bold;
      cursor: pointer;
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 0;
      padding-left: 45px; }
      .faq .accord .accord-title:after {
        content: "+";
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        border: 1px solid #34a7ff;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%; }
    .faq .accord .accord-body {
      color: #ffffff;
      display: none;
      font-size: 14px;
      padding-top: 12px;
      opacity: 0.5;
      padding-left: 45px; }

.cfrm input,
.cfrm select,
.frm-site input,
.frm-site select {
  height: 60px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 0 20px;
  width: 100%;
  border: 0;
  border-radius: 0; }
  .cfrm input::-webkit-input-placeholder,
  .cfrm select::-webkit-input-placeholder,
  .frm-site input::-webkit-input-placeholder,
  .frm-site select::-webkit-input-placeholder {
    color: #505050;
    font-size: 18px; }
  .cfrm input::-moz-placeholder,
  .cfrm select::-moz-placeholder,
  .frm-site input::-moz-placeholder,
  .frm-site select::-moz-placeholder {
    color: #505050;
    font-size: 18px;
    line-height: 60px;
    opacity: 1; }
.cfrm textarea,
.frm-site textarea {
  width: 100%;
  resize: none;
  padding: 10px 25px;
  height: 145px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  border-radius: 0;
  background-color: #efefef;
  border: 0; }
.cfrm button,
.frm-site button {
  border: 0;
  color: #000000;
  background-color: #ffffff;
  font-size: 38px;
  font-family: "BebasNeueBold", cursive;
  font-weight: bold; }
  @media only screen and (max-width: 1440px) {
    .cfrm button,
    .frm-site button {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .cfrm button,
    .frm-site button {
      font-size: 25px; } }
.cfrm.light-frm input,
.cfrm.light-frm select,
.frm-site.light-frm input,
.frm-site.light-frm select {
  height: 60px;
  background-color: #efefef;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 0 20px;
  width: 100%;
  border-radius: 0; }
  .cfrm.light-frm input::-webkit-input-placeholder,
  .cfrm.light-frm select::-webkit-input-placeholder,
  .frm-site.light-frm input::-webkit-input-placeholder,
  .frm-site.light-frm select::-webkit-input-placeholder {
    color: #505050;
    font-size: 18px; }
  .cfrm.light-frm input::-moz-placeholder,
  .cfrm.light-frm select::-moz-placeholder,
  .frm-site.light-frm input::-moz-placeholder,
  .frm-site.light-frm select::-moz-placeholder {
    color: #505050;
    font-size: 18px;
    line-height: 60px;
    opacity: 1; }
.cfrm.light-frm button,
.frm-site.light-frm button {
  background-color: #000000;
  color: #ffffff; }

.font18 {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .font18 {
      font-size: 16px; } }

.bottom-divider {
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 20px; }

.sociallinks-list li a {
  color: #ffffff;
  font-size: 18px; }
  .sociallinks-list li a:hover {
    text-decoration: none; }

.sociallinks-list li {
  margin-right: 15px; }

.divider {
  width: 100%;
  background-color: #fff;
  display: block;
  height: 30px;
  position: absolute;
  bottom: -15px;
  z-index: 2; }

.divider.divider--left-right.divider--1deg {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg); }

.divider.divider--tight-left.divider--1deg {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg); }

.terms {
  margin-bottom: 100px;
  padding: 70px 0 50px;
  border-radius: 5px; }
  @media only screen and (max-width: 1199px) {
    .terms {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 991px) {
    .terms {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 575px) {
    .terms {
      margin-bottom: 40px; } }
  .terms .update {
    font-size: 10px;
    opacity: 0.5; }
  .terms .terms-text {
    font-size: 14px; }

.blog-post {
  margin-bottom: 80px;
  padding-bottom: 104px;
  border-radius: 5px;
  overflow: hidden; }
  @media only screen and (max-width: 1440px) {
    .blog-post {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 1199px) {
    .blog-post {
      padding-bottom: 60px;
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .blog-post {
      padding-bottom: 30px;
      margin-bottom: 40px; } }
  .blog-post .blogpost-img {
    position: relative;
    margin-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      .blog-post .blogpost-img {
        margin-bottom: 24px; } }
    .blog-post .blogpost-img img {
      max-height: 568px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .blog-post .blogpost-img .blog-name {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 991px;
      margin: 0 auto;
      right: 0;
      padding: 0 15px; }
      .blog-post .blogpost-img .blog-name p {
        color: #ffffff;
        font-size: 10px; }
        @media only screen and (max-width: 575px) {
          .blog-post .blogpost-img .blog-name p {
            text-align: center; } }
      .blog-post .blogpost-img .blog-name .blgpstttl {
        margin-bottom: 30px; }
        @media only screen and (min-width: 1200px) {
          .blog-post .blogpost-img .blog-name .blgpstttl {
            font-size: 52px; } }
        @media only screen and (max-width: 575px) {
          .blog-post .blogpost-img .blog-name .blgpstttl {
            font-size: 25px;
            text-align: center; } }

.sideblogger {
  padding: 47px 20px;
  border-radius: 5px;
  overflow: hidden; }
  .sideblogger .custom-btn {
    font-size: 13px; }

.font48 {
  font-size: 48px; }
  @media only screen and (max-width: 1199px) {
    .font48 {
      font-size: 40px; } }
  @media only screen and (max-width: 991px) {
    .font48 {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .font48 {
      font-size: 22px; } }

.prosection {
  padding-bottom: 97px; }
  @media only screen and (max-width: 1199px) {
    .prosection {
      padding-bottom: 77px; } }
  @media only screen and (max-width: 991px) {
    .prosection {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .prosection {
      padding-bottom: 30px; } }
  .prosection .slick-list {
    padding: 0 !important; }
  .prosection .prosmall .slick-slide {
    margin: 0 18px; }
    @media only screen and (max-width: 575px) {
      .prosection .prosmall .slick-slide {
        margin: 0 9px; } }
    .prosection .prosmall .slick-slide.slick-current .imgbig {
      border: 1px solid #ee3a6c; }
      .prosection .prosmall .slick-slide.slick-current .imgbig img {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
  .prosection .personrate h3 {
    color: #fabb00; }
  .prosection .personrate span {
    font-size: 12px; }
  .prosection .experience_btn {
    background-color: transparent;
    border: 1px solid #ffffff; }
  .prosection .varietypack {
    font-size: 14px; }
  .prosection .imgbig {
    position: relative; }
    .prosection .imgbig .available-game {
      position: absolute;
      bottom: 30px;
      left: 0;
      padding-left: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .prosection .imgbig .available-game p {
        font-size: 14px; }
  .prosection .protype-wrapper img {
    width: 30px; }
  .prosection .prodesc {
    font-size: 14px; }
  .prosection .flex-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .prosection .prolist li {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 12px;
    text-indent: -17px;
    padding-left: 32px; }
    .prosection .prolist li i {
      font-size: 14px;
      color: #34a7ff;
      margin-right: 12px; }
  .prosection .prodiscount {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    font-size: 13px;
    line-height: 1.2;
    padding: 8px; }
    .prosection .prodiscount span {
      color: #ee3a6c; }
  .prosection .pmntinfo {
    margin-bottom: 36px; }
    .prosection .pmntinfo img {
      max-width: 150px; }
    .prosection .pmntinfo i {
      font-size: inherit; }
  .prosection .reviewclient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .prosection .reviewclient .clientimg {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden; }
      @media only screen and (max-width: 991px) {
        .prosection .reviewclient .clientimg {
          width: 50px;
          height: 50px; } }
  .prosection .clienttext {
    width: calc(100% - 100px);
    padding-left: 15px; }
    @media only screen and (max-width: 991px) {
      .prosection .clienttext {
        width: calc(100% - 50px); } }
    .prosection .clienttext p {
      font-size: 12px; }
    .prosection .clienttext .author {
      font-size: 13px; }

.twoimgs img {
  max-height: 473px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

.moreprice {
  background-color: #000000; }

.simulator {
  background-color: #000000;
  padding: 87px 0; }
  @media only screen and (max-width: 1440px) {
    .simulator {
      padding: 70px 0; } }
  @media only screen and (max-width: 1199px) {
    .simulator {
      padding: 50px 0; } }
  @media only screen and (max-width: 991px) {
    .simulator {
      padding: 30px 0 50px; } }
  .simulator .simuldesc {
    max-width: 476px;
    margin-left: auto; }
    .simulator .simuldesc p {
      font-size: 14px; }
  .simulator .row-gap {
    margin-bottom: 70px; }
    @media only screen and (max-width: 1199px) {
      .simulator .row-gap {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .simulator .row-gap {
        margin-bottom: 30px; } }
    .simulator .row-gap:nth-of-type(2n) .simuldesc {
      margin-left: 0; }

.opacity-5 {
  opacity: 0.5; }

.pinkcolor {
  color: #ee3a6c; }

.font22 {
  font-size: 22px; }
  @media only screen and (max-width: 767px) {
    .font22 {
      font-size: 18px; } }

.font20 {
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .font20 {
      font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    .font20 {
      font-size: 16px; } }

.sharepost span {
  font-size: 10px; }
.sharepost ul li {
  margin-right: 15px; }
  .sharepost ul li:last-child {
    margin-right: 0; }

/*footerscss*/
.foologo {
  max-width: 190px;
  display: block;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .foologo {
      margin: 0 auto; } }

.copyright {
  font-size: 10px;
  color: #000000; }

.footerbottom {
  padding: 45px 0; }
  @media only screen and (max-width: 767px) {
    .footerbottom {
      padding: 25px 0; } }

.footer {
  position: relative;
  padding-bottom: 6.875vw;
  padding-top: 11.875vw; }
  @media only screen and (max-width: 575px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .footer h6 {
    font-size: 12px; }
  .footer ul li a {
    font-size: 12px;
    color: #ffffff;
    line-height: 2.1;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .footer ul li a:hover {
      text-decoration: none; }
  .footer .mailcall,
  .footer .linkcall {
    font-size: 12px;
    color: #ffffff;
    line-height: 2.1; }
    .footer .mailcall a,
    .footer .linkcall a {
      font-size: inherit;
      color: inherit;
      font-weight: bold; }

.non-footer-up {
  background-color: #000000;
  padding-top: 85px; }

@media only screen and (max-width: 575px) {
  .btnpament {
    width: 100%; } }

.fancybox-container * {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }
.fancybox-container h1,
.fancybox-container .h1,
.fancybox-container h2,
.fancybox-container .h2,
.fancybox-container h3,
.fancybox-container .h3,
.fancybox-container h4,
.fancybox-container .h4,
.fancybox-container h5,
.fancybox-container .h5,
.fancybox-container h6,
.fancybox-container .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }
.fancybox-container strong {
  font-weight: bold;
  font-family: "Montserrat", sans-serif; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

.white-spacenowrap {
  white-space: nowrap; }

.text-black {
  color: #000000 !important; }

.bg-orange {
  background-color: #c9a906 !important; }

.color-orange {
  color: #c9a906 !important; }

.exitgap {
  margin-bottom: 5.208vw; }
  @media only screen and (min-width: 1921px) {
    .exitgap {
      margin-bottom: 100px; } }

.bgcolor-black {
  background-color: #000000; }

.border-white {
  border-color: #ffffff; }

.letter-spacing-0 {
  letter-spacing: 0; }

.btn-bg-grey {
  background-color: rgba(115, 115, 115, 0.57); }

.bg-grey {
  background-color: #fafafa; }

.orangecolor {
  color: #fabb00; }

.sociallinks li {
  margin-right: 15px; }
  .sociallinks li:last-child {
    margin-right: 0; }
  .sociallinks li a {
    font-size: 18px !important; }
    .sociallinks li a i {
      font-size: inherit; }

.pass-box {
  padding: 35px;
  max-width: 288px; }
  .pass-box .pass-price {
    font-size: 51px;
    font-weight: bold;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pass-box .pass-price span {
      font-size: 12px;
      margin-left: 15px; }
  .pass-box .pass_desc {
    font-size: 13px; }
  .pass-box .btn-transparent {
    background-color: transparent;
    border: 1px solid RGB(191, 191, 191);
    color: #34a7ff; }


    /*** 12-01-22 css start here ***/
    header.header.custom_bg .mainnavbar {
      background: #071D70;
      padding: 40px 0;
  }
  .experience_bg_img {
    background-image: url(../images/cars_banner_img.png);
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
  .experience_banner {
    padding-top: 116px;
}

.experience_banner h2 {
  margin: 0;
  font-size: 66px;
  line-height: 0.909;
  color: #ffffff;
  font-weight: 700;
  padding:13px 10px;
}
.experience_bg_text_wrapper p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding-bottom: 32px;
}
.experience_bg_text_wrapper h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  font-weight: 700;
}
.experience_bg_text_wrapper{
  text-align: center;
}
.experience_btn a {
  font-size: 15px;
  background: #EE3A6C;
  color: #ffffff;
  border-radius: 25px;
  width: 228px;
  height: 47px;
  display: inline-block;
  line-height: 47px;
  font-weight: 700;
}
.see_vr_btn a {
  border: 1px solid #fff;
  color: #ffffff;
  width: 228px;
  height: 47px;
  line-height: 47px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
}
.see_vr_btn{
  padding-left:25px;
}
.experience_banner_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience_banner .slick-arrow.right{
  right: 70px;
  background: transparent;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ffffff;
    
    text-align: center !important;
}
.experience_banner .slick-arrow.left{
  left: 70px;
    background: transparent;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ffffff;
    
    text-align: center !important;
    /* left: 0; */
    right: 0;
    
}
.experience_banner ul.slick-dots {
  margin-top: -15px;
  z-index: 9999;
  position: relative;
  bottom: 50px;
}
.experience_banner .slick-dots li button {
  border: 1px solid #ffffff;
}
.experience_banner .slick-dots li.slick-active button{
  background-color:#EE3A6C;
  border-color:#ee3a6c
}
section.second_part.bg-white.warehouse.position-relative.top-devider span.divider.divider--tight-left.divider--1deg {
  background-color: #fff;
}
.available_inner h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 23px;
}
.available_inner ul{
  list-style: none;
}
.available_inner ul li{
  font-size: 14px;
  line-height: 23px;
  color: #EE3A6C;
  font-weight: 400;
}
.available_inner {
  padding-bottom: 35px;
}
.clienttext.pad_left {
  padding-left: 30px;
}
.clienttext.pad_left p.mb-0.font-weight-bold.text-white.text-uppercase.mb-0 {
  padding: 10px 0;
}
.vr-pro.custom_bgs{
  padding:100px 0;
  background: #010101;
}
.vr-pro-title {
  padding-bottom: 60px;
}
section.discover.position-relative.custom_discover span.divider.divider--tight-left.divider--1deg {
  background: #f9f9f9;
  bottom: auto;
  top: -12px;
}
.location_box_wrapper.mb-4.mb-lg-0 {
  width: 20%;
  padding: 0 15px;
}
.location_box_main_wrapper.mx-0.px-3 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  margin:0 -15px;
}
section.discover.position-relative.custom_discover .mx-auto.col-lg-7 {
  padding-bottom: 20px;
}
section.discover.position-relative.custom_discover .mx-auto.col-lg-7 h2 span.bluefont {
  display: block;
}
.prosection.prosection_gradient_bg {
  background: linear-gradient(to bottom, transparent 6%, black 92%);
  padding-bottom: 0;
}
.accord-title.close-slide:after {
  content: "-" !important;
}
.pad_bottom {
  padding-bottom: 50px;
  margin: 0;
}
.terms h2 {
  font-size: 20px;
  margin:0;
  padding-bottom: 15px;
  line-height: 1.3;
  font-weight: 900;
}
.terms_column {
  padding-bottom: 20px;
  max-width:83%;
margin:0 auto;
}
.terms p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-bottom: 10px;
}
.terms h2 b{
padding-bottom:15px;
display:block;
}
.terms.bg-white .col-lg-12.mx-auto.mb-4 h2{
padding-bottom:20px;
}
.terms p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.terms ul {
  list-style: none;
}
.terms ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.terms.mar-bottom-none {
  margin-bottom: 0;
}
.terms p a{font-size: 14px; font-weight: 600; color:#071b6a;}
.terms.bg-white {
  padding: 20px;
}
.terms.bg-white .col-lg-12.mx-auto.mb-4 {
  margin-bottom: 0 !important;
  padding: 0;
max-width:83%;
}
.terms.bg-white .col-lg-12.mx-auto.mb-4 p{
margin:0;
}
.terms p{
margin:0;
}

/***** media query start here *****/
@media(max-width:1100px){
  .discover.position-relative.custom_discover .locatename-wrap {
    padding: 17px 15px;
}
}
@media(max-width:1024px){
  .location_box_wrapper.mb-4.mb-lg-0{padding: 0 10px;}
  .location_box_main_wrapper.mx-0.px-3{margin:0 -10px;}
  
}
@media(max-width:991px){
  .experience_banner .slick-arrow.left{left: 20px;}
  .experience_banner .slick-arrow.right{right: 20px;}
  .experience_banner h2{font-size: 50px;}
  .location_box_wrapper.mb-4.mb-lg-0{width:50%;}
  
}
@media(max-width:767px){
  .experience_banner .slick-arrow.right{
    right: 25px;
  }
  .terms.bg-white .col-lg-12.mx-auto.mb-4{
    max-width: 100%;
  }
  .terms_column{
    max-width: 100%;
  }
  .vr-pro.custom_bgs{padding:40px 0;}
  .vr-pro-title{padding-bottom: 30px;}
  section.discover.position-relative.custom_discover .mx-auto.col-lg-7 h2 span.bluefont {
    display: inline;
}
  .experience_banner .slick-arrow.left{
    left:25px;
  }
  .experience_banner{
    padding-top:40px;
  }
  .experience_bg_text_wrapper h4{
    font-size: 16px;
  }
  .experience_banner h2{font-size: 40px;}
  .experience_bg_text_wrapper p{font-size: 20px;}
  
}

@media(max-width:575px){
  .location_box_wrapper.mb-4.mb-lg-0{
    width:100%;
  }
}


@media(max-width:568px){
  .experience_banner_btn{flex-direction: column;}
  .see_vr_btn{padding-left:0px; padding-top:20px;}
}


/*# sourceMappingURL=custom.css.map */

.available_inner p {
  color: #fff;
}

.available_inner h4 {
  margin-bottom: 1rem;
}

.passes-btns .grp-btn:hover svg g#\- g#Immotionvr-home {
  stroke: #ffffff;
}
.passes-btns .grp-btn:hover {
  background: #34a7ff;
}
.passes-btns .grp-btn:hover p {
  color: #ffffff;
}
.passes-btns .grp-btn:hover i {
  color: #ffffff;
}

#slider_nav_2 .imgbig img{
  min-height:60px;
  max-height:60px;
  width:100%;
}
.prosection .slick-list{padding-bottom: 15px !important;}
.blog-wrap .slick-track
{
    display: flex !important;
}

.blog-wrap .slick-slide
{
    height: inherit !important;
}
.game-name h6{
  height: 40px;
  overflow: hidden;
}
.cf-item-photo-action.panel-action {
  float: none;
  text-align: left;
}
#cf-query-start_date{

  border-color: #eee !important;
  border-right: 1px solid #eee !important;
}
.cta_review{
  text-align: center;
}

/* iframe.CHECKFRONT_DROPLET{
  height:1500px !important;
} */

@media(max-width:1100px){
  .discover .locationbox .locatename-wrap .locate-name{max-width: 90%;}
}
@media(max-width:480px){
  .discover .searchbox input{
    font-size: 13px !important;
    padding-right:20px !important;
  }
  .page-template-faq .faq .accord .accord-body a {
    overflow: auto;
    display: block;
}
}

.page-template-covid .covid-safety .col-lg-5.d-none.d-lg-block img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px){
.page-template-covid .covid-safety .col-lg-6.offset-lg-1 {
    margin-left: 5.333333%;
}
}

button#show_more_experiences {
    border: none;
}

.bgGradient {
  position: relative; }
  .bgGradient:after {
    content: '';
    position: absolute;
    widows: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(11, 29, 119, 0.85) 30%); }

.prosection {
  z-index: 2;
  position: relative; }

.bgVideo {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  pointer-events: none; }