figure.gb-block-image.gb-block-image-40f2854d {
    width: 75%;
}
.one-link-text{
flex-grow:1;
}

.one-link-card{
display: flex;
flex-direction: column;
}


.google-review{
 float: right;
text-align: right;
}

.review-heading {
    padding: 0 20px;
}

.city-list a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23035B87'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

.city-location::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill='%23035B87'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 1 column by default */
  row-gap: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: Garamond;
}

/* Small Mobile (>=320px) */
@media (min-width: 376px) {
  .city-list {
      grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }
}

/* Standard Mobile (>=680px) */
@media (min-width: 768px) {
  .city-list {
      grid-template-columns: repeat(3, 1fr); /* 3 columns */
  }
}

/* Tablets (>=769px) */
@media (min-width: 1024px) {
  .city-list {
      grid-template-columns: repeat(4, 1fr); /* 4 columns */
  }
}

/* Laptops & Larger Screens (>=1025px) */
@media (min-width: 1200px) {
  .city-list {
      grid-template-columns: repeat(5, 1fr); /* 5 columns */
  }
}

.text-center{
text-align:center;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.review-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0px;
    justify-content: center;
  }
  
  body.page-id-2 .review-widget {
    padding: 15px 30px !important; /* Keep original padding on page ID 2 */
}
  
.review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  max-width: 100%; /* Full width by default */
  flex: 1 1 100%;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 10px;
}
  .review-card h3 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px; 
  }
  .review-card a:hover{

    text-decoration: underline;
  }
  
  .review-card .date {
    font-size: 14px;
    color: #474646;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: -16px;
  }
  
  .review-card .stars {
    color: #f5b301;
    font-size: 16px;
  }
  
  .review-card .review-text {
    font-size: 17px;
    margin-bottom: 10px;
  }
  
  .review-card .hidden {
    display: none;
  }
  
  
  /* Tablet view (481px and up) */
@media (min-width: 481px) {
  .review-card {
      flex: 1 1 calc(50% - 20px);
  }
}

/* Desktop view (769px and up) */
@media (min-width: 769px) {
  .review-card {
      flex: 1 1 calc(25% - 20px);
      max-width: 300px;
  }
}

@media (min-width: 971px) {
  .review-card {
      flex: 1 1 calc(25% - 20px);
      max-width: 300px;
  }

}

@media (min-width: 769px) and (max-width: 970px) {
  .review-card {
      flex: 1 1 calc(50% - 20px);
      max-width: 350px;
  }
}


  .review-header {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between profile icon and text */
}

/* Circular Profile Icon */
.profile-icon {
    width: 40px;
    height: 40px;
    background-color: #0a5ca8; /* Dark blue */
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.profile-icon1{
  background-color: #00897B;
}
.profile-icon2{
  background-color: #455A64;
}
.profile-icon3{
  background-color: #689F38;
}
.profile-icon4{
  background-color:#5D4037;
}
.profile-icon5{
  background-color: #512DA8;
}
.profile-icon6{
  background-color: #BF360C;
}

.review-card h3::after {
  content: ""; /* Required for pseudo-elements */
  display: inline-block;
  width: 16px; /* Adjust size */
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-3 0 262 262" preserveAspectRatio="xMidYMid"><path d="M255.878 133.451c0-10.734-.871-18.567-2.756-26.69H130.55v48.448h71.947c-1.45 12.04-9.283 30.172-26.69 42.356l-.244 1.622 38.755 30.023 2.685.268c24.659-22.774 38.875-56.282 38.875-96.027" fill="%234285F4"/><path d="M130.55 261.1c35.248 0 64.839-11.605 86.453-31.622l-41.196-31.913c-11.024 7.688-25.82 13.055-45.257 13.055-34.523 0-63.824-22.773-74.269-54.25l-1.531.13-40.298 31.187-.527 1.465C35.393 231.798 79.49 261.1 130.55 261.1" fill="%2334A853"/><path d="M56.281 156.37c-2.756-8.123-4.351-16.827-4.351-25.82 0-8.994 1.595-17.697 4.206-25.82l-.073-1.73L15.26 71.312l-1.335.635C5.077 89.644 0 109.517 0 130.55s5.077 40.905 13.925 58.602l42.356-32.782" fill="%23FBBC05"/><path d="M130.55 50.479c24.514 0 41.05 10.589 50.479 19.438l36.844-35.974C195.245 12.91 165.798 0 130.55 0 79.49 0 35.393 29.301 13.925 71.947l42.211 32.783c10.59-31.477 39.891-54.251 74.414-54.251" fill="%23EB4335"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px; /* Space between text and icon */
  vertical-align: middle;
}




@media (min-width: 971px) and (max-width: 1060px) {
  a.google-review {
   display: contents;
  }
  .review-card .show-more{
    display: flex;
  }
}

input::placeholder {
    
   font-weight:500;
   font-family: poppins;
   font-size:15px;
   color: #666;
}

input#fromCity, input#toCity, input#fromZip, input#toZip, select.statefrom, select.stateto{
    height: 40px;
    border-radius: 5px !important;
    margin-bottom: 8px !important;
    color: #000 !important;
    border : #e1e1e1 solid 1px !important ;
    line-height:1.3;
    width:100%;

}

