@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins';
}

:root{
    --title-font: 'Poppins', sans-serif;
    --text-font: 'Poppins', sans-serif;
    --primary-color: #083ea1;
    --secondary-color: #dc3545;
    --white-color: #fff;
}
/*
*
*
* Common CSS for Reuse
*
*
*/

p{
    font-size: 14px;
}

a{
    font-size: 14px;
}

.btn__primary{
    background: var(--primary-color);
}

.btn__primary:hover{
    background: #06358b;
}

.footer_link{
    text-decoration: none!important;
}
.footer_link:hover{
    color: var(--primary-color)!important;
}
.footer__infos{
    margin-top: -10px;
}
.footer__infos .footer__logo{
    margin-bottom: 5px;
}
.footer__infos .footer__logo > img{
    width: 200px;
}
.footer__infos .social__links{
    margin: 10px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer__infos .social__links > a{
    color: var(--white-color);
    font-size: 22px;
}
.title-font{
    font-family: var(--title-font);
}

.text-bold{
    font-weight: 700;
}

.navbar-nav .nav-item a.nav-link{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}



.lang__dropdwon .btn-langs{
    display: flex;
    gap: 10px;
    height: 45px;
    font-size: 14px;
    align-items: center;
    color: #232323;
    background: #eeeeee!important;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.topbar__search .form-control{
    font-size: 14px;
}

.lang__dropdwon .btn-langs.show{
    background: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
    color: var(--white-color);
}

.lang__dropdwon .lang__menu {
    min-width: 230px;
    padding: 10px 10px;
    border-radius: 10px;
    border: none!important;
    box-shadow: 0 0 10px #28282833;
}

.lang__dropdwon .lang__menu .lang_sep{
    display: grid;
    gap: 6px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px;
    color: #000;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.lang__dropdwon .lang__menu .lang_sep span:first-child{
    flex-grow: 1;
}

.lang__dropdwon .lang__menu .lang_sep .line__sep{
    height: 1px;
    background: #ddd;
    width: 100%;
}

.lang__dropdwon .lang__menu .dropdown-item{
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.lang__dropdwon .lang__menu .dropdown-item:hover{
    background: var(--primary-color);
    color: var(--white-color);
}

.support__mega{
    background: transparent!important;
    border: transparent!important;
    box-shadow: none!important;
    width: 1000px;
}

.support__mega > .modelcolorheader{
    background: var(--white-color);
}


/*#############> Get In Touch Banner Satrt<############  */

.touchbanner_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.touchbanner_text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 72px;
    color: #FFFFFF;
}

.touchbanner_text span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.touchbanner_text span a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.touchbanner_text span a:hover {
    color: var(--secondary-color);
    font-weight: 400!important;
    font-size: 12px!important;
}

/* Media  */
@media(max-width:350px) {
    .touchbanner_text h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width:990px) {
    .touchbanner_text h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

/* Contact Start  */

.contact_item{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.contact_item .touchicons {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    background-color: #083EA1;
    color: var(--white-color);
}

.contact_item .touch_contact_detail h5{
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.contact_item .touch_contact_detail p{
    color: #232323;
}

.contact_item .touchnumber{
    margin: 0px!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}


.touchmap iframe {
    width: 100% !important;
    height: 50vh;
}

#contactForm .form-group{
    margin-bottom: 15px;
}
#contactForm .form-group label{
    font-size: 16px!important;
    font-weight: bold;
    color: #232323;
}
#contactForm .form-group .form-control {
    height: 45px;
    border-radius: 8px;
    border-color: #cfcfcf;
    background: #fff;
    box-shadow: 0 0 10px #f2f2f2;
}

#contactForm .form-group textarea.form-control{
    height: 150px;
}

.touchbutton{
    font-size: 16px;
    padding: 10px 25px!important;
    width: 100%;
    height: auto;
    transition: 0.5s;
}

/*#############> Get In Touch   End <############  */




/*#############>Help And Faq Start <############  */

.fag_img1 img {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;

}

.fag_img1 img {
    width: 100%;


}

/* .faq_realted_link{
    background: #F4F4F7;
} */
.faq_related h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
}

.cardreltedimg {
    width: 100%;
    height: 120px;
    object-fit: cover;
    background-repeat: no-repeat;
}

