 
 .active {
    background:  transparent !important;
 }

 .active:before {
    content: "" !important;
 }

 .text-primary-color {
    color: #530505 !important;
 }

 .bg-primary-color {
    background: #530505 !important;
 }

 #searchInfoModal .modal-dialog {
    width: 900px;
 }

 .header-top-area-v2 {
        width: 100%;
        min-height: 100vh;
        z-index: 17;
        background: #fff;
        position: relative;
        padding-top: 10px;
    }

    .desktop-menu {
        padding: 10px 0px 0px 15px;
    }

    .desktop-menu a {
        color: #000;
        font-size: 12px;
        text-decoration: none;
        display: block;
    }

    .desktop-menu i {
        display: block;
        font-size: 35px;
        color: #530505;
    }

    .desktop-search {
        padding-top: 15px;
    }

    .desktop-search a {
        width: 100%;
        line-height: 40px;
        border-radius: 50px;
        border: 1px solid #afafaf;
        font-size: 14px;
        padding-left: 20px;
        display: block;
        text-decoration: none;
        color: #333;
    }

    .desktop-search i {
        float: right;
        margin-right: 15px;
        margin-top: 10px;
        position: relative;
        color: #6d6c6c;
        font-size: 18px;
    }

    .desktop-search .searchbox {
        width: 100%;
        line-height: 36px;
        border-radius: 50px;
        border: 1px solid #afafaf;
        font-size: 14px;
        padding-left: 20px;
    }


    .desktop-search .home-search-id-submit input {
        background: transparent;
        border: none;
        border-radius: 20px;
        width: auto;
        padding-left: 25px;
        line-height: 25px;
        float: right;
        margin-right: 16px;
        margin-top: -34px;
        position: relative;
        color: #8f8f8f;
        font-size: 16px;
        position: relative;
        z-index: 9;
    }

    .desktop-search .home-search-id-submit i {
        float: right;
        margin-right: 20px;
        margin-top: -30px;
        position: relative;
        color: #6d6c6c;
        font-size: 18px;
    }

    .header-navi-sec {
        padding-top: 15px;
    }

    .header-navi-sec ul {

    }

    .header-navi-sec ul li {
        
    }

    .header-navi-sec ul li a {
        color: #6D6D6D;
        text-decoration: none;
        font-size: 14px;
        padding: 0px 10px;
        display: block;
    }

    .header-navi-sec ul li a:after {
    content: '';
    display: block;
    width: 0;
    border-bottom: 3px solid #530505;
    transition: width .3s;
    bottom: -8px;
    position: relative;
    }

    .header-navi-sec ul li:last-child a:after {
        border: none;
    }

    .header-navi-sec ul li a:hover:after {
        width: 100%;
    }


    .header-navi-sec .top-navi-signup a {
        background: #530505;
        color: #fff;
        padding: 0px 10px;
        border-radius: 15px;
        line-height: 38px;
        display: block;
    }

    .header-navi-sec .top-navi-signup a:hover {
        background: #CD972B;
    }

    .banner-bg-area {
        background-image: url(/img/banner-bg-v2.jpg);
        min-height: 350px;
        margin: 10px auto;
    }

    .banner-content {
        max-width: 400px;
        margin-top: 5%;
        margin-left: 14%;
    }

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

    .banner-content h2 span {
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 12px;
        font-family: 'Inter', sans-serif;
        color: #000;
        font-weight: bold;
    }

    .banner-content p {

    }

    .banner-countdown {

    }

    .home-rotator-v2 {
        text-align: center;
        margin-top: 30px;
    }

    .home-rotator-v2 h3 {
        font-size: 20px;
        color: #530505;
    }


    .home-rotator-v2 ul li a img {
        max-width: 120px;
    }

    .home-rotator-v2 p {
        font-family: 'Laila', serif;
        font-size: 18px;
        margin: 0 0 10px;
    }

    .home-rotator-v2 .this-weeks-updates-btn {
        margin: 5px auto;
    }

    .home-rotator-v2 .this-weeks-updates-btn a {
        text-decoration: none;
        line-height: 55px;
        border: 1px solid #530505;
        border-radius: 15px;
        display: block;
        width: 440px;
        color: #530505;
        margin: 5px auto;
    }

    .home-rotator-v2 .this-weeks-updates-btn a:hover {
        background: #530505;
        color: #fff;
        border: 1px solid #CD972B;
    }

    .home-rotator-v2 .this-weeks-updates-btn i {
        font-size: 18px;
        color: #CD972B;
    }

    .add-padding {
        padding-top: 13%;
    }

    #second-fold-sec {
     
    }

    .top-mid-section {
        text-align: center;
        padding-top: 55px;
    }

    .top-mid-section h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .top-mid-section .mid-section-signup {
        display: block;
        background: #530505;
        max-width: 380px;
        line-height: 45px;
        border-radius: 10px;
        color: #fff;
        margin: 25px auto 0 auto;
    }

    .hero-testimonial {
        padding: 20px 60px;
        border-radius: 10px;
        border: 1px solid rgba(205, 151, 43, 0.25);
        background: rgba(205, 151, 43, 0.05);
        margin-top: 40px;
        height: 250px;
    }

    .hero-testimonial h3 {
        text-align: left;
        padding: 25px 10px 0px 40px;
    }

    .hero-testimonial p {
        padding: 0 35px;
    }

    .hero-testimonial a {
        color: #530505;
        font-weight: bold;
        font-size: 19px;
        text-decoration: none;
    }

    .hero-testimonial .fa-quote-left {
        font-size: 45px;
        color: #CD972B;
        float: left;
        position: relative;
        left: -15px;
    }

    .hero-testimonial .fa-quote-right {
        color: #CD972B;
        font-size: 45px;
        float: right;
        position: relative;
        top: -10px;
    }


    .form-group label{
        font-weight: bold;
    }
    fieldset select ::-ms-input-placeholder{
        color:#d8d8d8;

    }
    fieldset select {
        padding:20px !important;
    }
    fieldset select option{
        padding:15px !important;
        font-size: 18px !important;
    }
    input[type=range]{
        -webkit-appearance: none;
        width: 75%;
        margin:auto;
        --track-color: #E37A6C;
    }

    input[type=range]::-webkit-slider-runnable-track {
        
        height: 30px;
        background: #E37A6C;
        border: none;
        border-radius: 3px;
        border-radius: 50px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: #fff;
        border: #B7B7B7 solid 3px;
        margin-top: -4px;
    }

    input[type=range]:focus {
        outline: none;
    }
    .staytext{
        display: flex;
        margin:10px 0px 0px 0px;
        padding: 0px;
    }
    .staytext li{
        flex:auto;
        list-style: none;
        text-align: center;
        text-indent: 0;
    }

    /* input[type=range]:focus::-webkit-slider-runnable-track {
        background: #ccc;
        height: 30px;
        border-radius: 50px;
    } */
    .travel-duration label, .travel-cost label, .travel-confirmation label{
    font-weight: bold;
    }

    .travel-duration p{
    margin:0 0 10px 0;
    color:#530505;
    font-weight: bold;
    }
    .travel-cost{
    text-align: center;
    }
    .travel-cost p{
    font-size:42px;
    color:#530505;
    font-weight: bold;
    }
    .travel-duration p span{
    border-bottom: #530505 solid 1px;
    color: #000;
    }
    .travel-confirmation{
    text-align: center;
    }


    .content-area .midcontentarea {
        margin-top: 0px !important;
    }

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

    .lower-bottom-area {
        padding-top: 4%;
    }


    .countdown-timer-bg {
        background: #fff;
        width: 335px;
        height: 70px;
        position: absolute;
        top: 38px;
        margin-left: 26px;

    }

    .mid-section .service-nav .countdown-timer {
        z-index: 21;
    }

    #bottom-cta-nav {
        transition: top 0.5s;
        display: block;
        top: -200px;
    }

    






    /* ============================================================================ */



    /* Owl Carousel */

        
