@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Nunito Sans", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 80px;
}

.p-100 {
  padding: 100px 0px;
}

.under {
  color: #FF8C00;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 0px;
  position: relative;
  font-variant: small-caps;
}

.under::after {
  height: 30px;
  width: 40px;
  position: absolute;
  top: 20%;
  left: -8px;
  z-index: -1;
  background-color: #6A1B1B;
  border-radius: 5px;
  content: "";
}

.sec-btn {
  display: inline-block;
  padding: 13px 30px;
  background-color: #FF8C00;
  color: #fff;
  border-radius: 30px;
  transition: .5s;
  border: 2px solid #FF8C00;
  text-transform: capitalize;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #6A1B1B;
  border-color: #6A1B1B;
  border-radius: 30px;
}

.slick-next,
.slick-prev {
  display: none !important;
}

h2 {
  font-size: 45px;
  font-weight: 600;
  margin: 10px 0px;
  text-transform: capitalize;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #050a3069;
  background: #1dbf73;
}

.what a:last-child {
  font-size: 20px;
}

/* -----Globle-Style----- */


/* ===Header-Section-Start=== */

header {
  z-index: 9999;
}

header .top-bar {
  padding: 6px 0px;
  background-color: #6A1B1B;
}

.top-bar .top-left ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.top-bar .top-left ul li a {
  height: 40px;
  width: 40px;
  background-color: #6A1B1B;
  transition: .5s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
}

.top-bar .top-left ul li a:hover {
  background-color: #fff;
  color: #6A1B1B;
  border-radius: 10px;
}

