 /* mobile */
 @media screen and (max-width: 600px) {
    .hidden-mobile
{
	display: none!important;
}
.mmb-0
{
	margin-bottom: 0px !important;
}
.mmt-0
{
	margin-top: 0px !important;
}
.mmt-10
{
margin-top: 10px !important;
}
.pbm-0
{
	padding-bottom: 0px !important;
}
.modal-dialog {
    margin: 18px;
    }
    section {
        padding: 30px 0;
    }
    .res-div
    {
width: 32%;
    }
    #breadcrumb-section
    {
        padding: 0px 0px !important;
    }
    .logo img
    {
        height: 72px;
    }
    .list .item .details p {
    display: block;
}
#footerlinks span {
    display: inline-block;
    }
.home2 header {
    height: 70%;
}
#footerlinks {
    height: auto;
    line-height: 26px;
    }
}
/* mobile */

/* desktop */
 @media screen and (min-width: 600px) {
    .hidden-desktop
{
    display: none!important;
}
.col-menu
{
    height: auto!important;
}
.modal-dialog {
    width: 730px;
    margin: 60px auto;
}
.register-model .modal-dialog {
    width: 530px !important;
    margin: 60px auto;
}
#services li
  {
    width: 32.33%;
    display: inline-block;
  }
  #side-nav
  {
  height: 285vh;
min-height: 200px;
position: sticky;
top: 5%;
  }
  .usp .box {
        width: 32%;
    display: inline-table;
    }
    .logo img
    {
        height: 70px;
    }
    #louge
    {
        height: 200px!important;
        width: 476px;
    }
    #spa
    {
        height: 300px!important;
        width: 476px;
    }
    #wedding
    {
        height: 500px!important;
    }
    #dining
    {
        height: 500px!important;
    }
    #meeting
    {
       height: 760px!important; 
    }
    /*#footer .about {
        width: 35%;
    }*/
    #footer .contact {
        width: 100%!important;
        text-align: center;
        padding: 20px 0 20px 50px;
    }
}
/* desktop */

.pb-0
{
    padding-bottom: 0px!important;
}
.pt-20
{
	padding-top: 20px;
}
.pb-20
{
	padding-bottom: 20px!important;
}
/* partner slider*/

/*.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}*/
/* partner slider*/

/* POPUP*/
/*.modal-body > .row > div.home-form .modal-title {
    font-weight: 800;
    text-align: center;
    font-size: 22px;
    line-height: 1.05;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #d40268;
    font-weight: 900;
    letter-spacing: -0.4px;
}
.modal-body > .row > div.home-form > p {
    padding: 0 8px;
    font-size: 13px;
    line-height: 1.3;
    color: #333;
}
.modal-body form button, form input[type=submit] {
    padding: 10px 40px;
    text-transform: uppercase;
    text-indent: 0;
    line-height: 20px;
    background: #d40268;
    border: 0;
    max-width: 250px;
    color: white;
}
.modal-body form.ajax-form .form-control {
    border-width: 2px;
    box-shadow: none;
    z-index: 9;
    position: relative;
    background: transparent;
}
.modal-body form.ajax-form .form-group label {
    position: absolute;
    left: 26px;
    top: 6px;
    font-size: 14px;
    color: #888;
    padding: 0 7px;
    background: #fff;
    transition: all 0.15s ease 0s;
}
.modal-body form label {
    text-align: left;
    font-size: 13px;
    color: #363636;
}

.modal-body form i.fa.fa-info-circle {
    color: #fd1818;
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: 25px;
    display: none;
}
.modal-body label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.modal-body.owl-carousel .owl-item {
    float: left;
}

.owl-dots button
{
    display: none!important;
}
.modal-body > .row > div {
    padding: 0;
}
.modal-body > .row > div.home-form {
    padding: 20px 15px 0;
}
.modal-body {
    padding: 0;
}

.modal button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    border: 1px solid #cec5c5;
    color: #a59d9d;
    opacity: 1;
    font-size: 20px !important;
    line-height: 17px;
    border-radius: 25px;
    margin-bottom: 0;
    width: 27px;
    height: 27px;
    padding: 0;
    z-index: 222;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.owl-carousel .owl-stage-outer {
    border-radius: 5px;
    }*/
   /* POPUP*/


.tags li:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 5px;
    color: #6286aa;
}

.usp .box i {
    width: 42px;
    height: 42px;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    border: 2px solid;
    border-radius: 100px;
    box-sizing: border-box;
    margin: 0 30px 0 0;
    float: left;
}
.usp h3 {
    margin-top: 10px;
    font-size: 14px;
    }
    #check {
        z-index: 3;
    }
    .about .item .details {
        text-align: justify!important;
    }

    .about .item .details { width:60%; height:auto; font:14px/25px 'Open Sans', sans-serif; text-align:center; letter-spacing:.4px; position:absolute; top:0; right:0; z-index:1; }

    #footer .about {
    width: 380px;
    height: 100%;
    padding: 50px 0 50px 0px;
    font: 14px/25px 'Open Sans', sans-serif;
    color: #FFF;
    letter-spacing: .4px;
    float: right;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#footer .location {
    width: 380px;
    height: 100%;
    padding: 10px 0 10px 10px;
    font: 14px/25px 'Open Sans', sans-serif;
    color: #FFF;
    letter-spacing: .4px;
    float: right;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#footer .about .social {
    display: table-cell;
}
#footer .contact .social a {
    width: 30px;
    height: 30px;
    margin: 0 7px 5px 0;
    color: #444;
    line-height: 32px;
    text-align: center;
    background: #FFF;
    display: block;
    float: left;
    border-radius: 100px;
}