.gtco-testimonials {
  position: relative; 
  margin: 20px;
}

.gtco-testimonials h2 {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 50px !important;
    padding: 10px 5px;
}
.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 #025587;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #d9b604;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 25px;
  border: 1px solid rgba(205, 151, 43, 0.15);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(83, 5, 5, 0.10);

}
.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: #000;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .card span {
    color: #530505;
    font-size: 16px;
    font-weight: bold;
}


.gtco-testimonials .card p {

  color: #555;
  padding-bottom: 15px;
  padding-top: 20px;
  font-size: 14px;
}
.gtco-testimonials .card p a {
    color: #530505;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
}

.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;
}
.footer-details{
  display: flex;
  place-content: center;
  align-items: center !important;
  padding:10px 0px 0px 0px !important;
}
.full-link{
  margin:20px 0px 0px 0px;
  padding: 0px !important;
  text-align: center !important;
  font-size: 14px;
}



@media only screen and (max-width: 767px) {
    .gtco-testimonials {
        margin: 20px;
    }
    .gtco-testimonials h2 {
      font-size: 28px !important;
      line-height: 28px;
    }

}

    /* End Owl Carousel */



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


    /* Updated modification CSS for banner homepage */

    .new-rotator-section {
        background: #f5f5f5;
        padding: 15px;
    }

    .homepage-rotator-new {

    }

    .homepage-rotator-new ul {
        margin: 0;
    }

    .homepage-rotator-new ul li {
        margin: 0 !important;
        padding: 5px !important;
        background: #fff;
        border-radius: 7px;
        position: relative;
        box-shadow: #000000 2px 2px 15px -5px
    }

    .homepage-rotator-new ul li::before {
        content: url(/img/verified-icon.png);
        position: absolute;
        right: 5px;
        top: 10px;
    }

    .homepage-rotator-new ul li a {

    }

    .homepage-rotator-new ul li a img {
        width: 147px;
        border-radius: 7px;
    }


    .homepage-mid-section-new {
        text-align: center;
        padding-top: 20px;
    }


    /* Mid Section LEFT */
    .left-mid-section-new {

    }

    .left-mid-section-new .afa-home-logo {
        padding-bottom: 20px;
    }

    .left-mid-section-new .afa-home-logo a img {
        
    }

    .left-mid-section-new h2 {
        color: #530505;
            font-size: 20px;
            font-weight: bold;
    }

    .left-mid-section-new p {
        font-size: 14px;
        font-weight: normal;
    }

    .services-icons-sec {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .services-item {
        width: 33%;
    }

    .services-item img {

    }

    .services-item p {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .services-item p span {
        display: block;
        color: #000;
        font-weight: normal;
        font-size: 16px;
    }

    .testimonial-link {
        margin-top: 20px;
    }

    .testimonial-link a {
        color: #530505;
        font-size: 16px;
    }
    /* END Mid Section LEFT */

    /* Mid Section Right */

    .right-mid-section-new {
        padding-top: 15px;
        position: relative;
    }

    .homepage-main-vid {
        padding-bottom: 15px;
    }

    .homepage-main-vid a {

    }

    .homepage-main-vid a img {
        max-width: 530px;
        border-radius: 10px;
    }

    .right-mid-section-new h2 {
        font-size: 25px;
        position: relative;
    }

    .right-mid-section-new h2:before {
        content: url(/img/verified-icon.png);
        position: absolute;
        left: 70px;
        top: -2px;
    }

    .right-mid-section-new h3 {
        color: #3D3D3D;
        font-size: 16px;
        font-weight: bold;
    }

    .right-mid-section-new p {

    }

    .right-mid-section-new .form-check-input:checked {
        background-color: #530505;
        border-color: #530505;
    }
    .right-mid-section-new span {
        color: #333;
    }
    
    .right-mid-section-new .form-select {
        height: 40px;
        padding-left: 20px;
    }

    .right-mid-section-new #price {
        font-size: 45px;
        color: #530505;
    }

    .right-mid-section-new #btnStepTwo, #step-2 .btn-navigate-form-step {
        display: block;
        width: 100%;
        line-height: 48px;
        background: #530505;
        color: #fff;
        border: none;
    }

    .right-mid-section-new #btnStepTwo:hover, #step-2 .btn-navigate-form-step:hover {
        background: #CD972B;
    }

    .right-mid-section-new .tour-info-modal {

    }

    .right-mid-section-new .tour-info-modal i {
        color: #CD972B;
        font-size: 35px;
        vertical-align: middle;
    }

    .right-mid-section-new .tour-info-modal a {
        text-decoration: none;
        color: #000;
        font-size: 17px;
        font-weight: bold;
    }

    /* END Mid Section Right */

    
    .mid-section {
        margin-top: 35px;
    }

    .top-mid-section .carousel-indicators {
        bottom: -45px;
    }

    .top-mid-section .carousel-indicators [data-bs-target] {
        background-color: #7b7b7b;
    }

    .homepage-featured-videos {
        margin-top: 60px;
    }

    .homepage-featured-videos h2 {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
    }

    .featured-vid-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 28px;
        gap: 20px;
        position: relative;
        animation: homepage-marquee-container 30s linear infinite;
        will-change: transform;
    }

    .homepage-marquee-container {
        overflow: hidden;
    }



    @keyframes homepage-marquee-container {
        to {
            transform: translateX(-50%);
        }
    }
    


    .featured-vid-flex .featured-vid-item {

    }

    /* End css snippet */

    /* Start homepage tour */

    .homepage-tour-services {
        padding-top: 80px;
        margin-bottom: 30px;
    }

    .homepage-tour-services h2 {
        font-family: "Nunito", sans-serif;
        font-size: 32px;
        font-weight: normal;
    }

    .homepage-tour-services .left-tour-services {
        padding: 20px;
        border: 2px solid #530505;
        border-radius: 30px;
    }

    .homepage-tour-services .left-tour-services .tour-schedule-section {

    }

    .homepage-tour-services .left-tour-services .tour-schedule-section a {
        text-decoration: none;
    }

    .homepage-tour-services .left-tour-services .tour-schedule-section span {
        color: #530505;
    }

    .homepage-tour-services .left-tour-services .tour-schedule-section span .ionicon {
        background: #CD972B;
        color: #fff;
    }
    

    .left-tour-services h3 {
        color: #530505;
        font-weight: bold;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    .left-tour-services #tourScheduleAccordionFlush {

    }

    .left-tour-services #tourScheduleAccordionFlush .accordion-header button {
        background: #cd972b;
        color: #fff;
        border-radius: 10px;
    }

    .left-tour-services #tourScheduleAccordionFlush .accordion-button::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>");
    }

    .left-tour-services .btn-navigate-form-step {
        background: rgb(83,5,5);
background: linear-gradient(90deg, rgba(83,5,5,1) 19%, rgba(140,6,6,1) 68%, rgba(143,0,0,1) 85%, rgba(182,26,26,1) 100%);
        color: #fff;
        line-height: 55px;
        cursor: pointer !important;
    }

    /* End homepage tour */



    .homepage-testimonial-sec {
        background: #f5f5f5;
        padding-bottom: 30px;
    }
    
    .homepage-video-marquee {

    }

    .homepage-video-marquee h2 {
        text-align: center;
    }


    .homepage-award-sec {
        padding: 75px 0 50px;
    }

    .homepage-award-sec img {
        max-width: 150px;
        margin: 5px;
    }

    .homepage-award-sec h3 {
        font-size: 20px;
        font-weight: bold;
    }



    .meet-our-executives {
        background: #f5f5f5;
        padding: 50px 0 60px 0;
    }

    .meet-our-executives h2 {
        font-weight: bold;
        font-size: 25px;
        text-align: center;
    }

    .meet-our-executives .meet-exe-flex {
        display: flex;
        padding-top: 30px;
    }

    .meet-exe-flex .meet-exe-item {
        flex: 1;
    }

    .meet-exe-flex .meet-exe-item a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000;
        font-size: 16px;
    }

    .meet-exe-flex .meet-exe-item a img {
        display: block;
        margin: 0 auto 12px auto;
    }

    .meet-exe-flex .meet-exe-item a span {
        display: block;
        color: #333333;
    }
   
    .bottom-mid-section {
        background: #333333;
        text-align: center;
       
    }

    .bottom-mid-section .platinum-mem-text {
        padding: 45px 0;
    }

    .bottom-mid-section .platinum-mem-text p {
        color: #fff;
        font-size: 25px;
        padding-bottom: 20px;
    }

    .bottom-mid-section .platinum-mem-text a {
        display: block;
        width: 320px;
        background: #CD972B;
        color: #fff;
        text-decoration: none;
        margin: 0 auto;
        line-height: 45px;
        border-radius: 20px;
    }

    .bottom-mid-section .platinum-mem-text a:hover {
        background: #530505;
    }


    .bottom-platinum-sec {
        background: #f5f5f5;
        padding: 45px 0;
    }

    .bottom-platinum-sec .platinum-prices {
        text-align: center;
    }

    .bottom-platinum-sec .platinum-prices h3 {
        font-size: 23px;
        font-weight: bold;
        padding: 20px 0 0;
    }

    .platinum-prices-sec-btns {

    }

    .platinum-prices-sec-btns a {
        background: #fff;
        display: inline-block;
        line-height: 60px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 315px;
        color: #333333;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
    }

    .platinum-prices-sec-btns a:first-child {
        background: #515050;
        width: 238px;
        border-radius: 30px;
        line-height: 60px;
        color: #fff;
        text-decoration: none;
        position: relative;
        z-index: 2;
    }

    .platinum-prices-sec-btns a:last-child {
        position: relative;
        right: 30px;
        padding-left: 20px;
    }

    .platinum-prices-cont {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: flex-start;
        gap: 20px;
        margin-top: 50px;
    }

    .platinum-prices-cont .platinum-prices-item {
        flex: 1;
        padding: 30px 15px;
        border-radius: 30px;
    }

    .platinum-prices-cont .platinum-prices-item p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .platinum-prices-cont .platinum-prices-item p span {
        font-size: 50px;
        font-weight: bold;
        color: #530505;
    }

    .platinum-prices-cont .platinum-prices-item .plat-price-btn {
        background: #530505;
        width: 275px;
        display: block;
        margin: 20px auto;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        line-height: 48px;
    }

    .platinum-prices-cont .platinum-prices-item .plat-price-btn:hover {
        background: #CD972B;
    }

    .platinum-prices-cont .platinum-prices-item ul {
        list-style: none;
        text-align: left;
        padding: 0;
    }

    .platinum-prices-cont .platinum-prices-item ul li {
        padding-top: 30px;
        position: relative;
        padding-left: 40px;
    }

    .platinum-prices-cont .platinum-prices-item ul li:before {
        content: '';
        position: absolute;
        left: 7px;
        width: 25px;
        height: 25px;
        background-image: url(/img/loveme-circle-box.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 30px;
    }

    .platinum-prices-cont .platinum-prices-item a {
        color: #333;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 50px;
        font-size: 17px;
    }

    .platinum-prices-cont .platinum-prices-item i {
        font-size: 40px;
        position: relative;
        top: 7px;
    }

    .platinum-prices-cont .plat-price-best-value {
        position: relative;
        background: #fff;
    }

    .platinum-prices-cont .plat-price-best-value:after {
        content: url(/img/best-value-after.png);
        position: absolute;
        top: -14px;
        right: -10px;
    }

    .platinum-prices-cont .plat-price-best-value .plat-price-btn {
        background: #CD972B;
    }

    .platinum-prices-cont .plat-price-best-value .plat-price-btn:hover {
        background: #530505;
    }


    .homepage-services-sec {
        padding: 40px 0;
        text-align: center;
    }

    .homepage-services-flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

     .homepage-services-item {
        width: 50%;
    }

     .homepage-services-item a {

    }

     .services-bigger-img {
        background-image: url(/img/homepage-services1.png);
        width: 80%;
        min-height: 586px;
        border-radius: 30px;
        background-size: cover;
        text-align: center;
        margin: 10px auto;
    }

     .services-bigger-img a {
        min-height: 586px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        background: #5a3131c2;
        border-radius: 28px;
    }

     .services-bigger-img a small {
        font-size: 14px;
        font-weight: normal;
        padding: 10px 20px;
        text-align: justify;

    }

     .services-bigger-img a:hover {
        background: #5a3131c2;
        color: #fff;
    }

     .homepage-services-item .homepage-services-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

     .homepage-services-item .homepage-services-list .homepage-services-list-item, .bento-box-right2 .homepage-services-list-item {
        width: 48%;
        min-height: 283px;
        margin: 5px;
        border-radius: 30px;
    }

     .homepage-services-item .homepage-services-list .service-list1 {
        background-image: url(/img/homepage-services2.png);
    }

     .homepage-services-item .homepage-services-list .service-list2 {
        background-image: url(/img/homepage-services3.png);
    }

     .homepage-services-item .homepage-services-list .service-list3 {
        background-image: url(/img/homepage-services4.png);
    }

     .homepage-services-item .homepage-services-list .service-list4, .bento-box-right2 .service-list4 {
        background-image: url(/img/homepage-services5.png);
    }

     .homepage-services-item .homepage-services-list a, .bento-box-right2 .homepage-services-list-item a  {
        justify-content: center;
        align-items: center;
        display: flex;
        min-height: 283px;
        color: #530505;
        font-weight: bold;
        text-decoration: none;
        font-size: 20px;
        background: #ffffffe0;
        border-radius: 28px;
        text-align: center;
    }

     .homepage-services-item .homepage-services-list a:hover, .bento-box-right2 .homepage-services-list-item a:hover {
        background: #5a3131c2;
        color: #fff;
    }

    .homepage-featured-media {
        padding: 40px 0 5px;
        background: #f5f5f5;
        min-height: auto;
    }

    .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 {
        
    }

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


    .homepage-tour-schedule-fix {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 20;
        background: #1B1919;
    }

    .homepage-tour-schedule-fix #tour-fix-close {
        float: right;
        padding: 15px 20px 10px 10px;
    }

    .homepage-tour-schedule-flex {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 70px;
    }
    
    .homepage-tour-schedule-flex .homepage-tour-schedule-item {

    }

    .homepage-tour-schedule-flex .homepage-tour-schedule-item .homepage-tour-timer iframe {
        width: 370px !important;
        padding: 0 8px;
        color: #fff;
        top: -8px;
        position: relative;
    }

    .homepage-tour-schedule-flex .homepage-tour-schedule-item p {
        margin-bottom: 0;
    }
    .homepage-tour-schedule-flex .homepage-tour-schedule-item p a {
        color: #fff;
        text-decoration: none;
    }

    .homepage-tour-schedule-flex .homepage-tour-schedule-item .tour-time-btn {

    }

    .homepage-tour-schedule-flex .homepage-tour-schedule-item .tour-time-btn a {
        display: block;
        background: #fff;
        width: 140px;
        text-align: center;
        line-height: 45px;
        border-radius: 22px;
        color: #1B1919;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

    .homepage-tour-schedule-flex .homepage-tour-schedule-item .tour-time-btn a:hover {
        background: #cd972b;
        color: #fff;
        font-weight: normal;
    }


    #tourInfoModal .modal-content span {
        color: #000;
    }


    /* This Style is for services */

    .int-webcast {
        background: url("/img/int-webcast-slider.webp");
        height: 525px;
        width: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 14px;
        position: relative;
    }


    .asian-webcast {
        background: url("/img/asian-webcast-slider.webp");
        height: 525px;
        width: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 14px;
        position: relative;
    }


    .latin-webcast {
        background: url("/img/latin-webcast-slider.webp");
        height: 525px;
        width: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 14px;
        position: relative;
    }


    .asian-webcast::before, .latin-webcast::before, .int-webcast::before {
        content: url(/img/live-webcast-icon.png);
        position: absolute;
        left: 25px;
        top: 15px;
    }



    .ukrainesec {
        background: url("/img/tour-banner-slider1.webp");
        height: 525px;
        width: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 14px;
    }



  .asiansec{
    background: url("/img/tour-banner-slider2.webp");
    height: 525px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
  
  }

  .latinsec{
    background: url("/img/tour-banner-slider3.webp");
    height: 525px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
  }
  

  p.int-live {
    position: absolute;
    left: 50%;
    bottom: 7%;
    font-weight: 700 !important;
    color: #ffff;
    font-size: 42px !important;
    letter-spacing: 7px;
    transform: translate(-50%, -50%);
    text-align: center;

  }

  small.int-live {
    position: absolute;
    left: 50%;
    bottom: 3%;
    font-weight: 700 !important;
    color: #ffff;
    font-size: 16px !important;
    letter-spacing: 7px;
    transform: translate(-50%, -50%);
    text-align: center;

  }



  p.latin-live {
    position: absolute;
    left: 50%;
    bottom: 20%;
    font-weight: 700 !important;
    color: #ffff;
    font-size: 42px !important;
    letter-spacing: 7px;
    transform: translate(-50%, -50%);
    text-align: center;

  }

  small.latin-live {
    position: absolute;
    left: 50%;
    bottom: 7%;
    font-weight: 700 !important;
    color: #ffff;
    font-size: 16px !important;
    letter-spacing: 7px;
    transform: translate(-50%, -50%);
    text-align: center;

  }
  
  p.country {
    position: absolute;
    left: 50%;
    bottom: 37%;
    font-weight: 700 !important;
    color: #ffff;
    font-size: 42px !important;
    letter-spacing: 7px;
    transform: translate(-50%, -50%);
  }
  .toursec{
    background: url("/img/tours.webp");
    height: 250px;
    width: 275px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    background-size: cover;
    background-position-x: center;
    box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    margin: 0 auto;
  }
  
  .toursec:hover, .socialsec:hover, .testimonialsec:hover, .ladiesprofilesec:hover{
    transform: scale(1);
    transition: all .2s ease-in-out;
    opacity: 1;
  }
  
  .socialsec{
    background: url("/img/social.webp");
    height: 250px;
    width: 275px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    margin: 0 auto;
  }
  
  
  .testimonialsec{
    background: url("/img/testimonial.webp");
    height: 250px;
    width: 275px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    background-size: cover;
    background-position-x: center;
    box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    margin: 0 auto;
  }
  
  .ladiesprofilesec{
    background: url("/img/ladiesprofile.webp");
    height: 250px;
    width: 275px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    background-size: cover;
    background-position-x: center;
    box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -webkit-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: 8px 11px 13px -1px rgba(0,0,0,0.66);
    margin: 0 auto;
  }
  
  .execusec {
    background: url("/img/execuplan.jpg");
    height: 350px;
    border-radius: 15px;
    background-size: cover;
    background-position-x: center;
  }
  
  .giftsec {
    background: url("/img/giftdelivery.jpg");
    height: 350px;
    border-radius: 15px;
    background-size: cover;
    background-position-x: center;
  }
  
  
  .phonesec {
    background: url("/img/phonetranslation.webp");
    height: 350px;
    border-radius: 15px;
    background-size: cover;
  }
  
  .imbrasec{
    background: url("/img/imbrarequest.webp");
    height: 350px;
    border-radius: 15px;
    background-size: cover;
    background-position-x: right;
  }
  
  p.services {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 36px;
    color: #EB5E28;
    text-align: center !important;
  }


  .titlesec {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box-desc {
    font-style: normal;
    font-size: 11px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }


  .mySwiper {
    width: 100%;
    height: 100%;
  }

  .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mySwiper .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .bannerSwiper{
    height: 517px;
    border-radius: 30px;
  }
  
  /* END OF SERVICES */

 

  /* New modification for header */

.header-nav-new {
    position: relative;
    z-index: 99;
    align-items: center;
}

.desktop-sidebar-menu {
    align-items: center;
    padding-left: 20px;
    gap: 30px;
    width: auto;
}

.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: 100%;
  width: 200px;
  margin-top: -5px;
}
#mobile-navbar{
    top: 0;
}

