/
select::-ms-expand {
    display: none;
}
body{margin:0px; padding:0px; font-size:13px; font-family: 'Montserrat', sans-serif;position: relative; }
img{margin:0px; padding:0px; border:none;}
li{margin:0px; padding:0px; display:block;}
p{margin:0px; padding:0px; line-height:19px;}
a{margin:0px; padding:0px; text-decoration:none;  cursor: pointer;}
a:hover{text-decoration:none;}
h1, h2, h3, h4{margin:0px; padding:0px; font-weight:500; text-transform:none;}
strong, em{margin:0px; padding:0px; font-weight:normal; font-style:normal;}

input, select, textarea{ font-family:'Montserrat', sans-serif;}

a:hover, a:focus{text-decoration:none;}
a:focus{outline:none;}
.disp-I
{
    display: inline-block;
}

/*=======================================*/



/***********===========header section start=============*********/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    max-width: 1440px;
}
header.LOGGEDOUT #navBtnShow {
    display: none;
}
img {
    max-width: 100%;
}
header {
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.fixed_header {
    background: #000;
}
.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.header-inner .navbar-brand img {
    max-width: 80px;
}
header .dynamic-data select {
    padding: 10px 30px 10px 20px;
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/homepage/down_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    cursor: pointer;
    background-size: 10px;
    background-position: right 10px center;
    height: 46px;
}
header .dynamic-data select option {
    background: #fff;
    color: #000;
}
select:focus {
    outline: none;
}
.header-inner .navbar {
    width: 100%;
    margin: 0;
}
.header-inner .navbar-header {
    margin-left: 0px;
}
.header-inner  .navbar-brand {
    padding: 0;
}
.header-right ul li a {
    padding: 10px;
    display: block;
    font-size: 19px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 400;
}
.header-right ul li {
    margin: 20px 20px 0 0;
}
.header-right ul li a.unic-btn, .flight-booking-rates a.unic-btn {
    padding: 12px 30px;
    border: 1px solid #d33e43;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: #d33e43;
    text-transform: uppercase;
    font-size: 19px;
    height: 46px;
}
.flight-booking-rates a.unic-btn {
    color: #fff ;
}
.flight-booking-rates {
    text-align: right;
}
.unic-btn i {
    margin-right: 5px;
    font-size: 18px;
}
.header-right ul li a.unic-btn:hover {
    background-color: #fff;
    color: #d33e43 !important;
    border-color: #fff;
}

/***********============header section end============*********/



/***********==========home-banner section start==============*********/
.banner_section img{width: 100%;}
.header-inner .navbar-toggle {
    background-color: #d33e43;
}
.header-inner .navbar-toggle .icon-bar {
    background-color: #fff;
}
.home-banner {
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
}
.home-banner-inner {
    max-width: 1440px;
    margin: 0 auto;
}
/*.banner_section .item img {
    width: 100%;
}*/

.banner-data h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
}
.banner-data {
    color: #fff;
    padding-top: 157px;
    max-width: 1440px;
    position: absolute;
    top: 0px;
}
.banner-data .banner_content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    padding-bottom: 15px;
    max-width: 992px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 20px;
}
.logins-col strong {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px;
    margin-left: -20px;
}
.logins-col p:first-child,.logins-col p:last-child {
    min-height: auto !important;
    margin-left: 0;
}
.logins-col p {
    font-size: 16px ;
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 26px;
    min-height: 100px;
    margin-left: -20px;
}
.logins-col a {
    margin-left: -20px;
    font-size: 16px !important;
    color: #fff;
    font-weight: 400;
    padding: 15px 8px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
}
.logins-col a:hover,.logins-col:first-child a {
    border: 1px solid transparent;
    background-color: #d33e43;
    color: #fff;
}
.logins-holder {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 0;
}
[dir="rtl"] .logins-col {
    margin-right: 0px;
    margin-left: 208px;
}
.logins-col {
    display: inline-block;
    max-width: 224px;
    margin-right: 55px;
    position: relative;
    padding-top: 80px;
}
.logins-col:before {
    position: absolute;
    content: '';
    top: -21px;
    background-image: url(../img/homepage/banner_icon.png);
    left: -27px;
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
}
[dir="rtl"] .logins-col:nth-child(2) {
    margin-left: 0;
}
section.work_flow.banner_section {
    padding: 0;
}
/***********==========home-banner section end==============*********/
/***********==========how-it-works section start==============*********/
.bg_color{background-color: #fdfafb;}
section.how_works {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0 0;
}
.steps_block .nav.nav-tabs {
    border: none;
    justify-content: center;
    align-items: center;
    display: flex;
}
.steps_block .nav-tabs > li.active > a, 
.steps_block .nav-tabs > li.active > a:hover, 
.steps_block .nav-tabs > li.active > a:focus {
    color: #ffff;
    background-color: #d33e43;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.steps_block .nav-tabs > li > a:hover {
    border-color: transparent;
}
.steps_block .nav-tabs > li > a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding: 11px 30px;
}
.work_flow {
    padding: 50px 0;
}
.steps_center_block img {
    float: left;
    width: 28%;
}
.steps_center_block,.steps_center_bottom_block {
    padding: 125px 0 0;
    display: inline-block;
}
.steps_center_block p {
    font-size: 14px !important;
    float: right;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    width: 70%;
    margin-bottom: 15px;
}
.steps_left_block {
    background-image: url(../img/homepage/phone.png);
    background-size: cover;
    min-height: 700px;
    background-position: 50% 50%;
    position: relative;
}
.steps_left_block img {
    position: absolute;
    top: 76px;
    width: 310px;
    height: 545px;
    border-radius: 4px;
    left: 17px;
}
.steps_center_bottom_block img {
    float: right;
    width: 28%;
}
.steps_center_bottom_block p {
    font-size: 14px !important;
    float: left;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    width: 70%;
    text-align: right;
    margin-bottom: 15px;
}
.padding-lt-0
{
    padding-left: 0;
}
.padding-rt-0
{
    padding-right: 0;
}
.padding-0{
    padding: 0;
}
.work_flow .owl-theme .owl-controls .owl-page span:after{
    display: none;
}

/*new design*/
.how_works_btn {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    background: #d33e43;
    padding: 12px 30px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.how_works_btn img {
    margin-right: 5px;
    max-width: 20px;
}
.circle_img {
    padding-bottom: 40px;
}
.last_img_block img ,.circle_img img
{
    width: 900px;
}

/***********==========how-it-works section end==============*********/


/***********==========Car-section start==============*********/
.car_section_content {
    padding-top: 20px;
}
.car_section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.heading {
    padding-bottom: 55px;
    position: relative;
}
.heading:after {
    position: absolute;
    content: '';
    background-image: url(../img/homepage/footer_icon.png);
    background-repeat: no-repeat;
    left: 50%;
    width: 91px;
    height: 5px;
    bottom: 35px;
    transform: translateX(-50%);
}
.heading h2 {
    color: #d33e43;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.heading h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
}
.car_section_content h2 {
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
}
.car_section_content p {
    font-size: 18px !important;
    padding-top: 25px;
    color: #000;
    font-weight: 500;

}
.car_section_content i {
    margin-right: 10px;
    vertical-align: middle;
}
.car_section_content span i {
    margin-right: 3px;
}
.car_section_content span {
    margin-right: 15px;
}

/***********==========Car-section end==============*********/

/***********==========Download app section Start==============*********/
.download-section {
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    padding: 85px 0 0;
}
.download-section-inner {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}
.download-section h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #d33e43;
    text-transform: uppercase;
}
.download-section strong {
    font-size: 21px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.download-section p {
    font-size: 16px !important;
    max-width: 500px;
    font-weight: 400;
    line-height: 25px;
}
.hand_img {
   /* background-image: url(../img/homepage/hand.png);*/
    background-size: cover;
    background-position: center;
    height: 480px;
    margin-top: -125px;
    width: 100%;
}
.apps_links {
    padding-top: 20px;
}
.apps_links img {
    max-width: 195px;
    margin-right: 15px;
}
.download-links a {
    display: inline-block;
    padding: 0 9px;
}
.download-links {
    margin-top: 45px;
}
/***********==========Download app section end==============*********/
/***********==========where section section start==============*********/
.map-section {
    font-family: 'Montserrat', sans-serif;
    background-position: right center;
    background-size: cover;
    position: relative;
    background-image: url(../img/homepage/map.jpg);
    background-position: center;
}
.map-section-inner {
    height: 570px;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    min-height: 100%;
}
.map_section_content{    
    position: absolute;
    background: rgba(255,255,255,.8);
    padding: 10px;
}
.map-caption {
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    margin-left: 68px;
}
[dir="rtl"] .map-caption {
    padding: 0 0 0 56px;
}
[dir="rtl"] .map-caption a {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.map-caption h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    max-width: 250px;
}
.map-caption a {
    font-size: 18px !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background: #d33e43;
    padding: 15px 30px;
    border-radius: 6px;
    border: 2px solid #fff;
}

/***********==========where section section end==============*********/

/***********==========call section Start==============*********/
.call-section {
    background-color: #d33e43;
    font-family: 'Montserrat', sans-serif;
    padding: 35px 0 0;
}
.padding_emergency{padding: 25px 0 0;}
.emergency_content_bottom{padding-top: 20px;}
.call-section-inner {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: #fff;
}
.call-section h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.call-section p {
    font-size: 20px;
    line-height: 30px;
}
.call-section a {
    font-size: 23px;
    background-color: #fff;
    color: #d33e43;
    font-weight: 800;
    display: inline-block;
    padding: 16px 20px 16px 55px;
    border-radius: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-image: url(../img/homepage/emergency_phone.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 14px center;
    text-transform: uppercase;
}

.call-section a img {
    margin-right: 10px;
}
[dir="rtl"] .call-section a img {
    margin-right: 0px;
    margin-left: 10px;
}
.call-section footer {
    margin-top: 0;
}
/***********==========call section end==============*********/
/***********==========footer section start==============*********/

.footer-column h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 60px;
}
.footer-column h4:after {
    position: absolute;
    content: '';
    background-image: url(../img/homepage/footer_icon.png);
    background-repeat: no-repeat;
    left: 0;
    width: 91px;
    height: 5px;
    top: 35px;
}
.footer-column p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 40px;
}
.footer-column p a {
    color: #d33e43;
    text-decoration: underline;
    font-size: 16px;
}
.download_links ul li:before {
    background-image: none !important;
}
.download_links ul li {
    padding-left: 0 !important;
}
.footer-top {
    color: #878787;
    padding: 55px 0 40px;
    position: relative;
    width: 1440px;
    margin: 0 auto;
    border-bottom: 1px solid #4c4c4c;
}
/*.upper_margin {
    margin-top: 40px !important;
}*/
.chat_box {
    background: #494949;
    color: #fff !important;
    padding: 9px 22px;
    font-weight: 400;
    text-decoration: none !important;
    font-size: 15px !important;
    border: 4px solid #c2c2c2;
    border-top-left-radius: 4px !important;
    position: fixed;
    top: auto;
    right: 10px;
    margin: 0 100px 0 0;
    border-bottom: none;
    border-top-right-radius: 4px !important;
    bottom: 0px;
}
.chat_box i 
{
    margin-right: 3px;
}
/*.footer-top:after {
    position: fixed;
    content: '';
    bottom: 60px;
    right: 30px;
    background-image: url(../img/homepage/footer_bottom.png);
    width: 155px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}*/
