@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    padding: 0 !important;
    margin: 0;

}

.container {
    max-width: 1200px !important;
    position: relative;
}

ul {
    list-style: none;
}

.no-margin {
    margin: 0 !important;
}

.no-marginleft {
    margin-left: 0 !important;
}

.no-marginright {
    margin-right: 0 !important;
}

.no-border {
    border: hidden !important;
}

.no-paddingleft {
    padding-left: 0 !important;
}

.no-paddingright {
    padding-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-borderright {
    border-right: hidden !important;
}

.no-borderleft {
    border-left: hidden;
}

.no-bordertop {
    border-top: hidden !important;
}

.no-borderbottom {
    border-bottom: hidden !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
}

.top-search::-moz-placeholder {
    color: #aaa !important;
    opacity: 1;
}

.custom-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 48px 0 0;
}

.sidebar li {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    border-bottom: solid 1px #ddd;
}

.sidebar li a {
    display: block;
    color: #555;
    padding: 12px 25px;
}

.sidebar.open .nav-btn.nav-slider {
    float: right;
    width: 30px;
    margin: 8px 8px 0 0;
    height: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 26px;
    cursor: pointer;
}

.sidebar.open .nav-btn.nav-slider i {
    color: #bababa;
}

.sidebar li:hover a,
.sidebar li.active a {
    background-color: #ff0000;
    color: #fff;
}

header,
header * {
    transition: all 0.8s ease 0s;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
}

.fixed-header {
    background-color: #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.8s ease 0s;
    padding: 8px 0;
}

.fixed-header .nav-btn.nav-slider span {
    background-color: #1da4fe;
}

.logo {
    float: left;
    transition: all 0.8s ease 0s;
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.285);
    z-index: 1001;
}

header .nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 12px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-btn.nav-slider {
    float: left;
    width: 40px;
    margin: 18px 0 0;
    cursor: pointer;
}

/* -----------------------------------------------------
   Nav
-------------------------------------------------------- */
nav {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -250px;
    width: 250px;
    height: 100%;
    color: #fff;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
}

nav.open {
    right: 0px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
}

.nav-btn.nav-slider span {
    width: 70%;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 0 10px;
    border-radius: 3px 0 0 3px;
    float: left;
    cursor: pointer;
}

#toggle2 {
    width: 100%;
}

#toggle3 {
    width: 70%;
}

@media (max-width: 62em) {
    .navbar-nav {
        padding-top: .425rem;
        padding-left: 0.75rem;
    }

    .navbar-nav .nav-item {
        float: none;
    }

    .navbar-brand {
        float: right;
    }

    .navbar-brand,
    .navbar-nav .nav-item {
        display: block;
    }

    .navbar-nav .nav-item+.nav-item {
        margin-left: 0;
    }

    .dropdown-menu {
        position: relative;
        float: none;
    }
}

.navbar {
    background-color: #fff !important;
    border-bottom: medium hidden;
    margin: 0;
    padding: 0 0 !important;
    top: 0;
}

.navbar-collapse li {
    margin: 0 0;
    padding: 0;
}

.navbar-brand {
    background-image: url("../images/logo-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 0 -32px;
    padding: 7px 15px 5px;
}

.user li.dropdown {
    margin: 6px 10px 0 0;
}

.navbar-collapse li a {
    color: #ec9630 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px !important;
    position: relative;
    transition: all 1s ease-out 0s;
}

.navbar-collapse li a.active {
    color: #222 !important;
}

.collapse.navbar-collapse {
    margin: 0 0 0;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

#navbarResponsive .navbar-nav li.active a {
    color: #fff;
}

.custom-nav .nav-item .dropdown-menu {
    border: medium hidden;
    border-radius: 0;
    top: 84px;
}

.custom-nav .nav-item .dropdown-item {
    color: #777 !important;
    padding: 8px 15px;
}

.top-menu li.active a {
    background-color: #04c9be;
}

.custom-nav {
    position: relative;
}

.top-bar {
    background-color: #f0f0f0;
    font-family: "Roboto", sans-serif;
    padding: 0 0 6px;
}

.top-left p {
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 0 0 30px;
}

.phone {
    background-image: url(../images/phone.png);
}

.email {
    background-image: url("../images/direct.png");
    margin: 0 0 0 20px;
}

.top-right li {
    display: inline-block;
    margin: 5px 8px 0;
}

.top-right ul {
    margin: 0;
}

.top-right li a {
    color: #777;
    transition: all 0.3s ease 0s;
}

.top-right li a:hover {
    color: #ec9630;
}

.sticky {
    background-color: #000 !important;
    position: fixed;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 999;
}

.sticky .navbar-brand {
    background-color: #fff;
    background-image: none;
    border-radius: 0 0 45px 45px;
    transition: all 0.5s ease 0s;
}

.sticky .navbar-brand img {
    width: 120px;
    transition: all 0.5s ease 0s;
}

.sticky .custom-nav {
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);*/
    padding: 0 !important;
}

.sticky .top-bar {
    display: none;
}

.appoint-btn {
    background-color: #ec9630;
    border-radius: 32px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 17px 35px;
    transition: all 0.5s ease 0s;
}

.appoint-btn:hover {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ec9630 inset, 0 0 0 1px transparent;
    color: #ec9630;
}

/*.content-wrapper {
    padding: 96px 0 0;
}*/
.banner-content {
    padding: 130px 0 0;
}

.banner {
    background-size: cover;
    padding: 0;
    position: relative;
}

.banner-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

/*.carousel-inner img {
      width: 100%;
      height: 100%;
  }*/
.banner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0 0 0;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
}

