@media (max-width: 1199px) {
  .ourserviceimg {
    width: 100%;
    padding-left: unset;
  }
}

@media (max-width: 991px) {
  .navbarBtn {
    display: none;
  }

  .navbarBtnphone {
    display: block;
    padding-top: 15px;
  }

  .navbarBtnphone .headerBtn {
    max-width: max-content;
  }

  .offcanvas-header .btn-close {
    font-size: 24px;
  }

  .offcanvas-title a img {
    max-width: 150px;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    /* background-color: var(--arrow-color); */
  }
  .offcanvas-header {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .nav-item::after {
    content: unset;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    padding: 0;
    margin: 0;
  }
  .navbar-expand-lg .offcanvas-body .nav-item {
    border-bottom: 1px solid;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 20px;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 0px;
  }

  /* .navbar-nav li a {
    border-bottom: 1px solid #000;
  } */

  .contentBanner .row .col-6 {
    width: 100% !important;
  }

  .contentBanner .row {
    bottom: 224px;
  }

  .Homebanner img {
    height: 450px;
  }

  .empoweringsec {
    padding: 60px 0px 120px 0px;
  }

  .headingemp {
    padding-bottom: 40px;
  }

  .cardempowering p {
    font-size: 15px;
  }

  .cardempowering img {
    width: 40px;
  }

  .Headingcard .col-lg-4 {
    margin-bottom: 40px;
  }

  .product-section {
    text-align: center;
    padding: 40px 20px;
  }
  .why-choose-section .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer_wrapper .footer_cont .logo_wrap {
    width: 210px;
  }
  .footer_wrapper .Elem {
    left: -44px;
  }
  .footer_wrapper .Elem2 {
    top: 30%;
  }
  .footer_wrapper .link_bx {
    padding: 0;
  }
  .Homebanner {
    height: 450px;
  }
  .nav-item.dropdown {
    gap: 10px;
  }
  .dropdown.arrow-top li a {
    border: unset;
  }
  /* .dropdown.arrow-top {
    max-height: 250px;
    overflow-y: scroll;
  } */
  .faq_wrapper .accordian_bx {
    margin: 0;
  }
  .service_wrapper .heading_block h2 {
    flex-direction: column;
  }
  .service_wrapper .heading_block h2 .one {
    border-bottom: 2px solid #000;
  }
  .service_wrapper .heading_block h2 img {
    display: none;
  }
  .gec_transfer .transfer {
    margin: 0;
  }
  .how_we_work .card_rows {
    padding: 50px 50px 50px 130px;
  }
  .how_we_work .imge_elem {
    position: absolute;
    top: -49px;
    right: -49px;
  }
  .how_we_work .card_row .conatent_bx p {
    max-width: 69%;
  }
  .how_we_work .items_2 .imge_elem img {
    width: 220px;
  }
  .bottom_footer .logo_bx {
    text-align: center;
  }
  .about_wrapper .banner_img .bg_img {
    height: 800px;
  }
  .about_wrapper .left_content h1 {
    font-size: 40px;
  }
  .theme_water .them_bx {
    margin: 0 20px;
  }
  .theme_water .them_bx .bg-img {
    height: 657px;
  }
  .inner_banner .banner_img img {
    height: 315px;
    object-fit: cover;
  }

  /* Career-page */
  .career_card .content_bx {
    margin: -53px 15px 0px 15px;
  }
  .career_card .item_two {
    flex-direction: unset;
  }
  .career_card .content_bx {
    padding: 19px;
  }
  .career_card .row {
    padding: 0px;
  }

  .career_card .item_two .content_bx {
    margin: -35px 15px 0px 15px;
  }
  .career_card .item_two .content_bx {
    padding: 19px;
  }
  .career_card .content_bx p {
    font-size: 15px;
    line-height: 28px;
  }
  .tag_line_wrapper .content p {
    margin-bottom: 30px;
  }

  .main-header .dropdown.arrow-top li {
    border: unset;
    box-shadow: unset;
  }
  .main-header .dropdown.arrow-top {
    box-shadow: unset;
    margin-left: 13px;
  }
  .dropdown.arrow-top li a {
    font-size: 13px;
  }
  .navbar .offcanvas {
    max-width: 93%;
  }
/* 	.wpcf7-response-output{
		display:block !important;
	} */
	
	.wpcf7-response-output.show-response{
		display:block !important;
	}

  /* 
.offcanvas.offcanvas-start {
  transform: translateX(-100%);
  opacity: 0;
  transition: none; 
  z-index: 1050;
}


.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
  z-index: 1040;
}


.offcanvas.offcanvas-start.active {
  animation: slideFadeInLeft 1s ease forwards;
}

.offcanvas.offcanvas-start.removing {
  animation: slideFadeOutLeft 1s ease forwards;
}

.offcanvas-backdrop.active {
  opacity: 1;
  visibility: visible;
}


@keyframes slideFadeInLeft {
  from { transform: translateX(-80px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideFadeOutLeft {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(-80px); opacity: 0; }
} */
	
	.page-id-36513 .inner_banner .inner-content .content h1{
		font-size: 29px;
    line-height: 39px;
	}
	.boking_form_wrap .mb-4{
		margin-bottom:.5rem !important;
	}
	.boking_form_wrap p{
	margin-bottom:0;
	}
	    .holiday_designer.get_in_touch label {
        font-size: 14px;
    }
	.holiday_designer.get_in_touch .title h3{
		    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
	}
}

@media (max-width: 776px) {
}

@media (max-width: 480px) {
  .Headingcard {
    position: relative;
    bottom: 0px;
  }

  .servicecardimg img {
    width: 100%;
    height: 242px;
  }

  .choose-card h6 {
    font-size: 18px;
  }

  .choose-card p {
    font-size: 14px;
  }

  .choose-card {
    padding: 16px 10px;
  }

  .GlobalBox p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .GlobalBox {
    padding: 10px;
  }

  .headerBtn a {
    font-size: 12px;
  }

  /* .headerBtn {
    padding-top: 1px;
  } */

  .contentBanner .row {
    bottom: 174px;
  }

  .Homebanner img {
    height: 350px;
  }

  .logoheader {
    width: 100px;
  }

  .headingemp {
    padding-bottom: 20px;
  }

  .navbar-toggler i {
    font-size: 14px;
  }

  .offcanvas-header .btn-close {
    font-size: 18px;
  }
}

@media (min-width: 993px) and (max-width: 1399px) {
  .main-header .icon_bx a {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .main-header .icon_bx {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1230px) {
  .fleets_wrapper .fleets_card .icon_bx span {
    font-size: 13px;
  }
}

@media (max-width: 551px) {
  .money_back .icon_bx img {
    width: 50%;
  }
  .contentBanner {
    top: -55px;
    padding: 0 10px;
  }
  .Homebanner img {
    height: 450px;
  }
  .money_back .main_block_wrapper {
    text-align: center;
  }
  .theme_wrapper .col.mx-auto.last_child {
    width: 100%;
  }
  .time_line_row {
    justify-content: end !important;
  }
  .heading_block h2 {
    font-size: 23px;
  }
  .gec_transfer .transfer {
    margin: 0;
  }
  .brisbane_wrapper .content_bx h2 {
    font-size: 20px;
    line-height: 33px;
  }
  .brisbane_wrapper .content_bx p {
    font-size: 16px;
  }
  .brisbane_wrapper .group_cont img {
    width: 112px;
  }
  .brisbane_wrapper .group_wrappers {
    padding: 34px 0;
    padding-left: 15px;
  }
  .brisbane_wrapper .group_cont ul li {
    font-size: 14px;
  }
  .how_we_work .imge_elem img {
    width: 155px;
  }
  .how_we_work .card_row .conatent_bx {
    text-align: center;
  }
  .how_we_work .card_row .conatent_bx p {
    max-width: 100%;
  }
  .how_we_work .card_rows {
    padding: 20px;
  }
  .how_we_work .card_rows {
    padding: 30px;
  }
  .how_we_work .card_row .conatent_bx p {
    font-size: 15px;
    line-height: 27px;
  }
  .how_we_work .imge_elem img {
    width: 97px;
  }
  .how_we_work .imge_elem {
    position: absolute;
    top: -30px;
    right: -30px;
  }
  .how_we_work .items_2 .imge_elem {
    left: -30px;
    right: unset;
    top: -23px;
  }
  .how_we_work .items_2 .imge_elem img {
    width: 85px;
  }

  .how_we_work .card_row .conatent_bx p {
    max-width: 100%;
  }
  .items_2.items_3 img {
    width: 144px !important;
  }
  .about_wrapper .banner_content p {
    font-size: 16px;
  }
  .about_wrapper .list .list_item span {
    font-size: 18px;
  }
  .about_wrapper .banner_img .bg_img {
    height: 731px;
  }
  .about_wrapper .left_content h1 {
    font-size: 34px;
    line-height: 40px;
  }
  /* .theme_water .them_bx .content_sec .inner-content h3 {
    font-size: 23px;
    line-height: 35px;
  } */
  .theme_water .them_bx .content_sec .inner-content h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 800;
  }
  .theme_water .them_bx .content_sec .inner-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .theme_water .them_bx .bg-img {
    height: 587px;
  }
  .inner_banner .banner_img img {
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
  .inner_banner .inner-content .content h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .inner_banner .inner-content .content p {
    font-size: 15px;
  }
  .inner_banner .inner-content .btn_bx {
    flex-direction: column;
  }
  .inner_banner .inner-content .btn_bx {
    align-items: start;
  }
  .tag_line_wrapper .content h2 {
    max-width: 100%;
    font-size: 21px;
    text-align: left;
  }
  .tag_line_wrapper .content p {
    font-size: 16px;
  }
  .article_wrapper .article_row .content_bx h3 {
    font-size: 20px;
    line-height: 31px;
  }
  .article_wrapper .article_row .content_bx p {
    font-size: 17px;
  }
  .article_wrapper .content_bx {
    margin-top: 23px;
  }
  .page-template-our-fleet .inner-content .headerBtn a {
    font-size: 16px;
  }
  .content_wrapper .content_card {
    border-radius: 10px;
  }
  .content_wrapper .mission_bx {
    border-radius: 10px;
  }
  .content_wrapper.about_wrappers_new .row .col-lg-6 {
    padding: 0;
  }
  .page-template-about .btn_bx .headerBtn a {
    font-size: 16px;
  }
  .page-template-contact .inner_banner .banner_img img {
    height: 365px;
  }
  .page-template-contact .btn_bx .headerBtn a {
    font-size: 16px;
  }

  /* time-line */
  .dec-svg.dec-svg1 {
    display: none;
  }
  .mob-svg.mob-svg1 {
    display: block;
  }
  /* .our-story-section .timeline-main .timeline-ship{
  display: block;
} */
  .our-story-section .timeline-main .timeline-img svg {
    height: auto;
  }
  .our-story-section .timeline-main .timeline-img {
    left: 52px;
  }
  .our-story-section .timeline-main .timeline-row {
    align-items: unset;
  }
  .our-story-section .timeline-main .timeline-row .timeline-content {
    max-width: 100%;
  }
  .our-story-section .timeline-main .timeline-row .timeline-years {
    max-width: 22.5%;
  }
  .our-story-section .timeline-main:before {
    left: -6%;
  }
  .our-story-section .timeline-main .timeline-row .timeline-content {
    min-height: 150px;
  }
  .our-story-section .timeline-main {
    padding: 47px 0 50px;
  }
  .our-story-section .timeline-main .timeline-row .timeline-content h4 {
    font-size: 18px;
  }

  .our-story-sections.sections .timeline-main {
    padding-top: 11px;
    padding-bottom: 47px;
  }

  /* About-timeline */
  .our-story-section_new_about .timeline-main .timeline-img svg {
    height: auto;
  }
  .our-story-section_new_about .timeline-main .timeline-img {
    left: 14%;
  }
  .our-story-section_new_about .timeline-main .timeline-row {
    align-items: unset;
  }
  .our-story-section_new_about .timeline-main:before {
    left: -6%;
  }
  .our-story-section_new_about .timeline-list .row .col.timeline-content {
    flex: auto;
  }
  .our-story-section_new_about .timeline-main .timeline-row .timeline-content {
    height: 274px;
  }

  .our-story-section_new_about .timeline-main .timeline-row .timeline-content {
    max-width: 100%;
  }
  .our-story-section_new_about .timeline-row .timeline-content {
    margin-left: 64px !important;
  }
  .our-story-section_new_about .timeline-main .timeline-row .timeline-content {
    margin-top: -35px;
  }
  .our-story-section_new_about .timeline-main .timeline-row .timeline-years {
    max-width: 98.5%;
  }
  .our-story-section_new_about
    .timeline-main
    .timeline-row
    .timeline-years::after {
    top: 120%;
  }
  .our-story-section_new_about
    .timeline-main
    .timeline-row
    .timeline-years::before {
    top: 120%;
  }
  .our-story-section_new_about .timeline-main {
    padding: 41px 0 90px;
  }
  .our-story-section_new_about .timeline-main .timeline-row .timeline-content {
    min-height: 121px;
    max-height: 131px;
  }

  .privacy_wrapper p {
    font-size: 18px;
    line-height: 35px;
  }
  .privacy_wrapper ul li {
    font-size: 15px;
    line-height: 32px;
  }
  /* service-details */
  .shadow_wrapper.nature_bridge .shadow_row {
    border-radius: 80px 0px 73px 80px;
  }
  .purling_brooks {
    padding: 50px 0;
  }
  .purling_brooks.rainbow_falls .img_bx {
    margin-top: 0;
  }

  .included_wrapper .inner_content {
    padding-left: 20px;
  }

  .included_wrapper .inner_content {
    gap: 14px;
  }

  .element_wrapper.about_section .elemnt_card {
    height: auto;
  }
  .element_wrapper.about_section .elemnt_card .btn-container {
    position: unset;
  }

  .banner_form_sec {
    margin: -40px 13px 0px 13px;
    padding: 10px 0px 20px 0px;
  }
  .chbs-main .chbs-ride-info {
    display: flex !important;
    align-items: center;
  }
  .logoheader {
    width: 74px !important;
  }

  /* banner */
  .contentBanner h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .contentBanner p {
    margin-bottom: 0;
  }
  .bannerSection .feature-box {
    /* display: none; */
    margin-bottom: 9px;
  }
  /* .bannerSection .bannerBtn {
    display: block !important;
  } */
  .bannerSection .feature-box p {
    font-size: 14px;
  }
  .Homebanner {
    height: 392px;
  }
  .Homebanner {
    height: 422px;
  }
  .banner_form_sec .title_bx h1 {
    font-size: 22px;
  }
  .banner_form_sec .title_bx h1 {
    padding-top: 5px;
  }
  .chbs-main .chbs-main-content > div > div:last-child {
    margin-top: 10px !important;
  }
  #chauffer-service .container {
    margin-bottom: 0 !important;
  }

  /* Money-back */
  .money_back .container {
    padding: 0px;
  }
  .money_back .pay_icon img {
    width: 85%;
  }

  /* Element-tour */
  .element_wrapper {
    padding: 50px 0px 40px 0px;
  }
  .heading_block p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }
  .element_wrapper.home .container {
    padding: 0;
  }
  .theme_wrapper .theme_bx .content_bx,
  .service_wrapper .service-bx .elemnt_card,
  .fleet_wrapper .fleet_card,
  .testimonial_wrap .testi_bx {
    height: auto !important;
  }
  .theme_wrapper .theme_bx .content_bx {
    height: 144px !important;
  }
  .theme_wrapper #theme-park-5 .theme_bx .content_bx {
    height: auto !important;
  }
  /* .theme_wrapper .row-cols-2>* {
    width: 100%;
  } */
  .theme_wrapper .theme_bx .content_bx h2 br {
    display: none;
  }
  .service_wrapper,
  .brisbane_wrapper,
  .chauffeur_destnation,
  .chauffeur_destnation {
    padding: 54px 20px;
  }
  .brisbane_wrapper {
    padding: 54px 4px;
  }
  /* .brisbane_wrapper .slider_brisbane{
    padding: 0px 5px 0px 5px;
  } */
  .brisbane_wrapper .slider_brisbane img {
    object-fit: fill;
  }
  .contentBanner p {
    font-size: 15px;
  }
  .bottom_footer {
    padding: 20px 8px;
  }
  .service_wrapper {
    padding: 54px 8px;
  }
  .service_wrapper {
    padding-bottom: 20px;
  }
  .service_wrapper .service-bx .elemnt_card .content {
    padding-bottom: 0;
  }
  .service_wrapper .service-bx .elemnt_card .headerBtn {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
  }
  .service_wrapper .service-bx .elemnt_card h3 {
    font-size: 24px;
  }
  .service_wrapper .service-bx .elemnt_card p {
    font-size: 16px;
  }
  .accreditation,
  .get_in_touch,
  .footer_wrapper,
  .inner_banner .inner-content .container {
    padding: 0 20px;
  }
  .accreditation .brand_logo img {
    height: 120px;
  }
  .chauffeur_destnation .time_line_card {
    gap: 12px;
  }
  .chauffeur_destnation .time_line_card .content_bx h3 {
    font-size: 20px;
  }
  .fleets_wrapper.content_wrapper,
  .content_wrapper {
    padding: 30px 20px;
  }
  .fleets_wrapper .fleets_card .img_bx {
    text-align: center;
  }
  .testimonial_wrap .pb-5 {
    padding-bottom: 0 !important;
  }
  .chauffeur_destnation .time_line_card {
    border-radius: 20px;
  }
  .why_choose_wrap .why_us_bx img {
    width: 145px !;
  }
  .fleet_wrapper .container {
    padding: 0 26px;
  }
  .why_choose_wrap .why_us_bx img {
    width: 118px !important;
    height: 112px !important;
  }
  .why_choose_wrap .why_us_bx .content p {
    font-size: 14px;
  }
  .page-template-5-elements-tour .about_wrapper .left_content h1 {
    font-size: 26px;
  }
  .page-template-5-elements-tour .about_wrapper .headerBtn a {
    font-size: 16px;
  }
  .page-template-5-elements-tour .theme_water {
    padding: 0;
  }
  .single.single-element .theme_water {
    padding: 0 0px;
  }
	
  .details_wrapper .heading_block h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
  .details_wrapper img {
    height: 161px;
  }
  .details_wrapper .center_img img {
    border-radius: 0px 20px 0px 0px;
  }
  .details_wrapper .right_img img {
    border-radius: 0px 0px 0px 20px;
  }
  .shadow_wrapper .shadow_row {
    margin: 0;
  }
  .shadow_wrapper img {
    height: 300px;
    border-radius: 30px;
  }
  .purling_brooks .inner_content h2 {
    font-size: 22px;
  }
  .purling_brooks .inner_content p {
    font-size: 16px;
  }
  .shadow_wrapper .content p {
    font-size: 16px;
  }
  .shadow_wrapper .content h2 {
    font-size: 22px;
  }
  .details_wrapper .content_bx p {
    font-size: 18px;
  }
  .chbs-main .chbs-google-map #chbs_google_map {
    height: 276px !important;
  }
}