footer .footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    padding: 0 15px;
    width: auto;
}
.footer-width{
    max-width: 1440px;
    margin: 0 auto;
}
.footer-bottom a {
    color: #d33e43;
    text-decoration: underline;
}
.footer-column ul.contact-data  li a {
    display: inline-block;
    margin-left: 8px;
}
.footer-column ul.contact-data li {
    margin-bottom: 0;
    padding: 0;
}
.footer-column ul.contact-data {
    list-style: none;
    margin-bottom: 0;
}
.footer-column ul.contact-data li:before {
    display: none;
}
.footer-column a {
    color: #878787;
}
.footer-column b {
    margin-right: 5px;
}
.footer-column a:hover {
    color: #fff;
}
.footer-column > a img {
    opacity: 0.22;
}
.footer-column > a {
    display: inline-block;
}
.footer-column address {
    font-size: 13px;
    margin-top: 15px;
    max-width: 255px;
}
footer {
    font-family: 'Montserrat', sans-serif;
    background-color: #000000;
}
.footer-column ul li a {
    font-size: 16px !important;
    text-decoration: none;
    color: #878787;
    display: block;
    font-weight: 400;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    color: #fff;
}
.footer-column ul li a:hover {
    color: #fff;
}
.footer-column ul li { position: relative;padding-left: 16px;margin-bottom: 11px;color: #fff; font-size: 16px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;}
[dir="rtl"] .footer-column ul li {
    padding-left: 0px;
    padding-right: 16px;
}
.footer-column ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(../img/homepage/footer_link.png);
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 15px;
    height: 30px;
}
[dir="rtl"] .footer-column ul li:before {
    left: auto;
    right: 0;
}
.footer-column ul.social-media-list li:before {
    display: none;
}
.footer-column ul.social-media-list li { 
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: inline-block;
    margin:0 5px 0  0;
}
.footer-column ul.social-media-list li a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 2px solid #fff;
    border-radius: 17px;
    line-height: 32px;
    width: 40px;
    height: 35px;
    text-align: center;
}
.footer-column ul.social-media-list li a:hover {
    color: #d33e43;
}
.footer-column ul.social-media-list {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.footer-column .download-links {
    margin: 42px -10px 0 -10px;
}
.footer-bottom {
    color: #fff;
    padding: 20px 0;
    background-color: #000000;
    font-weight: 500;
    font-size: 16px;
}
.footer-bottom .footer-inner {
    justify-content: center;
    align-items: center;
}
.footer-column ul {
    padding: 0;
}
.copyright p {
    margin: 10px 0 !important;
}
.scrollToTop {
    animation: 2s ease-in-out 0s normal none infinite running bounce;
    background-color: #d33e43;
    border-radius: 6px;
    bottom: 40px;
    line-height: 45px;
    margin: auto;
    padding: 2px 0px 7px;
    position: fixed;
    right: 10px;
    top: auto;
    width: 60px;
    z-index: 999999999;
    text-align: center;
    height: 50px;
    box-shadow: 0px 2px 4px 1px rgba(255,255,255,.09);
}
.scrollToTop i {
    color: #fff;
}
/***********==========footer section end==============*********/

/***********==========Terms page css ==============*********/

.banner_section {
    position: relative;
}
.banner_heading {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.banner_heading h2{
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.banner_heading h2 span {
    position: absolute;
    opacity: .4;
    font-size: 200px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
}
.content_box .breadcrumb_bar {
    background: #e2e2e2;
    padding: 10px 0;
}
.content_box .breadcrumb {
    background: transparent;
}
.breadcrumb_bar ol.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
}
.breadcrumb_bar ol.breadcrumb li, .breadcrumb_bar ol.breadcrumb a {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.breadcrumb > li + li:before {
    content: '|';
    color: #000;
    padding: 0 10px;
    font-size: 17px;
}
.inner_content {
    padding: 45px 0;
}
.inner_content h4 {
    color: #d33e43;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}
.inner_content p {
    color: #000;
    font-size: 15px !important;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    text-align: justify;
}
.inner_content li {
    color: #000;
    font-size: 15px !important;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: justify;
    display: list-item;
}
.inner_content p:last-child{padding-bottom: 0 !important;}
.gap_20{
    padding-bottom: 20px;
}
.gap_20:last-child{padding-bottom: 0;}

/***********==========Terms page css end ==============*********/


/***********==========about us page css starts ==============*********/

.about_us_content p {
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
    text-align: justify;
}
.about_us_content {
    padding: 40px 0 20px;
}
.about_us_cotainer
{
    padding: 40px 0 0;
}
.counter li {
    padding-right: 60px;
}
.count {
    font-size: 35px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 30px;
}
.count span {
    color: #d33e43;
    font-size: 23px;
    font-weight: 700;
}
.count_title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
/***********==========about us page css end ==============*********/

/***********==========Cities page css end ==============*********/

.color_red
{
    color: #d33e43;
}
.color_black
{
    color: #000;
}
.city_content h2 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
}
.city_content p
{
    font-size: 16px !important;
    line-height: 28px;
    margin-top: 10px;
    text-align: justify;
    overflow-y: auto;
    height: 342px;
}
.left_block {
    padding-right: 30px;
}
.right_block {
    padding-left: 30px;
}
.city_feature {
    padding: 20px 0 50px;
}
.feature_block {
    padding: 20px 40px;
}
.feature_block h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 15px;
}
.feature_block p {
    font-size: 16px !important;
    line-height: 22px;
    color: #000;
    font-weight: 500;
}
/***********==========Cities page css end ==============*********/
/***********==========error page css start ==============*********/
.page_not_found {
    padding: 50px 0;
}
.error_block h4 {
    font-size: 23px;
    font-weight: 600;
    margin: 20px 0 28px;
    text-transform: uppercase;
    color: #d33e43;
}
.page_not_found p {
    font-size: 15.5px !important;
    font-weight: 500;
    line-height: 29px;
}
.page_not_found p a {
    font-size: 15.5px !important;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
/***********==========error page end ==============*********/

/***********==========business page css start ==============*********/
.business_block1 {
    padding: 120px 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

.business_block1 .heading h3
{
    color: #000 ;
    font-size: 28px;
}
.business_block1 .heading:after {
    left: 0%;
    bottom: 25px;
    transform: none;
}
.business_block1 .heading {
    padding-bottom: 30px;
}
.business_listing,.business_listing p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.business_listing p
{
    margin-bottom: 10px;
}
.business_listing ul
{
    padding: 0;
    margin: 0;
}
.business_listing ul li
{
    padding: 10px 35px 10px;
    position: relative;
}
.business_listing ul li:before {
    position: absolute;
    top: 11px;
    left: 0;
    content: '\f00c';
    font-size: 20px;
    color: #000;
    font-family: FontAwesome;
}
.busniess_inner h2 {
    font-size: 18px;
}
.language_DE .busniess_inner {
    min-height: 442px;
}
.busniess_inner {
    padding: 25px 28px;
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,.1);
    border-radius: 10px;
    min-height: 420px;
    background-color: #fff;
    transition: all .3s ease-out;
}
.busniess_inner img {
    max-width: 140px;
    margin-bottom: 15px;
}
.busniess_inner p {
    line-height: 24px;
}
.busniess_inner:hover {
    background-color: #d33e43;
    transform: translate(0, -7px);
}
.busniess_inner:hover h2,.busniess_inner:hover p{
    color: #fff;
}
.display_hover{
    display: none;
}
.busniess_inner:hover .display_hover
{
    display: block;
    margin: 0 auto;
}
.busniess_inner:hover .display_none
{
    display: none;
}
/***********==========business page css end ==============*********/


/***********==========services page css start ==============*********/
.services_block .common_btn {
    width: auto;
    max-width: initial;
}
.services_block p {
    text-align: center;
    height: auto;
}
.services_block .business_listing ul li {
    padding: 10px 10px 10px 25px;
    position: relative;
}
.services_block {
    display: table;
    width: 100%;
    height: 500px;
}
.centering
{
    display: table-cell;
    vertical-align: middle;
}
.padding_bottom {
    padding-bottom: 60px;
}
.mt-15
{
    margin-top: 15px;
}
.services_detail .col-md-6 {
    padding: 0;
}
/***********==========services page css end ==============*********/

/***********==========contact page css start ==============*********/

.contact_block h2 {
    text-transform: capitalize;
    line-height: 10px !important;
    margin-bottom: 15px;
}
.contact_block p {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400;
    height: auto;
    margin: 0 0 20px;
}
.contact_block .form-control {
    border: 2px solid #8a8888;
    height: 48px;
    padding-left: 15px;
    color: #8a8888;
    font-weight: 500;
}
.contact_block textarea {
    height: auto !important;
    resize: vertical;
}
.contact_block .form-group {
    margin-bottom: 25px;
}
.map_block iframe
{
    border-radius: 6px;
}
.common_btn {
    background: #d33e43 !important;
    border-color: #d33e43 !important;
    text-transform: uppercase;
    max-width: 190px;
    width: 190px;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    line-height: 27px;
}
.btn-signup {
    background-color: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    font-weight: 600;
}

.contact_detail {
    padding: 70px 0 0;
}
.contact_info {
    border: 1px solid #dedede;
    border-radius: 6px;
    padding: 30px 20px;
}
.contact_info img.working_hour
{
    max-width: 150px;
}
.contact_info h4 {
    color: #000;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 15px;
}
.contact_info p,.contact_info span {
    color: #666;
    font-weight: 500;
    font-size: 15px !important;
    padding-bottom: 10px;
}
.contact_info a {
    color: #d33e43 !important;
    font-weight: 500;
    font-size: 15px !important;
}
.table_disp
{
    display: table;
    width: 100%;
    height: 200px;
}
/***********==========contact page css end ==============*********/

/***********==========support FAQ page css start ==============*********/
.support_heading:after
{
    display: none;
}
.support_heading{padding-bottom: 0;}
.support_heading p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 22px;
}
.support_faq
{
    padding:50px 0;
}
.sub_heading h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 40px;
}
.support_faq .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.support_faq .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.support_faq .panel-title > a:hover, 
.support_faq .panel-title > a:active, 
.support_faq .panel-title > a:focus  {
    text-decoration:none;
}
.support_faq .panel-default > .panel-heading {
    background: none;
    color: #fff;
    padding: 0;
}
.support_faq .panel-default > .panel-heading a {
    background: #000;
    width: 100%;
    padding: 18px 15px;
    display: block;
}
.support_faq .panel-title {
    text-transform: uppercase;
    font-weight: 600;
}
.support_faq  .panel-group .panel {
    margin-bottom: 20px;
    box-shadow: 3px 0px 8px 5px rgba(0,0,0,.09);
}
.support_faq .panel-body {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    padding: 30px 15px;
    min-height: 165px;
    text-align: justify;
}
.support_faq .panel-default > .panel-heading a[aria-expanded="true"] {
    background: #d33e43 !important;
}
.sub_heading:after {
    position: absolute;
    content: '';
    background-image: url(../img/homepage/footer_icon.png);
    background-repeat: no-repeat;
    left: 0;
    width: 91px;
    height: 5px;
    bottom: 20px;
}
.sub_heading {
    position: relative;
    margin: 40px 0 20px;
}
/***********==========support FAQ page css end ==============*********/

/***********==========Login page css end ==============*********/
.hideem .holder{
    display: none;
}
.tab_block .nav.nav-tabs > li {
    display: none;
}
.login_tabs .tab_block .nav-tabs > li {
    display: block !important;
}
ul.list-inline.social_images {
    display: block !important;
}
.right_line{border-right: 1px solid #ccc}
.user_block {
    padding: 50px 0;
}
.tab_block .nav-tabs > li > a {
    border: none;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px !important;
    text-align: center;
    padding:10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    line-height: 27px;
}
.tab_block .nav-tabs > li.active > a, 
.tab_block .nav-tabs > li.active > a:hover, 
.tab_block .nav-tabs > li.active > a:focus {
    background: #d33e43;
    border:none;
}
.tab_block .nav > li > a:hover, .tab_block .nav > li > a:focus {
    opacity: 1;
}
.tab_block  .nav-tabs {
    border-bottom: none;
    margin-left: 7px;
}
.tab_block .nav-tabs > li {
    margin-right: 5px;
    width: 150px;
}
.login_tabs .tab_block .nav-tabs > li {
    margin-right: 5px;
    width: 24%;
}
.steps_login ,.inner_login{
    display: inline-block;
    vertical-align: middle;
}
.login_content {
    padding-bottom: 60px;
}
.inner_login {
    width: 84%;
    margin-left: 15px;
}
.steps_login {
    width: 11%;
}
.inner_login h2{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.inner_login p {
    font-size: 14px !important;
    font-weight: 500;
    padding-top: 5px;
}
.login_block {
    width: 100%;
    background-color: #f9f9f9;
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.login_box .form-control {
    border: 1px solid #e5e5e5;
    box-shadow: none !important;
    border-radius: 8px;
    padding-left: 35px;
    background: #fff;
}
/*.login_box select.form-control{
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
}*/

select::-ms-expand {
    background:#fff;
}
.login_box .form-group{
    position: relative;
}
span.login_ico {
    position: absolute;
    top: 12px;
    left: 10px;
    text-align: center;
}
span.phn_no {
    width: 79%;
    display: inline-block;
}
span.country_code {
    width: 20%;
    display: inline-block;
}
.phone_number input.form-control{
    padding-left: 15px;
}
span.login_ico i {
    font-size: 18px;
    color: #858585;
    font-weight: 300;
}
.login_box {
    padding: 35px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.forgot_link {
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline !important;
    font-size: 16px !important;
}
.dont_have
{
  text-decoration: none !important;  
}
.login_box .common_btn img {
    margin: -3px 5px 0;
}
span.or_circle {
    margin: 15px 0;
    display: inline-block;
    background: #cdcdcd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 15px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    border: 1px solid #aaa;
    text-align: center;
}
.login-socials a.fb-icon {
    background: #0254a0;
    color: #fff;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
.login-socials a.google-icon {
    background: #da544c;
    color: #fff;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
.or-option {
    position: relative;
}
.or-option:before {
    content: '';
    background: #ddd;
    height: 1px;
    width: 158px;
    display: inline-block;
}
.or-option:after {
    content: '';
    background: #ddd;
    height: 1px;
    width: 158px;
    display: inline-block;
}
.side-right {
    border-left: 1px solid #ccc;
    padding: 25px;
    text-align: center;
}
.social_images img {
    width: 160px;
}
.login_box  .small_width
{
    width: 150px !important;
    max-width: 150px !important;
}
.login_box .sub_heading {
    margin: 0 !important;
}

.register_box {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.login_box  .upper_spacing
{
    margin: 20px 0 !important;
}
.radio_selection {
    padding-bottom: 40px;
}
.signup_content p {
    margin-bottom: 10px;
    font-weight: 500;
}
.padding-top-20
{
    padding-top: 20px;
}
.submit-but,#fleet .common_btn,#organization .common_btn,#drive .common_btn, #ride .common_btn {
    width: auto;
    max-width: initial;
}
/***********==========Login page css end ==============*********/

/***********==========cars page css start ==============*********/

.cars_block {
    padding: 25px 25px 45px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,.06);
    border-radius: 4px;
    margin-bottom: 30px;
}
.cars_content h2 {
    padding: 20px 0 0;
}

.cars_content p {
    height: auto;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 24px;
    padding-top: 5px !important;
}
.border-right
{
    border-right:1px solid #e5e5e5;
}

.breadcrumb_bar .container {
    padding: 0;
}
/***********==========cars page css end ==============*********/

/***********==========corporate page css end ==============*********/
.corporate_content p {
    margin-bottom: 15px;
    font-size: 15px !important;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}

.corporate_content {
    padding-bottom: 15px;
}
.corporate_form label {
    font-weight: 500;
    font-size: 15px;
}
.login_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.corporate_form select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.dropdown_icon{
    position: relative;
}
.dropdown_icon:after {
    position: absolute;
    top: 13px;
    right: 13px;
    content: '';
    background-image: url(../img/innerpages/corporate1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 12px;
    height: 20px;
}
/***********==========corporate page css end ==============*********/
/***********==========how it works page css start ==============*********/

.inner_headings h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
}
.img_block img {
    width: 100%;
}
.intro_screen{
    position: relative;
}
.intro_screen:after {
    background-image: url(../img/how-it-works/how_it_works_arrow.png);
    content: '';
    position: absolute;
    top: 20px;
    right: -5px;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    background-position: right;
}
.back_gray {
    background: #f6f6f6;
}
.spacing
{
    padding: 40px;
}
.second_step .steps_center_block {
    padding: 20px 0;
}
.second_step .steps_center_block p {
    float: none;
}
.login_screen{
    display: block;
    width: 100%;
    float: left;
    padding: 10px 50px 0;
}
.login_screen p{
    float: none;
    width: 100%;
}  
.third_step .steps_center_block, .third_step .steps_center_bottom_block {
    padding: 40px 0 0;
}  
/***********==========how it works css end ==============*********/



/*driver landing page*/
.loading, .loading_login {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 99999;
    background: rgba(0,0,0,.7);
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
}
.loading img
{
    width: 280px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loading_login img
{
    width: 280px;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.driver_landing_heading .col-md-6.text-left.col-lg-8,.driver_landing_heading .col-md-8 {
    z-index: 9;
}
.p-bt-0{
    padding-bottom: 0 !important;
}
.driver_landing_heading {
    top: 42%;
}
.form_right
{
    right: 0%;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.driver_landing_heading h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 5px;
    font-weight: 500;
}
.driver_landing_heading h2 {
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}
.kiosk_form{
    margin-top: -190px !important;
}
.fleet_driver{
    margin-top: -215px !important;
}
.driver_form {
    background: #efefef;
    padding: 17px 20px 10px;
    margin-top: -230px;
}
.driver_form .form-group {
    margin-bottom: 10px;
}
.driver_form h3 {
    text-transform: uppercase;
    font-size: 17px !important;
    text-align: left;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
}
.driver_form span.or_circle {
    margin: 8px 0;
    width: 31px;
    height: 31px;
    font-size: 12px !important;
    line-height: 30px;
    font-weight: 600;
}
.driver_form p {
    font-weight: 500;
    font-size: 14px !important;
    margin: 7px 0 7px;
}
.driver_form p a {
    color: #d33e43;
    text-decoration: underline;
    font-size: 15px !important;
}
.driver_form .common_btn {
    height: 42px;
    line-height: 22px;
}
.driver_form a.facebook-new img {
    width: 120px;
    height: 36px;
}
.driver_form .form-control {
    border: 1px solid #dcdcdc;
    box-shadow: none !important;
    border-radius: 4px;
    background: #fff;
    height: 42px;
    padding-left: 12px;
    color: #000;
    font-weight: 500;
    font-size: 13.5px !important;
}
.driver_form .col-md-6.col-sm-6:first-child {
    padding-right: 5px;
}
.driver_form .col-md-6.col-sm-6:nth-child(2) {
    padding-left: 5px !important;
}
.driver_form textarea.form-control {
    height: auto;
    overflow-y: auto;
    height: 80px;
    resize: inherit;
}
.btn_full{
    width: 100%;
    max-width: 100%;
}
.btn_half{
    width: 49.5%;
    max-width: 49.5%;
}
.airport_form .btn_half{
    font-size: 15px !important;
}
.driver_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.driver_form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.driver_form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.driver_form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
/* The checkbox */
.container_check {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
    color: #000;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 19px;
    width: 20px;
    border: 2px solid #333;
}
.container_check input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}
.container_check .checkmark:after {
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid #111;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container_check a {
    font-size: 15px !important;
    color: #d33e43;
    text-decoration: underline;
}
/*form styles*/

.msform fieldset:not(:first-of-type) {
    display: none;
}
.vycab_work .img_block img {
    width: auto;
}
.heading_work {
    text-transform: uppercase;
    font-size: 19px !important;
    padding-bottom: 12px;
}
.para_works {
    width: 285px;
    text-align: center;
    font-size: 15px !important;
    font-weight: 500;
    margin: 15px auto;
    line-height: 22px;
}
.bg_black {
    background-color: #1c1c1c;
    padding: 30px 0 0;
}
.common_bar h2, .common_bar h3 {
    color: #fff;
    font-weight: 600;
}
.driver_landing .inner_login span
{
    font-size: 14px !important;
    font-weight: 500;
    padding-top: 5px;
}
.driver_landing .login_content {
    min-height: 160px;
}
.app_links ul {
    padding: 20px 0;
}
.app_links li {
    display: inline-block;
    margin-right: 10px;
}
.app_links img {
    width: auto;
}
/*.banner_driver_signup{
    height: 750px;
}*/

.airport_form .col-md-3 label {
    color: #fff;
    font-weight: 500;
    background: #d33e43;
    width: 100%;
    border-radius: 4px;
    height: 46px;
    line-height: 46px;
}
.airport_form .col-md-3 {
    padding-right: 0;
}
.slider_hotels .carousel-control.left, .slider_hotels .carousel-control.right {
    background-image: none;
    color: #000;
    opacity: 1;
    text-shadow: none;
}
.slider_hotels .carousel-control.left span , .slider_hotels .carousel-control.right span {
    font-size: 20px !important;
}
.slider_hotels .carousel-control.left:before {
    position: absolute;
    content: '\f053';
    top: 45%;
    font-family: FontAwesome;
}
.slider_hotels .carousel-control.right:before {
    position: absolute;
    content: '\f054';
    top: 45%;
    font-family: FontAwesome;
}
@media screen and (min-height:660px) {
    .page-contant {
        min-height: 681px;
    }
}

@media screen and (min-device-width: 1601px) and (max-device-width: 1920px) {
    .banner-data {
        top: 100px;
    }
    .banner-data {
        padding-top: 197px;
    }
    .logins-col a {
        font-size: 15px !important;
    }
    .language_FR .banner-data {
        padding-top: 125px;
    }
    .language_FR  .banner-data h1 {
        font-size: 46px;
        line-height: 38px;
    }
    .language_FR .tab_block .nav-tabs > li > a, 
    .language_ES .tab_block .nav-tabs > li > a {
        font-size: 14px !important;
    }
    .language_FR .banner-data .banner_content p ,
    .language_IT .banner-data .banner_content p,
    .language_DE .banner-data .banner_content p ,
    .language_ES .banner-data .banner_content p  {
        font-size: 18px;
        padding-top: 10px;
    }
    .language_FR .logins-col p,
    .language_IT .logins-col p,
    .language_ES .logins-col p {
        min-height: 130px;
    }
    .language_DE .logins-col p {
        min-height: 150px;
    }
    .language_IT .banner-data h1 {
	    font-size: 47px;
	    line-height: 40px;
	}
	.language_IT  .logins-col strong {
	    font-size: 19px;
	}
	.language_IT .logins-col a {
	    font-size: 15px !important;
	    text-transform: capitalize;
	    padding: 15px 5px;
	}
	.language_IT .call-section h3 {
	    font-size: 32px;
	}
    .language_DE .banner-data h1 {
	    font-size: 48px;
	    line-height: 42px;
	}
	.language_ES .banner-data h1 {
	    font-size: 55px;
	    line-height: 50PX;
	}
	.language_ES  .logins-col strong {
	    font-size: 17px;
	}
}
@media screen and (max-width:1600px) {
    p,a, span{font-size: 17px !important;}
    .banner-data h1 {
        font-size: 75px;
        line-height: 50px;
    }
    .language_ES .banner-data h1 {
	    font-size: 54.7px;
	    line-height: 38px;
	}
	.language_ES .logins-col strong {
    	font-size: 17px;
	}
	.language_ES .logins-col p,.language_DE .logins-col p {
	    font-size: 15.5px !important;
	}
	.language_ES .logins-col p,.language_DE .logins-col p {
	    line-height: 21px;
    	min-height: 130px;
	}
	.language_DE .banner-data h1 {
        font-size: 48px;
        line-height: 35px;
    }
    .language_FR .banner-data h1 {
        font-size: 46px;
        line-height: 34px;
    }
    .language_IT .banner-data h1 {
	    font-size: 47px;
	    line-height: 33px;
	}
	.language_IT .logins-col strong {
	    font-size: 19px;
	}
	.language_IT .logins-col p {
	    font-size: 15px !important;
	    line-height: 23px;
	}
	.logins-col a {
	    font-size: 14px !important;
	    padding: 15px 6px;
	    text-transform: capitalize;
	}
    .logins-col p {
        font-size: 16px !important;
    }

    .language_FR .logins-col a {
        font-size: 15px !important;
        text-transform: capitalize;
    }
    .language_FR .logins-col p {
        font-size: 15px !important;
        min-height: 115px;
        line-height: 23px;
    }
    .language_FR .tab_block .nav-tabs > li > a {
	    font-size: 14px !important;
	}
    .language_ES .tab_block .nav-tabs > li > a {
        font-size: 14px !important;
    }
    .language_IT .tab_block .nav-tabs > li > a {
        font-size: 14px !important;
    }
    .language_DE .tab_block .nav-tabs > li > a {
        font-size: 14px !important;
    }
    .language_DE .tab_block .nav-tabs > li {
        width: 185px;
    }
   /* .driver_form {
	    height: 500px;
	    overflow-y: scroll;
	}*/
}

@media screen and (max-width:1550px) {
    p,a, span{font-size: 17px !important;}
    .banner-data h1 {
        font-size: 75px;
        line-height: 50px;
    }
    .breadcrumb_bar .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .banner-data {
        padding-top: 127px;
        padding-left: 60px;
    }
    .logins-col {
        padding-top: 74px;
    }
    .logins-col:before {
        height: 86px;
    }
    .logins-col strong {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .logins-col p {
        font-size: 16px !important;
        margin-bottom: 12px;
        line-height: 23px;
    }
    .footer-top {
        width: 100%;
    }
    .header-inner .navbar-brand {
        padding: 6px 10px;
    }
    .header-right ul li a {
        padding: 16px 10px;
    }
    .padding_sm
    {
        padding-left: 15px;
    }
    .support_faq .panel-body {
        min-height: 185px;
    }
    .padding_left{
        padding-left: 15px;
    }
    .inner_headings h4 {
        font-size: 22px;
    }
    .language_FR .logins-col a {
        font-size: 15px !important;
        text-transform: capitalize;
    }
    .language_FR .logins-col p {
        font-size: 15px !important;
        min-height: 115px;
        line-height: 23px;
    }
    .language_FR .tab_block .nav-tabs > li > a {
	    font-size: 13px !important;
	    padding: 10px 3px;
	}
    .position_logo {
        width: 100%;
        max-width: 100%;
    }
	.driver_form {
	    margin-top: -210px;
        padding: 10px 20px;
	}
    .driver_form h3 {
        font-size: 15.5px !important;
        margin-bottom: 0;
        line-height: 17px !important;
    }
    .driver_form .form-group {
        margin-bottom: 7px;
    }
    .driver_form p {
        font-size: 13px !important;
        margin: 4px 0;
        line-height: 17px;
    }
    .driver_form a.facebook-new img {
        width: 100px;
        height: 32px;
    }
}
@media screen and (max-width:1366px) {
    p,a, span{font-size: 17px !important;}
    header.LOGGEDIN .header-inner {padding-left: 40px;}
    header.LOGGEDIN #navBtnShow {
        margin-left: -28px;
    }
    [dir="rtl"] header.LOGGEDIN .header-inner {padding-left: 15px; padding-right: 40px;}
    [dir="rtl"] header.LOGGEDIN #navBtnShow {
        margin-left: 0px;
        margin-right: -28px;
    }
    .banner-data {
        padding-top: 135px;
        padding-left: 70px;
    }
    .download-section {
        padding: 55px 0 0;
    }
    .hand_img {
        height: 450px;
        margin-top: -105px;
    }
    .city_content {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .services_block {
        height: 450px;
    }
    .support_faq .panel-default > .panel-heading a {
        font-size: 15px !important;
        line-height: 18px;
    }
    .support_faq .panel-body {
        min-height: 200px;
    }
    .download-section {
        padding: 40px 0 0;
    }
    .contact_block {
        padding: 0 !important;
    }
    .login_box {
        padding: 25px 10px !important;
    }
    .logins-col p {
        min-height: 115px;
    }
    .about_stage .about_us_content {
	    overflow-y: scroll;
	    height: 480px;
	}
    .language_FR .header-right ul li {
        margin: 20px 13px 0 0;
    }
    .language_FR .logins-col a {
        font-size: 15px !important;
        text-transform: capitalize;
    }
    .language_FR .logins-col p {
        font-size: 15px !important;
        min-height: 115px;
        line-height: 23px;
    }
    .language_DE .logins-col p {
        font-size: 15px !important;
        margin-bottom: 5px;
        line-height: 20px;
    }
    .language_DE  .logins-col a {
        font-size: 13px !important;
        padding: 15px 5px;
        text-transform: capitalize;
    }
    /*.about_us_content {
        height: 480px;
        overflow-y: auto;
    }*/
    .language_DE .busniess_inner {
        min-height: 465px;
    }
    .language_ES .logins-col p{
	    min-height: 115px;
    }
    .language_ES .busniess_inner {
	    min-height: 442px;
	}
    .language_FR .tab_block .nav-tabs > li > a {
	    font-size: 13px !important;
	    padding: 10px 3px;
	}
	.driver_form {
	    margin-top: -190px;
	}
    .kiosk_form{
        margin-top: -150px !important;
    }
    .fleet_driver{
        margin-top: -185px !important;
    }
    .box_outer{
        margin-top: -205px;
    }
	.airport_form .btn_half {
	    font-size: 14px !important;
	    width: 49.4%;
    	max-width: 49.4%;
    	padding: 10px 4px;
	}
	.driver_landing_heading h2 {
	    font-size: 34px;
	    line-height: 38px;
	}
	.driver_landing_heading h3 {
	    font-size: 24px;
	    margin-top: 0px;
	    line-height: 30px;
	}
    .driver_form a.facebook-new img {
        width: 100px;
        height: 32px;
    }
    .driver_form span.or_circle {
        margin: 6px 0;
    }
    .driver_form .form-control {
        height: 38px;
    }
    .driver_form .common_btn {
        height: 36px;
        line-height: 14px;
        font-size: 15px !important;
    }
    .captcha-signup1, .captcha-signup1 a {
        font-size: 12px !important;
        line-height: 17px !important;
        display: inline-block;
    }
    .captcha-signup1 abbr{
        display: block;
    }
    form .driver_form .help-block {
        font-size: 11px !important;
    }
    #referCheck {
        font-size: 11px !important;
    }
}
@media screen and (max-width:1279px) {
    p,a, span{font-size: 17px !important;}
    header .logo_new {
        margin-right: 26px;
    }
    .landingpage_signup img
    {
        height: 550px;
    }
    .app_links img {
        height: auto !important;
    }
    .login_box {
        padding: 25px 10px !important;
    }
    .city_content {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .language_FR .header-right ul li {
        margin: 20px 13px 0 0;
    }
    .services_container .contact_block {
        padding: 0 !important;
    }
    [dir="rtl"] header .logo_new {
        margin-right: 0px;
        margin-left: 26px;
    }
    /***************************/
    .safety-section-left {
        width: 55%;
        align-items: flex-start;
    }
    .safety-section-right {
        width: 45%;
        padding: 0 15px;
    }
    .safety-section-left img {
        max-width: calc(100% + 15px);
        max-width: -o-calc(100% + 15px);
        max-width: -ms-calc(100% + 15px);
        max-width: -moz-calc(100% + 15px);
        max-width: -webkit-calc(100% + 15px);
        height: auto;
    }
    .safety-section-inner {
        align-items: center;
    }
    .safety-section h3 {
        margin-bottom: 26px;
    }
    .steps_center_block, .steps_center_bottom_block {
        padding: 110px 0 0;
    }
    .banner-data h1 {
        font-size: 75px;
        line-height: 50px;
    }
    .logins-col {
        padding-top: 0px;
    }
    .logins-col:before {
        display: none;
    }
    .logins-col p {
        font-size: 15px !important;
        margin-bottom: 8px;
        line-height: 22px;
        min-height: 110px;
    }
    .logins-holder {
        flex-wrap: inherit;
        display: block;
    }
    .logins-col {
        max-width: 200px;
        margin-right: 35px;
    }
    .logins-col a {
        width: 200px !important;
        display: inline-flex;
        justify-content: center;
    }
    .logins-col strong ,.logins-col p,.logins-col a{
        margin-left: 0px;
    }
    .banner-data {
        padding-top: 120px;
        padding-left: 60px;
    }
    .download-section {
        padding: 55px 0 0;
    }
    .hand_img {
        height: 410px;
        margin-top: -105px;
    }
    .about_us_content {
        height: 370px;
        overflow-y: auto;
        padding: 30px 0;
    }
    .about_us_content p {
        font-size: 16px !important;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .count {
        font-size: 32px !important;
        margin-bottom: 5px;
    }
    .services_block {
        height: 300px;
    }
    span.phn_no {
        width: 75%;
    }
    span.country_code {
        width: 23%;
    }
    .support_faq .panel-body {
        min-height: 215px;
    }
    .support_faq .panel-default > .panel-heading a {
        min-height: 70px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        display: flex;
    }
    .download-section {
        padding: 40px 0;
    }
    .driver_form {
	    margin-top: -160px;
	}
}
@media screen and (max-width:1024px) {
    p,a, span{font-size: 17px !important;}
    .driver_form {
	    margin-top: -100px !important;
	}
	.driver_landing_heading h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.driver_landing_heading h3 {
	    font-size: 22px;
	    margin-top: 0px;
	    line-height: 29px;
	}
    .inner_headings h4 {
        font-size: 18px;
    }
    .landingpage_signup img
    {
        height: 550px;
    }

    .app_links img {
        height: auto !important;
    }
    .form_right ,.driver_landing_heading{
        top: 25%;
    }
    .get-fare-estimation {
        padding: 0px 0 0px 0px !important;
    }
    .footer-inner {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .footer-column ul.social-media-list {
        justify-content: start;
    }
    .footer-column {
        width: 33.33%;
    }
    .home-banner:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.3);
    }
    .banner-data {
	    padding-top: 75px;
	    padding-left: 60px;
	}
    .or-option:after,.or-option:before {
        width: 105px;
    }
    .side-right {
        padding: 25px 10px;
        text-align: center;
    }
    .support_faq .panel-body {
        min-height: 215px;
    }
    .support_faq {
        padding: 30px 0;
    }
    .header-right ul li {
        margin: 20px 8px 0 0;
    }
    #fleet .common_btn,
    #organization .common_btn,
    #drive .common_btn, 
    #ride .common_btn {
        font-size: 14px !important;
    }
    .language_ES .header-right ul li a.unic-btn,
    .language_ES  header .dynamic-data select {
	    width: 190px;
	}
    .language_FR .header-right ul li {
        margin: 20px 8px 0 0;
    }
    .language_FR .header-right ul li a {
        font-size: 15px !important;
        padding: 6px 15px;
    }
    .language_FR  .header-right ul li a.unic-btn {
        padding: 12px 8px;
    }
    .language_FR .banner-data h1 {
        font-size: 37px;
        line-height: 30px;
    }
    .language_FR header .dynamic-data select {
        padding: 10px 20px 10px 10px;
    }
    .language_FR .banner-data .banner_content p {
        font-size: 14px !important;
        line-height: 20px;
        margin: 0px 0 !important;
        padding: 10px 0 !important;
    }
    .language_FR .logins-col p {
        font-size: 13.5px !important;
        margin-bottom: 8px;
        line-height: 19px;
        min-height: 115px;
    }
    .language_DE .feature_block p {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .language_DE  .banner-data {
        padding-top: 50px;
    }
    .language_DE .banner-data h1 {
        font-size: 39px;
        line-height: 32px;
    }
    .language_DE .logins-col p {
        font-size: 13px !important;
        line-height: 19px;
        min-height: 115px;
    }
    .language_ES .banner-data h1 {
	    font-size: 44px;
	    line-height: 32px;
	}
	.language_ES .banner-data .banner_content p,
	.language_IT .banner-data .banner_content p {
	    font-size: 15px !important;
	    line-height: 20px;
	}
	.language_ES .logins-col strong {
	    font-size: 13px;
	}
	.language_ES .logins-col p {
	    line-height: 20px;
	    min-height: 130px;
	    font-size: 13px !important;
	}
	.language_ES .logins-col p:last-child, .language_DE .logins-col p:last-child {
	    min-height: auto;
	}
	.language_ES .counter li,.language_IT .counter li {
	    padding-right: 28px;
	}
	.language_IT .banner-data h1 {
	    font-size: 38px;
	    line-height: 30px;
	}
	.language_IT .logins-col strong {
	    font-size: 15px;
	}
	.language_IT .logins-col p {
	    font-size: 14px !important;
	    line-height: 22px;
	}
	.language_IT .call-section h3 {
	    font-size: 22px;
	}
    .language_DE .tab_block .nav-tabs > li {
        width: 24%;
    }
    .tab_block .nav-tabs > li > a {
        font-size: 15px !important;
    }
    .banner-data .banner_content p {
        font-size: 15px !important;
        line-height: 18px;
        padding: 12px 0;
    }
    .sub_heading {
        margin: 35px 0 15px;
    }
    .contact_detail {
        padding: 25px 0 0;
    }
    .emergency_content_bottom {
        padding-top: 4px;
    }
	.language_ES .call-section h3 {
	    font-size: 26px;
	}
	.language_ES .busniess_inner {
	    min-height: 455px;
	}
    .language_FR .call-section h3 {
        font-size: 23px;
        margin-bottom: 7px !important;
    }
    .language_FR .call-section p {
        line-height: 26px;
    }
    .language_DE .call-section h3 {
        font-size: 28px;
    }
    .language_DE .counter li {
        padding-right: 25px;
    }
    .language_FR .tab_block .nav-tabs > li > a {
	    font-size: 10px !important;
	    padding: 10px 0px;
	}
    .language_IT .tab_block .nav-tabs > li > a {
        font-size: 11px !important;
    }
    .language_ES .tab_block .nav-tabs > li > a {
        font-size: 10px !important;
    }
    .call-section a {
        font-weight: 700;
        display: inline-block;
        padding: 16px 10px 16px 35px;
        background-size: 25px;
        background-position: 7px center;
        font-size: 16px !important;
    }
    .home-banner {
        position: relative;
        z-index: 0;
    }
    .banner-data h1 {
        font-size: 60px;
        line-height: 40px;
    }
	.steps_center_block, .steps_center_bottom_block {
        padding: 75px 0 0;
    }
    .steps_center_block p,.steps_center_bottom_block p {
        font-size: 15px  !important;
    }
    .download-section h3 {
        font-size: 35px;
    }
    .download-section {
        padding: 40px 0 0;
    }
    .hand_img {
        height: 330px;
        margin-top: -65px;
    }
    .apps_links img {
        max-width: 160px;
        margin-right: 5px;
    }
    .footer-column h4 {
        padding-bottom: 50px;
        font-size: 18px;
    }
    .footer-column h4:after {
        top: 33px;
    }
    .banner-data .banner_content p {
        font-size: 16px !important;
        line-height: 24px;
        margin-bottom: 9px;
        max-width: 800px;
    }
    .logins-col a {
        font-size: 14px !important;
        padding: 15px 2px;
    }
    .logins-holder {
        border-top: none;
        padding-top: 5px;
        padding-left: 0;
    }
    .banner_section .owl-pagination {
        bottom: -3px !important;
    }
    .counter li {
        padding-right: 35px;
    }
    .banner_heading h2:after {
        font-size: 140px;
        top: -52px;
    }
    .inner_content {
        padding: 30px 0;
    }
    .about_us_content {
        height: 370px;
        overflow-y: auto;
    }
    .about_us_content p{
        font-size: 15px !important;
        line-height: 24px;
    }
    .services_block p {
        height: auto;
    }
    .about_us_content {
        padding: 20px 0;
    }
    .count {
        font-size: 27px !important;
        margin-bottom: 0 ;
    }
    .count_title {
        font-size: 16px !important;
    }
    .feature_block {
        padding: 20px 15px;
    }
    .feature_block h2 {
        font-size: 18px;
    }
    .busniess_inner {
        min-height: 450px;
        padding:20px 5px !important;
    }
    .services_block {
        height: 390px;
    }
    .contact_block p {
        height: auto;
    }
    .support_faq .panel-default > .panel-heading a {
        font-size: 14px !important;
        line-height: 17px;
        display: flex;
        min-height: 70px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .login_box {
        padding: 20px 10px !important;
    }
    .login_block {
        padding: 50px 25px 30px;
    }
    .social_images img {
        width: 121px;
    }
    .side-right .list-inline > li {
        padding-right: 0;
        padding-left: 0;
    }
    .steps_login {
        width: 12%;
    }
    .inner_login {
        width: 81%;
    }
    .country_code input.form-control, .phn_no input.form-control {
        padding-left: 15px;
    }
    .call-section {
        padding: 25px 0 0;
    }
    .padding_emergency {
        padding: 15px 0 0;
    }
    .call-section h3 {
        margin-bottom: 18px;
    }
    .city_listing p {
        height: 260px;
        overflow-y: hidden;
    }
    .has-error .help-block, .has-error .control-label {
        font-size: 14px !important;
    }

    /*Responaive nav bar*/

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        top: 18px;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse{
        padding-left: 0;
    }
    .header-inner .navbar-nav {
        background: rgba(0,0,0,.8);
        padding-bottom: 20px;
        border-top: 1px solid #aaa;
    }
    .header-right ul li {
        margin: 10px 20px 0 0 !important;
        width: 100%;
    }
    .header-right ul li a {
        padding: 6px 15px;
        font-size: 14px !important;
    }
    .header-right ul li a.unic-btn, header .dynamic-data select
    {
        width: 170px;
    }
    header {
        background: #000;
        position: relative !important;
    }
    .header-right ul li:last-child ,.header-right ul li:nth-last-child(2)
    {
        padding-left: 15px;
    }
    .navbar-right {
        float: none!important;
    }

}
@media screen and (max-width:991px) {
    .services_detail .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .app_links ul {
        padding: 15px 0 0;
        text-align: center;
    }
    .app_links img {
        height: auto !important;
        width: 140px !important;
    }
    .form_right {
        position: static !important;
        padding-top: 20px;
    } 
    .driver_landing_heading h2, .driver_landing_heading h3 {
        text-align: center;
        margin-bottom: 3px;
    }
    .content_box .services_container .corporate_form {
        padding-bottom: 30px !important;
    }
    .padding-rt-0 {
        padding-right: 15px;
    }
    .padding-lt-0 {
        padding-left: 15px;
    }
    .services_detail img {
        width: 100%;
    }
    p,a, span{font-size: 16px !important;}
    .services_container .contact_block {
        padding: 0 !important;
    }
    .contact_container{
        padding: 30px 0 0 !important;
    }
    .centering {
        padding:  0;
    }
    .header-right ul li {
        margin: 20px 7px 0 0;
    }
    .header-right ul li a {
        padding: 15px 0px 6px 12px;
        font-size: 14px !important;
    }
    .header-inner .navbar-brand {
        padding: 6px 10px;
    }
    .header-inner .navbar-brand img {
        max-width: 68px;
    }
    .banner_section .item {
        height: 400px;
    }
    .banner_section img {
        width: 100%;
        max-width: none;
        height: 400px;
        object-fit: cover;
    }
    .language_FR .banner-data h1,
    .language_DE .banner-data h1,
    .language_ES .banner-data h1,
    .language_IT .banner-data h1
    {
        font-size: 29px;
        line-height: 34px;
        top: 150px;
    }
    .language_FR .banner-data .banner_content p , 
    .language_DE .banner-data .banner_content p,
    .language_ES .banner-data .banner_content p,
    .language_IT .banner-data .banner_content p{
        padding: 10px 0 !important;
        top: 190px;
    }
    .language_FR .logins-col p,
    .language_DE .logins-col p,
    .language_ES .logins-col p,
    .language_IT .logins-col p {
        min-height: auto;
    }
    .banner-data h1 {
        font-size: 40px;
        line-height: 30px;
        color: #fff;
        position: absolute;
        top: 175px;
    }
    .banner_content {
        padding: 0 0 0 60px;
    }
    .banner-data .banner_content p {
        font-size: 15px !important;
        padding: 10px;
        line-height: 20px;
        color: #fff;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        top: 210px;
        border-bottom: none;
    }
    .logins-col a {
        padding: 15px 22px;
        border: 1px solid #000;
        color: #000;
        font-weight: 500;
        width: 230px;
        margin: 15px 0;
    }
    .banner-data {
        padding-top: 0px;
        padding-left: 20px;
        position: static;
    }
    .logins-col {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        padding-left: 67px;
        margin-bottom: 10px;
        text-align: left;
    }
    .car_section {
        padding: 30px 0;
        border-top: 1px solid #e5e5e5;
    }
    .banner-data ul li:before {
        content: attr(data-number);
        width: 50px;
        height: 50px;
        position: absolute;
        background-color: #fff;
        left: 0;
        top: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d33e43;
        font-size: 23px;
        font-weight: 700;
        box-shadow: 0 0 0 2px #d33e43 inset;
        background-image: none;
    }
    .banner-data ul li:first-child:before {
        background-color: #d33e43;
        color: #fff;
    }
    .banner-data ul:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 70%;
        background-color: #ccc;
        left: 22px;
        top: 65px;
        z-index: -1;
    }
    .banner-data ul li:first-child:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 146px;
        left: 22px;
        background-color: #d33e43;
        top: 50px;
    }
    .home-banner-inner {
        height: auto;
        margin-top: 20px;
    }
    .logins-holder {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        position: relative;
        z-index: 0;
    }
    .car_section_content {
        text-align: center;
    }
    .logins-col p {
        text-align: left;
        font-weight: 500;
        color: #000;
        min-height: auto;
    }
    .logins-col strong {
        font-weight: 700;
        color: #000;
    }
    .home-banner {
        padding-bottom: 80px;
    }
    .hand_img {
        display: none;
    }
    /******************************/
    .steps_center_block, .steps_center_bottom_block {
        padding: 45px 0 0;
    }
    .steps_center_block p,.steps_center_bottom_block p {
        font-size: 14.5px  !important;
    }
    .steps_center_bottom_block img,.steps_center_block img {
        margin-top: 10px;
    }
    .download-section h3 {
        font-size: 35px;
    }
    /****************************/
    .download-section strong {
        font-size: 19px;
    }
    .download-section p {
        font-size: 15px;
    }
    .download-section {
        padding: 35px 0 35px 0;
        background-size: cover;
    }
    .business_block1 {
        margin-bottom: 30px;
    }
    /*******************************/
    .map-section-inner {
        padding-left: 0;
        padding-right: 0;
    }
    #map {
        height: 400px;
    }
    .map-section:before {
        display: none;
    }
    .map-caption {
        width: 580px;
        height: auto;
        margin-left: 0;
    }
    #map {
        position: relative !important;
    }
    .map-caption,[dir="rtl"] .map-caption {
        flex-direction: column;
        padding: 20px;
        text-align: left;
        align-items: flex-start;
        position: relative;
    }
    .map-caption span {
        position: absolute;
        right: 10px;
        top: 25px;
        width: 35px;
    }
    .map-caption a {
        font-size: 16px !important;
        padding: 13px 28px;
        margin: 10px 0;
    }
    .map-caption h3 {
        font-size: 26px !important;
        line-height: 36px;
        max-width: 100%;
    }
    [dir="rtl"] .map-caption a {
        left: 15px;
        right: auto;
    }
    .map-caption strong {
        font-size: 22px;
    }
    /****************************/
    section.safety-section-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    .safety-section-left {
        width: auto;
    }
    .safety-section-right {
        width: auto;
        padding: 40px 20px;
    }
    .safety-section-left img {
        max-width: 100%;
    }
    /******************************/
    .call-section {
        padding: 43px 0 45px 0;
    }
    .emergency_content {
        text-align: center;
    }
    .call-section-inner img {
        display: none;
    }
    .padding_emergency {
        padding: 0px 0 0;
    }
    .call-section h3 {
        font-size: 30px !important;
        line-height: 35px;
    }
    .call-section p {        
        line-height: 27px;
    }
    .emergency_content_bottom {
        padding-top: 10px;
    }
    .download-links.padding_emergency {
        margin-top: 25px;
    }
    /******************************/
    footer .footer-inner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-column {
        width: 33.33%;
    }
    .footer-column ul.social-media-list {
        display: block;
    }
    .footer-column p {
        padding-bottom: 20px;
    }
    .footer-column h4 {
        padding-bottom: 40px;
        font-size: 18px;
    }
    .footer-column h4:after {
        top: 31px;
    }
    /******************************/
    .personal-ride-inner {
        min-height: auto;
        justify-content: center;
    }
    .personal-ride-caption {
        padding: 0;
    }
    .personal-ride {
        background-image: none !important;
        background-color: #fff;
        padding: 50px 0;
        border-top: 1px solid #e0e0e0;
    }
    .banner_section .owl-pagination {
        bottom: 10px;
    }

    /*about us*/
    .about_us_content {
        padding: 25px 0;
    }
    .city_content {
        padding: 15px 0 !important;
    }
    .about_us_cotainer {
        padding: 0px 0 30px;
    }
    .services_container
    {
        padding: 40px 0 0; 
    }
    .feature_block {
        padding: 15px 10px;
    }
    .feature_block h2 {
        font-size: 16px;
    }
    .feature_block p {
        font-size: 14px !important;
        line-height: 20px;
    }
    .city_content h2 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .disp-xs
    {
        display: flex;
        flex-direction: column;
    }
    .order-2
    {
        order: 2;
    }
    .busniess_inner {
        margin-bottom: 25px;
        min-height: 350px;
    }
    .services_block {
        display: block;
        height: auto;
    }
    .contact_block p {
        height: auto;
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .contact_info {
        padding: 20px;
        height: 420px;
        margin-bottom: 40px;
    }
    .contact_info .centering {
        text-align: center;
    }
    .login_box {
        padding:20px 0px !important;
    }
    .login_block {
        padding: 50px 25px 30px;
    }
    .inner_login {
        width: 80%;
    }
    .steps_login {
        width: 14%;
    }
    .social_images img {
        width: 133px;
    }
    .sub_heading h2 {
        font-size: 18px;
        padding-bottom: 35px;
    }
    .city_listing img
    {
        width: 100%;
    }
    .city_listing p {
        margin-top: 0;
        overflow-y: auto;
        height: auto;
    }
}

/*
@media screen and (min-device-width: 769px) and (max-device-width: 900px) { 
     .banner-data h1 {
        top: 16% !important;
    }
    .home-banner-inner .banner-data .banner_content p {
        top: 19% !important; 
    }
}*/

@media screen and (min-device-width: 320px) and (max-device-width: 599px) { 
.submit-but {
        margin-bottom: 10px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 374px) { 
    .login_tabs .tab_block .nav-tabs > li > a {
        text-transform: capitalize;
        font-size: 12px !important;
        padding: 4px 6px;
        line-height: 23px;
    }
    .facebook-new img {
        width: 113px !important;
        height: 33px !important;
    }
    .captcha-signup, .captcha-signup a {
        font-size: 13px !important;
    }
    .language_DE .map-caption h3 {
        font-size: 24px !important;
        line-height: 32px;
    }
    .language_DE  .footer-column h4 {
        font-size: 12.5px !important;
        line-height: 17px;
    }
    .language_DE .footer-column ul li a, .footer-column ul li,
    .language_IT .footer-column ul li a, .footer-column ul li {
        font-size: 12px !important;
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 340px) { 
    .map-caption h3 {        
        max-width: 255px;
    }
    .footer-column h4 {
        font-size: 14px !important;
    }
}
@media screen and (min-device-width: 360px) and (max-device-width: 370px) { 
    .map-caption h3 {        
        max-width: 300px
    }
}
@media screen and (min-device-width: 370px) and (max-device-width: 400px) { 
    .map-caption h3 {        
        max-width: 300px;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .captcha-signup img {
        object-fit: fill !important;
    }
    .captcha-signup .col-md-5.col-xs-12.col-sm-8{
        padding-top: 10px;
    }
    .submit-but {
        margin-bottom: 10px;
        width: 250px;
    }
    .para_works {
        width: auto;
    }
    .register_box a.btn.btn-primary.common_btn {
        width: 250px;
        max-width: 250px;
    }
    .padding-xs-lt{
        padding-left: 0;
    }
    .support_faq .panel-body {
        min-height: 286px;
    }
    .language_FR .corporate_form label {
        font-size: 14px;
    }
    .language_FR .logins-col a,
    .language_DE .logins-col a,
    .language_ES .logins-col a,
    .language_IT .logins-col a {
        font-size: 14px !important;
        width: 260px;
    }
    .language_ES .corporate_form label,.language_DE .corporate_form label {
	    font-size: 13.5px;
	}
	.language_IT .corporate_form label {
	    font-size: 12.2px;
	}
	.language_FR .tab_block .nav-tabs > li > a {
	    font-size: 11px !important;
	    padding: 10px 0px;
	}
    .language_ES .tab_block .nav-tabs > li > a {
        font-size: 11px !important;
    }
    .footer-column h4 {
        font-size: 13px;
    }
    .facebook-new img {
        width: 140px;
        height: 40px;
    }
    .login_box .form-control {
        text-overflow: ellipsis;
    }

    .driver_landing_heading {
        position: absolute;
        top: 175px !important;
    }
    .driver_landing_heading h3 {
        font-size: 18px;
    }
    .driver_landing_heading h2 {
        font-size: 22px !important;
    }
    .position_logo {
        width: 100%;
        position: static;
    }
    .position_logo img
    {
        margin-top: -757px;
        width: 50px !important;
        height: auto !important;
        max-width: 50px !important;
    }
    .driver_form {
        margin-top: 0 !important;
        height: auto;
        overflow: auto;
    }

}

@media screen and (max-width:767px) {
    p, a , span{font-size: 15px !important;}
    .captcha-signup .col-xs-12 {
        padding-left: 15px !important;
        float: left;
        margin-top: 5px;
    }
    .captcha-signup img {
        object-fit: fill !important;
        width: 100px !important;
    }
    .app_links ul {
        padding: 8px 0 0;
        text-align: center;
    }
    .app_links img {
        height: auto !important;
        width: 120px !important;
    }
    .driver_links{
        text-align: center;
    }
    .driver_landing_heading {
        position: absolute;
        top: 55px !important;
    }
    .driver_landing_heading h3 {
        font-size: 17px;
    }
    .driver_landing_heading h2 {
        font-size: 18px !important;
        line-height: 24px;
        margin-bottom: 0;
    }
    .position_logo {
        width: 100%;
        position: static;
    }
    .position_logo img
    {
        margin-top: -357px;
        width: 50px !important;
        height: auto !important;
        max-width: 50px !important;
    }
    .driver_form {
        margin-top: 0 !important;
        padding: 20px 15px 8px !important;
        min-height: 445px;
        height: auto;
        overflow: auto;
    }
    .driver_form .col-md-6.col-sm-6:nth-child(2) {
        padding-left: 15px !important;
    }
    .driver_form .col-md-6.col-sm-6:first-child {
        padding-right: 15px;
    }
    .btn_half {
        width: 48.5%;
        max-width: 48.5%;
    }
    .submit-but {
        width: 220px;
    }.btn_already {
        font-size: 13.5px;
    }
    .right_line {
        border-right: none;
    }
    .map-caption h3 {
        font-size: 24px !important;
    }
    .language_IT .map-caption h3 {
        font-size: 26px !important;
    }
    .language_ES .map-caption h3 {
        font-size: 27px !important;
    }
    .login-form-right.login-form-right1 {
        border-left: none;
        padding: 20px 0px;
        border-top: 1px solid #ccc;
        margin-top: 20px;
        text-align: left;
    }
    .register_box a.btn.btn-primary.common_btn {
        width: 220px;
        max-width: 220px;
    }
    .home-banner-inner {
        margin-top: 0px;
    }
    .services_block {
        text-align: left;
    }
    .services_block .business_listing ul li {
        display: block;
    }
    .services_block p {
    text-align: justify;
    }
    .img_block img {
        width: auto;
    }
    .inner_headings h4 {
        padding-bottom: 0;
    }
    .intro_screen:after {
        display: none;
    }
    .navbar-collapse {
        box-shadow: none !important;
    }
    .banner_section .item {
	    height: 200px;
	}
	.banner_section img {
	   width: 100%;
        max-width: none;
        height: 200px;
        object-fit: cover;
	}
    .support_faq .panel-body {
        min-height: auto;
    }
    .call-section a {
        width: 220px;
        margin: 0 auto;
    }
    .padding-xs{
        padding-right: 0 !important;
    }
    .contact_block .centering {
	    display: block;
	}
    .call-section a {
        padding: 16px 10px 16px 30px;
        background-size: 22px;
        background-position: 12px center;
        font-size: 16px !important;
    }
    .banner-data h1 {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        text-align: left;
        position: absolute;
        top: 50px;
    }
    .facebook-new img {
        width: 140px;
        height: 40px;
    }
    .login_box .form-control {
        text-overflow: ellipsis;
    }
    .submit-but, 
    #fleet .common_btn,
    #organization .common_btn,
    #drive .common_btn, #ride .common_btn {
        font-size: 14px !important;
        text-transform: capitalize;
    }
    .language_FR .tab_block .nav-tabs > li > a {
        font-size: 15.2px !important;
    }
    .language_FR .logins-col a ,
    .language_DE .logins-col a,
    .language_ES .logins-col a ,
    .language_IT .logins-col a {
        font-size: 13px !important;
        width: 234px;
    }
    .language_FR  .banner-data h1,
    .language_DE .banner-data h1,
    .language_ES .banner-data h1,
    .language_IT .banner-data h1 {
        font-size: 18px !important;
        line-height: 20px !important;
        top: 23px;
    } 
    .logins-col p {
        min-height: auto;   
        text-align: left; 
    }
    .logins-col {
        margin: 10px 0px 10px 0px;
    }
    .language_FR .home-banner-inner .banner-data .banner_content p,
    .language_DE .home-banner-inner .banner-data .banner_content p,
    .language_ES .home-banner-inner .banner-data .banner_content p,
    .language_IT .home-banner-inner .banner-data .banner_content p {
        font-size: 13.5px !important;
        top: 55px !important;
    }
    .home-banner-inner .banner-data .banner_content p {
        position: absolute;
        padding: 10px 0;
        color: #fff !important;
        font-weight: 400 !important;
        line-height: 19px !important;
        font-size: 14px !important;
        text-align: left !important;
        border: none;
        top: 65px !important;

    }
    .header-inner .navbar-nav {       
        background: rgba(0,0,0,.8);
        padding-bottom: 20px;
        border-top: 1px solid #aaa
    }
    .language_FR .header-right ul li a.unic-btn,
    .language_FR header .dynamic-data select,
    .language_ES .header-right ul li a.unic-btn,
    .language_ES header .dynamic-data select {
        max-width: 170px;
        width: 170px !important;
    }
    .navbar-toggle {
        top: 0;
    }
    .navbar-collapse {
        padding-left: 15px;
    }
    .header-right ul li:last-child ,.header-right ul li:nth-last-child(2)
    {
        padding-left: 0px;
    }

    .header-right ul li a.unic-btn {
        padding: 12px 15px;
        margin-left: 12px;
        max-width: 150px;
        text-align: center;
    }
    .header-right ul li {
        margin: 10px 20px 0 0;
    }
    .header-inner .navbar-brand img {
        max-width: 50px;
    }
    .header-inner .navbar-brand {
        padding: 0 15px 5px;
    }
    .banner-data {
        position: static;
        padding: 0px 10px;
    }
    .logins-col a {
        border-color: #000;
        color: #000;
        font-weight: 500;
        padding: 12px 0;
        margin: 10px 0 20px;
         width: 200px;
    }
    .download-section-inner .text-left {
        text-align: center;
    }
    .business_block1 .text-left {
        text-align: left !important;
    }
    .banner_content {
        padding: 0px !important;
    }
    header {
        padding: 15px 0;
        position: relative;
        background: #000;
    }
    header .dynamic-data select {
        margin-left: 12px;
        width: 150px;
        padding: 12px 15px; 
    }
    .header-right ul li a {
        padding: 6px 15px;
    }
    .banner-data .banner_content p, .logins-col strong {
        font-size: 15px !important;
        color: #000;
        text-shadow: none;
        text-align: left;
        font-weight: 700;
    }
    .banner_section .owl-theme .owl-controls .owl-buttons div {
        display: none !important;
    }
    /***************************/
    
    .how-it-works-section ul li strong {
        font-size: 20px;
    }
    .padding-lt-0
    {
        padding-left: 15px;
    }
    .padding-rt-0
    {
        padding-right: 15px;
    }
    .padding-0{
       padding-right: 15px;
       padding-left: 15px;
    }
    /*******************************/
    .map-caption {
        width: 520px ;
        height: auto;
        margin-left: 0;
    }
    .map_section_content {
        width: 100%;
    }
    /*******************************/
    .apps_links a img {
        margin-bottom: 12px !important;
    }
    /********************************/
    .call-section p {
        font-size: 15px;
    }
    /*******************************/
    footer .footer-inner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer {
        padding-bottom: 35px;
    }
    .footer-column {
        width: 31.5%;
        margin-bottom: 30px;
        margin-right: 10px;
    }
    .footer-column ul li a,.footer-column ul li {
        font-size: 13px !important;
    }
    .footer-bottom {
        font-size: 14px;
    }
    .footer-column address {
        max-width: unset;
    }
    .footer-column:last-child {
        width: auto;
    }
    .footer-top:after {
        bottom: 80px;
    }
    .copyright
    {
        width: 50%;
        float: left;
    }
    .designed_by {
        width: 50%;
        float: right;
    }
    .car_section_content p {
        font-size: 16px !important;
        line-height: 22px;
    }
    .car_section_content {
        text-align: center;
    }
    /**********************************/
    
    [dir="rtl"] .logins-col {
        margin-left: 0;
        margin-right: 0;
    }
    .header-page-p {
        font-size: 30px;
    }
    /***********************/
    .home-page-map{ margin:0px 0 0; padding:0px; float:none; width:auto; position: relative; height: 400px; width: 100%;}
    .get-fare-estimation-left {
        max-width: unset;
        width: 300px !important;
        margin: 0 auto !important;
    }
    .get-fare-estimation-left h3 {
        font-size: 19px !important;
        line-height: 22px;
    }
   /* .get-fare-estimation-inner .get-free1 {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
    }*/

    .work_flow {
        padding: 20px 0;
    }
    .steps_center_block, .steps_center_bottom_block {
        padding: 35px 0 0;    
    }
    .steps_center_block img,.steps_center_bottom_block img{
        display: none;
    }
    .steps_center_block p, .steps_center_bottom_block p {
            width: 100%;
            padding: 0px 15px;
            text-align: center;
            font-size: 14.5px !important;
    }
    .img_block img {
        height: 500px;
    }
    .img_block {
        text-align: center;
        margin-top: 25px;
    }
    .banner_section .owl-pagination {
        bottom: 10px;
    }
    /*about us*/
    .count {
        font-size: 25px !important;
        margin-bottom: 5px;
        line-height: 20px;
    }
    .banner_heading h2 {
        font-size: 26px;
    }
    .banner_heading h2:after {
        font-size: 90px;
        top: -42px;
        left: 0;
    }
    .about_us_content p{
        font-size: 14px !important;
        line-height: 24px;
        height: auto;
    }
    .feature_block {
        padding: 15px 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .business_features {
        padding-bottom: 0;
    }
    .business_block1 .heading h2 {
        font-size: 17px;
    }
    .business_block1 .heading h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .business_listing p,.business_listing ul li {
        font-size: 14px !important;
        line-height: 20px;
    }
    .busniess_inner {
        min-height: auto !important;
        margin-bottom: 25px;
    }
    .contact_block p {
        height: auto;
    }
    .table_disp {
        height: auto;
        padding: 10px 0;
    }
    .contact_info {
        padding: 20px;
        margin-bottom: 30px;
        height: auto;
    }
    .contact_detail {
        padding: 40px 0 10px;
    }
    /*login*/
    .login_block {
        padding: 30px 0px 30px;
    }
    .steps_login {
        width: 100%;
        padding-bottom: 15px;
    }
    .login_content {
        text-align: center;
    }
    .inner_login {
        margin-left: 0;
    }
    .inner_login h2 {
        font-size: 15px;
    }
    .login_box {
        padding: 15px 0 !important;
        margin: 0 10px;
    }
    .social_images img {
        width: 112px;
    }
    .side-right .list-inline > li {
        padding-right: 0;
        padding-left: 0;
    }
    .tab_block .nav.nav-tabs > li {
        width: 200px;
    }
    .login_tabs .tab_block .nav-tabs > li {
        width: auto !important;
        margin-right: 0;
    }
    .login_tabs .tab_block .nav-tabs > li > a {
        text-transform: capitalize;
        font-size: 14px !important;
        padding: 7px 8px;
        line-height: 25px;
    }
    .side-right {
        border-left: none;
        padding: 20px 4px;
        border-top: 1px solid #ccc;
        margin-top: 20px;
        text-align: left;
    }
    .or-option:before, .or-option:after {
        width: 96px;
    }
    .sub_heading h2 {
        font-size: 16px;
        padding-bottom: 35px;
    }
    .map_block {
        padding-top: 23px;
    }
    span.phn_no {
        width: 78%;
    }
    span.country_code {
        width: 20%;
    }
    .banner_heading {
        top: 37%;
    }
    .sub_heading {
        margin: 30px 0 10px;
    }
    .inner_content p {
        font-size: 14px !important;
    }
    .language_FR .header-right ul li a {
        padding: 6px 15px;
    }
    .language_FR .header-right ul li {
        margin: 10px 20px 0 0;
    }
}   
@media screen and (max-width:630px) {

    .footer-column {
        width: 46%;
    }
    .footer-column h4 {
        font-size: 16px;
    }
    .designed_by,.copyright {
        text-align: center !important;
    }
    .header-page-p {
        font-size: 25px;
    }
    .designed_by {
        text-align: left;
        margin-top: 3px;
        width: 100%;
    }
    .copyright
    {
        width: 100%;
    }
    .map-caption {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding: 20px 10px;
    }
    .steps_block .nav-tabs > li {
        width: 100%;
        text-align: center;
    }
    .steps_block .nav-tabs > li.active > a, 
    .steps_block .nav-tabs > li.active > a:hover, 
    .steps_block .nav-tabs > li.active > a:focus {
        width: 200px;
        margin: 0 auto;
    }
    .language_FR .steps_block .nav-tabs > li.active > a, 
    .language_FR .steps_block .nav-tabs > li.active > a:hover, 
    .language_FR .steps_block .nav-tabs > li.active > a:focus {
        width: 270px;
    }
    .language_IT .steps_block .nav-tabs > li.active > a, 
    .language_IT .steps_block .nav-tabs > li.active > a:hover, 
    .language_IT .steps_block .nav-tabs > li.active > a:focus {
        width: 270px;
    }
    .language_ES .steps_block .nav-tabs > li.active > a, 
    .language_ES .steps_block .nav-tabs > li.active > a:hover, 
    .language_ES .steps_block .nav-tabs > li.active > a:focus {
        width: 270px;
    }
    .steps_block .nav.nav-tabs {
        display: block;
    }
    .steps_center_block, .steps_center_bottom_block {
        padding: 35px 0 0;    
    }
    .steps_center_block img,.steps_center_bottom_block img{
        display: none;
    }
    .steps_center_block p, .steps_center_bottom_block p {
            width: 100%;
            padding: 0px 15px;
            text-align: center;
            font-size: 14.5px !important;
    }
    .img_block img {
        height: auto;
    }
    .img_block {
        text-align: center;
        margin-top: 25px;
    }
    /*about us*/
    .counter li {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:460px) {
    ul.TABSWITCH li,ul.TABSWITCH.three_tabs li,ul.TABSWITCH.two_tabs li {
        width: 100%;
		font-size: 11px;
		padding: 10px 10px 12px 10px;
    }
    ul.TABSWITCH {
        overflow-x: auto;
    }
    /*.banner_heading h2:after {
        display: none;
    }*/
}
@media screen and (max-width:479px) {
    .footer-column h4:after {
        display: none;
    }
    .footer-column h4 {
        padding-bottom: 20px;
    }
    .footer-column ul li:first-child a img {
        margin-top: 25px;
    }
    .tab_block .nav-tabs {
        margin-right: 7px;
    }
    .login_tabs .tab_block .nav-tabs > li {
        width: 100% !important;
    }
    .login_tabs .tab_block .nav-tabs > li > a {
        border-radius: 6px !important;
        margin: 0px 0 10px;
    }
    .language_DE .tab_block .nav-tabs > li {
        margin-right: 5px;
        width: 190px;
    }
    header .logo_new {
        width: auto;
        overflow: hidden;
        height: 58px;
        display: flex;
        align-items: center;
    }
    header .logo_new img {
        max-height: 100%;
        max-width: 100%;
    }
    .how-it-works-section h3,
    .download-section h3,
    .map-caption h3,
    .safety-section h3,
    .personal-ride-caption h3,
    .call-section h3 {
        font-size: 28px;
    }
    /*************************/
    .download-links a {
        display: block;
        margin-bottom: 15px;
    }
    .download-links a:last-child {
        margin-bottom: 0;
    }

    .how-it-works-section ul li:last-child:after {
        height: 100px;
    }
    .support_block .breadcrumb_bar ol.breadcrumb li,
    .support_block .breadcrumb_bar ol.breadcrumb a {
	    font-size: 12.7px !important;
	}
	.support_block .breadcrumb > li + li:before {
	    padding: 0 3px;
	}
}



.other_cities ul li {
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
}
.captcha-dd ,.captcha-signup1{
    font-size: 14px;
    font-weight: 500;
}
.captcha-dd a, .captcha-signup1 a {
    color: #d33e43;
    text-decoration: underline;
}
.captcha-dd{
    margin-top: 12px;
    display: inline-block;
}


.fareheader {
    background: #000;
}
.get-fare-estimation {
    margin: 0px;
    padding: 118px 0 0px 0px;
    float: none;
    width: 100%;
    display: inline-block;
}
.get-fare-estimation-inner {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.get-fare-estimation-inner .get-free1 {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 877px;
    overflow: hidden;
}

.get-fare-estimation-left {
    margin: 0 0 0;
    width: 443px;
    background-color: #fff;
    z-index: 1;
    margin-left: 30px;
    padding: 30px;
}
.get-fare-estimation-left h3 {
    margin: 0 0 25px;
    padding: 0px;
    font-size: 22px;
    font-weight: 600;
}
.get-fare-estimation-left span {
    margin: 0px;
    padding: 0px;
}
.get-fare-estimation-left span input {
    border: 1px solid #dddddd;
    color: #000;
}
.get-fare-estimation-left span input {
    margin: 0 0 20px;
    padding: 9px 9px 9px 30px;
    font-size: 14px;
    width: 100%;
    height: 42px;
}
.get-fare-estimation-left span b {
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
}
.get-fare-estimation-left span .trip-start {
    background: url(../../assets/img/get-fare-icon1.png) no-repeat scroll left 10px top 11px;
}
.get-fare-estimation-left span .trip-end {
    background: url(../../assets/img/get-fare-icon2.png) no-repeat scroll left 10px top 11px;
}
.get-fare-estimation-left span b button {
    background: #d33e43;
    border: none;
}
.get-fare-estimation-left span b button {
    margin: 0px;
    padding: 11px 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.get-fare-estimation-left span b button i {
    color: #FFFFFF;
}
.get-fare-estimation-left ul {
    margin: 0 0 30px;
    padding: 0px;
    float: left;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.get-fare-estimation-left ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.get-fare-estimation-left ul li label {
    border-bottom: 1px solid #e5e5e5;
        font-weight: 500;
}
.get-fare-estimation-left ul li label b {
    margin: 0 10px 0 0;
    padding: 0px;
    float: right;
}
.get-fare-estimation-left ul li label {
    margin: 0 0 10px;
    padding: 10px;
    float: left;
    width: 97%;
    font-size: 15px;
}
.get-fare-estimation-left ul li label img {
    float: right;
    position: relative;
    z-index: 1;
}
.get-fare-estimation-left ul li p {
    color: #000;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    line-height: 25px;
    font-size: 15px !important;
    font-weight: 500;
}
.home-page-map {
    margin: 0 20px 0 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.checkbox-n {
    margin: 0;
    padding: 0px;
    float: left;
    width: 20px;
}
.checkbox-n input[type="checkbox"] {
    display: none;
}
.checkbox-n input[type="checkbox"] + label {
    color: #f2f2f2;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.checkbox-n input[type="checkbox"] + label::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
    content: "";
    border: 1px solid #cacaca;
}
.checkbox-n input[type="checkbox"]:checked + label::before {
    content: "\2713";
    color: #ff7e00;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
.back_to_login {
    width: auto;
    max-width: inherit;
    margin-top: 0 !important;
}
.tooltipster-base.custom-tooltip {
    background-color: #333;
    color: #fff;
    padding: 14px 0 14px 0;
    border-radius: 5px;
}
.tooltipster-base.custom-tooltip .tooltipster-content table td {
    font-size: 15px;
    padding: 7px 0;
    height: auto;
    line-height: normal;
}
.tooltipster-base.custom-tooltip .tooltipster-content table td hr
{
    margin: 0;
}
.tooltipster-base.custom-tooltip .tooltipster-content table td b
{
    font-weight: 600;
}
.img-rounded{
    border-radius: 50%;
}
.user_name {
    color: #000;
    font-size: 18px !important;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 12px;
    text-align: center;
    line-height: 24px;
}
.user_name a {
    color: #d33e43 !important;
    font-size: 18px !important;
}
.has-error .help-block, .has-error .control-label {
    font-weight: 500;
}
.driver_form .help-block {
    text-align: left;
    padding-left: 5px;
    font-size: 12px !important;
    margin: 2px 0 0 !important;
}
#referCheck {
    color: #b94a48;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin: 2px 0 0 !important;
    padding-left: 5px;
}
#captchamsg, #validphone {
    color: #b94a48 !important;
}
.captcha-signup img {
    height: 44px;
    border-radius: 4px;
}
.captcha-signup{
	text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}
.captcha-signup a {
    font-size: 13px !important;
    font-weight: 500;
    color: #d33e43;
    text-decoration: underline;
}
.captcha-signup .col-md-5 {
    padding-left: 0;
}
.captcha-signup .col-md-3 {
    padding-right: 0;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td span.active  {
  background-color: #d33e43 !important;
}
.bootstrap-datetimepicker-widget td.today:before {
  border-bottom: 7px solid #d33e43 !important;
}
/*success message*/
#success {
    font-size: 13.5px !important;
    padding: 10px;
    line-height: 22px;
    margin: 5px 0 10px;
    color: #155724 !important;
    background-color: #c1e8cb;
    border-color: #a8dcb4;
    white-space: normal;
    text-align: left;
}
/*error message*/
#errmsg {
    font-size: 13.5px !important;
    padding: 10px;
    line-height: 22px;
    margin: 5px 0 10px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    white-space: normal;
    text-align: left;
}
.header-page {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}
.Msgbox {
    width: 100% !important;
    padding-left: 0 !important;
    margin: 30px auto 0;
    display: table;
}
.Msgbox .trip_status {
    display: inline-block;
    width: 300px;
    height: 100px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #d33e43;
    padding-top: 10px;
    display: table-cell;
    vertical-align: middle;
}
.trip_status button.close {
    opacity: 1;
    color: #d33e43;
}
.map-page, .trip-track-cub {
    padding-top: 20px;
}
.trip-track-cub-left-l-ab h2 {
    margin: 0 0 5px 0;
    font-size: 26px !important;
    font-weight: 600;
}
.trip-track-cub-left-l-bb {
    margin-bottom: 15px;
}
.trip-track-right-img {
    float: left;
}
.driver-profile-img img {
    border-radius: 50%;
    width: 150px;
}
.trip-track-cub-left-l {
    margin-top: 7px;
}
.trip-track-lrft-text {
    float: left;
    vertical-align: middle;
    margin: 20px 0px 0 20px;
    font-size: 16px;
}
.trip-track-lrft-text b {
    display: block;
    margin-bottom: 10px;
}
.trip-track-lrft-text a {
    display: block;
    margin-bottom: 13px;
}
.trip-track-lrft-text span {
    font-size: 16px !important;
}

.trip-track-lrft-text span i{
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    background: #d33e43;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
a.facebook-new img {
    width: 150px;
}
.hotel_signin
{
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
}
.hotel_signin a {
    color: #d33e43;
}
.outer_box {
    border: 1px solid #ddd;
    padding: 20px 20px;
    margin-top: 20px;
    display: inline-block;
    float: left;
    min-height: 95px;
    margin-right: 15px;
    width: 190px;
    text-align: center;
}
.icon_inner
{
    display: block;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 17px;
}
.outer_box h2 {
    font-size: 17px !important;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}
.outer_box b {
    font-size: 15px !important;
    color: #666;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0 !important;
}
.outer_box .trip-track-cub-left-l-bb
{
    margin-bottom: 0 !important;
}
.phn_number{
    font-weight: 600;
    font-size: 17px !important;
}
.trip-track-cub {
    padding-top: 60px;
}
.panel-heading.location-map {
    padding: 8px 0;
}
.location-heading {
    background: #e2e1e1;
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 600;
}
.medical-content li {display: list-item;}
.medical-content ul {
    font-size: 16px !important;
    line-height: 28px;
    margin-top: 10px;
    text-align: justify;
    overflow-y: auto;
    list-style-type: circle;
}
.resend-otp-btn{
    border: none;
    font-weight: 500;
    color: #337ab7;
}
.partner-section {
    padding: 40px 0;
}
.partner-section .partner-logos h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.partner-section .partner-logos ul {
    padding: 0;
    text-align: center;
}
.partner-section .partner-logos ul li {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 5px;
    width: 32.33%;
    margin-bottom: 10px;
}
.partner-section .partner-logos ul li img {
    width: 100%;
    max-width: 120px;
}