body {
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-family: "Poppins", sans-serif;
}
.carBanner_Wrapper {
    background-image:url(../carimg/car-banner.jpg);
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:90px;
    padding-bottom:70px;
}
.carBanner_Wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#3a2e8cc7;
}
.carBanner_head {
    text-align: left;
    padding: 0px 0 30px 0;
    position: relative;
}
.carBanner_head h1 {
    font-size: 32px;
    color: #fff;
    margin: 0px 0 14px 0;
    font-weight: 700;
    text-shadow: #000000 0 2px 2px;
    line-height: 26px;
}
.carBanner_head p {
    font-size: 16px;
    margin: 12px 0 0px 0;
    text-shadow: #000 0px 1px 2px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 0 0;
}
.carBanner_head ul {
    display: flex;
    gap:22px;
}
.carBanner_head ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.carBanner_head ul li i {

}
.search-box {
    margin: -100px 0 0px 0;
    background-color: #f4a60b;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 4px #333;
    position: relative;
    padding: 4px 4px 4px 4px;
}


.tpl_logo_btm {
    background: #fff;
    padding:60px 0 50px 0;
    position: relative;
}
.tpl_logo {
    margin: 0px 0 0px 0;
    background: #fff;
    padding: 0 0 0 0;
    border-radius: 12px;
    box-shadow: 0px 4px 4px -6px rgb(0 0 0 / 16%);
    position: relative;
    border: 1px solid #ffce98;
    overflow: hidden;
}
.tpl_logo p {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0px 0 0px 0;
    background: #f7922429;
    padding: 8px 18px 8px 18px;
    border-bottom: 1px solid #ffce98;
}
.tpl_logo ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 20px 18px 20px 18px;
    display: block;
}
.tpl_logo ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0 18px 0 0;
    width: 10%;
    padding: 0 0 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .161);
    background: #fff;
}
.tpl_logo ul li img {
    width: 100%;
}

.carRental_process {
    padding: 40px 0 15px 0px;
    position: relative;
    width: 100%;
    background:#fff3e8;
}
.carRental_processHd {
    margin: 0 0 22px 0;
}
.carRental_processHd h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 1px 0;
    color:#2a1e74;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}
.carRental_processHd p {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin: 0 0 0 0;
}
.carRentalMain_cont {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-radius: 15px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}
.why_icons {
    margin: 0px 0px 0px 0;
    text-align: center;
}
.why_icons img {
    margin:0 0 0 0;
}

.serviceIcon_cont {
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 65px;
}
.carRentalMain_cont h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 14px 0 10px 0;
    transition: all 0.5s ease-in-out;
    color: #000000;
}
.carRentalMain_cont p {
    margin: 0;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    line-height: 22px;
    color: #444;
}
.serviceIcon_icon {
    background: #feeddc;
    display: table;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 19%;
    text-align: center;
    height: 70%;
}
.serviceIcon_icon span {
    background-color: #ffffff;
    border-radius: 74px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    color: #041939;
    font-size: 22px;
    text-align: center;
    margin: 15px auto 0 auto;
}



.faq-container {
    background-color: #ffffff;
    position: relative;
    padding: 48px 0 50px 0;
}
.faq_hd {
    text-align: center;
    position: relative;
    margin: 0 0 26px 0;
}
.faq_hd h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2a1e74;
    margin:0 0 10px 0;
    text-transform: uppercase;
}
.faq-container h2 .highlight {
    color: #ef3e64;
    position: relative;
    display: inline-block;
}
.faq-container h2 .highlight::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ef3e64;
}
.faq-container .subtitle {
    font-size: 14px;
    color: #444;
    max-width: 650px;
    margin: 0 auto 0px auto;
}
.accordion {
    text-align: left;
}
.accordion-item {
    border: 1px solid #e6e6e6;
    background: #fff3e8;
    padding: 0 20px 0 20px;
    border-radius: 0px;
    border-bottom: none;
}
.accordion-item:last-child {
    border-bottom:1px solid #e6e6e6;
}
.accordion-header {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
.accordion-header:hover {
    color: #ef3e64;
}
.icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #495057;
    transition: transform 0.3s ease-in-out;
}
.icon::before {
    content: '+';
}
.accordion-item.active .icon::before {
    content: '−';
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
}
.accordion-content p {
    padding: 0 0 20px 0;
    color: #444;
    font-size: 14px;
    margin: 0 0 0 0;
}


.carDeals_sec {
    padding:55px 0px 60px 0px;
    position: relative;
}
.carDeals_secHd {
    position: relative;
    text-align: center;
    margin: 0 0 24px 0px;
}
.carDeals_secHd h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 0px 0;
    color: #10477f;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}