.banner-form {
    flex: 0 0 38%;
    max-width: 38%;
}

.caption h1 span {
    display: block;
    font-size: 70px;
    font-weight: 900;
}

.caption p {
    color: #fff;
    font-size: 15px;
    line-height: 2.3;
    font-weight: 300;
}

.caption p span {
    display: block;
    font-weight: 700;
    margin: 15px 0 25px;
}

.caption a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    margin: 18px 0 0;
    padding: 15px 50px 15px 35px;
    transition: all 0.3s ease 0s;
}

.send-enq {
    background-color: #ff0000;
    text-transform: uppercase;
    position: relative;
}

.send-enq:hover {
    transition: all 0.3s ease 0s;
    background-color: #000;
}

.send-enq span {
    background-image: url("../images/angle-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 10px;
}

.reserve-form {
    background-color: #fff;
}

.reserve-btn {
    background-color: #cba35f;
    border-radius: 29px;
    color: #fff;
    display: block;
    margin: 20px 0 0;
    padding: 12px 0 12px 20px;
    width: 147px;
}

.reserve-btn i.fa {
    font-size: 17px;
    margin: 0 0 0 15px;
}

.reserve-form input[type="text"] {
    border: medium hidden;
    border-radius: 0;
    color: #7b7b7b;
    height: 43px;
    margin: 0 0 15px;
    padding: 0 15px;
    width: 100%;
}

#content {
    height: 50px;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 40%;
    width: auto;
}

#content.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    outline: 0 none;
    transform: translate(-100%, -50%);
    transition-delay: 0.4s;
    transition-duration: 0.4s, 0.8s, 0.2s;
    transition-property: width, border-radius, padding;
    transition-timing-function: ease-in-out, ease-in-out, ease;
    width: 20px;
}

.search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: inherit;
    cursor: pointer;
    height: 50px;
    left: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translate(-91%, -49%);
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
}

.search::before {
    background-color: #fff;
    content: "";
    height: 2px;
    margin-left: 15px;
    margin-top: 12px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 10px;
}

.close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.head-right .close::before {
    background-color: #fff;
    content: "";
    height: 2px;
    margin-left: -13px;
    margin-top: -1px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 20px;
}

.head-right .close::after {
    background-color: #fff;
    content: "";
    cursor: pointer;
    height: 2px;
    margin-left: -13px;
    margin-top: -1px;
    position: absolute;
    transform: rotate(-45deg);
    width: 20px;
}

.square {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    outline: 0 none;
    padding: 0 40px 0 10px;
    transform: translate(-100%, -50%);
    transition: width 0.4s ease-in-out 0.4s, border-radius 0.4s ease-in-out 0s, padding 0.2s ease 0.4s;
    width: 300px;
}

.head-right {
    float: right;
    margin: 20px 0 0;
    position: relative;
}

.login {
    /*border-left: 1px solid #9f9f9f;*/
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 15px;
    padding: 10px 0 10px 15px;
    text-decoration: underline !important;
}

.reserve-form input[type="radio"] {
    display: none;
}

.reserve-form input[type="radio"]+label span,
input[type="radio"]:checked+label span {
    transition: background-color 0.4s linear 0s;
}

.reserve-form input[type="radio"]+label span {
    border: 1px solid #494949;
    position: relative;
}

.reserve-form input[type="radio"]:checked+label span::before {
    background-color: #494949;
    border-radius: 50%;
    content: "";
    display: block;
    height: 13px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 13px;
}

.reserve-form input[type="radio"]+label span {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    width: 19px;
}

.reserve-form section label {
    color: #494949;
    font-size: 14px;
    margin: 25px 18px !important;
}

.reserve-form .nav-link {
    font-size: 14px;
    font-weight: 700;
}

.reserve-form .nav-link.active {
    background-color: #001c2f;
    color: #fff;
}

.reserve-form .nav-link {
    border: medium hidden;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 15px;
    text-align: center;
}

.reserve-form .nav-item {
    width: 50%;
}

.search-input input[type="text"] {
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto;
    padding: 0;
    width: 100%;
}

input:focus {
    outline: none;
}

.btn-default {
    border: solid .5px #e5e5e5;
    display: inline;
    margin: 3px;
    width: 400px;
    color: black;
    background-color: beige;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bolder;
    display: inline-block;
    font-size: 18px;
}

.btn-default:hover {
    border: solid .5px darkgray;
    color: blueviolet;
}

.reserve-form .tab-pane input[type="text"] {
    background-color: transparent;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
}

.reserve-form .tab-pane label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.divider {
    display: block;
    height: 20px;
    width: 100%;
}

.reserve-form .tab-pane {
    padding: 0 25px;
}

.pick-date .form-control {
    border: medium hidden;
    display: inline-block;
}

.pick-date .form-control:focus {
    box-shadow: none;
}

.pick-date button {
    background-image: url("../images/date.png");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    border-radius: 0;
    border: medium hidden;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 32px;
}

.pick-date>div {
    color: #777;
    display: flex;
    font-size: 14px;
    position: relative;
}

.pick-time>div {
    color: #777;
    display: flex;
    font-size: 14px;
    position: relative;
}