.top-bar .top-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.top-bar .top-right .phone {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right .phone a {
  color: #fff;
  font-size: 17px;
}

.top-bar .top-right a:hover {
  color: #FF8C00;
}

.top-bar .top-right i {
  height: 40px;
  background-color: #FF8C00;
  width: 40px;
  display: flex;
  font-size: 19px;
  color: #fff;
  border-radius: 5px;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
}

.top-bar .top-right-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-right-bar .email {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right-bar .email a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.top-bar .top-right-bar .email i {
  color: #FF8C00;
  font-size: 18px;
  padding-right: 10px;
}

.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.top-bar .top-right-bar ul li {
  display: flex;
  margin: 0px 5px;
  color: #fff;
  align-items: center;
}

.top-bar .top-right-bar ul li:nth-child(1) a {
  background-color: #23adf2;
}

.top-bar .top-right-bar ul li:nth-child(2) a {
  background-color: #000;
}

.top-bar .top-right-bar ul li:nth-child(3) a {
  background: linear-gradient(#FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
}

.top-bar .top-right-bar ul li span {
  font-weight: 300;
}

.top-bar .top-right-bar ul li a {
  color: #fff;
  transition: .5s;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border: 1px solid #fff;
  background-color: #FF8C00;
  border-radius: 3px;
  font-size: 20px;
}

.top-bar .top-right-bar ul li a:hover {
  background-color: transparent;
}

.top-bar .top-right i header .menu {
  background-color: #fff;
}

.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 200px;
}

.menu .navbar {
  z-index: 299;
  position: relative;
  padding: 13px 0px;
  border-radius: 5px;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0px 20px;
}



.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: #FF8C00;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}


header .top-bar .container-fluid {
  padding: 0px 40px;
}

header .menu .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

/* ===Header-Section-End-=== */

/* ===Hero-Section-Start=== */

.hero-section .container {
  padding: 100px 60px;
  background-image: linear-gradient(#000000db, #000000db), url(../images/hero-bg.jpg);
  background-size: cover;
  color: #fff;
  border-radius: 40px;
}

.hero-section .hero-slide:nth-child(2) .container {
  background: linear-gradient(#000000da, #000000da), url(../images/hero2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section .hero-text span {
  color: #FF8C00;
  text-transform: capitalize;
  font-size: 18px;
}

.hero-section .hero-text h1 {
  font-weight: 800;
  font-size: 55px;
  line-height: 75px;
  margin: 15px 0px;
}

.hero-section .hero-text p {
  font-size: 17px;
}

.hero-section .hero-text .hero-btn {
  margin-top: 30px;
}

.hero-section .hero-text .hero-btn a:nth-child(2) {
  background-color: #6A1B1B;
  border-color: #6A1B1B;
  margin-left: 20px;
}

.hero-section .hero-text .hero-btn a:nth-child(2):hover {
  background-color: transparent;
  border-color: #FF7A00;
  color: #FF7A00;
}

.hero-section .hero-img img {
  animation: updown 2s alternate infinite;
}

@keyframes updown {
  0% {
    transform: translateY(9px);
  }

  100% {
    transform: translateY(0px);
  }
}

.booking-form .bs-form {
  padding: 40px 20px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  background-image: url(../images/booking-shape.png);
  border: 1px solid #FF7A00;
  background-color: #ffffff28;
  border-top: 10px solid #FF7A00;
}

.booking-form .bs-form p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 800;
}

.booking-form .bs-form .bs-input {
  position: relative;
  z-index: 3;
}

.booking-form .bs-form .bs-input label {
  font-weight: 700;
  color: #FF7A00;
}

.booking-form .bs-form .bs-input input,
.booking-form .bs-form .bs-input textarea,.booking-form .bs-form .bs-input select {
  width: 100%;
  border-radius: 5px;
  outline: none;
  padding: 8px 10px;
  margin-top: 10px;
  border: 1px solid #ffffffa6;
  padding-right: 20px;
}
.booking-form .bs-form .bs-input select{
    padding:10px;
}
.booking-form .bs-form .bs-input input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.booking-form .bs-form .bs-input input::-ms-value {
  color: #fff;
}

.booking-form .bs-form .sec-btn {
  margin-top: 20px;
}

/* ===Hero-Section-End=== */

/* ===Process-Section-Start=== */

.process-section .container {
  padding: 50px 20px;
  background-color: rgb(241, 241, 241);
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  margin-top: -80px;
}

.process-section .ps-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #004B5718;
}

.process-section .ps-box h4 {
  font-weight: 600;
}

.process-section .ps-box .icon {
  display: flex;
  align-items: center;
  border-left: 2px solid #6A1B1B;
  width: 70px;
  justify-content: center;
  padding: 15px 10px;
  background-color: rgba(235, 232, 232, 0.511);
  margin: 10px auto;
}

.process-section .ps-box .icon img {
  width: 30px;
}

.process-section .ps-box .icon p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  transition: .5s;
  height: 30px;
  background-color: #6A1B1B;
  color: #fff;
  border-radius: 100%;
  flex: 1;
  margin-bottom: 0px;
  margin-right: -24px;
  margin-left: 10px;
}

/* ---about-section-start---- */

.about-section .as-item {
  position: relative;
  margin-right: 30px;
}

.about-section .as-item img {
  border-radius: 300px;
  height: 550px;
  outline: 1px solid #6A1B1B;
  outline-offset: 10px;
  object-fit: cover;
}

.about-section .as-item .as-img1 img {
  width: 60%;
}

.about-section .as-item .as-img2 {
  position: absolute;
  top: 100px;
  left: 0;
  transform: translateX(38%);
  right: 0;
}

.about-section .as-item .as-img2 img {
  width: 60%;
}

.about-section .as-text h2 {
  font-weight: 800;
  color: #6A1B1B;
}

.about-section .as-text h4 {
  font-weight: 800;
  margin-bottom: 10px;
}

.about-section .as-text h5 {
  font-weight: 700;
  color: #FF8C00;
}

.about-section .as-text .as-box {
  padding: 20px;
  border: 1px solid #6A1B1B;
  margin-top: 15px;
  text-align: center;
  border-radius: 8px;
  background-color: #eee;
}

.about-section .as-text .as-box p {
  margin-bottom: 0;
}

/* ---about-section-start--- */

/* ===Bike-Section-Start=== */
.bike-section .bs-head h2 {
  font-weight: 800;
}

.bike-section .bs-box {
  border: 3px double #FF8C00;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  background-color: #eee;
}

.bike-section .bs-box h3 {
  height: 55px;
  position: absolute;
  top: 0;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  padding: 0px 15px;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #6A1B1B;
}

.bike-section .bs-box h3 span {
  color: #FF7A00;
  font-size: 15px;
}

.bike-section .bs-box h4 {
  font-weight: 800;
  color: #6A1B1B;
}

.bike-section .bs-img {
  margin-bottom: 10px;
}

.bike-section .bs-img img {
  width: 100%;
  object-fit: cover;
  height: 230px;
  border-radius: 10px;
}

.bike-section .bs-box .bs-item {
  display: flex;
  margin-top: 10px;
  padding: 10px;
  border-right: 1px solid #6A1B1B;
  align-items: center;
  border: 2px solid #fff;
  border-bottom: 1px solid #6A1B1B;
}

.bike-section .bs-box .bs-item img {
  width: 30px;
}

.bike-section .bs-box .bs-item .text {
  flex: 1;
  margin-left: 10px;
}

.bike-section .bs-box .bs-item .text h6 {
  font-weight: 700;
  color: #FF8C00;
  margin-bottom: 0;
}

.bike-section .bs-box .bs-item .text span {
  font-size: 14px;
}

.bike-section .bs-box .sec-btn {
  padding: 10px 30px;
  margin-top: 20px;
}

.bike-section .bs-box .bs-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.bike-section .bs-box .bs-btn a {
  padding: 10px 20px;
  background-color: #0fd97b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #fff;
}

.bike-section .bs-box .bs-btn a:nth-child(2) {
  background-color: #FF7A00;
}

.bike-section .bs-box .bs-btn a span {
  padding-left: 10px;
}

.bike-section .bs-box .bs-btn a:nth-child(1) i {
  font-size: 20px;
}

/* ====Bike-Section-End==== */

/* ----choose-section-start---- */

.choose-section .ch-head h2 {
  font-weight: 800;
}

.choose-section .ch-box {
  display: flex;
  align-items: center;
  margin: 50px 0px;
}

.choose-section .ch-box .text {
  flex: 1;
  margin-left: 20px;
}

.choose-section .ch-box p {
  margin-bottom: 0;
  font-size: 16px;
}

.choose-section .ch-box h4 {
  font-weight: 800;
  margin-bottom: 0px;
  color: #6A1B1B;
  font-size: 20px;
}

.choose-section .ch-img {
  position: relative;
  margin: 0px 30px;
}

.choose-section .ch-img>img {
  width: 100%;
  height: 540px;
  border-radius: 300px;
  object-fit: cover;
}

.choose-section .ch-img .ch-img1 {
  position: absolute;
  bottom: 0;
  margin-left: -30px;
  margin-left: -30px;
  right: 0;
}

/* ----choose-section-end---- */


/* ===Testimonials-Section-Start=== */

.testimonial-section .ts-head {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-section .ts-head h2 {
  font-weight: 800;
}

.testimonial-section .tes-box {
  padding: 20px;
  margin: 10px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  height: 380px;
  background-image: url(../images/tes.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 12px rgb(0, 0, 0, 12%);
}

.tes-box::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 170px;
  transition: .5s;
  transform: translate(-50%, 0%);
  height: 170px;
  background-color: #FF7A00;
  clip-path: circle(49.8% at 50% 0);
  content: "";
  z-index: 0;
}

.tes-box:hover:after {
  background-color: #6A1B1B;
}

.testimonial-section .tes-box p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 17px;
  margin: 10px 0px;
}

.tes-box .ratting i {
  color: #FF7A00;
  letter-spacing: 1px;
  font-size: 14px;
}

.tes-box .tes-img img {
  width: 120px;
  z-index: 6;
  position: relative;
  height: 120px;
  border-radius: 100%;
  margin: auto;
}

.tes-box .info .text {
  flex: 1;
  margin-left: 15px;
}

.tes-box .text h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #6A1B1B;
}

