/*imagemap/mobile-top-navi-all-pages.shtml*/
@media (min-width: 575px) {
  #mobile-nav-logo {
    display: none;
  }
  #tablet-nav-logo .img-responsive {
    width: 165px;
    margin-top: -1rem;
  }
}
@media (max-width: 574px) {
  #tablet-nav-logo {
    display: none;
  }
}
/*imagemap/mobile-sidebar-v3.shtml*/
@media only screen and (max-width: 991px) {
  .offcanvas {
    max-width: 75%;
  }

  .offcanvas .list-group-item {
    margin-bottom: 0px !important;
  }

  .offcanvas .list-group-item:active {
    background: #e0e0e0 !important;
    border: 1px solid #a7a7a7 !important;
  }

  .offcanvas span {
    font-size: 18px !important;
  }

  .offcanvas .btn:active {
    background: #f0d4ac !important;
    border: 1px solid #fff !important;
  }

  .slide-menu ul.submenu {
    display: none;
    padding-inline: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .slide-menu ul.main-menu.slide-out,
  .slide-menu ul.submenu.slide-out {
    animation: slideOut 0.3s forwards;
  }

  .slide-menu ul.main-menu.slide-in,
  .slide-menu ul.submenu.slide-in {
    animation: slideIn 0.3s forwards;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }

  @keyframes slideOut {
    from {
      opacity: 1;
      transform: none;
    }

    to {
      opacity: 0;
      transform: translateX(-100%);
    }
  }

  #fixed-bottomNav {
    background: #333333;
    color: #fff;
    padding: 0;
    height: 75px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
  }

  #slide-scroll-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #slide-scroll-nav::-webkit-scrollbar {
    display: none;
  }

  .splide__track--nav > .splide__list > .splide__slide.is-active {
    border-radius: 50% !important;
    border-color: #c70e15 !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 396px) {
  .offcanvas ul li a {
    font-size: 16px !important;
    display: block;
  }
}

@media only screen and (max-width: 395px) {
  .offcanvas ul li a {
    font-size: 14px !important;
    display: block;
  }
}

@media only screen and (min-width: 1201px) {
  #mobileMenu,
  .offcanvas-backdrop {
    display: none !important;
  }
}

#mobileMenu .fa-arrow-right {
  color: #c70e15;
}
/*imagemap/top-header.shtml*/
.banner-area-v3 {
  background-image: linear-gradient(50deg, rgba(32, 32, 32, 1), rgba(199, 14, 21, 1));
  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;
  text-align: left;
  text-shadow: 0 0 25px #000;
}

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

.banner-content-v3 .banner-text p {
  line-height: 28px;
  padding-top: 30px;
  text-shadow: 0 0 25px #000;
}

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

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

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

.banner-btns a:hover {
  color: #323232;
  border: 2px solid #e05c7c;
  text-decoration: none;
}

.banner-btns .reg-btn-v3 {
  background: #c70e15;
  border: none;
  color: #fff;
  width: 200px;
}

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

.banner-btns p {
  padding-top: 10px;
  text-shadow: 0 0 25px #000;
}

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

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

.banner-rotator-v3-bg {
  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%;
  position: relative;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .homepage-area-v3 {
    padding: 0px 0 !important;
  }
}

.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 {
  margin-top: -1rem !important;
  max-width: 225px;
}

.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: #323232;
  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: #c70e15 !important;
  width: 245px;
  line-height: 35px;
  border-radius: 15px;
  color: #fff !important;
  margin: 0 12px;
  font-size: 14px;
  margin-right: -5rem;
}

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

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

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

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

.header-right-nav ul li a {
  color: #111;
  font-size: 13px;
  margin-right: 10px;
  text-decoration: none;
}

@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: #c70e15;
  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: #c70e15;
}

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

.mega-column a:hover {
  text-decoration: underline 2.4px #c70e15 !important;
  text-underline-offset: 7px;
}

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

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

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

@media screen and (min-width: 992px) {
  #bottom-cta-nav-mobile-top {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .banner-rotator-v3-bg {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .banner-rotator-v3-bg {
    margin-top: -3rem;
  }
}
@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: 767px) {
  .banner-area-v3 {
    margin-top: 215px !important;
  }
}

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

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

  .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: #c70e15;
    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: #c70e15;
    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: #c70e15;
    padding-right: 10px;
    text-decoration: none;
  }
}

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

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

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