select.statefrom:active, select.stateto:active{
background-color: #f7f8f9;
}

select:invalid {
    color: #666 !important;
    font-family: poppins;
    font-size:15px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
span.ft {
    display: none;
}

.error-message {
  color: #cf281d;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 10px;
}

/*banner form next button */
button.nextButton {
border-radius: 5px;
padding: 6px 40px;
background: #047cba;
margin-top: 15px;
width: 100%;
}

button.nextButton:hover {background-color: #1ca4e9;}
button.nextButton:active {background-color: #1ca4e9;}

#search-widget {
        position: relative;
    }

    #search-bar {
        width: 100%;
        height: 30px;
        padding: 10px;
        margin-bottom: 0px !important;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: white;
        color: black !important;
    }

    #search-button {
    position: absolute;
    right: 2px;
    top: 5px;
    background-color: white;
    padding: 0px 12px !important;
    border: none;
    padding: 0px;
    color: black;
    font-size: 16px;
    cursor: pointer;
}
   

    #search-suggestions {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border: 1px solid #ccc;
        background-color: white;
        max-height: 250px;
        overflow-y: auto;
        z-index: 1000;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        display: none; /* Initially hidden */
    }

    #search-suggestions.show {
        display: block !important; /* Force the display to 'block' for testing */
    }

    .suggestion-item {
        padding: 10px;
        cursor: pointer;
        font-size: 16px;
    }

    .suggestion-item:hover {
        background-color: #f1f1f1;
    }

    /* Styling for "No results found" */
    .suggestion-item.no-results {
        font-style: italic;
        color: #888;
    }
    
.scroll-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.read-more-container a{
 color: white !important;
}
.page-id-2 .comments-area{
padding: 0px 20px;
}
p.form-submit {
    margin-top: 15px;
}

input#author, input#email {
    width: 100%;
}
ol.comment-list {
    margin-left: -2px !important;
}
h2.comments-title {
    display: none;
}

textarea#comment:focus{
 color:black;
}
textarea#comment, input#author, input#email{
 color:black;
}

@media (min-width: 768px) {
    .comment-respond {
    width: 65%;
    margin:auto;
}
}

@media (min-width: 768px) {
    body.single-post .comment-respond {
    width: 65%;
    margin:0px !important;
}
}

.gb-container-cdbb1893{
background-size: contain;
background-repeat: no-repeat;
}

@media (max-width: 767px) {
     input#fromCity, input#toCity, select.statefrom, select.stateto, input#fromZip, input#toZip{
width: 100%;
}
}

span.sms-disclaimer a
 {
    font-weight: 600;
}

