/* color variables */
.foo-ls-sec .cta-w a, .breakdown--wrap .elem-wrap .text .wrapes .head, .two-col-w-p .two-col-ul .col-w .txt-w .head, .three-col-w-p .three-col-ul .col-w .txt-w .head, .spotlight-w-p .inner-w .middle .cta-w a, footer .bottom .right .head, footer .bottom .left p, header .inner-cont .nav-p .nav-w .nav-elem.forCta .cta-w a, .heading {
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fwrap {
  display: flex;
}
.fwrap.f-ro {
  flex-direction: row;
}
.fwrap.f-col {
  flex-direction: row;
}
.fwrap .left .price {
  font-size: 1.6rem;
}
@media only screen and (max-width: 991px) {
  .fwrap .right .btn-cta-yel a {
    padding: 0.45rem 1rem;
  }
}

.ota-listing-w .forBgSa span, .heading {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .ota-listing-w .forBgSa span, .heading {
    font-size: 24px;
  }
}

.breakdown--wrap .elem-wrap .text .wrapes .head, .two-col-w-p .two-col-ul .col-w .txt-w .head, .three-col-w-p .three-col-ul .col-w .txt-w .head, footer .bottom .right .head {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .text .wrapes .head, .two-col-w-p .two-col-ul .col-w .txt-w .head, .three-col-w-p .three-col-ul .col-w .txt-w .head, footer .bottom .right .head {
    font-size: 24px;
  }
}

.sec-pad {
  padding: 0 64px;
  margin: 72px 0;
}
@media only screen and (max-width: 991px) {
  .sec-pad {
    padding: 0 32px;
    margin: 56px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pad {
    padding: 0 16px;
    margin: 36px 0;
  }
}
@media only screen and (max-width: 991px) {
  .sec-pad.m-bleed {
    margin: 48px 0;
  }
}

@media only screen and (max-width: 991px) {
  .heading.m-left-pad {
    padding-left: 1rem;
  }
}

.bg-dark {
  background: #282828;
}

.text-light {
  color: #ffffff;
}

.rmv-pad-m {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .rmv-pad-m {
    padding-bottom: 0 !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  height: 100%;
}

/*common css start here*/
body {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
  color: #000000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  min-width: 300px;
  display: inline;
}
body main {
  max-width: 1920px;
  margin: 0 auto;
}

/*css change*/
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*Global wrapper classes*/
.desktopOnly {
  display: block;
}
@media only screen and (max-width: 991px) {
  .desktopOnly {
    display: none;
  }
}

.mobileOnly {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobileOnly {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 100%;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
/*reset variables*/
.noDisplay {
  display: none;
}

/* iPad portrait mode */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* Mobile layout css */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
footer .bottom .right .ls-w .nav-elem a .name-w, header .inner-cont .nav-p .nav-w .nav-elem a .name-w {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

footer .bottom .right .ls-w .nav-elem a .name-w:after, header .inner-cont .nav-p .nav-w .nav-elem a .name-w:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s linear;
}

footer .bottom .right .ls-w .nav-elem a .name-w:hover:after, header .inner-cont .nav-p .nav-w .nav-elem a .name-w:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

footer .bottom .right .ls-w .nav-elem a .name-w:after, header .inner-cont .nav-p .nav-w .nav-elem a .name-w:after {
  transform: scaleX(0);
  transform-origin: center right;
}

footer .bottom .right .ls-w .nav-elem a .name-w, header .inner-cont .nav-p .nav-w .nav-elem a .name-w {
  display: inline-block;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
header .inner-cont {
  width: 100%;
  padding: 24px 64px;
  display: flex;
  align-items: flex-start;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  header .inner-cont {
    padding: 30px 32px;
  }
}
@media only screen and (max-width: 767px) {
  header .inner-cont {
    padding: 18px 16px;
    justify-content: space-between;
  }
}
header .inner-cont .logo {
  width: 20%;
  display: flex;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  header .inner-cont .logo {
    width: 70%;
  }
}
header .inner-cont .logo svg {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  header .inner-cont .logo svg {
    width: 120px;
  }
}
header .inner-cont .nav-p {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  header .inner-cont .nav-p {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #ffffff;
    display: none;
  }
}
header .inner-cont .nav-p.active {
  display: block;
}
header .inner-cont .nav-p .nav-w {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .inner-cont .nav-p .nav-w {
    flex-direction: column;
    margin: 60px 0px;
    border-top: #D3D3D3 solid 1px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  header .inner-cont .nav-p .nav-w .nav-elem {
    margin-top: 2rem;
    padding: 0 16px;
  }
}
header .inner-cont .nav-p .nav-w .nav-elem.forCta {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  header .inner-cont .nav-p .nav-w .nav-elem.forCta {
    display: none;
  }
}
header .inner-cont .nav-p .nav-w .nav-elem.forCta .cta-w {
  margin-top: 0;
}
header .inner-cont .nav-p .nav-w .nav-elem.forCta .cta-w a {
  font-size: 1rem;
  color: #ffffff;
  padding: 12px 24px;
  background-color: #cc3333;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 10px;
  border: #cc3333 solid 1px;
  transition: background-color 0.2s linear;
}
header .inner-cont .nav-p .nav-w .nav-elem.forCta .cta-w a:hover {
  color: #212121;
  background-color: #ffffff;
  border: #cc3333 solid 1px;
}
header .inner-cont .nav-p .nav-w .nav-elem.forCta .cta-w a:hover span svg path {
  stroke: #212121;
}
header .inner-cont .nav-p .nav-w .nav-elem a {
  display: flex;
  color: #282828;
  text-decoration: none;
  align-items: center;
}
header .inner-cont .nav-p .nav-w .nav-elem a .icon-w {
  display: flex;
}
header .inner-cont .nav-p .nav-w .nav-elem a .icon-w svg {
  margin-right: 16px;
}
header .inner-cont .nav-p .nav-w .nav-elem a .name-w {
  font-size: 16px;
}
header .inner-cont .nav-p .nav-w .divider {
  width: 1px;
  margin: 0 16px;
  background-color: #949494;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  header .inner-cont .nav-p .nav-w .divider {
    display: none;
  }
}

.hamburger__p {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hamburger__p {
    display: block;
  }
}

.hamburger__wrap {
  display: flex;
  position: relative;
  z-index: 11;
}
.hamburger__wrap.open .hamburger__icon span {
  left: 2px;
}
.hamburger__wrap.open .hamburger__icon span:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger__wrap.open .hamburger__icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger__wrap.open .hamburger__icon span:nth-child(3) {
  top: 17px;
  transform: rotate(-45deg);
}
.hamburger__wrap .hamburger__icon {
  width: 24px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  z-index: 9;
}
.hamburger__wrap .hamburger__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #282828;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger__wrap .hamburger__icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.hamburger__wrap .hamburger__icon span:nth-child(2) {
  top: 8px;
  right: 0;
  left: unset;
  transform-origin: left center;
}
.hamburger__wrap .hamburger__icon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

footer {
  padding: 64px 64px;
  background-color: #282828;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 32px 16px 96px 16px;
  }
}
footer .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .bottom {
    flex-direction: column;
  }
}
footer .bottom .left {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer .bottom .left {
    width: 100%;
  }
}
footer .bottom .left svg {
  width: 276px;
}
@media only screen and (max-width: 767px) {
  footer .bottom .left svg {
    width: 142px;
  }
}
footer .bottom .left p {
  margin-top: 0.5rem;
  color: #ffffff;
  line-height: 1.2;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  footer .bottom .left p {
    font-size: 16px;
  }
}
footer .bottom .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  footer .bottom .right {
    margin-top: 1.5rem;
    width: 100%;
  }
}
footer .bottom .right .head {
  color: #ffffff;
  margin-bottom: 1rem;
}
footer .bottom .right .ls-w {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer .bottom .right .ls-w {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
footer .bottom .right .ls-w .nav-elem {
  margin-bottom: 8px;
}
footer .bottom .right .ls-w .nav-elem:last-child {
  margin-bottom: 0;
}
footer .bottom .right .ls-w .nav-elem a {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
}
footer .bottom .right .ls-w .nav-elem a .icon-w {
  display: flex;
}
footer .bottom .right .ls-w .nav-elem a .icon-w svg {
  margin-right: 16px;
}
footer .bottom .right .ls-w .nav-elem a .name-w {
  font-size: 16px;
}

.spotlight-w-p {
  width: 100%;
  height: 100vh;
}
.spotlight-w-p .inner-w {
  width: 100%;
  height: 100%;
  background-image: url("../img/spotlight1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.spotlight-w-p .inner-w .middle .head {
  max-width: 1030px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .spotlight-w-p .inner-w .middle .head {
    font-size: 25px;
    padding: 0 1rem;
  }
}
.spotlight-w-p .inner-w .middle .subHead {
  max-width: 1030px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .spotlight-w-p .inner-w .middle .subHead {
    padding: 0 1rem;
  }
}
.spotlight-w-p .inner-w .middle .cta-w {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.spotlight-w-p .inner-w .middle .cta-w a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  padding: 12px 24px;
  background-color: #ffffff;
  color: #212121;
  line-height: 1.2;
  border-radius: 10px;
  transition: background-color 0.2s linear;
}
.spotlight-w-p .inner-w .middle .cta-w a:hover {
  color: #ffffff;
  background-color: #cc3333;
}
.spotlight-w-p .inner-w .middle .cta-w a:hover span svg path {
  stroke: #212121;
}
.spotlight-w-p .inner-w .bottom .listw-ss {
  display: flex;
  padding-bottom: 48px;
}
.spotlight-w-p .inner-w .bottom .listw-ss .listwa {
  margin: 0 18px;
}
@media only screen and (max-width: 991px) {
  .spotlight-w-p .inner-w .bottom .listw-ss .listwa {
    margin: 0 10px;
  }
}
.spotlight-w-p .inner-w .bottom .listw-ss .listwa .iconw {
  margin-bottom: 1rem;
}
.spotlight-w-p .inner-w .bottom .listw-ss .listwa .iconw img {
  width: 20px;
}
.spotlight-w-p .inner-w .bottom .listw-ss .listwa .text {
  color: #ffffff;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  .spotlight-w-p .inner-w .bottom .listw-ss .listwa .text {
    font-size: 12px;
  }
}

.center-it {
  text-align: center;
}

.three-col-w-p .three-col-ul {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .three-col-w-p .three-col-ul {
    flex-direction: column;
    margin-top: 24px;
  }
}
.three-col-w-p .three-col-ul .col-w {
  flex: 0 0 24%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .three-col-w-p .three-col-ul .col-w {
    flex: unset;
    width: 100%;
    height: 100vw;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .three-col-w-p .three-col-ul .col-w:first-child {
    padding-top: 0;
  }
}
.three-col-w-p .three-col-ul .col-w img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-col-w-p .three-col-ul .col-w .txt-w {
  position: absolute;
  top: 75%;
  left: 0;
  color: #ffffff;
  padding: 0 1.6rem;
}
@media only screen and (max-width: 1250px) {
  .three-col-w-p .three-col-ul .col-w .txt-w {
    padding: 0 2rem;
    top: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .three-col-w-p .three-col-ul .col-w .txt-w {
    top: 85%;
  }
}
@media only screen and (max-width: 563px) {
  .three-col-w-p .three-col-ul .col-w .txt-w {
    top: 70%;
  }
}
.three-col-w-p .three-col-ul .col-w .txt-w .head {
  margin-bottom: 8px;
}
.three-col-w-p .three-col-ul .col-w .txt-w .para {
  font-size: 1rem;
  line-height: 24px;
}

.countries-w .countries-slider {
  margin-top: 48px;
}
.countries-w .countries-slider .slides {
  margin-right: 24px;
}
.countries-w .countries-slider .cont-w a {
  text-align: none;
  color: #ffffff;
  font-weight: 700;
}
.countries-w .countries-slider .cont-w .image-w {
  position: relative;
  width: 100%;
}
.countries-w .countries-slider .cont-w .image-w img {
  width: 100%;
}
.countries-w .countries-slider .cont-w .text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .countries-w .countries-slider .cont-w .text {
    font-size: 20px;
  }
}

.two-col-w-p .two-col-ul {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .two-col-w-p .two-col-ul {
    flex-direction: column;
    margin-top: 24px;
  }
}
.two-col-w-p .two-col-ul .col-w {
  flex: 0 0 49%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .two-col-w-p .two-col-ul .col-w {
    flex: unset;
    width: 100%;
    padding: 0.5rem 0rem;
  }
}
@media only screen and (max-width: 991px) {
  .two-col-w-p .two-col-ul .col-w:first-child {
    padding-top: 0;
  }
}
.two-col-w-p .two-col-ul .col-w .image-w {
  width: 100%;
  display: flex;
}
.two-col-w-p .two-col-ul .col-w .image-w img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-w-p .two-col-ul .col-w .txt-w {
  background-color: #f5f5f5;
  color: #282828;
  padding: 1.6rem 1.6rem;
  min-height: 168px;
}
.two-col-w-p .two-col-ul .col-w .txt-w .head {
  margin-bottom: 8px;
}
.two-col-w-p .two-col-ul .col-w .txt-w .para {
  font-size: 1rem;
  line-height: 24px;
}

.breakdown--wrap .elem-wrap {
  display: flex;
  width: 100%;
  height: 55vw;
  position: sticky;
  top: 0;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap {
    height: auto;
    flex-direction: column;
    position: relative;
  }
}
.breakdown--wrap .elem-wrap.alternateFlex {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap.alternateFlex {
    flex-direction: column;
  }
}
.breakdown--wrap .elem-wrap .image {
  width: 50%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .image {
    width: 100%;
    display: flex;
  }
}
.breakdown--wrap .elem-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breakdown--wrap .elem-wrap .text {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem;
  text-align: left;
  font-size: 1rem;
  line-height: 24px;
  color: #282828;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .text {
    width: 100%;
    padding: 1rem 1rem;
  }
}
.breakdown--wrap .elem-wrap .text .wrapes {
  max-width: 380px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .text .wrapes {
    max-width: unset;
    margin-left: unset;
  }
}
.breakdown--wrap .elem-wrap .text .wrapes .head {
  line-height: 1.1;
  margin: 1rem 0;
}
@media only screen and (max-width: 991px) {
  .breakdown--wrap .elem-wrap .text .wrapes .head.alter {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 992px) {
  .breakdown--wrap .elem-wrap .text .wrapes .sub {
    width: 100%;
  }
}
.breakdown--wrap .elem-wrap .text .wrapes .sub span {
  white-space: nowrap;
}
.breakdown--wrap .elem-wrap .text .wrapes .dot-red {
  background-color: #cc3333;
  width: 23px;
  height: 23px;
}

.sec-logos-was {
  text-align: center;
  background-color: #F5F5F5;
  padding: 72px 0;
}
@media only screen and (max-width: 992px) {
  .sec-logos-was {
    text-align: left;
    padding: 56px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-logos-was {
    padding: 36px 0;
  }
}
.sec-logos-was .logo-w-ss {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec-logos-was .logo-w-ss {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .sec-logos-was .logo-w-ss::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec-logos-was .logo-w-ss {
    margin-top: 16px;
  }
}
.sec-logos-was .logo-w-ss .logo-ps {
  flex: 0 0 17%;
  margin: 12px 12px;
}
@media only screen and (max-width: 992px) {
  .sec-logos-was .logo-w-ss .logo-ps {
    flex: 0 0 17%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-logos-was .logo-w-ss .logo-ps {
    flex: none;
  }
}
.sec-logos-was .logo-w-ss .logo-ps:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .sec-logos-was .logo-w-ss .logo-ps:first-child {
    margin-left: 1rem;
  }
}
.sec-logos-was .logo-w-ss .logo-ps img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .sec-logos-was .logo-w-ss .logo-ps img {
    max-width: 120px;
    background: white;
    border-radius: 1rem;
    padding: 1rem 1rem;
  }
}

.two-col-w-p-bleedin .two-col-ul {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .two-col-w-p-bleedin .two-col-ul {
    flex-direction: column-reverse;
  }
}
.two-col-w-p-bleedin .two-col-ul .col-w {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .two-col-w-p-bleedin .two-col-ul .col-w {
    width: 100%;
  }
}
.two-col-w-p-bleedin .two-col-ul .col-w .image-w {
  width: 100%;
}
.two-col-w-p-bleedin .two-col-ul .col-w .image-w img {
  width: 100%;
}
.two-col-w-p-bleedin .two-col-ul .col-w {
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.two-col-w-p-bleedin .two-col-ul .col-w:last-child {
  position: relative;
}
.two-col-w-p-bleedin .two-col-ul .col-w:last-child:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #FFD100;
  right: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .two-col-w-p-bleedin .two-col-ul .col-w:last-child:after {
    width: 100%;
    height: 8px;
  }
}
.two-col-w-p-bleedin .two-col-ul .col-w:last-child:before {
  content: "";
  width: 8px;
  height: 20%;
  background-color: #cc3333;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .two-col-w-p-bleedin .two-col-ul .col-w:last-child:before {
    width: 20%;
    height: 8px;
    right: unset;
    left: 0;
  }
}
.two-col-w-p-bleedin .two-col-ul .col-w .txt-w {
  padding: 0 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .two-col-w-p-bleedin .two-col-ul .col-w .txt-w {
    padding: 24px 2rem;
  }
}
.two-col-w-p-bleedin .two-col-ul .col-w .txt-w .head {
  font-size: 32px;
}
@media only screen and (max-width: 992px) {
  .two-col-w-p-bleedin .two-col-ul .col-w .txt-w .head {
    font-size: 16px;
  }
}
.two-col-w-p-bleedin .two-col-ul .col-w .txt-w .para {
  font-size: 62px;
}
@media only screen and (max-width: 992px) {
  .two-col-w-p-bleedin .two-col-ul .col-w .txt-w .para {
    font-size: 25px;
  }
}

.ota-listing-w {
  display: flex;
  align-items: flex-end;
  width: 100%;
  background-image: url("../img/spotlight1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 48px;
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  .ota-listing-w {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ota-listing-w {
    flex-direction: column;
    background-image: unset;
    padding: 0;
  }
}
.ota-listing-w .forBgSa {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .ota-listing-w .forBgSa {
    width: 100%;
    padding: 140px 10px 10px 10px;
    background-image: url("../img/spotlight1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.ota-listing-w .forBgSa span {
  max-width: 400px;
  color: #fff;
  font-weight: 700;
}
.ota-listing-w .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .ota-listing-w .right {
    width: 100%;
  }
}
.ota-listing-w .right .some-sa {
  width: 100%;
  border: 2px solid #4d4d4d;
  font-family: Arial, sans-serif;
  color: white;
}
.ota-listing-w .right .some-sa .tabs {
  display: flex;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  background-color: #4d4d4d;
  border: #4d4d4d solid 4px;
}
.ota-listing-w .right .some-sa .tabs .tabType {
  flex: 1;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
.ota-listing-w .right .some-sa .tabs .tabType.active {
  background-color: #ffc107;
  color: black;
}
.ota-listing-w .right .some-sa .tabs .tabType.inactive {
  background-color: #4d4d4d;
}
.ota-listing-w .right .child-w {
  padding: 8px 4px;
  background-color: #ffffff;
  color: #4d4d4d;
  min-height: 342px;
}
.ota-listing-w .right .booking-options {
  padding: 10px;
  display: none;
}
.ota-listing-w .right .booking-options.active {
  display: block;
}
.ota-listing-w .right .booking-options .sub-heads {
  font-size: 11px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 0;
}
.ota-listing-w .right .booking-options .booking-option {
  width: 100%;
}
.ota-listing-w .right .booking-options .booking-option .tick-w {
  display: flex;
}
.ota-listing-w .right .booking-options .booking-option .tick-w .wrap-t {
  border-radius: 4px;
  padding: 4px;
  background: #EBFFF8;
  font-weight: 400;
  font-size: 10px;
  color: #006642;
  display: flex;
}
.ota-listing-w .right .booking-options .booking-option .tick-w .wrap-t.grey {
  background: #F5F5F5;
  color: #282828;
}
.ota-listing-w .right .booking-options .booking-option .tick-w .wrap-t span {
  display: flex;
}
.ota-listing-w .right .booking-options .booking-option .tick-w .wrap-t span svg {
  display: flex;
  margin-right: 4px;
}
.ota-listing-w .right .booking-options .booking-option .divider-c {
  border: #D3D3D3 dotted 1px;
  margin: 12px 0;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .left {
  width: 50%;
  margin: 0;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .left .brand {
  display: flex;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .left .brand svg {
  display: flex;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .left .brand img {
  width: 4rem;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .right {
  width: 50%;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .right a {
  text-decoration: none;
  color: #006DDB;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .right a span {
  display: flex;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .top .right a span svg {
  display: flex;
  margin-left: 8px;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .bottom {
  margin-top: 8px;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .bottom ul {
  display: flex;
}
.ota-listing-w .right .booking-options .booking-option .hotel-link .inner-w .bottom ul li {
  margin-right: 4px;
}

.app-full-img {
  width: 100%;
  margin-top: 76px;
  display: flex;
}
.app-full-img img, .app-full-img picture {
  width: 100%;
}

.foo-ls-sec .cta-w {
  margin-top: 24px;
  display: flex;
}
.foo-ls-sec .cta-w a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  padding: 12px 24px;
  background-color: #cc3333;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 10px;
  border: #cc3333 solid 1px;
  transition: background-color 0.2s linear;
}
.foo-ls-sec .cta-w a:hover {
  color: #212121;
  background-color: #ffffff;
  border: #cc3333 solid 1px;
}
.foo-ls-sec .cta-w a:hover span svg path {
  stroke: #212121;
}

.icon-ls-w {
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
  justify-content: space-between;
}
.icon-ls-w .icon-ls-e {
  flex: 0 0 31%;
  margin-bottom: 60px;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .icon-ls-w .icon-ls-e {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 767px) {
  .icon-ls-w .icon-ls-e {
    flex: 0 0 100%;
  }
}
.icon-ls-w .icon-ls-e:last-child {
  margin-bottom: 0;
}
.icon-ls-w .icon-ls-e .left {
  width: calc(100% - 50px);
}
.icon-ls-w .icon-ls-e .left .head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  .icon-ls-w .icon-ls-e .left .head {
    font-size: 16px;
  }
}
.icon-ls-w .icon-ls-e .left .para {
  color: #6f6f6f;
  font-size: 1rem;
}
@media only screen and (max-width: 992px) {
  .icon-ls-w .icon-ls-e .left .para {
    font-size: 14px;
  }
}
.icon-ls-w .icon-ls-e .right {
  width: 50px;
}
.icon-ls-w .icon-ls-e .right .img-icon {
  width: 100%;
  text-align: right;
}
.icon-ls-w .icon-ls-e .right .img-icon img {
  width: 30px;
}

.state__slider__heading {
  font-size: 2rem;
  font-weight: bold;
}

.state__slider {
  padding: 0rem 0 5rem 5rem;
  background: #ffffff;
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  .state__slider {
    padding: 0rem 0 3rem 3rem;
  }
}
.state__slider::-webkit-scrollbar {
  width: 1px;
}
.state__slider::-webkit-scrollbar-track {
  background: transparent;
}
.state__slider::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.state__slider .slider__w {
  overflow-y: scroll;
  display: inline-flex;
}
.state__slider .slider__w .sma {
  position: relative;
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma {
    margin-right: 1rem;
  }
}
.state__slider .slider__w .sma img {
  width: 30rem;
  height: 30rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma img {
    width: 70vw;
    height: 70vw;
  }
}
.state__slider .slider__w .sma .sname {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma .sname {
    font-size: 2rem;
  }
}
.state__slider .slider__w .sma .bottom-text-w {
  color: #6F6F6F;
  margin-top: 24px;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .state__slider .slider__w .sma .bottom-text-w {
    margin-top: 16px;
    font-size: 16px;
  }
}
.state__slider a {
  text-decoration: none;
}
.state__slider a .image-w {
  position: relative;
}

.cards-w {
  overflow: scroll;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
}
.cards-w::-webkit-scrollbar {
  display: none;
}
.cards-w .text-2 {
  font-size: 14px;
  font-weight: 100;
}
.cards-w h6 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.cards-w .cards-ul {
  display: flex;
}
.cards-w .cards-ul .cards {
  width: 300px;
  margin-right: 16px;
}
.cards-w .cards-ul .cards .image {
  height: 200px;
  width: 100%;
  display: flex;
}
.cards-w .cards-ul .cards .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cards-w .cards-ul .cards .coming-soon-sss {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76%;
  margin-top: 8px;
  border-radius: 8px;
}
.cards-w .cards-ul .cards .card-body {
  padding: 16px;
  height: 345px;
  overflow-y: scroll;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cards-w .cards-ul .cards .card-body .name-w {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cards-w .cards-ul .cards .card-body .location {
  margin: 4px 0;
}
.cards-w .cards-ul .cards .card-body .tick-w {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t {
  border-radius: 4px;
  padding: 4px;
  background: #EBFFF8;
  font-size: 10px;
  color: #006642;
  display: flex;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t.grey {
  background: #F5F5F5;
  color: #282828;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t span {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .tick-w .wrap-t span svg {
  display: flex;
  margin-right: 4px;
}
.cards-w .cards-ul .cards .card-body .divider-c {
  border: #D3D3D3 dotted 1px;
  margin: 12px 0;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top {
  display: flex;
  justify-content: space-between;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left {
  width: 50%;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left .brand {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left .brand svg {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .left .brand img {
  width: 4rem;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right {
  width: 50%;
  text-align: right;
  font-size: 14px;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right a {
  text-decoration: none;
  color: #006DDB;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right a span {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .top .right a span svg {
  display: flex;
  margin-left: 8px;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .bottom {
  margin-top: 8px;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .bottom ul {
  display: flex;
}
.cards-w .cards-ul .cards .card-body .hotel-link .inner-w .bottom ul li {
  margin-right: 4px;
}
.cards-w .cards-ul .cards .card-body .more-option {
  text-align: center;
  font-size: 14px;
  color: #006DDB;
  margin-top: 1rem;
  cursor: pointer;
}

.property-card {
  display: none;
}
.property-card.active {
  display: block;
}

.property-tabs {
  margin: 48px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .property-tabs {
    margin: 24px 0;
    display: flex;
    overflow-x: scroll;
  }
  .property-tabs::-webkit-scrollbar {
    display: none;
  }
}
.property-tabs button {
  padding-bottom: 16px;
  margin-right: 48px;
  border: none;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  color: #6F6F6F;
  border-bottom: 2px solid transparent;
}
.property-tabs button.active {
  color: #282828;
  border-bottom: 2px solid #282828;
}
.property-tabs button:last-child {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .property-tabs button {
    margin-right: 24px;
    font-size: 1rem;
    text-wrap: nowrap;
  }
}

.display-icons {
  margin-top: 0 !important;
  background-color: #F5F5F5;
  padding-top: 72px;
}
@media only screen and (max-width: 991px) {
  .display-icons {
    padding: 32px 32px 0 32px;
    margin: 56px 0;
  }
}
@media only screen and (max-width: 767px) {
  .display-icons {
    padding: 16px 16px 0 16px;
    margin: 36px 0;
  }
}
.display-icons .icons-dsa {
  margin-top: 36px;
}
.display-icons .icons-dsa .listw-ss {
  display: flex;
  padding-bottom: 48px;
  text-align: center;
  justify-content: center;
}
.display-icons .icons-dsa .listw-ss .listwa {
  margin: 0 18px;
  flex: 0 0 20%;
}
@media only screen and (max-width: 991px) {
  .display-icons .icons-dsa .listw-ss .listwa {
    margin: 0 10px;
    flex: 0 0 32%;
  }
}
.display-icons .icons-dsa .listw-ss .listwa .iconw {
  background-color: #282828;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 10px;
  display: inline-flex;
}
.display-icons .icons-dsa .listw-ss .listwa .iconw img {
  width: 20px;
}
.display-icons .icons-dsa .listw-ss .listwa .text {
  color: #282828;
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .display-icons .icons-dsa .listw-ss .listwa .text {
    font-size: 16px;
  }
}

@font-face {
  font-family: SharpGroteskBold;
  src: url(./fonts/SharpGroteskBold25.woff2);
  font-weight: bold;
}
@font-face {
  font-family: WorkSans;
  src: url(./fonts/WorkSans-VariableFont_wght.woff);
  font-weight: normal;
}
@font-face {
  font-family: WorkSansBold;
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/worksans/v9/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/*# sourceMappingURL=main.css.map */