/* 
Project Name: car rental Pvt. Ltd
Created Date & Created By : 13-03-2018, Riya Vasan
Modified Date:
Last Modified By:
Company Name: Shinetech Labs Pvt. Ltd. 
*/

html,


.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* section */

.section {
    padding: 50px 0px;
}

.section-header {
    margin-bottom: 30px;
}

.section-header .sub-heading {
    color: #4f5dec;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
}

.section-header .section-title {
    color: #474A56;
    font-weight: 500;
    font-size: 30px;
}

.section-header p {
    color: #898B93;
    max-width: 50%;
    font-size: 15px;
    margin: 0px auto;
}


/* header */

.js_fixedcontent {
    position: relative;
    top: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0px 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Poppins", sans-serif;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.js_fixedcontent.stick {
    position: fixed;
    display: block;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(31, 31, 31, 0.07);
    -moz-box-shadow: 5px 5px 10px 0 rgba(31, 31, 31, 0.07);
    box-shadow: 5px 5px 10px 0 rgba(31, 31, 31, 0.07);
}

.js_fixedcontent .navbar {
    padding: 5px;
}

.navbar .navbar-nav>li {
    line-height: 40px;
}

.navbar .navbar-nav>li>a {
    font-weight: 500;
    letter-spacing: .5px;
    padding: 0px 20px;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    background-color: transparent !important;
}

.js_fixedcontent.stick .navbar .navbar-nav>li>a.highlighted,
.js_fixedcontent a:hover,
.js_fixedcontent:focus {
    color: #4f5dec;
}

.js_fixedcontent .navbar-brand {
    padding: 0px;
}

.js_fixedcontent .navbar-brand img {
    height: 45px;
}

.navbar-nav {
    margin-left: 40px;
}

.nav-btn {
    margin: 0px 10px;
}

.navbar .navbar-nav>li.nav-btn>a {
    background-color: #4f5dec !important;
    color: #fff;
    border-radius: 3px;
    padding: 5px 20px;
    text-transform: uppercase;
}


/* slider */

.slider {
    padding-bottom: 50px;
    background: url(../images/banner.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 450px;
}

.inner-slider {
    padding-top: 150px;
}

.search-caption h2 {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
}

.search-caption h5 {
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9)
}

.slider-search {
    position: relative;
    margin-top: -300px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 14px 34px rgba(50, 50, 90, 0.1), 0 4px 14px rgba(0, 0, 0, 0.07);
}

.slider-search .form-control {
    border-radius: 0px;
    border-color: #CCCDD0;
    height: 38px;
    line-height: 38px;
}

.slider-search .form-control:focus {
    box-shadow: none;
    border-color: #4f5dec;
}

.slider-search .btn-search {
    background-color: #4f5dec;
    color: #fff;
    letter-spacing: 1px;
}

.slider-search .date {
    z-index: -1;
}


/* brands */

.brands {
    padding: 30px 0px;
    background-color: rgba(179, 179, 179, 0.23);
}

.brand-title {
    margin-bottom: 20px;
    font-weight: 700;
    /* color: #ff5f46; */
    color: #4f5dec;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-grid img {
    width: 50px;
    display: block;
    margin: 0px auto 10px;
    opacity: 0.9;
}

.brand-grid>div {
    padding: 0px 15px;
    color: #797980;
    line-height: 18px;
}


/* carousel-item */

.carousel-item a:focus,
.carousel-item a:active {
    outline: none;
}


/* top_destinations*/

.top_destinations {
    padding-bottom: 10px;
}

.dest-items,
.explorer-items {
    margin: 20px 0px;
}

.dest-item,
.explorer-item {
    padding: 0px 10px;
}

.dest-item a,
.explorer-item a {
    display: block;
    color: #fff;
    background: #e9e9e9;
    height: 250px;
    box-shadow: 3px 14px 15px 0 rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.explorer-item a {
    background-color: #fff;
    color: #333;
    height: auto;
    box-shadow: none;
    /* border: 1.5px solid #e1e1e1; */
}

.dest-item a:hover,
.dest-item a:focus {
    box-shadow: none;
}

.dest-item a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 1));
}

.dest-item .item-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
}

.dest-item .item-caption {
    width: 100%;
    bottom: 20px;
    z-index: 3;
    line-height: 30px;
}

.dest-item .item-caption h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 0;
}

.dest-item .item-caption h6 {
    font-weight: 300;
    letter-spacing: 1px;
}

.explorer-item a:hover {
    transform: matrix(1);
}

.explorer-item a .item-img {
    width: 100%;
    height: 235px;
    background-size: cover;
    background-position: center center;
}

.explorer-item .item-caption {
    padding: 15px 10px;
    bottom: 0px;
}

.explorer-item .item-caption h4 {
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 600;
    color: #36393f;
    font-size: 18px;
}

.explorer-item .item-caption h6 {
    opacity: 0.6;
    font-size: 14px;
}


/* featured */

.bus-container {
    padding: 70px 0 90px;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.bus-wrap {
    width: 340px;
    height: 310px;
    background: #6fe6ff;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    transform: rotate(-2deg);
    z-index: 1;
}

.bus-wrap.main {
    animation: shake 15s infinite;
}

.bus-wrap:before {
    content: '';
    position: absolute;
    width: 340px;
    height: 145px;
    display: block;
    background: #6fe6ff;
    border-radius: 50%;
    left: 0;
    top: -50px;
}

.side-mirror-wrap {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 5;
}

.side-mirror {
    width: 27px;
    height: 43px;
    position: absolute;
    background: #495456;
    top: -100px;
    border-radius: 5px;
    display: inline-block;
}

.side-mirror:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #495456;
    display: block;
    top: -8px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
}

.side-mirror.left {
    left: -28px;
}

.side-mirror.right {
    right: -28px;
    transform: rotateY(-180deg);
}

.side-mirror.right:after {
    content: '';
    width: 23px;
    height: 50px;
    position: absolute;
    background: rgba(136, 136, 136, 0.16);
    border-radius: 30px 30px 10px 10px;
    left: 30px;
}