.carDeals_secHd p {
    font-size: 14px;
    color: #444;
    margin: 0 0 0 0;
}
.carDeals_secCont {
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px 0px hsla(0, 0%, 7%, .08), 0px 7px 3px 0px hsla(0, 0%, 7%, .02), 0px 4px 2px 0px hsla(0, 0%, 7%, .02), 0px 0px 8px 0px hsla(0, 0%, 7%, .08), 0px 2px 2px 0px hsla(0, 0%, 7%, .04), 0px 0px 1px 0px hsla(0, 0%, 7%, .08);
    background: #fff;
    overflow: hidden;
}
.carDeals_imgBox {
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
}
.carDeals_imgBox img {
    width: 100%;
}
.carDealsCont_box {
    background: #fbfbfb;
    padding: 18px 0px 0px 0px;
    position: relative;
}

.carDealsCont_box_title {
    padding: 0 15px 0 15px;
}
.carDealsCont_box_title h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    display: inline-block;
    background-color: #feeddc;
    border-radius: 3px;
    padding: 6px 16px;
    margin-bottom: 10px;
    border: 1px solid #f0bc87;
}
.carDealsCont_box_title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.carDealsCont_box_feture {
    margin-bottom: 0px;
    padding: 12px 15px 12px 15px;
    border-top: 1px solid #eaeaea;
}
.carDealsCont_box_feture ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.carDealsCont_box_feture ul li {
    position: relative;
    text-transform: capitalize;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #444;
    letter-spacing: 0.4px;
}
.dealsGp_car {
    margin:0 0 0 0;
    padding:0 9px 0 9px;
}
.carDealsCont_box_feture ul li i {
    color: #f4a60b;
}
.carDealsCont_box_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:8px 15px 8px 15px;
    background: #feeddc;
    border-top: 1px solid #f0bc87;
}
.perfect-fleet-pricing {
    
}
.perfect-fleet-pricing h2 {
    font-size: 18px;
    color: #f4a60b;
    font-weight: 700;
    margin: 0 0 0 0;
}
.perfect-fleet-pricing h2 span {
    font-size: 14px;
    font-weight: 400;
}
.perfect-fleet-btn a {
    width:32px;
    height:32px;
    margin-left: 0px;
    transition: all 0.3s ease-in-out;
    margin: 0 0 0 0 !important;
    background: #fff;
    border-radius: 34px;
    text-align: center;
    line-height:32px;
    transform: rotate(45deg);
    display: inline-block;
}
.perfect-fleet-btn img {
    max-width: 9px;
}


.carDesti_sec {
    padding: 42px 0px 54px 0px;
    position: relative;
    background: #fbfbfb;
}
.carDeals_destination {
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 2px 0px hsla(0, 0%, 7%, .08), 0px 7px 3px 0px hsla(0, 0%, 7%, .02), 0px 4px 2px 0px hsla(0, 0%, 7%, .02), 0px 0px 8px 0px hsla(0, 0%, 7%, .08), 0px 2px 2px 0px hsla(0, 0%, 7%, .04), 0px 0px 1px 0px hsla(0, 0%, 7%, .08);
    background: #fff;
    overflow: hidden;
}
.destinationDeals_imgBox {
    padding: 8px 8px 6px 8px;
    border-radius: 20px;
}
.destinationDeals_imgBox img {
    width: 100%;
    border-radius: 20px;
}
.destinationCont_box {
    padding: 10px 18px 16px 18px;
}
.destinationCont_box_title h3 {
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 600;
}
.destinationCont_box_title p {
    margin: 4px 0 5px 0;
    font-size: 14px;
    color: #444;
}
.destinationCont_box_title p strong {
    font-weight: 600;
    color: #000;
}
.destinationCont_box_title h5 {
    font-size: 18px;
    font-weight: 700;
    color: #f4a60b;
    margin: 0 0 0 0;
}
.destinationCont_box_title h5 span {
    color: #333;
    font-weight: 400;
    font-size: 13px;
}
.carAbout_cont h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.carAbout_cont p {
    font-size: 14px;
    color: #444;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.carAbout_sec {
    padding: 20px 0 40px 0;
    position: relative;
    background: #fff;
}


