/* main body */
body {
  padding: 0 !important;
}

/* Suplementary page */
.content-area-v2 {
  em {
    font-size: 14px;
  }

  .content-img-caption {
    text-align: center;
    padding-top: 5px;
  }
}


/* Videos Section */
.nav.video {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.nav.video h1 {
  padding-top: 20px;
  font-size: 22px;
}

.textcontent h1 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 5rem;
  color: #9b0a0a;
  font-family: 'Rosario', sans-serif;
}

#custom-pagination-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.custom-pagination-page {
  width: 45% !important;
}

#custom-pagination-container .video-section {
  cursor: pointer;
  position: relative;
  padding: 30px;
  background: white;
  transition: all 1s;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  border-bottom: none !important;
  margin: 10px 0;
  color: #403f3f;
  font-weight: normal;
}

.video-section {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.video-section:after {
  top: -1px;
  left: -1px;
  border-image: linear-gradient(#172c49, #214a76) 30 !important;
  border-top-width: 5px !important;
  border-left-width: 5px !important;
  border-style: solid !important;
  border-image-slice: 30 !important;
}

.video-section:hover:before,
.video-section:hover:after {
  width: 100%;
  height: 100%;
}

.video-section:after,
.video-section:before {
  content: " ";
  width: 70px;
  height: 70px;
  position: absolute;
  transition: all 1s;
}

@media only screen and (max-width: 600px) {
  div#custom-pagination-container .custom-pagination-page {
    flex: 100% !important;
  }


}

@media only screen and (max-width:991px) {

  #custom-pagination-container .video-section {
    padding-bottom: 15rem;
  }

  .video-content h2 {
    font-size: 15px !important;
  }

  .video-content p {
    margin-top: 30px;
    text-align: justify;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .homepage-tour-schedule-fix {
    display: none;
  }
}


@media only screen and (min-width:992px) {
  .nav.video {
    align-items: center;
  }

  .nav.video h1 {
    margin-bottom: 50px !important;
    padding-right: 20px;
    /* Add some space between heading and list */
  }
}

.video-content h2 {
  font-size: 20px;
  color: #172c49;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 20px;
}

.video-section:before {
  bottom: -1px;
  right: -1px;
  border-image: linear-gradient(#172c49, #214a76) 30 !important;
  border-bottom-width: 5px !important;
  border-right-width: 5px !important;
  border-style: solid !important;
  border-image-slice: 30 !important;
}

.video-section:before,
.video-section:after {
  border: 0px;
}

.video-section:hover:before,
.video-section:hover:after {
  width: 100%;
  height: 100%;
}

.book-a-tour-desktop-cont {
  padding: 30px 0;
}

.matchmaker-newsletter {
  display: flex;
  justify-content: center;
}

.content-area-v2 .text-indent {

  margin-left: 50px;

  h3 {
    padding-bottom: 10px;
  }

}

.content-image-center img {
  width: 65%;
  margin: 0 auto;
}

.content-area-v2 h2 {
  color: #172c49;
  font-size: 21px !important;
}

/* EXECU Executive Matchmaker Plan */

.executive-pages-sec {
  & {
    margin-top: 1rem;
  }

  .get-started-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn {
    background: #253B39;
    color: #fff;
    width: 200px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    padding: 8px;
  }

  .btn:hover {
    background: #03685F;
  }

  .executive-navigation {
    display: flex;
    justify-content: center;
    padding: 1rem;
  }

  .executive-navigation ul {
    background: #323232;
    text-align: center;
    padding: 1rem;
  }

  .executive-navigation a {
    text-decoration: none;
    color: #fff;
  }

  .list-inline li:hover {
    background: #03685F;
  }

  .executive-navigation span {
    color: #fff;
    font-size: 18px;
  }

  .bio-section .bio-section-box {
    padding: 15px;
    -webkit-box-shadow: 0px 2px 13px 1px rgb(173 171 173);
    -moz-box-shadow: 0px 2px 13px 1px rgba(173, 171, 173, 1);
    box-shadow: 0px 2px 13px 1px rgb(173 171 173);
    background: #fff;
    margin: 20px 0 20px;
  }

  .bio-section .bio-section-box .bio-image {
    float: left;
    margin: 10px 20px 15px 0px;
  }

  .bio-section-box h3 {
    color: #253B39;
  }

}

/* internal common/universal Pages OVERRIDE */
.nav {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) and (min-width: 697px) {
  ul.list-inline.tour-dates-header {
    display: flex;
    flex-direction: row !important;
  }
}

@media screen and (min-width: 708px) {
  .singles-tour-list-section {
    display: flex;
    justify-content: space-evenly;
  }
}

#collapse1.collapse,
#collapse2.collapse,
#collapse3.collapse {
  display: none !important;
}

#collapse1.collapse.in,
#collapse2.collapse.in,
#collapse3.collapse.in {
  display: block !important;
}