.card_reltaed {
    height: 280px;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.card_related_titile {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    color: #1E1E1E;
}

.realetd_faq_link {
    color: #083EA1;
}

/*#############>Help And Faq End  <############  */


/*#############>Help And Faq  Rentel Vehical Start   <############  */
.faqBanner_rentel {
    position: relative;
}

/*#############>Help And Faq  Rentel Vehical End   <############  */

/*#############>Help And Faq Commercial Feets<############  */


.touchcontact ol {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}

.touchcontact ul {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}

/*#############>Help And Faq Commercial Feets end<############  */

/*#############>Help And Faq ALL D<############  */

.accordion-button:focus {
    z-index: 3;
    border-color: #F4F4F7;

    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #F4F4F7 !important;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    background-color: #F4F4F7 !important;
    border: 1px solid #F4F4F7 !important;
}

.accordion-body {
    background-color: #F4F4F7 !important;
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-button {
    background-color: #F4F4F7;
}

.help_faqall {
    width: 70%;

}

.faqdetails {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* or 22px */
    color: #737373;
}

@media(max-width:768px) {
    .help_faqall {
        width: 100%;

    }
}

/*#############>Help And Faq ALL D<############  */

.bannerallimage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.43))
}



/* ###############>Account And Passes Start<############  */
.account_pass img {
    width: 100%;
    height: 50vh;
    border-radius: 5px;
    object-fit: cover;

}

.account_pass h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
}

.account_pass p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}

/* ###############>Account And Passes End <############  */

/*################> Deriver Liecence  Card Start <############### */
.driver_card {
    border: none !important;
}

.driver_card img {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card_body_deriver {
    padding-left: 0px;
}


/*#################> Safety Pafe Start <############ */
.safety_card_img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.safety_card_text h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    color: #000000;

}

.safety_card_text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}

.safety_card_text a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    /* identical to box height, or 200% */
    text-decoration-line: underline;
    color: #083EA1;
}

@media(max-width:580px) {
    .safety_card_text {
        margin-top: 15px;
    }
}

/*##############> Popup Start<#############3  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


.popup-screen {
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: rgba(0, 0, 0, 0.692);
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: 0.5s ease;
    transition-property: visibility;
}

.popup-screen.active {
    visibility: visible;
}

.popup-box {
    position: relative;
    /* background-image: linear-gradient(to right,#00BAFF,#083EA1); */
    backdrop-filter: blur(10px);
    width: 550px;
    height: auto;


    border-radius: 20px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    transform: scale(0);
    transition: 0.5s ease;
    transition-property: transform;
    position: relative;
}

.bottombackground {
    position: absolute;

    width: 100%;


}

.popup-screen.active .popup-box {
    transform: scale(1);
}

.popup-box h2 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 20px;
}

.popup-box p {
    font-size: 0.5em;
}

.popup-box .btn {
    color: #fff;
    background: red;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 27px;
    border-radius: 3px;
}

.close-btn {
    position: absolute;
    font-size: 1em;
    top: 0;
    right: 0;
    margin: 15px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s ease;
    transition-property: opacity;
}

.close-btn:hover {
    opacity: 1;
}


.home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image {
    position: relative;
    width: 45%;
    min-height: 450px;
}

.image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.info {
    position: relative;
    width: 52%;
}

.info h2 {
    font-size: 2em;
    font-weight: 800;
}

.info p {
    font-size: 1em;
    text-align: justify;
    margin-top: 10px;
}

@media (max-width: 990px) {
    .home {
        display: block;
    }

    .image {
        width: 100%;
    }

    .info {
        width: 100%;
        margin-top: 15px;
    }
}

.popupclose {
    color: black;
    font-size: 20px;
    position: absolute;
    top: -10px;
    right: -7px;
}


/* ################## card  Start######################*/

