@font-face {
  font-family: Centrano;_light;
  src: url(../../media/fonts/Jost-Light.woff2) format("woff2"), url(../../media/fonts/Jost-Light.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
html {
  scroll-behavior: smooth
}
/* CSS from Home Page - start */
.bannerTop img {
  animation: shake-vertical 15s ease-in-out infinite both;
}
.btn-video:after {
  color: #fff;
}
.btn-text.btn-video:before {
  background-color: #fff;
}
body>nav {
  background-color: #05365E;
}
.menu-mini {
  background: #05365E;
}

.menu-mini li>a {
  color: #fff;
  transition: 0.3s color;
}

.menu-mini li>a:hover {
  color: #80EF4A;
}
nav:not(.light) .menu-cnt>ul>li>a {
  color: #fff;
}

.menu-cnt>ul>li:hover>a {
  color: #80EF4A !important;
}

.menu-right ul li {
  display: inline;
}

.menu-right a.btn-blueGreenImportant:hover {
  background-color: #80EF4A !important;
  border-color: #80EF4A !important;
}

.menu-right a.btn-xs:hover {
  background-color: #00587A !important;
  border-color: #00A8E8 !important;
}

.menu-right a.btn.btn-border {
  color: #80EF4A;
}

.menu-right a.btn.btn-border:hover {
  color: #fff !important;
  border-color: #00A8E8;
}
.ResourcesAbout {
  clear: both;
  height: 40px;
  display: block;
}
/* CSS from Home Page - end */
/* Default - start */
a {
  transition:0.5s background-color;
}
h1 {
  color: #05365E;
  font-size: 45px;
  font-weight: bold;
  line-height: 52px;
}
h3 {
  margin: 0;
}
p {
  font-size: 17px;
  color: #666;
  margin: 0 0 17px;
}
.blue_bg {
  background-color: #00a8e8;
  color: #fff;
  padding: 0 32px;
  border-radius: 100px;
  display: inline-block;
  margin-top: 4px;
}
.rez_white_btn {
  background-color: #fff;
  border: 1px solid #00a8e8;
  color: #00a8e8;
  font-size: 17px;
  text-decoration: none;
  padding: 8px 46px;
  display: inline-block;
  border-radius: 100px;
}
.rez_white_btn:hover {
  background-color: #00a8e8;
  color: #fff;
}
.rez_blue_btn {
  background-color: #05365E;
  border: 1px solid #00a8e8;
  color: #00a8e8;
  font-size: 17px;
  text-decoration: none;
  padding: 8px 46px;
  display: inline-block;
  border-radius: 100px;
}

.rez_blue_btn:hover {
  background-color: #fff;
  color: #05365E;
}
.rez_skye_btn {
  display: block;
  color: #00a8e8;
  margin: 30px;
}

.rez_skye_btn:hover {
  color: #05365E;
}
.showTablet {
  display: none;
}

.show767 {
  display: none;
}
.v_align {
  align-items: center;
}
.txt_right {
  text-align: right;
}
/* Default - end */
/* Accordion - start */
.accordion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-list>li.active {
  padding: 0 0 15px 0;
}

.accordion-list>li>a {
  display: block;
  text-decoration: none;
  padding: 30px 0 10px 45px;
  position: relative;
  transition: all 0.5s;
}
.accordion-list>li>a:hover {
  color: #00a8e8;
}
.accordion-list>li.active>a:before {
  transform: rotate(90deg);
}

.accordion-list>li>a:before {
  content: "\67";
  font-family: Icons;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -9px;
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.5s;
  border-radius: 0;
  padding: 10px;
}

.accordion-list>li>a:hover:before {
  opacity: 1;
}

.accordion-list>li>.content {
  height: 0;
  display: none;
  overflow: hidden;
}

.accordion-list>li>.content>* {
  margin-top: 0;
  margin-bottom: 0;
}
/* Accordion - end */
.section-ovarlay-image:before {
}
.bannerTop {
  background-color: #05365E !important;
  background-image: url(images/feature_rr_2025-03.svg);
  background-repeat: no-repeat;
  background-size: 95% auto;
  background-position: center;
}
.bannerTop h1 {
  line-height: 60px;
  letter-spacing: 3px;
}
.rez_blueBtn {
  background-color: #fff !important;
  color: #00a8e8 !important;
  padding: 10px 40px;
}
.rez_blueBtn:hover {
  background-color: #00a8e8 !important;
  border-color: #fff !important;
}
.bannerTop .rez_blueBtn:hover {
  background-color: #00a8e8 !important;
  border-color: #fff !important;
}
.rez_section2 {
  background-color: #F0EEEE;
}
.rez_section2 > div {
  padding: 45px 0 40px !important;
}
.rez_section2 h2 {
  font-size: 30px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 40px;
}
.rez_section2 h2 span {
  color: #00a8e8;
}
.rez_section2_2cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.rez_section2 h3 {
  margin: 0;
  margin: 0 0 12px;
}
.rez_section2 p {
  color: #05365E;
  margin: 0 0 12px;
}
.rez_section3 {
  text-align: center;
  padding: 60px 0 35px;
}
.rez_section3_3cols {  
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14%;
  width: 800px;
  margin: 0 auto;
  border-bottom: 3px solid #f1f5f7;
  padding: 25px 0 40px;
}
.rez_section3_3cols > a {
  background-color: #F0EEEE;
  text-align: center;
  border-radius: 11px;
  box-shadow: 4px 7px 15px -10px #585b6f;
  padding: 40px 0 25px;
  text-decoration: none;
}
.rez_section3_3cols>a:hover {
  background-color: #e6f3f8;
  box-shadow: 4px 7px 15px -10px #000;
}
.rez_section3_3cols>a img {
  display: block;
  margin: 0 auto;
}
.rez_section3_3cols>a span {
  color: #05365E;
  font-weight: bold;
  font-size: 17px;
  margin-top: 20px;
  display: block;
}
.rez_hotel {
  text-align: center;
  padding: 40px 0;
}
.rez_2cols_default {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  padding: 40px 0;
  grid-gap: 60px;
}
.rez_2cols_default > div:first-child {
  order: 1;
}
.rez_2cols_default h2 {
  font-size: 30px;
  line-height: 42px;
}
.rez_2cols_default h2 span {
  color: #00a8e8;
}
.rez_2cols_default p {
  color: #05365E;
  font-size: 17px;
}
.rez_2cols_default ul li {
  color: #05365E;
}
.rez_2cols_default_order2 > div:last-child {
  order: 1;
}
.rez_2cols_default__3cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin: 30px 0 0;
}
.rez_2cols_default__3cols img {
  display: block;
  margin: 0 auto 15px;
}
.rez_2cols_default__3cols span {
  line-height: 20px;
  color: #05365E;
}
.rez_browser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  grid-gap: 40px;
}
.rez_browser h2 {
  font-size: 30px;
  line-height: 42px;
}
.rez_browser h2 span {
  color: #00a8e8;
}
.rez_browser p {
  color: #05365E;
  font-size: 17px;
}
.rez_exit {
  width: 76%;
  margin: 0 auto;
}
.rez_exit p {
  margin-top: 16px;
}
.rez_small {
  font-size: 30px;
}
.rez_exit .blue_bg {
  margin: 13px 0 18px;
}
.rez_exit_3cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin: 50px auto 30px;
  grid-gap: 46px;
}
.rez_exit_3cols > div {
  box-shadow: 4px 4px 11px -7px #000;
}
.welcome_social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 10%;
  align-items: center;
}
.welcome_social h2 {
  font-size: 30px;
}
.welcome_social .blue_bg {
  margin: 10px 0 20px;
}
.welcome_social > div:first-child img {
  width: 320px;
}
.rez_hotel_blue {
  background-color: #05365E;
}
.rez_hotel_blue h2, .rez_hotel_blue p {
  color: #fff;
}
.rez_tools {
  background-color: #F0EEEE;
  text-align: center;
  padding: 70px 0 60px;
}
.rez_tools_p {
  width: 690px;
  margin: 20px auto 30px;
}
.rez_tools_2cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px 100px;
  text-align: left;
}
.rez_tools_2cols span {
  background-color: #05365E;
  width: 56px;
  height: 5px;
  display: block;
}
.rez_tools_2cols h2 {
  font-size: 30px;
  color: #05365E;
  line-height: 42px;
  margin: 20px 0 0;
}
.rez_tools_2cols p {
  font-size: 17px;
  color: #05365E;
}
.weekly_report {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 900px;
  grid-gap: 50px;
  padding: 50px 0 5px;
  border-bottom: 3px solid #f1f5f7;
}
.weekly_report h2 {
  font-size: 30px;
  line-height: 37px;
}
.weekly_report h2 span {
  color: #00a8e8;
}
.rez_testi_2cols {
  position: relative;
  padding: 60px 0;
}
.rez_testi_2cols > div:first-child {
  width: 50%;
  float: left;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('images/rez_testi_bg.png') no-repeat center left;
  padding: 50px 0;
}
.rez_testi_2cols>div:first-child h2:first-child {
  font-size: 30px;
  font-weight: 100;
  font-family: Centrano;_light;
  margin-bottom: 20px;
}
.rez_testi_2cols>div:first-child h2:nth-child(2) {
  font-size: 30px;
}
.rez_testi_2cols>div:nth-child(2){
  width: 50%;
  float: right;
  border-left: 8px solid #00a8e8;
  padding-left: 3%;
}
.rez_testi_2cols h1 {
  font-size: 30px;
  font-weight: 100;
}
.glide__slides {
  align-items: center;
}
.glide__slide img {
  width: 150px !important;
  margin-top: 0;
}
.glide__bullets {
  bottom: 26px !important;
  right: -75px !important;
}
.glide__bullets>button {
  border-color: #00a8e8;
  width: 25px;
  height: 25px;
}
.glide__bullets>button.glide__bullet--active {
  background-color: #00a8e8;
  border-color: #00a8e8;
}
.rez_blog {
  background-color: #F0EEEE;
  padding: 50px 0;
}
.rez_blog h2 {
  text-align: center;
  margin-bottom: 40px;
}
.rez_blog_2cols {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  grid-gap: 85px;
  width: 90%;
  margin: 0 auto;
}
.rez_blog_2cols h2 {
  font-size: 20px;
  border-bottom: 2px solid #f1f5f7;
  padding-bottom: 20px;
  text-align: left;
  margin: 0;
}
.rez_blog_2cols p {
  color: #05365E;
  margin-top: 20px;
  margin-bottom: 0;
}
.rez_blog_2cols > div:first-child {
  background-color: #fff;
  transition: 0.3s box-shadow;
}
.rez_blog_2cols>div:first-child > a {
  text-decoration: none;
  display: block;
}
.rez_blog_2cols>div:first-child:hover {
  box-shadow: 3px 3px 22px -17px #000;
}
.rez_blog_2cols>div:first-child > a > div {
  padding: 20px 40px 20px;
}
.rez_blog_2cols > div:nth-child(2) {
  display: grid;
  grid-gap: 40px;
}
.rez_blog_2cols > div:nth-child(2) > div > a {
  display: grid;
  background-color: #fff;
  grid-template-columns: 2fr 3fr;
  text-decoration: none;
  transition: 0.3s box-shadow;
}
.rez_blog_2cols>div:nth-child(2)>div>a:hover {
  box-shadow: 3px 3px 22px -17px #000;
}
.rez_blog_2cols>div:nth-child(2)>div > a > div:nth-child(1) {
  height: 0;
}
.rez_blog_2cols>div:nth-child(2)>div > a > div:nth-child(2) {
  padding: 20px 36px;
}
.rez_faq {
  padding: 60px 0;
}
.rez_faq_2cols {
  display: grid;
  grid-template-columns: 1.1fr 1.8fr;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  grid-gap: 80px;
}
.rez_faq_2cols h2 {
  font-size: 30px;
  line-height: 37px;
}
.rez_blueBG > div {
  background-color: #05365E;
  border-radius: 23px;
  padding: 40px 5%;
  box-shadow: 2px 2px 11px -3px #00a8e8;
}
.rez_blueBG>div h2 {
  color: #fff;
}
.rez_blueBG>div p {
  color: #fff;
}
.rez_blueBG>div p b {
  color: #fff;
}
.rez_blueBG>div a {
  background-color: #00a8e8;
  color: #fff;
  text-decoration: none;
  padding: 11px 53px;
  border-radius: 100px;
  margin: 17px 0 0;
  display: inline-block;
  cursor: pointer;
}
.rez_blueBG>div a:hover {
  background-color: #fff;
  color: #00a8e8;
}
.rez_tour {
  text-align: center;
  padding: 100px 0;
}
.rez_tour p {
  color: #05365E;
}
@media only screen and (max-width: 1199px) {
  .glide__bullets {
    right: -10% !important;
  }
  .rez_blog_2cols {
    width: 100%;
  }
  .rez_blog_2cols h2 {
    padding-bottom: 5px;
  }
  .rez_blog_2cols p {
    margin-top: 15px;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a>div:nth-child(2) {
    padding: 20px 32px;
  }
  .rez_section3_3cols {
    grid-gap: 8%;
    width: 730px;
  }
}
@media only screen and (max-width: 991px) {
  .bannerTop::before {
    background-image: none;
    background-color: #fff;
    bottom: 0;
    height: 250px;
  }
  footer .menu-inner li>a {
    height: auto;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .cartstackFooter .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cartstackFooter .row .col-lg-3:nth-child(2) {
    margin-top: 0;
  }

  .hide_onTablet {
    display: none;
  }

  .showTablet {
    display: block;
  }

  .bannerTop .container {
    padding-top: 50px;
  }

  .menu-mini {
    display: none;
  }

  .menu-classic .menu-btn:before {
    color: #fff;
  }

  nav:not(.light) .menu-cnt>ul>li>a {
    color: #333;
  }

  .menu-right a.btn.btn-border {
    color: #00A8E8 !important;
    border: 2px solid #00A8E8 !important;
    font-weight: 700;
  }
  .rez_section2_2cols {
    grid-template-columns: 1fr;
  }
  .rez_2cols_default {
    grid-template-columns: 1fr;
    padding: 40px 0 20px;
    grid-gap: 0;
  }
  .rez_tools_2cols {
    grid-template-columns: 1fr;
  }
  .rez_blog_2cols {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .rez_2cols_default img {
    width: 60%;
    margin: 20px auto;
  }
  .rez_2cols_default h2 {
    text-align: center;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a {
    grid-template-columns: 1.2fr 3fr;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a>div:nth-child(2) {
    padding: 40px 32px;
  }
  .rez_2cols_default__3cols {
    margin: 30px auto 0;
    width: 455px;
    grid-gap: 20px;
  }
  .rez_2cols_default__3cols img {
    width: auto !important;
  }
  .millionsInHome .container {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .weekly_report {
    grid-template-columns: 1fr;
    width: 90%;
    text-align: center;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .rez_tools_p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    line-height: 46px;
  }
  .rez_2cols_default img {
    width: 70%;
  }
  .rez_browser {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
  .rez_browser p {
    margin-top: 10px;
  }
  .rez_browser img {
    margin: 0;
  }
  .rez_exit_3cols {
    grid-template-columns: 1fr;
  }
  .rez_exit_3cols>div {
    box-shadow: none;
  }
  .rez_exit_3cols>div img {
    box-shadow: 4px 4px 11px -7px #000;
  }
  .welcome_social {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
  .rez_section3_3cols {
    grid-gap: 30px;
    width: 90%;
  }
  .rez_testi_2cols>div:first-child {
    float: none;
    width: 100%;
    position: relative;
    transform: none;
  }
  .rez_testi_2cols>div:nth-child(2) {
    float: none;
    width: 100%;
  }
  .rez_testi_2cols {
    padding: 30px 0;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a {
    grid-template-columns: 1fr;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a>div:nth-child(1) {
    display: none;
  }
  .hide767 {
    display: none;
  }
  .show767 {
    display: block;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a>div:nth-child(2) {
    padding: 0;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a>div:nth-child(2) h2 {
    padding: 20px 0 5px;
    margin: 0 40px;
  }
  .rez_blog_2cols>div:nth-child(2)>div>a>div:nth-child(2) p {
    margin: 15px 40px 20px;
  }
  .rez_faq_2cols {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .bannerTop::before {
    height: 180px;
  }
}
@media only screen and (max-width: 650px) {
  .rez_section3_3cols {
    display: block;
  }
  .rez_section3_3cols>a {
    width: 185px;
    margin: 0 20px 25px;
    display: inline-block;
  }
  .bannerTop {
    background-image: none;
  }
  .bannerTop h1 {
    font-size: 37px;
    line-height: 47px;
  }
  h1 {
    font-size: 37px;
  }
  .rez_2cols_default img.mobile_w100 {
    width: 90%;
  } 
  .rez_2cols_default__3cols {
    width: 100%;
    text-align: center !important;
    display: inline-block !important;
  }
  .rez_2cols_default__3cols > div {
    display: inline-block;
    width: 45%;
    margin-top: 20px;
  }
  .rez_2cols_default__3cols img {
      margin: 20px auto !important;
  }
  .rez_exit {
    width: 100%;
  }
  .mobile_center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .row {
    width: 100%;
  }
  .rez_section2>div {
    width: 90%;
  }
  .glide__slide {
    text-align: center;
  }
  .rez_blueBG {
    width: 92%;
    margin: 0 auto;
  }
  .wistia_async_xuajaqk5em {
    height: 250px !important;
  }
  .glide__bullets {
    top: 103%;
  }
}
@media only screen and (max-width: 521px) {
  .rez_section3_3cols>a {
    margin: 0 13px 20px;
  }
}
@media only screen and (max-width: 475px) {
  .rez_section3_3cols>a img {
    width: 60px;
  }
  .rez_section3_3cols>a span {
    font-size: 15px;
  }
  .rez_section3_3cols>a {
    width: 164px;
    padding: 28px 0 20px;
  }
}
@media only screen and (max-width: 455px) {
  .rez_2cols_default__3cols {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: left;
  }
  .rez_2cols_default img {
    margin: 20px 0;
  }
}