@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

input.button {
    outline: none;
}

.includeCar_form {
    position: relative;
}

.tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.tab-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f1f5f9;
    color: #1e293b;
}

.tab-icon {
    width: 22px;
    height: 22px;
    transition: stroke 0.2s;
}

.tab-item.active {
    background: #ffffff;
    color: #f59e0b;
}

.tab-item:hover:not(.active) {
    background-color: #e2e8f0;
}

.pdboth {
    position: relative;
}

.rental_frm {
    width: 100%;
    display: table;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(159, 28, 51, 0.15);
    background: #08111fad;
    padding: 20px 26px 14px 26px;
    margin: 36px 0 0 0;
}

.rental_frm .form-group {
    position: relative;
    margin-bottom: 15px;
}

.rental_frm label {}

.form-group i {
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 15px;
    color: #ffffff;
}

.show_location {
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    background: rgb(255 255 255 / 11%);
    padding: 16px 7px;
    border-radius: 12px;
    display: inline-block;
    cursor: pointer;
}

label.llbt_frm {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: none;
}

.formGp {
    margin: 0;
    padding: 0 6px 0 6px;
}

.carRental_FOrm {
    padding: 0 0 0 0;
    position: relative;
}

.rental_frm input,
.rental_frm select {
    height: 50px !important;
    border: 1px solid #cecece;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    padding: 8px 12px 10px 38px;
    background: rgb(255 255 255 / 11%);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
    color: #ffffff;
    border: none;
}

input::placeholder {
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
    opacity: 1;
}

.rental_frm input:focus {
    color: var(--bs-body-color);
    background-color: rgb(255 255 255 / 11%);
    border-color: #ffe6cb;
    outline: 0;
    box-shadow: none;
    color: #ffffff;
}

.rental_frm select:focus {
    color: var(--bs-body-color);
    background-color: rgb(255 255 255 / 11%);
    border-color: #ffe6cb;
    outline: 0;
    box-shadow: none;
    color: #000;
}

.rental_frm select {
    padding-left: 14px;
    appearance: none;
}

.btnSubmit {
    width: 32%;
    border: 0;
    background: #f59e0b;
    color: #fff;
    font-size: 15px;
    border-radius: 15px;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 50px;
    float: right;
}

.rental_frm button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(159, 28, 51, 0.28);
}

a.mob_btm {
    width: 100%;
    border: 0;
    background: #000;
    line-height: 44px;
    display: block;
    color: #fff;
    font-size: 25px;
    border-radius: 4px;
}

.mob_num {
    display: none;
}

.rental_frm .checkbox {
    margin: 0px 0 0 0;
    position: relative;
}

.checkbox input[type=checkbox] {
    height: auto !important;
    margin: 0 7px 0 0;
    position: relative;
    top: 3px;
    left: 2px;
}












@media only screen and (min-width:320px) and (max-width:479px) {

    .travels_type {
        position: relative;
        padding: 0px 0 20px 0px !important;
    }

    .form_gp {
        padding-right: 15px !important;
    }

    .form_gp2 {
        padding-left: 15px !important;
    }

    .pdboth {
        padding: 0;
    }

    .hdr_sec {
        margin-bottom: 0;
    }

    .bnr_ctnt h1 {
        margin: 10px 0 20px 0;
        font-size: 20px;
    }

    .bnr_right {
        width: 100%;
    }

    .bnr_ctnt p {
        font-size: 14px;
    }

    .brnd_logo {
        background: #fff;
    }

    .brnd_logo ul li img {
        width: 64px;
        height: 25px;
    }

    .brnd_logo ul li {
        margin: 6px 6px 6px 0;
    }

    .bnr_ctnt {
        padding: 0 10px;
    }

    .rev_tt {
        margin-bottom: 15px;
    }

    .icon_lt {
        width: 40px;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .mob_num {
        display: block;
    }

    .rental_frm button {
        margin: 0px 0 0 0;
        width: 100%;
    }

    .desktop_hide {
        display: block;
    }

    .mob_number {
        display: block;
        width: 100%;
        background: #d71f29;
        text-align: center;
        padding: 6px 0;
        position: fixed;
        bottom: 0;
    }

    .mob_number a {
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.5px;
    }


    img.logo {
        width: 200px;
        margin: -10px 0 0 0;
    }

    .navbar-toggle {
        background: #9f1c34;
    }

    .rental_frm input {
        font-size: 15px;
        font-weight: 500;
        padding: 8px 20px 8px 33px;
    }

    .rental_frm label {
        display: none;
    }

    .form-group img {
        position: absolute;
        top: 13px;
        left: 8px;
    }

    .ui-widget.ui-widget-content {
        width: 19rem;
        left: 3% !important;
    }

    input#location2 {
        margin: 0 0 6px 0;
    }

    .form-group i {
        top: 16px;
    }

    .show_location {
        display: block !important;
    }

    .rental_frm .checkbox {
        margin: 0px 0 12px 0;
        position: relative;
    }

    .tab-item.active {
        width: auto;
    }

    .rental_frm {
        padding: 22px 25px 20px 25px;
        margin: 25px 0 0 0;
    }
}

