/* @font-face {
    font-family: "weiss_regular";
    src: url(../assets/fonts/Weiss.ttf);
} */

@font-face {
    font-family: "weiss_regular";
    src: url(../assets/fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: "montserrat_regular";
    src: url(../assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Montserrat_SemiBold";
    src: url(../assets/fonts/Montserrat-SemiBold.ttf);
}

h1{
    font-family: "weiss_regular";
    font-size: 77px;
    line-height: 95px;
    /* font-weight: 400; */
    color: white;
}

h2{
    font-family: "weiss_regular";
    font-size: 50px;
    line-height: 64px;
    /* font-weight: 400; */
    color: #272727;
}

h3{
    font-family: "weiss_regular";
    font-size: 30px;
    line-height: 64px;
    /* font-weight: 400; */
    color: #272727;
}

h4{
    font-family: "weiss_regular";
    font-size: 20px;
    line-height: 25px;
    /* font-weight: 400; */
    color: #B2B2B2;
}

a{
    font-family: "weiss_regular";
    font-size: 20px;
    line-height: 20px;
    /* font-weight: 400; */
    color: #897354;
}
a:hover {  text-decoration: none;  }
.btn:hover {  color: white;  }
header a, footer a{
    font-family: "montserrat_regular";
    font-size: 13px;
    line-height: 16px;
    /* font-weight: 400; */
    color: #FFFFFF;
}

header a:hover, footer a:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.p_14{
    font-family: "montserrat_regular";
    font-size: 14px;
    line-height: 35px;
    /* font-weight: 400; */
    color: #FFF;
}

.p_16{
    font-family: "montserrat_regular";
    font-size: 16px;
    line-height: 35px;
    /* font-weight: 400; */
    color: #272727;
}

.p_18{
    font-family: "weiss_regular";
    font-size: 18px;
    line-height: 64px;
    /* font-weight: 400; */
    color: #272727;
}

.p_24{
    font-family: "weiss_regular";
    font-size: 24px;
    line-height: 35px;
    /* font-weight: 400; */
    color: #897354;
}

.btn_white{
    font-family: "montserrat_regular";
    font-size: 13px;
    line-height: 16px;
    /* font-weight: 400; */
    color: #FFFFFF;
    border: 1px solid white;
    padding: 15px 25px;
    border-radius: 0;
}


/* Global components starts from here */

.txt_cap{text-transform: uppercase;}
.underlined{position: relative;}
.underlined:before {content: ""; position: absolute; display: block; /*width: 150px;*/ width: 70%; height: 2px; background-color: #897354; bottom: -8px; left: 0;}
.underlined_full{position: relative;}
.underlined_full:before {content: ""; position: absolute; display: block; width: 100%; height: 2px; background-color: #897354; bottom: -8px; left: 0;}
.mx_width_80{max-width: 80%; margin: 0 auto;}
.mx_width_96{max-width: 96%; margin: 0 auto;}
.sec_title{color: #272727; opacity: 0.05; text-transform: uppercase;}
.sec_title_dark{color: #313131; opacity: 1; text-transform: uppercase;}
.txt_dec_none{text-decoration: none;}
.txt_dec_none:hover{text-decoration: none;}
.col_white{color: #FFF;}
.pad_left{padding-left: 70px;}
.pad_right{padding-right: 70px;}
.filter_btn_20{font-family: "montserrat_regular"; font-size: 13px; line-height: 16px; color: #897354; border: 1px solid #897354; padding: 15px 0; border-radius: 0; width: 19%;}

.radio_field label {position: relative}
.radio_field input[type="radio"] {display: none;}
.radio_field label:before {content: ""; width: 20px; height: 20px; position: absolute; display: block; border: 2px solid #A1917B; top: 2px; left: -30px; border-radius: 50%; /*transform: translate(50%, -50%);*/}
.radio_field input[type="radio"]:checked + label:after {content: ""; width: 13px; height: 13px; border-radius: 50%; position: absolute; display: block; top: 50%; left: -26.8px; transform: translate(3%, -50%); background-color: #A1917B;}

.primary_btn{font-family: "montserrat_regular"; font-size: 13px; line-height: 16px; color: #897354; border: 1px solid #897354; padding: 15px 25px; border-radius: 0;}

.txt_field_margin {margin:70px 0 0 0;}
.txt_field input{border: 0; border-bottom: 1px solid #897354; border-radius: 0; padding-left: 0; font-size: 14px; font-family: "montserrat_regular"; background-color: transparent;}
.txt_field select{border: 0; border-bottom: 1px solid #897354; border-radius: 0; padding-left: 0; font-size: 14px; font-family: "montserrat_regular"; background-color: transparent;}
.txt_field textarea{border: 0; border-bottom: 1px solid #897354; border-radius: 0; padding-left: 0; font-size: 14px; font-family: "montserrat_regular"; background-color: transparent;}
.txt_field input:focus{box-shadow: none;}
.txt_field select:focus{box-shadow: none;}
.txt_field textarea:focus{box-shadow: none;}
.txt_field input::placeholder, .txt_field textarea::placeholder{text-transform: uppercase; color: #272727;}

.bg_white{background-color: white;}
.bg_transparent{background-color: transparent;}
.txt_center{text-align: center;}
.bg_gray{background-color: #F5F5F5;}
.bg_dark{background-color: #272727;}

.check_field label {position: relative; padding-left: 30px; color: #A1917B;}
.check_field input[type="checkbox"] {display: none;}
.check_field label:before {content: ""; width: 20px; height: 20px; position: absolute; display: block; border: 2px solid #A1917B; top: 2px; left: 0px; border-radius: 0px; /*transform: translate(50%, -50%);*/ background-color: #A1917B;}
.check_field input[type="checkbox"]:checked + label:after {content: "\f00c"; color: #FFF; font-family: "Font Awesome 6 Free"; font-weight: 900; border-radius: 50%; position: absolute; display: block; top: 50%; left: 3px; transform: translate(3%, -50%);}

/* Global components ends here */


/* Header style starts here */

header{background-image: linear-gradient(180deg, black 30%, #000000b8 60%, #00000080 70%, #00000052 80%, transparent 100%);}
header .inner_section_top_sec {display: flex; justify-content: space-between; align-items: center; padding: 0;}
header .inner_section_top_sec .top_col ul{list-style: none;padding-left: 0; margin-bottom: 0; color: white;}
header .inner_section_top_sec .top_col_left ul li{display: inline-block;}
header .inner_section_top_sec .top_col_left ul li:nth-child(2){padding: 0 0 0 20px;}
header .inner_section_top_sec .top_col_right ul li{display: inline-block;}
header .inner_section_top_sec .top_col_right ul li .btn_call_us{margin-left: 20px}
/*header .inner_section_top_sec .top_col_middle .main_logo{max-width: 80%; padding-top:20px ; margin: 0 auto;}*/
header .inner_section_top_sec .top_col_middle .main_logo img{width: 100%; height: auto;    filter: invert(1);}
header .top_col_middle.top_col:has(.main_logo) {max-width: 40%;}
.inner_section_footer_col img.img-fluid {
    filter: invert(1);
}
.top_logo img{height: 100%;width: 100%;object-fit: contain;}

header .inner_section_bottom_sec{padding: 10px 0 30px 0;}
header .inner_section_bottom_sec ul {list-style: none; padding-left: 0; margin-bottom: 0; text-align: center;}
header .inner_section_bottom_sec ul li {display: inline-block; padding: 0 10px;}


header.header_black {background-color: #272727;}
header .top_section {border-bottom: 1px solid rgba(246,245,243,0.34);background: #ffffff66;}
header.header_black .inner_section_bottom_sec {padding: 20px 0 20px 0;}

/* Header style ends here */


/* Home page starts here */

.hero_banner{width: 100%; height: 100vh; position: relative;}
#background-video { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.hero_banner .banner_col{position: unset;}
.hero_banner .inner_section_banner .banner_heading {text-align: center;}
.hero_banner .inner_section_banner{position: absolute;bottom: 90px;left: 0;right: 0;}
.hero_banner:before { content: ""; width: 2px; height: 90px; bottom: 0; left: 0; right: 0; background-color: white; position: absolute; display: block; margin: 0 auto; }

.our_mission .inner_section_our_mission {text-align: center; padding: 100px 0;}
.our_mission .inner_section_our_mission .main_heading{max-width: 50%; margin: 0 auto;}
.our_mission .inner_section_our_mission .main_content{max-width: 65%; margin: 0 auto;}

.services_card{margin-bottom: 80px;}
.services_card .card_img{width: 100%; height: 300px; overflow: hidden;}
.services_card .card_img img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
/*.card_content p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; !* number of lines to show *! line-clamp: 3; -webkit-box-orient: vertical; height: 105px; }*/
.services .section_float_heading h1{font-size: 161px;}
.services {background-image: linear-gradient(180deg, white 16%, #F5F5F5 0%);}
.services .inner_section_services_main .row{margin-top: -35px;}
.services_card .card_btn a:hover{color: #897354;}
.services_card .card_btn {margin-top: 20px;}
.services_card h3.txt_cap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; line-height: 40px; height: 40px; margin-top: 0.5rem; }
.large_fleet .bottom_btn a:hover {color: #897354;}
.large_fleet .phone p a{font-size: inherit;}
.large_fleet .phone p a:hover{color: #897354;}
.large_fleet .phone {padding: 15px 0;}
.large_fleet .inner_section_large_fleet .content_col {height: 100%; display: flex; flex-direction: column; justify-content: center; padding-left: 30px;}
.large_fleet .img_col {width: 100%; height: 500px; overflow: hidden; padding-right: 30px;}
.large_fleet .img_col img {width: 100%; height: 100%; object-fit: contain; object-position: center;}
.large_fleet .section_float_heading h1{font-size: 144px; text-align: right;}
.large_fleet .inner_section_large_fleet {padding: 120px 0;}
.large_fleet .inner_section_large_fleet .row {margin-top: -20px}
.large_fleet .inner_section_large_fleet .content_col:before { content: "—————— \00a0\00a0\00a0\00a0 A car for everyone"; left: -15px; top: 15px; color: #897354; text-transform: uppercase; position: absolute; display: block; writing-mode: vertical-rl; transform: rotate3d(0, 0, 1, 180deg); }

/* Home page ends here */


/* Areas swiper style starts here */

.areas_swiper {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.areas_swiper .swiper-slide { font-size: 18px; /* background: #fff; */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.areas_swiper .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.areas_swiper .areas_list ul {list-style: none;padding-left: 0;display: flex;flex-direction: column;flex-wrap: wrap;height: 110px;}
.areas_swiper .areas_list {padding: 30px 0;}
.areas_swiper .inner_section_slide .col_left { display: flex; flex-direction: column; justify-content: center; }

/*.areas .areas_swiper:before { content: "—————— \00a0\00a0\00a0\00a0 A car for everyone"; left: 0; top: 15px; color: #897354; text-transform: uppercase; position: absolute; display: block; writing-mode: vertical-rl; transform: rotate3d(0, 0, 1, 180deg); }*/

.areas_swiper .swiper-button-prev{width: 90px;height: auto; left: 0; right: 60px; margin: 0 auto}
.areas_swiper .swiper-button-prev:after {content: "";font-family: "Font Awesome 5 Free";font-weight: 900;color: #897354;background-image: url("../assets/images/swiper_prev.png");width: 100%;height: 70px;background-size: contain;background-repeat: no-repeat;}
.areas_swiper .col_right .inner_section_image {width: 100%; height: 500px; overflow: hidden;}
.areas_swiper .col_right .inner_section_image img {width: 100%; height: 100%; object-fit: contain; background-color: white; object-position: center;}
.areas .section_float_heading h1 {font-size: 144px; text-align: right;}
.areas .inner_section_areas .swiper {margin-top: -30px;}

.areas_swiper .swiper-pagination {display: none;}

/* .areas .areas_swiper:before { content: "—————————— A car for everyone"; left: -15px; top: 15px; color: #897354; text-transform: uppercase; position: absolute; display: block; writing-mode: vertical-rl; transform: rotate3d(0, 0, 1, 180deg); } */

.areas .areas_swiper .inner_section_slide .inner_section_content{position: relative;}
.areas .areas_swiper .inner_section_slide .inner_section_content:before { content: "—————— \00a0\00a0\00a0\00a0 A car for everyone"; left: 0; top: 15px; color: #897354; text-transform: uppercase; position: absolute; display: block; writing-mode: vertical-rl; transform: rotate3d(0, 0, 1, 180deg); }

/* Areas swiper ends here */

/* Always there for you section starts from here */

.alwaysThereForYou .inner_section_main { background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,0.5), rgba(0,0,0,0)), url('../assets/images/alwaysThere_banner.png'); background-size: cover; background-repeat: no-repeat; padding: 150px 0; background-position: center center; margin: 120px 0 30px 0;}
.alwaysThereForYou .inner_section_col_left:before { content: "—————— \00a0\00a0\00a0\00a0 A car for everyone"; left: 0; top: 15px; color: #FFF; text-transform: uppercase; position: absolute; display: block; writing-mode: vertical-rl; transform: rotate3d(0, 0, 1, 180deg); }
.alwaysThereForYou .inner_section_main .main_heading {margin-bottom: 25px;}
.alwaysThereForYou .inner_section_main .content{margin-bottom: 35px;}

/* Always there for you section ends here */


/* Luxury section starts from here */

.luxury .section_float_heading h1{font-size: 144px; text-align: left; padding-left: 20%;}

/* Luxury section ends here */


/* Testimonial section starts from here */

.testimonial_swiper { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }
.testimonial_swiper .swiper-slide { text-align: center; font-size: 18px; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.testimonial_swiper .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

.testimonial_sec {background-image: linear-gradient(rgba(39,39,39,0.90),rgba(39,39,39,0.90)), url('../assets/images/testimonial_bg.png'); background-repeat: no-repeat; background-size: cover; padding: 120px 0 50px 0; background-position: center center;}
.testimonial_sec .inner_section_testimonial {text-align: center;}
.testimonial_sec .testimonial{max-width: 60%; margin: 0 auto; margin-bottom: 35px;}
.testimonial_sec .testimonial h3{line-height: 48px;}
.testimonial_sec .testimonial_swiper{padding: 60px 0;}
.testimonial_sec .testimonial_swiper .author p{color: #897354;}

.testimonial_swiper .swiper-button-prev{width: 90px;height: auto;}
.testimonial_swiper .swiper-button-prev:after {content: "";font-family: "Font Awesome 5 Free";font-weight: 900;color: #897354;background-image: url("../assets/images/pagination_lf_wt.png");width: 100%;height: 70px;background-size: contain;background-repeat: no-repeat;}

.testimonial_swiper .swiper-button-next{width: 90px;height: auto;}
.testimonial_swiper .swiper-button-next:after {content: "";font-family: "Font Awesome 5 Free";font-weight: 900;color: #897354;background-image: url("../assets/images/pagination_rt_wt.png");width: 100%;height: 70px;background-size: contain;background-repeat: no-repeat;}

/* Testimonial section ends here */


/* Beyond rational section starts from here */

.beyond_rational{background-color: #272727;}
.beyond_rational .inner_section_large_fleet .content_col:before { content: "—————— \00a0\00a0\00a0\00a0 A car for everyone"; left: 0; top: 40px; color: #897354; text-transform: uppercase; position: absolute; display: block; writing-mode: vertical-rl; transform: rotate3d(0, 0, 1, 180deg); }
.beyond_rational .img_col{padding-right: 0; padding-left: 30px;}
.beyond_rational .inner_section_large_fleet .content_col{display: block; padding-top: 30px; padding-left: 70px;}
.beyond_rational .inner_section_large_fleet .content_col .content{padding: 10px 0;}

/* Beyond rational section ends here */


/* Official app section starts from here */

.official_app{background-color: #272727;}
.official_app .inner_section_large_fleet .content_col:before{display: none;}
.official_app .app_features ul {list-style: none; padding-left: 0;}
.official_app .img_col img {object-fit: contain;}
.official_app .content_col .btn_main{margin-top: 35px;}
.official_app .content_col .btn_main{display: flex; gap: 25px;}
.official_app .section_float_heading h1{text-align: left;}
.official_app .inner_section_large_fleet{padding: 20px 0 120px 0;}

/* Official app section ends here */

/* Newsletter section starts here */

.newsletter_sec{padding: 80px 0; background-color: #F5F5F5;}
.newsletter_sec .inner_section_newsletter {text-align: center;}
.newsletter_sec .inner_section_newsletter .main_heading{padding: 20px 0;}
.newsletter_sec .inner_section_form .submit_btn {font-family: "montserrat_regular"; font-size: 13px; line-height: 16px; color: #897354; border: 1px solid #897354; padding: 15px 25px; border-radius: 0;}
.newsletter_sec .inner_section_form .col { display: flex; flex-direction: column; justify-content: flex-end; }

/* Newsletter section ends here */

/* Footer style starts from here */

footer {background-color: #272727; padding: 70px 0;}
footer .inner_section_links{padding-bottom: 45px;}
footer .inner_section_links ul{list-style: none; padding-left: 0; text-align: center;}
footer .inner_section_links ul li{display: inline-block; padding: 0 10px;}

footer .col{display: flex; flex-direction: column; justify-content: center}
footer .inner_section_footer_col .social_icons ul {list-style: none; padding-left: 0;}
footer .inner_section_footer_col .social_icons ul li {display: inline-block; padding: 0 10px;}
footer .inner_section_footer_col .social_icons ul li:first-child {padding-left: 0;}
footer .inner_section_footer_col .social_icons ul li a i{font-size: 26px}
footer .col_one{padding-right: 30px}
footer .col_three{padding-left: 100px}


.copyright_sec {background-color: #272727; text-align: center; border-top: 1px solid #897354; padding: 13px 0;}
.copyright_sec .inner_section_copyright p{margin-bottom: 0;}


/* Footer style ends here */


/* Our large fleet banner section starts here */

.inner_banner.our_large_fleet {background-image: url('../assets/images/our_large_fleet_banner.png');height: 75vh; background-size: cover; background-position: center center;}

/* Our banner fleet banner section ends here */


/* Our large fleet main section starts here */

.our_large_fleet_sec{padding: 80px 0;}
.our_large_fleet_sec .inner_section_main {text-align: center;}
.our_large_fleet_sec .inner_section_main .filters{display: flex; flex-direction: row; flex-wrap: wrap; gap: 1.2%}
.our_large_fleet_sec .inner_section_main .filters a{margin-bottom: 15px; display: flex; justify-content: center; align-items: center;}
.our_large_fleet_sec .inner_section_main .filters a:hover{background-color: #A1917B; color: white;}

.our_large_fleet_sec .filter_results_row {margin-top: 80px;}
.our_large_fleet_sec .inner_section_filter_card .card_image {width: 100%; height: 280px; overflow: hidden;}
.our_large_fleet_sec .inner_section_filter_card .card_image img {width: 100%; height: 100%; object-fit: contain ; object-position: center;}
.our_large_fleet_sec .inner_section_filter_card .card_buttons{display: flex; gap: 20px;}
.our_large_fleet_sec .inner_section_filter_card .card_buttons a{font-size: 18px}
.our_large_fleet_sec .card_col {margin-bottom: 80px;  padding: 30px 20px;}
.our_large_fleet_sec .card_col.Active { border: 2px solid #A1917B; box-shadow: 5px 6px 9px rgb(0 0 0 / 7%); }
.our_large_fleet_sec .inner_section_filter_card .card_buttons .bottom_btn { margin: 0; }

.inner_section_filter_card h3.txt_cap {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; /* number of lines to show */line-clamp: 2;-webkit-box-orient: vertical;line-height: 1.3;height: 80px;}

.inner_section_filter_card .p_16 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; /* number of lines to show */ line-clamp: 3; -webkit-box-orient: vertical; height: 105px; }
/* Our large fleet main section ends here */

/* Pickup instruction banner style starts here */

.inner_banner.pickup_instruction {background-image: url('../assets/images/pickup_instruction_banner.png');height: 75vh; background-size: cover; background-position: center center;}

/* Pickup instruction banner style ends here */

/* Pickup instruction main section starts here */

.pickup_instruction_sec .pickup_types {display: flex; gap: 50px; justify-content: center; align-items: center; margin-top: 35px;}
.pickup_instruction_form .inner_col_btn{text-align: center; margin-top: 60px;}
.pickup_instruction_form{margin-bottom: 35px;}
.accross_the_usa{background-color: #F5F5F5; padding: 80px 0;}
.accross_the_usa .section_float_heading h1 {font-size: 110px; text-align: center;}
.accross_the_usa .inner_section_main{text-align: center; margin-top: -40px;}
.accross_the_usa .main_heading h2 {font-size: 46px;}
.accross_the_usa .inner_section_location {margin: 25px 0;text-align: center;}

/* Pickup instruction main section ends here */

/* Credit Card Authorization banner style starts here */

.inner_banner.credit_card_authorization {background-image: url('../assets/images/credit_card_authorization_banner.png');height: 75vh; background-size: cover; background-position: center center;}
.card_authorization_form{padding-bottom: 70px;}
.card_authorization_form .main_heading {text-align: center;}
.rates_terms_condition {background-color: #F5F5F5; padding: 80px 0;}
.rates_terms_condition .main_heading h2{font-size: 37px ; text-align: center;}
.rates_terms_condition .inner_col_btn{margin-top: 20px;}

/* Credit Card Authorization banner style ends here */

/* Corporate Account application starts here */

.inner_banner.corporate_account_application{background-image: url('../assets/images/corporate-account-application_banner.png');height: 75vh; background-size: cover; background-position: center center;}
.company_information_form{padding-bottom: 80px;}
.account_payable_information_form{padding: 80px 0;}

.trade_reference_form .form_row {padding: 40px 0 100px 0;}
.trade_reference_form .form_row.middle_row {border-top: 1.5px dashed #C1C1C1; border-bottom: 1.5px dashed #C1C1C1;}

.trade_reference_form{padding: 80px 0;}
.trade_reference_form .last_row {padding-bottom: 0;}

.agrement_terms_sec{padding: 80px 0;}
.agrement_terms_sec .bottom_message {display: flex; margin-top: 70px; gap: 60px;}

/* Corporate Account application ends here */

/* About us page banner starts from here */

.inner_banner.about_us {background-image: url('../assets/images/about_us_banner.png');height: 75vh; background-size: cover; background-position: center center;}
.about_us_mission .inner_section_our_mission .main_content{max-width: 100%;}
.about_us_mission .inner_section_our_mission .sub_heading{margin-top: 40px;}
.about_us_mission .inner_section_our_mission{padding-bottom: 0;}
.about_us_large_fleet .inner_section_large_fleet .card_buttons{display: flex; gap: 20px;}
.about_us_large_fleet .inner_section_large_fleet .card_buttons .bottom_btn a{font-size: 18px;}
.aboutUs_alwaysThereForYou .inner_section_main{background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,0.8), rgba(0,0,0,0)), url('../assets/images/about_us_alwaysThere_banner.png'); margin: 120px 0;}

/* About us page banner ends here */

/* Our services page starts from here */

.inner_banner.our_services {background-image: url('../assets/images/our_services_banner.png');height: 75vh; background-size: cover; background-position: center center;}
.our_services .inner_section_our_mission .main_content{max-width: 75%;}

.our_services .luxury_vehicles_list {justify-content: space-evenly; max-width: 85%; margin: 0 auto; margin-top: 40px}
.our_services .luxury_vehicles_list .row{justify-content: center;row-gap: 25px;}
.our_services .luxury_vehicles_list .inner_section_list h4{color: #272727; text-transform:capitalize;}
.our_services .luxury_vehicles p {font-family: "Montserrat_SemiBold";}
.our_services_large_fleet .inner_section_large_fleet .mx_width_80 {max-width: 96%; margin-left: auto; margin-right: 0;}
.our_services_large_fleet .inner_section_large_fleet .main_heading {max-width: 85%;}
.our_services_large_fleet .inner_section_large_fleet {padding-top: 20px;}

.our_services_airport_seaport .inner_section_large_fleet .content_col:before{display: none;}
.our_services_airport_seaport .inner_section_large_fleet .mx_width_80{max-width: 96%;}
.our_services_airport_seaport .inner_section_large_fleet .content_col{padding-left: 0;}
.our_services_airport_seaport .img_col{padding-right: 0; padding-left: 30px;}

.our_services_airport_seaport .inner_section_large_fleet{padding-top: 0;}

.our_services_night .inner_section_large_fleet .content_col:before{display: none;}
.our_services_night .inner_section_large_fleet .content_col .main_heading{max-width: 60%;}

.our_services_weddings .inner_section_large_fleet .content_col {padding-left: 0;}
.our_services_weddings .inner_section_large_fleet .content_col:before {display: none;}
.our_services_weddings .inner_section_large_fleet .img_col{padding-right: 0; padding-left: 30px;}

.our_services_weddings .inner_section_large_fleet{padding-top: 0;}
.our_services_special_events .luxury_vehicles_list {max-width: 98%;}

/* Our services page ends here */


/* Corporate Accounts page starts here */

.corporate_accounts .inner_section_our_mission .main_content{max-width: 100%;}
.corporate_account_large_fleet .inner_section_large_fleet {padding-top: 0;}

.available_vehicles{padding: 120px 0;}
.available_vehicles .col_left {display: flex; align-items: center;}
.available_vehicles .vehicle_list{padding: 12px 0;}
.available_vehicles .vehicle_list ul { list-style: none; padding-left: 0; height: 160px; display: flex; flex-direction: column; flex-wrap: wrap; }
.available_vehicles .vehicle_list ul li{padding: 4px 0;}

.corporate_transportation {padding-top: 0;}

.corporate_accounts_areas{padding: 80px 0;}

.corporate_accounts .inner_section_our_mission .main_heading {max-width: 55%;}

.available_vehicles .col_right .inner_section_image {overflow: hidden; width: 100%; height: 530px;}
.available_vehicles .col_right .inner_section_image img {width: 100%; height: 100%; object-fit: cover; object-position: center;}

/* Corporate Accounts page ends here */


/* Personal Credit Card Account application page starts from here */


.inner_banner.credit_card_account_application {background-image: url('../assets/images/credit_card_account_application_banner.png');height: 75vh; background-size: cover; background-position: center center;}
.creditCard_trade_reference_form .form_row.last_row {border-top: 1.5px dashed #C1C1C1;}

/* Personal Credit Card Account application page ends here */

/* Download app page starts from here */

.inner_banner.download_app {background-image: url('../assets/images/download_app_banner.png');height: 75vh; background-size: cover; background-position: center center;}

.download_the_android_app .app_features ul{list-style: none; padding-left: 0; height: 105px; display: flex; flex-direction: column; flex-wrap: wrap; margin: 10px 0 20px 0;}
.download_the_android_app .app_features ul li{padding: 5px 0;}

.download_the_ios_app .inner_section_large_fleet .content_col {padding-left: 30px;}
.download_the_ios_app .inner_section_large_fleet .content_col:before {left: 0; content: "—————— \00a0\00a0\00a0\00a0 android app download now";}
.download_the_android_app .inner_section_large_fleet .content_col:before {content: "—————— \00a0\00a0\00a0\00a0 android app download now";}
.download_the_ios_app .inner_section_large_fleet .img_col {padding-right: 0; padding-left: 30px;}

.download_the_ios_app .inner_section_large_fleet{padding-top: 30px;}
.download_the_ios_app .inner_section_large_fleet .main_heading {max-width: 60%;}

/* Download app page ends here */


/* Contact page starts from here */

.contact_page .inner_section_main {padding: 80px 0;}
.contact_page .inner_section_col_left {background-color: #897354;height: 100%; padding: 50px 25px; border-radius: 7px;}
.contact_page .inner_section_col_left .bullet{font-weight: 800; margin-right: 15px;}
.contact_page .inner_section_col_left .contact_detail {display: flex; align-items: baseline; margin-bottom: 0;}

.contact_page .inner_section_col_left .numbers {padding: 40px 0 25px 0;}
.contact_page .inner_section_col_left .email {padding: 5px 0 40px 0;}
.contact_page .inner_section_col_left .address p{line-height: 28px;}
.contact_page .inner_section_col_left .address{padding: 8px 0 ; display: none;}

.contact_page .inner_section_col_right {padding: 50px 60px; border: 1px solid #D9D9D9; box-shadow: 5px 6px 9px rgba(0,0,0,0.07); border-radius: 7px;}
.contact_page .inner_section_col_right .contact_form .inner_col_btn{margin-top: 30px;}
.contact_page .inner_section_col_right .content p {max-width: 68%;}
.contact_page .inner_section_col_right .contact_form .first_txt_field {margin-top: 30px;}

.contact_page .inner_section_col_left .numbers a, .contact_page .inner_section_col_left .email a {color: white; text-decoration: none;}
.contact_page .inner_section_col_left .numbers a:hover, .contact_page .inner_section_col_left .email a:hover {color: white; text-decoration: none;}
.contact_page .inner_section_col_left .contact_detail a{font-size: 16px; font-family: "montserrat_regular"; word-break: break-all;}

.contact_page .inner_section_col_right form .inner_col_btn {margin-top: 30px;}

/* Contact page ends here */


header .inner_section_bottom_sec li.dropdown:hover .dropdown-menu {
    display: block;
}

footer li.dropdown:hover .dropdown-menu {
    display: block;
}
.inner_section_col ul {   padding-left: 15px;}

.fixed_but {position: fixed;top: 50%;right: 5%;transform: translateY(-50%);height: 250px;width: 250px;border-radius: 50%;cursor: pointer;z-index: 9;overflow: hidden;}
.newsletter_images { display: flex; justify-content: center; flex-wrap: wrap; column-gap: 20px; row-gap: 20px; margin-bottom: 20px; } .newsletter_images img { width: 128px; height: 128px; border-radius: 50%; object-fit: cover; object-position: center; }
.about_us_inner_mission { padding-bottom: 100px; }

.about_us_inner_mission .bottom_btn a { margin: 0px 20px; }


.morecontent span {
    display: none;
}
.morelink  , .morelinktwo{
    display: block;
    margin-top: 20px;
}


.topalert {top:-50px;left:0;width:100%;text-align: center;background-color: #897354;color: white;z-index: 999;height: 40px;display: flex;align-items: center;justify-content: center;font-size: 14px;flex-wrap:wrap;transition:transform 0.5s ease-in-out;position: absolute;}
.hasAlert .topalert {top: 0;}
.topalert_close {position: absolute;right:15px;top:6px;width: 25px;height: 25px;background: #111111;cursor:pointer;border-radius:50%;text-indent:-9999px}
.topalert_close:before,.topalert_close:after {content: "";position: absolute;width: 14px;height: 2px;background: #f9f9f9;top: 10px;left: 4px;transform-origin: 50%;transition:transform 0.3s ease-in-out;}
.topalert_close:before {transform:rotate(45deg)}
.topalert_close:after {transform:rotate(-45deg)}
.topalert_close:hover:before,.topalert_close:hover:after {/* transform:rotate(0); */transition:transform 0.3s ease-in-out;}


/* BOTTOM HEADER STYLE STARTS FROM HERE */

.bottom_floating_menu{display: none; position: fixed; bottom: 0; left: 0; width: 100%; background-color: whitesmoke; z-index: 99999;}
.bottom_floating_menu nav{display: flex; align-items: center;}
.bottom_floating_menu .menu_btn {width: 25%; text-align: center; height: 60px; display: flex; justify-content: center; align-items: center;}
.bottom_floating_menu .call_btn {width: 25%; text-align: center; height: 60px; display: flex; justify-content: center; align-items: center;}
.bottom_floating_menu .reserve_btn{width: 50%; text-align: center; height: 60px; display: flex; justify-content: center; align-items: center;}
.bottom_floating_menu .icon i{font-size: 30px;}
.bottom_floating_menu .reserve_btn a{width: 100%;height: 100%;background-color: #897354; display: flex;align-items: center;justify-content: center;color: white; font-size: 26px;}

/* BOTTOM HEADER STYLE ENDS HERE */

/* FLOATING MENU STYLE STARTS FROM HERE */

.custom_floating_menu { position: fixed; top: 0; left: 100%; transition: .4s ease; width: 100%; height: 100%; text-align: center; background-color: rgba(0,0,0,0.95); z-index: 99999; display: flex; justify-content: center; align-items: center; }
.custom_floating_menu.open{left: 0; transition: .4s ease;}
.custom_floating_menu ul{list-style: none; padding-left: 0;}
.custom_floating_menu ul li{padding: 15px 0;}
.custom_floating_menu .close_btn {position: absolute; top: 30px; right: 50px; border: 1px solid #897354; width: 40px; cursor: pointer;}
.custom_floating_menu .close_btn i {font-size: 40px; color: #897354;}

.custom_floating_menu .nav-item.dropdown .nav-link.dropdown-toggle {pointer-events: none;}
.custom_floating_menu .nav-item.dropdown.clicked .dropdown-menu{display: block;}

/* FLOATING MENU STYLE ENDS HERE */

/* MAP Style starts from here */

.pickup_instruction_sec #professional_div{overflow-x: auto;}

/* MAP style ends here */


/* pickup instruction style starts here */

.pickup_instruction_sec .inner_col_btn {margin-top: 30px;}

/* pickup instruction ends here */


/* Iframe section starts from here */

.our_large_fleet_sec.iframe_sec {overflow-x: auto;}

/* Iframe section ends here */

/* Loader */
.logo_animation_video video.animation_video {width: 100%;height: 100%;object-fit: cover;mix-blend-mode: multiply;}
.logo_animation_video .header_logo_video {width: 300px;height: 130px;}
.logo_animation_video .header_logo_video a.navbar-brand {height: 100%;width: 100%;display: block;margin: 0;padding: 0;}
