.row{
    margin:0 !important;
}
.quote {
    padding: 30px;
    background: #fff;
    margin-top: 65px;
}
.quote ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.quote li {
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.quote > .nav-pills > li.active > a{
    background:#5dbcd2 !important  ;
}
.quote > .nav-pills > li a {
    color: #000 !important;
    background:#fc0  !important  ;
    border-radius:0;
}
.quote > .nav-pills > li span{
    display:none;
}
.btn-primary:hover{
    background:#5dbcd2 !important  ;
    border:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    font-size: 16px !important;
}
body {
    font-family: "Raleway", sans-serif;
    line-height: 2.9;
    color: #2d2d2d;
}

a {
    color: #e20177;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}

a:hover {
    text-decoration: none;
    color: #539a5b;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nogutter .col-lg-1,
.nogutter .col-lg-10,
.nogutter .col-lg-11,
.nogutter .col-lg-12,
.nogutter .col-lg-2,
.nogutter .col-lg-3,
.nogutter .col-lg-4,
.nogutter .col-lg-5,
.nogutter .col-lg-6,
.nogutter .col-lg-7,
.nogutter .col-lg-8,
.nogutter .col-lg-9,
.nogutter .col-md-1,
.nogutter .col-md-10,
.nogutter .col-md-11,
.nogutter .col-md-12,
.nogutter .col-md-2,
.nogutter .col-md-3,
.nogutter .col-md-4,
.nogutter .col-md-5,
.nogutter .col-md-6,
.nogutter .col-md-7,
.nogutter .col-md-8,
.nogutter .col-md-9,
.nogutter .col-sm-1,
.nogutter .col-sm-10,
.nogutter .col-sm-11,
.nogutter .col-sm-12,
.nogutter .col-sm-2,
.nogutter .col-sm-3,
.nogutter .col-sm-4,
.nogutter .col-sm-5,
.nogutter .col-sm-6,
.nogutter .col-sm-7,
.nogutter .col-sm-8,
.nogutter .col-sm-9,
.nogutter .col-xs-1,
.nogutter .col-xs-10,
.nogutter .col-xs-11,
.nogutter .col-xs-12,
.nogutter .col-xs-2,
.nogutter .col-xs-3,
.nogutter .col-xs-4,
.nogutter .col-xs-5,
.nogutter .col-xs-6,
.nogutter .col-xs-7,
.nogutter .col-xs-8,
.nogutter .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    border-radius: 0px ;
}

.btn-custom {
    padding: 20px 25px;
    background: #539a5b;
    /*    border: 1px solid $primary-color;*/
    color: #fff !important;
}

.btn-custom:hover {
    background: #44884c !important;
    color: #fff !important;
}

.btn-custom2 {
    background: #539a5b;
    color: #fff;
    /*border: 1px solid $primary-color;*/
}

.btn-custom2:hover {
    background: #44884c;
    color: #fff;
}
.btn-primary{
    color:#fff !important;
}
.btn-custom1 {
    padding: 20px 25px;
    background: #539a5b;
    color: #fff !important;
    font-size: 18px;
}
.btn-custom3 {
    padding: 20px 25px;
    background: #993f2b;
    color: #fff !important;
    font-size: 18px;
}
.btn-custom4 {
    padding: 20px 25px;
    background: #5452d3;
    color: #fff !important;
    font-size: 18px;
}
input.form-control {
    height: 47px;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
}

textarea.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    border-radius: 0;
    background: #fff;
}

.input-group-addon i {
    font-size: 24px;
}

.padding {
    padding: 70px 0 60px;
}

.title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 60px;
}

.title.min {
    margin-bottom: 25px;
}

