body{
    font-family: figtree !important;
}
.navbar-toggler-icon

{
    background-image:url('../images/navicon.png');
}
.btn_navbar{

    font-size: 16px;
    background-color: #A91D22;
    color: #fff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    gap: .5rem !important;
}
.btn_navbar:hover{

    font-size: 16px;
    color: #333;
    background:#fff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    gap: .5rem !important;
}
.main-heading_page1 {
    line-height: 77px;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: 'liga', off;
    /* width: 662px; */
    /* height: 231px; */
    font-size: 50px;
}
.card_page1 {
    /* margin-top: 50px; */
    /* background: #fff; */
    /* padding: 1%; */
    /* line-height: 1.5em; */
    /* border-radius: 8%; */
}
.card_page1:hover{
        /* box-shadow: 20px 20px 50px rgb(222, 221, 221); */
        /* border-radius: 8%; */
        border: 2px solid #d7d7d7!important;
        z-index: 999 !important;
        border-radius: 22px;
}
.card-body_page1
{
    padding:5%;
}
.card-footer_page1
{
        padding: 5%;
    padding-top: 0 !important;
}
.navtablinks
{
    /* background: #fff; */
    color: #333;
    /* padding: 5px 15px 5px 15px; */
    border-radius: 25px;
    /* margin: 15px; */
    height: fit-content;
}
.navtablinks .active
{font-weight: bold;color: #fff;text-decoration: none;border-radius: 22px;font-size: 16px;text-align: center !important;background: #000;padding: 10px 20px 10px 20px;margin: 5px;}
.navtablinks a
{
    font-weight: bold;
    color: #333;
    text-decoration: none;
    border-radius: 22px;
    :;
    font-size: 16px;
    text-align: center !important;
    background: #fff;
    padding: 10px 20px 10px 20px;
    margin: 5px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 14px;
    max-width: 100%;
}
.fs-20{
    font-size: 20px;
}
.fs-24{
    font-size: 24px;
}
.fs-32{
    font-size: 32px;
}
.fs-48{
    font-size: 48px;
}
.fs-64{
    /* font-size: 64px; */
}

.fw-700{
    font-weight: 700;
}
.fw-bold{
    font-weight: 700 !important;
    color: #000;
    text-decoration: none !important;

}
.main-p{
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: 160%; */
    font-feature-settings: 'liga',off;
    width: 541px;
    /* height: 87px; */
}

/* text color */
.text-grey{
    color: #D6D6D6 !important;
}
/* header */
.nav-item{
    /* font-style: normal; */
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 24px; */
}
/*
==========================
  HERO STYLE
==========================
*/
#hero{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner{
    background-image: url('http://speedymachine.ae/public/assets/images/new-bg.jpg');
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner-input{
    margin-top: 550px
}



#car-image{
    background-image: url('assets/images/new-bg.jpg');
}

.call-btn{
   border: 2px solid #868686;
}
.call-btn:hover{
    outline: auto;
}

.main-heading{
    line-height: 77px; font-weight: 700;font-style: normal;font-feature-settings: 'liga',off; width: 662px;height: 231px;
}
/* .car-img{
    margin-left: 4rem;
} */

.line-b{
    /* background-image: url("../images/Line\ 6.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: 100% 100%; */
    width: 45%;
    /* height: 3px; */
    border: 1px solid #333;
}


.form-width{
    /* width:  !important; */
    /* width: 80%; */
    background-color: #E7E7E7;
    padding: 3% !important;
}

.form-positioned{
    position: absolute;
    top: 90%;
    left: 60px;
    width: 92%;
}

.form-positioned-cat{
    position: absolute;
    top: 55%;
    left: 60px;
    width: 92%;
}



/*
==========================
  CARDS SECTION STYLE
==========================
*/

.cards{
    background-color: #F5F5F5;
}
.card-bg{
    /* background-image: url("../images/card-bg-img.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: 100% 100%; */
    background: #fff !important;
    border-radius: 22px;
    z-index: 999;
}

.group{
    background-color: #F6F6F6;
}
.btn-border{
    border: 1.6px solid #000;
}


/*  */

.box{
    background-color: #F3F3F3;
}




/* Slider */


 .full-screen-slider {
      position: relative;
      height: 66vh; /* Full viewport height */
      overflow: hidden; /* Hide overflow content */
      /* padding: 40px 0 40px 0 !important; */
    }
    .slider-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      background-size: cover;
      background-position: center;
    }
    .slider-item.active {
      display: block;
    }
    .pagination {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1000; /* Ensure pagination is above slider */
      padding: 0px 0 0px 0;
    }

    .btncust{
        width: 50px;
        height: 50px;

    }


    /* footer */


