/*header dropdown starts here*/
/* Header starts here */
.page-header {
    /* position: relative;
    width: 100%;
    z-index: 999;*/
    margin-bottom: 150px;
}
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  background-color: #fff !important;
}
.header .logo {
    text-align: center;
    float: left;
    width: 200px;
    margin-top: 10px;
}
.header .logo img {
    /*width: 120px;*/
    padding: 0px;
}
.header .menu-container {
    text-align: center;
    float: right;
    width: auto;
    display: block;
    /*position: relative;*/
}
.header .menu-container .menu-items {
    float: right;
    display: block;
    /*background: #fff;*/
    margin-top: 37px;
}
.header .menu-container .menu-items li {
    list-style-type: none;
    float: left;
    padding: 0px;
}
/* .header .menu-container .menu-items li:first-child {
    display: none;
} */
.header .menu-container .menu-items li + li {
    margin-left: 35px;
}
.header .menu-container .menu-items li a {
    font-size: 16px;
    color: #7250A0;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    /* border-bottom: 3px solid #fafafa; */
}
.header .menu-container .menu-items li a {
    /* font-weight: 900; */
    border-bottom: 3px solid #fff;
}
.header .menu-container .menu-items li a:hover{
    /* font-weight: 900; */
    border-bottom: 3px solid #7250A0;
}
.header .menu-container .menu-items li.active a{
  /* font-weight: 900; */
  border-bottom: 3px solid #7250A0;
}

.header .menu-container .menu-items li.dropdown  {
    /*position: relative;*/
}


.header .dropdown-content .each-menu {
    width: calc((100% - 60px) / 3);
    /*width: 100%;*/
    min-width: 110px;
    float: left;
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
}
.header .each-menu + .each-menu{
    margin-left: 20px;
}

.header .menu-container .menu-items li a:hover:before,
.header .menu-container .menu-items li a.active:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*Header ends here*/

@media(max-width: 767px) {
  /* .page-header {
      margin-bottom: 0;
  } */
    .header .mobile-menu {
        display: block;
    }
    .header {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px;
        box-sizing: border-box;
        box-shadow: none;
        z-index: 99;
    }
    .header .logo {
        /*        width: 90px;*/
        float: left;
        padding: 15px 0px 15px 0px;
        box-sizing: border-box;
        /* z-index: 200; */
    }
    .header .mobile-menu svg {
        position: fixed;
        top: 0px;
        right: 0px;
        padding: 0px;
        z-index: 999;
        cursor: pointer;
        background: #734BA0;
        margin-top: 0px;
        margin-right: 0px;
    }
    .header .mobile-menu.menu-opened svg {
        margin-top: 0px;
        margin-right: 0px;
    }
    .header .mobile-menu svg path {
        stroke: #ffffff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .mobile-menu svg path + path {
        margin-top: 5px;
    }
    .header .menu-container {
        opacity: 0;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        border: none;
        height: 100%;
        overflow-y: auto;
        background: #734BA0;
        text-align: left;
        margin: 0px;
        padding: 0px 15px;
        box-sizing: border-box;
        pointer-events: none;
        z-index: 9;
    }
    .header .menu-container .menu-items {
        background: none;
    }
    .header .menu-container .dropdown-content {
        display: none;
        position: absolute;
        background-color: #0274C4;
        width: 100%;
        left: 0;
        margin-top: 35px;
        padding: 20px;
        box-shadow: none;
        z-index: 1;
        background: #0274c4;
        box-sizing: border-box;
    }
    .header .dropdown:hover  .dropdown-content {
        display: none;
    }
    .header .menu-container .menu-items .dropdown-content .each-menu {
        width: calc(100%);
        float: left;
        text-align: left;
        padding: 10px;
        box-sizing: border-box;
    }
    .header .menu-container .menu-items .dropdown-content .text,
    .header .menu-container .menu-items .dropdown-content .sub-text,
    .header .menu-container .menu-items .dropdown-content .link{
        display: none;
    }
    .header .menu-container.menu-opened {
        pointer-events: visible;
    }
    .header .mobile-menu.menu-opened svg path {
        stroke: #fff;
    }
    .header .menu-container .menu-items li:first-child {
        display: block;
    }
    .header .menu-container .menu-items li {
        float: none;
        text-align: center;
        padding: 10px 0px;
        box-sizing: border-box;
    }
    .header .menu-container .menu-items {
        float: none;
        margin-top: 150px;
    }
    .header .menu-container .menu-items li + li {
        margin: 0px 0px 0px 0px;
    }

    .header .menu-container .menu-items li a {
        font-size: 16px;
        color: #fff;
        display: block;
        text-align: left;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid;
    }
    .header .menu-container .menu-items li a:hover,
    .header .menu-container .menu-items li .each-menu .location-title a{
        border-bottom: 1px solid;
    }
    .header .each-menu .location-links li a{
        border: 0;
    }
    .header .menu-container .menu-items li.active a {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: 1px solid;
    }
    .header .menu-container .menu-items li.active a:after {
        display: none;
    }

    .header .menu-container .menu-items li.book-a-tour a {
        color: #FFC115;
        border-bottom: 0px solid;
        background: #fff;
        padding: 10px 20px;
        text-align: center;
    }
    .header .each-menu .location-links li:last-child a {
        color: #fff;
        text-align: left;
    }
    .header .center-align {
        float: none;
    }
    .header .header-menu {
        padding-top: 4px;
    }

    .header .menu-container .menu-items .dropdown {
        display: unset;
    }
    .header .logo-text {
        display: none;
    }
    .header .menu-container .menu-items .dropdown-content {
        /*display: block;*/
        position: relative;
        left: 0px;
        background: none;
        padding: 0px;
        text-align: left;
        /*display: table;*/
        margin: 0px auto;
    }
    .header .menu-container .menu-items .dropdown-content.open {
        display: block;
    }
    .header .each-menu + .each-menu {
        margin-left: 0px;
    }
    .header .each-menu .location-links li {
        width: 100%;
        float: left;
        padding: 5px 0 5px;
    }
    .header .menu-container .menu-items li.dropdown:hover a:after {
        /* width: 200px; */
        padding-bottom: 1px;
        border-bottom: 0px solid #FFC115;
    }

}


