body {
        font-size: 16px;
        font-family: 'Inter', sans-serif;
    }

    .midcontentarea {
        max-width: 1600px;
        margin: 0 auto;
    }

    .loveme-wrapper {

    }
    .top-header {

    }
    .logo-area {
        padding: 15px 20px 0px 10px;
    }
    .logo-area a img {
        max-width: 275px;
    }

    .top-navigation-area {
        text-align: right;
        padding-top: 20px;
        padding-right: 8.3%;
    }
    .top-navigation-area ul {
        padding-top: 15px;
    }
    .top-navigation-area ul li {

    }
    .top-navigation-area ul li a {
        display: block;
        padding: 0 10px;
        color: #6D6D6D;
        font-size: 16px;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        transform: .5s;
    }

    .top-navigation-area ul li a:hover {
        border: 2px solid #530505;
        border-radius: 5px;
        padding: 8px;
        font-size: 16px;
    }

    .top-navigation-area .search-icon {
        padding: 8px 10px;
        border-left: 1px solid #6D6D6D;
        border-right: 1px solid #6D6D6D;
    }

    .top-navigation-area .search-icon:hover {
        padding: 8px 10px;
        border: 1px solid #6D6D6D;
        border-radius: 5px;
    }

    .top-navigation-area .search-icon a:hover {
        border: 0;
        border-radius: 0;
        padding: 0 10px;
        font-size: 16px;
    }

    .top-navigation-area .search-icon a i {
        font-size: 20px;
    }

    .top-navigation-area .top-navi-signup {

    }

    .top-navigation-area .top-navi-signup a {
        display: block;
        padding: 10px 30px;
        border: 1px solid;
        border-radius: 25px;
        color: #530505;
        transition: .5s;
        
    }

    .top-navigation-area .top-navi-signup a:hover {
        background: #530505;
        color: #fff;
        border-radius: 25px;
        border: 1px solid;
        padding: 10px 30px;
 
    }


    /*** yt play button on thumbnail ***/

    .has-yt-play-btn a::before, .has-yt-play-btn::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23f00'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
   background-size: 50px auto;
background-position: center;
position: absolute;
height: 100%;
width: 100%;
background-repeat: no-repeat;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-filter: drop-shadow(0px 0px 6px #000);
filter: drop-shadow(0px 0px 6px #000);
}

     /* 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: 100; /* 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;
  }
  /* The navigation menu links */
  /* .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      font-family: Gotham;
      color: #818181;
      display: block;
      transition: 0.3s
  } */
  
  /* When you mouse over the navigation links, change their color */
  /* .sidenav a:hover, .offcanvas a:focus{
      color: #f1f1f1;
  } */
  
  /* 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;
  }



/* Start Sidebar Mega Menu */
.side-mega-menu-container {
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
}
.side-mega-menu {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 25px 0 0;

}
.side-mega-menu a, .side-mega-menu a:link, .side-mega-menu a:visited, .side-mega-menu a:focus {
    color: #fff;
    text-decoration: none;
}
.side-mega-menu a:hover {
    color: #227087;
    text-decoration: none;
}
.side-mega-menu > li {
    display: block;
    text-align: center;
}
.side-mega-menu > li > a {
    padding:15px 10px;
    display: block;
    text-align: left;
    color: #000 !important;
    margin-bottom: 5px;
}

.side-mega-menu > li > a:hover {
    background: #530505;
    color: #fff !important;
    border-radius: 10px;
}

.side-mega-menu > li:hover > a {
    color: #227087;
}
.side-mega-menu > li:hover {
    background-color: #fff;
}
/* Megadrop width dropdown */
 .side-mega-menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    list-style: none;
    top: 10%;
    left: 15.8%;
    width: 280px;
    min-height: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-top: 2px solid #6D6D6D;
    border-right: 2px solid #6D6D6D;
    border-bottom: 2px solid #6D6D6D;
    background: #fff;
}
.side-mega-menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.side-mega-menu ul li:hover:after {
    color: #227087;
}

