/* START OF STICKY BOTTOM NAV */
body,
.women-updates {
  background: #fff !important;
}

.main-nav {
  border: none;
}

.ms-nav-next,
.ms-nav-prev {
  opacity: 1 !important;
}

#bottom-cta-nav {
  background: rgb(255, 255, 255);
  border-bottom: #ebebeb solid 1px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  height: auto;
  z-index: 10;
  padding: 10px 0px 0px 10px;
}

.ms-sl-selected img {
  width: 95px;
  }

#bottom-cta-nav .list-group {
  box-shadow: none !important;
}

#bottom-cta-nav ul li a {
  background: #fff;
  color: #000;
  border: #ced4da solid 1px;
  text-align: center;
  white-space: nowrap !important;
}

#bottom-cta-nav ul li a:hover,
#bottom-cta-nav ul li button:hover {
  background: #5c9615 !important;
  color: #fff !important;
  text-decoration: none;
}

.bottom-cta-nav-mobile-top {
  display: none !important;
}

.fw-b2 {
  font-size: 12px !important;
  background-color: #fff;
  font-weight: bold;
}

/* #bottom-cta-nav:hover{
  opacity: 1;
  transition: .7s;
  background: rgba(255, 255, 255, 0.274);
} */



/* NEWEST LADIES PROFILE OFFCANVAS CAROUSEL */
#P_masterslider {
  position: absolute !important;
  width: 100% !important;
  top: -130px !important;
  left: 0;
}



.ms-slide.ms-info.ms-sl-selected {
  transform: unset !important;
}

#bottom-cta-nav-mobile {
  display: none;
}

#P_masterslider_mobile {
  display: none;
}

/* ** commented */
.navbar-default {
  display: none;
}

.homepage .f-center-img {
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  border: 1px solid #eee;
  display: block;
  width: 65% !important;
  margin: 0px auto !important;
}

#bottom-cta-nav-mobile-top {
  z-index: -1;

}


/* ************************   START OF MEDIA QUERY  MOBILE  ********************* */

@media screen and (max-width: 767px) and (min-width: 320px) {
  .banner {
    background-color: #fff;
    margin: 0px 10px 0px 10px !important;
  }

  .homepage .f-center-img {
    padding: 15px;
    text-align: center;
    margin: 15px 0;
    /* border: 1px solid #eee; */
    display: block;
    width: 100% !important;
    margin: 0px auto !important;
  }

  .homepage .f-center-img.has-yt-play-btn {
    background: none !important;
  }

  .mobile-video-banner {
    display: none !important;
  }

  .singles-tour-list-section {
    min-height: 77rem !important;
  }

  .automatic-mail-list-information center input {
    width: 85% !important;
  }

}


@media (max-width: 600px) {

  /* ** uncommented */
  .navbar-default {
    display: block;
  }

  #bottom-cta-nav-mobile-top {
    display: block;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    height: 150px;

  }

  .owl-item .card p {
    font-size: 4vw;
  }

  .gtco-testimonials .card p {
    color: #555;
    padding-bottom: 15px;
    font-size: 4vw !important;
  }

  #bottom-cta-nav {
    display: none;
  }

  #bottom-cta-nav-mobile {
    display: block;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 70px 0px #505050;
    position: fixed;
    width: 100%;
    bottom: 0px;
  }

  #bottom-cta-nav-mobile ul .list-group-item {
    width: 100%;
    color: #dc3545;
    display: flex;
    justify-content: space-evenly;
  }

  #bottom-cta-nav-mobile ul .list-group-item a {
    text-align: center;
  }

  #bottom-cta-nav-mobile ul .list-group-item a i {
    margin-right: 5px;
    display: flex;
    font-size: 18px;
    display: list-item;
    list-style: none;
    text-align: center;
  }

  #bottom-cta-nav-mobile p {
    font-size: 10px;
    text-align: center;
    line-height: 1em;
    padding-top: -10px;
    color: #212529;
    margin: 10px 0px;
  }

  #P_masterslider {
    display: none;
  }

  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }


  .ms-nav-next,
  .ms-nav-prev {
    opacity: 1 !important;
  }

  #SignupModal .col-6,
  #SignupModal .col-1,
  #SignupModal .col-5 {
    width: 100%;
  }



  .footer-area {
    margin-bottom: 210px !important;
  }

}