.title-second {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.title-third {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    overflow: hidden;
}

.slick-dots li.slick-active {
    background: #539a5b;
}

/**header**/

.navbar-default {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    padding: 15px 0;
}

.navbar-nav > li > a {
    /* padding: 10px 12px; */
    /* font-size: 14px; */
}

.navbar-nav > li > a.btn-custom {
    background: #e20177;
}

.nav > li > a {
    font-weight: 500;
    color: #2f2c2c;
}

.nav > li > a:hover {
    color: #539a5b;
}

.navbar-default .navbar-brand {
    margin-right: 20px;
    height: auto;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > a:hover {
    background-color: transparent;
    color: #539a5b !important;
}

.navbar-brand {
    padding: 3px 15px;
}

.nav-pills > li {
    float: none;
    display: inline-block;
}

.quote li {
    width: auto;
}

.nav-subhead > li {
    float: none;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.nav-pills > li a {
    color: #fff;
    font-size: 16px;
}

.quote > .nav-pills > li a {
    color: #000 !important;!i;!;!I;!;
}

.nav-pills > li span {
    height: 18px;
    width: 18px;
    background: transparent;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    margin-bottom: -4px;
    border: 2px solid #e20177;
}

.nav-pills > li.active span {
    background: #e20177;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: transparent;
    font-weight: 600;
    color: #000;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
}

/** Bannner **/

.banner {
    height: auto;
    overflow: visible;
    position: relative;
}

.banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner .banner-content h1 {
    color: #fff;
    padding-top: 14%;
    font-weight: 600;
    font-size: 34px;
}

.banner img {
    width: 100%;
}

.text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    font-size: 15px;
}

.text a:hover {
    font-weight: 600;
}

.timepicker_wrap {
    z-index: 999;
}

.ti_tx,
.mi_tx,
.mer_tx {
    overflow: hidden;
}

.ti_tx input,
.mi_tx input,
.mer_tx input {
    text-align: center;
    width: 100%;
}

.time,
.mins,
.meridian {
    margin: 0px 6px;
}

.quote {
    padding: 30px;
    background: #fff;
    margin-top: 65px;
}

.quote .pad {
    padding: 0 2px;
}

.quote select.form-control {
    border-radius: 0;
    height: 47px;
    border-right: 0;
}

.quote .form-group .input-group {
    border-bottom: 2px solid #539a5b;
    border-radius: 0;
    width: 100%;
}

.quote button {
    width: 100%;
    height: 49px;
}

.nav-pills {
    margin-bottom: 20px;
}

/**booking**/

.booking-item img {
    margin-bottom: 15px;
}

/**information**/

.information {
    color: #fff;
    background: url(../assets/images/break.jpg);
    background-size: cover;
}

.information .btn {
    margin-top: 30px;
}

.information .title {
    margin-bottom: 30px;
}

/**choose**/

.choose {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
}

.choose .choose-item figure {
    margin-bottom: 10px;
}

/**testimonials**/

.testimonials .title {
    position: relative;
}

.testimonials .title:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background: #e20177;
}

.testimonials span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

/*** break **/

.break {
    background: #e20177;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    color: #fff;
}

/** fleet **/

.fleet .title {
    margin-bottom: 40px;
}

.fleet article {
    padding: 0 10%;
    margin-bottom: 40px;
}

/** fleet **/

.footer {
    padding: 60px 0 20px;
    background: #1c1c1c;
    color: #a7a7a7;
}

.footer .footer-item h3 {
    font-size: 18px;
    color: #e20177;
    margin-bottom: 25px;
}

/*footer .list-page {*/

/*    margin-top: 30px;*/

/*}*/

.footer .list-page ul {
    column-count: 4;
}

.footer-item ul li {
    margin-bottom: 10px;
}

.footer .footer-item li a {
    line-height: 14px !important;
}

.footer .footer-item li a {
    color: #a7a7a7;
    line-height: 1.9;
    font-size: 14px;
}

/*.footer .footer-item ul.xtra li {
    display: inline-block;
    width: 49%;
}*/

.footer-item {
    margin-top: 28px;
}

.footer .footer-links {
    padding-bottom: 30px;
    border-bottom: 1px solid #323232;
}

.footer .footer-bottom {
    padding-top: 20px;
    font-size: 14px;
}

.footer .footer-bottom a {
    color: #a7a7a7;
}

.blog-footer
    > .container
    > .footer-links
    > .row
    > .col-md-3
    > .footer-item
    > ul {
    list-style: none !important;
    margin-left: 0;
}

.blog-footer
    > .container
    > .footer-links
    > .row
    > .col-md-12
    > .footer-item
    > ul {
    list-style: none !important;
    margin-left: 0;
}

ul.social-icons li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}