footer{
    background-color: #333;
}


.navbar.navbar-expand-lg.bg-transparent {
    padding: 30px 0 30px 0;
}

.border-0.img-thumbnail {
    width: 100%;
    /* border-radius: 20px; */
    /* min-height: 300px; */
    /* max-height: 300px; */
}
section.customer-review {
    position: relative;
}

.mt-3 {
    margin-top: 1rem !important;
}

p.text-white.m-0 {
    font-size: 15px;
    position: relative;
    top: -7px;
}

p.text-white {
    /* margin: 0 0 0 0; */
    /* display: inline-block; */
    /* font-size: 15px; */
}

.d-flex.align-items-center.gap-2.boxxxx {
    position: relative;
    top: -7px;
}

h1.fs-32.text-white {
    font-size: 22px;
    font-weight: bold;
}
nav {
    display: block;
    position: relative;
    padding: 3%;
}
/* a.page-link {
    border: 1px solid  black;
    padding: 10px 20px 10px 20px;
    background-color: unset;
    margin: 0 20px 0 10px;
    color: black;
    border-radius: 10px;

}

a.page-link:hover {
    border: 1px solid  black;
    padding: 10px 20px 10px 20px;
    background-color: unset;
    margin: 0 20px 0 10px;
    color: #fff;
    border-radius: 10px;

    background: black;
}

a.page-link.active {
    border: 1px solid  black;
    padding: 10px 20px 10px 20px;
    background-color: unset;
    margin: 0 20px 0 10px;
    color: black;
    border-radius: 10px;

} */

.active>.page-link,.page-link.active {
    z-index: 3;
    color: white;
    background-color: black;
    border-color: black;
}
.page-link {
   color: #000;
}
.cards .pagination {
    text-align: center;
    position: relative;
}


.padding_bottom_10
{
    padding-bottom: 10%;
}
.padding_bottom_20
{
    padding-bottom: 20%;
}
.custom_width_selection_section1
{
        width: 27%;
        padding: 1%;
}
.custom_width_selection_section1_btn
{
        width: 17%;
        padding: 0%;
}
.custom_width_selection_section1_btn button
{
        width: 17%;
        padding: 7%;
        margin: 0% 0% -10% 15%;
}
.form-select_section1
{
    padding:4%;
}
.section2_container
{
    padding-top:3%;
}
.section2_container h1
{
   font-weight: bold;
    font-size: 40px;
}
.section2_container p
{
        font-weight: bold;
    font-size: 19px;
}
.margin_1
{
    margin:1%;
    font-weight: bold;
}
.booknowbtn
{padding: 15px;
    font-size: 20px;
    background: #000 !important;
    border: 1px solid #000;
    color: #fff;
}

.booknowbtn-2
{padding: 10px;
    font-size: 20px;
        background: black !important;
        border: 1px solid #000;
        color: #fff;
}

.booknowbtn-2:hover
{padding: 10px;
    background: #000 !important;
    border: 1px solid #000;
    color: #fff;
}

.booknowbtn:hover
{
        background: #000 !important;
        border: 1px solid #000;
        color: #fff;
}
.img_thumbnailbooking {
    /* padding: 2%; */
}
.loadmore_btn
{
    text-align: center;
    padding: 7% 0% 0% 0%;
}
.section3
{
    padding: 5%;
    padding-bottom: 6% !important;
}.section3 h1
{
    font-size: 47px;
    font-weight: bold;
}
.section3 p
{
    font-size: 18px;
    font-weight: 500;
}
.section3_1_heading
{
    font-size: 22px;
}
.all_zero
{
    padding:0;
}
.section3_box
{
    margin-bottom: 5px;
    margin-top: 5px;
}
.section3_box p
{
        font-size: 16px;
        font-weight: 700;
}
.section3_box img
{
      padding:5px;
}

.section4
{
    padding-top: 5%;
}
.section4_box p
{
        font-size: 16px;
        font-weight: 700;
}
.section4_box img
{
      padding:5px;
}
.padding_0{
    padding:0;
}


