/* 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:1024px) {
    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
    }
        .tab-content-schedule-box > div:last-of-type {
        margin-top: 150px;
    }
     .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 */
.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;
}
.dropdown-menu.dropdown-menu-left.open {
    display: block;
}
#share-button-desktop {
    background-color: #337ab7;
}
#mobileDesc.open {
    display: block;
}

@media (max-width: 1024px) {
 div.women-updates .women-section h1 {
     margin-top: 20px;
  }
   div.women-updates .women-section br {
     display: none;
  }
  .womens-profile-content-area {
    margin-top: 80px;
}
.container.update-wrap {
    margin-top: 80px;
    padding: 0;
}
}

/* 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 is for tour schedule page only */
.kiev-tour-info-modal.fade.in , .bs-example-modal-lg.fade.in {
    opacity: 1;
}
.schedule-table-mobile .bg-primary .tex-white {
    background-color: transparent;
}

.kiev-tour-info-modal.fade.in  .modal-dialog , .bs-example-modal-lg.fade.in .modal-dialog{
    opacity: 1;
    transform: translate(0, 0);
}
.nav.center-block {
    display: flex;
    justify-content: center;
}
.tour-dates-header {
    width: 100%;
}
.modal-content-section {
    margin: 0;
}
.open-reservation-modal-content .close {
    display: flex;
    justify-content: end;
}
@media (max-width:991px) {
        .nav .tour-dates-header  li {
        width: 100%;
        max-width: 250px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: auto !important;
        margin-bottom: 10px!important;
    }
    .schedule-table-mobile .schedule_sh a {
        color: #fff;
    }
    .tour-dates-header li a {
        padding-left: 0;
    }
    
}

/* end */


/* this style is for accordion affected onyl */
.collapse.in {
    display: block;
}





/* end */