.pick-time span {
    background-image: url("../images/time.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 32px;
}

.ui-menu .ui-menu-item-wrapper {
    color: #777;
    font-size: 14px !important;
    padding: 3px 1em 3px 0.4em;
    position: relative;
}

.select-car {
    border: medium solid;
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 35px;
}

.select-car:hover {
    transition: all 0.3s ease 0s;
    background-color: #000;
    color: #fff;
}

/*Chosen style*/
.chosen-wrapper {
    margin: 0 auto;
    max-width: 400px;
    position: relative;
}

.chosen-wrapper::after {
    border-left: 8px solid transparent;
    border-radius: 3px;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff5a5f;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 13px;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 0;
    z-index: 9;
}

.chosen-wrapper.is-active:after {
    border-top: 8px solid #ff5a5f;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-wrapper .chosen-container .chosen-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #d2d2d2;
    border-image: none;
    border-radius: 0;
    border-style: hidden hidden solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.chosen-wrapper .chosen-container .chosen-single b {
    display: none !important;
}

.chosen-wrapper .chosen-container .chosen-single span {
    letter-spacing: 0;
    padding: 0;
    line-height: inherit;
}

.chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
    background-image: none;
    border-color: #fbb1b3;
    border-width: 1px;
    color: #000;
}

.chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none;
}

.chosen-wrapper .chosen-container .chosen-drop {
    border-color: #ddd;
    border-radius: 0;
    border-width: 0 1px 1px;
    box-shadow: none;
    letter-spacing: 0;
    margin-top: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.chosen-wrapper .chosen-container .chosen-results {
    font-size: 22px;
    color: #000;
    max-height: 245px;
    margin: 0;
    padding: 0;
}

.chosen-wrapper .chosen-container .chosen-results li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 5px 10px;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
}

.chosen-wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #eeeeee !important;
    color: #000;
    background-image: none;
}

.chosen-wrapper--style2:after {
    right: 0;
}

.chosen-wrapper--style2:before {
    content: '';
    width: 0;
    border-top: 2px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.06, 1, 0.89, 0.85);
}

.chosen-wrapper--style2.is-active:before {
    width: 100%;
}

.chosen-wrapper--style2 .chosen-container .chosen-single {
    border-width: 0 0 2px;
    padding: 0;
}

.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-single {
    border-width: 0 0 2px;
}

.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

.chosen-wrapper--style2 .chosen-container .chosen-drop {
    border-color: #d9d9d9;
    border-top: 2px solid #d9d9d9;
}

.chosen-wrapper--style2 .chosen-container .chosen-results li {
    padding: 16px 15px 18px;
}

/*ScrollBox style*/
.nicescroll-rails {
    border-left: 1px solid #d9d9d9;
    transform: translate(-2px);
    top: 0 !important;
}

.nicescroll-rails .nicescroll-cursors {
    width: 6px !important;
    margin-right: 2px;
}

.pkg-right-inner .chosen-container-single .chosen-single span {
    margin-right: 0 !important;
}

.chosen-wrapper .nicescroll-cursors {
    background-color: #ff5a5f !important;
    border-radius: 3px !important;
    height: 50px !important;
}

.connect-with {
    background-color: #001c2f;
    background-image: url("../images/connect-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 0 0;
}

.connect section p span {
    color: #fff;
    display: block;
    margin: 15px 0 0;
}

.connect section p {
    color: #9d9d9d;
    font-size: 18px;
    margin: 0;
}

#connect-2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.connect section {
    margin: 0 0 20px;
}

.experience {
    padding: 50px 0 30px;
}

.exp {
    margin: 0 0 20px;
}

.experience h3 small {
    color: #757575;
    display: block;
    font-size: 16px;
    font-style: italic;
    margin: 10px 0 0;
}

.experience h3 {
    font-size: 30px;
    font-weight: 800;
    margin: 30px 0 0;
}

.exp span {
    height: 71px;
    width: 71px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.exp-1,
.exp-2,
.exp-3 {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 71px;
    position: relative;
    width: 71px;
    z-index: 9;
}

.exp span .round-1 {
    background-color: #ff0000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    right: -20px;
    top: 15px;
    width: 35px;
}

.exp span .round-2 {
    background-color: #ff9696;
    border-radius: 50%;
    bottom: 15px;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: -15px;
    top: auto;
    width: 22px;
}

.exp-1 {
    background-image: url(../images/experience-1.png);
}

.exp-2 {
    background-image: url(../images/experience-2.png);
}

.exp-3 {
    background-image: url(../images/experience-3.png);
}

#exp-year .round-1 {
    right: -10px;
}

#exp-year .round-2 {
    right: -5px;
}

.package {
    background-color: #f5f5f5;
    padding: 50px 0 30px;
}

.pkg-box section {
    background-color: #fff;
    margin: 0 0 20px;
}

.pkg-box article p {
    color: #222f3e;
    font-size: 16px;
    margin: 0;
}

.pkg-pic {
    overflow: hidden;
}

.pkg-box:hover .pkg-pic img {
    transform: scale(1.1);
}

.pkg-box article a {
    color: #5f971b;
    font-size: 14px;
    margin: 0;
    display: inline-block;
}

.pkg-box article {
    padding: 10px 15px;
}

.pkg-pic img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
    float: left !important;
}

.col-xs-5th-5 {
    float: left !important;
    width: 100% !important;
}

.col-xs-5th-4 {
    width: 80% !important;
}

.col-xs-5th-3 {
    width: 60% !important;
}

.col-xs-5th-2 {
    width: 40% !important;
}

.col-xs-5th-1 {
    width: 20% !important;
}

.col-xs-5th-pull-5 {
    right: 100% !important;
}

.col-xs-5th-pull-4 {
    right: 80% !important;
}

.col-xs-5th-pull-3 {
    right: 60% !important;
}

.col-xs-5th-pull-2 {
    right: 40% !important;
}

.col-xs-5th-pull-1 {
    right: 20% !important;
}

.col-xs-5th-pull-0 {
    right: auto !important;
}

.col-xs-5th-push-5 {
    left: 100% !important;
}