@media (min-width: 991px) {
  .items_2.items_3 img {
    width: 276px;
  }
  .main-header {
    position: relative;
    z-index: 999;
  }
  .inner_banner .banner_img img {
    height: 437px;
    object-fit: cover;
  }

  .article_wrapper .article_row.even {
    padding-right: 15px !important;
  }
  .article_wrapper .article_row.odd {
    padding-left: 15px !important;
  }
	
	.tag_line_wrapper .tag_line_row{
padding-left:15px !important;
}
  .postid-35685 .included_wrapper .side_img img {
    height: 699px;
  }
  .postid-35687 .included_wrapper .side_img img {
    height: 370px;
  }
  .postid-35694 .included_wrapper .side_img img {
    height: 780px;
  }
  .postid-35876 .included_wrapper .side_img img {
    height: 609px;
  }
  .postid-35882 .included_wrapper .side_img img,
  .postid-35685 .included_wrapper .side_img img {
    height: 711px;
  }
  .postid-35870 .included_wrapper .side_img img {
    height: 462px;
  }

  /* 5-elements-tour-page */
  .page-template-5-elements-tour .about_wrapper .banner_content .container {
    max-width: 1200px;
  }
  .service_wrapper .container {
    max-width: 1140px !important;
  }
  .link_bx.icon_fotter {
    padding-left: 147px;
  }
  .about_wrappers_new .row > .col-lg-6:first-child {
    padding-left: 0 !important;
  }

  .about_wrappers_new .row > .col-lg-6:last-child {
    padding-right: 0 !important;
  }
  .features_new.wine_journey #wine_row_5 .img_bx img {
    height: 448px;
    object-fit: cover;
  }
	.footer-contact-info .icon_wrapper {
	margin-right:30px;
	max-width:300px;	
}
	    .bottom_footer p {
        display: inline;
    }
	.postid-35882 .details_wrapper img{
		object-position:center;
	}
	.theme_water .them_bx .content_sec .sec-img img{
		height:408px;
		object-fit:contain;
	}
	#menu-header-menu{
		    margin-top: 10px;
	}
}