/*Header ends here*/


/* For max-width: 767px ends here*/


@media (min-width: 768px) and (max-width: 991px) {
  .page-header {
      /* margin-bottom: 0; */
  }
    /*Header starts here*/
    .header .mobile-menu {
        display: block;
    }
    .header {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px;
        box-sizing: border-box;
        box-shadow: none;
        z-index: 99;
    }
    .header .logo {
        /*        width: 90px;*/
        float: left;
        padding: 15px 0px 15px 0px;
        box-sizing: border-box;
    }
    .header .mobile-menu svg {
        position: fixed;
        top: 0px;
        right: 0px;
        padding: 0px;
        z-index: 1;
        cursor: pointer;
        background: #734BA0;
        margin-top: 0px;
        margin-right: 0px;
    }
    .header .mobile-menu.menu-opened svg {
        margin-top: 0px;
        margin-right: 0px;
    }
    .header .mobile-menu svg path {
        stroke: #ffffff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .mobile-menu svg path + path {
        margin-top: 5px;
    }
    .header .menu-container {
        opacity: 0;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        border: none;
        height: 100%;
        overflow-y: auto;
        background: #734BA0;
        text-align: left;
        margin: 0px;
        padding: 0px 15px;
        box-sizing: border-box;
        pointer-events: none;
    }
    .header .menu-container .menu-items {
        background: none;
    }
    .header .menu-container .dropdown-content {
        display: none;
        position: absolute;
        background-color: #0274C4;
        width: 100%;
        left: 0;
        margin-top: 35px;
        padding: 20px;
        box-shadow: none;
        z-index: 1;
        background: #0274c4;
        box-sizing: border-box;
    }
    .header .dropdown:hover  .dropdown-content {
        display: none;
    }
    .header .menu-container .menu-items .dropdown-content .each-menu {
        width: calc(100%);
        float: left;
        text-align: left;
        padding: 10px;
        box-sizing: border-box;
    }
    .header .menu-container .menu-items .dropdown-content .text,
    .header .menu-container .menu-items .dropdown-content .sub-text,
    .header .menu-container .menu-items .dropdown-content .link{
        display: none;
    }
    .header .menu-container.menu-opened {
        pointer-events: visible;
    }
    .header .mobile-menu.menu-opened svg path {
        stroke: #fff;
    }
    .header .menu-container .menu-items li:first-child {
        display: block;
    }
    .header .menu-container .menu-items li {
        float: none;
        text-align: center;
        padding: 10px 0px;
        box-sizing: border-box;
    }
    .header .menu-container .menu-items {
        float: none;
        margin-top: 140px;
    }
    .header .menu-container .menu-items li + li {
        margin: 0px 0px 0px 0px;
    }

    .header .menu-container .menu-items li a {
        font-size: 16px;
        color: #fff;
        display: block;
        text-align: left;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 1px;
        border-bottom: 1px solid;
    }
    .header .each-menu .location-links li a{
        border: 0;
    }
    .header .menu-container .menu-items li.active a {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: 1px solid;
    }
    .header .menu-container .menu-items li.active a:after {
        display: none;
    }

    .header .menu-container .menu-items li.book-a-tour a {
        color: #FFC115;
        border-bottom: 0px solid;
        background: #fff;
        padding: 10px 20px;
        text-align: center;
    }
    .header .each-menu .location-links li:last-child a {
        color: #fff;
        text-align: left;
    }
    .header .center-align {
        float: none;
    }
    .header .header-menu {
        padding-top: 4px;
    }

    .header .menu-container .menu-items .dropdown {
        display: unset;
    }
    .header .logo-text {
        display: none;
    }
    .header .menu-container .menu-items .dropdown-content {
        /*display: block;*/
        position: relative;
        left: 0px;
        background: none;
        padding: 0px;
        text-align: left;
        /*display: table;*/
        margin: 0px auto;
    }
    .header .menu-container .menu-items .dropdown-content.open {
        display: block;
    }
    .header .each-menu + .each-menu {
        margin-left: 0px;
    }
    .header .each-menu .location-links li {
        width: 100%;
        float: left;
        padding: 5px 0 5px;
    }
    .header .menu-container .menu-items li.dropdown:hover a:after {
        /* width: 200px; */
        padding-bottom: 1px;
        border-bottom: 0px solid #FFC115;
    }
    .header .each-menu .location-links li {
        width: 45%;
        float: left;
        padding: 0 0 5px;
    }
    .header .each-menu .location-title {
        margin-bottom: 11px;
    }
    .header .each-menu .location-links li{
        float: none;
    }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header .menu-container .ie-browser {
        width: 75%;
    }
  
}