.tes-box .info .text span {
  color: #6A1B1B;
  font-size: 15px;
}

.testimonial-section .map {
  height: 100%;
}

/* ===Testimonials-Section-End=== */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background: linear-gradient(#000000ef, #000000ea), url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  color: #fff;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #FF7A00;
}


.footer-box .social li a:hover {
  color: #FF7A00;
  background-color: #fff;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #FF7A00;
  font-weight: 700;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #6A1B1B;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #FF7A00;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #FF7A00;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;

  background-color: #FF7A00;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #FF7A00;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #6A1B1B;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

.footer-box.f-box {
  background-color: #eee;
  margin-top: -140px;
}

.footer-box .footer-logo {
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
}

.footer-box.f-box .f-title {
  background-color: #FF7A00;
  padding: 30px;
}

/* ------footer-section-end-------- */

/* ===Welcome-Section-Start=== */

.welcome-section .ws-box {
  padding: 50px;
  background-size: cover;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  background-position: center;
  background-image: linear-gradient(#000000d0, #000000d0), url(../images/ch.webp);
}

.welcome-section .ws-box h2 {
  font-weight: 800;
}

.welcome-section .ws-box h5 {
  font-weight: 800;
  color: #FF7A00;
}

/* ===Welcome-Section-End=== */

/* ---banner-section-start---- */

.banner-section {
  padding-top: 180px;
  padding-bottom: 100px;
  background-image: linear-gradient(#00274294, #00274294), url(../images/counter.jpg);
  background-size: cover;
  color: #fff;
  background-position: center;
  text-align: center;
}

.banner-section .banner-title h2 {
  font-weight: 800;
}

.banner-title ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
}

/* ----banner-section-end--- */

/* ---------Mission-section-start--------- */

.ms-box {
  padding: 40px 30px;
  text-align: center;
  background-color: #6A1B1B;
  transition: .5s;
}

.ms-box:hover {
  background-color: #FF8C00;
}

.ms-box:hover img {
  filter: brightness(0);
}

.ms-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.ms-box img {
  width: 80px;
}

.ms-box {
  color: #fff;
  height: 100%;
}

.ms-box1 {
  background-color: #fff;
  color: #000;
}

.ms-box1:hover {
  color: #fff;
}

.ms-box p {
  margin-bottom: 6px;
}

.ms-box h4 {
  font-weight: 800;
  font-size: 22px;
  margin-top: 10px;
}

/* ---------Mission-section-end----------- */

/* ===Booking-Section-Start=== */

.booking-section .booking-form .bs-form {
  padding: 20px;
  background-color: #6A1B1B;
}

.booking-section .bs-form .bs-input {
  margin-top: 20px;
}

.booking-section .bs-form .bs-input input {
  padding: 13px;
}

.booking-section .bs-form h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin: 0;
}

.booking-section .bs-item {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #FF7A00;
}

.booking-section .bs-item h2 {
  font-size: 30px;
  font-weight: 800;
}

.booking-section .bs-item .bs-info {
  display: flex;
  margin: 30px 0px;
  align-items: center;
}

.booking-section .bs-item .bs-info .bs-icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: #6A1B1B;
}