.header-right-sec {
  text-align: center;
}

.header-right-area {
  text-align: center;
  padding-top: 10px;
}

.header-right-area .top-header-right {
    margin-bottom: 10px;
}

.header-right-area .top-header-right a {
  display: inline-block;
  align-content: center;
  margin:0px 10px;
  white-space: nowrap;
}

.header-right-area .top-header-right .quick-search-header-modal {
  background: #d9d9d926;
  border-radius: 15px;
  border: 1px solid #221e1f29;
  text-align: center;
  color: #717171;
  text-decoration: none;
  font-size: 13px;
}

.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;
}

.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: #530505;
    width: 275px;
    line-height: 35px;
    border-radius: 15px;
    color: #fff;
    margin: 0 12px;
    font-size: 14px;
    text-decoration: none;
}

.header-right-area .top-header-right .top-header-signup:hover {
  background: #00479e;
  text-decoration: none;
}

.bottom-header-right {

}

.header-right-nav {
  margin-bottom: 5px;
}

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

}
.header-right-nav ul li a {
  font-family: 'Rosario', sans-serif;
    color: #111;
    font-size: 15px;
    margin-right: 25px;
    text-decoration: none;
    line-height: 30px;
}

.header-right-nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #CD972B;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}


/* .header-right-nav ul li:last-child a {
  margin-right: 100px;
} */


