/* START OF STICKY BOTTOM NAV */
body, .women-updates{
  background:#fff !important;
}
.main-nav{
  border:none;
}
#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;
}
#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;
}

.bottom-cta-nav-mobile-top{
  display: none !important;
}

.fw-b2{
  font-size: 14px !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;
}

.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;
}

.logo-top{
  display: inline-block;
  max-width: 100%;
}

/* ************************   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;
  }
 
}




@media (max-width: 600px){
  
  .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;
    text-decoration: none !important;
    color:#2173a5 !important ;
  }
  #bottom-cta-nav-mobile p{
    font-size: 12px;
    text-align: center;
    line-height: 1em !important;
    padding-top: -10px;
    color:  #2173a5;
    margin-top:5px;
   

  }

  #bottom-cta-nav-mobile a{
    line-height: 1em !important;
  }

  #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;
}


}

/* ************************   START OF MEDIA QUERY TABLET   ********************* */

@media (min-width: 601px) and (max-width: 820px){
  .homepage{
    margin:auto 50px !important;
  }
  .banner{
    margin:90px 50px 0px 50px !important;
  }
  .mobile-sidebar-area{
    margin:15px 50px !important;
  }
  /* .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;
  }
  .main-nav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border: none;
      background-color: #fff;
  }
 
  #P_masterslider_mobile{
    display: block;
    position: relative !important;
    width: 95% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }
   
  .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;
    text-decoration: none !important;
    color:#2173a5 !important ;
  }
  #bottom-cta-nav-mobile p{
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    padding-top: -10px;
    color:  #2173a5;
    margin-top:5px
  }
  #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: 80px !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;
}

.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;
}


.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;
} */

  @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;
  
    }
    .navbar-default{
      display: block;
    }
    


    div#chat-widget-container {
        bottom: 120px !important;
    }

     .list-group {
        margin-bottom: 0;
        display: block;
    }

    #bottom-cta-nav-mobile-top {
      margin-top: -110px;
  }
  
  .bottom-cta-nav-mobile-top .list-group-item {
    padding: 0;
    margin-bottom:0px;
    background-color: #fff;

}

.bottom-cta-nav-mobile-top .list-group {
  padding-left: 0;
  margin-bottom: 0;
}
  }



@media only screen and (max-width: 991px) {
  

  .fw-b2 {
       font-weight: bold;
      line-height: 1.5em;
      font-size: 100% !important;
  }
  
  


  #bottom-cta-nav-mobile-top {
    display: block;
    position: fixed;
    top: 73px !important;
    margin-top: 0px;
    height: auto;
    z-index: 3;
  
}

  .navbar-default{
    display: block;
  }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }


    .navbar-header {
          width: 100%;
      }

    .main-nav  .navbar-default .navbar-toggle {
            margin: 0 !important;
            top: 10px;
            right: 10px;
    }


#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{
  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: #000000;
  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;
  text-decoration: none !important;
    color:#2173a5 !important ;
}


#bottom-cta-nav-mobile .list-group {
  display: flex;
  width: 100%;
}

div#chat-widget-container {
  bottom: 80px !important;
}

#bottom-cta-nav-mobile .list-group{
  margin-bottom: 0 !important;
}
    

  #bottom-cta-nav{
    display: none;
  }
 
  .content .mobile-sidebar-area .mobile-sidebar-panel .panel {
      padding: 15px;
      position: relative;
      background-color: #787878;
  }

  
  #P_masterslider_mobile{
    display: block;
    position: relative !important;
    width: 60% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }



}


@media only screen and (max-width: 820px) {
  .main-content p {
  
    font-size: 18px !important;
    color: #333;

 
    line-height: 1.8em !important;
}

.header .navbar-nav {
  margin: 50px auto 0 !important;
}

  #navbar .navbar-nav li.dropdown.open {
      padding: 0;
      width: 100%;
      max-width: 100%;
      margin-top: 0px !important;
  }

  .main-nav div#navbar {
    overflow-x: hidden;
    position: fixed;
    width: 100%;

    left: 0px !important;
  }
  .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: 70px;
  }


  .navbar-default{
    display: block;
  }

     .list-group {
    display: flex;
    width: 100%;
}

    div#chat-widget-container {
        bottom: 80px !important;
    }

    .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: 78% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }
  .navbar-default{
    display: block;
  }



  .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;
  }

  #bottom-cta-nav-mobile-top {
    top: 74px;
}

}

@media only screen and (max-width:500px) {
  #P_masterslider_mobile{
    display: block;
    position: relative !important;
    width: 100% !important;
    top: -30px !important;
    height: 110px !important;
    left: 0px !important;

  }

  .navbar-default{
    display: block;
  }
/* #bottom-cta-nav-mobile p {
    font-size: 9px;
} */
div#chat-widget-container {
      bottom: 80px !important;
  }

  .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%;
  }

  #bottom-cta-nav-mobile-top {
    top: 60px;
}
}

@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;

  }


 .list-group {
    width: 240px;
}

div#chat-widget-container {
    bottom: -6px !important;
}

#bottom-cta-nav-mobile-top {
  top: 60px;
}

}