.booking-section .bs-item .bs-info .text {
  flex: 1;
  margin-left: 15px;
}

.booking-section .bs-item .bs-info .text h6 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}

.booking-section .bs-item .bs-info .bs-icon img {
  width: 50px;
}

/* ====Booking-Section-End==== */

.map-section .map {
  height: 440px;
}

@media screen and (max-width:1024px) {
  .menu .nav-item {
    margin: 0px 8px;
  }

  .hero-section .hero-text h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 8px 0px;
  }

  .hero-section .container {
    padding: 100px 30px;
  }

  .booking-form .bs-form .bs-input label {
    font-size: 14px;
  }

  .hero-section .hero-text p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 0px 6px;
  }

  .footer-box ul li a {
    font-size: 15px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }

  .testimonial-section .tes-box p {
    font-size: 16px;
  }

  .menu .book i {
    height: 40px;
    width: 40px;
  }

  .about-section .as-item .as-img2 img {
    width: 65%;
  }

  .about-section .as-item .as-img1 img {
    width: 70%;
  }

  .menu .book a {
    font-weight: 500;
    font-size: 15px;
  }

  .tes-box .tes-img img {
    width: 90px;
    height: 90px;
  }

  .about-section .as-text .as-box {
    padding: 10px;
  }

  .menu .book b {
    font-size: 15px;
  }

  .about-section .as-text h5 {
    font-size: 16px;
  }

  .hero-slide h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-slide .hero-box p {
    line-height: 23px;
    font-size: 17px;
  }

  h2 {
    font-size: 30px;
  }

  .as-content p {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .ser-item h4 {
    color: #6A1B1B;
  }

  .bike-section .bs-box .bs-item img {
    width: 24px;
  }

  .choose-section .ch-box {
    height: 100%;
    border-top: 2px solid #FF8C00;
  }

  .service-section .ser-item {
    padding: 17px;
  }

  .choose-section .ch-box .text {
    margin-left: 10px;
  }

  .choose-section .ch-box {
    margin: 30px 0px;
    padding-top: 10px;
  }

  .choose-section .ch-img {
    margin: 0px 10px;
  }

  .choose-section .ch-img>img {
    height: 400px;
  }

  .choose-section .ch-box h4 {
    font-size: 17px;
  }

  .choose-section .ch-box p {
    font-size: 14px;
  }

  .cta-section .cta h2 {
    font-size: 45px;
  }

  .menu .navbar-light .navbar-brand img {
    width: 180px;
  }

  .tes-box {
    margin: 50px 0px 40px;
  }

  .quote-section .quote {
    padding: 30px;
  }

  .tes-box p {
    font-size: 14px;
    text-align: justify;
  }


  .bike-section .bs-box h4 {
    font-size: 20px;
  }

  .bike-section .bs-box h3 {
    font-size: 18px;
    font-weight: 800;
  }

  .bike-section .bs-img img {
    height: 180px;
  }

  .bike-section .bs-box {
    padding: 20px 10px;
  }

  .bike-section .bs-box .bs-item .text h6,
  .bike-section .bs-box .bs-item .text span {
    font-size: 11px;
  }

  .bike-section .bs-box .bs-btn a {
    padding: 10px;
  }

  .bike-section .bs-box .bs-btn a span {
    padding-left: 5px;
    font-size: 14px;
  }

  .bike-section .bs-box .bs-item {
    padding: 8px;
  }

  .bike-section .bs-box .bs-item .text {
    margin-left: 5px;
  }
}

