/*============================= Small MOBILE Devices================================ */

@media(min-width:767px) {}


/*============================= MOBILE Devices================================ */
.spinpop {
    width: 430px;
}
@media(max-width:767px) {
    .spinpop {
        width: 345px !important;
    }
    .offerimg {
        margin-left: 20px;
    }
    .mob-plr-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .mob-mb30 {
        margin-bottom: 30px;
    }
    .logo img {
        width: 75px;
        margin-left: 9px;
    }
    .title br {
        display: none;
    }
    .title {
        text-align: left;
    }
    .copyright {
        margin-bottom: 28px;
    }
    .copyright p {
        font-size: 10px;
    }
    .sliderbanner {
        margin-top: 50px;
    }
    .sideEnq,
    .callbtn {
        display: none !important;
    }
    .dlogo1 {
        width: 100%;
    }
    .dlogo1 {
        width: 100%;
    }
    .dlogo1 img {
        width: inherit;
    }
    .aboutdv {
        padding: 25px 10px;
    }
    .myslider {
        margin-bottom: 0px;
    }
    .bo p {
        font-size: 11px;
    }
    .amiwrap {
        margin-bottom: 10px;
        height: 123px;
    }
    .amenitiesSec .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #accordion .panel-title a {
        font-size: 12px;
    }
    .nav-pills>li>a {
        font-size: 12px;
    }
    .lg-imgbox {
        margin-bottom: 10px;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .conttext a {
        font-size: 17px;
    }
    .devinfo {
        padding: 18px 10px;
        padding-top: 40px;
    }
    .devinfo h2 {
        font-size: 23px
    }
    img.img2 {
        display: none;
    }
    .akurdi-dis {
        padding: 22px;
    }
    .connectivtysec ul li {
        font-size: 12px;
    }
    .akurdisec .dis-flex {
        flex-direction: column;
    }
    .artinfo h4 {
        /* font-family: 'Merienda', cursive; */
        font-size: 2.5em;
    }
    .daleinfo h4, .artinfo h4 {
    /* font-family: 'Merienda', cursive; */
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
    FONT-WEIGHT: 100;
}


.rightsec {
   
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    height: auto !important;
        height: 240px !important;
}

.leftsec {
    
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 4px;
    height: 240px !important;
}

.artinfo {
    /* max-width: 300px; */
    background: rgb(35 31 32 / 89%);
    padding: 22px;
    min-height: 100px !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 25px 25px 0px;
}

}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    .sideEnq,
    .callbtn {
        display: none !important;
    }
    .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 0;
    }
    .logo img {
        width: 147px;
    }
    .sliderbanner {
        margin-top: 68px;
    }
    .mob-plr-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .mob-mb30 {
        margin-bottom: 30px;
        ;
    }
    .copyright {
        margin-bottom: 40px;
    }
    .daleinfo h4, .artinfo h4 {
    /* font-family: 'Merienda', cursive; */
    font-size: 3.3em;
    font-family: 'Playfair Display', serif;
    FONT-WEIGHT: 100;
}
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {
    .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 12px;
    }
    .logo img {
        width: 147px;
    }
    .sliderbanner {
        margin-top: 70px;
    }
    .amiwrap {
        margin-bottom: 10px;
        height: 161px;
    }
    .amenitiesSec .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
}