.shanghaiwomen-image-rotator {
  padding: 0;
  margin: 0;
}

.countryregionprofiles .shanghaiwomen-image-rotator img {
  width: 90px;
}

.shanghaiwomen-image-rotator li {
  display: inline-block;
  margin-right: 5px;
}

.countryregionprofiles button a {
  color: #fff;
  font-size: 14px;
}


/* TOP NAVI ALL PAGES STYLES */
body {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

p,
a,
button,
label,
li,
input,
textarea,
select {
  font-size: 1.6rem !important;
}

.index-content
{
p , a{
  font-size: 1.7rem !important;
}
}
a {
  text-decoration: none;
}

.midcontarea h2 {
  color: #253B39;
}

.pillar-page .content-area {
  width: 100% !important;
}

.pillar-page .midcontarea {
  margin: 135px auto 0 !important;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.video-wrap .video.stuck iframe {
  width: 100%;
}

.video-wrap iframe {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.videoPage .content-area h1 {
  text-align: center !important;
}

.videoPage .content-area {
  margin-top: 160px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.update-link {
  display: block;
}

.update-img {
  aspect-ratio: 4 / 6;
  object-fit: cover;
  object-position: center;
  background: #e2e3e5;
}

@media only screen and (max-width: 1200px) {
  .video-wrap iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .videoPage .content-area {
    width: 100%;
  }
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 18;
  /* Stay on top */
  top: 0px !important;
  left: 0;
  background-color: #fbfbfb;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 0px !important;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  box-shadow: 10px 1px 5px -6px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 10px 1px 5px -6px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 10px 1px 5px -6px rgba(0, 0, 0, 0.18);
}

.left-menu {
  border: none;
}

.oc-menu .left-menu {
  border: none;
}

.news-wrapper {
  margin-bottom: 30px !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none;
}

.news {
  display: none !important;
}

.heading {
  border: none !important;
}

.heading h5 {
  background-color: #959595;
  border-radius: 0;
  border: none !important;
  /* border: 1px solid #03685F; */
}

.main-content p {
  font-size: 18px !important;
  color: #000;
  /* margin:10px 50px 10px 50px; */
  text-align: left;
  line-height: 1.8em;
  padding: 0;
}

.main-content h2 {
  font-size: 28px;
  color: #03685F;
}

.ul.ml-20 {
  margin-left: 80px !important;
}

.main-content ul {
  text-align: left !important;
}


/*override*/
.textcontent h1 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 5rem;
  color: #253B39;
  font-family: 'Rosario', sans-serif;
}

.pillar-inner-wrapper h1 span {
  color: #03685F;
}

.textcontent h2 {
  font-size: 2.5rem;
  margin-bottom: 2.7rem;
  font-family: 'Rosario', sans-serif;
}

.textcontent h3 {
  font-family: 'Rosario', sans-serif;
}

.textcontent p {
  font-size: 1.7rem;
  margin-bottom: 30px;
  font-family: 'Hind Siliguri', sans-serif;
}

.textcontent ul li,
.textcontent ol li,
.content-area ul li {
  font-size: 1.8rem;
  line-height: 3.5rem;
}

.content-area-v2 .content-image-center {
  padding-bottom: 30px;
}


.img-caption cite {
  display: block;
  float: none;
  font-size: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.img-bask {
  width: 20%;
  margin: 10px 0px 0 25px;
}

.image-six {
  width: 35%;
  margin: 10px 20px 0 0;
}

.image-three,
.image-four,
.image-twenty-six {
  width: 35%;
  margin: 10px 0px 0 25px;
}

.image-six img,
.image-three img,
.image-four img,
.image-twenty-six img {
  width: 100%;
}

.btn-success-reg {
  background: #03685F;
  border: 1px solid #253B39;
}

.btn-success-reg:hover {
  background: #253B39;
  border: 1px solid #03685F;
}

.profile-page-upcoming-events-box .pp-upcoming-events-left p {
  color: #fff;
}

.profile-page-upcoming-events-box .pp-upcoming-events-right {
  height: 60px;
}

.live-interpreter-base-content .live-interpreter-base-content2 img {
  position: relative !important;
  left: 0 !important;
}

.bio-section .bio-section-box .bio-image img {
  max-width: 125px;
}

.news-bottom-sec p {
  font-size: 1.6rem;
}

.featured-video-content a {
  font-size: 2rem;
}

.header,
.navigation-area,
.banner {
  display: none;
}

.top-logo-v2 img {
  max-width: 250px;
}

.side-new-phil-women {
  width: 100%;
}

.header-reg-free-btn a {
  background: #293f48 !important;
}

.ada-icon-link {
  display: none;
}

.left-sidebar-area {
  padding: 10px;

}

.leftbar-head {
  color: #fff;
}

.banner-area {
  display: none;
}

.main-nav {
  display: none;
}

.main-content {
  margin: 0px auto;
  width: 1600px;
  max-width: 100%;

}

.banner-bg {
  margin-top: 200px !important;
  padding: 20px !important;
  min-height: unset !important;
}

.header-caption2 {
  margin: 0;
}



.footer-nav {
  margin: 0 auto !important;
  width: 100% !important;
}

.banner-rotator {
  width: 80% !important;
}

.medialogos .item img {
  width: unset !important;
}

.midcontarea {
  padding: 20px;
  max-width: 65%;
  width: 1600px;
  margin: 35px auto;
}


.list-group {
  margin-bottom: 0 !important;
}



.main-nav2 .navbar-nav li {
  position: relative !important;
  z-index: 2 !important;
}

.navbar-inverse .navbar-nav {
  margin: 1px;
}


.home-banner {
  margin-top: 70px;
}

.home-banner-right p {
  font-size: 35px;
  padding-top: 15%;
}

.desktop-video-banner-sec {
  padding: 20px;
  margin: 15px 0 15px;
}

.ms-skin-default .ms-nav-prev {
  left: -34px;
}


/*end override*/


.search-form {
  position: relative;
}

.search-form button.border-0 {
  position: absolute;
  top: 16px;
  right: 10px;
}

.bg-warning-custom {
  background: #293f48 !important;
}

.search-form p {
  text-align: center !important;
}

#bottom-cta-nav ul li.register-free-modal a {
  background: #293f48 !important;
}


.caret {
  display: none;
}

.content-area {
  margin-top: 0px;
  padding: 0 !important;
}

.main-footer {
  display: flex;
  gap: 1em;
  justify-content: start;
  padding: 50px 10px;
  font-size: 16px;
  flex-wrap: wrap;
}
.schedule_sh a{
  color: #fff !important;
}
.desktop-sidebar-section{
  margin-top: -4rem;
}

.modal-content-section {
    margin: -10px 0 0;
}

.open-reservation-modal-content .close span {
    font-size: 35px !important;
}

.search-cont-btn {
  display: flex;
  gap: 3rem;
}
.search-cont-btn a{
      background-color: #A03032;
    color: white;
    padding: 5px 12px;
}


@media only screen and (max-width: 991px) {
  .loveme-about-afa-section iframe {
      max-width: 90%;
  }

  .tour-schedule-section .form-horizontal h1 {
    font-size: 18px;
    transform: translateX(-15px);
  }
  
}

@media only screen and (max-width: 767px) {
  .search-cont-btn {
  flex-direction: column;
  gap: 1rem;
}
  .loveme-about-afa-section iframe {
      height: auto;
  }
}

@media screen and (max-width: 470px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}


@media screen and (max-width: 1199px) {
  .top-logo-v2 img {
    max-width: 100%;
  }

  .midcontarea {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
.content-wrapper{
  margin-top: 15rem;
}


  .navigation-area {
    position: fixed !important;
    top: 0rem !important;
  }

  .navigation-area.container.pillar-cont {
    max-width: 100% !important;
  }

  .navigation-area .navbar-inverse {
    background: #fff;
  }


  .navigation-area .navbar-toggle {
    background-color: #03685F;
  }

  .navigation-area .navbar-toggle:hover {
    background-color: #253B39 !important;
  }

  .navbar-inverse .navbar-nav>li>a {
    color: #000;
    border: 1px solid #000;
    border-top: 0px;
  }

  .midcontarea {
    max-width: 100%;
    padding: 0 30px;
  }

  .content-area {
    margin-top: 23rem !important;
  }

  .home-search-area {
    padding: 0 10px;
  }

  .navigation-area {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    max-width: 100%;
  }

  .navigation-area .navbar-toggle {
    height: 40px;
    width: auto;
    margin-top: 15px;
  }

  .navigation-area .navbar-nav .login-btn {
    background: #253B39;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #000;
    border-top: 0px;
    text-decoration: none;
  }

  .navigation-area .navbar-nav>li>a {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .logo2 a img {
    margin: 0 !important;
    float: left !important;
  }

  .toprightarea,
  .ada-icon-link {
    display: none;
  }

  .navbar-default .navbar-toggle {
    margin-top: 16px !important;
  }

  .header-area {
    display: none;
  }

  .main-nav {
    margin-top: 40px;
    display: block;
  }

  .main-nav #navbar {
    margin-top: 20px;
  }

  .info-links {
    margin-left: 8px;
  }

  .navigation-area .navbar-header {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
  }

  .navigation-area .navbar-header .item {
    flex: 1;
  }

  .top-header-area {
    z-index: 4 !important;
    position: fixed !important;
    top: 0;
    width: 100%;

  }

  .navigation-area .navbar-default {
    min-height: auto;
  }

  .mobile-sidebar-area .panel-heading h4 {
    color: #fff;
  }

  .mobile-sidebar-panel h4 a img {
    margin-top: -9px;
    margin-right: 15px;
  }

  .mobile-search-icon a {
    color: #253B39;
  }

  .home-testimonial-video-section .testimonial-video-box {
    width: 100%;
  }

  .footer-area2 {
    margin-bottom: 75px;
  }

  .content-image-center img {
    width: 100%;
  }

  .midcontarea {
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {
   


  #bottom-cta-nav-mobile ul .list-group-item a {
    color: #03685F;
    font-size: 12px;
  }

  #bottom-cta-nav-mobile ul .list-group-item a i {
    color: #253B39 !important;
  }


  .header,
  .header-head2 {
    margin: 0;
    padding: 15px !important;
    background-color: #0c0c0c;
    display: none !important;
  }

  .bg {
    display: none;
  }

  .content .mobile-sidebar-area .mobile-sidebar-panel .panel {
    padding: 15px;
    position: relative;
    background-color: #787878;
  }

  .navbar-header .row a img {
    height: 78px;
  }

  .page-content {
    padding: 0;
  }

  .image-six {
    margin: 0;
  }

  .image-three,
  .image-four,
  .image-twenty-six {
    margin: 0;
  }

  .owl-carousel .owl-item {
    max-width: 100% !important;
  }

  .textcontent h1 {
    font-size: 2.6rem;
    margin-bottom: 0;
  }

  .textcontent h2 {
    font-size: 2.2rem;
  }

  .textcontent p {
    padding: 0 10px;
  }


  #bottom-cta-nav-mobile .bg-success {
    background: #fff !important;
  }


}

@media only screen and (max-width: 1199px) {
  .home-banner {
    display: none;
  }

}

@media only screen and (max-width: 991px) {

  .in-blog-video {
    width: 100% !important;
    padding: 5px;
    border-radius: 5px;
  }

}

@media only screen and (min-width: 991px) {

 .tour-sched-text p {
    margin-bottom: 3rem !important;
}

}

.in-blog-video {
  width: 100% !important;
  padding: 20px;
  border-radius: 20px;
}

.modal-open {
  padding-right: 0 !important;

  .modal {
    overflow-y: auto !important;

    &.show {
      opacity: 1;
    }
  }
}


/* Version 3 rotator top */
@media only screen and (min-width: 992px) {
  .mobile-inner-rotator {
    display: none;
  }
  .mobile-search-container{
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {

  .mobile-inner-rotator #slide-scroll-nav2 .list-group-item {
    padding: 0 !important;
  }

  /* Mobile rotator */
  .mobile-inner-rotator {
    display: block;
    margin-top: 155px;
  }

  .circle-rotator ul {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    box-shadow: none;
    gap: 10px;
  }

  .circle-rotator ul li {
    padding: 0 3px;
    border: 0;
    box-shadow: none;
  }

  .circle-rotator ul li a img {
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    height: 100px;
  }

  /* end mobile rotator */

  .in-blog-video {
    width: 100% !important;
    padding: 5px;
    border-radius: 5px;
  }

  .offcanvas {
    max-width: 75%;
  }

}

.in-blog-video {
  width: 100% !important;
  padding: 20px;
  border-radius: 20px;
}

@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%);
  }
}


/* Mobile Circle rotator */
@media only screen and (max-width: 600px) {

  .circle-rotator ul li a img {
    width: 80px;
    height: 80px;
  }

}

#fixed-bottomNav {
  z-index: 9999;
}