/* End modification for header */

.mega-navbar {
  overflow: hidden;
}

.mega-navbar a {
  float: left;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.mega-dropdown {
  float: left;
  overflow: hidden;
}

.mega-dropdown .mega-dropbtn {
  font-size: 16px !important;
  border: none;
  outline: none;
  background-color: inherit;
  font: inherit;
  margin: 0 10px 0 0;
}

/* .mega-navbar a:hover, .mega-dropdown:hover .mega-dropbtn {
  transition: all 1s ease-in;
}  */

.mega-dropdown-content, .mega-dropdown-content2 {
  display: none;
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 10%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  padding: 0 11%;
  min-height: 450px;
}

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

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

/* .mega-dropdown:hover .mega-dropdown-content {
  display: block;
  transition: all 1s ease-in;
} */

/* Create three equal columns that floats next to each other */
.mega-column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #fff;
  height: 250px;
}

.mega-column h3 {
  font-size: 18px;
  font-weight: bold;
  color: #530505;
}

.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 {
  background-color: #ddd;
} */

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

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .mega-column {
    width: 100%;
    height: auto;
  }
}

/* end mega menu */

/* Bottom CTA Nav */

.bottom-cta-searchform {

}

.bottom-cta-searchform a p {
  margin: 0;
}

.bottom-cta-searchform a p i {
  font-size: 25px;
  color: #C0BABA;
  position: absolute;
  left: 15px;
  top: 8px;
}