.side-mega-menu > li > ul li ul, .side-mega-menu li >ul li, .side-mega-menu > li > .megadrop, .side-mega-menu > li > ul, .side-mega-menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}

.megadrop ul {
    list-style: none;
    padding: 15px 0 0 15px;
    margin: 0;
}

.megadrop ul li {
    padding: 0px 0 10px 0;
}

.megadrop ul li a {
    color: #535763 !important;
    padding: 0 0 0 10px;
    display: block;
    max-width: 95%;
    line-height: 40px;
}

.megadrop ul li a:hover {
    background: #CD972B;
    border-radius: 10px;
    color: #fff !important;
}

.tour-cities-area {
    overflow-y: auto !important;
    max-height: calc(100vh - 137px);
    padding-bottom: 100px !important;
}

.tour-cities-area h4 {
    font-size: 16px;
    padding: 10px 0 0 10px;
    margin: 0;
}

.tour-cities-area ul {

}

.tour-cities-area ul li {
    padding: 0;
}

.tour-cities-area ul li a {

}
/* End Sidebar Mega Menu */



  .top-menu-sec {
    text-align: center;
    padding: 0;
  }
  .top-menu-sec a {
    display: block;
    background: #530505;
  }

  .top-menu-sec a i {
    color: #CD972B;
    line-height: 97px;
    font-size: 35px;
  }