@media only screen and (max-width: 1920px) and (min-width:991px) {
  .blogs-content-center-img .page-breaker-desktop {

    margin: 0 auto;
    display: block;

  }

  .blogs-content-center-img .page-breaker-mobile {

    margin: 0 auto;
    display: none;
  }



}


@media only screen and (max-width: 990px) and (min-width:200px) {
  .blogs-content-center-img .page-breaker-desktop {

    margin: 0 auto;
    display: none;
  }

  .blogs-content-center-img .page-breaker-mobile {
    margin: 0 auto;
    display: block;
  }



}

/* ************************   START OF MEDIA QUERY TABLET   ********************* */

@media (min-width: 601px) and (max-width: 991.98px) {
  .homepage {
    margin: auto 50px !important;
  }

  .banner {
    margin: 90px 50px 0px 50px !important;
  }

  .mobile-sidebar-area {
    margin: auto;
  }

  /* ! this is already commented */
  /* .main-nav .navbar-default .navbar-toggle {
      margin: 0 !important;
      width: 10% !important;
      min-height: 60px !important;
      background: #787878 !important;
  } */
  .homepage .f-center-img {
    padding: 15px;
    text-align: center;
    margin: 15px 0;
    border: 1px solid #eee;
    display: block;
    width: 100% !important;
    margin: 0px auto !important;
  }

  .homepage .f-center-img.has-yt-play-btn {
    background: none !important;
  }

  .mobile-sidebar-panel .panel-heading {
    background: none !important;
  }

  /* ** uncommented */
  .main-nav .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    /* background-color: #a50711; */
  }

  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* ** uncommented */
  .navbar-default {
    display: block;
  }

  #bottom-cta-nav-mobile-top {
    display: block;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    height: 150px;

  }

  .owl-item .card p {
    font-size: 4vw;
  }

  .gtco-testimonials .card p {
    color: #555;
    padding-bottom: 15px;
    font-size: 4vw !important;
  }



  #bottom-cta-nav {
    display: none;
  }

  #bottom-cta-nav-mobile {
    display: block;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 70px 0px #505050;
    position: fixed;
    width: 100%;
  }


  #bottom-cta-nav-mobile ul .list-group-item {
    width: 100%;
    color: #dc3545;
    display: flex;
    justify-content: space-evenly;
  }

  #bottom-cta-nav-mobile ul .list-group-item a {
    text-align: center;
  }

  #bottom-cta-nav-mobile ul .list-group-item a i {
    margin-right: 5px;
    display: flex;
    font-size: 18px;
    display: list-item;
    list-style: none;
    text-align: center;
  }

  #bottom-cta-nav-mobile p {
    font-size: 10px;
    text-align: center;
    line-height: 1em;
    padding-top: -10px;
    color: #212529;
    margin: 10px;
  }

  #P_masterslider {
    display: none;
  }

  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  .card-body .row .col-4 {
    width: 100%;
  }


  .ms-staff-carousel .ms-nav-prev,
  .ms-staff-carousel .ms-nav-next {
    box-shadow: unset !important;
  }


  #SignupModal .col-6,
  #SignupModal .col-1,
  #SignupModal .col-5 {
    width: 100%;
  }

  .sm-link-wrapper li {
    display: contents;
    margin: 5px 5px;
  }

  .footer-area {
    margin-bottom: 210px !important;
  }

  .footer-area footer .row .col-md-3 {
    width: 50%;
  }

}


@media only screen and (max-width:500px) {
  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  #bottom-cta-nav-mobile p {
    font-size: 9px;
  }

  #bottom-cta-nav-mobile-top {
    display: block;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    height: 150px;

  }
}


.ms-slide.ms-sl-selected {
  transform: unset !important;
}



.register-modal .close {
  top: 5px !important;
  right: 10px !important;
  width: unset !important;
}

div#chat-widget-container {
  bottom: 70px !important;
}


div#bottom-cta-nav .container-fluid,
.container-fluid.flex-wrap2,
.container-fluid.flex-wrap,
.header .container,
.navs .container,
.container.flex-wrap2,
.women-updates .container,
.womens-profile-section .container {
  max-width: 100%;
  width: 1600px;
}

/* ** uncommented */
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: 0 !important;
  margin-left: 0 !important;
}


.list-group {
  margin-bottom: 0;
}

/* ** uncommented */
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}


.header .row>*,
.footer-bg .row>* {
  width: unset;
  padding: 0;
}

