﻿body {
  overflow: hidden;
}
/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/*Common Code*/
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Rubik-Regular;
    src: url('../fonts/Rubik-Regular.ttf');
}

body {
    font-family: Roboto-Regular, sans-serif;
    padding-right: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik-Regular', sans-serif !important;
}

h2 {
    margin: 0;
}

h6 {
    color: rgba(255, 255, 255, 0.65);
}

.charcoal-blue {
    background-color: rgba(29, 41, 69, 1);
}

.bg-white {
    background-color: #fff;
}

.color-white {
    color: white !important;
}

.color-grey {
    color: rgba(255, 255, 255, 0.65);
}

.error {
    color: red;
}

.padding-0 {
    padding: 0;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.font-weight-600 {
    font-weight: 600;
}

.margin-auto {
    margin: 0 auto !important;
}

.margin-top-75 {
    margin-top: 75px;
}
/*Common Code*/

/*Main Starting*/
.social {
    color: rgba(255, 255, 255, 0.65);
}

.iconbox {
    background-image: linear-gradient(to right, rgba(255, 132, 73, 0.9), rgba(221, 75, 57, 1), rgba(255, 0, 0, 0.8));
}

.button-custom {
    background-image: linear-gradient(to right, rgba(255, 132, 73, 0.9), rgba(221, 75, 57, 1), rgba(255, 0, 0, 0.8)) !important;
    color: #fff;
    border: none !important;
}

    .button-custom:hover {
        border: none !important;
    }

    .button-custom:disabled {
        border: none !important;
    }

    .button-custom:active {
        border: none !important;
    }

.navbar {
    background-color: rgba(29, 41, 69, 0);
    top: 0;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-header {
    margin: 0 auto 40px;
}

    .section-header hr {
        margin-top: 1.5rem;
    }

#howitworks {
    padding-bottom: 3rem;
}

.modal-backdrop {
    position: relative;
    height: auto;
}

.modal-open {
    overflow: auto;
}

.mapouter {
    padding: 0px 12px 40px;
}

.header-scrolled [data-navbar="sticky"] {
    background-color: rgba(29, 41, 69, 1);
}

.navbar-stick-dark.stick .nav-navbar > .nav-link {
    color: rgba(255, 255, 255, 0.65);
}

    .navbar-stick-dark.stick .nav-navbar > .nav-link:hover {
        color: #fff;
    }

.card-cutome {
    background-image: linear-gradient(#808080fa, #ffffff40);
}

    .card-cutome > div {
        z-index: 10;
    }

.w-125 {
    width: 125px !important;
}

.nav-link {
    color: rgba(255, 255, 255, 0.65);
}

footer a:hover {
    color: #fff;
}

.modal-open .navbar {
    right: 0;
}

/*Paragraph Height Starting*/
.p-height-75 {
    height: 75px;
}

.p-height-100 {
    height: 100px;
}

.p-height-120 {
    height: 120px;
}

.p-height-140 {
    height: 140px;
}

.p-height-130 {
    height: 130px;
}

.p-height-175 {
    height: 175px;
}

.p-height-200 {
    height: 200px;
    color: #444;
}

.p-height-251 {
    height: 251px;
}
/*Paragraph Height Starting*/

.wh-100 {
    width: 100% !important;
    height: 100% !important;
}

.padding-top-35 {
    padding-top: 35px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.partner > img {
    max-width: 125px !important;
}

.google-play-badge {
    cursor: pointer;
    width: 100%;
    height: auto;
}

.app-store-badge {
    cursor: pointer;
    width: 100%;
    height: auto;
    margin-left: 10px;
}

.social-btns {
    display: flex;
}

.why-choose-img-padding {
    padding: 0px 0px 25px;
}

.why-choose-text-padding {
    padding: 25px 16px 0px;
}

.img-header {
    background-size: cover;
    width: 100%;
    height: 511px;
}

.icon-site-mobile > img {
    width: 60px;
    height: 60px;
    margin: 16px;
}

[data-overlay="1"]::before {
    opacity: 0.6 !important;
}

.btn-light {
    background-color: rgba(221, 75, 57, 1) !important;
}

.btn-outline-primary {
    color: #fff;
    border-color: rgba(221, 75, 57, 1);
}

    .btn-outline-primary:hover {
        background-image: linear-gradient(to right, rgba(255, 132, 73, 0.9), rgba(221, 75, 57, 1), rgba(255, 0, 0, 0.8)) !important;
        color: #fff !important;
        border-color: rgba(221, 75, 57, 1);
        background-color: #fff;
    }

.gallery {
    align-items: center;
}

.blog-not-found {
    text-align:center;
    margin-top:20px;
    font-size: 19px;
}

.booking-form-textarea{
    border-radius: 3rem !important;
    padding: 16px 0px 0px 16px;
    resize:none
}
.hidden {
    display: none;
}

.availabilty-modal-header {
    text-align:center;
    font-size:24px;
    font-weight:600;
    padding:16px 0px;
}

.availabilty-modal-content p{
    font-size:15px !important;
}

.currsor-pointer{
    cursor:pointer;
}

/*Main Ending*/


/*Media Query Starting*/
@media screen and (min-width: 320px) and (max-width: 480px) {

    .navbar-mobile {
        background-color: rgba(29, 41, 69, 1) !important;
    }

    .navbar-open .navbar .nav-navbar > .nav-item > .nav-link, .navbar-open .navbar .nav-navbar > .nav-link {
        color: rgba(255, 255, 255, 0.65);
        margin-top: 15px;
    }

        .navbar-open .navbar .nav-navbar > .nav-item > .nav-link, .navbar-open .navbar .nav-navbar > .nav-link:hover {
            color: #fff !important;
        }

    .navbar-brand > img {
        z-index: 9999;
    }

    .navlink {
        margin-top: 15px;
    }
}

@media (max-width: 400px) {
    body > .footer .social a:last-child, body > .footer .nav a:last-child {
        display: block;
    }

    .social {
        text-align: left !important;
    }
}

@media (max-width: 991px) {
    .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group > .btn:not(:first-child) {
        width: 100% !important;
        border-radius: 0;
    }

    .btn-group {
        display: inline-block;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pad-view {
        padding-top: 95px !important;
    }

    .w-200 {
        width: 150px !important;
    }

    .btn-block {
        width: 50% !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .ie-form-height {
       height:930px;
   }
   .ie-booking-height {
       height:560px;
   }
}
/*Media Query Ending*/

.button-custom.nav-link {
    padding: 0 10px 0 11px;
    margin-top: 7px;
    height: 45px;
    line-height: 45px;
}

.p-height-195 {
    height: 195px;
}

#google-autoplace-dropdown {
    display: block;
    width: 360px !important;
}

tr .pull-left {
    float: left;
    text-align: initial;
}

.price-btn {
    width: 92px !important;
    padding: 8px 8px 6px;
}