.bottom-cta-searchform a p span {
  display: block;
  color: #717171;
}

.bottom-cta-searchform .quick-search-header-modal {
    background: #d9d9d926;
    border-top-left-radius: 15px;
    line-height: 22px;
    border: 1px solid #221e1f29;
    text-align: center;
    color: #717171;
    width: 210px;
    border-bottom-left-radius: 15px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 12px;
}

.bottom-cta-searchform .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;
    line-height: 45px;
}

.bottom-cta-members-login {
  padding: 0;
}
.bottom-cta-members-login a {
  background: #530505;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 5px 15px 5px 30px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 10px;
}

.bottom-cta-members-login a:hover {
  background: #CD972B;
  text-decoration: none;
  color: #fff;
}

.bottom-cta-members-login a strong {

}

.bottom-cta-members-login a span {
  display: block;
  font-size: 13px;
}

.bottom-cta-members-login a i {
  position: absolute;
  left: 6px;
  font-size: 23px;
  top: 10px;
}


.bottom-cta-members-login .sigup2-logout {
    line-height: 47px !important;
    font-size: 16px;
    width: 120px !important;
    margin-left: 15px !important;
    padding-right: 40px !important;
    background: #807A7A !important;
    color: #fff !important;
}

.bottom-cta-members-login .sigup2-logout i {
  right: 6px;
  left: unset;
  font-size: 20px;
  top: 13px;
}