.footer-nav {
  width: 1600px;
  max-width: 100%;
}

.footerbg {
  width: 100%;
  padding-top: 50px;
}


/* .footer {
      margin-bottom: 50px;
  } */


.footer-bg {
  margin: 20px auto 80px !important;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* ** uncommented */
  .navbar-default {
    display: block;
  }

  /* #bottom-cta-nav-mobile-top{
      display: block;
      position: fixed;
      top: 45px;
      margin-top: 20px;
      height: 150px;
      z-index: 10;
    } */
  div#chat-widget-container {
    bottom: 120px !important;
  }

  .list-group {
    margin-bottom: 0;
    display: block;
  }

  #bottom-cta-nav-mobile-top {
    margin-top: -110px;
  }

}

@media only screen and (min-width: 1200px) {
  .sidebar-ads-container {
    position: absolute;
    top: 0px;
    width: 33%;
    right: -400px;

  }

  .ads-one,
  .ads-one img {
    width: 100%;
    margin-top: 70vh !important;
    opacity: 70%;


  }

  .ads-one:hover,
  .ads-one img:hover {
    width: 100%;
    margin-top: 28%;
    opacity: 100%;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;

  }

}

@media only screen and (min-width:1201px) {
  .maincontent {
    margin-top: 20rem;
  }

  .main-content {
    margin-top: 185px !important;
  }
}


@media only screen and (max-width: 1200px) {

  .page-content {
    margin-top: 0px !important;
    width: 100% !important;
  }

  .sidebar-ads-container {
    display: none !important;
  }

  .maincontent {
    margin-top: 28rem;
  }

  .main-content {
    margin-top: 260px !important;
  }


}


@media only screen and (max-width: 991px) {
  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  #bottom-cta-nav-mobile-top {
    display: block;
    position: fixed;
    top: 39px;
    margin-top: 20px;
    height: 150px;
    z-index: 2;
  }

  /* ** uncommented */
  .navbar-default {
    display: block;
  }

  /* ** uncommented */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }


  .navbar-header {
    width: 100%;
  }

  .main-nav .navbar-default .navbar-toggle {
    margin: 16px !important;
  }

  .maincontent {
    margin-top: 25rem;
  }


}


@media only screen and (max-width: 991.98px) {
  .main-content p {
    font-family: 'Noticia Text', serif !important;
    font-size: 18px !important;
    color: #000;
    margin: 10px auto 20px auto !important;
    text-align: left !important;
    line-height: 1.8em !important;
  }

  .main-content h2 {
    font-size: 19px;
    color: #39b54a !important;
    margin: 50px auto 10px auto !important;
  }

  /* ** uncommented */
  #navbar .navbar-nav li.dropdown.open {
    padding: 0;
    width: 180px;
    max-width: 100%;
    margin-top: 0px !important;
  }

  .navbar-header {
    /* position: fixed; */
    top: 0;
    right: 0;
    left: 0;
    /* z-index: 1030; */
  }

  /* ** uncommented */
  .main-nav div#navbar {
    overflow-x: hidden;
    /* position: fixed; */
    width: 100%;
    margin: auto;

    /* top: 70px !important; */
    /* left: 0px !important; */
  }

  /* ** uncommented */
  /* .main-nav .navbar-nav li{
    padding:5px !important;
  }
  .main-nav .navbar-nav li a{
    font-size:18px !important;
  } */
  .main-nav {
    border: none;
    /* min-height: 50px; */
    /* position: absolute; */
    z-index: 1024;
    width: 100%;
    /* top: 0px; */
  }

  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* #bottom-cta-nav-mobile-top{
    display: block;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    height: 150px;
    
  } */
  /* ** uncommented */
  .navbar-default {
    display: block;
  }

  .list-group {
    display: flex;
  }


  .col-lg-3.footer-contacts.inlinks img {
    margin: auto;
    width: 300px !important;
  }



}


@media only screen and (max-width: 768px) {
  .mobile-video-banner {
    display: none !important;
  }

  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* ** uncommented */
  .navbar-default {
    display: block;
  }


  .footer {
    margin-bottom: 140px;
  }

  .navs .container {
    padding: 0 !important;
    margin: 0 !important;
  }

  .main-nav .ada-icon-link {
    left: 10px;
  }

  .logo-area .row>* {
    width: 100%;

  }

  .header .logo-area,
  .header .col-lg-8.col-md-8.col-sm-8 {
    width: 100%;
  }



  #bottom-cta-nav-mobile .list-group.list-group-horizontal .list-group-item:last-child {
    order: 1;
  }




  .col-lg-4.col-md-4.col-sm-4.social-icons .row {
    display: unset;
  }

  .header-right-btns h3 small,
  .header .row>*,
  .header-right-btns {
    text-align: center !important;
  }




}