.section5
{
    padding-top:10%;
    padding-bottom: 8%;
}
.section5_heading h1
{
    font-size:55px;
}
.section5_heading p
{
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5%;
}
.section5_booking
{
    width:22%;
}
.section5_booking_detail
{
    margin-left:-8%;
}
.section5_booking_detail h1
{
   font-weight: bold;
   font-size: 25px;
}
.section5_booking_detail p
{
   /* font-weight: bold; */
   font-size: 15px;
}


.section6
{
    background:#000;
}
.section6_heading
{
    padding: 0% 10% 0% 10%;
}
.section6_heading h1
{
    color:#fff;
    font-size: 50px;
    font-weight: bold;
    padding-top: 10%;
}
.section6_heading p
{
    color:#fff;
    font-size: 20px;
    text-align: center;
}
.section6_box2
{
    padding: 7% 0% 7% 0%;
}


.section7
{
    background-color: #F5F5F5 !important;
    padding-top: 5%;
}
.section7_testimonials h1
{
    font-size: 45px;
    font-weight: bold;
    padding: 2%;
    padding-left: 0;
}
.section7_testimonials p
{
    font-size: 28px;
}
.section7_testimonials_footer
{
    padding: 3% 0% 0% 0%;
}
.footer_container
{
    padding-top: 3%;
    padding-bottom: 1%;
}
.footer_container_1
{
    font-size: 18px;
    color: #fff;
    padding: 6% 12% 0% 0%;
}
.footer2
{
    background: #000;
    padding: 1% 0% 0% 0%;
}
.footer2_leftsection
{
        width: 50%;
    float: left;
}
.footer2_rightsection
{
        width: 49.5%;
    float: left;
}
.footer2_rightsection p
{
        font-size: 15px;
        padding: 5px;0px;
        color:#fff;
}
.footer2_text1
{
    color:#fff;
    font-size: 15px;
    padding: 6px;
}


.main-heading_categorypage {
    line-height: 77px;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: 'liga', off;
    /* width: 662px; */
    padding-bottom: 2%;
}
.main-heading_categorypage_p{
    font-size:22px;
    color: #fff;
}
.cateorypage_btn
{
    margin: 2px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 14px;
    padding: 30px;
}
.section2_container_categorypage
{
    padding-top: 5%;
    padding-bottom: 3%;

}
.sorted1
{
        width: auto;
    border: none;
    border-bottom: 1px solid #ccc;
    letter-spacing: 1px;
    padding: 5px;
    background: #f5f5f5;
}
.soreted
{
    padding-top:0;
    padding-bottom: 3%;
}
.section7_categorypage
{
    background:#fff !important;
}
.btn_responsive_categorypagebtn
{
    color:Red;
}



/* detail page */

.selected_pagetitle
{
    color:#000;
}
.selected_pagehead
{
    color:red;
    font-weight: 500;
    padding-top: 5%;
}
.detail_pagehead
{
    padding-top: 2%;
}
.detail_pagehead_left
{

float: left;
}
.detail_pagehead_left h1
{
    color: #000;
    font-weight: bold;
    font-size: 75px;
}
.detail_pagehead_right
{
    float: left;
    padding-top: 5%;
}
.detail_pagehead_left1
{
    float: left;
    width: 6%;
}
.detail_pagehead_left2
{
    font-size: 18px;
    width: 35%;
    font-weight: 500;
    float: left;
}

.detail_pagehead_left3
{
    font-size: 18px;
    width: 23%;
    font-weight: 500;
    float: left;
}

.detail_pagehead_left4
{
    aa;
    float: left;
    width: 25%;
    font-weight: 400;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 7px;
    margin: 10px;
    margin-left: 0;
    padding-left: 20px;
}.detail_pagehead_left5
{
    aa;
    float: left;
    width: 25%;
    font-weight: 400;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 7px;
    margin: 10px;
    margin-left: 0;
    padding-left: 20px;
}.detail_pagehead_left6
{
    aa;
    float: left;
    width: 30%;
    font-weight: 400;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 7px;
    margin: 10px;
    margin-left: 0;
    padding-left: 20px;
}
.detail_pagehead_left7{
    aa;
    float: left;
    width: 33%;
    font-weight: 400;
    border-radius: 15px;
    padding: 0px;
    /* margin: 10px; */
    margin-left: 0;
}
.icon_detailpage
{

}
.section_detailpage
{
    background:#fffefe;
}



/*****************globals*************/