/* Start Banner Area */
  .banner-area {
    
  }

  .banner-bg {
    background-image: url(/img/banner-bg.jpg);
    min-height: 412px;
    max-width: 83.2%;
    margin: 0 auto;
    background-position: center;
  }

  .banner-text {
    color: #fff;
    max-width: 560px;
    text-align: center;
    margin-top: 60px;
  }

  .banner-text h2 {
    font-family: 'Laila', serif;
    font-size: 40px;
    margin-bottom: 25px;
  }

  .banner-text h2 span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 8px;
    font-family: 'Inter', sans-serif;
  }

  .banner-text p {
    font-size: 18px;
    text-align: left;
    padding: 5px 70px;
  }


  
  .mid-section {
    max-width: 1199px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: -40px;
    /* background-image: linear-gradient( 175deg, hsl(40deg 64% 32%) 0%, hsl(39deg 47% 40%) 10%, hsl(38deg 35% 47%) 19%, hsl(37deg 32% 55%) 28%, hsl(36deg 33% 62%) 37%, hsl(35deg 35% 70%) 47%, hsl(35deg 35% 77%) 57%, hsl(34deg 36% 85%) 69%, hsl(34deg 37% 92%) 83%, hsl(0deg 0% 100%) 100% ); */
    /* border: 1px solid #CD972B; */
    /* border-radius: 10px; */
    /* box-shadow: 0px 3px 5px 1px rgba(46,29,11,0.34); */
    /* -webkit-box-shadow: 0px 3px 5px 1px rgba(46,29,11,0.34); */
    -moz-box-shadow: 0px 3px 5px 1px rgba(46,29,11,0.34);
    border-radius: 20px;
    border: 2px solid rgba(255, 202, 97, 0.75);
    background: rgba(83, 5, 5, 0.69);
    box-shadow: 0px 4px 4px 0px rgba(83, 5, 5, 0.20);
    backdrop-filter: blur(25px);
    margin-bottom: 10px;

  }

  .mid-section .service-nav {
    padding: 10px 0 0px;
  }

  .mid-section .service-nav a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
  }

  .mid-section .service-nav a::after {
    content: "";
    display: block;
    width: 87%;
    height: 1px;
    background: #fff;
    margin-left: 14px;

  }

  .mid-section .service-nav:nth-child(2) a::after {
    width: 60%;
    margin-left: 40px;
  }

  .mid-section .service-nav:nth-child(3) a::after {
    content: none;
  }

  .mid-section .service-nav:nth-child(4) a::after {
    width: 66%;
    margin-left: 35px;
  }

  .mid-section .service-nav:last-child a::after {
    width: 72%;
    margin-left: 30px;
  }

  .mid-section .service-nav .countdown-timer {
    right: 5px;
  }
  
  .img-rotator {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .img-rotator h2 {
    font-family: 'Inter', sans-serif;
    color: #530505;
    font-size: 24px;
  }

  .img-rotator ul {
    
  }

  .img-rotator ul li {
    
  }
  .img-rotator ul li a {
    
  }

  .img-rotator ul li a img {
    width: 135px;
    border-radius: 10px;
  }

  /* End Banner Area */


    

/* Start Our Services Area */
    .our-services-and-tours {
        padding-top: 70px;
        background: #f5f5f5;
        padding-bottom: 50px;
    }

    .our-services-and-tours h2 {
        font-size: 25px;
        color: #530505;
        padding-bottom: 15px;
    }


    .our-services-sec {

    }

    .our-services-sec p {

    }

    .our-services-accordion {
        margin-top: 30px;
    }

    .our-services-accordion .accordion-button:not(.collapsed) {
        background: #530505;
        color: #fff;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .our-services-accordion .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    }

    .our-services-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .our-services-accordion .our-services-accordion-btn {
        padding: 10px 0 10px;
    }

    .our-services-accordion .our-services-accordion-btn a {
        background: #530505;
        display: block;
        max-width: 130px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
    }

    .our-services-accordion .our-services-accordion-btn a:hover {
        background: #CD972B;
    }

    .our-services-accordion .accordion-button {
        color: #530505;
        font-weight: bold;
    }

/* End Our Services Area */
    

/* Start Upcoming Singles Tour Area */
    .upcoming-single-tours-sec {
        text-align: center;
    }

    .upcoming-single-tours-btns {

    }

    .upcoming-single-tours-btns a {
        background: #530505;
        width: 215px;
        display: inline-block;
        line-height: 45px;
        border-radius: 25px;
        color: #fff;
        text-decoration: none;
        margin: 5px;
    }

    .upcoming-single-tours-btns a:first-child {
        background: #CD972B;
    }

    .upcoming-single-tours-sec p {
        padding: 20px 50px;
    }

    .upcoming-singles-tour-wrapper {
        text-align: center;
        margin-top: 70px;
    }

    .upcoming-singles-tour-wrapper a {
        text-decoration: none;
    }

    .upcoming-singles-tour-item {
        width: 500px;
        background: #fff;
        margin: 40px auto;
        border-radius: 25px;
    }

    .upcoming-singles-tour-item .col {
        padding: 0;
        margin: 0;
    }

    .upcoming-singles-tour-item .tour-img-item {
        background-size: cover;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        min-height: 95px;
        background-position-y: center;
    }

    .tour-img-bg-shenzhen {
        background-image: url(/img/tour-image-shenzhen.webp);
    }

    .tour-img-bg-mexico {
        background-image: url(/img/tour-image-mexico.webp);
    }

    .tour-img-bg-davao {
        background-image: url(/img/tour-image-davao.webp);
    }

    .tour-img-bg-cebu {
        background-image: url(/img/tour-image-cebu.webp);
    }

    .upcoming-singles-tour-item .tour-title-item {
        text-align: left;
        padding-left: 20px;
    }

    .upcoming-singles-tour-item .tour-title-item h3 {
        font-size: 16px;
        color: #FD0000;
    }

    .upcoming-singles-tour-item .tour-title-item h3 span {
        display: block;
        color: #530505;
        padding-top: 10px;
    }

    .upcoming-singles-tour-item .tour-after-arrow img {
        padding-left: 30px;
    }

/* End Upcoming Tours Area */


/* Start Content Area */

.content-area {
    max-width: 70%;
    margin: 0 auto;
}

.content-area .midcontentarea {
    padding: 20px;
    margin-top: 190px;
}

.content-area h1 {
    color: #530505;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 30px;
    line-height: 3rem;
    text-wrap: balance;
}

.content-area h2 {
    font-size: 22px;
    font-weight: bold;
    color: #cd972b;
    padding: 10px 0 10px 0;
}

.content-area h3 {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 10px;
}

.content-area h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 10px;
}

.content-area p {
    line-height: 2em;
    font-size: 16px;
}

.content-area ul {

}

.content-area ul li {
    padding: 15px 0 0;
}

.content-area ul li a {

}

.content-area ol {

}

.content-area ol li {
    padding: 0 0;
    line-height: 2em;
    font-size: 16px;
}

.content-area ol li a {

}

.content-btn-sec {

}

.content-btn-sec a {
    background: #530505;
    width: 350px;
    display: block;
    line-height: 45px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    margin: 10px auto;
    text-align: center;
}

.content-btn-sec a:hover {
    background: #CD972B;
    color: #fff;
}


/* End Content Area */


/* Start top bottom area */

.top-bottom-area {
    background: #f5f5f5;
    padding-bottom: 30px;
}

.feature-media-area {
    padding: 20px;
}

.feature-media-area h2 {
    color: #530505;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
}

.feature-media-area .featured-media-img-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.feature-media-area .featured-media-img-item img {
    padding: 20px;
    width: 50%;
}



.loveme-awards-area {
    margin: 40px 0 0;
}

.loveme-awards-area h2 {
    color: #530505;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 15px;
}

/* End top bottom area */

/* Start lower bottom area */

.lower-bottom-area {
    background: #333333;
    color: #fff;
    min-height: 270px;
}

.lower-bottom-area .bottom-text-left {

}

.lower-bottom-area .bottom-text-left p {
    font-size: 25px;
    font-family: 'Caudex', serif;
}

.lower-bottom-area .bottom-logo-area {
    text-align: center;
}

.lower-bottom-area .bottom-logo-area a img {

}

.lower-bottom-area .bottom-logo-area .bottom-area-btns {
    padding-top: 15px;
}

.lower-bottom-area .bottom-logo-area .bottom-area-btns a {
    display: block;
    background: #cd972b;
    width: 175px;
    line-height: 40px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    font-size: 17px;
}

.lower-bottom-area .bottom-logo-area .bottom-area-btns a:hover {
    background: #530505;
}


/* End lower bottom area */
    

/* Start footer area */

.footer-area {

}
.main-footer {
    display: flex;
    gap: 1em;
    justify-content: start;
    padding: 50px 10px;
    font-size: 16px;
    flex-wrap: wrap;
}

.main-footer .flex-item {
    flex: 1;
}

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

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

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

.main-footer .flex-item .footer-social li a {
    display: block;
    padding: 8px;
    margin: 5px;
    background: #fff;
    border-radius: 50%;
    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 .flex-item .footer-social li a i {
    color: #530505;
}

.main-footer .footer-nav {

}

.main-footer .footer-nav h3 {
    font-size: 20px;
    color: #530505;
    padding-bottom: 15px;
}

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

.main-footer .footer-nav ul li {

}

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

/* End footer area */




/* Inner Header */

.inner-rotator {
    position: relative;
    left: 40px;
}

.inner-rotator .rotator-girlss {
    max-width: 70%;
    margin: -15px auto;
    padding-left: 70px;
}


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

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

}


.bottom-header-inner {
    margin: -55px auto 0 auto;
    padding-bottom: 25px;
    position: relative;
    z-index: 20;
}

.left-header-btns {

}

.left-header-btns .header-btns {

}

.left-header-btns .header-btns a {
    display: inline-block;
    background: #fff;
    width: 230px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    color: #000;
    text-decoration: none;
    margin: 0 12px;
}

.left-header-btns .header-btns a:hover {
    background: #530505;
    color: #fff;
}

.right-header-btns .header-btns {
    float: right;
}

.right-header-btns .header-btns a {
    display: inline-block;
    background: #fff;
    width: 230px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    color: #000;
    text-decoration: none;
    margin: 0 12px;
    
}

.right-header-btns .header-btns a:hover {
    background: #530505;
    color: #fff;
}

.inner-page-header {

}

.inner-header-wrapper {
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    height: auto;
    z-index: 10;
    padding: 0;
}

.inner-page-header .top-navigation-area ul li a {
    padding: 3px 10px;
}


/* End Inner Header */


/* Content Image Center */

.content-image-center {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    overflow: hidden;
    max-width: 70%;
}

.content-image-center img {
    max-width: 100%;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    margin: 0 auto;
}

.content-image-center .center-img-caption {
    max-width: 100%;
    text-align: center;
    margin: 10px auto 10px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 12px;
}

.content-image-center .center-img-caption span {
    font-style: italic;
    color: #000;
    font-weight: normal;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .content-image-center img {
        max-width: 100%;
    }
}

/* End Content Image Center */


/* Left float content image */

.content-image-fleft {
    float: left;
    padding: 10px 20px 0 0;
}

.content-image-fleft img {
    
}



@media only screen and (max-width: 767px) {
    .content-image-fleft {
        float: none;
        padding: 10px;
        margin: 0 auto;
        text-align: center;
    }
}

/* End Left float content image */



.mobile-navigation-area {
    display: none;
}

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

#P_masterslider_mobile {
    display: none;
}