#slide-scroll-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#slide-scroll-nav::-webkit-scrollbar {
  display: none;
}


#slide-scroll-nav2 {
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: -10px;
}

#slide-scroll-nav2::-webkit-scrollbar {
  display: none;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border-radius: 50% !important;
  border-color: #dc3545 !important;
}

#chat-widget-container {
  z-index: 1039 !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;
}

.modal-backdrop.fade {
  opacity: 0.5;
}

/* Mobile Search Top */
.container__search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}

#search__ladies__profile {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  caret-color: #f7f7f8;
  color: #fff;
  padding: 7px 10px;
  border: 2px solid transparent;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-right: 1px;
  transition: all .2s ease;
}

#search__ladies__profile:hover {
  border: 2px solid rgba(255, 255, 255, 0.16);
}

#search__ladies__profile:focus {
  border: 2px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.16);
}

.search__btn {
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.16);
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search__btn:hover {
  background-color: #3d4cc0;
}

@media screen and (max-width: 1200px) {
  .banner-area-v3{
    margin-top: 100px !important;
  }
  .page-top-header{
    display: none !important;
  }
  .offcanvas.offcanvas-start .position-relative button {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .offcanvas.offcanvas-start.show .position-relative button {
    display: block;
  }
}


.home-testimonial-video-section h2{
  background-color: #253B39 !important;
}


.tour-dates-header li{
  border: none !important;
}


main a{
  color: #253B39;
  font-weight: bold;
}



.cluster-title::after {
  display: block;
  content: "";
  height: 2px;
  background-color: #003966;
  flex: 1;
}

/*/imagemap/v3/top-navi-all-pages.shtml*/
  .executive-pages-sec {
    .executive-navigation ul {
      background: #323232;
      text-align: center;
      padding: 1rem;
      width: 100% !important;
    }
  }

  .executive-navigation .list-inline > li {
    display: inline-block;
    /* margin-bottom: 1rem; */
    margin: 5px !important;
    border: #fff solid 1px;
    padding: 10px;
  }

  .executive-navigation li:hover {
    background: #a03032 !important;
  }

  .executive-ssi-box ul li {
    margin-bottom: 20px !important;
  }

  @media only screen and (max-width: 991px) {
    .executive-navigation .list-inline > li {
      width: 100%;
    }
    .page-top-header {
      margin-bottom: 3rem;
    }

    .executive-pages-sec h1 {
      color: #a03032 !important;
      font-weight: normal !important;
    }

    .executive-pages-sec h2 {
      font-weight: normal !important;
    }

    .get-started-btn a {
      padding: 10px 20px;
      border-radius: 30px;
      border: #a03032 solid 1px;
    }

    .banner-rotator-v3-bg {
      padding: 0px !important;
    }
    .women-content {
      padding-top: 20px !important;
    }
  }

  @media only screen and (max-width: 766px) {
    .page-top-header {
      margin-bottom: 0 !important;
    }
    .banner-rotator-v3-bg {
      padding: 0px !important;
    }
  }
/*/imagemap/mobile-sidebar-v3.shtml*/	
    @media only screen and (max-width: 991px) {
		.offcanvas {
			&{max-width: 75%;
		}
        .list-group-item{
            margin-bottom: 0px !important;
        }
        .list-group-item:active{
            background: #e0e0e0 !important;
            border: 1px solid #a7a7a7 !important;
        }
        ul li a{
			font-size: 16px !important;
            display: block;
		}
        span{
			font-size: 18px !important;
		}
        .btn:active{
            background: #047d72 !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: #dc3545 !important;
		}
	}
	#logout-mobile{
		display: none;
	}
/*sidebar-navi-all-pages.shtml*/
/*sidebar-navi-all-pages.shtml*/
	.sidebar-header-area {
		padding: 0px 0 10px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.sidebar-header-area h4 {
		font-family: 'Rosario', sans-serif;
		font-weight: bold;
		font-size: 20px;
	}

	.sidebar-icon {
		padding: 10px 0 0;
	}

	.sidebar-icon a img {
		max-width: 60px;
	}

	.sidebar-close {
		padding: 10px 0 0;
	}

	.sidebar-close a {
		font-size: 18px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}

	.sidebar-close a span {
		color: #395754;
	}


	.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: #A03032;
		text-decoration-thickness: 2px;
		text-underline-offset: 7px;
	}

	.desktop-side-mega-menu li a i {
		color: #395754;
		font-size: 18px;
	}
	@media only screen and (min-width: 992px) {
	.mobile-sidebar{
		display: none !important;
	}}

	@media only screen and (max-width: 991px) {
		#mySidenav {
			display: none !important;
		}
	}
