/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

    /* HEADER SECTION */

    .header-navbar .navbar-brand{
        width: 170px;
    }

    .header-navbar .navbar-nav{
        background-color: #f9f9f9; 
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0 !important;
    }

    .header-navbar .navbar-nav .nav-item{
        margin-bottom: 10px;
        text-align: center;
    }
    .header-navbar .navbar-nav .nav-item:last-child{
        margin-bottom: 0;
    }

    /* BANNER SECTION */

    .banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .banner-image{
        display: none;
    }
    .banner .banner-text h1 {
        width: 100%;
        font-size: 44px;
    }
    .banner .banner-text h3 {
   
        font-size: 26px;
    }

    .banner .banner-text p {
        width: 100%;
    }

    /* BOOKING FORM SECTION */
    .booking-form .booking-container {
        padding: 20px;
    }

    /* PLANNING SECTION */

    .planning-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-text h2 {
        font-size: 35px;
    }


    /* PLANNING SECTION */

    .planning-section .card-box{
        margin-bottom: 30px;
    }

    .planning-section .card-box:last-child{
        margin-bottom: 0;
    }

    .planning-section .forbackground-color {
        width: 80px;
        height: 80px;
    }
    .planning-section .forbackground-color i {
        font-size: 38px;
    }
    
    
    /* RENTAL FLEET SECTION */

    .rental-flee {
        padding-bottom: 0;
    }
    .section-text {
        margin: 0px 0px 30px 0px;
    }

    .section-text p {
        width: 100%;
        margin-bottom: 0;
    }

    .mySwiper2 .swiper-slide .swiper-image-wrapper {
        width: fit-content;
    }

    .mySwiper2 .swiper-button-next:after, .swiper-button-prev:after {
        /* font-size: var(--swiper-navigation-size); */
        font-size: 24px;
    }

    .mySwiper2 .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 260px;
    }
    

    /* ABOUT US */
    .about-us-section .about-us-image-wrapper {
        height: auto;
    }

    .about-us-section .about-content .heading {
        margin-top: 20px;
    }

    .about-us-section .about-content .subheading {
        width: 100%;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .about-us-section .about-content .description p {
        width: 100%;
    }
    .about-us-achieved{
        text-align: center;
    }

    .about-us-achieved {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .about-us-achieved:last-child{
        margin-bottom: 0;
    }

    .about-us-section .about-status-wrapper {
        margin-right: 25px;
    }

    .about-us-section .status-data .numbers {
        font-size: 40px;
    }

    .about-us-section .about-content .description {

        margin-bottom: 30px;
    }


    /* BLOG SECTION */

    .our-blog {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-background {
        min-height: 250px;
        background-size: cover;
    }

    .blog-data h1 {
        margin: 0px 0 15px;
        font-family: "Poppins", Sans-serif;
        font-size: 35px;
    }

    .blog-data p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .blog-data-col {
        padding: 20px 10px;
    }

    /* CARS SECTION */

    .cars-show-section{
        overflow: hidden;
    }

    .cars-show-section .cars-image-wrapper {
        width: 300px;

    }

    .cars-show-section .cars-image-wrapper {
        width: 100%;
    }

    .cars-show-section {
        padding-bottom: 30px;
    }

    /* WHY CHOOSE SECTION */

    .why-choose-section {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        
    }

    .why-choose-section .why-choose-right{
        margin-top: 50px;
    }

    .why-choose-section .why-choose-left h2 {
            font-size: 32px;
            width: 100%;
            font-family: 'Rubik';
  
    }

    .why-choose-section .why-choose-left button {
        font-size: 15px;
        margin-bottom: 50px;
    }


    .why-choose-section .why-choose-right ul {
        padding: 0;
    }

    .why-choose-section .why-choose-right ul li {
        margin-bottom: 20px;
    }
    .why-choose-section .why-choose-right ul li:last-child{
        margin-bottom:0;
    }


    .why-choose-block{
        display: block !important;
    }

    .why-choose-image-wrapper{
       display: flex;
       justify-content: center;
       margin-bottom: 10px;
    }

    .why-choose-content-wrapper{
        text-align: center;
    }

    /* testimonal section */

    .testimonal {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonal .testinmonal-content h2 {
        margin: 15px 0 30px;
        font-size: 35px;
    }
    .testimonal .testinmonal-content p {
        width: 100%;
    }

    .testimonal-cards .item {
        padding: 15px;
    }
    .testimonal-cards .item i {
        font-size: 35px;
    }

    .MytestimonalSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -5px;
    }

    /* FAQ SECTION */

    .faq-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .faq-section .faq-heading-section h2 {
        font-size: 35px;
    }

    .faq-section .faq-heading-section {
        padding: 10px;
    }

    .faq-image-wrapper{
        display: none;
    }

    .faq-section .accordion-body {
        padding: 10px 6px;
    }

    .faq-section .accordion-button {     
        padding: 10px 6px;
      }

    /* MOBILE APP SECTION */

    .mobile-app-section {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0;
        min-height: 365px;
        background-position: left;
    }
    
    .mobile-app-section h2 {
        color: #010103;
        margin: 0 0 25px;
        font-family: "Poppins", Sans-serif;
        font-size: 35px;
        font-weight: 700;
    }

    .download-play-button{
        display: flex;
    }

    .download-play-button img{
        display: flex;
        margin-bottom: 10px;
        justify-content: center;
        width: 100%;
    }

    /* CONTACT US */

    .contact-us {
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .contact-us .company-details h2 {
        font-size: 35px;
    }

    .contact-us .company-details p {
        width: 100%;
    }

    .contact-us .company-details ul li {
        margin-bottom: 20px;
    }

    .contact-us .company-details ul li:last-child{
        margin-bottom: 50px;
    }

    /* FOOTER SECTION */

    .our-address ul li {
        margin-bottom: 20px;
    }

    .our-company {
        padding-left: 20px;
    }

    .our-company h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .working-hours h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .subscription h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer-section .second-row {
        margin-top: 30px;
    }

    .social-icons{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .copy-right{
        justify-content: center;
    }


    .swiper-button-next {
        top: 325px;
        transform: scale(.8);
    }

    .swiper-button-prev{
        top: 325px;
    
        transform: scale(.8);
    }

    .custom-color-1-sm {
        width: 100%;
    }

    .custom-color-3 {
        width: 100%;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 


    /* HEADER SECTION */

    .header-navbar .navbar-nav{
        background-color: #f9f9f9; 
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0 !important;
    }

    .header-navbar .navbar-nav .nav-item{
        margin-bottom: 10px;
        text-align: center;
    }
    .header-navbar .navbar-nav .nav-item:last-child{
        margin-bottom: 0;
    }

    /* BANNER SECTION */

    .banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .banner-image{
        display: none;
    }
    .banner .banner-text h1 {
        width: 100%;
        font-size: 44px;
    }
    .banner .banner-text h3 {
   
        font-size: 26px;
    }

    .banner .banner-text p {
        width: 100%;
    }

    /* BOOKING FORM SECTION */
    .booking-form .booking-container {
        padding: 20px;
    }

    /* PLANNING SECTION */

    .planning-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-text h2 {
        font-size: 35px;
    }


    /* PLANNING SECTION */

    .planning-section .card-box{
        margin-bottom: 30px;
    }

    .planning-section .card-box:last-child{
        margin-bottom: 0;
    }

    .planning-section .forbackground-color {
        width: 80px;
        height: 80px;
    }
    .planning-section .forbackground-color i {
        font-size: 38px;
    }
    
    
    /* RENTAL FLEET SECTION */

    .rental-flee {
        padding-bottom: 0;
    }
    .section-text {
        margin: 0px 0px 30px 0px;
    }

    .section-text p {
        width: 100%;
        margin-bottom: 0;
    }

    .mySwiper2 .swiper-slide .swiper-image-wrapper {
        width: fit-content;
    }

    .mySwiper2 .swiper-button-next:after, .swiper-button-prev:after {
        /* font-size: var(--swiper-navigation-size); */
        font-size: 24px;
    }

    .mySwiper2 .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 260px;
    }
    

    /* ABOUT US */
    .about-us-section .about-us-image-wrapper {
        height: auto;
    }

    .about-us-section .about-content .heading {
        margin-top: 20px;
    }

    .about-us-section .about-content .subheading {
        width: 100%;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .about-us-section .about-content .description p {
        width: 100%;
    }
    .about-us-achieved{
        text-align: center;
    }

    .about-us-achieved {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .about-us-achieved:last-child{
        margin-bottom: 0;
    }

    .about-us-section .about-status-wrapper {
        margin-right: 25px;
    }

    .about-us-section .status-data .numbers {
        font-size: 40px;
    }

    .about-us-section .about-content .description {

        margin-bottom: 30px;
    }


    /* BLOG SECTION */

    .our-blog {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .blog-background {
        min-height: 250px;
        background-size: cover;
    }

    .blog-data h1 {
        margin: 0px 0 15px;
        font-family: "Poppins", Sans-serif;
        font-size: 35px;
    }

    .blog-data p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .blog-data-col {
        padding: 80px 10px;
    }

    /* CARS SECTION */

    .cars-show-section{
        overflow: hidden;
    }

    .cars-show-section .cars-image-wrapper {
        width: 300px;

    }

    .cars-show-section .cars-image-wrapper {
        width: 100%;
    }

    .cars-show-section {
        padding-bottom: 30px;
    }

    /* WHY CHOOSE SECTION */

    .why-choose-section {
        padding-bottom: 30px;
    }

    .why-choose-section .why-choose-left h2 {
        font-size: 35px;
        width: 100%;
    }

    .why-choose-section .why-choose-left button {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .why-choose-section .why-choose-right ul {
        padding: 0;
    }

    .why-choose-section .why-choose-right ul li {
        margin-bottom: 20px;
    }
    .why-choose-section .why-choose-right ul li:last-child{
        margin-bottom:0;
    }


    .why-choose-block{
        display: block !important;
    }

    .why-choose-image-wrapper{
       display: flex;
       justify-content: center;
       margin-bottom: 10px;
    }

    .why-choose-content-wrapper{
        text-align: center;
    }

    /* testimonal section */

    .testimonal {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .testimonal .testinmonal-content h2 {
        margin: 15px 0 30px;
        font-size: 35px;
    }
    .testimonal .testinmonal-content p {
        width: 100%;
    }

    .testimonal-cards .item {
        padding: 15px;
    }
    .testimonal-cards .item i {
        font-size: 35px;
    }

    .MytestimonalSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -5px;
    }

    /* FAQ SECTION */

    .faq-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .faq-section .faq-heading-section h2 {
        font-size: 35px;
    }

    .faq-section .faq-heading-section {
        padding: 10px;
    }

    .faq-image-wrapper{
        display: none;
    }

    .faq-section .accordion-body {
        padding: 10px 6px;
    }

    .faq-section .accordion-button {     
        padding: 10px 6px;
      }

    /* MOBILE APP SECTION */

    .mobile-app-section {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0;
        min-height: 365px;
        background-position: left;
    }
    
    .mobile-app-section h2 {
        color: #010103;
        margin: 0 0 25px;
        font-family: "Poppins", Sans-serif;
        font-size: 35px;
        font-weight: 700;
    }

    .download-play-button{
        display: flex;
    }

    .download-play-button img{
        width: 50%;
    }

    /* CONTACT US */

    .contact-us {
        padding-top: 30px;
        margin-bottom: 60px;
    }

    .contact-us .company-details h2 {
        font-size: 35px;
    }

    .contact-us .company-details p {
        width: 100%;
    }

    .contact-us .company-details ul li {
        margin-bottom: 20px;
    }

    .contact-us .company-details ul li:last-child{
        margin-bottom: 50px;
    }

    /* FOOTER SECTION */

    .our-address ul li {
        margin-bottom: 20px;
    }

    .our-company {
        padding-left: 20px;
    }

    .our-company h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .working-hours h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .subscription h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer-section .second-row {
        margin-top: 30px;
    }

    .social-icons{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .copy-right{
        display: flex;
        justify-content: center;
    }



}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

/* HEADER SECTION */

.header-navbar .navbar-nav {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}

.header-navbar .navbar-nav .nav-item {
    margin-bottom: 10px;
    text-align: center;
}

.header-navbar .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
}

/* BANNER SECTION */

.banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner-image {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.banner-image img {
    width: -webkit-fill-available;
}

.banner .banner-text h1 {
    width: 100%;
    font-size: 44px;
}

.banner .banner-text h3 {
    font-size: 26px;
}

.banner .banner-text p {
    width: 100%;
}

/* BOOKING FORM SECTION */
.booking-form .booking-container {
    padding: 20px;
}

/* PLANNING SECTION */

.planning-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-text h2 {
    font-size: 35px;
}

.planning-section .card-box {
    margin-bottom: 30px;
}

.planning-section .card-box:last-child {
    margin-bottom: 0;
}

.planning-section .forbackground-color {
    width: 80px;
    height: 80px;
}

.planning-section .forbackground-color i {
    font-size: 38px;
}

/* RENTAL FLEET SECTION */

.rental-flee {
    padding-bottom: 0;
}

.section-text {
    margin: 0px 0px 30px 0px;
}

.section-text p {
    width: 100%;
    margin-bottom: 0;
}

.mySwiper2 .swiper-slide .swiper-image-wrapper {
    width: fit-content;
}

.mySwiper2 .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}

.swiper.mySwiper2 {
    height: 400px;
}

/* ABOUT US */

.about-us-section .about-us-image-wrapper {
    height: auto;
}

.about-us-section .about-content .heading {
    margin-top: 20px;
}

.about-us-section .about-content .subheading {
    width: 100%;
    font-size: 35px;
    margin-bottom: 10px;
}

.about-us-section .about-content .description p {
    width: 100%;
}

.about-us-achieved {
    text-align: center;
}

.about-us-section .about-status-wrapper {
    margin-right: 25px;
}

.about-us-section .status-data .numbers {
    font-size: 40px;
}

.about-us-section .about-content .description {
    margin-bottom: 30px;
}

.about-us-section .status-data .numbers {
    font-size: 40px;
}

.about-us-section .status-data .car-type {
    font-size: 14px;
    margin-left: 5px;
}

/* BLOG SECTION */

.blog-data-col {
    padding: 100px 0px;
}

.our-blog {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-background {
    min-height: 300px;
    background-size: cover;
}

.blog-data h1 {
    margin: 0px 0 15px;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
}

.blog-data p {
    font-size: 16px;
    margin-bottom: 0;
}

/* CARS SECTION */

.cars-show-section {
    overflow: hidden;
}

.cars-show-section .cars-image-wrapper {
    width: 300px;
}

.cars-show-section .cars-image-wrapper {
    width: 100%;
}

.cars-show-section {
    padding-bottom: 70px;
}

/* WHY CHOOSE SECTION */

.why-choose-section {
    padding-bottom: 30px;
}

.why-choose-section .why-choose-left h2 {
    font-size: 35px;
    width: 100%;
}

.why-choose-section .why-choose-left button {
    font-size: 15px;
    margin-bottom: 50px;
}

.why-choose-section .why-choose-right ul {
    padding: 0;
}

.why-choose-section .why-choose-right ul li {
    margin-bottom: 20px;
}

.why-choose-section .why-choose-right ul li:last-child {
    margin-bottom: 0;
}

.why-choose-image-wrapper {
    justify-content: left;
    margin-bottom: 10px;
}

/* TESTIMONIAL SECTION */

.testimonal {
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimonal .testinmonal-content h2 {
    margin: 15px 0 30px;
    font-size: 35px;
}

.testimonal .testinmonal-content p {
    width: 100%;
}

.testimonal-cards .item {
    padding: 15px;
}

.testimonal-cards .item i {
    font-size: 35px;
}

.MytestimonalSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px;
}

.testimonal-cards .item .para1 {
    font-size: 20px;
}

/* FAQ SECTION */

.faq-section {
    padding-top: 30px;
    padding-bottom: 60px;
}

.faq-section .faq-heading-section h2 {
    font-size: 35px;
}

.faq-section .faq-heading-section {
    padding: 10px;
}

.faq-image-wrapper {
    display: none;
}

.faq-section .accordion-body {
    padding: 10px 6px;
}

.faq-section .accordion-button {
    padding: 10px 6px;
}

/* MOBILE APP SECTION */

.mobile-app-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    min-height: 365px;
    background-position: left;
}

.mobile-app-section h2 {
    font-size: 32px;
}

.download-play-button {
    display: flex;
}

.download-play-button img {
    width: 50%;
}

/* CONTACT US */

.contact-us {
    padding-top: 30px;
    margin-bottom: 60px;
}

.contact-us .company-details h2 {
    font-size: 35px;
}

.contact-us .company-details p {
    width: 100%;
}

.contact-us .company-details ul li {
    margin-bottom: 20px;
}

.contact-us .company-details ul li:last-child {
    margin-bottom: 50px;
}

/* FOOTER SECTION */

.our-address ul li {
    margin-bottom: 20px;
}

.our-company {
    padding-left: 20px;
}

.our-company h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.working-hours h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.subscription h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-section .second-row {
    margin-top: 30px;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.copy-right {
    display: flex;
    justify-content: center;
}

   
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
body{
    overflow-x: hidden;
}

}