  .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: #60533e;
    background: #fff;
    border: 2px solid #60533e;
    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: #60533e;
    border: 2px solid #60533e;
    text-decoration: none;
  }

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

  .banner-btns .reg-btn-v3:hover {
    background: #eccea3;
    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;
    z-index: 2;
  }

  .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: 280px;
    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: #b17521 !important;
    width: 235px;
    line-height: 35px;
    border-radius: 15px;
    color: #fff !important;
    font-weight: 600;
    text-shadow: 0 0 0.5px #000;
    margin: 0 12px;
    font-size: 12px;
    margin-right: -5rem;
  }
  .header-right-area .top-header-right .top-header-signup strong{
    font-size: 12px !important;
}

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

  .header-right-area .top-header-right .top-header-signup:hover {
    background: #bba17c !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: Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #111;
    font-size: 13px;
    text-decoration: none;
    font-variant-caps: petite-caps;
  }

  @media screen and (max-width: 1190px) {
    .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: #b17521;
  }

  .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: #ce9e5b !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;
    color: #b17521 !important;
  }


  @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: 1440px) {
      .desktop-sidebar-menu a{
        font-size: 14px;
      }
      .desktop-sidebar-menu a i
 {
    font-size: 25px;
}
      .header-logo-area a img {
    max-width: 210px;
}
.header-right-nav ul li a{
  font-size: 11px;
}
  }

  @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) {
    .homepage-area-v3{
      display: none;
    }
 
    .banner-area-v3 {
      margin-top: 0px;
    }

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

    .homepage-area-v3 {
      min-height: auto;
    }

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

    .desktop-banner-btns-v3 {
      display: none !important;
    }

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

    .mobile-banner-btns-v3 a {
      background: #b17521;
      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: #b68541;
      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;
    }

  }

  /* mobile */
  .mobile-quicksearchForm {
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
  }


  #quickSearchModal .modal-dialog {
    width: 1200px;
  }

  #searchInfoModal .modal-dialog {
    width: 900px;
  }

  #quickSearchModal .modal-body {
    padding: 15px 0;
  }

  #quickSearchModal .modal-body .col-lg-7 {
    padding: 0;
  }

  #quickSearchModal .modal-header h4 {
    color: #636363 !important;
    font-weight: bold;
    font-size: 20px;
  }

  #quickSearchModal .modal-header h4 i {
    font-size: 25px;
  }

  #quickSearchModal .input-container,
  .mobile-quicksearchForm .input-container {
    margin-bottom: 35px;
  }

  #quickSearchModal .input-cont-flex-box,
  .mobile-quicksearchForm .input-cont-flex-box {
    display: flex;
    gap: 10px;
    align-items: center;
  }



  #quickSearchModal .input-cont-flex p,
  .mobile-quicksearchForm .input-cont-flex p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }

  #quickSearchModal .input-cont-flex input,
  .mobile-quicksearchForm .input-cont-flex input {
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 35px;
    font-size: 15px;
  }

  #quickSearchModal .home-search-id-submit input {
    position: relative;
    right: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #64A49B;
    color: #fff;
    font-weight: bold;
    border: 1px solid #64A49B;
  }

  .mobile-quicksearchForm .home-search-id-submit input {
    position: relative;
    right: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #64A49B;
    color: #fff;
    font-weight: bold;
    border: 1px solid #64A49B;
  }

  #quickSearchModal .quick-searchLbl,
  .mobile-quicksearchForm .quick-searchLbl {
    font-weight: bold !important;
  }

  #quickSearchModal select,
  .mobile-quicksearchForm select {
    line-height: 35px;
    border-radius: 10px;
  }

  #quickSearchModal .grid-searchbtn .quickSubmit-button,
  .mobile-quicksearchForm .grid-searchbtn .quickSubmit-button {
    display: block;
    background: #64A49B;
    color: #fff;
    border: none;
    width: 80%;
    margin: 0 auto;
    line-height: 60px;
    border-radius: 10px;
    font-size: 20px;
  }

  #quickSearchModal .use-advance-search-link,
  .mobile-quicksearchForm .use-advance-search-link {
    text-decoration: underline;
    font-weight: bold;
    color: #636363;
    font-size: 16px;
  }



  #quickSearchModal .other-option-sec h3,
  .mobile-quicksearchForm .other-option-sec h3 {
    font-weight: bold;
    color: #64A49B;
  }

  #quickSearchModal .other-option-sec ul,
  .mobile-quicksearchForm .other-option-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #quickSearchModal .other-option-sec ul li,
  .mobile-quicksearchForm .other-option-sec ul li {
    padding: 20px 0 0;
  }

  #quickSearchModal .other-option-sec ul li a,
  .mobile-quicksearchForm .other-option-sec ul li a {
    font-size: 16px;
    font-weight: bold;
  }



  #quickSearchModal .modal-header .modal-header-item {
    flex: 1;
  }

  #quickSearchModal .modal-header .modal-header-item a {
    text-align: right;
    display: block;
    margin-right: 60px;
    text-decoration: none;
  }

  #quickSearchModal .modal-header .modal-header-item button {
    float: right;
    margin-top: -20px;
  }

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

    #quickSearchModal .modal-dialog,
    #searchInfoModal .modal-dialog {
      width: 100%;
      margin: 0 auto;
    }

    #quickSearchModal .gap-2,
    #quickSearchModal .region-form-sec,
    .mobile-quicksearchForm .gap-2,
    .mobile-quicksearchForm .region-form-sec {
      display: block;
    }

    #quickSearchModal .region-col-select,
    .mobile-quicksearchForm .region-col-select {
      margin: 0 0 20px 0;
      padding: 0;
    }

  }

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

    #quickSearchModal .modal-dialog,
    #searchInfoModal .modal-dialog {
      padding: 0px 30px 0px 0px;
    }

    .d-grid.mx-auto.grid-searchbtn .quickSubmit-button.fw-bold {
      margin-top: -2.5rem !important;
    }

    .mobile-qsearch-form {

      .mobile-weight,
      .mobile-region {
        margin-top: -3rem !important;
      }
    }

    #quickSearchModal .form-horizontal,
    .mobile-quicksearchForm .form-horizontal {
      display: block !important;
    }

    #quickSearchModal .input-cont-flex-box,
    .mobile-quicksearchForm .input-cont-flex-box {
      display: block;
      text-align: center;
    }

    #quickSearchModal .input-cont-flex,
    .mobile-quicksearchForm .input-cont-flex {
      margin-top: 10px;
    }

    #quickSearchModal .input-cont-flex input,
    .mobile-quicksearchForm .input-cont-flex input {
      width: 100%;
      margin: 0 auto;
    }

    #quickSearchModal .home-search-id-submit input {
      border-radius: 5px;
      position: inherit;
    }

    .mobile-quicksearchForm .home-search-id-submit input {
      width: 100%;
      margin-bottom: 25px;
      border-radius: 5px;
      position: inherit;
    }


    #quickSearchModal .use-advance-search-link,
    .mobile-quicksearchForm .use-advance-search-link {
      font-size: 14px;
    }

    #quickSearchModal .modal-header h4 {
      font-size: 15px;
    }

    #quickSearchModal .modal-header h4 i {
      font-size: 25px;
    }

  }

  @media only screen and (max-width: 575px) {
    #quickSearchModal .modal-header h4 i {
      font-size: 20px;
    }

    #quickSearchModal .modal-header .modal-header-item a {
      margin-right: 40px;
      margin-top: 5px;
    }

  }

  @media only screen and (max-width: 991px) {
    .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;
    }
  }


    .midcontentarea{
    max-width: 70%;
    margin:50px auto;
  }

  @media screen and (max-width: 1023px) {
    .midcontentarea{
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
    .midcontentarea{
    max-width: 90%;
    margin-top: 17rem;
  }
}


/* our services css*/

 #modal-close-btn {
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        padding: 1rem;
        color: #000;
    }

    .mega-dropdown-content {
        display: none;
        position: fixed;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 13%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99;
        padding: 0 11%;
        min-height: 430px;
    }

    .mega-dropdown-content2 {
        display: none;
        position: fixed;
        background-color: #fff;
        width: 100%;
        left: auto;
        top: 17%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99;
        padding: 0 11%;
        min-height: 430px;
    }

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

        .mega-dropdown-content,
        .mega-dropdown-content2 {
            display: none !important;
        }
    }


  /* banner css */

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

  .banner-content-v3 {
    width: 100%;
    margin: 0 auto;
  }
  .banner-container{
    margin-top: -10px;
    background-color: #f5f5f5;
  }
 .rotator-area{
  margin-top: 10px;
 }
 .mobile-banner-text{
  display: none;
 }

 .mobile-inner-rotator{
    display: none;
   }

  @media (max-width: 1024px) {
    .lg-banner-text{
    display: none;
  }
  .mobile-banner-text{
  display: block;
 }

}
 @media screen and (max-width:991px) {
  .banner-container{
    margin-top: -70px;
  }
  .banner-area-v3 {
    margin-top: 55px;
  }
}
@media screen and (max-width:640px) {
  .banner-container{
    margin-top: -75px;
  }
}



@media (max-width: 991px) {
    .mobile-inner-rotator{
    display: block;
   }
     .circle-rotator{
      margin-top: -13px;
      overflow-y: auto;
     }
     .circle-rotator ul li a img {
        width: 100px;
        border-radius: 50%;
        object-fit: cover;
        height: 100px;
        margin-bottom: 5px;
    }
   }

   @media (max-width: 500px) {
  .circle-rotator ul li a img {
        width: 85px;
        height: 85px;
    }
    .banner-container{
    margin-top: -75px;
  }
}



/* homepage search */


   