@media (max-width: 991px) {
  .shadow_wrapper .content {
    padding: 20px;
  }
  .purling_brooks .img_bx {
    margin-top: 0;
  }

  .navbar-toggler {
    background-color: var(--brand-color);
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
  }
  .navbar-toggler i {
    font-size: 14px;
  }
  .icon_asset.mobile_menu {
    margin-right: 9px;
  }
  .main-header .icon_bx {
    gap: 10px;
  }

  #menu-header-menu {
    display: none;
  }
  .mobile_menu_link {
    margin: 10px 45px;
    background-color: #ffffff75;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 20px;
    margin-top: 35px;
  }
  .menu-bx .logo_bx {
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offcanvas-title a img {
    display: none;
  }
  .nav-link::after {
    /* content: unset; */
    position: unset;
    background-color: unset;
  }

  .dropdown-toggle.nav-link.active + .dropdown.arrow-top {
    opacity: 1;
    visibility: visible;
    /* transform: translate(-50%, 0%); */
  }
  .main-header .dropdown.arrow-top {
    position: relative;
  }

  .navbar-expand-lg .offcanvas-body .nav-item {
    border-bottom: unset;
    box-shadow: unset;
    padding: 1px 0px;
  }
/*   .navbar-nav .current-menu-item {
    background-color: #1e90ff;
  } */
  .navbar-nav .current-menu-item a {
    color: #fff !important;
	   background-color: #1e90ff;
	  padding: 0px 10px !important;
	  border-radius:6px;
  }
	.navbar-nav li a:hover{
		border-radius:6px;
	}
  .navbar-nav li a {
    font-size: 16px;
	  width:100%;
  }
  .mobile_menu_link .headerBtn.inner_btn {
    width: 100%;
    margin-top: 12px;
  }
  .mobile_menu_link .headerBtn.inner_btn a {
    justify-content: center;
    font-size: 15px;
  }
  .navbar-nav li a {
    font-size: 16px !important;
    padding: 0px 0px !important;
    line-height: 31px !important;
  }
  .mobile_menu_link .socail_icon_bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
    margin-top: 19px;
  }
  .mobile_menu_link .socail_icon_bx a {
    text-decoration: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile_menu_link .socail_icon_bx a p {
    font-size: 14px;
    color: #000;
  }
  .mobile_menu_link .main-header .dropdown.arrow-top {
    transform: translate(-50%, 2%) !important;
  }
  .element_wrapper.home .headerBtn a {
    font-size: 16px;
  }

  .theme_wrapper #theme-park-5 {
    width: 100%;
  }
  .theme_wrapper #theme-park-5 .content_bx {
    height: auto;
  }

  .gec_transfer_mobile .time_line_card {
    flex-direction: column;
    padding: 0;
    border-radius: 20px;
  }
  .gec_transfer_mobile .time_line_card .icon img {
    width: 100%;
    border-radius: 20px;
  }
  .gec_transfer_mobile .time_line_card .content_bx {
    padding: 0 20px;
  }
  .gec_transfer_mobile .time_line_card .chech_bx {
    left: -65px;
  }
  .gec_transfer_mobile .timeline_bx .flight_icon {
    left: -81px;
  }

  .car_icon_move {
    left: -81px;
  }
  .gec_transfer_mobile .time_line_card .content_bx h3 {
    text-align: center;
  }
  .gec_transfer_mobile .heading_block h2 {
    color: #02066f;
  }
  .gec_transfer_mobile {
    padding-bottom: 20px;
  }
  .headerBtn.inner_btn a {
    font-size: 16px;
  }
  .mobile_menu_link .headerBtn.inner_btn {
    padding: 4px 12px;
  }
  .mobile_menu_link .dropdown.arrow-top {
    transform: translate(-50%, 0%);
  }
  .service_wrapper .service-bx .elemnt_card .inner_btn a {
    font-size: 15px;
  }
  .chauffeur_destnation .time_line_card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }
  #chauffeur_sec .chech_bx img {
    width: 30px !important;
  }
  #chauffeur_sec .time_line_card .chech_bx {
    left: -66px;
  }
  #accreditation-5 {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .brisbane_wrapper .slider_brisbane {
    padding: 0px 20px 0px 20px;
  }
  .brisbane_wrapper .slider_brisbane img {
    height: 306px;
  }
  .brisbane_wrapper .group_wrappers {
    margin-top: 52px;
  }
  .brisbane_wrapper .group_wrapper {
    margin-top: -71px !important;
  }
  .get_in_touch label {
    font-size: 16px;
  }
  .fleet_wrapper .heading_block p {
    font-family: var(--primary-font);
  }
  .how_we_work {
    padding: 0 20px;
  }
  .bottom_footer .logo_bx img {
    width: 58px;
  }
  .about_wrapper .banner_content {
    padding: 10px;
  }
  .element_wrapper.about_section .container {
    padding: 0 22px;
  }
  .page-template-our-fleet .inner_banner .banner_img img {
    object-position: top;
  }
  .fleets_wrapper.content_wrapper {
    padding: 30px 26px;
  }
  .why_choose_wrap .why_us_bx img {
    width: 145px;
  }
  .theme_water .content_sec .row {
    flex-direction: column-reverse;
  }

  /* ---------- Animation Utility Classes ---------- */
  .animated {
    animation-duration: 1.25s;
    animation-fill-mode: both;
  }
  .animated.animated-slow {
    animation-duration: 2s;
  }
  .animated.animated-fast {
    animation-duration: 0.75s;
  }
  .animated.infinite {
    animation-iteration-count: infinite;
  }
  .animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards;
  }

  /* ---------- Custom Offcanvas Slide + Fade Animations ---------- */
  @keyframes slideFadeInLeft {
    from {
      transform: translateX(-80px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes slideFadeOutLeft {
    from {
      transform: translateX(0);
      opacity: 1;
    }
    to {
      transform: translateX(-80px);
      opacity: 0;
    }
  }

  /* Optional: adjust backdrop opacity if needed */
  .offcanvas-backdrop.show {
    opacity: 0.5 !important;
    transition: opacity 1.2s ease-in-out;
  }

  .chbs-main .chbs-main-content {
    margin-top: 16px !important;
  }

  .shadow_wrapper .container {
    padding: 0 27px;
  }
  .shadow_wrapper .shadow_row {
    background: unset;
  }
  .shadow_wrapper .content {
    padding-left: 0;
  }
  .shadow_wrapper img {
    border-radius: 50px 50px 20px 50px;
  }
  .purling_brooks .row {
    flex-direction: column-reverse;
    align-items: unset !important;
  }
  .purling_brooks .img_bx {
    margin-bottom: 17px;
  }
  .shadow_wrapper.nature_bridge .shadow_row {
    background: unset;
  }
  .purling_brooks .img_bx img {
    border-radius: 50px 50px 20px 50px;
  }
  .postid-35870 .theme_water .them_bx .bg-img {
    height: 470px;
  }
  .included_wrapper .container {
    padding: 0 45px;
  }
  .included_wrapper .side_img img {
    height: 400px;
  }
  .inclusive_exp .container {
    padding: 0 25px;
  }
  .trust_wrapper.privacy.single {
    padding: 30px 11px;
  }
  .banner_booking .inner-content .content h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .inner_banner .inner-content .container {
    padding: 0 12px;
  }
  .page-template-privacy .content_wrapper {
    padding: 30px 24px;
  }
  .page-template-theme-park-transfer .about_wrapper .right_content img {
    width: 100%;
  }
  .postid-35882 .shadow_wrapper .container,
  .postid-35685 .shadow_wrapper .container {
    padding: 0 9px;
  }
  .postid-35882 .purling_brooks .img_bx img,
  .postid-35685 .purling_brooks .img_bx img {
    border-radius: 15px;
  }
  .single_gallery_slide {
    padding: 50px 1px !important;
  }
  .features_new {
    padding: 0 11px;
  }
  .features_new.wine_journey .card_content {
    padding-left: 0;
    padding-top: 20px;
  }
  .features_new.wine_journey .bottom_quote {
    padding: 0 54px;
  }
  .get_in_touch.booking_form h2{
    font-size: 26px;
    line-height: 32px;
  }
  .get_in_touch.booking_form{
    padding: 5px;
  }
  .get_in_touch.booking_form .boking_form_wrap{
    padding-bottom: 20px;
  }
	.get_in_touch.booking_form.holiday_designer .boking_form_wrap{
		padding:20px;
	}
	.nav-link:hover::after{
		animation: unset;
    background-color: unset;
	}
	.dropdown-toggle::after{
		display: inline-block;
    margin-left: 1.265em;
    vertical-align: .265em;
    content: "";
    border-top: .5em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    /* position: absolute !important; */
    top: 15px;
    right: 17px;
    position: absolute !important;
	}
	a.dropdown-toggle.nav-link {
    width: 220px;
}
	.xdsoft_datetimepicker .xdsoft_datepicker{
		width:290px;
	}
	.page-id-36248 .inner_banner .banner_img img{
		        object-position: 62% top;
	}
	.page-id-36021.page-template-privacy .inner_banner .banner_img img{
		height:467px;
		object-position:85% top;
	}
	.postid-36253 .inner_banner .banner_img img{
		height: 530px;
        object-fit: cover;
        object-position: unset;
	}
	.money_back .main_block_wrapper{
		padding:20px 20px 25px 20px;
	}
	.why_choose_wrap #why_us_6 img{
		object-position:90%;
	}
		width:70% !important;
	}
}