@media (min-width: 500px) and (max-width: 767px) {
    .gb-grid-wrapper > .gb-grid-column-cdbb1893 {
        width: 50% !important;
    }
}
@media (max-width: 1180px){
  .gb-container-6d5bee45 {
    margin: 0 20px 20px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1155px){
.gb-container.gb-container-98bdafe3 {
    margin-left:25px;
}
}

.aiovg-player-container {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (min-width: 600px) and (max-width: 766px) {
  .gb-container-9800b15f, .gb-container-e181501b, .gb-container-4039b72e  {
    height: 400px !important;
  }
}

@media screen and (min-device-width: 820px) and (max-device-width: 1366px) and (orientation: portrait){
 .gb-container-9800b15f:before , .gb-container-e181501b:before, .gb-container-4039b72e:before {
        background-attachment: scroll !important;
    }
}
.page-id-8514 th{
  border-width: 1px !important;
}
.toc-heading{
  text-align: center;
}
.page-id-21888 .cky-consent-container,
.page-id-23401 .cky-consent-container,
.page-id-23399 .cky-consent-container,
.page-id-21890 .cky-consent-container,
.page-id-15948 .cky-consent-container,
.page-id-16062 .cky-consent-container,
.page-id-1679 .cky-consent-container {
    display: none !important;
}

.gb-container-b408319a {
    padding: 15px 20px 30px 30px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #000 !important;
}
span.select2-selection.select2-selection--single {
   height: 38px !important;
   padding-top: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #047cba !important;
}

.quote-btn-submit {
    margin-top: 30px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7-not-valid-tip, p.wpcf7-not-valid-tip {
    font-size: 14px !important;
    text-align: center;
    color: #dc3232;
}

ul.rv-landing-page {
    margin-left: 1.6em;
}

ol.rv-landing-page {
    margin-left: 1em;
}
.aiovg-player {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.aiovg-player .plyr, .aiovg-player .video-js, .aiovg-player iframe {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

li.footer-list, li.landingpage-lists {
    margin-bottom: 12px;
}

.footer-list a {
 color: white !important;
}
.site-main .post-navigation {
    font-size: 16px;
}

.star-icon {
    background: var(--wpr-bg-d7eea8ae-8e3c-4acc-9e44-f7567243883b) 0 0/100px no-repeat;
    padding: 50px;
    background-position-x: center;
    background-position-y: bottom;
}

.page-id-5554 .star-icon {
    background-position-y: center;
    background-position-x: left;
}

.gb-container-75e6ed26 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

p a {
    font-weight: 700;
}

span.mobile-menu {
    display: none;
}

amp-story-player.i-amphtml-story-player-loaded a {
    display: none !important;
}

h3.rank-math-question {
    font-size: 23px;
}

nav.rank-math-breadcrumb {
    color: #fff;
    font-size: 17.2px;
}

nav.rank-math-breadcrumb a {
    color: #fff;
}

nav.rank-math-breadcrumb p {
    margin-bottom: .2em;
}

.column1, .column2 {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
}

@media (min-width: 320px) and (max-width: 720px) {
    .column1, .column2 {
        grid-template-columns: 1fr; /* Change to a single column on smaller screens */
    }
   select.country_cus {
        width:80px;
    }
}

.contact-form-flex{
display:flex;
gap: 8px;
}
.contact-form-flex p{
 margin-bottom: 0px;
}

select.country_cus {
    color: black;
    background: #e1e1e1;
    border-radius:5px;
    height: 40px;
}

select.country_cus:focus{
background: #e1e1e1;
color: black;
}

.form-control, input#email_cus, input#first_name_cus, input#last_name_cus, input#phone_nbr_cus {
    background: #e1e1e1;
    color: #000 !important;
    width: 100%;
    border-radius: 5px;
}

input#email_cus, input#phone_nbr_cus {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.Opt-note1 .wpcf7-list-item-label {
    color: #000;
    font-size: 17px;
    margin: 0px 5px;
}
.Opt-note1{
text-align: left;
}

.Opt-note1 .wpcf7-list-item {
    margin-top: -15px;
    margin-left: 0;
    text-align: left;
    font-size: 16px;
}

input#contact-form {
    background: #575760;
    width: -webkit-fill-available;
    width: 100% !important;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    padding: 7px;
    font-family: Garamond;
    margin-bottom: 5px;
}

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: 0 3px 3px -2px rgb(0 0 0 / 26%);
}

body, html {
    overflow-x: clip;
    margin: 0;
	padding: 0;
	border: 0;
}

.main-navigation.has-branding .inside-navigation.grid-container {
    padding: 0 16px !important;
}

.results {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.driver_per_day_payment, .food_charges, .fuel, .fuelReturn, .motel_charges, .pet_charges, .sub_total, .toll, .tollReturn, .total_days, p.booking_type, p.distance, p.miles_per_day, p.per_day_charges, p.total, p.trailer_size_charge, .travel_charges, driver_pet_fee_pay {
    width: 24%;
}

.driver_waiting_charge {
    width: 25%;
}

.gb-container .gb-container-5793c6d7 {
    margin-left: 18px;
}

p strong {
    font-weight: 600;
}

.main-navigation ul ul {
    width: 250px;
}

.inside-header {
    padding: 8px 0;
}

.st0 {
    fill: #fcb900;
}

.gb-headline-665c2e90 .gb-icon svg, .gb-headline-c985ff38 .gb-icon svg, .gb-headline-f084b99c .gb-icon svg {
    width: 5em;
    height: 3em;
}

.comment-area1 {
    margin-bottom:15px;
    margin-top: 0px;
}

textarea.form-control:focus {
  background: #e1e1e1;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin-bottom: 8px;
}

.web-stories-list .story-content-overlay__title:not(:last-child) {
    margin-bottom: 5px !important;
    font-size: 25px;
    font-weight: 600;
}

.web-stories-list .story-content-overlay__date {
    font-weight: 600;
    letter-spacing: 1px;
}

.gb-grid-wrapper-296e58db {
    width: auto;
}

.load-more {
    margin-bottom: 20px;
    text-align: center;
}

a.button {
    color: #fff;
    background-color: #047cba;
    border-radius: 10px;
}

.rvalsoread {
	hover: unset !important;
    }
    
      
@media (max-width: 768px) {
h2, h3, h4, h5, h6 {
   scroll-margin-top: -2px !important;  /* or a smaller value */
}
}

@media (min-width: 1024px) {
  h2, h3, h4, h5, h6 {
    scroll-margin-top: 65px; /* match your desktop sticky header height */
  }
  [id^="faq-question-"] {
  scroll-margin-top: 60px; /* adjust for header height */
}
}

#our-professional-personal-driver-services {
  margin-top: 30px;
}


@media screen and (width: 1680px) and (height: 1050px) {
  .gb-grid-wrapper > .gb-grid-column-19acd2f4{
    width: 13% !important;
    margin-right: 30px;
  }
  .gb-grid-wrapper > .gb-grid-column-df11ddee{
    width: 14% !important;
    margin-right: 30px;
  }
  .gb-grid-wrapper > .gb-grid-column-1e466fd0{
    width: 13.5% !important;
    margin-right: 30px;
  }
  .gb-grid-wrapper > .gb-grid-column-40d394cf{
    width: 13.5% !important;
    margin-right: 30px;
  }
  .gb-grid-wrapper > .gb-grid-column-4106ef5d{
    width: 13.5% !important;
    margin-right: 30px;
  }
  .gb-grid-wrapper > .gb-grid-column-2491d884{
    width: 15% !important;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 450px) {
    .gb-grid-wrapper > .gb-grid-column-1553162e {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
.cities-tab {
    background: none !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 780px) {

    ol, ul {
        margin: 0 0 0em 1.6em !important;
    }
}
@media screen and (min-width: 768px) {
    .sticky {
        position: fixed;
        top: 0;
        background: #fff;
        margin-top: 70px;
        z-index: 99;
        width: 25%;
    }
}
@media screen and (min-width: 320px) and (max-width: 390px) {
    .navigation-branding {
        margin-left: 0 !important;
        width: 40%;
    }
    .navigation-branding img{
     height: auto !important;;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #rank-math-toc li {
        margin-bottom: 10px;
    }

    #rank-math-toc ul {
        margin-top: 10px;
    }

    li {
        margin-bottom: 12px;
    }

    .block1 {
        display: block;
    }

    .column1, input[type=text] {
        width: 100%;
    }

    .gb-container-7113b3c6, .gb-container-c32ec1ec {
        align-items: center;
    }

    .FromCityWrap, .FromToWrap {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .main-navigation.toggled .main-nav li {
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }

    input, select, textarea {
        background-color: #e1e1e1;
        border: 2px solid #e1e1e1;
        border-radius: 3px;
        font-size: 17px;
        color: #000;
        font-family: Garamond;
    }
}

#toll-cost-estimation {
  max-height: 100vh !important; /* Adjust this value if needed */
  overflow-y: auto !important; /* Enables vertical scrolling if content overflows */
  overflow-x: hidden !important; /* Prevents horizontal scrolling */
}

@media (min-width: 240px) and (max-width: 810px){
.gb-container-9800b15f:before, .gb-container-e181501b:before, .gb-container-4039b72e:before{
     background-size: contain !important;
     background-attachment: scroll !important;
    aspect-ratio: 16 / 12;
}
}

@media only screen and (max-width: 320px) {
  .FromCityWrap,
  .FromToWrap {
    flex-direction: column;
    width: 100%;
  }
}