@media only screen and (max-width:500px) {
  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* #bottom-cta-nav-mobile-top{
    display: block;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    height: 150px;
   
  } */
  /* ** uncommented */
  .navbar-default {
    display: block;
  }

  /* #bottom-cta-nav-mobile p {
    font-size: 9px;
} */
 
  .footer-nav .col-lg-8.col-md-8.col-sm-8,
  .footer-nav .col-lg-4.col-md-4.col-sm-4.social-icons {
    width: 100%;
  }

  ul.list-group.list-group-horizontal.mx-auto {
    width: 100%;
  }
}

@media only screen and (max-width: 340px) {
  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* #bottom-cta-nav-mobile-top{
    display: block;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    height: 150px;
  } */

}



/*override navigation*/

/* ** uncommented */
.main-nav .nav-pills {
  padding: 0;
  float: right;
  flex-direction: row;
  height: unset;
  display: inline;
  position: relative;
}

.main-nav .nav-pills li {
  position: relative;
  z-index: 2;
}


/* .main-nav span.caret {
      display: none;
  } */

.navbar-default {
  max-width: 100%;
  display: block;
}



.nav-justified>li {

  width: 300px;
  max-width: 100%;
}


.site-footer {
  margin-bottom: 70px;
}

.ms-staff-carousel .ms-nav-prev {
  background: url(/img/staff-arrows.png) white no-repeat -7px -57px !important;
}

.ms-staff-carousel .ms-nav-next {
  background: url(/img/staff-arrows.png) white no-repeat -6px -7px !important;
  right: -35px !important;

}

@media only screen and (max-width: 991px) {
  #bottom-cta-nav {
    display: none;
  }

  /* .mobile-sidebar-area {
        display: block;
        margin: 15px 0 0;
    } */
  .content .mobile-sidebar-area .mobile-sidebar-panel .panel {
    padding: 15px;
    position: relative;
    background-color: #787878;
  }

  /* ! this is already commented */
  /* .navbar-header{
      background: #fff;
    } */
  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* #bottom-cta-nav-mobile-top{
      display: block;
      position: fixed;
      top: 45px;
      margin-top: 20px;
      height: 150px;
    } */
  /* ** uncommented */
  .navbar-default {
    display: block;
  }

  /* ** uncommented */
  .main-nav .navbar-default .navbar-toggle {
    margin: 16px !important;
  }

  li.dropdown.open {
    width: 100% !important;
    max-width: 100%;
  }

  div#chat-widget-container {
    bottom: 60px !important;
    #chat-widget {
      height: 90% !important;
      top: 55px !important;
    }
  }
}

@media only screen and (max-width: 768px) {
  .mobile-video-banner {
    display: none !important;
  }

  #P_masterslider_mobile {
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  /* #bottom-cta-nav-mobile-top{
    display: block;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    height: 150px;
    
  } */
  .main-nav .ada-icon-link {
    left: 10px;
  }
}

/* bottom-cta adjustment */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-bg {
    margin-top: 50px !important;
  }

  .col-sm-12.backdrop {
    width: 100%;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .col-sm-12.backdrop {
    margin-right: 100px;
  }

  .ms-container {
    top: 50px;
    width: 450px;
    left: -60px;
  }

  #bottom-cta-nav img {
    margin-top: 20px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .banner-bg {
    margin-top: 50px !important;
  }

  .col-sm-12.backdrop {
    width: 100%;
  }


}


/* end of bottom-cta adjustment */

/* sidebar adjustment */
.newprofiles {
  background-color: #5c9615;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
}

.newprofiles:hover {
  background-color: #a03032;
}

.newprofiles a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  line-height: 40px;

}

.newprofiles a:hover {
  color: #fff;
  text-decoration: none;
}

.search-button {
  margin-bottom: 10px;
}

.sidebar {
  background-color: #a03032;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 10px;
}

.sidebar:last-child {
  margin-bottom: 20px;
}