.col-xs-5th-push-4 {
    left: 80% !important;
}

.col-xs-5th-push-3 {
    left: 60% !important;
}

.col-xs-5th-push-2 {
    left: 40% !important;
}

.col-xs-5th-push-1 {
    left: 20% !important;
}

.col-xs-5th-push-0 {
    left: auto !important;
}

.col-xs-5th-offset-5 {
    margin-left: 100% !important;
}

.col-xs-5th-offset-4 {
    margin-left: 80% !important;
}

.col-xs-5th-offset-3 {
    margin-left: 60% !important;
}

.col-xs-5th-offset-2 {
    margin-left: 40% !important;
}

.col-xs-5th-offset-1 {
    margin-left: 20% !important;
}

.col-xs-5th-offset-0 {
    margin-left: 0% !important;
}

@media (min-width: 768px) {

    .col-sm-5th-1,
    .col-sm-5th-2,
    .col-sm-5th-3,
    .col-sm-5th-4 {
        float: left !important;
    }

    .col-sm-5th-5 {
        float: left !important;
        width: 100% !important;
    }

    .col-sm-5th-4 {
        width: 80% !important;
    }

    .col-sm-5th-3 {
        width: 60% !important;
    }

    .col-sm-5th-2 {
        width: 40% !important;
    }

    .col-sm-5th-1 {
        width: 20% !important;
    }

    .col-sm-5th-pull-5 {
        right: 100% !important;
    }

    .col-sm-5th-pull-4 {
        right: 80% !important;
    }

    .col-sm-5th-pull-3 {
        right: 60% !important;
    }

    .col-sm-5th-pull-2 {
        right: 40% !important;
    }

    .col-sm-5th-pull-1 {
        right: 20% !important;
    }

    .col-sm-5th-pull-0 {
        right: auto !important;
    }

    .col-sm-5th-push-5 {
        left: 100% !important;
    }

    .col-sm-5th-push-4 {
        left: 80% !important;
    }

    .col-sm-5th-push-3 {
        left: 60% !important;
    }

    .col-sm-5th-push-2 {
        left: 40% !important;
    }

    .col-sm-5th-push-1 {
        left: 20% !important;
    }

    .col-sm-5th-push-0 {
        left: auto !important;
    }

    .col-sm-5th-offset-5 {
        margin-left: 100% !important;
    }

    .col-sm-5th-offset-4 {
        margin-left: 80% !important;
    }

    .col-sm-5th-offset-3 {
        margin-left: 60% !important;
    }

    .col-sm-5th-offset-2 {
        margin-left: 40% !important;
    }

    .col-sm-5th-offset-1 {
        margin-left: 20% !important;
    }

    .col-sm-5th-offset-0 {
        margin-left: 0% !important;
    }
}

@media (min-width: 992px) {

    .col-md-5th-1,
    .col-md-5th-2,
    .col-md-5th-3,
    .col-md-5th-4 {
        float: left !important;
    }

    .col-md-5th-5 {
        float: left !important;
        width: 100% !important;
    }

    .col-md-5th-4 {
        width: 80% !important;
    }

    .col-md-5th-3 {
        width: 60% !important;
    }

    .col-md-5th-2 {
        width: 40% !important;
    }

    .col-md-5th-1 {
        width: 20% !important;
    }

    .col-md-5th-pull-5 {
        right: 100% !important;
    }

    .col-md-5th-pull-4 {
        right: 80% !important;
    }

    .col-md-5th-pull-3 {
        right: 60% !important;
    }

    .col-md-5th-pull-2 {
        right: 40% !important;
    }

    .col-md-5th-pull-1 {
        right: 20% !important;
    }

    .col-md-5th-pull-0 {
        right: auto !important;
    }

    .col-md-5th-push-5 {
        left: 100% !important;
    }

    .col-md-5th-push-4 {
        left: 80% !important;
    }

    .col-md-5th-push-3 {
        left: 60% !important;
    }

    .col-md-5th-push-2 {
        left: 40% !important;
    }

    .col-md-5th-push-1 {
        left: 20% !important;
    }

    .col-md-5th-push-0 {
        left: auto !important;
    }

    .col-md-5th-offset-5 {
        margin-left: 100% !important;
    }

    .col-md-5th-offset-4 {
        margin-left: 80% !important;
    }

    .col-md-5th-offset-3 {
        margin-left: 60% !important;
    }

    .col-md-5th-offset-2 {
        margin-left: 40% !important;
    }

    .col-md-5th-offset-1 {
        margin-left: 20% !important;
    }

    .col-md-5th-offset-0 {
        margin-left: 0% !important;
    }
}

@media (min-width: 1200px) {

    .col-lg-5th-1,
    .col-lg-5th-2,
    .col-lg-5th-3,
    .col-lg-5th-4 {
        float: left !important;
    }

    .col-lg-5th-5 {
        float: left !important;
        width: 100% !important;
    }

    .col-lg-5th-4 {
        width: 80% !important;
    }

    .col-lg-5th-3 {
        width: 60% !important;
    }

    .col-lg-5th-2 {
        width: 40% !important;
    }

    .col-lg-5th-1 {
        width: 20% !important;
    }

    .col-lg-5th-pull-5 {
        right: 100% !important;
    }

    .col-lg-5th-pull-4 {
        right: 80% !important;
    }

    .col-lg-5th-pull-3 {
        right: 60% !important;
    }

    .col-lg-5th-pull-2 {
        right: 40% !important;
    }

    .col-lg-5th-pull-1 {
        right: 20% !important;
    }

    .col-lg-5th-pull-0 {
        right: auto !important;
    }

    .col-lg-5th-push-5 {
        left: 100% !important;
    }

    .col-lg-5th-push-4 {
        left: 80% !important;
    }

    .col-lg-5th-push-3 {
        left: 60% !important;
    }

    .col-lg-5th-push-2 {
        left: 40% !important;
    }

    .col-lg-5th-push-1 {
        left: 20% !important;
    }

    .col-lg-5th-push-0 {
        left: auto !important;
    }

    .col-lg-5th-offset-5 {
        margin-left: 100% !important;
    }

    .col-lg-5th-offset-4 {
        margin-left: 80% !important;
    }

    .col-lg-5th-offset-3 {
        margin-left: 60% !important;
    }

    .col-lg-5th-offset-2 {
        margin-left: 40% !important;
    }

    .col-lg-5th-offset-1 {
        margin-left: 20% !important;
    }

    .col-lg-5th-offset-0 {
        margin-left: 0% !important;
    }
}