ul.social-icons li .fb {
    background: #3b5998;
}

ul.social-icons li .google {
    background: #d51f1e;
}

ul.social-icons li .linkedin {
    background: #007ab9;
}

ul.social-icons li .twiter {
    background: #32cdfd;
}

ul.social-icons li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
}
.innerquote {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 80%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}
.inner-banner {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.inner-banner img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.inner-banner .inbanner-content {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.inner-banner .inbanner-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    background: #e20177;
}

.about-content {
    border-bottom: 1px solid #ddd;
}

.about figure {
    height: 230px;
    overflow: hidden;
}

.about figure img {
    height: 100%;
}

.services-img {
    height: 250px;
    overflow: hidden;
}

.services-img img {
    width: 100%;
}

.service-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.service-item .btn {
    margin-top: 20px;
}

.service-item .services-info {
    padding-top: 20px;
}

.service-item .title-second {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.services-wrapper .service-item:last-child {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
}

.booking-inner .quote {
    margin-top: 20px;
    background: rgba(34, 32, 32, 0.9);
}

.booking.xtra {
    background: #f1f1f1;
    border-top: 1px solid #ccc;
}

.tour-item {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.tour-item figure {
    height: 250px;
    overflow: hidden;
}

.tour-item figure img {
    height: 100%;
}

.tour-item article {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    background: #fff;
    height: 100%;
    margin: 10px;
    padding: 20px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.tour-item .title-second {
    padding-bottom: 10px;
    border-bottom: 1px solid #539a5b;
}

.tour-item:hover article {
    top: 0;
}

.tour article {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.tour .title {
    margin-bottom: 25px;
}

/***testimonial**/

.testimonial-item {
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-bottom: 30px;
}

.testimonial-item figure {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-item figure img {
    height: 100%;
}

.testimonial-item .testimonial-content i {
    margin-bottom: 10px;
    display: block;
}

.testimonial-item:last-child {
    margin-bottom: 0;
}

.contact-wrapper fieldset {
    background: rgba(34, 32, 32, 0.9);
    padding: 40px 30px;
}

.contact-wrapper fieldset h4 {
    color: #fff;
    margin-bottom: 30px;
}

/** vehicle select **/

.quote-system .btn-custom {
    background: #e20177;
    padding: 10px 35px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

.radio label {
    padding-left: 0;
}

.radio input[type="radio"]:checked + .cr > .fa {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.radio input[type="radio"]:checked + .cr {
    background: #e20177;
}

.radio input[type="radio"],
.vec-listing input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
}

.radio .cr .fa {
    padding: 0;
    transform: scale(2) rotateZ(-20deg);
    opacity: 0;
    font-size: 16px;
    transition: all 0.3s ease-in;
}

.quote-system .register-template {
    padding: 50px 0;
}

.quote-system .price-info {
    color: #3e3e3e;
    padding: 30px 0;
    border-top: 1px solid #539a5b;
    margin: 25px 0;
    border-bottom: 1px solid #539a5b;
}

.quote-system .price-info strong {
    font-size: 24px;
    color: #539a5b;
    padding-left: 8px;
}

.quote-system #div1 .form-group,
.quote-system #div2 .form-group,
.quote-system #div3 .form-group {
    margin-bottom: 20px;
}

.quote-system #div1 .form-group .form-control,
.quote-system #div2 .form-group .form-control,
.quote-system #div3 .form-group .form-control {
    background: #fff;
    border: 1px solid #a2a2a2;
}

.quote-system #div1 .form-group .form-control:focus,
.quote-system #div2 .form-group .form-control:focus,
.quote-system #div3 .form-group .form-control:focus {
    border-color: #539a5b !important;
}

.quote-system #div1 .close,
.quote-system #div2 .close,
.quote-system #div3 .close {
    opacity: 1;
    color: #539a5b;
    text-shadow: none;
}

.quote-system .edit-booking-part .form-group {
    margin: 0;
}

.quote-system .edit-booking-part .form-group .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.quote-system .form-split .split {
    width: 50%;
    padding: 30px;
}

.quote-system .form-split .split .input-group .input-group-addon {
    background: #f1f1f1;
}

.quote-system .form-split .left-part ul li {
    padding: 0;
}

.quote-system .form-split .left-part ul li:before {
    display: none;
}

.quote-system .form-split .left-part ul li a {
    display: block;
    padding: 10px 15px;
    text-align: left;
    color: #333333;
    margin-bottom: 5px;
    background: #539a5b;
    color: #fff;
    text-align: center;
}

.quote-system .form-split .right-part .btn-custom {
    margin-top: 13px;
    padding: 10px 0;
    background: #333;
}

.quote-system .step-head {
    border-bottom: 1px solid #ddd;
    background: #efefef;
}

.quote-system .step-head .quote-steps > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0;
}

.quote-system .step-head .quote-steps > ul > li {
    padding: 12px 8px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #6b6b6b;
    padding: 10px 15px;
    width: 50%;
    text-align: center;
}

.quote-system .step-head .quote-steps > ul > li.active {
    background: #009900;
    color: #fff;
}

.quote-system .step-head .quote-steps > ul > li.active a {
    color: #fff;
}

.quote-system .step-head .step-icon-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
}

.quote-system .step-head .step-icon-wrapper:after {
    width: 100%;
    height: 1px;
    background: #ddd;
    content: "";
    position: absolute;
    top: 45px;
}

.quote-system .step-head .step-icon-wrapper .step-icon {
    text-align: center;
    position: relative;
    width: 12%;
    background: #efefef;
    z-index: 99;
    margin: 0 5%;
}

.quote-system .step-head .step-icon-wrapper .step-icon.active span {
    background: #539a5b;
    color: #fff;
}

.quote-system .step-head .step-icon-wrapper .step-icon > span {
    height: 45px;
    width: 45px;
    background: transparent;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #539a5b;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #539a5b;
}

.quote-system .booking-info {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.quote-system .booking-info ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.quote-system .booking-info ul > li {
    font-size: 15px;
    color: #333;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.quote-system .booking-info ul > li.edit {
    width: 200px;
}

.quote-system .booking-info ul > li.edit .btn-custom {
    padding: 8px 15px;
    font-size: 13px;
}

.quote-system .quote-sys-wrapper .sidebar-quote {
    background: #fff;
    padding: 20px;
}

.quote-system .quote-sys-wrapper .sidebar-quote .map-wrapper iframe {
    border: 0;
    height: 250px;
    margin-bottom: 20px;
}

.quote-system .quote-sys-wrapper .sidebar-quote .title {
    padding: 10px 0 8px 0;
    color: #333333;
}

.quote-system .quote-sys-wrapper .sidebar-quote .title span {
    float: right;
    font-size: 16px;
    color: #fff;
    background: #539a5b;
    padding: 5px 14px;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: #eee 1px solid;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p .fa {
    width: 30px;
    color: #539a5b;
    text-align: center;
    font-size: 14px;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p strong {
    color: #555;
    font-weight: 600;
    display: inline-block;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet {
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet .fleet-desc {
    padding-left: 30px;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet figure img {
    width: 100%;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet {
    padding-bottom: 30px;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap form:last-child .quote-fleet {
    margin-bottom: 0px;
    padding-bottom: 0;
    border: 0;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
    text-align: left;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet ul.details li {
    padding: 5px 4px;
}

.quote-system
    .quote-sys-wrapper
    .quote-inr-wrap
    .quote-fleet
    ul.details
    li
    .fa {
    height: 25px;
    display: inline-block;
    width: 25px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ccc;
    color: #5b5b5b;
    margin-right: 8px;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet .rate {
    color: #e20177;
    font-weight: 700;
    margin: 15px 0;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet .btn-custom {
    padding: 10px 0;
    font-size: 14px;
    width: 130px;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet .radio label {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 0 0;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.radio label .cr {
    position: relative;
    display: inline-block;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #e20177;
}

.radio label .cr .fa {
    padding: 2px;
    color: #ffffff;
    transform: scale(2) rotateZ(-20deg);
    font-size: 12px;
    transition: all 0.3s ease-in;
}

.radio label input[type="radio"]:checked .cr {
    background: #539a5b !important;
}

.quote-system .form-control {
    border: 1px solid #ccc;
    color: #333 !important;
    box-shadow: none;
    border-radius: 0;
}

.quote-system label {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.quote-system .form-wrapper legend {
    margin: 20px 0;
    color: #e20177;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
}

.quote-system .form-control:focus {
    border: 1px solid #539a5b;
    border-radius: 0;
}

.quote-system textarea {
    height: auto !important;
}

.quote-system .sidebar-quote .vec-img img {
    width: 100%;
}

.quote-system .quote-sys-wrapper .sidebar-quote {
    background: #fbfbfb;
    padding: 20px;
    border: 1px solid #ddd;
}

.quote-system .quote-sys-wrapper .sidebar-quote .map-wrapper iframe {
    border: 0;
    height: 250px;
    margin-bottom: 20px;
}

.quote-system .quote-sys-wrapper .sidebar-quote .title {
    padding: 10px 0 8px;
}

.quote-system .quote-sys-wrapper .sidebar-quote .title span {
    float: right;
    font-size: 16px;
    color: #fff;
    background: #1a89c5;
    padding: 5px 14px;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: #eee 1px solid;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p .fa {
    width: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p strong {
    color: #555;
    font-weight: 600;
    display: inline-block;
}

.quote-system .quote-sys-wrapper .sidebar-quote > p span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

.quote-system .quote-sys-wrapper > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.quote-system .quote-sys-wrapper .form-wrapper {
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
}

.quote-system .quote-sys-wrapper .vec-desc-hide {
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    color: #333;
}

.quote-system .quote-sys-wrapper .vec-desc-hide figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-system .quote-sys-wrapper .vec-desc-hide figure .vec-img {
    width: 60%;
    margin: 0 auto;
}

.quote-system .quote-sys-wrapper .vec-desc-hide figure figcaption {
    width: 20%;
}

.quote-system .quote-sys-wrapper .vec-desc-hide figure figcaption .details li {
    padding: 4px 0;
}

.quote-system
    .quote-sys-wrapper
    .vec-desc-hide
    figure
    figcaption
    .details
    li
    .fa {
    height: 25px;
    display: inline-block;
    width: 25px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ccc;
    color: #5b5b5b;
    margin-right: 8px;
}

.quote-system .quote-sys-wrapper div.rate {
    background: #e20177;
    color: #fff;
    padding: 12px 20px;
}

.quote-system .quote-sys-wrapper div.rate p {
    border-bottom: 1px solid #f3f3f3;
    padding: 8px 0;
}

.quote-system .quote-sys-wrapper div.rate * {
    color: #fff;
}

.quote-system .quote-sys-wrapper div.rate big {
    float: right;
    font-size: 24px;
    font-weight: 700;
}

.quote-system .thank-wrap {
    text-align: center;
}

.quote-system .thank-wrap > .fa {
    height: 100px;
    width: 100px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 99px;
    font-size: 50px;
    color: #539a5b;
    border: 2px solid #539a5b;
    margin: 0 auto;
}

.quote-system .thank-wrap h1 {
    font-size: 36px;
    margin: 10px 0;
    color: #4e4e4e;
    text-transform: uppercase;
    font-weight: 600;
}

.quote-system .thank-wrap .btn-custom {
    margin-top: 15px;
}

.quote-system .thank-wrap .btn-custom .fa {
    padding-left: 8px;
}

.top-quote-info p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.top-quote-info {
    background: #e20177;
    padding: 2px 0;
}

.blog article {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.blog .footer-bottom article {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
}

.blog-item {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-item figure {
    height: 250px;
    overflow: hidden;
}

.blog-item figure img {
    height: 100%;
}

.blog-item article {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    background: #fff;
    height: 100%;
    margin: 10px;
    padding: 20px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.blog-item .title-second {
    padding-bottom: 10px;
    border-bottom: 1px solid #539a5b;
}

.blog-item:hover article {
    top: 0;
    color: initial;
}

.blog-content {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.blog-content:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}

.area-banner img {
    width: 100%;
    object-position: 50% 64%;
    height: 100%;
    object-fit: cover;
}

.area-wrapper {
    text-align: left;
}

.area-group {
    padding: 0 20px;
}

.area-group h2 {
    font-weight: 500;
    margin-top: 30px;
}

.area-group h2 .fa {
    margin-right: 14px;
    color: #539a5b;
}

/* .area-group ul {
    margin-left: 30px;
}

.area-group ul li {
    position: relative;
    padding: 4px 0;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
}

.area-group ul li:before {
    position: absolute;
    content: '\f0da';
    font-family: FontAwesome;
    color: #539a5b;
    left: 0;
} */

.area-wrapper .row > .col-md-5:first-child {
    border-right: 1px solid #ddd;
}

/*# sourceMappingURL=master.css.map */

@media (min-width: 1201px) {
    #home form > .row > .col-md-3 {
        width: 22%;
    }
    #home form > .row > .col-md-2 {
        width: 14%;
    }
    .input-group-addon {
        padding: 6px 6px 6px 0;
    }
    .input-group-addon i {
        font-size: 19px !important;
    }
}

.faq-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 36%;
}

.faq-page h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.faq-page .sidebar-widget ul li {
    font-size: 16px;
    padding: 8px;
    padding-left: 0px;
    border-bottom: 1px dotted #ddd;
}

.faq-page .sidebar-widget ul li:before {
    font-family: "FontAwesome";
    margin-right: 10px;
    content: "\f0da";
    color: #539a5b;
    transition: all ease-in 0.3s;
}

.footer-partner {
    text-align: center;
    margin: 20px 0;
}

.footer .footer-partner h3 {
    font-size: 18px;
    color: #539a5b;
    margin-bottom: 25px;
    text-align: center;
}

.recent-wrapper .widget .search-form .screen-reader-text {
    display: block;
    font-weight: 500;
}

.recent-wrapper .widget .widget-title {
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
}

.recent-wrapper .widget {
    margin: 0 0 2.4em;
}

.recent-wrapper .widget ul {
    margin-left: 10px;
}

.recent-wrapper .widget ul li {
    position: relative;
    padding-left: 8px;
}

.recent-wrapper .widget ul li:before {
    position: relative;
    font-family: "FontAwesome";
    content: "\f0da";
    left: -5px;
    color: #539a5b;
    font-size: 16px;
}

.recent-wrapper .widget .search-form label {
    display: block;
}

.recent-wrapper .widget .search-form label input {
    width: 100%;
    height: 36px;
    outline: 0;
    font-weight: 500;
    padding-left: 10px;
    font-size: 14px;
}

.recent-wrapper .widget .search-form .search-submit {
    width: auto;
    margin-top: 4px;
    padding: 12px 26px;
    height: auto;
    background: #539a5b;
    color: #fff;
    font-size: 16px;
}

.blog-wrapper .sub-title {
    font-size: 24px;
    color: #539a5b;
}

.blog-page .blog-wrapper {
    margin-bottom: 40px;
}

.blog-page .blog-wrapper:last-child {
    margin-bottom: 0px;
}

.blog-page .blog-wrapper .blog-info .post-time {
    font-size: 12px;
    margin-bottom: 5px;
}

.blog-page .blog-wrapper .blog-info .post-time .piper {
    margin: 0 15px;
}

.blog-page .blog-wrapper .blog-info .post-time span {
    color: #888;
}

.blog-page .blog-wrapper .blog-info p {
    margin-bottom: 10px;
    letter-spacing: 0.1px;
    font-size: 16px;
    color: #3f3f3f;
}

.blog-page .blog-group .blog-wrapper a {
    color: #539a5b;
}

.blog-inner .blog-wrapper h6 {
    margin: 6px 0;
    font-size: 13px;
}

.blog-inner .blog-wrapper h2 {
    text-transform: capitalize;
    color: #539a5b;
}

.blog-inner .blog-wrapper p {
    font-size: 16px;
    letter-spacing: 0.05px;
    line-height: 2.4;
    margin-bottom: 24px;
}

.dim-bg {
    background: #eaeaea;
}

.bar-wrapper .title {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
}

.blog-main-wrap {
    background: #fff;
    padding: 20px;
}

#google_translate_element .goog-te-gadget-simple {
    white-space: nowrap;
    padding: 0;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    border: none;
}

#google_translate_element .goog-te-gadget-simple img {
    display: none;
}

#google_translate_element .goog-te-gadget-simple a {
    background: #e20177;
    /* border: 1px solid #ddd; */
    padding: 10px 4px;
    color: #fff;
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}

#google_translate_element .goog-te-gadget-simple a:focus,
#google_translate_element .goog-te-gadget-simple a:hover {
    background: #4ccfed;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    margin: 0 3px;
}

.footer .footer-item figure img {
    width: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
}

.ui-timepicker-wrapper {
    width: 130px;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet figure img {
    width: 220px;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet figure {
    text-align: center;
}

.quote-system .quote-sys-wrapper .quote-inr-wrap .quote-fleet h3 {
    margin-top: 0;
}

.quote-system .btn-ghost {
    background: #e20177;
    padding: 10px 35px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

#TA_selfserveprop119.TA_selfserveprop .widSSP.widSSPnarrow {
    width: 100% !important;
}
/* 404 page template */

.template-404 {
    background: #f6f6f6;
    padding: 124px 0 123px;
    /*margin-top: 79px; */
}

.template-404 h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.template-404 h1 span {
    color: #539a5b;
}

.template-404 .btn-custom {
    margin-top: 30px;
}

.service figure figcaption {
    background: #f2f2f2;
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.service figure {
    transition: 0.4s;
    margin-bottom: 40px;
}

.service figure img {
    width: 100%;
    min-height: 240px;
}

.service figure:hover {
    box-shadow: 1px 2px 7px #989898;
    transition: 0.4s;
}

.quote.inner-quote {
    margin-top: 0;
}

.testimonials {
    background: #f6f6f6;
}

.popular {
    background: #fff;
    padding: 60px !important;
    border-bottom: 1px solid #ccc;
}

.popular figure {
    margin-bottom: 0;
    min-height: 290px;
}

.popular figure figcaption {
    text-transform: capitalize;
    font-weight: 500;
}

.popular a {
    display: block;
    min-height: 288px;
}

.driver-reg .panel .panel-body {
    padding: 30px;
}

.driver-reg .panel .panel-body input,
.driver-reg .panel .panel-body select {
    background: #f1f1f1;
    border-radius: 0;
    height: 50px;
}

.driver-reg .panel .panel-heading {
    font-size: 20px;
    color: #539a5b;
    font-weight: 600;
}

.driver-reg .panel h4 {
    font-size: 20px;
    color: #539a5b;
    font-weight: 600;
}

.pull-right.remove-btn {
    margin-top: 40px;
}

.vehicle-unavailable {
    background: #539a5b;
    padding: 25px 10px;
    display: block;
    color: #ffffff;
    text-align: center;
}

#page.site a {
    font-size: 16px !important;
    color: #539a5b !important;
    font-size: 14px !important;
}

#page.site ul {
    list-style: none !important;
}

ul li,
a,
#submit {
    font-size: 17px !important;
}

#loader {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

#loader .fa {
    font-size: 44px !important;
    color: #fff;
    margin-top: 50vh;
}

.blog.area-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

.mob-whatsapp {
    display: none;
    position: absolute;
    right: 60px;
}
.hp-tripadvisor {
    position: absolute;
    left: 0;
    top: 33px;
}
.booking.padding {
    position: relative;
}

.transfer-type-radio [type="radio"]:checked,
.transfer-type-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.transfer-type-radio [type="radio"]:checked + label,
.transfer-type-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.transfer-type-radio [type="radio"]:checked + label:before,
.transfer-type-radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.transfer-type-radio [type="radio"]:checked + label:after,
.transfer-type-radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #e20177;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.transfer-type-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.transfer-type-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.col-height-same {
    display: flex;
    flex-wrap: wrap;
}

.col-height-same .col-sm-4 {
    margin-bottom: 30px;
}

.hotel-list a {
    display: block;
    font-size: 14px !important;
    margin-top: 5px;
    font-weight: 700;
}

.hotel-list figure img {
    object-fit: cover;
}

.hotel-list .row {
    display: flex;
    flex-wrap: wrap;
} 
 