.title-sidebar {
  background-color: #a03032;
  border-radius: 3px;
  padding: 8px 0px 8px 0;
  margin-left: 10px;
}

.title-sidebar p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}

.sidebar ul {
  background-color: #ffffff;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
}

.sidebar ul li:first-child {
  border-top: none;
}

.sidebar ul li {
  margin: 0 !important;
  border: 1px solid #e0e0e0;
  padding: 7px 0 7px 0 !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.sidebar ul li:before {
  content: "\00bb";
  color: #a03032;
  margin-right: 7px;
  margin-left: 10px;
}

.sidebar ul li a {
  color: #333;
  font-size: 12px;
}

.desktop-sidebar ul li a {
  text-decoration: none;
}

.sidebar-ronna-lou-live {
  margin: 10px 0 10px 0;
  text-align: center;
}

.sidebar-ronna-lou-live a img {
  max-width: 100%;
}

.sidebar-navi .btn.bg-danger {
  line-height: 40px;
  font-size: 14px;
}

.left-sidebar-icon img {
  padding-right: 5px;
}

.sidebar-menu.ssi-link {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
}

.bg-danger {
  background: #a03032 !important;
  border-color: #a03032 !important;
}

/* end of sidebar */

/* footer adjustment */

.container.footer {
  margin: 0 auto 25px auto !important;
}

.chinabrides-footer-holder .list-inline li {
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inlinks {
    margin: 0 auto 25px auto;
  }

  .chinabrides-footer-socials {
    margin: 0 auto 25px auto !important;
  }

  .chinabrides-footer-logo {
    margin: 0 auto 25px auto !important;
  }

  .inlinks h3 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 991px) {
  .chinabrides-footer-footer-holder p {
    margin-top: -20px;
    margin-bottom: 50px;
  }
}


/* font adjustment */
.midcontarea-index ul li {
  font-size: 16px;
}


/* bg adjustment */

.backdrop.px-0 {
  background: rgb(160 48 50 / 10%);
}

.input-container button {
  color: #fff !important;
  background: #5c9615 !important;
  border-color: #5c9615 !important;
}


.testimonial-button {
  background: #5c9615 !important;
  border-color: #5c9615 !important;
}

.region-col-select {
  padding-top: 10px;
}

.grid-searchbtn.py-3 {
  padding-top: 15px !important;
}

/* end of adjustment */

@media only screen and (max-width: 991px) {

  .main-nav .navbar-default .navbar-nav li a {
    border: 1px solid #fff;
    padding: 15px 2px;
    margin: 0px 30px;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
  }

  .mobile-sidebar-area-v2 {
    padding: 10px;
    border: 1px solid #fff;
    margin: 15px 20px;
  }

  .mobile-sidebar-area-v2 ul li a {
    font-size: 14px;
    line-height: 1.5rem;
    color: #fff;
    display: block;
  }

  .main-nav .navbar-nav>li>.dropdown-menu {
    background: #ca3f3f;
  }

  .dropdown.open a {
    background: #ca3f3f;
  }

  .main-nav .navbar-default .navbar-nav li a:hover {
    background: #5c9615;
  }

  li.dropdown.open {
    background: #ca3f3f !important;
  }

  .navbar-nav>.open>a {
    background-color: #5c9615 !important;
  }

  .captcha-info p {
    margin-left: 10px !important;
  }

  .region-area .checkbox-inline:not(:first-child) {
    padding:10px;
    }

}

@media only screen and (min-width:1200px) {
  .ms-container {
    width: 450px;
  }

}

.captcha-info p {
  margin-left: -80px;
}

.maincontent li {
  font-size: 16px;
  text-align: left;
  padding-top: 10px;
}

.maincontent {
  text-align: center;
}

.maincontent input {
  padding: 4px 10px;
  margin: 0 5px;
  font-size: 16px;
}

.tour-club-area p {
  text-align: center !important;
}

.tour-club-area {
  text-align: center;
}

.tour-club-area .nav {
  justify-content: center;
}

.tour-club-list {
  display: table;
  margin: 0 auto;

}

.tour p {
  text-align: center !important;
}


#custom-pagination-container {
  display: flex;
  flex-wrap: wrap;
}


div#custom-pagination-container .custom-pagination-page {
  flex: 33%;
  flex-grow: unset;
}

div#custom-pagination-container .custom-pagination-page .video-section .col-lg-6 {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  div#custom-pagination-container .custom-pagination-page {
    flex: 100% !important;
  }
}

