 .banner-area-v3 {
    background-image: linear-gradient(50deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/saintpetersburg_bg.webp");
    min-height: 400px;
    background-repeat: no-repeat;
    object-fit: cover;
    margin-top: 10px;
  }

  .banner-content-v3 {
    width: 100%;
    margin: 0 auto;
  }

  @media (min-width:992px) {
    .banner-area-v3 {
      background-position: center;
    }
  }

  .banner-content-v3 .banner-text {
    padding: 40px 20px 20px 100px;
  }

  .banner-content-v3 .banner-text h1 {
    font-family: 'Rosario', sans-serif;
    font-size: 32px;
    margin: 0;
  }

  .banner-content-v3 .banner-text h1 span {
    display: block;
    padding-top: 10px;
    color: #333;
  }

  .banner-content-v3 .banner-text p {
    line-height: 28px;
    font-size: 16px;
    padding-top: 30px;
  }

  .banner-vid-box {
    padding-top: 40px;
  }

  .banner-btns {
    text-align: center;
    padding-top: 0px;
  }

  .banner-btns a {
    display: inline-block;
    width: 267px;
    color: #BF3F37;
    background-color: white;
   border: 2px solid #BF3F37;
    border-radius: 50px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 8px;
    text-decoration: none;
  }

  .banner-btns a:hover {
    color: #fff;
     background-color: #BF3F37;
    text-decoration: none;
    
  }

  .banner-btns .reg-btn-v3 {
    background: #64A49B;
    border: none;
    color: #fff;
    text-shadow: 0 0 0.5px #000;
    width: 200px;
  }

  .banner-btns .reg-btn-v3:hover {
    background: #b5dad2;
    text-decoration: none;
    border: none;
    color: #000;
  }

  .banner-btns p {
    padding-top: 10px;
    font-size: 15px;
  }

  .banner-rotator-v3 .rotator-area ul li a img {
    border-radius: 20px;
    width: 135px;
  }

  /* .banner-rotator-v3 .rotator-area ul li a img {
      width: 135px ;} */

  @media screen and (max-width:1240px) {
    .banner-rotator-v3 .rotator-area ul li a img {
      width: 104px !important;
    }
  }

  .banner-rotator-v3-bg {
    /* background: #f5f5f5; */
    display: flex;
    justify-content: center;
  }

  .banner-rotator-v3 .rotator-area h3 {
    font-family: 'Rosario', sans-serif;
    padding: 5px 0 10px 35px;
  }

  .banner-rotator-v3 .rotator-area ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;

  }

  .banner-rotator-v3 .rotator-area ul li {
    display: inline-block;
    position: relative;
  }

  .banner-rotator-v3 .rotator-area ul li a {
    display: block;
    padding: 0 6px;
  }

  .rotator-area ul li::before {
    content: url(/img/verified-icon.png);
    position: absolute;
    right: 20px;
    top: 10px;
    width: 15px;
    height: 15px;
  }



  .banner-rotator-v3 .rotator-right {
    margin-top: 10%;
    padding-left: 5%;

  }

  .banner-rotator-v3 .rotator-right p {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #717171;
  }

  .homepage-area-v3 {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 10px 0;
  }

  .top-header-area-v3 {
    width: 100%;
    margin: 0 auto;
  }

  .desktop-sidebar-menu {
    padding-top: 10px;
  }

  .desktop-sidebar-menu a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 17px;
    text-decoration: none;
  }

  .desktop-sidebar-menu a:hover {
    text-decoration: none;
    color: #000;
  }

  .desktop-sidebar-menu a i {
    display: block;
    font-size: 35px;
  }

  .header-logo-area {
    padding-top: 2px;
  }

  .header-logo-area a img {
    max-width: 275px;
  }

  .header-right-sec {
    text-align: center;
  }

  .header-right-area {
    text-align: center;
  }


  .header-right-area .top-header-right a {
    display: inline-block;
    text-decoration: none;
  }

  .header-right-area .top-header-right .quick-search-header-modal {
    background: #d9d9d926;
    border-top-left-radius: 15px;
    line-height: 35px;
    border: 1px solid #221e1f29;
    text-align: center;
    color: #717171;
    width: 295px;
    border-bottom-left-radius: 15px;
  }

  .header-right-area .top-header-right .quick-search-header-modal:hover {
    text-decoration: none;
  }


  .header-right-area .top-header-right .quick-search-header-modal p {
    margin: 0;
    font-size: 12px;
    padding: 0.5rem;
  }

  .header-right-area .top-header-right .go-btn {
    width: 50px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .header-right-area .top-header-right .top-header-signup {
    background: #64A49B !important;
    width: 290px;
    line-height: 35px;
    border-radius: 15px;
    color: #fff !important;
    margin: 0 12px;
    font-size: 14px;
    margin-right: -5rem;
    text-shadow: 0px 0px 0.5px BLACK;
    font-weight: 600;
  }

  .quick-search-header-modal span {
    font-size: 14px;
  }

  .header-right-area .top-header-right .top-header-signup:hover {
    background: #b5dad2 !important;
    color: #000 !important;
    text-decoration: none;
  }

  .header-right-nav {
    padding-top: 20px;
  }

  .header-right-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header-right-nav ul li a {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #111;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
    font-variant-caps: petite-caps;
  }

    @media screen and (max-width: 1600px) {
    .header-right-nav ul li a {
      font-size: 13px !important;
    }
  }

  @media screen and (max-width: 1440px) {
    .header-logo-area a img  {
    max-width: 235px;
}
    .header-right-nav ul li a {
      font-size: 12px !important;
    }
  }

  .header-right-nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #64A49B;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }

  .mega-column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
    height: 250px;
  }

  .mega-column h3 {
    font-size: 18px;
    font-weight: bold;
    color: #64A49B;
  }

  .mega-column a {
    float: none;
    color: #737373;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: bold !important;
  }

  .mega-column a:hover {
    color: #64A49B !important
  }

  /* Clear floats after the columns */
  .mega-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .mega-dropdown-content .mega-header {
    background: #fff;
    padding: 0px 20px;
    color: #64A49B;
  }

  .mega-header h2 {
    font-size: 45px;
  }


  @media screen and (min-width: 992px) {
    #bottom-cta-nav-mobile-top {
      display: none !important;
    }

    .banner-rotator-v3-bg {
      /* padding: 45px 15px; */
      margin-top: -4rem;
    }
  }

  @media only screen and (max-width: 991px) {
    .top-header-area-v3 {
      display: none;
    }

    #bottom-cta-nav-mobile-top {
      top: 53px;
      transition: top 0.5s;
    }


    #bottom-cta-nav-mobile-top {
      background: #fff;
      height: 180px !important;
    }

    .mobile-mega-menu {
      display: block;
    }

  }

  @media screen and (min-width:992px) {
    .page-top-header {
      margin-bottom: 5rem;
    }
  }

  @media screen and (max-width:991px) and (min-width:768px) {
    .page-top-header {
      margin-bottom: 0rem;
    }
  }

  @media screen and (min-width:992px) {
    .index-banner {
      margin-top: 5rem;
    }
  }

  @media screen and (max-width:991px) and (min-width:768px) {
    .index-banner {
      margin-top: -25rem;
    }
  }

  @media screen and (max-width:767px) {
    .index-banner {
      margin-top: -23rem;
    }
  }

  @media only screen and (max-width: 1065px) {
    .mega-dropdown .mega-dropbtn {
      margin: 0;
    }

    .header-members-login a {
      margin: 0 2px;
    }
  }


  @media only screen and (max-width: 991px) {
 

    .banner-area-v3 {
      margin-top: 5px;
    }

    .mid-content-area {
      padding-top: 0;
    }

    .homepage-area-v3 {
      display: none;
    }

    .main-navigation-area ul .my-acc a:before {
      content: url(/img/account-icon.png);
      position: relative;
      top: 2px;
      right: 4px;
    }

    .mobile-banner-btns-v3 {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 10px;
      margin: 15px 0;
    }

    .mobile-banner-btns-v3 a {
      background: #64A49B;
      color: #fff;
      line-height: 40px;
      font-size: 18px;
      width: 60%;
      margin: 0 auto;
      font-weight: bold;
      border-radius: 10px;
      display: block;
      text-decoration: none;
      margin-top: 1rem;
    }

    .mobile-banner-btns-v3 a span {
      display: block;
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 15px;
      font-weight: normal;
    }

    .mobile-banner-btns-v3 a:hover {
      background: #64A49B;
      color: #fff;
      text-decoration: none;
    }

    .upper-banner-sec {
      flex-direction: column;
    }

    .upper-banner-sec .banner-text {
      width: 100%;
      padding: 15px 5px 10px;
    }

    .banner-content-v3 .banner-text p {
      display: none;
    }

    .upper-banner-sec .banner-vid {
      width: 100%;
    }

    .banner-content-v3 .banner-text h1 {
      text-align: center;
      font-weight: bold;
      line-height: 4.5rem;
    }

    .banner-content-v3 .banner-text h1 span {
      display: inline;
    }

    .banner-vid-box {
      padding-top: 0;
      max-width: 95%;
      margin: 0 auto;
    }

    .mobile-mega-menu ul li a {
      color: #fff !important;
      font-size: 14px !important;
      font-weight: bold;
      text-decoration: none;
    }

    .navigation-area .navbar-header {
      align-items: center;
    }

    .mobile-search-icon {
      padding: 0 0 0 10px;
    }

    .mobile-search-icon i {
      font-size: 25px;
      font-weight: bold;
    }

    .formField-divider {
      padding: 15px;
    }

    #login-mobile {
      font-size: 15px;
      font-weight: bold;
      color: #64A49B;
      padding-right: 10px;
      text-decoration: none;
    }

  }

  @media only screen and (max-width: 767px) {
    .banner-content-v3 .banner-text h1 {
      font-size: 20px;
      line-height: 3.5rem;
    }

    .fixed-book-tour {
      bottom: 140px;
    }

  }

  @media only screen and (max-width: 415px) {
    .banner-content-v3 .banner-text h1 {
      font-size: 18px;
    }

  }



  @media only screen and (max-width: 1025px) {
   
    .top-header-area-v3 {
      display: none !important;
    }
  }

  @media only screen and (max-width: 575px) {
    .modal-header-item a {
      font-size: 1.2rem !important;
    }
  }

  @media (max-width:1030px) {
    .bottom-header-right, .top-header-right {
      margin-left: -5rem;
    }
  }