/* affect all global pages */
html {
    font-size: 100%;
}

a,h1,h2,h3,h4,h5,h6,p,li,td,span,div {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


@media (min-width:992px) {
    p, span, a {
    font-size: 16px;
}
    main.midcontarea p, main.midcontarea a {
    font-size: 16px;
}
main.midcontarea{
    margin-top: 20px;
}
.footer-area-sec {
    font-size: 16px;
}
.header-nav a, .header-nav p, .header-nav span {
    font-size: 16px;
}
}
@media (max-width:991px) {
.header-nav a, .header-nav p, .header-nav span {
    font-size: 14px;
}
    main.midcontarea p, main.midcontarea a {
    font-size: 14px;
}
p, span, a{
    font-size: 14px;
}
}
div#mobileMenu {
    display: flex !important;
}
.submenu.active {
    background: none !important;
}
.main-menu .list-group-item { 
    padding: 10px;
}
/* end */


/* This is for information seminar styles only */
.prg2b5buttons button {
    font-size: 14px;
}


div#reserveme {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 300px;
}
.seminar-modal-area {
    text-align: center;
}

div#reserveme img {
  width: 100%;
}
#reserveme {
    display: none;
}

.seminar-modal-area2 {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    border: 2px solid gray;
    font-size: 14px;
    max-width: 300px;
}

@media only screen and (min-width: 992px) {
    .seminar-pop-up {
        text-align: start !important;
        margin-bottom: 50px !important;
           margin-top:30px
    }
     .seminar-pop-up .social-event-cta {
    text-align: start !important;
}
.prg2b5buttons button {
    font-size: 16px;
}
div#reserveme {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 300px;
    display: block;
}
}

/* end */


/* This is for the ladies pages only or profile-menu */

html {
  font-size: 100%;
}
div.show {
  display: flex !important;
}
div.modal.show {
  display: block !important;
}
.share-section-desktop .btn {
  background-color: #337ab7;
}
.submenu.active {
  background: none !important;
}
.dropdown-menu-left.open {
    display: block;
}
div.mobile-description-content.open {
    max-height: 100%;
    display: block;
}
.women-section .index-video-box iframe{
    max-width: 100%;
}
.women-section {
    display: grid;
}
div.prof-indexes {
    order: 4;
}
.update-wrap .women-section br {
    display:none;
}
@media (max-width: 991px) {
 div.women-updates .women-section h1 {
     margin-top: 20px;
  }
   div.women-updates .women-section br {
     display: none;
  }
}

@media (max-width: 1024px) {
  .womens-profile-content-area {
    margin-top: 85px;
  }
  .women-updates .women-section h1 {
    margin-top: 0 !important;
  }
  .women-updates .update-wrap {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .women-updates div.update-wrap {
    padding: 0px;
  }
}

/* end */

/* This style is for fiance visa kit only */

.visakit-boxes.visakit-boxes {
  max-width: 350px;
}
div#visakit-box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}


/* end */


/* this style is for euro_club,latin_club, asia_club */
.tour-club-area .collapse.in{
    display:block;
}

.tour-club-area .nav, .nav.center-block {
    margin: auto;
    display: flex;
    justify-content: center;
}

.modal.fade.bs-example-modal-lg.in .modal-dialog.modal-lg{
    opacity: 1;
    transform: translate(0, 0px);
}
.modal.fade.bs-example-modal-lg.in .modal-content-section{
    margin-top: 10px;
}
.modal.fade.bs-example-modal-lg.in {
    opacity: 1;
}
.open-reservation-modal-content button.close {
    display: flex;
    justify-content: end;
}

@media (max-width: 685px) {
    .tour-dates-header {
        width: 90%;
        margin-bottom: 10px;
        margin: auto;
    }
}

/* end */