
    .form-style input{
        border:0;
        height:50px;
        border-radius:0;
    border-bottom:1px solid #ebebeb;	
    }
    .form-style input:focus{
    border-bottom:1px solid #007bff;	
    box-shadow:none;
    outline:0;
    background-color:#ebebeb;	
    }
    .sideline {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        color:#ccc;
    }
    button{
    height:50px;	
    }
    .sideline:before,
    .sideline:after {
        content: '';
        border-top: 1px solid #ebebeb;
        margin: 0 20px 0 0;
        flex: 1 0 20px;
    }
    
    .sideline:after {
        margin: 0 0 0 20px;
    }
    
    
     .midcontarea {
      display: none;
     }
    
    
     
    p.new-p {
        font-family: "Lora";
        font-style: italic;
        font-size: 20px !important;
        color: #665647 !important;
       
    }
    
    h1.new-h1 {
        font-family: "Lora";
        font-style: italic;
        font-size: 50px;
        color: #665647;
        font-weight: 500;
        margin-top: 70px;
       
    }
    
    
    button.button-new1{
    font-family: Lora;
    color: #665647;
    border: solid 1px #665647a8;
    padding: 16px 35px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    margin: 8px 0;
    
    }
    
    
    button.button-new1:hover{
        color: #fff;
        background-color: #665647;
        transition: 1s;
        
        }
    
    
    
        a.button-new2{
    
        
            font-family: Lora;
            color: #fff;
            padding: 13px 35px;
            border-radius: 40px;
            border: solid 1px #333333e1;
            font-size: 16px;
            font-weight: 400;
            background-color:#333333e1;
            margin: 8px 0;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            
            }
            
    
            a.button-new2:hover{
                border: solid 1px #333333e1;
                color:#333333;
                background: transparent;
                transition: 1s;
    
            }
    
        
            button.button-new3{
                font-family: Lora;
                color: #fff;
                padding: 14px 35px;
                border-radius: 40px;
                font-size: 16px;
                font-weight: 400;
                background-color:#665647;
                border: none;
                margin: 8px 0;
                }
    
                button.button-new3:hover{
                    background-color: #B46D4D;
                    transition: 1s;
                    
                }
    
    
    
    
                .img-banner-new{
                    position: absolute;
                    top: -400px;
                    right: 100px;
                }
    
           
    
    
    
    
    
    /** custom swiper css **/
    
    .swiper-slide img {
    border-radius: 20px;
    }
    
    
    #rotator-newest-ladies {
    
        & .swiper-slide {
            width: 180px !important;
        }
    }
    
    #rotator-newest-ladies .swiper-slide {
        /* width: 300px !important; */
        position: relative;
        
    
        @media (min-width: 1280px) {
            & {
                width: 193px !important;
                
               
            }
        }
    
        & .v-icon {
            position: absolute;
            right: 16px;
            top: 10px;
            width: 30px;
        }
    }
    
    
    
    
    
    
    
    
    
    .swiper-lazy-preloader border-accent {
        color: #B46D4D !important;
    }
    
    .swiper-button-prev {
        left: 8px !important;
    
    
        @media (min-width: 1280px) {
            & {
                left: -50px !important;
            }
        }
    
    }
    
    .swiper-button-next {
        right: 8px !important;
    
    
        @media (min-width: 1280px) {
            & {
                right: -50px !important;
            }
        }
    }
    
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.2rem !important;
    }
    
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        font-weight: bolder;
        color: #7a6a54 !important;
        /* background-color: #66564796; */
        background-color: #EAE6DB;
        border-radius: 9999px !important;
        box-shadow: 5px 5px 8px #00000061;
        
    }
    
    /** end custom swiper css **/
    
    
     /* ================ Featured Media ============== */
    
     .homepage-featured-media {
        padding: 40px 0;
        background: #f5f5f5;
    }
    
    .feature-media-flex {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    
    
    .feature-media-flex .featured-media-item h2 {
        font-weight: bold;
        font-size: 22px;
        color: #530505;
        text-align: right;
    }
    
    
    .top-mid-section {
        text-align: center;
      
    }
    
    
    .hero-testimonial {
        padding: 20px 60px;
        border-radius: 10px;
        border: 1px solid #fff;
        background: #F5F5F5;
        margin-top: 40px;
    }
    
    .hero-testimonial h3 {
        text-align: center;
        padding: 25px 10px 0px 40px;
        font-family: 'Lora';
        font-size: 30px;
        font-weight: 500;
        color: #665647;
        margin-bottom: 10px;
    
    }
    
    .hero-testimonial p {
        padding: 0 35px;
        font-family: 'Lora';
        color: #665647;
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .hero-testimonial a {
        color: #665647;
        font-weight: bold;
        font-size: 19px;
        text-decoration: none;
        margin-left: 80px;
    }
    
    .hero-testimonial .fa-quote-left {
        font-size: 45px;
        color: #665647;
        float: left;
        position: relative;
        left: -15px;
    }
    
    .hero-testimonial .fa-quote-right {
        color: #665647;
        font-size: 45px;
        float: right;
        position: relative;
        top: -10px;
    }
    
    
    .top-mid-section .carousel-indicators {
        bottom: -45px;
    }
    
    .top-mid-section .carousel-indicators [data-bs-target] {
        background-color: #7b7b7b;
    }
    
    
    section.index-book-a-tour.book-a-tour-desktop-cont{
      padding-top: 70px;
        background-color: #393838;
    }
        
    section.index-newsletter{
        margin-top: 150px;
    }
    
    @media (max-width: 600px) {
    
    
        h1.new-h1{
            font-size: 30px !important;
        }
    
        p.new-p{
            font-size: 16px !important;
        }
    
    
      .midcontarea {
        margin-top: -240px !important;
      }
      
    
      .buttons-index2.text-center{
        display: none;
      }
    
      .swiper-button-next {
            right: 2px;
            transform: none !important;
        }
    
        .swiper-button-prev {
            right: 2px;
            transform: none !important;
        }

        #for-mobile{
        display: block;
      }
    
      div.has-yt-play-btn img {
    
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    margin-top: 30px;
    }
    }

    @media (min-width: 601px) {
    
      #for-mobile{
        display: none;
      }
    
    }

    @media (min-width:768px) and (max-width: 1549px){
    
    
        .container-fluid.thebanner {
    
            flex-direction: column-reverse;
        }
    
        .col-md-6.bg-white.p-5{
         width: 100%;
 
    }

    .col-md-5.d-none.d-md-block{
            display: none !important;
    }
    
    .swiper-button-prev {
        left: 0 !important
    }
    
    .swiper-button-next{
        right: 0 !important;
    }
    
    
    h1.new-h1{
        margin-top: 30px;
       
    }

    /* section.index-banner {
    margin-top: -50px;
    } */
    
    
    }

    @media (min-width:200px) and (max-width: 600px){
    
    section.index-banner {
        margin-top: 215px !important;
    }
    
}

    @media (min-width:601px) and (max-width: 1200px){
    
        section.index-banner {
        margin-top: -60px;
    }
    
    }
    
    
    @media screen and (max-width: 727px) {
    
    button.button-new3{
        margin-top: 10px !important;
    }
    
    
    }
    
    
    @media screen and (max-width: 1279px) {
    
     #rotator-newest-ladies .swiper-slide{
      margin: 5px 5px !important;
    
      }
    
    
    }