#bottom-cta-nav ul li a:hover, #bottom-cta-nav ul li button:hover {
  text-decoration: underline;
    text-decoration-color: #530505;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
    background: transparent !important;
    color: #333 !important;
}



.desktop-sidebar-menu2 a {
  display: block;
  text-align: center;
  color: #000;
  font-size: 17px;
}

.desktop-sidebar-menu2 a:hover {
 text-decoration: none !important;
 color: #000;
}

.desktop-sidebar-menu2 a i {
    display: block;
    font-size: 35px;
}

.right-cta-nav li a {
    margin-top: -12px !important;
}

.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 10px rgba(230, 44, 19, 0);
  }
  
}


/* end bottom cta nav */


/* start ronna lou newsletter css */

.ronna-newsletter {
      padding: 10px;
      border: 1px solid #e5e5e5;
      border-bottom: 0px;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      margin: 60px auto 0 auto;
    }

    .ronna-newsletter .row {
      padding: 30px 75px;
      position: relative;
    }

    .ronna-newsletter-left {
        padding-top: 35px;
        width: 60%;
    }

    .ronna-newsletter-left h3 {
      font-size: 36px;
    }

    .ronna-newsletter-left h3 em {

    }

    .ronna-newsletter-left h3 span {
        display: block;
        font-weight: bold;
        padding-top: 12px;
    }   

    .ronna-newsletter-left p {
      font-size: 20px;
      padding-left: 20px;
      padding-top: 120px;
    }

    .ronna-newsletter-left .newsletter-btn {
      background: #530505;
      color: #fff;
      display: block;
      width: 456px;
      line-height: 70px;
      border-radius: 60px;
      text-align: center;
      font-size: 22px;
      margin-top: 25px;
      
    }

    .ronna-newsletter-left .newsletter-btn i {
      font-size: 35px;
    }

    .ronna-newsletter-right {
        text-align: center;
        /* margin: -60px -80px 0 0; */
        position: absolute;
        width: 97%;
        overflow: hidden;
        top: -40px;
    }

    .ronna-newsletter-right img {
      
    }

    .ronna-newsletter-right h3 {
      font-weight: bold;
    }

    .ronna-newsletter-right p {
      font-size: 16px;
    }

    .ronna-newsletter-right .splide__slide {
        width: 75% !important;
        text-align: center;
    }

    .ronna-newsletter-right .splide__slide h3 {
        font-size: 25px;
    }

    .ronna-newsletter-right .splide__slide p {
        
    }


    .matchmaker-info-sec {
        margin-right: -45%;
    }
   
    .matchmaker-link {
        background: #530505;
        color: #fff;
        display: block;
        width: 456px;
        line-height: 70px;
        border-radius: 60px;
        text-align: center;
        font-size: 22px;
        margin-top: 25px;
        position: absolute;
        z-index: 99;
        top: 48%;
        left: 1%;
    }

    .matchmaker-link:hover {
        color: #fff !important;
    }

    .ronna-newsletter .carousel-control-prev {
        left: 49%;
    }

    .ronna-newsletter .carousel-control-next {
        width: 2%;
        overflow: hidden;
        position: absolute;
        right: 10%;
    }

    /* .ronna-newsletter .carousel-item {
        transition: transform 2s ease-in-out;
      } */

      
/* end ronna lou newsletter css */


.homepage-slogan {
    padding: 10px 0px 25px;
}

.homepage-slogan h3 {
    font-size: 27px;
    color: #530505;
    margin: 5px 0;
}


/* start banner thumbnails */

.banner-right-thumbnail-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}

.banner-right-thumbnail-item {

    border-radius: 30px;
    flex: 1 0 48%;
    position: relative;
}

.banner-right-thumbnail-flex .banner-thumb-list1 {
    background-image: url(/img/new-women-banner-thumb.webp);
}

.banner-right-thumbnail-flex .banner-thumb-list2 {
    background-image: url(/img/asian-banner-thumb.webp);
}

.banner-right-thumbnail-flex .banner-thumb-list3 {
    background-image: url(/img/latin-banner-thumb.webp);
}

.banner-right-thumbnail-flex .banner-thumb-list4 {
    background-image: url(/img/ukraine-banner-thumb.webp);
}

.banner-right-thumbnail-item a {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 210px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    background: #0000008a;
    border-radius: 28px;
}

/* end banner thumbnails */


.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;
    color: #e52c13;
    font-size: 1.5rem;
}

.home-search-id-submit {

}

.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 {
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 13px;
}

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

.modal-top-section .col-1 button {
    float: right;
    padding-top: 18px;
    padding-right: 25px;
}


.header-right-area .top-header-right .top-header-signup {
    background: #530505;
     width: 275px;
     line-height: 35px;
     border-radius: 15px;
     color: #fff;
     margin: 0 12px;
 }
 
 .header-right-area .top-header-right .top-header-signup:hover {
   background: #CD972B;
   text-decoration: none;
 }

/* womens update page */

.update-list h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.women-updates .update-wrap {
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: #fff;
}

.update-wrap .update-list { order: 1; }
.update-wrap .advert-top { order: 3; }
.update-wrap .update-profiles { order: 2; }
.update-wrap .advert-bottom { order: 4; }
.update-wrap .previous-weeks-updates {order: 5;}

.update-wrap img.update-img {
    width: 250px;
    border-radius: 10px;
}

div.update-div {
    width: 250px;
    margin: 10px 20px;
    border-radius: 10px;
}

.update-list a {
    background-color: #530505;
}

.update-list a:hover {
    background-color: #d4b353;
}

.update-wrap .update-name {
    font-size: 14px;
}

.womens-profile-content-area {
    padding: 0 20px 20px 20px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
}




/* =============================================== */

.women-section {
    display: flex;
    flex-direction: column;
    padding: 0;
}

 .update-wrap .women-section .update-profiles {
    order: initial;
}

/* =============================================== */



/* end womens update page */



/* Platinum Membership Dropdown */
details article {
    opacity: 0;
    padding-bottom: 20px;
}

details[open] article {
    animation: fadeIn .75s linear forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

summary {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: bold;
    gap: 12px;
}

summary::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #15171B;
    border-inline: 7px solid transparent;
    transition: 0.2s;
    top: 12px;
    left: 10px;
}