@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: 1135px) {
  .bottom-header-right,
  .top-header-right {
    margin-left: -5rem !important;
  }
}

button.fc-sidemenu.mega-menu-header2:hover {
  background: transparent !important;
  text-decoration: underline;
  text-decoration-color: #c70e15;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
/*imagemap/our-services-modal.shtml*/
#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: 15%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  padding: 0 5%;
  min-height: 380px;
}

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

@media only screen and (max-width: 1200px) {
  .mega-dropdown-content,
  .mega-dropdown-content2 {
    display: none !important;
  }
}

.mega-column .fa-arrow-right {
  color: #c70e15;
}

/*imagemap/footer.shtml*/
.homepage-featured-media {
  padding: 40px 0;
  background: #f5f5f5;
  margin-top: 2rem;
}

.feature-media-flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.feature-media-flex .featured-media-item h2 {
  font-weight: bold;
  font-size: 22px;
  color: #293f48;
  text-align: right;
}

.main-footer {
  display: grid;
  justify-items: center;
  gap: 2em;
  padding: 20px 20px;
  font-size: 16px;
}

.main-footer li {
  list-style-type: none !important;
}

@media screen and (min-width: 992px) {
  .main-footer {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) and (min-width: 575px) {
  .main-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-policy {
    margin-left: -8rem;
  }
}

@media screen and (max-width: 574px) {
  .main-footer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main-footer p {
  font-size: 14px;
}

.main-footer .footer-social {
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 0;
}

.main-footer .footer-social li {
  display: inline-block;
}

.main-footer .footer-social li a {
  display: block;
  padding: 8px;
  margin: 5px;
  background: #fff;
  border-radius: 25%;
  width: 30px;
  height: 30px;
}

.main-footer .fa-arrow-right {
  color: #c70e15;
}

.main-footer .footer-nav-box h1,
.footer-contact h1 {
  font-size: 20px;
  color: #c70e15;
}

.footer-nav-box a:hover,
.copyright:hover {
  text-decoration: underline 2.4px #c70e15 !important;
  text-underline-offset: 7px;
}

.main-footer .footer-nav-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-footer .footer-nav-box ul li a {
  color: #4f5665;
  padding: 15px 0 0;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.footer-social {
  display: flex;
  list-style: none;
}

.footer-social li:hover {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .modal-content.register-modal .content-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .modal-content {
    display: flex !important;
  }

  .modal-content .content-flex {
    order: 2 !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .content-flex {
    display: flex;
  }

  .modal-content .form-group .col-lg-9 {
    width: 100% !important;
  }

  .form-horizontal .control-label {
    text-align: left !important;
    text-wrap: nowrap;
  }
}

.profile-pulse {
  border-radius: 50%;
  animation: pulse-effect 2s infinite;
}

.profile-pulse:hover {
  animation: none;
}

@keyframes pulse-effect {
  0% {
    box-shadow: 0 0 0 0px rgba(230, 44, 19, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(94, 16, 6, 0);
  }
}

@media (max-width: 574px) {
  .footer-area-sec .footer-nav-box {
    margin: 0px 65px 0px 50px;
    text-align: center;
  }

  .footer-area-sec .footer-nav-box ul li a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .main-footer .footer-social {
    padding: 10px 0px 10px 15px !important;
  }

  .footer-socials {
    text-align: center;
  }

  .footer-contact {
    text-align: center;
  }
}

.footer-contact-img img:hover {
  background: rgba(150, 150, 150, 0.15);
}

/*imagemap/modal-forms-ssi.shtml*/
.shanghai-signin-modal {
  opacity: 1 !important;
}
.shanghai-forgot-modal {
  opacity: 1 !important;
}
/*imagemap/book-a-tour-modal.shtml*/
.tour-schedule-section .form-check-label {
  margin-bottom: -5px !important;
}
/*imagemap/home-search-modal.shtml*/
@media (max-width: 1199px) {
  .quickSearch-right ul li a {
    font-size: 1.4rem;
  }
}

.home-search-id-sec p {
  margin: 0;
  font-weight: normal;
  font-size: 1.5rem;
}

.home-search-id-submit .fa-search {
  float: right;
  margin-right: 80px;
  margin-top: -31px;
  position: relative;
  color: #c3c3c3;
}

.modal-top-section {
  border-bottom: 1px solid #f1f1f1;
}

.modal-top-section h2 {
  font-size: 18px;
  margin: 10px 0 0 10px;
  padding: 0;
}

.modal-top-section .col-1 button {
  float: right;
}

.shanghai-women-modal.show {
  opacity: 1;
  overflow-y: auto;
}

#searchInfoModal .modal-title {
  font-size: 18px !important;
}

.quickSearch-left {
  background: #f5f5f5;
  padding: 15px 30px 30px 30px;
  margin: 10px;
  border-radius: 30px;
}

.quickSearch-left .quicksearch-box {
  margin-top: 15px;
}

.quickSearch-left .quick-searchLbl {
  padding-bottom: 20px;
}

.quickSearch-left .form-select {
  line-height: 35px;
  font-size: 13px;
  padding-left: 15px;
}

.quickSearch-left .quickSubmit-button {
  background: #333;
  border: 0;
  color: #fff;
  line-height: 40px;
  border-radius: 30px;
  font-size: 15px;
}

.quickSearch-left .quickSubmit-button:hover {
  background: #a3a3a3;
  color: #000;
}

.adv-search .click-for-adv-search {
  text-align: center;
  float: right;
  background: #ffdce4;
  padding: 1rem;
  margin-top: -1rem;
  text-decoration: underline;
  text-decoration-color: #323232;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.adv-search .click-for-adv-search a {
  color: #000;
  font-weight: bold;
}

.adv-search .click-for-adv-search i {
  background: #c70e15;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
}

.quickSearch-right {
  padding: 30px;
  margin: 10px;
  border-radius: 30px;
}

.quickSearch-right h2 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.quickSearch-right ul {
  padding: 10px;
  margin: 0;
  list-style: none;
}

.quickSearch-right ul li {
  padding: 15px 0;
}

.quickSearch-right ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.quickSearch-right ul li a:hover {
  text-decoration: underline 2.4px #c70e15;
  text-underline-offset: 7px;
}

.quickSearch-right .other-option-link {
  background: #c70e15;
  display: block;
  width: 275px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px;
  margin-top: 15px;
}

.quickSearch-right .other-option-link:hover {
  background: #e05c7c;
  color: #000;
}

.fa-circle-arrow-right {
  color: #c70e15;
}

@media screen and (min-width: 992px) {
  #searchInfoModal .modal-dialog {
    width: 900px;
  }
}

/* Mobile css Start */
@media screen and (max-width: 991px) {
  .modal-top-section {
    display: none;
  }

  .quicksearch-box .col-md-7,
  .quicksearch-box .col-md-6 {
    width: 50% !important;
  }

  .quickSearch-left {
    flex: auto !important;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 575px) {
  #searchInfoModal .modal-content {
    max-width: 525px;
    margin: auto;
  }
}

.mobile-advance-search {
  text-align: center;
  background: #ffdce4;
  padding: 1rem;
  margin-top: -1rem;
  text-decoration: underline;
  text-decoration-color: #323232;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.mobile-advance-search a {
  color: #000;
  font-weight: 700;
}

.mobile-advance-search i {
  background: #c70e15;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
}

/*imagemap/sidebar-navi-all-pages.shtml*/
.sidebar-header-area {
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-header-area h2 {
  font-family: "Rosario", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-top: 0;
  padding-top: 0;
  letter-spacing: normal;
}

.sidebar-icon {
  padding: 10px 0 0;
}

.sidebar-icon a img {
  max-width: 40px;
}

.sidebar-close {
  padding: 10px 0 0;
}

.sidebar-close a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.sidebar-close a span {
  color: #c70e15;
}

.desktop-side-mega-menu {
  padding: 0 0 20px 0;
  list-style: none;
  margin: 18px 0 0;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}

.desktop-side-mega-menu li {
  padding-left: 50px;
}

.desktop-side-mega-menu li:first-child {
  font-weight: bold;
  padding-left: 30px;
}

.desktop-side-mega-menu li a {
  color: #333;
  line-height: 32px;
  display: block;
  font-size: 15px;
  text-decoration: none;
}

.desktop-side-mega-menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #e05c7c;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.desktop-side-mega-menu li i {
  color: #c70e15;
  font-size: 18px;
}

.desktop-side-mega-menu li i.fa-arrow-right {
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .mobile-sidebar {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  #mySidenav {
    display: none !important;
  }
}
