@media (min-width:320px) and (max-width:767px){
    .logo{
        width: 110px;
    }
    .topNav{
        display: none;
    }
    .bannerSection{
        margin: 71px 0 0 0;
    }
    .slideContent{
        padding: 0 50px;
    }
    .slideContent p{
        font-size: 18px;
    }
    .slideContent h4{
        font-size: 20px;
    }
    .owl-dots{
        bottom: 10px;
    }
    .owl-nav{
        padding: 0 10px;
    }
    .owl-carousel button.owl-dot{
        width: 12px;
        height: 12px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        font-size: 70px;
    }
    .contentSectionInner{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contentSectionCol.content{
        padding: 20px 15px;
    }
    .contentSectionCol h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .contentSectionCol p{
        font-size: 18px;
        line-height: 32px;
    }
    .btnReadmore{
        font-size: 14px;
    }
    .fooNav{
        display: none;
    }
    .footerBottom p{
        width: 100%;
        text-align: center;
    }
    .contentImg{
        display: none;
    }
    .logoSection{
        padding: 30px 0;
    }
    .logoList{
        overflow-x: auto;
    }
    .logoList li{
        flex-shrink: 0;
        margin-right: 30px;
    }
    .aboutPage, .ourHotelPage, .contactPage{
        padding-bottom: 30px;
    }
    .pageInner{
        margin: 71px 0 0 0;
    }
    .container{
        padding: 0 15px;
    }
    .pageHeader{
        padding: 50px 0;
    }
    h2{
        font-size: 32px;
    }
    .contentWrapper{
        padding: 20px;
        border-radius: 6px;
    }
    .aboutContent h4{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .aboutContent h5{
        font-size: 22px;
        line-height: 26px;
    }
    .aboutContent p{
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .tabs{
        margin-bottom: 40px;
    }
    .tabs li{
        font-size: 16px;
    }
    .tabs li a{
        padding-bottom: 10px;
    }
    .hotelList li{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .hotelList li .hotelCol{
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        border: 1px #efefef solid;
        box-shadow: none;
        border-radius: 6px;
        box-shadow: 0 4px 8px 0 rgba(138, 107, 118, 0.08);
    }
    .hotelList li .imageCont{
        margin-top: 0;
        width: 100%;
        height: auto;
    }
    .hotelList li .imageCont img{
        width: 100%;
    }
    .hotelList li .hotelDesc{
        padding: 15px 0 0 0;
    }
    .hotelList li .hotelDesc h4{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .hotelList li .hotelDesc p{
        font-size: 13px;
        line-height: 18px;
    }
    .link{
        font-size: 14px;
    }
    .btnBookNow{
        margin-top: 20px;
        padding: 8px 42px;
        font-size: 16px;
    }
    .hotelList li .hotelCol:first-child{
        margin-bottom: 20px;
    }
    .contactUs{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contactUsLeft{
        padding-right: 0;
        width: 100%;
        margin-right: 0;
        border-right: 0;
        margin-bottom: 20px;
    }
    .contactUsLeft h5{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .frmRow{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .frmCol{
        margin: 0 0 20px 0;
    }
    .contactUsRight{
        margin: 0 -10px;
    }
    .hotelAddress, .mailingAddress{
        margin-bottom: 20px;
    }
    .hotelAddress h6{
        font-size: 16px;
    }
    .lblFrm{
        font-size: 16px;
        border-radius: 4px;
    }
    .txtInput{
        padding: 12px;
        border-radius: 4px;
    }
    .txtArea{
        border-radius: 4px;
    }

    .careerContent p{
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}


@media (min-width:768px) and (max-width:1024px){
    header{
        box-shadow: 0 4px 8px 0 rgba(138, 107, 118, 0.08);
    }
    .logo{
        width: 130px;
    }
    .topNav{
        margin-right: 20px;
    }
    .topNav li{
        font-size: 16px;
        margin-left: 20px;
    }
    .bannerSection{
        margin: 83px 0 0 0;
    }
    .slideContent{
        padding: 0 70px;
    }
    .slideContent p{
        font-size: 30px;
    }
    .slideContent h4{
        font-size: 50px;
    }
    .contentSectionInner{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contentImg{
        display: none;
    }
    .logoSection{
        padding: 30px 0;
    }
    .logoList{
        overflow-x: auto;
    }
    .logoList li{
        flex-shrink: 0;
        margin-right: 30px;
    }
    .pageInner{
        margin: 83px 0 0 0;
    }
    .container{
        padding: 0 30px;
    }
    .hotelList li{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hotelList li .hotelCol{
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .hotelList li .hotelCol:first-child{
        margin-bottom: 70px;
    }
    .contactUs{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contactUsLeft{
        padding-right: 0;
        width: 100%;
        margin-right: 0;
        border-right: 0;
        margin-bottom: 30px;
    }
    .frmCol{
        margin: 0 10px;
    }
    .contactUsRight{
        margin: 0 -10px;
    }
    .hotelAddress, .mailingAddress{
        margin-bottom: 30px;
    }
}
	
@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){
}