/*/imagemap/top-header.shtml*/
  .banner-area-v3 {
    background-image: linear-gradient(50deg, rgb(0 0 0 / 62%), rgb(0 0 0 / 50%)),
      url(/img/tl-shenzhendating-bg.webp);
    min-height: 400px;
    background-repeat: no-repeat;
    object-fit: cover;
    margin-top: -50px;
  }

  .mobile-quicksearchForm {
    display: none;
  }

  .banner-content-v3 {
    width: 100%;
    margin: 0 auto;
    min-height: 473px;
  }

  .banner-content-v3 .banner-text {
    padding: 66px 0 0 0;
  }

  .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: #a03032;
    background: #fff;
    border: 2px solid #a03032;
    border-radius: 50px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 8px;
    text-decoration: none;
  }

  .chinase-women-btn a {
    background-color: #a03032;
    color: #fff;
  }

  .chinase-women-btn a:hover {
    background-color: #862628;
    color: #fff;
  }

  .banner-btns a:hover {
    color: #862628;
    border: 2px solid #862628;
    text-decoration: none;
  }

  .banner-btns .reg-btn-v3 {
    background: #a03032;
    border: none;
    color: #fff;
    width: 200px;
  }

  .banner-btns .reg-btn-v3:hover {
    background: #862628;
    text-decoration: none;
    border: none;
    color: #fff;
  }

  .banner-btns p {
    padding-top: 10px;
    font-size: 15px;
  }
  .banner-rotator-v3 .rotator-area ul li a img {
    width: 135px;
  }

  @media screen and (max-width: 1600px) {
    .banner-rotator-v3 .rotator-area ul li a img {
      width: 110px !important;
    }
  }

  .banner-rotator-v3-bg {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 20px 15px;
  }

  .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-area ul li a img {
    border-radius: 20px;
    width: 150px;
  }

  .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: 6px 0;
  }

  .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: 300px;
    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: 14px !important;
    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: #a03032 !important;
    width: 240px;
    line-height: 35px;
    border-radius: 15px;
    padding: 3px 0;
    color: #fff !important;
    margin: 0 12px;
    font-size: 14px !important;
  }

  .header-right-area .top-header-right .top-header-signup:hover {
    background: #a03032;
    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: "Rosario", sans-serif;
    color: #111;
    font-size: 15px !important;
    margin-right: 20px;
    text-decoration: none;
  }

  @media screen and (max-width: 1440px) {
    .header-logo-area {
      width: 20%;
    }
    .header-logo-area a img {
      max-width: 215px;
    }
    .header-right-area .top-header-right .quick-search-header-modal p {
      font-size: 13px !important;
    }
    .header-right-area .top-header-right .top-header-signup {
      font-size: 13px !important;
    }
    .header-right-nav ul li a {
      font-size: 12px !important;
    }
  }

  .header-right-nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #a03032;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }

  .header-right-nav ul li:last-child a {
    margin-right: 100px;
  }

  .mega-column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
    height: 250px;
  }

  .mega-column h3 {
    font-size: 18px;
    font-weight: bold;
    color: #a03032;
  }

  .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: #a03032 !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: #a03032;
  }

  .mega-header h2 {
    font-size: 45px;
  }

  @media screen and (min-width: 992px) {
    #bottom-cta-nav-mobile-top {
      display: none !important;
    }
  }

  @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) {
    
    .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: #a03032;
      color: #fff;
      line-height: 40px;
      font-size: 18px;
      width: 78%;
      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: #a03032;
      color: #fff;
      text-decoration: none;
    }

    .upper-banner-sec {
      flex-direction: column;
    }

    .upper-banner-sec .banner-text {
      width: 100%;
      padding: 30px 30px 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: #a03032;
      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;
    }

    .banner-content-v3 {
      min-height: 0px;
    }
  }

  /* 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: #a03032;
    color: #fff;
    font-weight: bold;
    border: 1px solid #a03032;
  }

  .mobile-quicksearchForm .home-search-id-submit input {
    position: relative;
    right: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #a03032;
    color: #fff;
    font-weight: bold;
    border: 1px solid #a03032;
  }

  #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: #a03032;
    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: #a03032;
  }

  #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;
    }
  }
/*/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: 16.5%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99;
        padding: 0 11%;
        min-height: 415px;
    }

    .mega-dropdown-content2 {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: auto;
        top: 12%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99;
        padding: 0 11%;
        min-height: 415px;
    }

    @media only screen and (max-width: 991px) {

        .mega-dropdown-content,
        .mega-dropdown-content2 {
            display: none !important;
        }
    }
