@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
    font-size  : 14px;
}

a {
    outline        : none !important;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

/* elements */

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
.menu-fs,
.header-head1 .bgimage-head,
.link {
    text-transform: uppercase;
}

h1 {
    font-size     : 70px;
    font-weight   : 700;
    line-height   : 80px;
    letter-spacing: 2px;
}

h2 {
    color         : #333333;
    font-size     : 34px;
    font-weight   : 600;
    line-height   : 42px;
    letter-spacing: 1px;
}

h3 {
    color         : #333333;
    font-size     : 22px;
    font-weight   : 600;
    line-height   : 28px;
    letter-spacing: 1px;
}

h4 {
    color         : #333333;
    font-size     : 18px;
    font-weight   : 600;
    line-height   : 26px;
    letter-spacing: 1px;
}

.h2-bottom {
    margin-bottom: 40px;
}

.h3-bottom {
    margin-bottom: 10px;
}

.h4-bottom {
    margin-bottom: 10px;
}

p {
    color      : #666666;
    font-size  : 14px;
    font-weight: 400;
    line-height: 24px;
}

.p-bottom {
    margin-bottom: 12px;
}

a {
    color: inherit;
}

a:hover {
    color          : inherit;
    text-decoration: none;
}

a:visited {
    color          : inherit;
    text-decoration: none;
}

.section-space {
    padding: 80px 0 80px 0;
}

.image-center {
    margin: 0 auto;
}

.image-right {
    margin: 0 0 0 auto;
}

.image-left {
    margin: 0 auto 0 0;
}

.image-radius {
    border-radius: 3px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.imagetopheader{
    display: none;
}

.btn-1 {
    background-color: #1bbc9b;
    border          : 0;
    border-radius   : 3px;
    color           : #f3f3f3;
    display         : inline-block;
    font-size       : 12px;
    font-weight     : 700;
    padding         : 10px 20px 10px 20px;
    letter-spacing  : 1px;
    text-transform  : uppercase;
    transition      : 300ms ease-in;
}

.btn-1:hover {
    background-color: #333333;
}

.btn-2 {
    background-color: #ff0404;
    border          : 0;
    border-radius   : 30px;
    color           : #f3f3f3;
    display         : inline-block;
    font-size       : 12px;
    font-weight     : 700;
    padding         : 10px 20px 10px 20px;
    letter-spacing  : 1px;
    text-transform  : uppercase;
    transition      : 300ms ease-in;
}

.btn-2:hover {
    background-color: #333333;
}

.btn-ant:hover {
    background-color: #f3f3f3;
    color           : #333333;
}

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

.btn-top-1 {
    margin-top: 20px;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
}

.image-bottom {
    margin: 0 0 20px 0;
}

.column-center {
    float : none;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-fs {
    font-size: 0;
}

.section-bg-1 {
    background-color: #ffffff;
}

.section-bg-2 {
    background-color: #f6f6f6;
}

iframe {
    border: 0px;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text-separate {
    color: #f3f3f3;
}

.bgimage-property {
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;
}

.ls {
    letter-spacing: 1px;
}

.distab {
    display: table;
}

.distab-cell-middle {
    display       : table-cell;
    vertical-align: middle;
}

.distab-cell-top {
    display       : table-cell;
    vertical-align: top;
}

.distab-cell {
    display: table-cell;
}

.underline-bottom {
    margin: 0 0 40px 0;
}

.link {
    color      : #1bbc9b;
    font-size  : 13px;
    font-weight: 700;
    line-height: 20px;
}

.link a:hover {
    color: #333333;
}

.link-top {
    margin-top: 15px;
}

.services-bg,
.app-bg,
.packages-bg,
.customer-bg {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    transition: 300ms ease-in;
}

.services-bg:hover,
.app-bg:hover,
.packages-bg:hover,
.customer-bg:hover {
    border    : 1px solid #1bbc9b;
    box-shadow: none;
}

.image-grow {
    -webkit-transition: .3s all ease;
    transition        : .3s all ease;
}

.image-grow:hover {
    -webkit-transform: scale(1.03);
    transform        : scale(1.03);
}

/*========================================== NAVIGATION START ===========================================*/

.menu-underline::before {
    background-color: #333333;
    border-radius   : 3px;
    content         : "";
    height          : 50px;
    position        : absolute;
    right           : 0;
    left            : 0;
    bottom          : 0;
    top             : 0;
    opacity         : 0;
    transform       : translateX(100%);
    transition      : transform 0.5s ease 0s, opacity 0.33s ease 0s;
}

.menu-underline:hover::before {
    opacity  : 1;
    transform: translateX(0px);
}

.menu-fs,
.menu-fs li {
    color         : #666666;
    font-size     : 14px;
    font-weight   : 600;
    line-height   : 22px;
    letter-spacing: 1px;
}

.menu-bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color           : #666666 !important;
    background-color: transparent !important;
    margin          : 0 0;
    padding         : 15px 15px 15px 15px;
}

.navbar-default .navbar-nav>li>a:hover {
    color           : #f3f3f3 !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #1bbc9b !important;
}

.navigation-tb {
    margin: 10px 0;
}

.nav>li {
    display: table;
}

.navbar-right {
    margin-right: 0;
}

/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER-1 START ===========================================*/

.header-bgimage {
    background-image: url("../images/1500x630x1.jpg");
}

.header-section-space {
    padding: 220px 0 220px 0;
}

.header-head1-bottom {
    margin-bottom: 20px;
}

.header-head2 {
    font-size     : 16px;
    font-weight   : 600;
    line-height   : 24px;
    letter-spacing: 1px;
}

.header-btn {
    background-color: #1bbc9b;
    border          : 1px solid #1bbc9b;
    border-radius   : 3px;
    color           : #f3f3f3;
    display         : inline-block;
    font-size       : 12px;
    font-size       : 1.3em;
    font-weight     : 700;
    padding         : 24px 38px 22px;
    letter-spacing  : 1px;
    text-transform  : uppercase;
    transition      : 300ms ease-in;
}

.header-btn:hover {
    color           : #333333;
    background-color: #f3f3f3;
    border          : 1px solid transparent;
}

/*========================================== HEADER-1 END ===========================================*/
/*========================================== HEADER-SLIDER START ===========================================*/
/*=========== HEADER-SLIDER-ONE-BGIMAGE =================*/

.header-slider-bgimage1 {
    background-image: url("https://binhduonggrab.com/images/1500x630x2.jpg");
}

/*=========== HEADER-SLIDER-TWO-BGIMAGE =================*/

.header-slider-bgimage2 {
    background-image: url("https://binhduonggrab.com/images/1500x630x3.jpg");
}

/*=========== HEADER-SLIDER-THREE-BGIMAGE =================*/

.header-slider-bgimage3 {
    background-image: url("https://binhduonggrab.com/images/1500x630x4.jpg");
}

.header-section-slider-space {
    padding: 50px 0 50px 0;
}

.header-section-slider-height {
    height  : 500px;
    overflow: hidden;
}

.outer {
    display : table;
    position: absolute;
    height  : 100%;
    width   : 100%;
}

.middle {
    display       : table-cell;
    vertical-align: middle;
}

.inner {
    margin-left : auto;
    margin-right: auto;
}


/*========================================== HEADER VIDEO END ===========================================*/
/*========================================== SERVICES START ===========================================*/

.services-bg {
    background-color: #ffffff;
    padding         : 30px 15px 30px 15px;
    border          : 1px solid transparent;
}

/*========================================== SERVICES END ===========================================*/
/*========================================== LUXURY CARS START ===========================================*/

.luxury-left-pad {
    padding-left: 15px;
}

.luxury-bgimage {
    background-image: url("../images/luxury_bgimage.jpg");
    padding         : 30px 30px 30px 30px;
}

.luxury-bg-dark-bgimage {
    background-image: url("https://binhduonggrab.com/public/images/750x600.jpg");
    padding         : 30px 30px 30px 30px;
}

.luxury-center {
    display: table;
    margin : 0 auto;
}

.luxury-line-pad {
    padding: 10px 0 10px 40px;
}

.luxury-text-top {
    padding-top: 0;
}

/*========================================== LUXURY CARS END ===========================================*/

/*========================================== TAXI APP START ===========================================*/

.app-left-pad {
    padding-left: 15px;
}

.app-heading-bottom {
    padding-bottom: 15px;
}

.app-bg {
    background-color: #ffffff;
    padding         : 20px 20px 20px 20px;
    border          : 1px solid transparent;
}

/*========================================== TAXI APP END ===========================================*/
/*========================================== OUR AWESOME FEATURES START ===========================================*/

.features-icon-left {
    float: left;
}

.features-pad-left {
    padding-left: 84px;
}

.features-bottom {
    padding-bottom: 30px;
}

.features-bottom:last-child {
    padding-bottom: 0;
}

/*========================================== OUR AWESOME FEATURES END ===========================================*/
/*========================================== AVAILABLE CAR TYPES START ===========================================*/

.types-row-bottom {
    padding-bottom: 30px;
}

.types-row-bottom:last-child {
    padding-bottom: 0;
}

/*========================================== AVAILABLE CAR TYPES END ===========================================*/
/*========================================== OUR PRICING PLANS START ===========================================*/

.pricing-price {
    color      : #1bbc9b;
    font-size  : 30px;
    font-weight: 700;
    line-height: 38px;
}

/*========================================== OUR PRICING PLANS END ===========================================*/
/*========================================== BEST PRICING PACKAGES START ===========================================*/

.packages-bg {
    background-color: #ffffff;
    padding         : 30px 20px 30px 20px;
    border          : 1px solid transparent;
}

.packages-bg h2 {
    color: #1bbc9b;
}

.pricing-tag {
    color      : #333333;
    font-size  : 25px;
    font-weight: 600;
    line-height: 60px;
    padding    : 15px 0;
}

.price-list-bottom p {
    padding-bottom: 15px;
}

.price-list-bottom p:last-child {
    padding-bottom: 0;
}

/*========================================== BEST PRICING PACKAGES END ===========================================*/
/*========================================== TAXI AVAILABLE 24/7 SERVICE START ===========================================*/

.available-bgimage {
    backdrop-filter : brightness(50%);
    background-image: url("../images/1500x600x3.jpg");
}


.available-section-space {
    padding: 180px 0 180px 0;
}

/*========================================== TAXI AVAILABLE 24/7 SERVICE  END ===========================================*/
/*========================================== FOOTER START =========================================*/

.footer-section-space {
    padding: 80px 0 40px 0;
}

.contact-heading-bottom {
    margin-bottom: 20px;
}

.follow-heading-bottom {
    margin-bottom: 15px;
}

.adress-line-bottom {
    margin-bottom: 8px;
}

.footer-row-space {
    margin-bottom: 20px;
}

.footer-icon li {
    list-style: none;
    display   : inline-block;
}

.footer-left-pad li {
    padding-left: 10px;
}

.footer-left-pad li:first-child {
    padding-left: 0;
}

.form-bottom-1 {
    margin-bottom: 25px;
}

.form-text {
    height: 40px;
}

.footer-br {
    border-bottom: 1px solid #cccccc;
    margin-top   : 40px;
}

.footer-br-bottom {
    margin-bottom: 40px;
}

.form-div input.error,
.form-div-1 textarea.error {
    border-color: #ff0000 !important;
}

.contact-div label {
    color      : #ff0000;
    font-size  : 12px;
    font-weight: 600;
}

.errorClass {
    border: 1px solid #ff0000 !important;
}

.form-success,
.form-failure {
    font-size  : 14px;
    font-weight: 600;
}

.form-success {
    color: #50cd88;
}

.form-failure {
    color: #ff0000;
}

.submit-reset {
    margin     : 0 0 0 auto;
    padding-top: 25px;
}

.submit-right-pad {
    padding-right: 30px;
}

.form-error-top {
    padding-top: 10px;
}

/*========================================== FOOTER END ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .app-heading-top {
        padding-top: 0;
    }

    .res-width-full {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-row-bottom {
        padding-bottom: 6px;
    }

    .imagetopheader{
        display: inline;
    }

    .gallery-pad {
        padding: 0 3px;
    }

    .services-res-bottom,
    .why-res-bottom {
        padding-bottom: 30px;
    }

    .res-image-bottom {
        padding-bottom: 20px;
    }

    .common-res-bottom {
        padding-bottom: 40px;
    }

    .types-row-bottom,
    .news-res-row-bottom {
        padding-bottom: 40px;
    }

    .logo-res-bottom {
        padding-bottom: 30px;
    }

    .app-heading-top {
        padding-top: 0;
    }

    .res-client-space {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0;
    }

    .imagetopheader{
        display: inline;
    }

    .navbar-right {
        padding-top: 10px;
    }

    .menu-fs,
    .menu-fs li {
        margin: 5px 0;
    }

    .res-image-bottom-1 {
        padding-bottom: 20px;
    }

    .common-res-bottom-1 {
        padding-bottom: 40px;
    }

    .res-client-space-1,
    .services-res-bottom {
        margin-bottom: 30px;
    }

    .types-row-bottom {
        padding-bottom: 40px;
    }

    .price-fixed,
    .customers-fixed {
        margin: 0 auto;
        width : 400px !important;
    }

    .price-res-bottom,
    .customers-res-bottom {
        margin-bottom: 40px;
    }

    .price-res-bottom:last-child,
    .customers-res-bottom:last-child {
        margin-bottom: 0;
    }

    .app-heading-top {
        padding-top: 30px;
    }

    .gallery-row-bottom {
        padding-bottom: 30px;
    }

    .gallery-res-bottom {
        padding: 0 15px 30px 15px;
    }

    .gallery-res-bottom:last-child {
        padding: 0 15px 0 15px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 639px) {
    .common-full {
        width: 100% !important;
    }

    .imagetopheader{
        display: inline;
    }

    .plans-res-bottom {
        padding-bottom: 40px;
    }

    .counter-res-bottom {
        padding-bottom: 30px;
    }

    .features-res-bottom {
        padding-bottom: 30px;
    }

    .phone-text {
        font-size: 36px;
    }

    h1 {
        font-size  : 56px;
        line-height: 64px;
    }

    h2 {
        font-size  : 28px;
        line-height: 34px;
    }

    h3 {
        font-size  : 20px;
        line-height: 26px;
    }

    .btn-1,
    .header-btn {
        font-size  : 11px;
        font-weight: 700;
    }

    .menu-fs {
        font-size  : 12px;
        font-weight: 600;
    }

    .counter-num {
        font-size  : 36px;
        font-weight: 700;
        line-height: 40px;
    }

    .pricing-tag {
        font-size  : 42px;
        line-height: 48px;
    }

    .app-list {
        font-size  : 13px;
        line-height: 20px;
    }

    .plans-price-fs {
        font-size  : 18px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 479px) {
    .common-full-1 {
        width: 100% !important;
    }

    .imagetopheader{
        display: inline;
    }

    .services-res-bottom-1 {
        padding-bottom: 30px;
    }

    .price-fixed,
    .customers-fixed {
        width: 100% !important;
    }

    .why-res-bottom,
    .why-res-bottom-1 {
        padding-bottom: 30px;
    }

    .counter-res-bottom {
        padding-bottom: 30px;
    }

    .phone-text {
        font-size  : 24px;
        line-height: 32px;
    }

    .news-res-row-bottom-1,
    .team-res-bottom {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 250px){
    .imagetopheader{
        display: inline;
    }
}