@media screen and (max-width:992px) {
  header {
    background-color: #fff;
    position: relative;
  }

  .menu .navbar-light .navbar-toggler {
    border-color: #FF8C00;
  }

  .menu .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .about-section .as-item .as-img2 {
    left: auto;
    top: 20px;
    transform: translateX(0%);
    right: 0px;
  }

  .hero-section::after {
    display: none;
  }

  .about-section .as-text {
    margin-top: 50px;
  }

  .hero-section .hero-box {
    margin-right: 0px;
  }

  .choose-section .ch-img {
    margin: 0px 50px;
  }

  .choose-section .ch-img>img {
    height: 700px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 4px 0px;
    color: #6A1B1B;
  }

  .menu .book a {
    color: #6A1B1B;
  }

  .menu .book {
    margin: 20px 0px;
  }

  .hero-slide h2 {
    font-size: 27px;
  }

  .hero-section .container {
    padding: 60px 30px;
  }

  .about-section .as-item {
    margin-right: 0px;
  }
  .ms-box {
    height: auto;
    margin-top: 20px;
}
.booking-section .bs-item{
  margin-top: 30px;
}
  .navbar-light .navbar-toggler-icon i {
    display: none;
  }
  .menu .navbar-nav{
    align-items: flex-start;
  }
  .menu .book-now{
    margin: 20px 0px;
  }
}

@media screen and (max-width:768px) {

  .about-section .as-item .as-img2 img,
  .about-section .as-item .as-img1 img {
    width: 340px;
  }

  .ms-box {
    padding: 15px 20px;
  }

  .as-content {
    padding-top: 30px;
  }
.footer-box.f-box {
    margin-top: 20px;
}
  .ms-box .icon img {
    width: 50px;
  }

  .ms-box p {
    text-align: justify;
    font-size: 15px;
  }

  .map-section .map {
    height: 300px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .footer-box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:580px) {
  header .top-bar .container-fluid {
    padding: 0px 15px;
  }



  .top-bar .top-right i {
    height: auto;
    background-color: transparent;
    width: auto;
    font-size: 17px;
    color: #FF7A00;
    border-radius: 0;
    margin-right: 5px;
  }
.welcome-section .ws-box{
  padding: 30px 17px;
}
  .top-bar .top-right .phone:nth-child(2) {
    display: none;
  }

  .hero-slide h2,
  h2,
  .cta-section .cta h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .hero-slide .hero-box p {
    font-size: 16px;
  }

  .under {
    font-size: 14px;
  }

  .footer-link2 ul li span {
    font-size: 14px;
  }

  .choose-section .ch-box {
    margin: 20px auto;
    border: none;
    height: auto;
  }
.choose-section .ch-img>img {
    height: 400px;
}
.choose-section .ch-img {
    margin: 0px 20px;
}
  .menu .navbar-light .navbar-brand img {
    width: 160px;
  }

  .footer-section {
    padding-top: 30px;
    margin-top: 50px;
  }

  .hero-section .hero-slide {
    text-align: center;
  }

  .hero-slide h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .booking-section {
    display: block;
    margin-top: 50px;
  }

  .quote-section .quote-form2 {
    display: none;
  }

  .booking-section h2 {
    color: #fff;
    margin-bottom: 20px;
  }

  .hero-section .container {
    padding: 60px 20px;
    width: 95%;
  }
.hero-section .hero-img,.about-section .as-item .as-img2 img{
  display: none;
}
.about-section .as-item .as-img1 {
  margin: 0px 10px;
}
.about-section .as-item .as-img1 img{
  width: 100%;
}
.hero-section .hero-text .hero-btn a:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
}
.hero-section .booking-form .bs-form{
  margin-top: 30px;
}
  .hero-slide .hero-box p {
    font-size: 14px;
  }
.hero-section .hero-text h1 {
    font-size: 25px;
    line-height: 40px;
}
.bike-section .bs-img img {
    height: auto;
}
.p-100 {
    padding: 50px 0px;
}
.hero-section .hero-text p {
    font-size: 14px;
}
.welcome-section .ws-box h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.welcome-section .ws-box h5{
  font-size: 18px;
}
}



 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#FF7A00;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/