.rode-1 {
    width: 30px;
    height: 30px;
    border: 4px solid #495456;
    position: absolute;
    top: -29px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
    /* border-width: inherit; */
    border-radius: 10px 0 0 0;
    transform: rotate(27deg);
    left: 14px;
}

.rode-2 {
    width: 20px;
    height: 18px;
    border: 4px solid #495456;
    position: absolute;
    top: -18px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
    border-radius: 10px 0 0 0;
    transform: rotate(29deg);
    left: 15px;
}

.mirror {
    width: 310px;
    height: 127px;
    border: 6px solid #62c9de;
    display: inline-block;
    position: relative;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    margin-top: -42px;
    background: #d6f7ff;
    overflow: hidden;
    box-shadow: inset 0 25px 20px 3px #f6f8f9;
}

.mirror:after {
    width: 200px;
    height: 400px;
    content: '';
    background: rgba(95, 95, 95, 0.07);
    position: absolute;
    display: inline-block;
    z-index: 10;
    transform: rotate(70deg);
    left: 93px;
    top: -40px;
}

.people {
    height: 50px;
    width: 100px;
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
    background: #c9e8f0;
    display: inline-block;
    position: absolute;
    top: 69%;
}

.people:before {
    content: '';
    width: 30px;
    height: 40px;
    background: #c9e8f0;
    display: inline-block;
    border-radius: 50%;
    top: -30px;
    position: relative;
}

.people:nth-child(1) {
    background: #bcd9e0;
    left: 0;
}

.people:nth-child(1):before {
    background: #bcd9e0;
}

.people:nth-child(2) {
    left: 25px;
    z-index: 2;
}

.people:nth-child(3) {
    left: 65px;
    top: 63%;
    background: #b4cfd6;
}

.people:nth-child(3):before {
    background: #b4cfd6;
}

.people:nth-child(4) {
    left: 115px;
    background: #bcd9e0;
    z-index: 1;
}

.people:nth-child(4):before {
    background: #bcd9e0;
}

.people:nth-child(5) {
    right: 60px;
    top: 60%;
    background: #c2e2ea;
}

.people:nth-child(5):before {
    background: #c2e2ea;
}

.people:nth-child(6) {
    right: 40px;
    background: #c9e9f1;
    z-index: 3;
}

.people:nth-child(6):before {
    background: #c9e9f1;
}

.people:nth-child(7) {
    right: 10px;
    background: #b6d2d8;
}

.people:nth-child(7):before {
    background: #b6d2d8;
}

.people:nth-child(8) {
    right: -10px;
    background: #bedbe3;
    z-index: 4;
}

.people:nth-child(8):before {
    background: #bedbe3;
}

.steering {
    width: 70px;
    height: 23px;
    border: 5px solid #b6d2d8;
    position: absolute;
    top: 77%;
    z-index: 4;
    border-radius: 50%;
    overflow: hidden;
    left: 33px;
    transform: rotate(-8deg);
}

.steering:before,
.steering:after {
    content: '';
    position: absolute;
    border: 4px solid #b6d2d8;
    border-radius: 4px;
}

.steering:before {
    width: 50px;
    height: 50px;
    top: 12px;
    transform: rotate(0deg);
    left: 31px;
}

.steering:after {
    width: 49px;
    height: 29px;
    top: 3px;
    left: -24px;
    transform: rotate(19deg);
}

hr {
    height: 10px;
    background: #69d9f0;
    border: none;
    margin: 3px 0 0;
}

