@media screen and (max-width: 688px) {
    .banner-video {
        margin-top: -28px;
    }
    .banner-text {
        font-size: 45px;
    }
    /* header mobile */
    .header-logo {
        transform: scale(0.8);
    }
    .header-2-part-1 {
        display: block;
    }
    .nav-style-div-1 {
        overflow: hidden;
        width: 50px;
        height: 94px;
        top: -2px;
        left: -45px;
        box-shadow: 17px -70px 0 0 #0d0c1a;
    }
    .nav-style-div-2 {
        overflow: hidden;
        width: 50px;
        height: 94px;
        top: -2px;
        right: -45px;
        box-shadow: -17px -70px 0 0 #0d0c1a;
    }
    .nav-bar {
        height: 28px !important;
    }
    .navbar-brand {
        display: block;
    }
    /* custom nav style */
    .nav-item {
        padding: 10px 0;
    }
    .navbar {
        width: fit-content;
        position: fixed;
        top: 15px;
        right: 15px;
        text-align: left;
    }
    .navbar-nav {
        /* max-height: 100vh; */
        width: 100%;
        /* overflow-y: scroll; */
        -webkit-overflow-scrolling: touch;
    }
    .mobile-nav-logo {
        display: block;
        object-fit: cover;
        transform: scale(0.6);
    }
    .mobile-nav-close-arrow {
        display: block;
        width: fit-content;
        transform: scale(2);
        margin-left: 50px;
        margin-bottom: 50px;
    }
    .sidebar,
    .overlay {
        position: fixed;
        top: 0px;
        bottom: 0px;
        /* z-index: 10; */
    }
    .sidebar {
        max-width: 300px;
        max-height: 100vh;
        overflow-y: scroll;
        transition: all ease 0.4s;
        right: -100%;
        border-bottom-left-radius: 30px;
        padding: 50px 0px;
    }
    .sidebar ul {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
    }
    .overlay {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        background-color: #00114248;
    }
    .main-nav.active .sidebar {
        right: 0;
    }
    .main-nav.active .overlay {
        visibility: visible;
    }
    .moblile-nav-icon {
        width: 50px;
        height: 50px;
    }
    .airport-orland {
        align-items: center;
        height: 272px;
        margin-bottom: 50px;
    }
    .airport-orland-mid {
        display: none;
    }
    .airport-orland-mid-3 {
        display: none;
    }
    .airport-orland-img img {
        margin-left: -95px;
        object-fit: contain;
        transform: scale(1.7);
        width: 100%;
    }
    .airport-orland-text {
        background-color: white;
        color: black;
    }
    .airport-orland-regular-btn:hover {
        background-color: #1c1c1c;
        color: white;
        border-color: #1c1c1c !important;
        /* margin: 31px 0px; */
        letter-spacing: 2px;
    }
    .fix-border-issue {
        display: none;
    }
    /* choose us */
    .choose-us {
        height: 660px !important;
    }
    .choose-us-container {
        margin-bottom: 50px;
        justify-content: center;
    }
    .choose-us-image {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .choose-us-image img {
        width: 50%;
    }
    .choose-us-txt-part-1,
    .choose-us-txt-part-2 {
        top: -80px !important;
    }
    .choose-us-txt-1 {
        text-align: center;
        margin: auto;
    }
    .choose-us-txt-part-1,
    .choose-us-txt-part-2 {
        right: 0% !important;
        left: 0% !important;
    }
    .choose-us-container:hover .choose-us-txt-part-1,
    .choose-us-container:hover .choose-us-txt-part-2 {
        height: 300px;
        width: 100%;
        background-color: #1c1c1caf;
        opacity: 1;
    }
    .choose-us-container:hover .choose-us-image img {
        transform: scale(0.8) !important;
    }
    .choose-us-container:hover .choose-us-image {
        height: fit-content;
    }
    /*-----------------------------------
    service page css 
    -------------------------------------*/
    .service-cover {
        height: 560px;
    }
    .custom-service-font {
        font-size: 45px;
        font-weight: 700;
    }
    .service-section-points:hover .service-section-points-title {
        letter-spacing: 1.2px;
        color: #1e73be;
    }
    .quotation-text {
        transform: scale(0.8);
        padding: 0;
    }
    /*-----------------------------------------------
    about us page  
    -------------------------------------------------*/
    .about-us-banner-text {
        font-size: 26px;
    }
    .about-us-bold-text {
        font-size: 40px;
    }
    .about-us-button,
    .contact-form-button {
        width: 250px;
    }
    .about-us-image-top-margin {
        margin-top: -1px;
        margin-left: 0px;
    }
    /* contact style  */
    .contact-form {
        width: 100%;
    }
    /*---------------------------------------
    our fleet 
    -----------------------------------------*/
    .our-fleet-banner-text {
        font-size: 26px !important;
        text-align: left;
    }
    .fleet-card {
        width: 90%;
        box-shadow: 2px 5px 10px gray;
        border-radius: 10px;
    }
    .fleet-card .regular-btn-2 {
        width: 120px !important;
    }
    .fleet-card .regular-btn-2:hover {
        letter-spacing: 1px;
    }
    .vehicle-card-image {
        width: 100%;
        object-fit: contain;
        height: 130px;
    }
    /* ----------------------------------------------
    service rate style 
    -------------------------------------------------*/
    .service-rate-cover {
        height: 560px;
    }
    .destination-option {
        height: 65px;
        border-radius: 15px;
    }
    .destination-option .slick-track {
        display: flex;
        align-items: center;
    }
    .destination-option h4 {
        transform: scale(0.8);
    }
    .single-destination:hover {
        letter-spacing: 0px;
    }
    .single-destination-active {
        letter-spacing: 0px;
    }
    .destination-option .slick-next {
        right: 0px;
    }
    .destination-option .slick-prev {
        left: 0px;
        z-index: 3;
    }
    /* contact us page */
    .contact-cover {
        height: 560px;
    }
    /*------------------------------------------------
    faq style 
    --------------------------------------------------*/
    .faq-cover {
        height: 560px;
    }
    .faq-slider {
        align-items: center;
    }
    .faq-slider,
    .faq-title-text-container {
        height: 100px;
    }
    .faq-slider .slick-next {
        right: 0px;
    }
    .faq-slider .slick-prev {
        left: 0px;
        z-index: 3;
    }
    .faq-title-text-container {
        background-color: #1c1c1c;
        color: white;
    }
    .custom-accordion {
        height: 79px;
    }
    .custom-accordion h2 {
        transform: scale(0.8);
    }
    .accordion-title-number {
        padding: 19px 22px;
        height: 79px;
    }
    .accordion-text {
        text-align: left;
    }
    .faq-title-text-container:hover {
        color: white;
        letter-spacing: 2px;
    }
    /*------------------------------------------------
    footer mobile 
    --------------------------------------------------*/
    .footer-content {
        padding-top: 10px;
    }
    .footer-logo {
        transform: scale(0.8);
    }
    .footer-social {
        display: none !important;
    }
    .footer-nav {
        display: none !important;
    }
    .hr-style-1 {
        margin: 0px !important;
    }
    .hr-style-2 {
        margin: 0px !important;
    }
    .copyright-text {
        transform: scale(0.9);
        font-size: small;
        width: 200px;
    }
}


/* medium devices */

@media screen and (min-width: 689px) and (max-width: 992px) {
    .banner-video {
        margin-top: -28px;
    }
    .header-logo {
        transform: scale(0.8);
    }
    .header-2-part-1 {
        display: block;
    }
    .nav-style-div-1 {
        overflow: hidden;
        width: 54px;
        height: 94px;
        top: -2px;
        left: -49px;
        box-shadow: 17px -70px 0 0 #1c1c1c;
    }
    .nav-style-div-2 {
        overflow: hidden;
        width: 54px;
        height: 94px;
        top: -2px;
        right: -49px;
        box-shadow: -17px -70px 0 0 #1c1c1c;
    }
    .nav-bar {
        height: 28px !important;
    }
    .navbar-brand {
        display: block;
    }
    /* custom nav style */
    .nav-item {
        padding: 10px 0;
    }
    .navbar {
        width: fit-content;
        position: absolute;
        top: -445px;
        right: -41px;
        text-align: left;
    }
    .navbar-nav {
        /* max-height: 100vh; */
        width: 100%;
        /* overflow-y: scroll; */
        -webkit-overflow-scrolling: touch;
    }
    .mobile-nav-logo {
        display: block;
        transform: scale(0.6);
    }
    .mobile-nav-close-arrow {
        display: block;
        width: fit-content;
        transform: scale(2);
        margin-left: 50px;
        margin-bottom: 50px;
    }
    .sidebar,
    .overlay {
        position: fixed;
        top: 0px;
        bottom: 0px;
    }
    .sidebar {
        max-width: 600px;
        max-height: 100vh;
        overflow-y: scroll;
        transition: all ease 0.4s;
        right: -100%;
        border-bottom-left-radius: 30px;
        padding: 50px 0px;
    }
    .sidebar ul {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
    }
    .overlay {
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        visibility: hidden;
        background-color: #00114248;
    }
    .main-nav.active .sidebar {
        right: 0;
    }
    .main-nav.active .overlay {
        visibility: visible;
    }
    .moblile-nav-icon {
        width: 50px;
        height: 50px;
    }
    /* airport orland section */
    .airport-orland {
        align-items: center;
    }
    .airport-orland-mid {
        display: none;
    }
    .airport-orland-mid-3 {
        display: none;
    }
    .airport-orland-img img {
        margin-left: -75px;
        object-fit: contain;
        /* transform: scale(2); */
        width: 100%;
    }
    .airport-orland-text {
        background-color: white;
        color: black;
    }
    .airport-orland-regular-btn:hover {
        background-color: #1c1c1c;
        color: white;
        border-color: #1c1c1c !important;
        /* margin: 31px 0px; */
        letter-spacing: 2px;
    }
    .fix-border-issue {
        display: none;
    }
    /* choose us */
    .choose-us {
        height: 640px;
    }
    .choose-us-container {
        margin-bottom: 50px;
        justify-content: center;
    }
    .choose-us-image {
        text-align: center;
        width: 60%;
        margin: auto;
    }
    .choose-us-image img {
        width: 50%;
        object-fit: cover;
    }
    .choose-us-txt-1 {
        text-align: center;
        margin: auto;
    }
    .choose-us-txt-part-1,
    .choose-us-txt-part-2 {
        top: -5px !important;
        right: 0% !important;
        left: 0% !important;
    }
    .choose-us-container:hover .choose-us-txt-part-1,
    .choose-us-container:hover .choose-us-txt-part-2 {
        height: 300px;
        width: 100%;
        background-color: #1c1c1caf;
        opacity: 1;
    }
    .choose-us-container:hover .choose-us-image img {
        transform: scale(0.8) !important;
    }
    .choose-us-container:hover .choose-us-image {
        height: fit-content;
    }
    /*----------------------------------------------------
    service page css 
    ------------------------------------------------------*/
    .service-cover {
        height: 560px;
    }
    .custom-service-font {
        font-size: 45px;
        font-weight: 700;
    }
    .service-section-points:hover .service-section-points-title {
        letter-spacing: 1.2px;
        color: #1e73be;
    }
    .quotation-text {
        transform: scale(0.8);
        padding: 0;
    }
    /*------------------------------------------------
    about us page 
    --------------------------------------------------*/
    .about-us-banner-text {
        font-size: 32px;
    }
    .about-us-bold-text {
        font-size: 40px;
    }
    .about-us-button,
    .contact-form-button {
        width: 250px;
    }
    .about-us-image-top-margin {
        margin-top: 0px;
        margin-left: 0px;
    }
    /* contact style  */
    .contact-form {
        width: 100%;
    }
    /*---------------------------------------
    our fleet 
    -----------------------------------------*/
    .our-fleet-banner-text {
        font-size: 32px !important;
    }
    .fleet-card {
        width: 90%;
        box-shadow: 2px 5px 10px gray;
        border-radius: 10px;
    }
    .fleet-card .regular-btn-2 {
        width: 120px !important;
    }
    .fleet-card .regular-btn-2:hover {
        letter-spacing: 1px;
    }
    .vehicle-card-image {
        width: 100%;
        object-fit: scale-down;
        height: 130px;
    }
    /* ----------------------------------------------
    service rate style 
    -------------------------------------------------*/
    .service-rate-cover {
        height: 560px;
    }
    .destination-option {
        height: 65px;
        border-radius: 15px;
    }
    .destination-option .slick-track {
        display: flex;
        align-items: center;
    }
    .destination-option h4 {
        transform: scale(0.8);
    }
    .single-destination:hover {
        letter-spacing: 0px;
    }
    .single-destination-active {
        letter-spacing: 0px;
    }
    .destination-option .slick-next {
        right: 0px;
    }
    .destination-option .slick-prev {
        left: 0px;
        z-index: 3;
    }
    /*------------------------------------------ 
    contact us page
    --------------------------------------------*/
    .contact-cover {
        height: 560px;
    }
    /*------------------------------------------------
    faq style 
    --------------------------------------------------*/
    .faq-cover {
        height: 560px;
    }
    .faq-slider .slick-next {
        right: 0px;
    }
    .faq-slider .slick-prev {
        left: 0px;
        z-index: 3;
    }
    .faq-title-text-container {
        background-color: #1c1c1c;
        color: white;
    }
    .custom-accordion {
        height: 81px;
    }
    .custom-accordion h2 {
        transform: scale(0.8);
    }
    .accordion-title-number {
        padding: 19px 22px;
        height: 81px;
    }
    .accordion-text {
        text-align: left;
    }
    .faq-title-text-container:hover {
        color: white;
        letter-spacing: 2px;
    }
    /*------------------------------------------------
    footer mobile 
    --------------------------------------------------*/
    /* .footer-logo {
        transform: scale(0.8);
    } */
    .footer-logo img {
        object-fit: scale-down;
    }
    .footer-social {
        display: none !important;
    }
    .footer-nav {
        display: none !important;
    }
    .hr-style-1 {
        margin: 0px !important;
    }
    .hr-style-2 {
        margin: 0px !important;
    }
    .copyright-text {
        transform: scale(0.9);
        font-size: small;
        width: 200px;
    }
}


/* bigger devices extra media query */

@media screen and (min-width: 1600px) {
    .header-logo {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .airport-orland-mid-2 {
        width: 600px !important;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        top: 135px;
        left: 0px;
    }
    .easy-booking-line-2 {
        top: 135px;
        left: 0px;
    }
}

@media screen and (min-width: 1396px) and (max-width: 1599px) {
    .easy-booking-line-1,
    .easy-booking-line-3 {
        top: 135px;
        left: 0px;
    }
    .easy-booking-line-2 {
        top: 135px;
        left: 0px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .airport-orland-mid-2 {
        width: 410px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .easy-booking-line-2 {
        transform: rotate(-31deg);
        top: 115px;
        left: -15px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(31deg);
        top: 115px;
        left: -20px;
    }
}


/*--------------------------------------------------- 
extra media query for easy style small devices starts
----------------------------------------------------- */

@media screen and (max-width: 380px) {
    .banner-text {
        font-size: 40px;
    }
    .easy-booking-img-1 img,
    .easy-booking-img-2 img,
    .easy-booking-img-3 img,
    .easy-booking-img-4 img {
        margin-top: 20px;
    }
    .easy-booking-line-2 {
        transform: rotate(132deg);
        width: 140px;
        top: -27px;
        left: 87px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(0deg);
        top: 54px;
        left: -6px;
    }
}

@media screen and (min-width: 381px) and (max-width: 420px) {
    .banner-text {
        font-size: 43px;
    }
    .easy-booking-img-1 img,
    .easy-booking-img-2 img,
    .easy-booking-img-3 img,
    .easy-booking-img-4 img {
        margin-top: 20px;
    }
    .easy-booking-line-2 {
        transform: rotate(132deg);
        width: 140px;
        top: -27px;
        left: 87px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(0deg);
        top: 54px;
        left: 0px;
    }
}

@media screen and (min-width: 421px) and (max-width: 485px) {
    .easy-booking-img-1 img,
    .easy-booking-img-2 img,
    .easy-booking-img-3 img,
    .easy-booking-img-4 img {
        margin-top: 20px;
    }
    .easy-booking-line-2 {
        transform: rotate(140deg);
        width: 150px;
        top: -25px;
        left: 112px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(0deg);
        width: 125px;
        top: 70px;
        left: 0px;
    }
}

@media screen and (min-width: 486px) and (max-width: 530px) {
    .easy-booking-img-1 img,
    .easy-booking-img-2 img,
    .easy-booking-img-3 img,
    .easy-booking-img-4 img {
        margin-top: 20px;
    }
    .easy-booking-line-2 {
        transform: rotate(131deg);
        width: 150px;
        top: -30px;
        left: 140px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(0deg);
        width: 125px;
        top: 70px;
        left: 0px;
    }
}

@media screen and (min-width: 531px) and (max-width: 688px) {
    .easy-booking-img-1 img,
    .easy-booking-img-2 img,
    .easy-booking-img-3 img,
    .easy-booking-img-4 img {
        margin-top: 20px;
    }
    .easy-booking-line-2 {
        transform: rotate(140deg);
        width: 170px;
        top: -15px;
        left: 155px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(0deg);
        width: 150px;
        top: 95px;
        left: 5px;
    }
}

@media screen and (min-width: 689px) and (max-width: 767px) {
    .easy-booking-img-1 img,
    .easy-booking-img-2 img,
    .easy-booking-img-3 img,
    .easy-booking-img-4 img {
        margin-top: 20px;
    }
    .easy-booking-line-2 {
        transform: rotate(140deg);
        width: 170px;
        top: -15px;
        left: 155px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(0deg);
        width: 150px;
        top: 95px;
        left: 5px;
    }
    .accordion-title-number {
        padding: 19px 22px;
        height: 83px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .easy-booking-img-1 img,
    .easy-booking-img-2 img,
    .easy-booking-img-3 img,
    .easy-booking-img-4 img {
        margin-top: 20px;
    }
    .easy-booking-line-2 {
        transform: rotate(135deg);
        width: 220px;
        top: -20px;
        left: 212px;
    }
    .easy-booking-line-1,
    .easy-booking-line-3 {
        transform: rotate(0deg);
        width: 170px;
        top: 110px;
        left: 25px;
    }
    .choose-us-image {
        text-align: center;
        width: 50%;
        margin: auto;
    }
    .choose-us-image img {
        width: 40%;
        object-fit: cover;
    }
}


/*--------------------------------------------------- 
extra media query for easy style small devices ends
----------------------------------------------------- */