@media (max-width: 551px) {
  .shadow_wrapper .container {
    padding: 0 15px;
  }
  .shadow_wrapper img {
    border-radius: 30px;
  }
  .postid-35870 .shadow_wrapper {
    padding-bottom: 0;
  }
  .purling_brooks .img_bx img {
    height: 300px;
    border-radius: 030px 30px 0px 30px;
  }
  .purling_brooks .elem {
    display: none;
  }
  .purling_brooks {
    padding-bottom: 25px;
  }
  .shadow_wrapper.nature_bridge {
    padding: 47px 0;
    padding-bottom: 17px;
  }
  .theme_water .them_bx .content_sec {
    padding: 0px 17px;
  }
  .postid-35870 .theme_water .them_bx .content_sec .sec-img img {
    width: 100%;
  }
  .postid-35870 .theme_water .them_bx .bg-img {
    height: 393px;
    object-position: right;
  }
  .included_wrapper .side_img img {
    height: 250px;
  }
  .want_bring_wrap .bring_up_wrap h3 {
    font-size: 22px;
  }
  .want_bring_wrap .fitness_level p {
    font-size: 16px;
    line-height: 25px;
  }
  .inclusive_exp .title {
    text-align: center;
  }
  .inclusive_exp .title h3 {
    font-size: 20px;
    line-height: 29px;
  }
  .inclusive_exp .booking_card {
    margin-bottom: 24px;
  }
  .inclusive_exp {
    padding-bottom: 0px !important;
  }
  .privacy.single .mission_bx .title span {
    font-size: 18px;
  }
  .privacy.single .mission_bx .content p {
    font-size: 16px;
  }
  .privacy.single .headerBtn.inner_btn a {
    font-size: 14px;
  }
  .included_wrapper .col-lg-8 {
    padding: 0;
  }
  .want_bring_wrap .content .icn_bx p {
    font-size: 16px;
  }
  .element_wrapper .elemnt_card .content h3 {
    font-size: 17px;
  }
  .element_wrapper .elemnt_card .tour-list {
    position: absolute;
    bottom: 65px;
  }
  .theme_wrapper .theme_bx .content_bx h2 {
    max-width: 120px;
    margin: 0 auto;
  }
  .page-template-booking .inner_banner .banner_img img {
    height: 404px;
  }
	.page-id-36052.page-template-booking .inner_banner .banner_img img{
		        object-position: 98% top;
	}
  .page-template-booking .headerBtn a {
    font-size: 16px;
  }
  .booking-page .container {
    padding: 0 24px;
  }
  .page-template-privacy .inner_banner .inner-content .content h1 {
    font-size: 26px;
  }
  .inner_banner .inner-content .btn_bx .headerBtn a {
    padding: 2px 26px;
  }
  .inner_banner .inner-content .btn_bx .headerBtn a {
    font-size: 16px;
  }
  .page-template-privacy .inner_banner .banner_img img {
    height: 399px;
  }
  .page-template-theme-park-transfer .banner_content .container {
    padding: 0 10px;
  }
  .page-template-theme-park-transfer .about_wrapper .left_content h1 {
    font-size: 25px;
  }
  .page-template-theme-park-transfer .bottom-content {
    padding: 20px;
  }
  .page-template-theme-park-transfer .theme_water {
    padding: 0px;
  }
  .page-template-theme-park-transfer .theme_water .them_bx .bg-img {
    height: 391px;
  }
  .article_wrapper .article_row {
    padding: 12px !important;
    margin: 0 5px;
  }
  .article_wrapper .article_row .col-lg-4 {
    padding: 0 !important;
  }
  .page-template-theme-park-transfer .banner_content .headerBtn a {
    font-size: 16px;
  }
  .postid-35882 .shadow_wrapper,
  .postid-35685 .shadow_wrapper {
    padding: 0 6px;
  }
  .postid-35882 .shadow_wrapper .shadow_row,
  .postid-35685 .shadow_wrapper .shadow_row {
    padding: 20px;
    border-radius: 15px;
  }
  .postid-35882 .purling_brooks,
  .postid-35685 .purling_brooks {
    padding: 0 18px;
  }
  .postid-35882 .purling_brooks .container .col-xl-11 .row,
  .postid-35685 .purling_brooks .container .col-xl-11 .row {
    padding: 20px;
    margin: 30px 0;
  }
  .postid-35882 .purling_brooks .container .col-xl-11 .row .col-lg-4,
  .postid-35685 .purling_brooks .container .col-xl-11 .row .col-lg-4 {
    padding: 0;
  }
  .postid-35882 .purling_brooks .container .col-xl-11,
  .postid-35685 .purling_brooks .container .col-xl-11 {
    padding: 0;
  }
  .postid-35882 .purling_brooks .inner_content h2,
  .postid-35685 .purling_brooks .inner_content h2 {
    color: var(--blue-color);
  }
  .postid-35882 .included_wrapper .side_img img,
  .postid-35685 .included_wrapper .side_img img {
    margin-top: 30px;
  }
  .postid-35882 .shadow_wrapper .shadow_row .img_bx img,
  .postid-35685 .shadow_wrapper .shadow_row .img_bx img {
    border-width: 0px 0px 5px 0px;
  }
  .postid-35882 .purling_brooks img,
  .postid-35685 .purling_brooks img {
    border-width: 0px 0px 5px 0px;
  }
  .postid-35882 .inner_content p b,
  .postid-35685 .inner_content p b {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #02066f;
  }
  .postid-35882 .inner_content ul,
  .postid-35685 .inner_content ul {
    padding: 0;
  }
  .postid-35882 .inner_content ul li,
  .postid-35685 .inner_content ul li {
    list-style: none;
  }
  .postid-35882 .content p b,
  .postid-35685 .content p b {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #02066f;
  }

  .postid-35882 .content ul,
  .postid-35685 .content ul {
    padding: 0;
  }
  .postid-35882 .content ul li,
  .postid-35685 .content ul li {
    list-style: none;
  }
  .page-template-5-elements-tour .element_wrapper .elemnt_card .tour-list {
    position: unset;
  }
  .service_wrapper .heading_block h2 {
    font-size: 22px;
    font-weight: 700 !important;
    text-transform: capitalize;
  }
  .service_wrapper .service-bx .elemnt_card p {
    font-size: 15px;
  }
  .fleet_wrapper .heading_block h4 {
    font-size: 18px;
  }
  .fleet_wrapper .fleet_card .content h2 {
    margin-bottom: 15px;
  }
  .fleet_wrapper .fleet_card .info {
    padding-bottom: 8px;
  }
  .chbs-main .chbs-form-field input {
    padding: 0 20px !important;
  }
  .chbs-main .chbs-ride-info > div {
    padding: 22px 30px 22px 40px;
  }
  .chbs-main.chbs-width-300 .chbs-layout-50x50 .chbs-layout-column-left {
    margin-bottom: 15px !important;
  }
  .banner_form_sec .title_bx h1 {
    margin-bottom: 7px !important;
  }
  #contcat_bx_us {
    margin-top: -10px;
  }
  #contcat_bx_us_ico {
    margin-top: 21px;
  }
  .footer-contact-info .icon_wrapper {
    margin-right: 45px;
  }
  .dropdown.arrow-top li a {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .navbar-nav li a:hover {
    background: #1e90ff;
/*     padding: 7px 10px !important; */
	    padding: 3px 10px !important;
    color: #fff !important;
  }
  .testimonial_wrap .testi_bx {
    height: 427px !important;
  }
  .testimonial_wrap .owl-theme .owl-nav {
    margin-top: 0;
  }
  .navbar .offcanvas {
    background: #ffffffed;
  }
  .icon_bx.elem1 img {
    width: 66%;
  }
  .icon_bx.elem1 {
    position: absolute;
    bottom: -18px;
    left: -13px;
    width: 100%;
  }
  .icon_bx.elem2 img {
    width: 66%;
  }
  .icon_bx.elem2 {
    position: absolute;
    bottom: -16px;
    right: -67px;
    width: 100%;
  }
  .land_mark_wrap .desktop {
    display: none;
  }
  .land_mark_wrap .mobile.new_design {
    display: block;
  }
  .postid-35687 .theme_water .them_bx .bg-img {
    height: 489px;
  }
  .features_new.wine_journey .bottom_quote {
    padding: 0 10px;
  }
  .features_new .content.visit_bx .icon_bx {
    flex-direction: column;
    justify-content: center;
  }
  .features_new .content.visit_bx .icon_bx .inner_content {
    text-align: center;
  }
  .features_new.wine_journey .card_row {
    padding: 10px;
  }
  .details_wrapper.seprate_block {
    padding-bottom: 0 !important;
  }
  .features_new.wine_journey .img_bx img {
    border-width: 0px 0px 5px 0px;
    height: 350px;
    object-fit: cover;
  }
  .features_new.wine_journey .odd .img_bx img {
    border-width: 0px 0px 5px 0px;
  }
  .page-id-35851 .theme_water .them_bx .bg-img {
    height: 499px;
  }
  .features_new .title h3 {
    font-size: 22px;
  }
  .features_new .title p {
    font-size: 16px;
  }
  .features_new .content .icon_bx p {
    font-size: 16px;
  }

  .features_new .content.visit_bx .icon_bx p {
    font-size: 18px;
  }
  .features_new {
    padding: 0 17px;
  }
  .inclusive_exp .booking_card .book_title h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .inclusive_exp .booking_card.title_bx .book_title h3 {
    text-align: center;
  }
  .features_new.wine_journey .card_content h2 {
    font-size: 22px;
  }
  .features_new.wine_journey .card_content h4 {
    font-size: 22px;
  }
  .postid-35876 .theme_water .them_bx .bg-img {
    height: 575px;
  }
  .postid-35692 .theme_water .them_bx .bg-img {
    height: 416px;
  }
  .theme_water .them_bx .bg-img {
    border-radius: 20px;
  }
  .postid-35692 .shadow_wrapper {
    padding-bottom: 0;
  }
  .postid-35694 .theme_water .them_bx .bg-img {
    height: 426px;
  }
  .postid-35694 .single.single-element .theme_water {
    padding-top: 0 !important;
  }
  .postid-35694 .shadow_wrapper {
    padding-bottom: 0;
  }
  .postid-35696 .theme_water .them_bx .bg-img{
    height: 500px;
  }
  .postid-35911 .theme_water .them_bx .bg-img{
    height: 510px;
  }
	.postid-35876 .shadow_wrapper{
		padding-bottom: 0px;
	}
	.included_wrapper{
		padding-bottom:0 !important;
	}
	.postid-35687 .shadow_wrapper{
		padding-bottom: 0px;
	}
	.postid-35692.single.single-element .theme_water{
		padding-bottom:0 !important;
	}
	.postid-35694 .details_wrapper{
		padding-bottom:0 !important;
	}
	.postid-35694.single.single-element .theme_water{
		padding-top:0 !important;
	}
	.postid-35696 .details_wrapper{
		padding-bottom:0 !important;
	}
	.postid-35696 .shadow_wrapper{
		padding-bottom:0 ;
	}
	.postid-35911 .shadow_wrapper{
		padding-bottom:0 ;
		padding-top: 0 !important;
	}
	.shadow_wrapper.nature_bridge .shadow_row{
		padding-top: 41px;
	}
	.navbar-nav li a{
		        font-size: 17px !important;
        line-height: 34px !important;
	}
	
	.postid-36250 .inner_banner .banner_img img{
		object-fit:cover;
		background:url(https://gectransfers.au/wp-content/uploads/2024/06/0.jpg);
		background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
	}
	    .postid-36253 .inner_banner .banner_img img {
        height: 530px;
        object-fit: cover;
        object-position: center;
        background: url(https://gectransfers.au/wp-content/uploads/2024/06/private-driver-3_11zon-2-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: unset;
    }
	
	   .page-id-36033.page-template-privacy .inner_banner .banner_img img {
        height: 399px;
        object-fit: cover;
        background: url(https://gectransfers.au/wp-content/uploads/2024/06/bg666.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
	
	
	 .page-id-36001 .inner_banner .banner_img img {
        height: 415px;
        object-fit: cover;
        background: url(https://gectransfers.au/wp-content/uploads/2024/06/bg666.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
	.page-id-36021.page-template-privacy .inner_banner .banner_img img {
        height: 467px;
        object-position: center;
        object-fit: cover;
        background: url(https://gectransfers.au/wp-content/uploads/2024/06/1752740838-vpn2-edited.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0% top;
    }
	.page-id-36511 .get_in_touch .wpcf7-submit{
		width:84%;
	}

	
}

@media (min-width: 991px) and (max-width: 1300px) {
  .navbar-nav li a {
    font-size: 14px !important;
  }
  .headerBtn a {
    font-size: 14px;
  }
  .element_wrapper .heading_block h2 {
    font-size: 26px;
  }
  .accreditation {
    /* padding: 0 70px; */
    padding: 0 40px !important;
  }
  .brisbane_wrapper {
    padding: 50px 40px;
  }
  .brisbane_wrapper .content_bx h2 {
    font-size: 27px;
  }
  .brisbane_wrapper .slider_brisbane img {
    height: 370px;
  }
  .how_we_work {
    padding: 0 45px;
  }
  .element_wrapper.about_section .container {
    padding: 0 66px;
  }
  .fleets_wrapper.content_wrapper {
    padding: 30px 33px;
  }
  .content_wrapper {
    padding: 30px 39px;
  }
  .get_in_touch {
    padding: 0 30px;
  }
  .theme_water {
    padding: 0;
  }
  .inclusive_exp .container {
    padding: 0;
  }
  .booking-page .container {
    padding: 0 33px;
  }

  .single_gallery_slide {
    padding: 40px 75px !important;
  }
  .bottom_footer p {
    display: inline;
  }
  .features_new {
    padding: 0 40px;
  }
		.footer-contact-info .icon_wrapper {
	margin-right:0px;
	max-width:100%;
}
}

@media (max-width: 630px) {
  .contentBanner {
    top: -37px;
  }
  .Homebanner {
    height: 385px;
  }
  .bannerSection .feature-box img {
    width: 21px;
  }
  .money_back .pay_icon img {
    width: 66%;
  }
}

@media (min-width: 1450px){
	.container{
		     max-width: 1320px;
}
	.inner_banner .banner_img img{
		height:auto;
	}
	.page-id-36513 .inner_banner .banner_img img{
		height:437px;
	}
	.Homebanner img{
		height:auto;
	}
	.banner_form_sec{
		 max-width: 1320px;
		 margin-right: auto;
        margin-left: auto;
}
	.container-fluid{
		 max-width: 1320px;
}
	.inner_banner .container-fluid{
		max-width:100%;
	}
	.inner_banner .inner-content .container{
		margin:0 auto;
	}
	.our-story-section_new_about .timeline-main .timeline-row:nth-child(odd) .timeline-content{
		margin-left:228px;
	}
	.our-story-section_new_about .timeline-main .timeline-row:nth-child(even) .timeline-content{
		margin-right:145px;
	}
	.logoheader {
    width: 90px;
}
	.service_wrapper .service-bx .elemnt_card{
height:490px !important;
	}
	
	.main-header .icon_bx{
     gap:5px;
	}
	.element_wrapper .elemnt_card .tour-list{
    position: absolute;
    bottom: 68px;
	}	
	
}

@media(min-width:991px){
	.chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span{
	width:70% !important;
	}
	.chbs-main .chbs-vehicle .chbs-vehicle-content>div.chbs-vehicle-content-header>span{
		width:70% !important;
	}
		
}