details[open]>summary {
    border-bottom: 2px solid #FFF9F1;
}

details[open]>summary::after {
    transform: rotate(-180deg);
}

summary::-webkit-details-marker {
    display: none;
}

summary {
    border-radius: 5px;
    font-size: 13px;
}

details[open] summary {
    border-radius: 5px 5px 0 0;
}

details {
    border-radius: 5px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

details article ul {
    display: block !important;
}

/* @media screen and (max-width:991px) {
    details {
        display: none;
    }
} */

/* End Platinum Membership Dropdown */



/* new random modification css here */

.tour-dates-header .active {
    background: #cd972b !important;
}

.tour-dates-header li {
    background: #530505;
}

.tour-dates-header li, .tour-dates-header li a {
    border-radius: 10px;
}

.tour-club-area .nav {
    justify-content: center;
    padding-top: 20px;
}


#btnStepTwo {
    line-height: 33px;
    font-size: 16px;
}


/* end modification */



@media only screen and (max-width: 1500px) {
    .header-right-nav {
        margin-bottom: 5px;
        justify-content: end;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        margin-right: 0;
        align-items: end;
        justify-self: end;
    }
    .header-right-area .top-header-right {
        margin-bottom: 0;
    }
    .header-right-nav ul li a {
        padding-bottom: 0;
    }
    .homepage-rotator-new ul li a img {
        width: 135px;
    }
}




/* Mobile CSS */


@media only screen and (max-width: 1300px) {
    .header-navi-sec ul li {
        margin: 0 !important;
    }

    .header-navi-sec ul li a {
        padding: 0 3px;
    }
}


@media only screen and (max-width: 1220px) {
    .desktop-logo-area a img {
        max-width: 190px;
    }
}

@media only screen and (max-width: 1199px) {
    .desktop-search .searchbox {
        font-size: 12px;
    }

    .header-right-area .top-header-right .quick-search-header-modal {
        width: 285px;
    }
    .header-right-area .top-header-right .top-header-signup {
        width: 230px;
        font-size: 13px;
    }

    .ronna-newsletter-left {
        width: 100%;
    }

    .matchmaker-info-sec {
        margin-right: 0%;
    }

    .ronna-newsletter-right {
        top: 0;
        position: relative;
    }

    .ronna-newsletter .carousel-control-prev {
        left: 0;
    }

    .ronna-newsletter .carousel-control-next {
        width: 15%;
    }

    .matchmaker-link {
        position: relative;
        z-index: 99;
        top: 0;
        left: 0;
        margin: 25px auto;
    }
    .ronna-newsletter-left p {
        display: none;
    }


    .bottom-cta-searchform .quick-search-header-modal {
        width: 150px;
    }
    .bottom-cta-searchform a p i {
        display: none;
    }

    .bottom-cta-members-login a span {
        display: none;
    }

    .homepage-tour-schedule-fix {
        display: none;
    }

    .new-rotator-section {
        text-align: center;
    }

    .homepage-rotator-new ul li:nth-child(6), .homepage-rotator-new ul li:nth-child(7), .homepage-rotator-new ul li:nth-child(8) {
        display: none;
    }

}

@media only screen and (max-width: 1080px) {
    .desktop-search .searchbox {
        font-size: 10px;
    }

    .header-navi-sec .top-navi-signup a {
        padding: 0 3px;
        font-size: 12px;
    }
    
    .header-navi-sec ul li a {
        font-size: 12px;
    }

    .desktop-logo-area a img {
        max-width: 180px;
    }

}