.card1 {
    background-image: linear-gradient(to right, #00BAFF, #083EA1);
    background-image: url(../img/card_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px !important;
    width: 200px;
    height: 200px;
    border: 0px;
    position: relative;
}

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

.headerimg1 {
    width: 100%;
}

.headerimg2 {
    width: 100%;
}

.innerblur {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);


    font-weight: 400;
    margin-right: -13px !important;
    margin-top: -16px;
}

.innerblurhead {
    font-weight: 500;
    font-size: 34px;

}

.innerblurcontent {
    font-size: 32px;
}

.endbackground {
    height: 108px;
    background-image: url(./img/cardback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    border-radius: 10px;
}

.gifimg {
    width: 3rem;
    height: 3rem;

    margin-left: -12px
}

.dollor {
    color: #00AEEF
}

.enddiv {
    position: relative;

}

.hdfjh img {
    position: absolute;
    bottom: 10px;
    float: right;

}

.endtext {

    background-color: #00AEEF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 1rem !important;
    margin-top: 0px !important;
}

.etollpass {
    width: 40%;
}

.note {
    position: relative;
    top: 10px;
    font-size: 0.7rem;
}

/* ##########  Card 2 Start ######## */
.card2blur {

    background-image:
        linear-gradient(to right, rgba(205, 207, 220, 0), rgb(255, 255, 255)),
        url('./img/cardtravelimh.png');
    /* background-image: url('./img/Rectangle\ 9.png'); */

    width: 100%;
    background-size: 100%;
    margin-top: 10px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;




}

.dollerpopfont {
    font-size: 0.3em;

}

.AUDNZd {
    font-size: 0.2em;
}

@media(max-width:2500px) {
    .dollerpopfont {
        font-size: 0.3em;

    }

    .AUDNZd {
        font-size: 0.3em;
    }


    .innerblurcontent {
        font-size: 20px;

    }
}

@media(max-width:270px) {
    .card1 {
        height: 150px;
    }

    .dollerpopfont {
        font-size: 0.2em;

    }

    .AUDNZd {
        font-size: 0.3em;

    }


    .innerblurcontent {
        font-size: 18px;

    }
}

.cardresponsivepopup {
    display: flex;
    justify-content: space-between;
}

@media(max-width:600px) {
    .cardresponsivepopup {
        display: block;
    }

    .secondcardpoup {
        position: absolute;
        top: 300px;
    }

    .popup-box {
        height: 60vh !important;
    }
}

.closebtnpop {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: white;
    position: relative;
    float: right;
}

.popupheadingset {
    width: 300px;
    position: absolute;
    padding: 30px;
    color: white;
}

.popuplogomain {
    position: relative;
    float: right;
    top: 40px;
    left: 30px;
}

.popsehiteimg {
    width: 200px;
}

.popuplogoset {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pouplogoimg {
    width: 140px;
}

ul li, ol li {
    font-size: 14px;
}

@media(max-width:440px) {
    .popupheadingset {
        width: 200px;
    }

    .popupheadingset h1 {
        font-size: 13px;
    }

    .popsehiteimg {
        width: 150px;
    }

    .pouplogoimg {
        width: 100px;
    }

    .secondcardpoup {
        display: none;
    }
}

.maintwopopupcard {
    width: 200px;
    position: absolute;
    bottom: 80px;
    right: 50px;
    transform: rotate(-40deg);
}

.maintwopopupcard1 {
    width: 200px;
    position: absolute;
    bottom: 0px;
    left: 50px;
    transform: rotate(-40deg);
}

.ginnnspce {
    margin-top: 15px;
}

/* ##########  Card 2 End ######## */

/*##############> Popup Start<#############3  */
.cart {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.07);
    margin: 5px;
}

.cart-img {
    border-radius: 4px 0px 0px 4px;
    background: #E2E2E2;
}


.cart-img figure {
    text-align: center;
    margin: 15px auto;
    width: 100%;
    height: auto;
    max-height: 800px;
    margin: 15px auto;
    display: block;

}

.cart-img figure img {
    text-align: center;
    display: block;
    margin: auto;
    height: 100%;
    width: 80%;
}

.cart-box {
    padding: 20px;
}

#nInput {
    width: 40px !important;
    height: 40px;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #000;
}

.qtyBtn {
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    height: 40px !important;
    width: 40px !important;
}


.checkout-cart #nInput {
    width: 35px !important;
    height: 35px;
    border-radius: 8px;
    border: 1px solid #000;
}

.checkout-cart .qtyBtn {
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    height: 35px !important;
    width: 35px !important;
}

.fw-bold {
    color: #083EA1;
}

.pull-right {
    float: right;
}

.table-black {
    border-radius: 4px;
    background: #1E1E1E;
    color: #FFF;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.07);
    border: 0px #1E1E1E;
}


.sbs-head {
    width: 80%;
    margin: 0 auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.sbs-head li {
    width: 16.667%;
    position: relative;
}

.sbs-head li:not(:nth-child(1)):before {
    content: '';
    width: 60%;
    height: 2px;
    background: #c4c4c4;
    position: absolute;
    top: 20%;
    right: 100%;
    transform: translate(50%, 0);
}

.sbs-head li.active.activated .stepNumber {
    background: #283891;
    color: #fff;
}

.sbs-head li.active:before {
    content: '';
    background: #283891;
}

.sbs-head li.active .stepNumber {
    border: 2px solid #283891;
    color: #283891;
}

.sbs-head li.active .stepDesc {
    color: #283891;
}

.sbs-head li.active .stepDesc small {
    color: #7F7F7F;
    font-weight: 400;
}

.sbs-head li a {
    text-align: center;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sbs-head li a .stepNumber {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #c4c4c4;
    font-size: 0.8em;
    color: #c4c4c4;
    border-radius: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px .5em #f1f9fd;
}

.sbs-head li a .stepDesc {
    color: #c4c4c4;
    line-height: 14px;
    font-size: 0.8em;
    font-weight: 500;
}

.sbs-head li a .stepDesc small {
    font-weight: 400;
}

.collapse {
    visibility: inherit !important;
}

.tab-content h5{
    font-size: 16px;
}

.touchcontact h5{
    font-size: 16px;
}
.safety_card_text h3{
    font-size: 16px;
}

ul li,
ol li{
    font-size: 14px;
}