/*/imagemap/banner.shtml*/
  .mobile-banner-text{
   display: none;
  }
 
   @media (max-width: 1024px) {
     .lg-banner-text{
     display: none;
   }
   .mobile-banner-text{
   display: block;
  }
 
 }
 /*/imagemap/quick-search-form-mobile.shtml*/
     .advanced-search-container-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:#a8ddd5;
        margin-top: 10px;
    }
    .advanced-search-container-mobile a{
        text-decoration: underline;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 15px 8px 40px;
    }
    .advanced-search-container-mobile i{
        color:white;
        background-color: #64A49B;
        padding: 6px;
        font-size: 25px;
        border-radius: 50%;
    }
   .mobile-qsearch-form{
    width: 90%;
    background-color: #f5f5f5;
    margin-top: 15px;
    border-radius: 20px;
   }
   .mobile-qsearch-form h4{
    margin-top: 20px;
   }
   .advanced-submit{
    background-color: #242323bf;
    color: white;
    outline: none;
    width: 160px;
    padding: 8px 0 7px 0;
    border: none;
    border-radius: 20px;
   }
   .mobile-qsearch-form .form-select{
    margin-left: 7px;
    height: 35px;
    padding: 0 0 8px 10px;
   }
   .mobile-qsearch-form .form-select-region{
    margin-left: 7px;
    height: 35px;
    padding: 8px 0 8px 8px;
    width: 285px;
    border: none;
   }
   .mobile-qsearch-form .mobile-form-container{
    width: 310px;
   }
   .mobile-search-id-form{
        display: flex;
    }
    .mobile-search-id-form .mobile-searchInput{
        height: 40px;
        width: 225px;
        border-radius:50px 0 0 50px;
        border: 1px solid #c7c5c5;
        outline: none;
        padding-left: 40px;
        margin-left: 10px;
    }
   .mobile-search-id-form .mobile-searchBtn{
        background-color:#242323bf;
        border: none;
        border-radius: 0px 50px 50px 0;
        width: 100px;
        color: white;
   }
   .mobile-quickSearch-list{
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .mobile-quickSearch-list ul{
    list-style: none;
   }
   .mobile-quickSearch-list ul li{
    padding-bottom:15px;
   }
   .mobile-quickSearch-list ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    }
    .mobile-quickSearch-list .other-option-link {
    background: #64A49B;
    display: block;
    width: 250px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 15px;
}
/*/imagemaps/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 {
    flex: 1;
  }

  .main-footer p {
    font-size: 14px;
  }

  .main-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
    justify-content: center;
  }

  .main-footer .footer-social li {
    display: inline-block;
  }

  .main-footer .footer-social li a {
   justify-content: center;
    padding: 8px;
    margin: 5px;
    background: #fff;
    border-radius: 15%;
    width: 30px;
    height: 30px;
    box-shadow: -2px 3px 5px 1px rgba(222, 222, 222, 0.75);
    -webkit-box-shadow: -2px 3px 5px 1px rgba(222, 222, 222, 0.75);
    -moz-box-shadow: -2px 3px 5px 1px rgba(222, 222, 222, 0.75);
  }

  .main-footer .footer-social li a i {
    color: #A03032;
  }


  .main-footer .footer-nav-box h1,
  .footer-contact h1 {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #A03032;
  }
  .footer-contact img{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
  }

  .footer-nav-box a:hover,
  .copyright:hover {
    text-decoration: underline 2.4px #A03032 !important;
  }

  .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 !important;
  }

  .footer-social {
    display: flex;
    list-style: none;
  }

  .footer-social li:hover {
    transform: scale(1.2);
  }

    @media (max-width:767px) {
   .footer-nav-box h1{
    margin-bottom: 0 !important;
   }
   .main-footer
 {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top:-4rem;
}
.footer-contact h1{
  text-align: center;
  margin-bottom: 0;
}
 
  }

  @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: 767px) {
    .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;
    }
.footer-socials{
  text-align: center;
}
}


.p-link {
color: #A03032;

}

/*/imagemap/v3/quick-search-modal.shtl*/
  @media screen and (min-width:992px) {
    #quickSearchModal {
      display: none !important;
    }
  }
  #quickSearchModal {
    z-index: 9999;
  }
  .modal-body-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
