 /* 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;
}
.mmt-20
{
margin-top: 20px !important;
}
.pbm-0
{
	padding-bottom: 0px !important;
}
.modal-dialog {
    margin: 18px;
    }
    .btn-luxury-pkg
  {
       margin-bottom: 8px;
  }
    
}
/* mobile */

/* desktop */
 @media screen and (min-width: 600px) {
    .hidden-desktop
{
    display: none;
}
.col-menu
{
    height: auto!important;
}
.modal-dialog {
    max-width:730px;
    width: 730px;
    margin: 60px auto;
}
.register-model .modal-dialog {
    width: 530px !important;
    margin: 60px auto;
}
#services li
  {
    width: 32.33%;
    display: inline-block;
  }
  .btn-luxury-pkg
  {
    margin-right: 10px;
  }
}
/* desktop */

.pb-0
{
    padding-bottom: 0px!important;
}
.pt-20
{
	padding-top: 20px;
}
.pb-20
{
	padding-bottom: 20px!important;
}

/* POPUP*/
.modal-body > .row > div.home-form .modal-title {
    font-weight: 800;
    text-align: center;
    /* text-transform: capitalize; */
    font-size: 22px;
    line-height: 1.05;
    margin-bottom: 15px;
    /* font-family: Hickory; */
    /* text-transform: none; */
    /* text-transform: uppercase; */
    /* font-size: 23px; */
    text-transform: capitalize;
    color: #d40268;
    font-weight: 900;
    /* font-style: italic; */
    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 .popup-btn {
    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;
}
.modal-content
{
    border-radius: 0px!important;
}
/*.owl-carousel .owl-stage-outer {
    border-radius: 5px;
    }*/
    .ulockd-footer2
    {
     /*background-color: #ec2e58;*/
     background-attachment: scroll;
    background-image: url(../images/background/footer-bg4.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .ulockd-footer2 h3 span
    {
        color: white!important;
    }
   /* .ulockd-copy-right
    {
        background-color: #151515!important;
    }*/
    .footer-fst-col p
    {
        color: #ffffff;
    }
    .footer-qlink  a
    {
        color: #ffffff;
    }
    .footer-contact a
    {
        color: #ffffff;
    }
    .footer-contact p
    {
        color: #ffffff;
    }
    .ftr-phone, .ftr-fax, .ftr-mail
    {
        color: #ffffff;
    }
    .footer-font-icon.style2 a {
    color: #ffffff;
}
.footer-qlink .list-unstyled li a {
    font-size: 14px;
    line-height: 26px;
    }
    .ulockd-footer2 {
    padding: 40px 0;
}
.btn-lx-package
{
    background-color:#ffffff!important;
    border-color: #ff2121;
}


.card
{
background: #c5c5c50d;
}
.card:hover
{
    box-shadow: 15px 15px 40px 15px rgb(0 33 86 / 5%);
background-color: #ffff0063;
}
.card:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

#resorts-details h5
{
background-color: #ffde7a;
padding: 5px;
}