@media only screen and (max-width: 991px) {
   
    .desktop-upper-nav {
        display: none;
    }

    .mobile-navigation-area {
        top: 0;
    }

    .nav-mobile-top {
        display: block !important;
    }

    .banner-bg-area {
        margin: 230px auto 10px auto;
        background-image: linear-gradient(
        295deg,
        hsl(0deg 0% 100%) 0%,
        hsl(45deg 44% 96%) 11%,
        hsl(42deg 49% 93%) 22%,
        hsl(42deg 48% 89%) 33%,
        hsl(42deg 47% 86%) 44%,
        hsl(42deg 48% 83%) 55%,
        hsl(42deg 48% 79%) 66%,
        hsl(42deg 48% 75%) 77%,
        hsl(42deg 48% 72%) 89%,
        hsl(42deg 48% 68%) 100%
        );
    }

    .mid-section {
        display: block;
    }

    .countdown-timer-bg {
        display: none;
    }

    .mid-section .service-nav {
        margin: 0 auto;
        text-align: center;
        border: 1px solid #fff;
        line-height: 50px;
        padding: 0;
    }

    .banner-content {
        margin: 40px 20px;
        max-width: 100%;
    }
    
    .mid-section .service-nav a::after {
        display: none;
    }

    .mid-section .col-4 {
        display: none;
    }

    .home-rotator-v2 .list-inline li:nth-child(6) a img, .home-rotator-v2 .list-inline li:nth-child(7) a img {
        display: none;
    }
    
    div#bottom-cta-nav-mobile-top {
        z-index: 12;
    }

    .upcoming-single-tours-sec {
        padding-top: 35px;
    }

    .home-mid-sec2 {
        display: block;
    }

    .right-mid-section-new h2:before {
        position: relative;
        left: -10px;
        top: 7px;
    }

    .tour-swiper {
        margin: 0 auto;
    }

    .new-rotator-section {
        display: none;
    }

    .content-area {
        margin-top: 14rem;
    }

    #searchInfoModal .modal-dialog {
        width: 97%;
        margin: 0 auto;
    }

    .quickSearch-right {
        display: none;
    }

    .quickSearch-left .form-select {
        margin-top: 12px;
    }

    .homepage-mid-section-new {
        padding-top: 11rem;
        padding-left: 13px;
        padding-right: 13px;
    }

    .banner-thumb-list1 a {
        background: #D4B353 !important;
        color: #000;
    }

    .banner-right-thumbnail-item {
        min-height: 210px;
        border-radius: 15px;
    }

    .banner-right-thumbnail-item a {
        display: block;
        background: #530505;
        position: absolute;
        width: 100%;
        min-height: auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        position: absolute;
        width: 100%;
        bottom: 0px;
        padding: 10px;
        font-size: 17px;
        font-weight: normal;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .content-area h2 {
        color: #530505;
        margin: 0;
    }

    .homepage-featured-media {
        height: auto;
    }

    .right-mid-section-new p {
        padding-top: 30px;
    }

    .mid-content-area-text h3 {
        text-align: left;
        color: #530505;
        font-size: 20px;
    }

    .mid-content-area-text p {
        text-align: left;
    }

    .services-bigger-img {
        width: 100%;
    }

    .services-bigger-img a {
        background: #5a3131c2;
        color: #fff;
    }

    .homepage-services-item .homepage-services-list a, .bento-box-right2 .homepage-services-list-item a {
        background: #41414199;
        color: #fff;
    }

    #chat-widget-container{
        right:10px;
    }
}

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

    .homepage-rotator-new ul li a img {
        width: 110px;
    }
}

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

     .homepage-services-item .homepage-services-list .homepage-services-list-item {
        width: 100%;
    }
    .matchmaker-link {
        width: 100%;
        font-size: 18px;
    }

    .hero-testimonial {
        height: auto;
    }
    .tour-swiper {
        width: 100%;
    }

    .homepage-main-vid a img {
        max-width: 100%;
    }

    .banner-right-thumbnail-item {
        width: 100%;
    }

    .women-section .update-wrap .update-profiles {
        order: initial;
    }

    .mid-content-area-text {
        display: block;
        text-align: center;
        padding: 0 20px;
    }

    .mid-content-area-text .col-3 {
        width: 100%;
    }

    .mid-content-area-text .col {

    }

    .homepage-testimonial-sec {
        background: #fff;
    }

    .top-mid-section {
        padding-top: 15px;
    }

    .top-mid-section .mid-section-signup {
        border: 1px solid #530505;
        background: #fff;
        color: #333;
        font-weight: bold;
        max-width: 100%;
        border-radius: 50px;
        line-height: 60px;
        font-size: 16px;
    }

    .hero-testimonial {
        padding: 20px 10px;
    }

    .hero-testimonial p {
        text-align: left;
        font-size: 14px;
    }

    .hero-testimonial .fa-quote-left {
        left: 10px;
    }

    .hero-testimonial .fa-quote-right {
        right: 10px;
    }

    .homepage-video-marquee h2 {
        color: #530505;
    }

    .homepage-award-sec {
        padding: 35px 0 50px;
    }

    .homepage-award-sec h3 {
        color: #530505;
        font-weight: normal;
        padding-bottom: 25px;
    }

    .ronna-newsletter-left h3 {
        font-weight: bold;
        font-size: 21px;
        text-align: center;
        color: #530505;
    }

    .ronna-newsletter-left h3 span {
        display: inline;
    }

    .ronna-newsletter-left h3 em {
        font-style: normal;
    }

    .ronna-newsletter-left {
        padding-top: 0px;
    }

    .ronna-newsletter {
        border: 0;
        margin: 0 auto;
    }

    .matchmaker-info-sec h5 {
        font-size: 18px;
        font-weight: bold;
    }

    .matchmaker-info-sec p {
        font-size: 18px;
    }


    .platinum-prices-sec-btns a:last-child {
        right: 0;
        padding-left: 0;
        border-radius: 30px;
        margin-top: 20px;
    }


}

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

    .homepage-rotator-new ul li:nth-child(5) {
        display: none;
    }

    .ronna-newsletter .row {
        padding: 30px;
    }

    .platinum-prices-cont {
        gap: 0;
    }

    .platinum-prices-cont .platinum-prices-item .plat-price-btn {
        width: 90%;
        font-size: 13px;
        font-weight: normal;
    }

    .platinum-prices-cont .platinum-prices-item {
        flex: 1 1 45%;
        border: 1px solid #cbcbcb;
        margin: 20px 10px;
    }

    .bottom-platinum-sec .platinum-prices h3 {
        font-size: 18px;
    }

    .platinum-prices-cont .platinum-prices-item a {
        margin-top: 35px;
        font-size: 15px;
    }

    .platinum-prices-cont .platinum-prices-item p span {
        font-size: 42px;
    }

}

@media only screen and (max-width: 550px) {
    .upcoming-singles-tour-item {
        width: 310px;
    }

    .home-rotator-v2 .this-weeks-updates-btn a {
        width: 100%;
        line-height: 35px;
    }

    .home-rotator-v2 .list-inline li:nth-child(4) a img, .home-rotator-v2 .list-inline li:nth-child(5) a img {
        display: none;
    }

    .home-rotator-v2 .list-inline li {
        margin: 0;
    }

    .platinum-prices-sec-btns a:last-child {
        right: 0;
        border-radius: 10px;
        margin-top: 20px;
    }

    .feature-media-flex {
        display: block;
        text-align: center;
    }

    .feature-media-flex .featured-media-item h2 {
        text-align: center;
    }

    .mid-content-area .row {
        
    }

    .bottom-mid-section .platinum-mem-text a {
        width: 100%;
    }
    
    .homepage-services-flex .homepage-services-item {
        width: 100%;
    }

    .homepage-services-item .homepage-services-list .homepage-services-list-item, .services-bigger-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }

    .banner-right-thumbnail-item {
        flex: 1 0 45%;
    }

    .platinum-prices-cont .plat-price-best-value:after {
        content: '';
        position: absolute;
        top: -5px;
        right: -7px;
        width: 90px;
        height: 83px;
        background-image: url(/img/best-value-after.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .platinum-prices-cont .platinum-prices-item ul li:before {
        left: 7px;
        top: 28px;
    }

    .ronna-newsletter-right img {
        max-width: 75%;
    }

    .box-desc {
        display: none;
    }

}


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

    .top-mid-section .mid-section-signup {
        font-size: 14px;
    }

    .mobile-signup strong {
        font-size: 12px;
    }

    .ronna-newsletter .carousel-control-next, .ronna-newsletter .carousel-control-prev {
        width: 7%;
        opacity: 1;
    }

    .platinum-prices-cont .platinum-prices-item .plat-price-btn {
        width: 100%;
        font-size: 13px;
        font-weight: normal;
    }

    .platinum-prices-cont .platinum-prices-item p span {
        font-size: 30px;
    }

    .platinum-prices-cont .platinum-prices-item i {
        font-size: 30px;
    }

    .platinum-prices-cont .platinum-prices-item ul li {
        font-size: 13px;
    }


}






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

    .home-rotator-v2 ul li a img {
        max-width: 95px;
    }

    .top-mid-section .mid-section-signup {
        font-size: 12px;
    }

}

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

    .mobile-signup strong {
        display: none;
    }

}

/* End Mobile CSS */
    


   