/*imagemap/v3/quick-search-form-mobile.shtml*/
    .advanced-search-container-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:#f3b1b2;
        margin-top: 10px;
    }
    .advanced-search-container-mobile a{
        text-decoration: underline;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 15px 8px 40px;
    }
    .advanced-search-container-mobile i{
        color:white;
        background-color: #A03032;
        padding: 6px;
        font-size: 25px;
        border-radius: 50%;
    }
   .mobile-qsearch-form{
    width: 90%;
    background-color: #f5f5f5;
    margin-top: 15px;
    border-radius: 20px;
   }
   .mobile-qsearch-form h4{
    margin-top: 20px;
   }
   .advanced-submit{
    background-color: #242323bf;
    color: white;
    outline: none;
    width: 160px;
    padding: 8px 0 7px 0;
    border: none;
    border-radius: 20px;
   }
   .mobile-qsearch-form .form-select{
    margin-left: 7px;
    height: 35px;
    padding: 0 0 8px 10px;
   }
   .mobile-qsearch-form .form-select-region{
    margin-left: 7px;
    height: 35px;
    padding: 8px 0 8px 8px;
    width: 285px;
    border: none;
   }
   .mobile-qsearch-form .mobile-form-container{
    width: 310px;
   }
   .mobile-search-id-form{
        display: flex;
    }
    .mobile-search-id-form .mobile-searchInput{
        height: 40px;
        width: 225px;
        border-radius:50px 0 0 50px;
        border: 1px solid #c7c5c5;
        outline: none;
        padding-left: 40px;
        margin-left: 10px;
    }
   .mobile-search-id-form .mobile-searchBtn{
        background-color:#242323bf;
        border: none;
        border-radius: 0px 50px 50px 0;
        width: 100px;
        color: white;
   }
   .mobile-quickSearch-list{
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .mobile-quickSearch-list ul{
    list-style: none;
   }
   .mobile-quickSearch-list ul li{
    padding-bottom:15px;
   }
   .mobile-quickSearch-list ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    }
    .mobile-quickSearch-list .other-option-link {
    background: #A03032;
    display: block;
    width: 250px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 15px;
}
/*imagemap/v3/home-search-modal.shtml*/
    .home-search-id-sec {
        text-align: center;
    }

    .home-search-id-sec #searchid {
        width: 100%;
        border-radius: 20px;
        line-height: 40px;
        border: 1px solid #c3c3c3;
        padding-left: 15px;
    }

    .home-search-id-sec p {
        margin: 0;
        font-weight: normal;
        font-size: 1.5rem;
    }

    .home-search-id-submit input {
        background: transparent;
        border: 1px solid #c3c3c3;
        border-radius: 20px;
        width: 90px;
        padding-left: 25px;
        line-height: 25px;
        float: right;
        margin-right: 15px;
        margin-top: -36px;
        position: relative;
        color: #8f8f8f;
    }

    .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;
        margin-bottom: 13px;
    }

    .modal-top-section h2 {
        font-size: 18px;
        margin: 10px 0 0 10px;
        padding: 0;
    }
   
    .container-advance-search .click-advance-search a{
        color: #333;
        margin-right: 10px;
        font-weight: bold;
        text-decoration: underline;
    }
    
 
   .container-advance-search .click-advance-search{
    float: right;
    background-color: #f0adae;
    text-align: center;
    padding: 1rem;
    margin-top: -1rem;
   }

   .container-advance-search .click-advance-search i{
    background-color:#A03032 ;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    border-radius: 56%;
    margin-left: 10px;
   }


    .modal-top-section .col-1 button {
        float: right;
    }
    @media screen and (max-width:991px) {
    #searchInfoModal {
      display: none !important;
    }
  }
  .shenzhenwomen-modal.show{
    opacity: 1;
  }