div#bottom-cta-nav-mobile-top {
    z-index: 9;
}

.mobile-award {
    display: none;
}

.featured-mobile {
    display: none;
}


.form-section-style {
    background: #efefef;
    padding: 10px;
    max-width: 90%;
    margin: 0 auto;
  }


  /* ============================ start automatchmaillist css ============================  */

.automatic-mail-list {
    width: 80%;
    padding-bottom: 18px;
    border-radius: 6px;
    background: #cdcdcd;
    margin: 30px auto;
}

.automatic-mail-list .form-group label {
    display: inline-block;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    width: 20%;
}

.automatic-mail-list .form-group input {
    width: 70%;
    display: inline;
}

.automatic-mail-list h4 {
    color: #fff;
    padding: 15px;
    margin: 0;
    margin-bottom: 20px;
    background: #530505;
}

.automatic-mail-list p {
    padding: 0 20px;
}

.automatic-mail-list .form-group {
    margin: 15px;
}

.automatic-mail-list-information {
    margin: 20px;
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 6px;
}

.automatic-mail-list-information h5 {
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 25px;
    color: #fff;
}

.automatic-mail-list-information .checkbox {
    text-align: center;
}

.automatic-mail-list .form-group select {
    width: 30%;
    display: inline;
}

.automatic-mail-list .form-group .to-text {
    width: 49px;
    text-align: center;
}