.side-light {
    width: 25px;
    height: 15px;
    background: linear-gradient(to bottom right, #f46b0e 58%, #dd5900 59%);
    border: 0.06em solid #dd5900;
    border-top-color: #ec8c47;
    border-bottom-color: #bb4b00;
    border-radius: 0.06em;
    display: inline-block;
    margin-top: 5px;
    border-radius: 4px;
}

.side-light__on {
    animation-name: directional-blinking;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background: #ffbc00;
    background: radial-gradient(#ffe7a5, #ffbc00 65%, #ff9c00);
    border-radius: 0.06em;
    box-shadow: 0 0 1em #ffbc00;
    height: 100%;
    position: relative;
    width: 100%;
    left: -2px;
    right: -2px;
}

.side-light.left {
    float: left;
    box-shadow: 2px 2px 0 0px #77afaf;
    margin-left: -5px;
}

.side-light.right {
    float: right;
    box-shadow: -2px 2px 0 0px #77afaf;
    margin-right: -5px;
}

@keyframes directional-blinking {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}

.text-wrap {
    text-align: center;
    position: relative;
}

.text-wrap p {
    text-transform: uppercase;
    color: #6a9faa;
    display: inline-block;
    background: #f5fdff;
    padding: 1px 10px;
    margin: 10px 0;
    font-size: 14px;
}

.text-wrap:after {
    content: '';
    background: #81a9b3;
    height: 44px;
    display: block;
    margin-top: -5px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    box-shadow: inset 0px 35px 0 1px #aee6f2;
}

.head-light-wrap {
    margin-top: 20px;
    padding-bottom: 34px;
    overflow: hidden;
    position: relative;
}

.head-light-wrap:after {
    content: '';
    background: #d6f8ff;
    height: 20px;
    display: block;
    position: relative;
    top: 75px;
    z-index: 1;
    border-top: 5px solid #85c4d2;
}

.head-light {
    width: 33px;
    height: 20px;
    background: #ffefe3;
    display: inline-block;
    border: 4px solid #799297;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.head-light:before {
    content: '';
    position: absolute;
    background: #ffcda7;
    width: 50px;
    height: 50px;
}

.head-light.left {
    float: left;
    margin-left: 15px;
}

.head-light.left:before {
    transform: rotate(60deg);
    left: 3px;
    top: 7px;
}

.head-light.right {
    float: right;
    margin-right: 15px;
}

.head-light.right:before {
    transform: rotate(60deg);
    left: 3px;
    top: 7px;
}

.line-wrap {
    float: left;
    width: 228px;
}

.line-item {
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
}

.line-item:last-child {
    margin-right: 0;
}

.line-item:first-child,
.line-item:last-child {
    width: 22px;
}

.line-item:nth-child(2),
.line-item:nth-child(4) {
    width: 32px;
}

.line-item:nth-child(3) {
    width: 40px;
}

.line-item-list {
    height: 4px;
    background: #64cee3;
    border-radius: 20%;
    margin-bottom: 2px;
}

.line-item-list:nth-child(3),
.line-item-list:nth-child(6) {
    margin-bottom: 8px;
}

.number-plate {
    height: 25px;
    background: #607D8B;
    color: #ffffff;
    max-width: 75px;
    margin: auto;
    font-size: 12px;
    line-height: 26px;
    position: absolute;
    width: 100%;
    border-radius: 4px;
    left: 0;
    right: 0;
    transform: rotate(-5deg);
    bottom: 7px;
    box-shadow: 0px 2px 2px 0px #5b6f73;
}

.tyre-wrap {
    position: relative;
}

.tyre-wrap:before {
    content: '';
    position: absolute;
    width: 320px;
    height: 20px;
    left: 9px;
    top: 5px;
    background: rgba(73, 84, 86, 0.3);
    border-radius: 50%;
}

.tyre {
    width: 45px;
    height: 18px;
    background: #384142;
    border-radius: 0 0 15px 15px;
    display: inline-block;
}

.tyre.left {
    float: left;
    margin-left: 40px;
    box-shadow: inset 45px 6px 0px -10px #495456;
}

.tyre.right {
    float: right;
    margin-right: 40px;
    height: 26px;
    box-shadow: inset -45px 6px 0px -10px #495456;
}

.other-bus-wrap {
    position: absolute;
    top: 145px;
    width: 100%;
}

.other-bus-wrap .bus-wrap {
    transform: scale(0.3);
    position: absolute;
}

.other-bus-wrap .bus-wrap.purple {
    background: #b284be;
    left: -130px;
    z-index: -1;
}

.other-bus-wrap .bus-wrap.purple:before {
    background: #b284be;
}

.other-bus-wrap .bus-wrap.green {
    background: #97d8c3;
    right: -130px;
    z-index: -1;
}

.other-bus-wrap .bus-wrap.green:before {
    background: #97d8c3;
}

.other-bus-wrap .purple .text-wrap p,
.other-bus-wrap .purple hr,
.other-bus-wrap .purple .line-item-list {
    background: #a878a7;
}

.other-bus-wrap .purple .text-wrap p {
    color: #ccc;
}

.other-bus-wrap .purple .mirror {
    border-color: #a878a7;
}

.other-bus-wrap .green .text-wrap p,
.other-bus-wrap .green hr,
.other-bus-wrap .green .line-item-list {
    background: #90c9b7;
}

.other-bus-wrap .green .text-wrap p {
    color: #4a4a4a;
}

.other-bus-wrap .green .mirror {
    border-color: #90c9b7;
}

.other-bus-wrap .number-plate {
    transform: rotate(0deg);
}

.featured {
    padding: 10px 5px;
}


/* review */

.review {
    position: relative;
}


/* .review:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 252px;
    background-color: rgba(190, 190, 190, 0.2);
    top: 0;
    left: 0;
} */

.review-carousel-item {
    padding: 0px 20px;
}

.review-carousel-item .review-box {
    border: #4f5dec;
    padding: 20px;
    background: #ececec;
}

.review-carousel-item .review-box {
    position: relative;
}

.review-carousel-item .review-box:before {
    position: absolute;
    content: "";
    background: url(../images/quote-icon.png) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    opacity: 0.15;
    top: 10px;
    left: 10px;
}

.review-box-footer .sUse {
    line-height: 20px;
    margin-bottom: 0px;
}

.review-box-footer p {
    margin-bottom: 0px;
}


/*  */

.social-title {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 400;
    font-size: 14px;
}

.contact-content {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.contact-content p {
    margin-bottom: 0;
}

.contact-content .feather-icon {
    position: absolute;
    left: 0px;
    top: -2px;
}

.contact-content .feather-icon svg {
    width: 15px;
}

.contact-content a {
    color: rgba(255, 255, 255, 0.78);
}

.social-media {
    margin-top: 20px;
}

.social-media a {
    display: block;
    padding: 6px 5px;
}

.social-media svg {
    width: 20px;
    stroke: rgba(255, 255, 255, 0.5);
}

.social-media a:hover svg {
    stroke: rgba(255, 255, 255, 1);
}


/* saerch list */

.search-list {
    padding-top: 0;
    background-color: #f0f3f3;
}

.modify-search {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px 15px 25px;
    background: #9393b7;
    margin-bottom: 20px;
}

.modify-search .form-control {
    border-radius: 0px;
}

.modify-search .form-control:focus {
    outline: none;
    border-color: #ced4da;
    box-shadow: none;
}

.btn-nav {
    color: #fff;
    background-color: #4f5dec;
}

.searchfilter {
    padding: 0px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.searchfilterInner {
    padding: 8px 20px;
}

.filter_form-inner {
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 10px;
    /* background: #f7f7f7; */
    transition: all 0.3s ease-in-out;
}

.filterToggle {
    margin-right: 6px;
}

.filterToggle a {
    padding-right: 15px;
    position: relative;
}

.filterToggle a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 1.35px solid #e04627;
    border-left: 1.35px solid #e04627;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
    margin-top: 7px;
}

.filterToggle a.collapsed::after {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.filterTxt {
    font-size: 13px;
}

.filterToggle a,
.sorting a {
    color: #e04627;
    font-weight: 500;
}

.sorting li {
    margin: 0 15px;
    position: relative;
}

.filterToggle svg,
.sorting svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.sorting li a span svg {
    position: absolute;
    top: 1px;
    right: -25px;
    width: 17px;
    height: 17px;
    visibility: hidden;
}

.sorting li a.asc svg.asc {
    visibility: visible;
}

.sorting li a.dsc svg.dsc {
    visibility: visible;
}

.result_wrapper {
    padding-top: 20px;
}

.filter-container {
    position: relative;
    transform: none;
    transition: none;
    height: auto;
    z-index: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.filter-group .group-title {
    box-shadow: none;
    padding: 6px 0;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.filter-group .group-content .filter-input {
    margin-bottom: 10px;
    position: relative;
}

.filter-group .group-content .filter-list.overflow {
    height: 180px;
    overflow-y: scroll;
}

.filter-group .group-content .filter-list li label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.filter-group .group-content .filter-list li:hover label {
    color: #0288D1;
}

.filter-group .group-content .filter-list li label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    left: 0;
}

.filter-group .filter-list li label span::before {
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid #9E9E9E;
    position: absolute;
    left: 0;
    top: 5px;
}

.filter-group .filter-list li label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23409cd1' d='M0.543 5.647c0-3.119 2.531-5.647 5.65-5.647h19.309c3.12 0 5.65 2.511 5.65 5.647v20.705c0 3.119-2.531 5.647-5.65 5.647h-19.309c-3.12 0-5.65-2.511-5.65-5.647v-20.705zM5.313 17.587l7.039 6.839 13.831-13.439-2.636-2.561-10.929 10.62-4.442-4.317-2.862 2.858z'/%3E%3C/svg%3E");
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.filter-group .filter-list li label span {
    padding-right: 30px;
}

.filter-group .group-content .filter-list li label input[type='checkbox']:checked+span::before {
    background-color: transparent;
    border-color: transparent;
}

.filter-group .filter-list li label input[type='checkbox']:checked+span::after {
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.filter-group .group-content .filter-list li label .count {
    float: right;
    font-weight: 700;
    color: #bdbdbd;
    font-size: 12px;
}

.filter-btn {
    text-align: center;
    padding-top: 20px;
}

.filter-btn button {
    padding: 6px 40px;
}

.list-item-box,
.box-side {
    background: #fff;
    margin: 0 0px 15px 0;
    padding: 0px 0px;
    border: 1px solid #d9d9d9;
    transition: 0.3s ease-in-out;
}

.list-item-box:hover {
    -webkit-box-shadow: 0 0 3px 1px rgba(200, 200, 200, 0.6);
    box-shadow: 0 0 3px 1px rgba(200, 200, 200, 0.6);
    transition: 0.3s ease-in-out;
}

.request-call .heading {
    background: #2d628f;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    padding-left: 55px;
}

.request-call .icon {
    background: #41729b;
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    padding: 10px 0px;
}

.request-call .icon svg {
    width: 19px;
    height: 19px;
    display: block;
    margin: 3px auto;
}

.request-call form,
.box-side .box-inner {
    padding: 15px;
}

.request-call form {
    padding-bottom: 0;
}

.request-call form .form-control {
    border-radius: 0px;
    border: 1.5px solid #d8d8d8;
}

.request-call form .form-control:focus {
    box-shadow: none;
    border-color: #2d628f;
}

.list-thumb {
    flex: 0 0 200px;
}

.list-description {
    border-right: .5px dotted rgba(0, 0, 0, .1);
    border-left: .5px dotted rgba(0, 0, 0, .1);
}

.list-price {
    flex: 0 0 178px;
}

.list-thumb,
.list-description,
.list-price {
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-description .item-name {
    font-size: 18px;
    font-weight: 500;
    color: #33414f;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}

.list-description .item-type {
    color: #90989d;
    font-size: 13px;
    line-height: 1;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 500;
    margin-bottom: 0px;
}

.item-count {
    padding-left: 5px;
}

.star-review {
    padding: 5px 0px;
}

.review-star {
    margin-right: 5px;
}

.review-star svg {
    width: 14px;
    height: 14px;
    stroke: #ced4da;
    fill: #ced4da;
    vertical-align: middle;
}

.review-star svg.active {
    stroke: #FFC107;
    fill: #FFC107;
}

.review-count {
    font-size: 13px;
    color: #9d9d9d;
    line-height: 1;
}

.divider {
    border-top: 1px dotted rgba(196, 196, 196, 0.5);
    margin: 3px -15px 0;
}

.features {
    padding: 7px 0px 0;
}

.feature {
    cursor: pointer;
    padding-right: 12px;
    color: #5b6f73;
    line-height: 21px;
    font-size: 13px;
}

.feature img {
    width: 21px;
    height: 21px;
    margin-right: 5px;
}

.list-price p {
    margin-bottom: 7px;
}

.list-price p svg {
    width: 12px;
    height: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.list-price p svg {
    stroke: #878787;
}

.list-price p:last-child {
    margin-bottom: 0;
}

.btn-item {
    background: #007ee3;
    color: #fff;
    border-color: #007ee3;
}

.btn-item:focus,
.btn-item:active,
.btn-item:hover {
    color: #fff;
}

.item-label {
    margin: 3px 0;
    padding: 3px 10px;
    position: relative;
    color: #007ee3;
}

.item-label::after {
    content: '';
    margin: 2px 9px 0;
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    text-indent: -9999px;
    border-top: 1.35px solid #007ee3;
    border-left: 1.35px solid #007ee3;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
    margin-top: 7px;
}

.item-label.collapsed::after {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.know_more {
    border-top: 1px dotted hsla(0, 0%, 77%, .5);
    -moz-transition: height .7s ease-in-out;
    -o-transition: height .7s ease-in-out;
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
}

.policies,
.amenities {
    font-size: 14px;
    color: #33414f;
    padding: 15px 30px;
}

.amenities {
    background: rgba(0, 161, 255, 0.12);
}

.amenities li {
    line-height: 30px;
}

.policies .cancellation .title,
.amenities .title {
    font-weight: 600;
}

.amenities .feature {
    color: #33414f;
}


/* footer */

.footer {
    background: #363f3c;
    color: #ccc;
}

.top-footer {
    padding: 40px 0px;
    background-color: black;
}

.footer-widget {
    padding-right: 20px;
}

.footer-widget .footer-title {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    position: relative;
}

.footer-widget .footer-title::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #9E9EA3;
    left: 0px;
    bottom: -1px;
}

.footer-widget .footer-link {
    margin-bottom: 0;
}

.footer-widget .footer-link li {
    line-height: 30px;
}

.footer-widget .footer-link li a {
    color: #ccc;
}

.footer-widget .footer-link li a:hover,
.footer-widget .footer-link li a:focus {
    color: #fff;
}

.copyright {
    background-color: rgba(0, 0, 0, 0.72);
    padding: 10px 0px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.copyright p {
    margin-bottom: 0px;
}

.copyright a {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

.copyright a:hover,
.copyright a:focus {
    color: rgba(255, 255, 255, 0.5);
}

.x_top_header_wrapper {
    background: #111111;
    padding-top: 15px;
    padding-bottom: 11px;
    height: 53px;
}

.float_left {
    float: left;
    width: 100%;
}

.x_top_header_left_side_wrapper {
    width: 195px;
    position: relative;
}

.x_top_header_left_side_wrapper:before {
    content: '';
    position: absolute;
    height: 53px;
    background: #4f5dec;
    left: -490px;
    top: -15px;
    width: 670px;
}

.x_top_header_left_side_wrapper p {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.x_top_header_left_side_wrapper:after {
    content: '';
    position: absolute;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 21px solid #4f5dec;
    right: -6px;
    top: -16px;
}

.x_top_header_right_side_wrapper {
    width: calc(100% - 195px);
    margin-top: -2px;
}

.x_top_header_social_icon_wrapper {
    float: left;
    width: auto;
}

.x_top_header_social_icon_wrapper ul {
    margin-left: 0px;
    list-style: none;
}

.x_top_header_social_icon_wrapper li {
    float: left;
    margin-right: 13px;
}

.x_top_header_social_icon_wrapper li a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.57);
}

.x_top_header_all_select_box_wrapper {
    float: right;
    width: auto;
}

.x_top_header_all_select_box_wrapper li {
    float: left;
    position: relative;
    margin-right: 15px;
    font-size: 14px;
    margin-top: 3px;
}

.x_top_header_all_select_box_wrapper li a {
    color: rgba(255, 255, 255, 0.57);
}

.x_top_header_all_select_box_wrapper li a:hover {
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #1c46f275, #000000ba 52%, #000000ad);
    z-index: 1
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 43%;
}

.carousel-caption h2 {
    font-size: 30px;
    font-weight: 600;
}

.carousel-caption h2 {
    font-size: 30px;
    font-weight: 600;
}

.carousel-caption .btn {
    text-shadow: none;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 3px;
    background-color: #000;
}

.section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 3px;
    background-color: #4f5dec;
}

.section_title_border {
    margin-bottom: 10px;
}

.dlab-info-about {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

.media-info .media-left {
    padding: 3px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-info .media-left a {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.media-object {
    display: block;
    height: 90px;
}

.site-button-secondry:after,
.site-button:after {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: -1;
}

.about-side-img img {
    margin-bottom: -40px;
    max-width: none;
    width: auto;
}

.dlab-box-bg {
    overflow: hidden;
}

.dlab-box-bg .glyph-icon {
    font-size: 50px;
}

.dlab-box-bg .icon-bx-wraper {
    background-color: #f8f8f8;
}

.icon-box-btn .site-button {
    background-color: #eeeeee;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.dlab-box-bg {
    background-size: cover;
}

.dlab-box-bg.active .icon-bx-wraper {
    background-color: rgba(0, 0, 0, 0.70);
}

.dlab-box-bg .text-primary,
.dlab-box-bg .icon-content h4,
.dlab-box-bg .icon-content p,
.dlab-box-bg .icon-box-btn .site-button {
    transition: all 0.5s;
}

.dlab-box-bg.active .text-primary,
.dlab-box-bg.active .icon-content h4,
.dlab-box-bg.active .icon-content p,
.dlab-box-bg.active .icon-box-btn .site-button {
    color: #fff;
    transition: all 0.5s;
}

.dlab-box-bg .icon-box-btn .site-button {
    margin-bottom: -5px;
}

.content-inner-2 {
    padding-top: 40px;
    padding-bottom: 0px;
}

.p-l15 {
    padding-left: 15px;
}

.m-b10 {
    margin-bottom: 10px;
}

.open-sans {
    font-family: "Open Sans", sans-serif;
}

.font-weight-700 {
    font-weight: 700;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.site-button,
.site-button-secondry {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* background-color: #4f5dec; */
    margin-left: 22%;
}

.about-us-info p {
    line-height: 24px;
    font-size: 13px;
}

.x_counter_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('../images/counto_img.jpg') 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    position: relative;
}

.x_counter_img_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.x_counter_car_heading_wrapper {
    text-align: center;
}

.x_counter_car_heading_wrapper h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #4f5dec;
    text-transform: uppercase;
}

.x_counter_car_heading_wrapper h3 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 20px;
    position: relative;
}

.x_counter_car_heading_wrapper h3:after {
    content: '';
    position: absolute;
    width: 30px;
    border: 2px solid #4f5dec;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0px auto;
}

.x_counter_car_heading_wrapper p {
    padding-top: 40px;
    color: rgba(255, 255, 255, 0.56);
}

.x_cou_main_box_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.x_cou_main_box_wrapper:after {
    content: '';
    border: 1px solid #4f5dec;
    width: 100px;
    position: absolute;
    right: -60px;
    top: 74px;
}

.x_cou_main_box_wrapper:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: -64px;
    top: 58px;
    color: #4f5dec;
    font-size: 22px;
}

.x_cou_main_box_wrapper_last:after,
.x_cou_main_box_wrapper_last:before {
    display: none;
}

.x_icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border: 2px solid #4f5dec;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.x_icon:after {
    content: '';
    width: 135px;
    height: 135px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    position: absolute;
    left: 500px;
    right: 500px;
    top: 500px;
    bottom: 500px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.x_cou_main_box_wrapper:hover .x_icon:after {
    background: #4f5dec;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.x_icon i:before {
    margin-left: 0;
    font-size: 43px;
    color: rgba(255, 255, 255, 0.53);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.x_cou_main_box_wrapper:hover .x_icon i:before {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.x_cou_main_box_wrapper:hover .x_icon i {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.x_cou_main_box_wrapper h5 {
    padding-top: 30px;
}

.x_cou_main_box_wrapper h5 a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.x_cou_main_box_wrapper h5 span,
.x_cou_main_box_wrapper h5 a:hover {
    color: #4f5dec;
}

.x_cou_main_box_wrapper p {
    padding-top: 25px;
    color: rgba(255, 255, 255, 0.72);
}

.x_icon i {
    margin-top: 40px;
}

.pkg-slider-txt {
    padding: 10px 13px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
}

.pkg-slider-link {
    margin-bottom: 0;
}

.pkg-slider-link a {
    color: #4f5dec;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pkg-slider-d {
    margin-bottom: 5px;
}

.icon-section span {
    text-align: center;
    display: inherit;
}

.fs-11 {
    font-size: 11px;
}

.fs-11 {
    font-size: 11px;
}

.pkg-slider-r .old {
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}

.pkg-slider-r b {
    display: block;
    font-size: 16px;
    color: #F44336;
    line-height: 15px;
}

.pkg-slider-r span {
    font-size: 11px;
    color: #f70000;
    font-weight: 600;
}

.pkg-slider-action {
    margin-top: 5px;
    transition: all .3s ease-in-out;
}

.pkg-slider-action a.btn-success {
    background-color: #4f5dec;
    border-color: #4f5dec;
    color: white;
}

.pkg-slider-action a {
    display: block;
    text-align: center;
}

.ttm-page-title-row {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
}

#about-page {
    background-image: url(../images/parallax-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-box .page-title-heading {
    position: relative;
}

.title-box .page-title-heading h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb-wrapper a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}

.breadcrumb-wrapper span {
    color: #d6d6d6;
}

.breadcrumb-wrapper {
    text-align: center;
}

.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.featured-box.style9 {
    padding: 5px 0 0;
}

.featured-box.left-icon {
    display: table-cell;
    display: table;
}

.featured-box.left-icon .featured-icon {
    vertical-align: top;
    display: table-cell;
}

.featured-box.style9 .featured-icon i {
    font-size: 34px;
    color: white;
}

.featured-box.left-icon .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.featured-box.left-icon .featured-content {
    padding-left: 15px;
    background-color: transparent;
    color: black;
}

.featured-box.style9 .featured-title h5 {
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 600;
}

.featured-box.style9.featured-box.left-icon p {
    color: #2f2e2e;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 25px;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.social-icons.circle li {
    margin: 6px 0 5px;
}

.social-icons li {
    display: inline-block;
    padding-left: 2px;
    border: none;
}

.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #f9f9f9;
}

.social-icons.circle li>a {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    border: 1px solid #25272a;
    color: #7f7f7f;
}

.wrap-form label {
    width: 100%;
}

.wrap-form label {
    position: relative;
    margin-bottom: 15px;
    padding-top: 5px;
}

.contactform.style2 label i {
    position: absolute;
    left: 5px;
    top: 13px;
    opacity: .8;
    font-size: 22px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
}

.contactform.style2 .ttm-form-control {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
}

.ttm-bgcolor-darkgrey .contactform.style2 .text-input,
.ttm-bgcolor-darkgrey .contactform.style2 .text-area {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-bottom: 9px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
}

.social-facebook a {
    background: #2D5F9A;
}

.social-twitter a {
    background: #00C3F3;
}

.social-instagram a {
    background: #405de6;
}

.social-youtube a {
    background: #cc181e;
}

.social-icons ul {
    margin: 10px;
}

.thumbnail {
    display: block;
    line-height: 1.42857143;
    margin: 0 auto;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 0;
    border: solid 1px #e9e9e9;
}

.thumbnail .media {
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
    float: left;
}

.thumbnail .media-link {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .media img {
    max-width: 100%;
    /* width: 100%; */
    transition: all 0.2s ease-in-out;
    height: 210px;
    width: 300px;
}

.thumbnail .caption {
    padding: 15px 0 0 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.thumbnail-car-card .rating {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 30px;
}

.thumbnail .rating {
    display: inline-block;
    font-size: 13px;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 14px;
    text-align: left;
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.thumbnail .rating span.star:before {
    padding-right: 3px;
}

.rating span.star:before {
    content: "\f005";
    padding-right: 5px;
    color: #d3d3d3;
}

.car-listing .thumbnail-car-card .caption-title {
    padding-left: 30px;
    padding-right: 30px;
}

.thumbnail-car-card .caption-title {
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
}

.caption-title a {
    color: #14181c;
}

.caption-title-sub {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 15px;
    color: #e60000;
}

.thumbnail-car-card .caption-text {
    font-size: 13px;
    border-top: solid 1px #e9e9e9;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    min-height: 55px;
}

.thumbnail-car-card .caption-text {
    margin-bottom: 43px;
    color: #7f7f7f;
}

.thumbnail-car-card .table {
    margin-bottom: 0;
}

.thumbnail-car-card .table td {
    text-align: center;
}

.thumbnail-car-card .table td {
    font-size: 13px;
    color: #7f7f7f;
}

.thumbnail-car-card .table td.buttons {
    padding: 0;
}

.thumbnail-car-card .table td {
    text-align: center;
}

.thumbnail-car-card .table td+td {
    border-left: solid 1px #e9e9e9;
}

.thumbnail-car-card .table td {
    font-size: 13px;
    color: #7f7f7f;
}

.thumbnail-car-card .table td.buttons .btn-theme {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 13px;
    padding-bottom: 12px;
    line-height: 1;
    font-weight: 900;
    border-color: #14181c;
    background-color: #14181c;
    color: white;
    font-size: 12px;
    border-radius: 0;
}

.thumbnail-car-card .table td.buttons .btn-theme:hover {
    border-color: #4f5dec;
    background-color: #4f5dec;
}

.rating span.star.active:before {
    color: #ffd200;
}

.widget.shadow {
    background-color: #ffffff;
    border: solid 1px #e0dede;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.widget.shadow .widget-title {
    padding: 15px 20px;
    margin: 0;
    background-color: #14181c;
    color: #ffffff;
}

.widget-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #7f7f7f;
    overflow: hidden;
    text-align: center;
}

.widget.shadow .widget-content {
    padding: 20px;
}

.form-search.light {
    background: #ffffff;
}

.widget *:last-child {
    margin-bottom: 0;
}

.form-search .form-group {
    margin-bottom: 15px;
}

.form-search .has-icon .form-control {
    padding-right: 40px;
}


/* .form-search .form-control {
  height: 40px;
} */

.light .form-control {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    color: #5d5e5f;
}

.form-search .form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 0px;
}

.light .form-control-icon {
    color: rgba(20, 24, 28, 0.6);
}

.has-label .form-control-icon {
    top: 9px;
}

.form-control-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 90px;
    text-align: center;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    width: 100%;
    background-color: white;
    border: 1px solid #cccccc;
}

select.hpms_txt_box3 {
    width: 100%;
    height: 33px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding-left: 7px;
    color: gray;
}

.car_name {
    font-size: 12px;
    font-weight: 700;
}

sup {
    top: -.5em;
    color: red;
}

.one_half {
    float: left;
    width: 48%;
    margin-right: 3.5%;
    box-sizing: border-box;
}

.one_half.last {
    float: right;
    width: 48%;
    margin-right: 0;
    clear: right;
}

.single_car_departure_content span {
    margin-right: 10px;
}

.btn-details {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 13px;
    padding-bottom: 12px;
    line-height: 1;
    font-weight: 900;
    border-color: #4f5dec;
    background-color: #4f5dec;
    color: white;
    font-size: 12px;
    border-radius: 0;
}

.btn-details:hover {
    border-color: #14181c;
    background-color: #14181c;
    color: white;
}

.detail-header .card h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.detail-header .meta-option {
    text-align: right;
}

.detail-header .card .price-wrapper.price-wrapper-2,
.js_fixedcontent.detail-header.stick .card .price-wrapper {
    display: none;
}

.js_fixedcontent.detail-header.stick .card .price-wrapper-2 {
    display: block;
}

.detail-header .card .price-wrapper-2 p {
    margin-bottom: 0;
}

.detail-header .card .price-wrapper-2 .badge {
    vertical-align: initial
}

.detail-nav {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    display: none;
}

.detail-nav-content ul {
    margin-bottom: 0;
}

.detail-nav-content ul li a {
    color: #333;
    font-weight: 500;
    position: relative;
}

.detail-nav-content ul li a:after {
    position: absolute;
    content: "";
}

.detail-nav-content ul li a.highlighted {
    color: #4f5dec;
}

.js_fixedcontent.detail-header.stick .detail-nav {
    display: block;
}

.detail-tags {
    margin: 20px 0 0;
    padding: 10px 0 0;
    color: #000000;
    border-top: 1px solid #ddd;
}

.detail-tags ul {
    margin-bottom: 0px;
}

.detail-tags svg {
    width: 20px;
    height: 20px;
    stroke: #4f5dec;
}

.item-detail {
    position: relative;
    padding-bottom: 47px;
}

.item-detail .item-description {
    padding: 12px 0px 5px 12px;
}

.item-detail .item-description .small-description p {
    margin-bottom: 10px;
    line-height: 17px;
    font-size: 13px;
}

.item-detail .item-description .heading {
    margin-bottom: 5px;
    line-height: 1.5;
}

.item-detail .item-description .heading h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
}

.item-detail .item-description .heading h4 a {
    color: inherit;
}

.item-detail .item-description .heading h4 a:hover {
    color: #4f5dec;
}

.item-detail .item-description .heading p {
    margin-bottom: 0;
}

.destination span {
    font-weight: 500;
    color: #4f5dec;
    position: relative;
}

.destination span+span {
    padding-left: 20px;
}

.destination span+span::before {
    content: "ï¡";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 4px;
    color: #bfbfbf;
    font-size: 12px;
}

.item-detail .bottom-desc {
    bottom: 0px;
    border-top: 1px solid #E8E8E8;
    padding: 12px 15px 17px;
    width: 100%;
}

.item-detail .bottom-desc p {
    margin-bottom: 0;
}

.item-detail .bottom-desc .text-blue {
    color: #4f5dec;
}

.item-detail .bottom-desc .text-blue i {
    margin-right: 5px;
}

.item-detail .bottom-desc .mh-10 {
    margin: 0px 10px;
}


/* item-price */

.item-price {
    border-left: 1px solid #E8E8E8;
    text-align: right;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding: 15px;
}

.item-price .meta-option {
    font-size: 13px;
    color: #787878;
    line-height: 1.5;
}

.review .review-star {
    font-size: 12px;
    margin-bottom: 2px;
    color: #d6d6d6;
}

.review .review-star .active {
    color: #005294;
}

.price-wrapper {
    padding-top: 15px;
    line-height: 1.5;
    color: #333;
}

.price-wrapper ins {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    color: #4f5dec;
}

.price-wrapper .old-price {
    color: #717171;
}

.price-wrapper .old-price .badge {
    text-decoration: none;
    margin-left: 5px;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 12px;
}

.price-wrapper .btn {
    background-color: #4f5dec;
    border-color: #4f5dec;
    color: #fff;
    line-height: 1;
    padding: 6px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 10px;
}

.price-wrapper .btn:last-child {
    margin-bottom: 0;
}

.price-wrapper .btn.btn-view {
    background-color: #4f5dec;
    border-color: #4f5dec
}

.detail-header .card h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #4f5dec;
    position: relative;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
    padding: 9px 2px 10px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
    padding: 25px;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #27aae1;
}

.sidebar-widget {
    border: 1px solid #d4d4d4;
    padding: 20px 25px;
    background: #fff;
    margin: 0 0 30px;
}

.sidebar-widget .widget-title,
.cards .widget-title {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #151414c9;
    text-align: left;
}

.cards .widget-title {
    margin-bottom: 0;
    color: #005294;
    font-size: 20px;
}

.location-contact h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.location-contact.stick {
    top: 150px !important;
}

.contact_list span {
    margin-right: 5px;
}

.contact_list span svg {
    stroke: #005294;
    width: 18px;
    height: 18px;
    line-height: 1;
    vertical-align: bottom;
}

.contact_list p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#hotelSlider img {
    width: 100%;
    height: 400px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.pkg-formHeading {
    background-color: #27aae1;
    color: #fff;
    padding-bottom: 2px;
}

.card-header {
    padding: .75rem .7rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.facility {
    padding-left: 0;
    list-style: none;
    line-height: 27px;
    font-size: 14px;
    color: #4a4848;
}

.expandable-content h3 {
    font-size: 19px;
    font-weight: 500;
}

.feather-icon i {
    color: #4f5dec;
    margin-right: 1px;
    font-size: 18px;
    font-weight: 100;
}

.detail-tags .media {
    margin-right: 10px;
}

.btn-transparent:hover {
    color: white;
}

@media screen and (max-width: 992px) {
    .x_top_header_social_icon_wrapper {
        display: none;
    }
    .x_cou_main_box_wrapper:after {
        display: none;
    }
    .x_cou_main_box_wrapper:before {
        display: none;
    }
    .navbar-toggler-icon {
        height: 27px;
    }
    .navbar-toggler {
        font-size: 23px;
    }
    .btn-large {
        padding: 2px 20px;
        font-size: 14px;
    }
    .brand-grid>div {
        margin-bottom: 30px;
    }
    .dlab-info-about {
        padding-top: 0px;
    }
    .about-us-info h4 {
        font-size: 15px;
        margin-top: 20px;
    }
    .about-us-info h2 {
        font-size: 17px;
    }
    .site-button {
        margin-left: 37%;
    }
    .about-side-img img {
        margin-bottom: -65px;
        max-width: none;
        width: 100%;
    }
    .section-header p {
        max-width: 100%;
    }
    .x_cou_main_box_wrapper {
        margin-top: 20px;
    }
    .section-header .section-title {
        font-size: 21px;
    }
    .pkg-slider-r b {
        font-size: 15px;
    }
    .section {
        padding: 20px 0px;
    }
    .explorer-item a .item-img {
        height: 170px;
    }
    .review-carousel-item .review-box {
        border: #dedee0 1px solid;
        padding: 20px;
        background: #fff;
        margin-bottom: 20px;
    }
    .carousel-item {
        height: 170px;
    }
    .carousel-caption {
        top: 5%;
    }
    #demo .carousel-item img {
        height: 170px;
    }
    .title-box .page-title-heading h1 {
        font-size: 20px;
        line-height: 24px;
        padding-left: 0;
        margin-bottom: 6px;
    }
    .ttm-page-title-row {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-text p {
        padding: 20px;
        text-align: justify;
    }
    .thumbnail-car-card .caption-title {
        font-size: 13px;
    }
    .one_half.last {
        font-size: 11px;
    }
    .detail-header .card h1 {
        font-size: 18px;
    }
    .map iframe {
        width: 100%;
        height: 250px;
    }
    .detail-tags {
        display: none;
    }
    .thumbnail-car-card .table td.buttons {
        display: block;
    }
}

.bg-thankyou {
    background: url(../images/thanks.jpg) center bottom no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
}

.bg-thankyou .jumbotron {
    background-color: transparent;
    margin-bottom: 100px;
}

.fw-700 {
    font-weight: 700;
}

.headingFont {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: .2px;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.jumbotron p {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.noResult .btn-search {
    background-color: #f96d01;
    border-color: #f96d01;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.jumbotron {
    padding: 4rem 2rem;
}

.jumbotron a {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}

#demo img {
    width: 100%;
    height: 450px;
}

.bg-plan {
    background: url(../images/plan-you-trip.jpg) center bottom no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.bg-plan .pkg-form {
    border: none;
}

.pkg-formHeading {
    padding: 15px;
    background-color: #4f5dec;
    border-bottom: 1px solid rgba(186, 206, 220, .35);
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.pkg-formHeading h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.pkg-form label {
    font-weight: 400;
    color: #525252;
    margin-bottom: 8px;
}

.pkg-form .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    border-color: #c3c3c3;
}

.bg-plan .form-control-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50px;
    line-height: 35px;
    text-align: center;
}

.load-container {
    border: 0;
    width: 240px;
    height: 240px;
    float: left;
    position: absolute;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    top: 245px;
    z-index: 9999;
    left: 190px;
    display: none;
}

.loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 3px;
    /* text-indent: -9999em; */
}

.loader-animation-8 .loading:before,
.loading:before {
    width: 8em;
    height: 8em;
    margin: 0;
    border: 1em solid rgba(2, 2, 2, 0.44);
    border-left: 1em solid #f3f3f3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    -webkit-animation: loader-animation-8 1.1s infinite linear;
    animation: loader-animation-8 1.1s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes loader-animation-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-animation-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#overview-section-tour p {
    margin-bottom: 0;
}

#overview-section-tour .card-header {
    padding: 8px 10px 2px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#overview-section-tour h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4f5dec;
}

#overview-section-tour .card {
    margin-bottom: 2%;
}