/*---------- color Variable CSS ----------*/

:root {
    --white: #fff;
    --blue: #263788;
    --deep_blue: #072040;
    --sky: #3FBFEF;
    --dark: #000;
    --para_color: #727A84;
    --logo_org: #F6852F;
    --main_font: 'Lato', sans-serif;
    --extra_font: 'Fira Sans', sans-serif;
}

@media (min-width: 1600px) {}

@media (max-width: 991.98px) {
    section {
        padding: 5rem 0rem;
    }

    .custom_heading h2 {
        font-size: 3rem;
        font-weight: 500;
        line-height: 3.5rem;
    }

    .custom_heading h5 {
        font-size: 1.4rem;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .custom_btn {
        padding: 1.5rem 2rem;
        line-height: 1;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .main_top_bar {
        padding: 1rem 2rem;
    }

    .header {
        top: 6rem;
    }

    .navbar-dark .navbar-brand img {
        width: auto;
        margin: 0rem;
    }

    .navbar-dark .navbar-brand,
    .header.sticky .navbar-dark .navbar-brand {
        width: 11rem;
        position: relative;
        height: auto;
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
        padding: .6rem 1.6rem .6rem .6rem;
        margin: 0;
    }

    .header.sticky .navbar-brand img {
        width: auto;
    }

    .header .navbar {
        padding: 1rem 1rem;
    }

    .header .navbar .navbar-nav {
        gap: 1.5rem;
    }

    .header .nav-item .nav-link {
        font-size: 1.6rem;
    }

    /*================= banner  */
    .banner_img {
        height: 54rem;
        width: 100%;
    }

    .banner_caption h1 {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 2rem;
    }

    .banner_caption h4 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }

    .banner_sec_slider.owl-carousel .owl-nav button.owl-next,
    .banner_sec_slider.owl-carousel .owl-nav button.owl-prev {
        width: 4.3rem;
        height: 4.3rem;
    }

    .banner_sec_slider.owl-carousel .owl-nav button.owl-next img,
    .banner_sec_slider.owl-carousel .owl-nav button.owl-prev img {
        width: 3.3rem;
        height: 3.3rem;
    }

    /* sagar edit ============ */
    .custom_btn {
        padding: 1rem 2rem;
        line-height: 1;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .inner_banner {
        height: 40rem;
    }

    .inner_heading {
        top: 60%;
    }

    .breadcrumb_list li a {
        font-size: 1.6rem;
    }

    /*============================ small_services */
    .small_services_box {
        padding: 1.3rem;
        box-shadow: 0rem 0.5rem 1rem rgb(6 22 58 / 10%);
        height: 100%;
    }

    span.number {
        line-height: 3.2rem;
        font-size: 3.5rem;
    }

    .small_icon img {
        width: 4rem;
    }

    .small_content {
        margin-top: 2rem;
    }

    .small_content p {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    /*============================ small_services */
    /*================================ about_us_area */
    .about_us_area {
        margin-right: 0rem;
    }

    .extra_content {
        gap: 2rem;
        margin-top: 3.3rem;
    }

    .extra_content_text h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        width: 100%;
    }

    .about_us_btn {
        display: flex;
        gap: 2rem;
        align-items: center;
        margin-top: 3rem;
    }

    .our_about_us_content ul {
        gap: 2rem;
    }

    a.btn.numb_btn span.text h5 {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    a.btn.numb_btn {
        gap: 1.5rem;
    }

    .about_us_content_img {
        height: 53rem;
    }

    /*==================== about sec */
    section.our_services_sec {
        padding-bottom: 11rem;
    }

    .service_img {
        max-width: 22rem;
        height: 20rem;
    }

    span.secvice_icon img {
        width: 4.5rem;
    }

    span.secvice_icon {
        height: 8rem;
        width: 8rem;
        bottom: -4rem;
    }

    .services_item {
        padding: 2.5rem 2.5rem 0rem;
    }

    .service_card {
        margin-top: 5rem;
    }

    a.btn.arrow_btn {
        height: 5rem;
        width: 5rem;
        bottom: -2.2rem;
    }

    .services_area {
        padding-bottom: 2rem;
        margin-top: 3rem;
    }

    .service_page_section .row {
        margin-bottom: 4rem;
    }

    .puches_section {
        padding: 5rem 0;
    }

    .work_icon span.icon {
        height: 10rem;
        width: 10rem;
    }

    .work_icon span.icon img {
        width: 5rem;
    }

    .work_icon span.point {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 2rem;
        right: 1rem;
    }

    .our_service_heading {
        width: 75%;
        margin: 0rem auto 5rem;
    }

    .work_row {
        gap: 3rem;
        grid-template-columns: 1fr;
    }

    .work_icon span.point {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 2rem;
        right: -1rem;
    }

    .work_item::after {
        display: none;
    }

    .work_icon {
        margin-bottom: 2rem;
        position: relative;
        display: table;
        margin: 0 auto 2rem;
    }

    .work_content h5 {
        font-size: 1.8rem;
    }

    .isotop_content {
        height: 20rem;
    }

    .isotop_overlay h4 {
        font-size: 2rem;
    }

    .isotop_overlay {
        top: 2rem;
        left: 2rem;
        margin-right: 2rem;
    }

    a.btn.plus_btn {
        bottom: 2rem;
        left: 2rem;
        height: 3.5rem;
        width: 3.5rem;
    }

    .work_content p {
        width: 50%;
        margin: .8rem auto 0;
    }

    .callback_row {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .callback_content,
    .callback_form {
        border-radius: 1rem;
        padding: 1rem;
        height: 350px;
    }

    .callback_form .col-sm-6 {
        padding: 0rem 1.5rem;
    }

    .submit_btn button {
        outline: none;
        padding: 1.5rem 4rem;
    }

    .testimonial {
        padding-bottom: 1rem;
    }

    .testimonial_slider.owl-carousel .owl-stage-outer {
        padding: 2.5rem 0rem 4rem;
    }

    .footer {
        padding: 5rem 0rem;
    }

    .ftr_item {
        margin-bottom: 4rem;
    }

    .footer .col-sm-6:nth-child(3) .ftr_item,
    .footer .col-sm-6:last-child .ftr_item {
        margin-bottom: 0rem;
    }

    .ftr_item.opening_hour {
        display: table;
        margin-left: 0;
    }

    .our_work_process_sec .custom_heading p {
        width: 57%;
        margin: 2rem auto 0rem;
    }

    .container_menu_iso {
        margin: 0rem 0rem 4rem;
    }

    /* about us page  */
    .our_about_us_image {
        position: relative;
        width: 75%;
        margin: 5rem auto;
    }

    section.our_about_us_sec .custom_heading {
        margin-bottom: 3rem;
    }

    .our_about_us_content {
        margin-right: 0rem;
    }

    .our_about_us_image::after {
        left: -3rem;
    }

    .box_row {
        gap: 2rem;
    }

    .box_overlay {
        padding: 0rem 2rem;
    }

    .car_box::after {
        height: 28rem;
        width: 23rem;
        border-radius: 2rem;
        border: 0.5rem solid var(--white);
    }

    .box_overlay {
        padding: 0rem 2rem;
    }

    .box_overlay h3 {
        line-height: 2.5rem;
    }

    /* pricing page  */
    .our_all_packages {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .main_packages {
        padding: 2rem;
    }

    .main_packages h3 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }

    .main_packages_heading h4 {
        font-size: 1.6rem;
    }

    .main_packages_heading span {
        font-size: 3rem;
    }

    .main_packages_list ul li {
        padding: 1.8rem 0;
        line-height: 2.4rem;
    }

    .package_box_content h2 {
        font-size: 3rem;
    }

    .package_box .offer_poster {
        left: 50%;
        transform: translateX(-50%);
        padding: 2rem 5rem;
        width: 20rem;
    }

    .main_packages_heading {
        margin-left: 0rem;
    }

    .text_head h3 {
        font-weight: 500;
        font-size: 1.8rem;
    }

    .contact_inner .row {
        flex-direction: column-reverse;
    }

    .contact_info_sec {
        border-radius: 0rem;
        flex-flow: wrap;
    }

    .contact_info_sec h4 {
        width: 100%;
    }

    .info_single {
        width: 50%;
        margin: 1rem 0rem;
    }

    div#collapsibleNavbar {
        margin-left: 0rem;
    }

    .footer .row .col-sm-12:nth-child(2) {
        display: none;
    }

    .footer .row .col-sm-4 .ftr_item {
        margin-bottom: 0px;
    }

    img.vert-move {
        width: 11rem;
    }

    .right_shape {
        width: 10rem;
    }
}

@media (max-width: 567.98px) {
    .ribbon-content {
        font-size: 20px;
    }

    .ribbon {

        width: 85%;

    }

    .navbar-toggler span {
        width: 3rem;
        border-radius: .5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: #ffffff;
        background: #f6852f;
    }

    .header .navbar .navbar-nav {
        gap: 1.5rem;
        padding: 1.5rem 0rem;
    }

    .address_bar ul {
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: space-between;
    }

    a.header_btn {
        position: absolute;
        right: 7rem;
        width: 15rem;
        height: 4rem;
    }

    .main_top_bar {
        padding: 1rem;
        flex-flow: wrap;
        justify-content: center;
        gap: 1rem;
        display: none;
    }

    .navbar-dark .navbar-brand,
    .header.sticky .navbar-dark .navbar-brand {
        width: 8rem;
    }

    .address_bar {
        width: 100%;
    }

    .address_bar ul li p,
    .address_bar ul li a p {
        font-size: 1.5rem;
    }

    .header {
        top: 1.5rem;
    }

    a.header_btn {
        position: absolute;
        right: 7rem;
        width: 15rem;
        height: 4rem;
        top: 1.8rem;
    }

    .navbar-dark .navbar-toggler {
        padding: 0;
    }

    .banner_img {
        height: 40rem;
    }

    .banner_overlay {
        padding-top: 5rem;
    }

    .banner_caption h1 {
        font-size: 3rem;
        line-height: 3.6rem;
        margin-bottom: 1rem;
    }

    .banner_caption h4 {
        font-size: 1.6rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }

    .banner_sec_slider.owl-carousel .owl-nav {
        bottom: 4rem;
        gap: 1rem;
    }

    .banner_sec_slider.owl-carousel .owl-nav button.owl-next,
    .banner_sec_slider.owl-carousel .owl-nav button.owl-prev {
        width: 4rem;
        height: 4rem;
    }

    .banner_sec_slider.owl-carousel .owl-nav button.owl-next img,
    .banner_sec_slider.owl-carousel .owl-nav button.owl-prev img {
        width: 2.3rem;
        height: 2.3rem;
    }

    .banner_caption {
        top: 3%;
    }

    .inner_banner {
        height: 40rem;
    }

    .inner_heading h1 {
        font-size: 3rem;
    }

    .breadcrumb_list li a {
        font-size: 1.6rem;
    }

    section.small_services_sec {
        padding: 5rem 0rem 0rem;
        margin-top: 0rem;
    }

    .small_services_sec .row {
        row-gap: 2rem;
    }

    .custom_heading h2 {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }

    .about_us_area {
        margin-right: 0rem;
        margin-bottom: 4rem;
    }

    section.our_about_us_sec .custom_heading {
        margin-bottom: 2rem;
    }

    .about_us_content_img {
        height: 30rem;
    }

    a.btn.numb_btn span.icon {
        font-size: 2rem;
        height: 4rem;
        width: 4rem;
    }

    a.btn.numb_btn span.text p {
        line-height: 1;
    }

    a.btn.numb_btn span.text h5 {
        font-size: 1.6rem;
    }

    section.our_services_sec {
        padding-bottom: 11rem;
    }

    .isotop_overlay {
        margin: 0rem 2rem;
        top: 2rem;
        left: 0rem;
    }

    .work_row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .isotop_overlay p {
        margin-top: 0.5rem;
    }

    .custom_heading p {
        margin-top: 1rem;
    }

    .our_work_process_sec .custom_heading p {
        width: 100%;
        margin: 2rem auto 0rem;
    }

    .scroll.down {
        top: 75vh;
    }

    /* service sec  */
    /* .header.sticky .navbar-dark .navbar-toggler {
        border: 1px solid;
        background: var(--logo_color);
    }
    .navbar-dark .navbar-toggler {
        color: var(--white);
        background: var(--logo_org) !important;
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        padding: 5px 7px 4px;
    } */
    .service_page_section .row:nth-child(odd) .service_content,
    .service_page_section .service_content {
        padding-right: 0rem;
        padding-left: 0rem;
        text-align: center;
        margin-top: 3rem;
    }

    .home .services_sec .service_content {
        padding-left: 0rem;
    }

    .about_us_content_img {
        height: 30rem;
    }

    .reating ul {
        margin-top: 2rem;
    }

    .about_us_btn {
        margin-bottom: 3rem;
    }

    .services_sec .col-sm-4 {
        margin-bottom: 10rem;
    }

    .service_img {
        max-width: 30rem;
    }

    section.our_services_sec {
        padding-bottom: 0;
    }

    .work_icon span.point {
        right: -1.4rem;
    }

    .work_row {
        gap: 3rem;
        grid-template-columns: 1fr;
    }

    .work_item::after {
        right: 14rem;
        width: 7rem;
        transform: rotate(90deg);
        height: 1.2rem;
        top: 26rem;
    }

    .callback_row {
        gap: 3rem;
        grid-template-columns: 1fr;
    }

    .menu_iso {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 1fr;
    }

    .work_slider .owl-dots {
        margin: 0rem 0rem 0rem;
    }

    .container_menu_iso .menu_iso li a {
        text-align: center;
        width: 100%;
    }

    .isotop_content {
        height: auto;
        margin-bottom: 3rem;
    }

    .row.iso-container .col-sm-4:last-child .isotop_content {
        margin-bottom: 0rem;
    }

    .isotop_content:nth-child(3) {
        margin-bottom: 0rem;
    }

    .purches_content.custom_heading h2 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .tm_card {
        padding: 3rem 2rem;
        box-shadow: none;
        margin: 0rem 2rem;
    }

    .tm_card p {
        width: 100%;
    }

    .author_des {
        margin-top: 2rem;
    }

    .author_des h4 {
        margin-bottom: 1.5rem;
    }

    .callback_content {
        border-radius: 1rem;
        padding: 3rem;
    }

    .callback_content,
    .callback_form {
        height: auto;
    }

    .callback_form {
        border-radius: 1rem;
        height: 350px;
    }

    .our_about_us_image::after {
        left: -3rem;
        top: 3rem;
    }

    .box_row {
        grid-template-columns: 1fr;
    }

    .service_card {
        margin-top: 5rem;
    }

    .car_box::after {
        width: 32rem;
    }

    .our_about_us_image {
        width: 80%;
    }

    /*================== pricing page  ============================*/
    .our_all_packages {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 3rem;
    }

    .package_box_content {
        position: relative;
    }

    .main_packages {
        border-right: none;
    }

    .main_packages_list .btn.custom_btn.tab_btn {
        line-height: 1;
        font-size: 1.4rem;
        padding: 1rem 2rem;
    }

    .package_box_content h2 {
        font-size: 3rem;
        line-height: 4rem;
        max-width: 56%;
        margin: 0rem auto;
        text-align: center;
    }

    .gift_box {
        height: 53rem;
    }

    .our_all_packages .interior_wash {
        height: 47rem;
    }

    .our_all_packages .interior_wash .package_box_content h2 {
        margin-top: 30px;
    }

    .package_box.gift_box.guarantee_wash {
        height: 30rem;
    }

    .package_box.gift_box.guarantee_wash .package_box_content {
        top: 22%;
    }

    .package_box .offer_poster {
        right: -2rem;
        left: auto;
        text-align: center;
    }

    .main_packages_list ul li {
        padding: 1.2rem 0;
    }

    .main_packages_list ul li span {
        margin-right: 1rem;
    }

    /*================== footer ===========*/
    footer.footer .row {
        gap: 4rem;
    }

    .ftr_item {
        margin-bottom: 0rem;
    }

    .ftr_brand {
        width: 10rem;
    }

    .ftr_social_items {
        margin-top: 2rem;
    }

    .copyright {
        padding: 1rem 0rem;
    }

    .callback_form .col-sm-6 {
        padding: 0rem 1.5rem;
    }

    .testimonial {
        padding-bottom: 5rem;
    }

    .testimonial_slider.owl-carousel .owl-stage-outer {
        padding: 2.5rem 0rem 0rem;
    }

    .contact_field {
        padding: 3rem 1rem;
        padding-bottom: 0rem;
    }

    .contact_form iframe {
        height: 700px !important;
    }

    .contact_info_sec {
        border-radius: 0rem;
        gap: 2rem;
        padding: 5rem 2rem;
    }

    .contact_form_inner .custom_heading {
        margin-bottom: 2rem;
    }

    .contact_form_inner .custom_heading h2 {
        text-align: center;
    }

    .info_single {
        margin: 0rem;
        width: 100%;
    }

    .contact_info_sec h4 {
        font-size: 2.6rem;
    }

    img.vert-move,
    .right_shape {
        display: none;
    }

    .callback_form .form_group input {
        height: 4rem;
        padding: 0rem 1rem;
    }

    .submit_btn button {
        padding: 1rem 4rem;
    }

    .our_service_heading {
        width: 100%;
    }

    .footer .row .col-sm-12:nth-child(2) {
        display: block;
        order: 4;
    }

    a.header_btn {
        display: none;
    }

    .call_btn {
        position: absolute;
        right: 6rem;
        top: 2rem;
        background: var(--logo_org);
        height: 3.7rem;
        width: 17rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .3rem;
    }

    .call_btn a {
        font-size: 1.6rem;
        color: var(--white);
    }

    .call_btn a i {
        margin-right: .8rem;
    }

    .bootm-social {
        display: block;
    }

    .ftr_social_items {
        margin-top: 2rem;
        display: none;
    }

    .work_content p {
        width: 70%;
    }

    .testimonial .custom_heading {
        margin-bottom: 3rem;
    }
}