/*override navigation*/


.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: 20px !important;

} 

 





/*end override navigation*/


.h2-custom {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  margin-bottom: 20px !important;
  color: #104105 !important;
}



span.news-bottom-sec center p{
  text-align: center !important;
}



.videoPage .video iframe:not(.videoPage .video.stuck iframe){
  width: 80% !important;
  text-align: center;
}

.videoPage .video , .videoPage h1{
  text-align: center !important;
}

.single-women-top-btns ul li a{
  text-align: center !important;
}

.automatic-mail-list h4{
  color: #fff !important;
}

.automatic-mail-list h5{
  color: #fff !important;
}

.tour-club-form-area p{
  margin-left: 20px;
}



.left-sidebar-btns a{
text-align:  center !important;
}

.left-sidebar-btns img{
  padding-right: 5px !important;
}


.tourSecondarybtn a button{
  background-color: #003F5E !important;
}


.tourSecondarybtn span{
  margin-left:6px !important;
}


.social-dating-services-section h1{
  text-align: center;
}

.tourbuttons span{
  margin-left:6px !important;
}





 @media only screen and (max-width: 430px) {

  ul.nav.nav-tabs.clm-row{
    width:fit-content !important;
    gap:0;
  }

 }



 .thelanguage{
  background-color:#2c92ca !important;
  border-bottom: 1px solid #fff !important;
 
}

.thelanguage ul li a, .thelanguage ul li span, .thelanguage ul li p{
  background-color:#2c92ca !important; 
  color: #fff !important;
}

.thelanguage li{
  text-align: center !important;
}

.thelanguage ul li{
  list-style: none !important;
  padding: 9px 0 !important;
}

.main-nav nav.navbar {
   max-height: calc(100vh - 60px);
  overflow-y: auto !important;
 }


 @media only screen and (max-width: 500px) {
  .main-content p, ul, li{
    text-align: left;
  }

  .main-content h1{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 40px !important ;
  }
  


 }

 @media only screen and (max-width: 500px) {
 
 .videoPage .video iframe:not(.videoPage .video.stuck iframe){
  width: 100% !important;
  text-align: center;
}

.video iframe{
  height: 350px !important;
}


.automatic-mail-list p img{
 display: block !important;
 margin: 0 auto !important;
}

 }


 .form-group img{
 display: block;
 position: relative;
 margin: 0 auto !important;
 }



 .container.search-advance-section{
  margin-bottom: 200px !important;
 }


 @media only screen and (min-width: 1200px){
 .quick-search-area-mobile .homepage-quicksearch {
     margin-left: 32%;
 }
}

p.homepage-quicksearch ,ul.homepage-quicksearch , li.homepage-quicksearch {
  text-align: center !important;
}


.live-interpreter-base-content .live-interpreter-base-content2 img{
  position:relative !important;
  left: 0 !important;
}



@media (min-width: 601px) and (max-width: 1320px){

  .main-content {
    margin-top:220px !important;
  }

  .pillar-inner-wrapper h1{
    margin-top:100px 0 !important;
  }

}

.verified-text p{
  text-align: center !important;
}

span.navmenu b {
  font-weight: bold !important;
  color: #2173A5 !important;
}


.list-group-item p.small{
  color: #2173A5 !important;
  padding-top: 3px !important;

}



@media only screen and (min-width: 991px) {


#bottom-cta-nav .list-group-item{
  padding: 10px 5px !important;
}

#bottom-cta-nav .fw-b2{
  font-size: 12px !important;
}


}


.singles-tour-list-section{
  min-height: 510px !important;
}





 /* Testimonials GTCO */

 .gtco-testimonials {
  position: relative; 
  margin: 20px;
}

.gtco-testimonials h2 {
  font-size: 24px !important;
  text-align: center;

  color:#2c92ca !important;
  /* color: #FFFFFF; */
  /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
  /* letter-spacing: 2px; */
  /* background-color: black; */
  padding: 10px 5px;
  line-height: 40px !important;
  font-family: 'Raleway', sans-serif;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #2c92ca;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #2c92ca;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #2c92ca;
  font-size: 21px;
  line-height: 1.3;
  font-family: 'Raleway', sans-serif;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {

  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
.owl-carousel.owl-drag .owl-item, .gtco-testimonials .owl-dots .active{
  background:none !important;
}
.rate-icon i{
  background-color: #73cf11;
  color:#fff;
  padding: 3px;
  margin:0px 2px;
}
.rate-icon .grey{
  background-color: #cecece;
  color:#fff;
  padding: 3px;
  margin:0px 2px;
}
.rate-icon .sj{
  background-color: #ee6922;
  color:#fff;
  padding: 3px;
  margin:0px 2px;
}
.card-text{
  text-align: left !important;
  font-size: 16px;
  line-height: 1.5em;
  word-wrap: break-word;
  height: 315px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}
.card-body .flag-logo{
width:32px !important;
height:32px;
display:inline-block;
}
.card-body .rev-logo{
width:100%;
max-width: 50%;
display:inline-block !important;
}

@media (min-width: 300px) and (max-width: 499px){

  div.update-div {
    width: 40% !important;
  }



}