.automatch-radio-buttons {
    border: 1px solid #e4e4e4;
    margin: 15px;
    padding: 8px 0 10px 0;
    text-align: center;
}

.automatch-radio-buttons label {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.automatch-radio-buttons .radio {
    display: inline;
    margin: 0 29px auto;
}

.automatic-mail-list .form-group .country-city {
    width: 70%;
}

.automatic-mail-list .automatch-checkbox {
    font-size: 14px;
}

.automatic-mail-list-information form {
    
}

.automatic-mail-list-information form .automatch-code label {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
}

.automatic-mail-list-information center {
    padding-top: 15px;
}

.automatch-footer table {
    display: none;
}

.automaillist-btn {
    text-shadow: none;
    background-image: none;
    color: #fff;
    padding: 15px;
    box-shadow: none;
    border-color: transparent;
    /*background: #a3a3a3;*/
}

.automaillist-btn:hover {
    border-color: transparent;
    color: #fff;
    background-color: #337ab7;
}

.automatic-mail-list-information center input {
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    width: 50%;
    margin: 10px auto !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* ============================ end automatchmaillist css ============================  */


/* Content Video flex and Content Embeded video */

.content-video-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    gap: 5px;
}

.content-video-flex .flex-item {
    width: 48%;
    border: 2px solid;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}

.content-video-flex .flex-item span {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.conten-embeded-video {
    text-align: center;
}

.conten-embeded-video iframe {
    width: 800px;
    height: 450px;
}

@media only screen and (max-width: 991px) {
    
    .conten-embeded-video iframe {
        width: 100%;
    }

    .content-video-flex .flex-item {
        width: 100%;
        text-align: center;
    }


}



/* End Code snippet */



/* Start tour content modal */

.tour-modal-area {
    margin-top: 30px;
}

.tour-modal-area .modal-dialog {
    max-width: 800px;
}

.tour-modal-area a {
    text-decoration: none;
}

.tour-modal-area a span {
    width: 100%;
    display: block;
    color: #000;
    padding: 10px 10px 5px;
    border-bottom: 1px solid #d1d1d1;
}


.tour-btns-sec {
    text-align: center;
    margin: 25px auto;
  }

  .tour-btns-sec a {
    background: #530505;
    width: 300px;
    display: inline-block;
    line-height: 45px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    margin: 5px;
    text-align: center;
  }

  .tour-btns-sec a:hover {
    background: #CD972B;
  }





.tour-photo-gallery-box {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.tour-photo-gallery-box a {
    flex: 1;
    text-decoration: none;
}

.tour-photo-gallery-box a img {
    
}

.tour-photo-gallery-box a span {
    width: 100%;
    display: block;
    color: #000;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0 5px;
}

.tour-gallery-imgs {
    max-width: 60%;
    margin: 25px auto;
}

.tour-gallery-imgs .carousel-caption {
    background: #0000006b;
}

@media only screen and (max-width: 560px) {
    .tour-gallery-imgs {
        max-width: 100%;
    }
    
}



/* End code snippet */



/*========LITY CSS=========*/

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lity.lity-opened {
    opacity: 1;
  }
  .lity.lity-closed {
    opacity: 0;
  }
  .lity * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
  }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lity-loading .lity-loader {
    opacity: 1;
  }
  .lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
  }
  .lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  }
  .lity-loading .lity-content,
  .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  .lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  .lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: -40px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 45px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active,
  .lity-close:visited {
      color: yellow;
  }
  /*.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active,
  .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lity-close:active {
    top: 1px;
  }*/
  /* Image */
  .lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
  }
  /* iFrame */
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
  }
  .lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
  }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
  }
  .lity-hide {
    display: none;
  }
  /*========LITY CSS=========*/


  /* Citation CSS */

  .citation-sources {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
  }

  .citation-sources .citation-box {
    padding: 10px 0;
  }

  .citation-sources .citation-box h2 {
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    margin-top: 0;
  }

  .citation-sources .citation-box h3 {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
  }

  .citation-sources .citation-box p {
    font-style: italic;
    font-size: 14px;
    overflow: auto;
  }

  .citation-box .citation-group {
    padding-bottom: 15px;
  }

  /* end Citation CSS */


  .tour-club-profiles-form-area h2 {
    background: #cd972b;
  }

  .international-dating-blog-menu-area .tab-content>.active {
    display: block !important;
  }

  .international-dating-blog-menu-area .nav-tabs {
    background: #530505 !important;
    color: #fff !important;
  }

  .international-dating-blog-menu-area .tab-content .tab-pane .list-inline li a {
    background: #cd972b !important;
  }

  .international-dating-blog-menu-area .tab-content .tab-pane .list-inline li a:hover, .mobile-id-search a:hover {
    background: #530505 !important;
  }


