.features-cover .col-sm-4 {
    flex: 1 1 auto;
}

.feature-box section {
    display: inline-block;
    height: 91px;
    position: relative;
    width: 91px;
}

.feature-box .feat-round {
    background-color: #ff0000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    border-radius: 50%;
    display: block;
    height: 75px;
    width: 75px;
}

.features {
    padding: 50px 0 30px;
}

.feature-box h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 15px 0 0;
}

.f-round2 {
    background-color: #000000;
    border-radius: 50%;
    bottom: 13px;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 12px;
    top: auto;
    width: 25px;
}

.f-round3 {
    background-color: #777;
    border-radius: 50%;
    bottom: 23px;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 15px;
    top: auto;
    width: 13px;
}

.feat-1 .feat-round {
    background-image: url(../images/feature-1.png);
}

.feat-2 .feat-round {
    background-image: url(../images/feature-2.png);
}

.feat-3 .feat-round {
    background-image: url(../images/feature-3.png);
}

.feat-4 .feat-round {
    background-image: url(../images/feature-4.png);
}

.feat-5 .feat-round {
    background-image: url(../images/feature-5.png);
}

.feature-box {
    margin-bottom: 20px;
}

.testimonials {
    background-color: #f5f5f5;
    padding: 50px 0 30px;
}

.testimonials article {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 20px;
}

.carousel-item article div p {
    font-size: 14px;
    font-style: italic;
    line-height: 1.8;
    margin: 0;
    min-height: 100px;
}

.carousel-item article div {
    padding: 30px 30px 15px;
    text-align: center;
}

.carousel-item article strong section {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    margin: 10px 0 -30px;
    overflow: hidden;
    width: 50px;
}

.carousel-item article strong section img {
    width: 100%;
}

.carousel-item article strong span {
    display: block;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.carousel-item article strong {
    display: block;
    text-align: center;
}

.quote {
    background-image: url("../images/quotes.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 40px;
    margin: 10px auto 20px;
    width: 40px;
}

.testimonials .carousel-inner {
    overflow: visible;
}

.testimonials h3 {
    color: #ff0000;
    font-size: 21px;
    margin: 0 0 40px;
}

.testimonials h3 span {
    display: block;
    color: #000;
    font-size: 39px;
    font-weight: 800;
}

.testimonials .carousel-control-next,
.carousel-control-prev {
    background-color: #cccccc;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    opacity: 1;
    padding: 4px 0;
    position: relative;
    width: 30px;
}

.testimonials .carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #ff0000;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    opacity: 1;
    padding: 4px 0;
    position: relative;
    width: 30px;
}

.ca-controls {
    margin: 45px 0 20px;
}


/********* index page slider ********************/
.testimonials .toggle {
    background-color: #cccccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin: 0;
    opacity: 1;
    padding: 4px 0;
    position: relative;
    vertical-align: middle;
    width: 30px;
}

.wrap {
    overflow: hidden !important;
    padding-bottom: 30px;
}

.carousel {
    display: flex;
    left: -100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateX(100%);
}

@media (min-width: 30em) {
    .carousel {
        left: -50%;
        transform: translateX(50%);
    }
}

@media (min-width: 40em) {
    .carousel {
        left: -33.33333%;
        transform: translateX(33.33333%);
    }
}

.carousel.is-reversing {
    transform: translateX(-100%);
}

@media (min-width: 30em) {
    .carousel.is-reversing {
        transform: translateX(-50%);
    }
}

@media (min-width: 40em) {
    .carousel.is-reversing {
        transform: translateX(-33.33333%);
    }
}

.carousel.is-set {
    transform: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-seat {
    background: #ddd;
    flex: 1 0 100%;
    order: 2;
}

@media (min-width: 30em) {
    .carousel-seat {
        flex-basis: 50%;
    }
}

@media (min-width: 40em) {
    .carousel-seat {
        flex-basis: 33.33333%;
    }
}

.carousel-seat.is-ref {
    order: 1;
}



.controls {
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
    top: 14px;
}

.controls button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0.25em;
    color: #eee;
    font-size: 25px;
    margin: 0 5px;
    padding: 0 10px;
}

.controls button:hover,
.controls button:focus {
    background: #f00;
}

.carousel-seat {
    background-color: transparent;
}

/***********indexpage slider  end *********/
footer {
    background-color: #161616;
    padding: 50px 0 0;
}

footer h4 {
    color: #ff0000;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 25px;
}

footer p {
    color: #fff;
    font-size: 15px;
}

.sec-1 li {
    display: inline-block;
    margin: 0 10px;
}

.sec-1 li a {
    color: #ff0000;
    transition: all 0.3s ease 0s;
}

.sec-1 li a:hover {
    color: #fff;
}

.sec-1 ul {
    margin: 45px 0 0;
}

.sec-2 li a {
    color: #fff;
    font-size: 15px;
}

.sec-2 li a:hover {
    transition: all 0.3s ease 0s;
    color: #ff0000;
}

.sec-2 li {
    border-bottom: 1px dashed #474747;
    padding: 7px 0;
}

.sec-2 li i {
    font-size: 12px;
    margin: 0 5px 0 0;
    color: #ff0000;
}

.sec-2 ul {
    float: left;
    width: 44%;
}

.links {
    margin: 0 0 0 25px;
}

.sec-3 li a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 0 22px;
    position: relative;
}