@media only screen and (min-width:601px) and (max-width: 991px) {
  div#custom-pagination-container .custom-pagination-page {
    flex: 50% !important;
    flex-grow: unset;
  }
}

@media only screen and (min-width:600px) and (max-width:768px) {
  .tour-dates-header li {
    margin: 5px 0px !important;
  }
}

@media only screen and (min-width:992px) {

  .custom-pagination-page .col-lg-8,
  .custom-pagination-page .col-lg-4 {
    width: 100%;
  }
}

.custom-pagination-page a {
  font-size: 14px !important;
  text-decoration: none;
}

.pagination>.active>a {
  background-color: #5c9615 !important;
  border-color: #5c9615 !important;
}


.maincontent .img-blog {
  width: 500px;
}

.btnicon {
  height: 3rem;
  width: 3rem;
  margin-right: 10px;
}

.howitworks {
  text-decoration: none;
}

.maincontent img {
  margin: 0 auto;
}

.sform-section h2 {
  color: #fff !important;
}


.live-topbutton {
  font-size: 14px !important;
}

.cebusinglesmidbuttons a button {
  font-size: 14px !important;
  background-color:
    #a03032;
  color: #fff;
  padding: 10px;
}

.phone-translation-form tr td {
  font-size: 1.5rem;
}

.Introductions-order-form-section div {
  font-size: 1.4rem;
  text-align: center;
}

.Introductions-order-form-section textarea.form-control {
  font-size: 2rem;
}

.countryregionprofiles p {
  text-align: center !important;
}

.phone-translation-form-timezones-and-dates img {
  display: flex;
}

.phone-translation-form-timezones-and-dates td {
  font-size: 1.5rem;
}


label,
select,
textarea {
  font-size: 1.5rem !important;
}


.phone-translation-form-timezones-and-dates input {
  font-size: 1.5rem;
}

.prg2b5buttons a {
  text-decoration: none;
}

.prg2b5buttons a button {
  font-size: 1.5rem;
}

.sform-section a,
.all-women-search {
  font-size: 1.5rem;
}


#visakit-box-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  @media (max-width: 1024px) {
    grid-template-columns: repeat(2, 1fr);
  }


  @media (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 640px) {
    grid-template-columns: 1fr;
  }

  .visakit-boxes {
    max-width: 100%;
  }
}

.sform-section strong {
  font-size: 16px;
}

.sform-section {
  text-align: left;
}

.tour-club-profiles-form-area h2 {
  color: #fff !important;
}

#navbar.out {
  display: none !important;
}

.tour-club-reminder {
  display: none;
}

:where(input[type="submit"], input[type="reset"], button[type="button"], .howitworks, .all-women-search, .get-started-btn a,.step2-cta a,button):hover {
  opacity: 0.7 !important;
  text-decoration: none !important;
  color: #fff !important;
}


.phone-translation-testi h3 {
  color: #fff !important;
}

.live-interpreter-base-content {
  font-size: 16px;
}

.mobile-id-search a {
  background: #5c9615;
}

strong em {
  font-size: 14px;
}

.individual-services-table {
  font-size: 14px;
}

@media only screen and (min-width:768px) {
  .singles-tour-list-section {
    min-height: 44rem !important;
  }
}

.things-to-consider-collapse-sec .panel-title>a {
  color: #fff !important;
}

.often-ask-question-box h3 {
  color: #fff !important;
  background: #9E2F31;
}

.often-ask-question-section h1 {
  color: #5c9615;
}

.loveme-writing-tips-section h1 {
  color: #5c9615;
}

.prg2b9style span {
  color: #9E2F31 !important;
}

.travel-and-visa-box h2 {
  background: #9E2F31 !important;
}

.aboutusstyle p a,
.aboutusstyle strong {
  color: #9E2F31 !important;
}

.mnoffice a {
  color: #9E2F31 !important;
}

.bulletin-board-section p {
  text-align: center !important;
}

.bulletin-board-section em {
  font-size: 14px;
}

.bulletin-board-section h1 , .bulletin-board-section h4 {
  color:#5c9615;
}

.mnoffice li {
  text-align: center !important;
  }

  .tour-club-profiles h1 {
    color: #5c9615;
  }

  .imbra-parent strong {
    font-size: 14px;
    }

  .modal.fade.show {
    opacity: 1 !important;
  }


   
/*end override navigation*/