/* Mobile CSS */

@media only screen and (max-width: 1679px) {
    
    .top-navigation-area .search-icon {
        padding: 0;
    }
}

@media only screen and (max-width: 1599px) {
    
    .inner-page-header .top-navigation-area ul li a {
        padding: 3px 0px;
    }

    .top-navigation-area .search-icon {
        padding: 0 4px;
    }
}


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

    .top-navigation-area .search-icon {
        border: 0;
    }

    .top-navigation-area {
        padding-right: 3%;
    }

    .right-header-btns {

    }

    .right-header-btns .header-btns a, .left-header-btns .header-btns a {
        display: block;
        margin: 10px 12px;
    }

    .bottom-header-inner {
        margin: -100px auto 0 auto;
    }

}




@media only screen and (max-width: 1077px) {
    
    .top-navigation-area ul li {
        margin-right: 0 !important;
    }

    .top-navigation-area {
        padding-right: 1%;
    }
}

@media only screen and (max-width: 991px) {
    
    .inner-header-wrapper {
        display: none;
    }

    .mobile-navigation-area {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 99;
        background: #fff;
    }

    #bottom-cta-nav-mobile-top {
        position: fixed;
        top: 78px;
        margin-top: 0;
        height: 150px;
        z-index: 3;
        display: block;
    }

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

    .content-area {
        max-width: 100%;
    }

    .content-area h1 {
        line-height: 3.5rem !important;
	margin-top:35px!important;
	margin-bottom:15px;
    }

    .mobile-navigation-area .navbar-brand img {
        max-width: 165px;
    }

    .content-area .midcontentarea {
        margin-top: 230px;
        padding: 0;
    }


    .mobile-navigation-area #mobile-navigation-sec {
        max-height: calc(100vh - 137px);
        overflow-y: auto !important;
    }

    .mobile-navigation-area .navbar-collapse ul {
        
    }

    .mobile-navigation-area .navbar-collapse ul li {
        
    }

    .mobile-navigation-area .navbar-collapse ul li a {
        text-align: center;
        background: #333;
        color: #fff;
        line-height: 40px;
        border: 1px solid;
    }

    .mobile-sidebar-sec {
        border: 1px solid #333;
    }

    .mobile-sidebar-sec .accordion-button:not(.collapsed) {
        background: #cd972b;
        color: #fff;
    }
    .mobile-sidebar-sec .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    }

    .mobile-sidebar-sec .accordion-body ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-sidebar-sec .accordion-body ul li {
        
    }

    .mobile-sidebar-sec .accordion-body ul li a {
        display: block;
        text-decoration: none;
        line-height: 45px;
        background: #fff;
        color: #333;
    }

    .form-section-style {

        max-width: 100%;

      }

    .automatic-mail-list {
        width: 100%;
    }


    

    .header-nav-new {
        display: none;
    }

    .new-rotator-section {
        margin-top: 230px;
    }

    .content-area-v2 {
        margin-top: 12rem;
    }


}


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

    .content-image-center {
        max-width: 100%;
    }

    .lower-bottom-area .bottom-text-left p {
        text-align: center;
        font-size: 19px;
    }

    .lower-bottom-area .bottom-logo-area, .lower-bottom-area .bottom-text-left {
        padding: 20px 0 20px 0;
    }
    
    .main-footer {
        display: block;
        text-align: center;
    }

    .main-footer .footer-nav {
        margin: 40px 0 0;
    }
    .main-footer .footer-nav ul li a {
        border: 1px solid;
        padding: 10px;
    }

    
}

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

    #P_masterslider_mobile {
        width: 100% !important;
    }

    .automatic-mail-list .form-group label {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .automatic-mail-list .form-group input {
        width: 100%;
    }
    .automatic-mail-list .form-group select {
        width: 100%;
    }

    .automatic-mail-list .form-group .to-text {
        width: 100%;
    }

    .automatch-radio-buttons .radio {
        display: block;
        margin: 20px 29px auto;
    }

    .automatch-radio-buttons input {
        margin: 0 10px;
    }

    .automatic-mail-list .form-group .country-city {
        width: 100%;
    }

    
}

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

    .desktop-award {
        display: none;
    }

    .mobile-award {
        display: block;
    }

    .mobile-award img {
        display: block;
    }

    .featured-desktop {
        display: none !important;
    }

    .featured-mobile {
        display: block;
    }

    .lower-bottom-area .midcontentarea {
        flex-direction: column;
    }
    .feature-media-area h2 {
        display: none;
    }

    .content-area h1 {
        font-size: 20px !important;
        line-height: 3rem !important;
    }

    

    

    
}




/* End Mobile CSS */