img {
  max-width: 100%; }

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    /* width: 100%; */
    /* -webkit-animation-name: opacity; */
    /* animation-name: opacity; */
    /* -webkit-animation-duration: .3s; */
    /* animation-duration: .3s; */
    border-radius: 20px;
    padding: 2%;
    }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */



.detail_pagehead_right_1
{
    border: 1px solid #E1E1E1;
    border-radius: 40px;
    /* margin-top: 37%; */
    padding: 8%;
    margin: 15%;
    margin-top: -15%;
}
.detail_pagehead_right_2
{
     font-weight: 400;
    /* padding-top: 10%; */
    font-size: 20px;
}
.detail_pagehead_right_3
{
        padding-bottom: 5%;
    font-size: 20px;
    color: #999999;
}
.detail_pagehead_right_4
{
     font-size: 35px;
    font-weight: bold;
    color: #000;
}

.detail_pagehead_right_5
{
         background: #000;
         color: #fff;
         width: 100%;
         padding: 4%;
         border-radius: 30px;
         margin-bottom: 5px;
}
.detail_pagehead_right_6
{
    background: #25D366;
    color: #fff;
    width: 100%;
    padding: 4%;
    border-radius: 30px;
    margin-bottom: 5px;
    margin-top: 6px;
}
.detail_pagehead_right_7 {
    /* border: 1px solid #E1E1E1; */
    /* border-radius: 40px; */
    /* margin-top: 37%; */
    /* padding: 8%; */
    margin: 15%;
    margin-top: 0%;
}
.section3_box_detailpage p {
    font-size: 15px;
    /* font-weight: 700; */
}
.benifits
{
    padding: 5% 0% 5% 0%;

}
.benifits h1 {
    padding-bottom: 1%;
    font-size: 50px;
}
.benifits_circle
{background: rgb(246, 0, 0,0.4);padding: 5px;border-radius: 80%;color: #fff;}
.benifits_text
{
    float:left;
    margin-bottom: 10px;
}
.form-positioned_detailpage {
    /* position: absolute; */
    /* top: 90%; */
    /* left: 60px; */
    width: 100%;
}
.card_detailpage {
    /* margin-top: 50px; */
    background: #fff;
    /* padding: 3em; */
    line-height: 1.5em;
    border: 1px solid #f5f5f5;
    padding: 2% 0% 2% 5%;
}
.tabs_ul_homepage
{
    padding-top:50px;
    padding-bottom: 50px;
    border:none;
}
.card_page_icons img{
    width:25px;
}
.section3_box_icons:hover
{
    background: rgb(246, 0, 0, 0.1);
}
.homepage_header_icon
{
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
    padding: 6px;
}


.carousel-indicators button.thumbnail {
  width: 100px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.carousel-indicators {
  position: static;
  height: 100px;
}
@media screen and (min-width: 992px) {
  .carousel {
    /* max-width: 70%; */
    /* margin: 0 auto; */
    width: 100%;
  }
}

.details_details
{
    padding-top: 2%;
    padding-bottom: 10%;
}
.detailbox_right_img_100
{
    width: 30% !important;
}

.accordion_bgcolor
{
    background: #F9FBFC;
    border: none !important;
    padding:10px !important;
}
.details_details
{
    padding-top:2%;padding-bottom: 10%
}
.about_1
{
    padding-top:50px;
}
.about_2
{
    float:left;
}
.about_3
{
    float:left;
    padding-left: 20px;
    text-align: justify;
}
.about_3 h1
{
    font-weight: bold;
}
.card_aboutpage
{
    border:1px solid #fff !important;
    margin: 15px !important;
    padding: 30px !important;
}
.cardbody_aboutpage
{
    padding:0;
}
.card_aboutpage h1
{
        padding-top: 20px;
    padding-bottom: 10px;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn_1_left:hover
{
    background: #000;
    color:#fff;
}
.btn_2_left
{
    color: #000;
    background:#25D366;

}
.btn_2_left:hover
{
    color: #000;
    background:#25D366;

}
.img_mobileview
{
    display:none;
}
.detail_img_gallery
{
    width:100%;
    height:auto;
}
.accordion-button:not(.collapsed)
{
    background:#ccc !important;
}
.panel-default > .panel-heading {
    background-color:#000;
    border:1px solid #ccc
    color:#ccc;
}.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    border: 1px solid #ccc
}

.accordion_bgcolor:focus
{
    border:1px solid #ccc !important;
}
.benifits_main
{
    padding:10%;
}
.accordion-button:focus {

    box-shadow: none;
}