@media only screen and (min-width:360px) and (max-width:639px) {
    .rental_frm {
        position: static;
    }

    .travels_type {
        position: relative;
        padding: 0px 0 20px 0px !important;
    }

    .form_gp {
        padding-right: 15px !important;
    }

    .form_gp2 {
        padding-left: 15px !important;
    }

    .pdboth {
        padding: 0;
    }

    .rental_frm {
        padding: 0;
    }

    .hdr_sec {
        margin-bottom: 0;
    }

    .bnr_ctnt h1 {
        margin: 10px 0 20px 0;
        font-size: 20px;
    }

    .bnr_right {
        width: 100%;
    }

    .bnr_ctnt p {
        font-size: 14px;
    }

    .brnd_logo {
        background: #fff;
    }

    .brnd_logo ul li img {
        width: 74px;
        height: 32px;
    }

    .brnd_logo ul li {
        margin: 6px 6px 6px 0;
    }

    .bnr_ctnt {
        padding: 0 10px;
    }

    .rev_tt {
        margin-bottom: 15px;
    }

    .icon_lt {
        width: 40px;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .mob_num {
        display: block;
    }

    /*.mob_num a{color: #fff;font-size: 25px;letter-spacing: 1px;}*/

    .rental_frm button {
        height: 45px;
        margin: 8px 0 0 0;
    }

    .desktop_hide {
        display: block;
    }

    .mob_number {
        display: block;
        width: 100%;
        background: #d71f29;
        text-align: center;
        padding: 6px 0;
        position: fixed;
        bottom: 0;
    }

    .mob_number a {
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    img.logo {
        width: 200px;
        margin: -10px 0 0 0;
    }

    .navbar-toggle {
        background: #9f1c34;
    }

    .rental_frm input {
        font-size: 15px;
        font-weight: 500;
        padding: 8px 20px 8px 33px;
    }

    .rental_frm label {
        display: none;
    }

    .form-group img {
        position: absolute;
        top: 13px;
        left: 8px;
    }

    .ui-widget.ui-widget-content {
        width: 22rem;
        left: 3% !important;
    }

    input#location2 {
        margin: 0 0 6px 0;
    }

    .form-group i {
        top: 16px;
    }

    .show_location {
        display: block !important;
    }

    .rental_frm .checkbox {
        margin: 0px 0 12px 0;
        position: relative;
    }

    .rental_frm button {
        margin: 0px 0 0 0;
        width: 100%;
    }

    .tab-item.active {
        width: auto;
    }

    .rental_frm {
        padding: 22px 25px 20px 25px;
        margin: 25px 0 0 0;
    }
}

@media only screen and (min-width:480px) and (max-width:639px) {
    .rental_frm {
        position: static;
    }

    .travels_type {
        position: relative;
        padding: 0px 0 20px 0px !important;
    }

    .form_gp {
        padding-right: 15px !important;
    }

    .form_gp2 {
        padding-left: 15px !important;
    }

    .pdboth {
        padding: 0;
    }

    .rental_frm {
        padding: 0px;
    }

    .hdr_sec {
        margin-bottom: 0;
    }

    .bnr_ctnt h1 {
        margin: 10px 0 20px 0;
        font-size: 20px;
    }

    .bnr_right {
        width: 100%;
    }

    .bnr_ctnt p {
        font-size: 14px;
    }

    .brnd_logo {
        background: #fff;
    }

    .brnd_logo ul li img {
        width: 104px;
        height: 38px;
    }

    .brnd_logo ul li {
        margin: 6px 6px 6px 0;
    }

    .bnr_ctnt {
        padding: 0 10px;
    }

    .rev_tt {
        margin-bottom: 15px;
    }

    .icon_lt {
        width: 40px;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .mob_num {
        display: block;
    }


    .rental_frm button {
        height: 45px;
        margin: 8px 0 0 0;
    }

    .desktop_hide {
        display: block;
    }

    .mob_number {
        display: block;
        width: 100%;
        background: #d71f29;
        text-align: center;
        padding: 6px 0;
        position: fixed;
        bottom: 0;
    }

    .mob_number a {
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .rental_frm input {
        font-size: 15px;
        font-weight: 500;
        padding: 8px 20px 8px 33px;
    }

    .rental_frm label {
        display: none;
    }

    .form-group img {
        position: absolute;
        top: 13px;
        left: 8px;
    }

    .ui-widget.ui-widget-content {
        width: 19rem;
        left: 3% !important;
    }

    input#location2 {
        margin: 0 0 6px 0;
    }

    .form-group i {
        top: 16px;
    }

    .show_location {
        display: block !important;
    }

    .rental_frm .checkbox {
        margin: 0px 0 12px 0;
        position: relative;
    }

    .rental_frm button {
        margin: 0px 0 0 0;
        width: 100%;
    }

    .tab-item.active {
        width: auto;
    }

    .rental_frm {
        padding: 22px 25px 20px 25px;
        margin: 25px 0 0 0;
    }
}

















/*==================RESPONSIVE CSS STARTS HERE........===========================*/

@media only screen and (max-width: 767px) {
    .enq_frm {
        padding: 20px;
    }

    .travels_type {
        position: relative;
        padding: 0px 0 20px 0px !important;
    }

    .form_gp {
        padding-right: 15px !important;
    }

    .form_gp2 {
        padding-left: 15px !important;
    }

    .enq_hding h4 {
        color: #ffffff;
        font-size: 16px;
    }

    button.btn_stt {
        font-size: 14px;
    }

    .news_ctnt h4 {
        font-size: 18px;
    }



    .pd_bx {
        padding: 5px;
    }

    .ftr_Bx2 ul li img {
        width: 50px;
    }

    .ss_icon {
        text-align: center;
    }

    .hding_page h2,
    .hding_page h3 {
        font-size: 22px;
    }

    .email_img img {
        width: 100%;
    }

    .email_frm input {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .news_ctnt p {
        font-size: 13px;
    }

    .email_frm button {
        width: 100%;
        font-size: 14px;
    }

    .fixed {
        position: initial;
    }

    .Sec_dest {
        padding: 25px 0;
    }

    .lmps_co p span {
        display: block;
        width: 180px;
        margin: 0 auto;
    }

    .left_ct p {
        font-size: 14px;
    }

    .main_ctnt2 h3 {
        font-size: 28px;
    }

    .about_sec a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .main_navbar::before {
        width: 0;
    }


    .img_step {
        margin-right: 0px !important;
    }

    .page_ftr_link {
        text-align: justify;
    }

    .page_ftr_link ul li a {
        margin: 0;
    }

    .ar_logo img {
        width: 60%;
    }

    ul.my_navbar li a span {
        display: none;
    }

    ul.my_navbar li {
        margin: 6px 0;
    }

    .why_ct {
        margin-bottom: 15px;
    }

    .subs_content {
        padding: 35px;
    }

    .subs_content h4 {
        font-size: 25px;
    }

    .brdr_st {
        /* border: 1px dashed #eee; */
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .ar_logo {
        width: 20%;
    }

    .ar_nm {
        width: 25%;
    }

    .deal_date {
        width: 55%;
        border-right: 0;
    }

    .deal_price {
        width: 50%;
    }

    .deal_Btn {
        width: 50%;
    }

    img.logo {
        width: 160px;
        margin: 0 0 0 5px;
    }

    .banner {
        padding-top: 0;
        height: auto;
    }

    #cookies_bx {
        display: none;
    }

    .page_link ul li {
        margin: 10px;
    }

    .tpl_head ul {
        display: none;
    }

    .tpl_head {
        padding: 93px 0 16px 0px;
    }

    .tpl_logo_btm {
        margin: 0px 0 0px 0px;
        padding: 20px 0 20px 0;
    }

    .navbar-light .navbar-toggler {
        color: #247ffb;
        border-color: #9f1c34;
        border-radius: 0;
        border: 0;
        font-size: 25px;
        padding: 0;
        margin: 3px 0 0 0;
    }

    .navbar-light .navbar-toggler-icon {
        font-size: 25px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1")
    }

}