.tollFixed_footer {
    background: #fff;
    padding: 8px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background-size: contain;
    display: none;
    -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.2));
}
.tollFixed_footer span {
    font-size: 15px;
    color: #151515;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.tollFixed_footer a {
    color: #f3f3f3;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    background: #fc3d62;
    padding: 5px 18px;
    display: inline-block;
    border-radius: 28px;
}
.btncall_phon {
    display: none;
    align-items: center;
    padding: 0 6px;
    border: 2px solid #05ba16;
    border-radius: 4px;
    text-decoration: none !important;
    min-height: 38px;
    color: #05ba16;
    background-color: transparent;
    transition: all 0.2s;
    font-size: 13px;
    font-weight: 500;
}
.btncall_phon:hover {
    color: #379a00;
}
.btncall_phon i {
    font-size:22px;
    margin-right: 5px;
}
.Thank_pg {
    background: #eee;
    padding:100px 0 100px 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    border-radius: 30px;
    position: relative;
}
.Thank_pg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffed;
    border-radius: 30px;
}
.page_dsgn2 {
    width: 100%;
    display: table;
    padding:0px;
    text-align: center;
    border-radius: 12px;
    position: relative;
    z-index: 9;
}
.page_dsgn2 img {
    display: block;
    margin: 0 auto;
}
.page_dsgn2 p {
    font-size: 16px;
    color: #2c2c2d;
    font-weight: 500;
    margin: 12px 0 16px 0;
}
.page_dsgn2 h3 {
    color: #333;
    margin: 14px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.page_dsgn2 h3 a {
    background: #fff3cd;
    padding: 3px 8px;
    color: #ef3e64;
    letter-spacing: 1.5px;
    font-weight: 800;
    font-size: 24px;
    text-decoration:none;
}
.page_dsgn2 a.btm_home {
    font-size: 16px;
    background: #ef3e64;
    padding: 11px 40px;
    border-radius: 36px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 3px 0 0 0;
    display: inline-block;
    text-decoration: none;
}





@media only screen and (min-width:320px) and (max-width:360px) {
.hd_rental {
    font-size: 19px;
    padding: 7px 20px 0px 17px;
}
.tpl_logo {
    margin: 24px 0 22px 0;
}
.dealsGp_car {
    margin: 0 0 0 0;
    padding: 0 15px 15px 15px;
}
.carDeals_sec {
    padding: 55px 0px 15px 0px;
    position: relative;
}
.carAbout_sec {
    padding: 20px 0 0px 0;
}
.carDesti_sec {
    padding: 42px 0px 0px 0px;
    position: relative;
    background: #fbfbfb;
}
.carBanner_head ul {
    gap: 8px;
    flex-wrap: wrap;
}
.carBanner_head h1 {
    font-size: 28px;
    line-height: 35px;
}
.carBanner_Wrapper {
    padding-top: 26px;
    padding-bottom: 26px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
}
.tollFixed_footer {
    display: block !important;
}
.btncall_phon {
    display: flex;
}
.navbar-light .navbar-brand img {
    width: 166px;
    padding: 8px 0 8px 0;
}
.Thank_pg {
    padding: 30px 0 30px 0;
}
.page_dsgn2 h3 a {
    padding: 3px 20px;
    font-size: 20px;
    display: inline-block;
}
.page_dsgn2 img {
    width: 90px;
}
}

@media only screen and (min-width:360px) and (max-width:480px) {
.hd_rental {
    font-size: 19px;
    padding: 7px 20px 0px 17px;
}
.tpl_logo {
    margin: 24px 0 22px 0;
}
.dealsGp_car {
    margin: 0 0 0 0;
    padding: 0 15px 15px 15px;
}
.carDeals_sec {
    padding: 55px 0px 15px 0px;
    position: relative;
}
.carAbout_sec {
    padding: 20px 0 0px 0;
}
.carDesti_sec {
    padding: 42px 0px 0px 0px;
    position: relative;
    background: #fbfbfb;
}
.carBanner_head ul {
    gap: 8px;
    flex-wrap: wrap;
}
.carBanner_head h1 {
    font-size: 28px;
    line-height: 35px;
}
.carBanner_Wrapper {
    padding-top: 26px;
    padding-bottom: 26px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
}
.tollFixed_footer {
    display: block !important;
}
.btncall_phon {
    display: flex;
}
.navbar-light .navbar-brand img {
    width: 166px;
    padding: 8px 0 8px 0;
}
.Thank_pg {
    padding: 30px 0 30px 0;
}
.page_dsgn2 h3 a {
    padding: 3px 20px;
    font-size: 20px;
    display: inline-block;
}
.page_dsgn2 img {
    width:130px;
}
}

@media only screen and (min-width:480px) and (max-width:768px) {
.hd_rental {
    font-size: 19px;
    padding: 7px 20px 0px 17px;
}
.tpl_logo {
    margin: 24px 0 22px 0;
}
.dealsGp_car {
    margin: 0 0 0 0;
    padding: 0 15px 15px 15px;
}
.carDeals_sec {
    padding: 55px 0px 15px 0px;
    position: relative;
}
.carAbout_sec {
    padding: 20px 0 0px 0;
}
.carDesti_sec {
    padding: 42px 0px 0px 0px;
    position: relative;
    background: #fbfbfb;
}
.carBanner_head ul {
    gap: 8px;
    flex-wrap: wrap;
}
.carBanner_head h1 {
    font-size: 28px;
    line-height: 35px;
}
.carBanner_Wrapper {
    padding-top: 26px;
    padding-bottom: 26px;
}
.col-md-8.offset-2 {
    margin: 0 0 0 0;
}
.tollFixed_footer {
    display: block !important;
}
.btncall_phon {
    display: flex;
}
.navbar-light .navbar-brand img {
    width: 166px;
    padding: 8px 0 8px 0;
}
.Thank_pg {
    padding: 30px 0 30px 0;
}
.page_dsgn2 h3 a {
    padding: 3px 20px;
    font-size: 20px;
    display: inline-block;
}
}