.sec-3 li {
    margin: 0 0 15px;
}

.sec-3 li i {
    color: #ff0000 !important;
    left: 0;
    position: absolute;
    top: 3px;
}

.sec-3 ul {
    margin: 30px 0 0;
}

.copyright {
    background-color: #0c0c0c;
    margin: 20px 0 0;
    padding: 20px 0 5px;
}

.copy-text p {
    color: #fff;
    font-size: 15px;
}

.sec-1,
.sec-2,
.sec-3 {
    margin-bottom: 20px;
}

/**************search page*start***********/
.inner-banner {
    background-position: center center;
    background-repeat: no-repeat;
    height: 281px;
    position: relative;
}

#search-banner {
    background-image: url(../images/search-banner.png);
}

.search-crumbul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

.search-crumb ul.breadcrumb li {
    display: inline-block;
    font-size: 15px;
}

.search-crumb ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

.search-crumb ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.search-crumb {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.crumb-1 .breadcrumb {
    background-color: transparent;
    margin: 0 0 10px;
    padding: 0;
}

.crumb-1 .breadcrumb li a,
.crumb-1 .breadcrumb li i {
    color: #bbb !important;
}

.crumb-1 .breadcrumb li {
    color: #ff0000;
}

.crumb-1 .breadcrumb li i {
    margin: 0 8px 0 0;
}

.crumb-2 .breadcrumb {
    background-color: #fff;
    border-left: 4px solid #ff0000;
    border-radius: 0;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
}

.crumb-2 li {
    display: block !important;
    font-size: 14px !important;
}

.crumb-2 ul.breadcrumb li+li::before {
    padding: 0 !important;
}

.crumb-2 i {
    display: none;
}

.current-info section {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.current-info p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.current-info p span {
    display: block;
    font-weight: 600;
}

.modify-btn a {
    background-color: #ff0000;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 15px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.modify-btn a:hover {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff0000 inset, 0 0 0 1px transparent;
    color: #ff0000;
}

.current-info {
    padding: 50px 0;
}

.pickup p,
.return p {
    background-image: url(../images/date.png);
}

.time p {
    background-image: url(../images/time.png);
}

.modify-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
}

.modify-mod .close {
    display: initial;
    position: absolute;
    right: 5px !important;
    top: 10px;
    width: 30px;
    z-index: 9;
}

.modal .close span {
    font-weight: 300;
}

.fleet-box .card,
.fleet-box .card-header,
.fleet-box .card-footer {
    background-color: #f9f9f9 !important;
    border: medium hidden;
    border-radius: 0 !important;
}

.fleet-box .card {
    margin: 0 0 30px;
    transition: all 0.5s ease 0s;
}

.fleet-box .card:hover .offer-label {
    border-radius: 0;
}

/*.fleet-box .card:hover{
	box-shadow:0px 5px 20px rgba(0,0,0,0.1);
}*/
.offer-label {
    background-color: #ff0000;
    border-radius: 0 0 100px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 15px 20px 20px 10px;
    position: absolute;
    transition: all 0.5s ease 0s;
}

.fleet-bg .card-body h4 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

.fleet-bg .card-body h5 {
    font-size: 13px;
    margin: 5px 0 5px;
    color: #777;
}

.fleet-bg .card-body p {
    font-size: 13px;
    margin: 0;
    color: #45c407;
}

.fleet-bg .card-body p span {
    color: #777;
    padding: 0 0 0 10px;
    text-decoration: line-through;
}

.hr {
    background-color: #cbcbcb;
    display: block;
    height: 1px;
    margin: 10px 0 0;
}

.fleet-bg .card-footer h4 {
    color: #ff0000;
    font-size: 17px;
    font-weight: 800;
}

.fleet-bg .card-footer h4 span {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin: 5px 0 0;
}

.fleet-bg .card-footer a.select {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.fleet-bg .card-footer a.select:hover {
    background-color: transparent;
    box-shadow: 0 0 0 2px #000 inset, 0 0 0 1px transparent;
    color: #000;
}

.faredetail-btn {
    color: #000;
    display: inline-block;
    font-size: 13px;
    text-decoration: underline !important;
    transition: all 0.3s ease 0s;
}

.faredetail-btn:hover {
    color: #FF0000;
}

.fleet-box .card-footer {
    padding-top: 0;
}

/************booking page*start*************************/
#booking-banner {
    background-image: url(../images/booking-banner.png);
}

.booking-left section article div {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    margin: 0 10px 0 0;
    padding: 3px 13px;
}

.booking-left section article {
    color: #ff0000;
    font-size: 20px;
    font-weight: 300;
}

.booking-bg {
    padding: 50px 0;
}

.detail-form {
    background-color: #f9f9f9;
}

.detailform-inner {
    margin: 15px 0 20px;
    padding: 30px;
}

.detail-form label {
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.detail-form input[type="text"],
.detail-form input[type="email"],
.detail-form input[type="password"] {
    background-color: transparent;
    border: hidden;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
    border-radius: 0;
}

.detail-form .chosen-wrapper {
    max-width: none;
}

.mobile-num {
    margin: 30px 0 0;
}

.detail-form .chosen-wrapper .chosen-container .chosen-single {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.area span {
    background-image: url("../images/navigation.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    bottom: 5px;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    position: absolute;
    right: 0;
    top: auto;
    width: 24px;
}

.area {
    position: relative;
}

.airport-pick-btn {
    display: inline-block;
    font-size: 14px;
    margin: 20px 0 20px;
    text-decoration: underline !important;
}

.check input[type="checkbox"] {
    display: none;
}

.check input[type="checkbox"]+label span {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 18px;
}

.check input[type="checkbox"]+label span,
input[type="checkbox"]:checked+label span {
    transition: background-color 0.4s linear 0s;
}

.check input[type="checkbox"]:checked+label span {
    background-image: url("../images/checked.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    border-color: #8cc405;
}

.check label {
    font-style: normal;
}

.proceed-btn {
    background-color: #399b04;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    margin: 20px 0 0;
    padding: 10px 58px;
}

.booking-right h3 {
    border-bottom: 1px solid;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin: 50px 0 20px;
    padding: 0 0 10px;
}

.booking-right h3 span {
    color: #ff0000;
}

.booking-details {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 25px 30px;
}

.fare-modal .modal-header {
    background-color: #ff0000;
    padding-top: 36px;
}

.fare-modal .modal-title {
    color: #fff;
}

.select-mod {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
}

.fare-modal .close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
}

.fare-modal .close span {
    color: #fff;
}

.fare-modal thead {
    background-color: #f9f9f9;
}

.fare-modal th {
    border: medium hidden !important;
    font-size: 14px;
}

.fare-modal td {
    font-size: 14px;
}

.kilometer span {
    color: #888;
    display: block;
    font-weight: 400;
}

.kilometer {
    font-weight: 600;
}

.include {
    font-size: 12px;
}

.fare-modal .modal-footer h4 {
    font-size: 15px;
    font-weight: 600;
}

.fare-modal .modal-footer {
    display: block;
}

.fare-modal .modal-footer ul {
    margin: 0;
}

.fare-modal .modal-footer li {
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0 0 0 17px;
    position: relative;
}

.fare-modal .modal-footer li i {
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 5px;
}

.fare-modal table {
    margin: 0;
}

/*****************sign up*start********************************/
.sign-bg {
    background-image: url("../images/sign-up-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    padding: 60px 0;
    position: relative;
}

.sign-inner {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 30px 30px 20px;
}

.sign-form h3 {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 25px;
    font-weight: 800;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

.note {
    font-size: 13px;
}

.note-2 {
    background-color: #f9f9f9;
    padding: 15px;
}

.submit .register-btn {
    background-color: #ff0000;
    border: medium hidden;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
    margin: 20px 0 0;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.submit .register-btn span {
    position: relative;
    z-index: 99;
}

.submit .register-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.submit .register-btn:hover::before {
    opacity: 1;
    background-color: #000;
    width: 99%;
    border-radius: 0;
}

.sign-form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 60px 0 0;
}

.login-pics {
    margin: 50px 0 0;
}

.sign-head h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.sign-head h3 span {
    display: block;
    font-size: 34px;
    font-weight: 800;
}

.sign-head {
    margin: 130px 0 0;
}

.sign-pic {
    bottom: -95px;
    position: absolute;
    right: 0;
}

.go-pic {
    position: absolute;
    right: 0;
    top: 30%;
}

@media (min-width:250px) and (max-width:1075px) {
    .sign-pic {
        width: 85%;
    }

    .go-pic {
        right: 25px;
        width: 110px;
    }
}

@media (min-width:250px) and (max-width:767px) {
    .sign-bg {
        background-size: cover;
    }

    .sign-head {
        left: 0;
        margin: 0;
        position: absolute;
        top: 30px;
    }

    .sign-form {
        margin: 160px 0 0;
    }
}

@media (min-width:250px) and (max-width:430px) {
    .sign-form {
        margin: 200px 0 0;
    }
}

@media (min-width:250px) and (max-width:390px) {
    .sign-head h3 span {
        font-size: 27px;
    }
}

/***************login*start*************************************/
.login-bg {
    background-image: url("../images/login-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    padding: 60px 0;
    position: relative;
}

@media (min-width:250px) and (max-width:815px) {
    .login-pics img {
        width: 100%;
    }
}

@media (min-width:250px) and (max-width:767px) {
    .login-pics {
        display: none;
    }

    .login-form {
        margin: 50px 0 0;
    }

    .go-pic {
        right: 15px;
        width: 55px;
        z-index: 9;
    }

    .sign-pic {
        width: 45%;
    }
}

/************contact start******************************/
#contact-banner {
    background-image: url(../images/contact-banner.png);
}

.contact-form {
    background-color: transparent;
}

.contact-inner {
    border: 1px solid #ccc;
    box-shadow: none;
}

.contact-form textarea {
    border: hidden;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    margin: -3px auto 0;
    padding: 5px 0;
    width: 100%;
    border-radius: 0;
    resize: none;
}

.contact-form textarea:focus {
    box-shadow: none;
}

.contact-bg h5 {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    padding: 7px 15px;
}

.contact-bg h1 {
    font-size: 35px;
    font-weight: 700;
}

.contact-pic section {
    display: inline-block;
    height: 144px;
    position: relative;
    width: 168px;
}

.contact-bg {
    padding: 50px 0 0;
}

.in-touch h3 {
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    padding: 0;
    margin: 0px 0 30px;
}

.in-touch h6 {
    font-size: 17px;
    font-weight: 800;
    color: #ff0000;
}

.in-touch p {
    font-size: 14px;
    margin: 0;
}

.support {
    position: absolute;
    top: 90px;
}

@media (min-width:250px) and (max-width:767px) {
    .support {
        width: 70%;
    }

    .ban-pic-cnt {
        margin-left: inherit !important;
    }

    /***********RESPONSIVE STARTS****************************/
    @media (min-width:250px) and (max-width:1140px) {
        .banner h1 {
            font-size: 40px;
        }
    }

    @media (min-width:250px) and (max-width:890px) {
        .banner-form {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .caption {
            flex: 0 0 45%;
            max-width: 45%;
        }

        .banner h1 {
            font-size: 25px;
        }
    }

    @media (min-width:250px) and (max-width:690px) {
        .banner-form {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .caption {
            display: none;
        }
    }

    @media (min-width:250px) and (max-width:350px) {
        .reserve-form .nav-link {
            font-size: 13px;
            padding: 20px 5px;
        }

        .reserve-form section label {
            margin: 25px 5px !important;
        }
    }

    @media (min-width:250px) and (max-width:890px) {
        .modify-form {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
    }

    /***********RESPONSIVE ENDS****************************/
    .image-car {
        display: block;
        max-height: 220px;
        min-height: 220px;
        overflow: hidden;
    }

    .image-car img {
        width: 100%;
    }



    /*packages************/
    .pkg-details article p {
        color: #222f3e;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
    }

    .pkg-details section {
        background-color: #fff;
        margin: 0 0 20px;
    }

    .pkg-img {
        overflow: hidden;
    }

    .pkg-img img {
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    .pkg-details article {
        padding: 10px 15px;
    }

    .detail-bg {
        background-color: #f5f5f5;
    }

    .book-now .detail-form {
        background-color: #fff;
    }

    .book-now .search-input {
        margin: 0 0 20px;
    }

    .book-now .detailform-inner {
        margin: 0;
    }

    .start-from {
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        margin: 0 5px 0 0;
        position: relative;
    }

    .pkg-price h3 {
        color: #ff0000;
        display: inline-block;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
    }

    .per-person {
        font-size: 17px;
        font-weight: 700;
    }

    .pkg-price {
        border-top: 1px solid;
        margin: 10px 0 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    /********packages***/

    /*********service page****************************/
    .service-bg h1 {
        font-size: 35px;
        font-weight: 300;
        margin: 0 0 50px;
    }

    .service-bg h1 span {
        font-size: 35px;
        font-weight: 700;
        color: #f00;

    }

    .serve-section h4 {
        font-size: 17px;
        font-weight: 700;
    }

    .serve-section p {
        font-size: 14px;
    }

    .text-right.serve-section article {
        padding: 0 63px 0 0;
        position: relative;
        margin: 0 0 30px;
    }

    .text-left.serve-section article {
        padding: 0 0 0 63px;
        position: relative;
        margin: 0 0 30px;
    }

    .serve-section article img {
        position: absolute;
        top: 0;
    }

    .text-right.serve-section article img {
        right: 0;
    }

    .text-left.serve-section article img {
        left: 0;
    }

    .service-bg {
        padding: 50px 0;
    }

    .meeting-bg {
        background-color: #f9f9f9;
        padding: 30px 0 0;
    }

    .meeting-bg h1 {
        font-size: 35px;
        font-weight: 300;
        margin-top: 50px;
    }

    .meeting-bg h1 span {
        font-size: 30px;
        font-weight: 700;
        color: #f00;
        display: block;

    }

    .meeting-bg p {
        font-size: 20px;
        font-weight: 300;
    }

    @media (min-width:250px) and (max-width:767px) {
        .meeting-pic img {
            width: 100%;
        }

        .service-bg {
            padding: 50px 0 20px;
        }
    }

    /****services end************/
    .sign-form .intl-tel-input {
        display: block;
        position: relative;
    }


    /*review*/
    section.review_content {
        width: 40%;
        float: left;
    }

    .review_page {
        font-family: 'Roboto', sans-serif;
    }

    .review_image {
        height: auto;
        width: 60%;
        float: left;
    }

    .review_image img {
        width: 100%;
    }

    .review_content h3 {
        font-size: 45px;
        color: #343d48;
        margin: 55px 0 40px;
    }

    .review_content p {
        font-size: 18px;
        color: #676b72;
        font-weight: 300;
        line-height: 30px;
    }

    .review_content a {
        display: block;
        background-color: #343d48;
        width: 150px;
        text-align: center;
        color: #fff;
        padding: 15px 0;
        font-size: 14px;
        text-decoration: none;
        border-radius: 3px;
    }

    .clear {
        clear: both;
    }

    @media (min-width:250px) and (max-width: 980px) {
        .review_content h3 {
            font-size: 35px;
            margin: 20px 0 30px;
        }

        .review_content p {
            font-size: 16px;
            line-height: 25px;
        }

        .review_content a {
            width: 135px;
            padding: 13px 0;
            font-size: 13px;
        }
    }

    @media (min-width:250px) and (max-width: 730px) {
        section.review_content {
            width: 50%;
            float: left;
        }

        .review_image {
            width: 50%;
            float: left;
        }

        .review_content h3 {
            font-size: 25px;
            margin: 20px 0 15px;
        }

        .review_content p {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
        }
    }

    .floatwhatsapp {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .my-floatwhatsapp {
        margin-top: 16px;
    }

    @media (min-width:250px) and (max-width: 550px) {
        section.review_content {
            width: 100%;
            float: none;
        }

        .review_image {
            width: 100%;
            float: none;
        }
    }