/* laptop screen media query css code */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .home-contact-box .input-form-box {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 990px) {
  .tcr {
    flex-direction: column-reverse;
  }

  .home-contact-box .input-form-box {
    margin-top: 0px;
  }

  .home-contact-box .booking-info-box .first-box {
    margin-bottom: 35px;
  }

  .home-contact-box .second-box .icon-point-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    padding-bottom: 25px;
  }

  .main-whys-section .number-item-box {
    justify-content: start;
  }

  .main-whys-section .title-box {
    margin-bottom: 35px;
  }

  .main-testimonial-section .test-first-box {
    padding-right: 0;
    border: none;
    padding-bottom: 25px;
    border-bottom: 1px solid #6d6e76;
  }

  .main-testimonial-section .testimonial-show-box {
    padding: 25px 0;
  }
  
      .about-imgtext-box .details-box {
        padding-right: 0px;
    }
    .ohare-imgtext-box .details-box {
        margin-top:25px;
    padding-left: 0px;
    text-align:center;
}

.ohare-imgtext-box .details-box .icon-text-box img{
    width:50px;
}
.ohare-imgtext-box-2 .details-box {
    padding-right: 0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  /* Classes with !important */
  .f-h1 {
    font-size: 45px !important;
  }

  .f-h2 {
    font-size: 32px !important;
  }

  .f-h3 {
    font-size: 28px !important;
  }

  .f-h4 {
    font-size: 24px !important;
  }

  .f-h5 {
    font-size: 22px !important;
  }

  .f-h6 {
    font-size: 18px !important;
  }

  .btnprimary a {
    padding: 12px 18px;
    font-size: 16px;
  }

  .btnwhats a {
    padding: 12px 18px;
    font-size: 16px;
  }
.rate-btnthird a {
  padding: 10px 20px;
 
}

.rate-btnborder a {
   padding: 10px 20px;
}



  /* All pages css code start */

  .banner-slider .item {
    height: 500px;
  }

  .home-contact-box .booking-info-box {
    padding-right: 0;
  }

  .home-contact-box {
    padding: 50px 0;
    position: relative;
  }

  .home-hiw-section {
    padding: 50px 0;
  }

  .home-hiw-section .fimg-box {
    height: 350px;
  }

  .main-whys-section {
    padding: 50px 0;
  }

  .main-whys-section .row > [class*="col"] {
    padding: 10px;
  }

  .main-whys-section .number-item-box {
    padding: 0 20px;
  }

  .main-efyc-section {
    padding: 50px 0;
  }

  .main-efyc-section .heading-box {
    padding-bottom: 35px;
  }

  .rates-point-section {
    padding: 50px 0;
    overflow: hidden;
  }

  .main-testimonial-section {
    padding: 50px 0;
  }

  .main-blog-section {
    padding: 50px 0;
  }

  .main-blog-section .blog-box img {
    width: 100%;
    height: 220px;
    transition: 0.3s;
    object-fit: cover;
  }

  .main-blog-details-para-box {
    padding: 50px 0;
  }

  /* how it works */

  .main-banner-section {
    height: 500px;
  }

  .hiw-point-section {
    padding: 50px 0;
    overflow: hidden;
  }

  /* contact page css code  */

  .main-contact-form-box {
    padding: 50px 0;
  }

  .main-contact-form-box .first-box {
    padding-right: 0px;
  }

  .main-booking-box {
    padding: 40px 0;
  }

  .main-booking-box .booking-info-box {
    padding-right: 0px;
  }

  /* faq page css code */
  .main-faq-section {
    padding: 50px 0;
  }

  /* Default page css code  */

  .main-default-para-box {
    padding: 50px 0;
  }

  .custom-text-section {
    padding: 50px 0;
    word-wrap: break-word;
    overflow: hidden;
  }

  footer .main-footer-box .f-link-box ul li a {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  .main-contact-form-box .first-box .contact-info-box .info-box a,
  .main-booking-box .second-box .cinfo-box .info-box a {
    font-size: 16px !important;
  }
  footer .main-footer-box .f-link-box ul li a {
    font-size: 14px !important;
  }
}

/* Mobile version media query code */
@media only screen and (min-width: 10px) and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  /* Classes with !important */
  .f-h1 {
    font-size: 35px !important;
  }

  .f-h2 {
    font-size: 28px !important;
  }

  .f-h3 {
    font-size: 24px !important;
  }

  .f-h4 {
    font-size: 22px !important;
  }

  .f-h5 {
    font-size: 20px !important;
  }

  .f-h6 {
    font-size: 18px !important;
  }
.personal-info-box .personal-data-box .ptext-right{
    text-align:left;
}
  .btnbannericon a {
    padding: 14px 12px;
    border-radius: 55px;
    font-size: 16px;
  }
.rate-btnthird a {
  padding: 10px 18px;
 
}

.rate-btnborder a {
   padding: 10px 18px;
}

  .btnprimary a {
    padding: 6px 16px;
    border-radius: 55px;
    font-size: 15px;
  }

  .banner-slider .item {
    height: 400px;
  }

  .home-contact-box .booking-info-box {
    padding-right: 0;
  }

  .home-contact-box {
    padding: 50px 0;
    position: relative;
  }

  .home-hiw-section {
    padding: 50px 0;
  }

  .home-hiw-section .fimg-box {
    height: 350px;
  }

  .main-whys-section {
    padding: 50px 0;
  }

  .main-whys-section .row > [class*="col"] {
    padding: 10px;
  }

  .main-whys-section .number-item-box {
    padding: 0 20px;
  }

  .main-efyc-section {
    padding: 50px 15px;
  }

  .main-efyc-section .heading-box {
    padding-bottom: 35px;
  }

  .rates-point-section {
    padding: 50px 0;
    overflow: hidden;
  }

  .main-testimonial-section {
    padding: 50px 0;
  }

  .main-blog-section {
    padding: 50px 0;
  }

  .main-blog-section .blog-box img {
    width: 100%;
    height: 220px;
    transition: 0.3s;
    object-fit: cover;
  }

  .main-blog-details-para-box {
    padding: 50px 0;
  }

  .main-banner-section {
    height: 350px;
  }

  .hiw-point-section {
    padding: 50px 0;
    overflow: hidden;
  }

  .main-contact-form-box {
    padding: 50px 0;
  }

  .main-contact-form-box .first-box {
    padding-right: 0px;
    word-wrap: break-word;
    word-break: break-all;
  }

  .main-booking-box {
    padding: 40px 0;
  }

  .main-booking-box .booking-info-box {
    padding-right: 0px;
  }

  .main-booking-box .booking-info-box .first-box {
    margin-bottom: 35px;
  }

  /* faq page css code */
  .main-faq-section {
    padding: 50px 0;
  }

  .main-faq-section .faq-box .faq-item-box .question {
    font-size: 1rem;
  }

  /* Default page css code  */

  .main-default-para-box {
    padding: 50px 0;
  }

  .main-contact-form-box .first-box .contact-info-box .info-box a,
  .main-booking-box .second-box .cinfo-box .info-box a {
    font-size: 16px !important;
  }

  .custom-text-section {
    padding: 40px 0;
    word-wrap: break-word;
    overflow: hidden;
  }

  .vehicle-info-box {
    margin-top: 10px;

  }
     .about-top-box {
        padding: 40px 0;
    }
       .about-imgtext-box {
        padding: 40px 0;
    }
    .ohare-top-box,
    .ohare-imgtext-box,
    .ohare-imgtext-box-2,
    .main-ohare-both-box {
        padding: 40px 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 576px) {
  .main-whys-section .number-item-box {
    padding: 20px 0px;
    border: none;
    border-bottom: 1px solid #aad7ff;
  }

  .main-testimonial-section .test-cover-box {
    padding: 30px 20px;
  }

  .main-contact-form-box .first-box .contact-info-box .info-box {
    display: flex;
    justify-content: start;
    text-align: left;
    flex-direction: row;
    gap: 15px;
    height: 100%;
    margin-bottom: 15px;
  }

  .main-contact-form-box .first-box .contact-info-box .info-box img {
    margin: unset;
    height: 35px;
    object-fit: cover;
  }

  .main-contact-form-box .first-box .contact-map-box {
    margin-top: 25px;
  }

  .main-booking-box .booking-info-box .first-box {
    padding: 30px 16px;
    border-radius: 5px;
    border: 1px solid #f0f8ff;
    background: #fbf6ea;
    margin-bottom: 35px;
  }

  .main-booking-box .second-box .cinfo-box .info-box {
    display: flex;
    justify-content: start;
    text-align: left;
    flex-direction: row;
    gap: 15px;
    height: 100%;
    margin-bottom: 15px;
  }

  .main-booking-box .second-box .cinfo-box .info-box img {
    margin: unset;
    height: 35px;
    object-fit: cover;
  }

  .main-booking-box .input-form-box {
    padding: 25px 20px;
  }

  .main-contact-form-box .contact-form-box {
    padding: 25px 20px;
  }

  .home-contact-box .input-form-box {
    margin-top: 0px;
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 476px) {
    .personal-info-box{
        margin-top: 10px;
    }
  .personal-info-box .row > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .personal-info-box .row > [class*="col"] p {
    font-size: 12px;
  }

  .promo-toggle {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}


}
@media only screen and (max-width: 576px) {
    .promo-toggle {
    justify-content: start;
}
   .promo-box .promo-point{
       left:0;
   } 
}
@media only screen and (min-width: 991px) and (max-width: 1499px) {
.home-hiw-section .fimg-box{
    height:500px !important;
}
}