/*imagemap/v3/homepage-quicksearch-ssi.shtml*/
    #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;
        width:200px;
        height:50px;
        margin-left:120px;
    }

    .quickSearch-left .quickSubmit-button:hover {
        background: #a3a3a3;
        color: #000;
    }

    .quickSearch-left .click-for-adv-search {
        text-align: center;
    }

    .quickSearch-left .click-for-adv-search a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        padding-top: 12px;
    }

    .quickSearch-left .click-for-adv-search i {
        background: #A03032;
        color: #fff;
        font-size: 17px;
        padding: 10px;
        border-radius: 50%;
    }

    .quickSearch-right {
        margin-top: 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;
    }

    .quickSearch-right .other-option-link {
        background: #A03032;
        display: block;
        width: 275px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        font-weight: normal;
        font-size: 14px;
        border-radius: 30px;
        margin-top: 15px;
    }

    .quickSearch-right .other-option-link:hover {
        background: #d67a7c;
        color: #000;
    }

    .fa-circle-arrow-right {
        color: #d67a7c;
    }
    
    .search-id-form{
        display: flex;
    }
    .search-id-form .searchInput{
        height: 50px;
        width: 280px;
        border-radius:50px 0 0 50px;
        border: 1px solid #c7c5c5;
        outline: none;
        padding-left: 40px;
        margin-left: 10px;
    }
   .search-id-form .searchBtn{
        background-color:#333333BF;
        border: none;
        border-radius: 0px 50px 50px 0;
        width: 100px;
        color: white;
   }

.sidebar-header-area h4{
  padding-top: 10px;
}
   
.women-section .primaryFontColor{
    color: black;
}

.update-wrap .women-section h1 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 2em;
}