
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://db.onlinewebfonts.com/c/d534a18e1e40efbd6bb0804e29402918?family=Aviano+Copper+W00+Regular);

/* FONTS
font-family: 'Montserrat', sans-serif;
*/

@font-face {
    font-family: "Aviano Copper";
    src: url(../fonts/aviano-copper-regular.otf)
}


@font-face {
    font-family: "Aviano Copper W00 Regular";
    src: url("https://db.onlinewebfonts.com/t/d534a18e1e40efbd6bb0804e29402918.eot");
    src: url("https://db.onlinewebfonts.com/t/d534a18e1e40efbd6bb0804e29402918.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d534a18e1e40efbd6bb0804e29402918.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d534a18e1e40efbd6bb0804e29402918.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d534a18e1e40efbd6bb0804e29402918.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d534a18e1e40efbd6bb0804e29402918.svg#Aviano Copper W00 Regular")format("svg");
}

:root {
  --heading-color: #2b2f31;
  --text-color: #2b2f31;
  --black-color: #000000;
  --white-color: #ffffff;
  --blue-color: #3375B7;
  --green-color:#89c340;
  --gb-grad: linear-gradient(0deg, rgba(138,196,65,1) 0%, rgba(28,118,185,1) 100%);
  --ease: all 400ms ease-in-out;  
  --gray-bg: #f7f7f7;
  --cir-image: url(../images/cirlce-color.png);
}

h1,h2,h3,h4{
  font-weight: 700;
  color: var(--heading-color);
  
}

  .carousel-item {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .carousel-item img {
    width: 100%;
    /*height: 100%;*/
    height: 500px;
    object-fit: cover;
    animation: slowZoom 10s infinite alternate ease-in-out;
  }

  @keyframes slowZoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }

form.product-search-from input {
    width: 160px !important;
    border: 1px solid #000 !important;
    top: 1px !important;
    position: relative !important;
    left: 1px !important;
    color: #000 !important;
    margin-left:21px;
}

.header-search .input-group {
    margin: 0 !important;
}

.header-search {
    padding: 0 !important;
    left: 30px !important;
}

.banner_content img {
    display: none;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  position: relative;
  color: var(--text-color);
  overflow-x: hidden;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

/* SCROLLER */

/* width */
body::-webkit-scrollbar,.scroll-div::-webkit-scrollbar {
  width: 8px;
}

/* Track */
body::-webkit-scrollbar-track,.scroll-div::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
body::-webkit-scrollbar-thumb,.scroll-div::-webkit-scrollbar-thumb {
  background: var(--blue-color); 
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover,.scroll-div::-webkit-scrollbar-thumb:hover {
  background: var(--black-color); 
}

.scroll-div {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 17px;
}

/* END SCROLLER */

ul{
  padding: 0;
}

a{
  text-decoration: none;
  transition: var(--ease); 
}


.inner-icon {
  display: flex;
  align-items: center;
  justify-content:center;
}

/*.inner-icon .inner-icon-cont {*/
/*  margin: 0 24px 0;*/
/*}*/

.main-header li {
  font-size: 18px;
}
section.main-header {
    position: relative;
    width: 100%;
    z-index: 9999;
    background: white;
}

.inner-icon span {
    font-size: 17px;
    margin: 1px -1px 0px 45px;
    color: black;
    /*! position: relative; */
    bottom: 3px;
    left: 48px;
}

.button5 a {
    background: var(--primary-color);
    padding-top: 11px;
    font-weight: 600;
}
.button5 a:hover{
    background: black;
}

.inner-icon-cont a {
  font-size: 16px;
  margin: 0 0px 0 7px;
}


.main-header .navbar {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link{padding-right:0px !important;}

.bottom-navigation:after {
  content: "";
  background: white;
  height: 2px;
  width: 55%;
  display: block;
  position: absolute;
  bottom: 15px;
  z-index: -1;
}


.inner-icon i {
    padding: 13px;
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(#FF0000, #830000);
    color: white;
    font-size: 13px;
    margin: 0px 0px 0px 5px;
}

.header-search input {
  padding: 11px;
  border-radius: 30px 0 0 30px !important;
  background: transparent;  
    border: none;
    color: var(--white-color) !important;
}

.header-search {
  position: relative;
  padding: 5px 0 20px;
}

/* .header-search i {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1;
} */

.header-search input::placeholder {
  padding: 0 0 0;
  font-size: 16px;
  color: var(--white-color);
}

.header-search i {
  color: var(--white-color);
}
.banner_bg {
  background: url(../images/banner-back.png) center center/cover no-repeat;
  height: 752px;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding-top:85px;
}
.drop-back button.btn.red-btn {
    border-radius: 40px;
    font-size: 13px;
    padding: 15px 10px;
    font-weight: 700;
}
/* .header-search i {
  position: absolute;
  left: 14px;
  top: 13px;
  z-index: 1;
  font-size: 20px;
} */

.left-search {
  background: none !important;
  border: none;
  padding: 0px 18px !important;
  position: unset !important;
  font-size: 20px;
}

.header-search button {
  border-radius: 0 30px 30px;
  padding: 10px 28px;
  font-size: 18px;
  background: linear-gradient(180deg, #F00 0%, #830000 100%), #030302;
  color: white;
  font-size: 18px;
}

.banner-img img {
  width: 100%;
  max-width: 500px;
}
.drop-back h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.drop-back h1 span {
    color: red;
}
.banner-img {
  text-align: center;
}

.complete-bottom {
  display: flex;
  align-items: center;
  margin: -270px 0 0;
  position: relative;
  z-index: 1;
}

.bottom-dropdowns select {
  border: 1px solid darkgray;
  width: 100%;
  display: inline-block;
  padding: 10px 20px 10px;
  font-size: 12px;
  /*min-width: 210px;*/
  margin: 10px 10px 0 0;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  text-overflow: ellipsis;
}

.bottom-dropdowns .dropdown-toggle::after {
  margin-left: 60px; 
}


.complete-bottom .col-md-3 {
  padding: 0 4px;
}

.red-btn {
  border: 1px solid;
  display: block;
  width: 100%;
  padding: 17px;
  background: linear-gradient(180deg, #F00 0%, #830000 100%);
  color: white;
  font-size: 22px;
  border-radius: 7px;
}

.red-btn-shop {
    border: 1px solid;
    display: block;
    width: 100%;
    /* padding: 17px; */
    background: linear-gradient(180deg, #F00 0%, #830000 100%);
    color: white;
    font-size: 15px;
    border-radius: 7px;
}

.bottom-banner img {
  width: 100%;
  max-width: 450px;
}

.drop-back .row {
  border-radius: 20px;
  border: 2px solid darkgray;
  background: #FFF;
  padding: 30px 10px;
  position: relative;
  z-index: -1;
  align-items: baseline;
  margin: 10px -30px;
}




.main-header a {
  color: #000000 !important;
  margin: -5px 0 0 0;
}


.goes-img img {
  width: 100%;
}

/* new */


.goes-heading h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--white-color);
  padding: 23px 0 0;
  line-height: 23px;
}

.goes-heading strong {
  font-size: 48px;
  font-style: italic;
  line-height: 40px;
}

.goes-heading p {
  font-size: 10px;
  padding: 5px 0 0;
}

/* .lines-img {
  background: url(./images/lines.png);

} */


.read-more-btn .red-btn {
  max-width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 9px;
  color: white;
  border-color: #bb0000;
  text-transform: capitalize;
}

.inner-goes .row {
  align-items: center;
}


.inner-goes {
  background: url(../images/goes-back.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.inner-goes-sec {
  background: url(../images/goes-back1.png);
  background-repeat: no-repeat;
  background-position: center right;
}




.goes-heading span {
 color:  #FF0000 ;
}


.goes-heading {
  color: var(--white-color) !important;
}


.second-goes .row {
  align-items: center;
}

.inner-goes-sec strong {
  color: black;
}

/* NEW */
.style-holder {
  padding: 50px 0px 0 50px;
  position: relative;
}

.style-holder .img-holder img {
  width: 100%;
  padding: 12px;
}

.style-holder .img-holder {
  width: 63%;
  position: absolute;
  left: -27px;
  top: 0;
}

.bg-holder {
  background-image: url(../images/goes-back.png);
  background-size: 100%;
  height: 320px;
  background-repeat: no-repeat;
}

.bg-holder-sec {
  background-image: url(../images/goes-back1.png);
  background-size: 100%;
  height: 305px;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.style-holder .goes-heading {
  padding-left: 35px;
}
/* END NEW */


/* about */

.about-img img {
  width: 100%;
}



/* about end*/


.lines-css {
  background: url(../images/lines2.png);
  width: 146px;
  height: 35px;
  position: absolute;
  top: 16px;
  left: 200px;
}

.about-text {
  position: relative;
}


.about-text h2 {
  font-size: 53px;
  text-transform: capitalize;
  font-weight: 400;
}


.another-buy .about-text h2 {
  font-size: 53px;
  text-transform: capitalize;
  color: var(--white-color) !important;
}
.product-area.shop.section {
    padding-top: 100px !important;
}


.about-text strong {
  font-size: 71px;
  position: relative;
}

.about-text span {
  background: linear-gradient(180deg, #003C96 0%, #010A19 100%);
  -webkit-background-clip: text;
  color: transparent;
  padding: 0 18px 0 0;
}

.main-about {
  padding: 80px 0;
  position: relative;
  background-image: url(../images/bg-about-1.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

.bg-black {
  background-image: url(../images/black.png);
  background-size: cover;
  height: 320px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 120px;
  width: 563px;
  z-index: -1;
}


.small-img:after {
  background-image: url(../images/small-tyre.png);
  content: "";
  width: 69%;
  height: 360px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  right: -100px;
  bottom: -110px;
  z-index: 0;
}

.main-brand .about-text {
  text-align: center;
  text-transform: capitalize;
}


.about-img {
  position: relative;
}

.main-box{
        margin-right: 5%;
}

.inner-brand img {
    width: 100% !important;
    height: 100px;
    object-fit: contain;
}

.bg-brand {
  background: url(../images/black1.png);
  padding: 40px 0;
      background-size: cover;
    background-repeat: no-repeat;
}


.main-brand {
  margin: 1px 0px 90px 0;
}


.main-brand .about-text strong:before {
  content: "";
  background: url(../images/left-lines.png);
  width: 200px;
  height: 43px;
  display: block;
  position: absolute;
  left: -220px;
  bottom: 23px;
}

.main-brand .about-text strong::after {
  content: "";
  background: url(../images/lines3.png);
  width: 200px;
  height: 43px;
  display: block;
  position: absolute;
  right: -210px;
  bottom: 23px;
}


.main-buy .lines-css {
  background: url(../images/lines-orange.png);
  width: 130px;
  height: 34px;
  position: absolute;
  top: 16px;
  left: 309px;
}

.main-buy strong {
  color: #F00;
  line-height: 66px;
}


.main-buy span {
  color: var(--white-color);
  line-height: 66px;
}



.buy-img img {
  width: 100%;
  max-width: 800px;
  position: absolute;
  bottom: -340px;
  right: 0;
}

.another-buy .col-md-7 {
  padding: 0;
}

.main-buy {
  background: url(../images/buy-bg.png);
  color: white !important;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.space-bg {
  background: url(../images/car2.png);
  position: absolute;
  width: 100%;
  height: 321px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -90px 0 0;
}


/* *********************** */

.feature-heading {
  text-align: center;
}

.feature-product {
  padding: 60px 0;
  background: url(../images/feature-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}


.feature-heading h2 {
  font-size: 40px;
  font-weight: 400;
}

.feature-heading h1 {
  font-size: 60px;
  font-weight: 600;
  padding: 0px 0 40px;
}

.cart-content {
  text-align: center;
}


.cart-content a {
  color: white;
  font-size: 25px;
  font-weight: 400;
}

.img-box {
  border: 1px solid var(--blue-color);
  border-radius: 8px;
  position: relative;
}

.product-here p {
  margin: 0;
}


.cart-content {
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
  background: linear-gradient(180deg, #003A92 0%, #010E24 100%);
}


.product-here {
  padding: 25px 0 0;
}

.pricing {
  text-align: end;
  padding: 0 20px 0;
}

.pricing strong {
  font-size: 30px;
  color: #003A92;
}

.product-here p {
  font-weight: 500;
}

.alloywheel img {
  width: 100%;
}

.cart-content i {
  margin-left: 20px;
}

.blog-heading {
  text-align: center;
  padding: 0px 0 45px;
}

.recent-blog {
  padding: 60px 0 50px;
  background-image: url(../images/Rectangle\ 30.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.header-search .input-group {
  border: 1px solid white;
  border-radius: 38px;
}




.white.btn a:hover {
  background: linear-gradient(180deg, #003A92 0%, #010E24 100%);
  color: var(--white-color);
}



.red-btn:hover {
  color: white;
  background: linear-gradient(45deg, black, transparent);
}

.blog-heading h2 {
  font-size: 40px;
  font-weight: 400;
  color: var(--white-color);
}

.blog-heading h1 {
  font-size: 60px;
  font-weight: 600;
  padding: 0px 0 40px;
  color: var(--white-color);
}

.car-brand img {
  width: 100%;
}

.date-details span {
  font-weight: 600;
}

.date-details {
  padding: 35px 15px 20px;
  /* border: 1px solid red; */
  border-radius: 15px;
  margin: -12px 0 0 0;
  position: relative;
  background-color: white;
}

.strong-txt {
  padding: 0px 0 15px;
}

.read-more-btn a {
  font-size: 20px;
  color: #003C96;
  border-bottom: 1px solid;
}

.page-footer {
  padding: 150px 0 0;
  background: url(../images/cover-img.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  z-index: 2;
}

.free-wheel img {
  width: 100%;
  max-width: 200px;
}

.dummy-text p {
  font-size: 14px;
}

.listing-item li {
  list-style: none;
}

.listing-item li a {
  color: black;
  font-size: 14px;
}

.listing-item li {
  list-style: none;
  padding: 8px 0 0;
  font-weight: 500;
}

.page-footer .row {
  border-bottom: 1px solid black;
  padding: 0px 0 15px;
  align-items: flex-start !important;
}

.end-text {
  text-align: center;
  padding: 20px 0 0;
}

.end-text span {
  font-weight: 600;
}

.main-new .nav-tabs {
  border-width: 1px;
  border-color: black;
}



.discription-sec h1 {
    /* text-align: center; */
    color: var(--white-color);
}

.discription-sec h4 {
  color: var(--white-color);
  font-weight: 400;
}

.discription-sec p {
  /* text-align: center; */
  color: var(--white-color);
}

.discription-sec {
  text-align: left;
  padding: 0 0 0;
}

.bg-img-one {
  background-image: url(../images/Rectangle\ 26.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 100px 0 0;
}

.white.btn {
  padding: 0;
}

.white.btn a {
  background-color: white;
  padding: 10px 25px 10px;
  border-radius: 5px;
  color: black;
}

.car-category-sec .col-md-6 {
  padding: 0 3px 0 0;
  overflow: hidden;
}
.bg-img-two {
  background-image: url(../images/Rectangle\ 23.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  padding: 100px 0 0;
}
 
/* *********************** */


.feature-heading strong {
  font-size: 51px;
  font-weight: 400;
}

.main-brand .feature-heading strong:before {
  content: "";
  background: url(../images/left-red.png);
  width: 101px;
  height: 27px;
  display: block;
  position: absolute;
  left: -137px;
  bottom: 16px;
}

.main-brand .feature-heading strong::after {
  content: "";
  background: url(../images/right-line.png);
  width: 101px;
  height: 27px;
  display: block;
  position: absolute;
  right: -136px;
  bottom: 16px;
}


.main-brand .inner-recent strong:before {
  content: "";
  background: url(../images/lines-grey1.png);
  width: 102px;
  height: 27px;
  display: block;
  position: absolute;
  left: -140px;
  bottom: 25px;
}

.main-brand .inner-recent strong::after {
  content: "";
  background: url(../images/lines-grey.png);
  width: 102px;
  height: 27px;
  display: block;
  position: absolute;
  right: -140px;
  bottom: 25px;
}

.feature-heading h2 {
  font-size: 99px;
  font-weight: 700;
}




/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}


.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #000;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}


.inner-product {
  padding: 18px;
}

.feature-product .slick-prev {
  left: -25px;
  transform: translate(20px, -101px);
  position: relative;
  z-index: 1;
}

.feature-product .slick-prev:before {
  content: "\f177";
  font-family: 'fontawesome';
  border: 1px solid;
  padding: 10px;
  border-radius: 60px;
  background: linear-gradient(180deg, #003A92 0%, #010E24 100%);
}



.feature-product .slick-next:before {
  content: "\f178";
  font-family: 'fontawesome';
  border: 1px solid;
  padding: 10px;
  border-radius: 60px;
  background: linear-gradient(180deg, #003A92 0%, #010E24 100%);
}



/* .feature-product .slick-next {
  left: -25px;
  transform: translate(20px, -101px);
  position: relative;
  z-index: 1;
} */

.feature-product .slick-next {
  right: 37px;
  transform: translate(10px, -100px);
  z-index: 1;
}

.alloywheel {
  background-color: white;
}





.img-box:hover .cart-content {
  background: linear-gradient(180deg, #F00 0%, #830000 100%), linear-gradient(180deg, #003C96 0%, #010A19 100%);


}


.img-box:hover .ribbon span {
  background: linear-gradient(180deg, #F00 0%, #830000 100%), linear-gradient(180deg, #003C96 0%, #010A19 100%);


}

.main-new .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  /* border-bottom: 1px solid; */
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.main-new .nav {
  justify-content: center;
  margin: 0 0 30px;
}

.nav-tabs .nav-link:hover {
  border: none;
}


.main-new {
  padding: 0 0;
  background: url(../images/new-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}


.date-details .read-more-btn a:hover {
  color: #b80000;
}


.second-bg {
  background: url(../images/new-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 160px 0;
}

.goes-heading .lines-css {
  background: url(../images/white-lines.png);
  width: 105px;
  height: 29px;
  position: absolute;
  top: 76px;
  left: 510px;
}

.bg-holder-sec .lines-img {
  background: url(../images/red-lines.png);
  width: 73px;
  height: 19px;
  position: absolute;
  top: 76px;
  left: 510px;
}

.bg-holder-sec strong {
  color: black;
}


.bg-holder-sec h4 {
  color: black;
}


.main-new .nav button {
  color: grey;
  font-weight: 700;
}

.main-new .nav li {
  padding: 0 60px 0;
}

.inner-recent strong {
  color: var(--white-color);
  font-weight: 400;
}


.inner-recent h2 {
  color: var(--white-color);
  padding: 0 0 30px;
  font-size: 99px;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid #003C96 ; 
  color: #003C96 ; 
  background: none;
}

/* Optional: Hover effect */
.nav-tabs .nav-link:hover {
  color: #003C96; 
}


.main-header .nav-link:active {
}


.main-header .dropdown-menu a {
  color: black !important;
}

.header-search input:focus {
  background: transparent;
  box-shadow: none;
}

.drop-back {
  position: relative;
  z-index: 999;
}

.drop-back .btn:hover {
  border-color: black;
}


.another-buy {
  position: relative;
  padding: 50px 0 50px;
}



.page-footer:before {
  background: url(../images/footer-tyre.png);
  content: "";
  width: 242px;
  height: 372px;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  top: -60px;
  left: 0px;
  z-index: -1;
}




.ribbon-top-left {
  top: -40px;
  left: -20px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}


.style-holder .ribbon-top-left::before {
  top: -6px;
  right: 16px;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.style-holder .ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}

.style-holder .ribbon-top-left span {
  right: -32px;
  top: 10px;
  transform: rotate(-45deg);
}

.style-holder .ribbon-top-left::before, .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
  top: 98px;
}

.style-holder .ribbon span{
  background: linear-gradient(180deg, #003C96 0%, #010A19 100%), #000;
}


.main-goes-sec.box {
  padding: 50px 0 0;
}

.discription-sec h2 {
  color: white;
  font-size: 70px;
  font-weight: 600;
}

.bg-img-one h4 {
  font-size: 36px;
  color: white;
  font-weight: 400;
}

.bg-img-one .lines-css {
  background: url(../images/white-lines.png);
  width: 104px;
  height: 29px;
  position: absolute;
  top: 4px;
  left: 320px;
}


/* about us */
.all-banners .banner_content {
  position: relative;
  width: 100%;
}

.all-banners img {
  width: 100%;
  max-width: 250px;
}

.all-banners {
  justify-content: start;
  padding: 60px;
  height: 600px;
}


.banner-text h2 {
  font-size: 94px;
  text-transform: capitalize;
  color: #bd0000;
  font-family: "Aviano Copper W00 Regular" !important;
}


.banner-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}


.about-page .small-img:after {
  height: 442px;
  right: -40px;
}

.about-page {
  background: none !important;
  padding-bottom: 0%;
}

.about-brand .main-brand {
  padding: 50px 0 0;
}
/* about us end */

/* brand */
.brand-page {
  padding: 60px 0 0;
}

.brand-img img {
  width: 100%;
  border: 1px solid;
  min-height: 170px;
  object-fit: scale-down;
}

.complete-brnd {
  padding: 50px 0 0;
}

.brand-img {
  margin: 0 0 40px;
}

.complete-footer {
  background: url(../images/black1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
  color: white !important;
}

.complete-footer .navigation a {
  color: white !important;
}

.complete-footer .navigation h4 {
  color: white !important;
}
/* brand end */

/* media */

.main-media .about-text strong, .about-text h2 {
  color: black !important;
}

.main-media {
  background: none;
  padding: 40px 0;
}

.main-media .date-details{
  background: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-media .col-md-4 {
  margin: 0 0 40px;
}

.main-media .col-md-4:last-child {
  margin: 0px;
}

.main-media .inner-recent strong::after {
  background: url(../images/right-blue.png);
}

.main-media .inner-recent strong::before {
  background: url(../images/left-blue.png);
}

/* media end*/


/* events */
.events-select {
  display: flex;
}

.events-select select {
  margin: 0  8px 0 0;
}

.events-text h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: capitalize;
}

.events-select select {
  padding: 17px 10px;
  color: black;
  position: relative;
  border-radius: 10px;
  background: #D9D9D9;
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 18px;
}

.events-select select:hover {
  border-radius: 10px;
  background: linear-gradient(180deg, #F00 0%, #830000 100%), #D9D9D9;
}


.img-overlay {
  position: relative;
}

.text-overlay-img {
  font-weight: 300;
  position: absolute;
  bottom: -13px;
  left: 20px;
  text-transform: capitalize;
  border-radius: 10px;
  background: linear-gradient(180deg, #F00 0%, #830000 100%), #D9D9D9;
  color: white;
  padding: 7px;
}


.heart-overlay {
  position: absolute;
  top: 10px;
  right: 30px;
  background:  #FDFDFD;
  padding: 9px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
}

.event-brand .date-details {
  padding: 40px 0 13px 43px;
}

.event-brand .strong-txt strong {
  font-size: 35px;
  font-weight: 700;
  padding: 0px;
}

.event-brand .date-details p {
  font-size: 16px;
}


.complete-footer .free-wheel img {
  background-color: var(--white-color);
}

.complete-footer .row {
  border-bottom: 1px solid var(--white-color);
  padding: 0px 0 15px;
}

.main-events-top {
  padding: 70px 0 0;
}

/* events end */


.main-inventory .second-bg{
  padding: 50px 0;
}

/* CSS */
/* Hide dropdown menu by default */
.dropdown-menu {
  display: none;
  transition: display 0.3s ease;
}

/* Display dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

.complete-footer .free-wheel img{
  background-color: var(--white-color);
}


.navigation h4 {
  color: #003C96;
  align-content: center;
  width: 112%;
  margin-left: -13%;
}


/* Shopping Cart  css start*/
.header-icon .shopping {
    display: inline-block;
    z-index: 999;
    display: flex;
    justify-content: center;
    padding-bottom: 4px;
    margin-bottom: -13px;
    position: relative;
    /*right: 34px;*/
}
.header-icon .shopping .icon {
	position: relative;
	cursor:pointer;
	color:#222;
}
.header-icon .shopping .shopping-item {
	position: absolute;
	top: 68px;
	right: 0;
	width: 300px;
	background: #fff;
	padding: 20px 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	opacity:0;
	visibility:hidden;
	z-index:99;
}
.header-icon .shopping:hover .shopping-item{
	transform: translateY(0px);
	opacity:1;
	visibility:visible;
}
.header-icon .shopping .dropdown-cart-header{
	padding-bottom: 10px;
    margin-bottom: 15px;
	border-bottom:1px solid #e6e6e6;
}
.header-icon .shopping .dropdown-cart-header span {
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	font-weight: 600;
}
.header-icon .shopping .dropdown-cart-header a {
	float: right;
	text-transform: uppercase;
	color: #224 !important;
	font-size: 13px;
	font-weight: 600;
}
.header-icon .shopping .dropdown-cart-header a:hover{
	color:var(--primary-color) !important;
}
.header-icon .shopping-list li {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position:relative;
	margin-left: 17px;
}
.header-icon .shopping-list li .remove {
	position: absolute;
	left: 0;
	bottom: 16px;
	margin-top: -20px;
	height: 20px;
	width: 20px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	color: #222 !important;
	border-radius: 0;
	font-size: 11px;
	/* border: 1px solid #ededed; */
	margin-bottom: 5px;
}
.header-icon .shopping-list li .remove:hover{
	background:#222;
	color:#fff !important;
	border-color:transparent;
}
.header-icon .shopping-list .cart-img {
	float: right;
	border: 1px solid #ededed;
	overflow:hidden;
}
.header-icon .shopping-list .cart-img img {
	width: 70px;
	height: 70px;
	border-radius:0;
	
}
.header-icon .shopping-list .cart-img:hover img{
	transform:scale(1.09);
}
.header-icon .shopping-list .quantity{
	line-height: 22px;
    font-size: 13px;
	padding-bottom: 30px;
}
.header-icon .shopping-list h4 {
	font-size: 14px;
}
.header-icon .shopping-list h4 a {
	font-weight: 600;
	font-size: 13px;
	color: #333;
}
.header-icon .shopping-list h4 a:hover{
	color:var(--primary-color);
}
.header-icon .shopping-item .bottom {
	text-align: center;
}
.header-icon .shopping-item .total {
	overflow:hidden;
	display: block;
    padding-bottom: 10px;
}
.header-icon .shopping-item .total span {
	text-transform:uppercase;
	color:#222;
	font-size:13px;
	font-weight:600;
	float:left;
}
.header-icon .shopping-item .total .total-amount {
	float:right;
	font-size:14px;
}
.header-icon .shopping-item .bottom .btn {
	background: #222;
	padding: 10px 20px;
	display: block;
	color: #fff !important;
	margin-top: 10px;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.header-icon .shopping-item .bottom .btn:hover{
	background:var(--primary-color);
	color:#fff !important;
}
/* Shopping Cart  css end*/



ul.authcustom {
    display: flex;
    margin:0px;
}
ul.shopping-list a {
    color: black !important;
}

ul.shopping-list {color: black !important;}
a#proceed_to_checkout,.shop.checkout .single-widget .content form .btn {
    background: var(--primary-color);
    padding: 12px;
}

a#proceed_to_checkout:hover,.shop.checkout .single-widget .content form .btn:hover {
    background: black;
}

form.product-search-from  {
    display: flex;
    width: 100%;
}
form.product-search-from button.input-group-text {
    border-radius: 0px 25px 21px 0px;
}

 .text h3 {
    color: white !important;
}
 .inner-recent h3
 {
    color: var(--white-color);
    padding: 0 0 30px;
    font-size: 99px;
    font-weight: 600;
}


 .about-text h3 {
    color: var(--white-color);
    padding: 0 0 30px;
    font-size: 67px;
    font-weight: 600;
}

.digital_file-holder {
    height: 100px;
}
section.car-category-sec {
    padding: 100px 0px;
    overflow: hidden;
}
.flex-box--grid {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
}

.flex-box--grid.mini--boxes h4 {
    font-size: 16px;
}

.flex-box--grid.mini--boxes .bg-img-one {
    padding-top: 30px;
    height: 250px;
    padding-left: 20px;
}

.flex-box--grid.mini--boxes .lines-css {
    left: 320px;
    width: 50px;
    top: -10px;
}

.flex-box--grid.mini--boxes h3 {
    font-size: 29px;
    padding-bottom: 0px;
}

.flex-box--grid.mini--boxes .red-btn {
    padding: 10px 15px;
    font-size: 17px;
}

.flex-box--grid.mini--boxes p {
    font-size: 14px;
}
.navbar ul.bottom-navigation.navbar-nav.me-auto.mb-2.mb-lg-0{
    
    display: flex;
    margin: 0 1% !important;
    align-items: center;
    justify-content: center;
    width: 500%;
}

i.ti-bag {
    position: relative;
    bottom: 4px;
    left: 45px !important;
}

.header-icon.left-header-icon {
  width: 25% !important;
}

.header-icon {
  width: 25% !important;
}

.main-about.about-page .section ul {
  padding-left: 2rem;
}

.breadcrumbs {
  background-color: #F6F7FB;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.breadcrumbs .bread-list {
  display: inline-block;
  margin: 0%;
  padding: 0;
}

/* RESPONSIVE */


@media only screen and (max-width : 1400px){}
@media only screen and (max-width : 1200px){}
@media only screen and (max-width : 991px){}
@media only screen and (max-width : 767px){}
@media only screen and (max-width : 575px){}
@media only screen and (max-width : 430px){}



@media only screen and (max-width : 1399px){}
@media only screen and (max-width : 1360px){
    .header-icon {
      width: 35% !important;
    }
}
@media only screen and (max-width : 1200px){
    .header-icon {
      width: 31% !important;
    }
    .page-footer::before {
      background-size: 100% 70%;
    }
    .about-img img {
      width: 90%;
    }
    .bg-black {
      width: 100%;
    }
    .flex-box--grid.mini--boxes h3 {
      font-size: 19px;
    }
}
@media only screen and (max-width : 1199px){
    .page-footer::before {
        background-size: unset;
    }
    .drop-back .row {
      margin: 10px 0;
    }
    .bottom-banner img {
      width: 90%;
      max-width: 430px;
    }
    .bottom-banner img {
      display: none;
    }
    .main-box {
        margin-right: 0;
    }
    .main-about .container .row {
      align-items: center;
    }
    .flex-box--grid.mini--boxes h4 {
      font-size: 14px;
    }
    .flex-box--grid.mini--boxes h3 {
      font-size: 19px;
      padding-bottom: 0px;
    }
    .header-icon.left-header-icon {
      flex-direction: column;
      gap: 16px;
    }
    .header-search {
      left: -20px;
    }
}
@media only screen and (max-width : 1100px){
    .header-icon {
        width: 36% !important;
     }
    .main-header li {
        font-size: 15px;
    }
    .header-icon {
        width: 39% !important;
    }
    .page-footer::before {
        width: 152px;
        height: 312px;
        top: 0;
        left: 0 !important;
        background-size: contain !important;
    }
}
@media only screen and (max-width : 992px){
    .flex-box--grid.mini--boxes h3 {
        font-size: 15px;
        padding-bottom: 0px;
      }
     .flex-box--grid.mini--boxes p {
        font-size: 11px;
        line-height: 20px;
        font-weight: bolder;
      }
    .about-text h3 {
      padding: 0 0 0;
    }
    .page-footer::before {
      left: -30px;
    }
    .complete-bottom {
      margin: -185px 0 0;
    }
    .mobile-logo img {
      width: 68%;
    }
    .page-footer::before {
      width: 152px;
      height: 312px;
      top: 0;
      left: 0 !important;
      background-size: contain !important;
    }
}
@media only screen and (max-width : 991px){
    .mobile-menu-main {
        display: block !important;
    }
    .header-icon {
        width: 100% !important;
    }
    .header-icon .shopping {
        width: 100%;
    }
    .main-header .navbar {
        display: none;
    }
    .header-icon {
      width: 30%;
      display: flex;
      justify-content: end;
    }
    .mobile-logo {
        text-align: center;
    }
    .bg-black {
      height: 205px;
    }
    .about-img img {
        width: 100%;
    }
    .main-brand .about-text strong::before {
      bottom: 10px;
    }
    .main-brand .about-text strong::after {
      bottom: 10px;
    }
    .about-text strong {
      font-size: 51px;
    }
    .about-text p {
      font-size: 13px;
      line-height: 24px;
    }
    .about-text strong {
      font-size: 40px;
      line-height: 62px;
    }
    .feature-heading h2 {
      font-size: 49px;
      margin-top: 12px;
    }
    .cart-content a {
      font-size: 19px;
    }
    .product-here h4 {
      font-size: 17px;
    }
    .product-here {
      font-size: 14px;
    }
    .date-details p {
      font-size: 13px;
      line-height: 22px;
    }
    .date-details strong {
      font-size: 14px;
    }
    .read-more-btn a {
      font-size: 18px;
    }
    .about-text h3 {
      font-size: 50px;
      margin: 0px 0 20px;
    }
    .product-area.shop.section {
      overflow-x: hidden;
    }
    .product-here .pricing strong {
      font-size: 24px;
    }
    .sidenav a {
      font-size: 22px !important;
    }
    .mob-dropdowner a {
      font-size: 15px !important;
    }
    .mob-dropdowner {
      padding-left: 40px !important;
    }
    .mob-dropdowner li a{
      position: relative;
    }
    .mob-dropdowner li a::before {
        content: "";
        position: absolute;
        left: 4px;
        width: 8%;
        background-color: #0000008a;
        height: 2px;
        display: block;
        top: 50%;
    }
    #auth .offset-3 {
     margin-left: 0 !important;   
    }
    .flexslider-thumbnails ul li {
      margin-left: 0 !important;
    }
}
@media only screen and (max-width : 800px){
    .banner-text h2 {
      font-size: 64px;
    }
    .all-banners {
      height: 340px;
    }
}
@media only screen and (max-width : 768px){
    .main-brand .about-text {
      margin-bottom: 20px;
    }
    .complete-bottom {
      margin: -125px 0 0;
    }
    .inner-brand {
      flex-wrap: wrap;
    }
    .inner-brand img {
      width: 33% !important;
    }
    .another-buy .about-text h2 {
      font-size: 47px;
    }
    .main-buy .lines-css {
      left: 269px;
    }
    .main-buy span {
      line-height: 36px;
    }
    .about-text h3 {
      font-size: 41px;
    }
    .car-category-sec .col-md-3:first-child {
        width: 50%;
        margin-bottom: 20px;
      }
    .car-category-sec .col-md-3:first-child .flex-box--grid {
      display: flex;
      flex-direction: column;
    }
    .car-category-sec .col-md-6 {
      margin-bottom: 20px;
      width: 50%;
    }
    .car-category-sec .col-md-3:last-child {
      width: 100%;
    }
    .car-category-sec .col-md-3:last-child .flex-box--grid.mini--boxes .bg-img-one {
        width: 50%;
        position: relative;
      }
    .car-category-sec .col-md-3:last-child .flex-box--grid {
        display: flex;
    }
    .flex-box--grid.mini--boxes .lines-css {
      left: 80%;
    }
    .bg-img-one .lines-css {
      left: 75%;
    }
    .bg-img-one {
      padding: 30px 0 0;
    }
    .flex-box--grid.mini--boxes p {
      font-size: 15px;
      font-weight: unset;
    }
    .page-footer::before {
        left: -13%;
    }
    .buy-img img {
      width: 100%;
      max-width: 900px;
      position: absolute;
      bottom: -282px;
    }
    section.car-category-sec {
      padding: 31px 0px;
    }
    .flex-box--grid.mini--boxes h3 {
        font-size: 19px;
        margin-bottom: 0;
    }
    .inner-brand-inner img {
        width: 100% !important;
    }
    .page-footer .col-md-2{
        width: 35%;
    }
    .listing-item li a {
      color: black;
      font-size: 14px;
    }
    .navigation h4 {
      width: 100%;
      margin-left: 0%;
      font-size: 21px;
    }
}
@media only screen and (max-width : 767px){
    .drop-btn {
      margin-top: 20px;
    }
    .about-img {
      position: relative;
      text-align: center;
    }
    .about-img img {
      width: 70%;
    }
    .bg-black {
      top: 60px;
    }
    .about-text p {
      font-size: 17px;
      line-height: 26px;
    }
    .buy-img img {
        bottom: -139px;
        width: 80%;
      }
    .recent-blog.main-brand .col-md-4 {
      width: 50%;
      margin-bottom: 20px;
    }
    footer .col-md-3 {
      width: 100%;
      text-align: center;
    }
    footer .col-md-2 {
      width: 40%;
    }
    .product-here h4 {
      font-size: 25px;
    }
    .product-here .pricing strong {
      font-size: 32px;
    }
    .page-footer {
      padding: 0;
    }
}
@media only screen and (max-width : 576px){
    .page-footer {
      padding-top: 10%;
    }
    .page-footer::before {
      left: 0;
    }
    .flex-box--grid.mini--boxes p {
      font-size: 13px;
    }
    .buy-img img {
      bottom: -112px;
      width: 80%;
    }
    .complete-bottom {
      margin: -65px 0 0;
    }
    .about-text h3 {
     font-size: 30px;
    }
    .bg-img-one h4 {
      font-size: 30px;
    }
    .bg-img-one .lines-css {
      left: 67%;
    }
    .flex-box--grid.mini--boxes .lines-css {
      left: 77%;
    }
    .main-about .col-md-7 {
        width: 100%;
    }
    .banner-text h2 {
        font-size: 44px;
    }
    .mobile-logo img {
        width: 100%;
    }
}
@media only screen and (max-width : 575px){
    .about-text strong {
        font-size: 40px;
        line-height: 60px;
    }
    .main-brand .about-text strong::before {
        bottom: 0;
    }
    .main-brand .about-text strong::after {
        bottom: 0;
    }
    .mobile-menu-main .col-4:first-child {
        width: 27%;
    }
    .mobile-menu-main .col-4:last-child {
        width: 39%;
    }
    .mobile-menu-main{
        overflow: hidden;
    }
}
@media only screen and (max-width : 520px){
    .car-category-sec .col-md-3:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .car-category-sec .col-md-6 {
        width: 100%;
        padding: 0 12px;
    }
    .car-category-sec .col-md-3:last-child .flex-box--grid.mini--boxes .bg-img-one {
        width: 100%;
        margin-bottom: 20px;
    }
    .car-category-sec .col-md-3:last-child .flex-box--grid {
        display: unset;
    }
    .about-text strong {
        font-size: 30px;
        line-height: 50px;
    }
    .about-text p {
      font-size: 13px;
      line-height: 21px;
      width: 100%;
    }
    .white.btn a {
        font-size: 14px;
    }
    .bg-img-one {
        padding: 30px 0 30px;
    }
    .flex-box--grid.mini--boxes h3 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .flex-box--grid.mini--boxes h4 {
        font-size: 19px;
    }
    .recent-blog.main-brand .col-md-4 {
        width: 75%;
    }
    .recent-blog.main-brand .row {
        justify-content: center;
    }
    .page-footer::before {
        left: 0;
        height: 200px;
        background-size: contain;
    }
    .return-heading h1 {
      font-size: 25px;
    }
    .mobile-menu-main .col-4:first-child {
        width: 22%;
    }
    .mobile-menu-main .col-4:last-child {
        width: 44%;
    }
     .mobile-logo img {
        width: 100%;
      }
}
@media only screen and (max-width : 450px){
     .about-img img {
        width: 70%;
        margin-top: 0px;
        margin-bottom: 30px;
      }
      .bg-black {
        top: 40px;
      }
      .lines-css {
          width: 32%;
          top: 22px;
          left: 49%;
          background-size: contain;
          background-repeat: no-repeat;
          height: 100%;
      }
      .bg-black {
        top: 40px;
      }
      .main-brand {
        margin: 0;
        overflow-x: hidden;
      }
      .about-img img {
        width: 70%;
        margin-bottom: 20px;
        margin-top: 30px;
      }
      .recent-blog.main-brand .col-md-4 {
          width: 85%;
      }
      .all-banners {
        height: 280px;
      }
      .banner-text h2 {
        font-size: 44px;
      }
      .banner-text h2 {
        font-size: 41px;
      }
      .return-heading h1 {
      font-size: 22px;
    }
    .breadcrumbs ul li a {
      font-size: 15px;
    }
    .mobile-menu-main .col-4:first-child {
        width: 22%;
    }
    .mobile-menu-main .col-4:nth-child(2) {
        width: 30%;
    }
    .mobile-menu-main .col-4:last-child {
        width: 48%;
        display: flex;
        flex-direction: column;
        gap: 30px 0;
        margin-bottom: 20px;
    }
    .bg-black {
        top: 40px;
        width: 90%;
        left: 5%;
    }
    .flex-box--grid.mini--boxes h3 {
        font-size: 25px;
        margin-bottom: 0;
    }
    .product-here .pricing strong {
        font-size: 27px;
    }
    .navigation h4 {
        width: 100%;
        margin-left: -10px;
        font-size: 21px;
    }
    .page-footer .col-md-2 {
        width: 43%;
    }
    form.product-search-from button.input-group-text {
      width: 10%;
      padding: 9px 30px 9px 10px;
    }
    form.product-search-from input {
     width: 60% !important;
     margin-left: 0 !important;
    }
    .header-search-mob {
        display: block !important;
    }
    .feature-product.main-brand, body, .main-buy {
        overflow-x: hidden;
    }
    .shopping-cart .total-amount .right {
        padding-left: 20px;
    }
    .shop-sidebar {
        width: 100%;
    }
    .breadcrumbs0-inner {
        text-align: center;
        padding: 50px 0 0;
    }
}
.header-search-mob {
    display: none;
}
@media only screen and (max-width : 390px){
    .drop-back .row {
        margin: 50px 0 10px;
    }
    .main-brand .about-text strong::before {
      width: 40%;
      height: 50px;
      /*left: 77%;*/
      background-repeat: no-repeat;
      background-size: contain;
    }
    .about-text strong {
      font-size: 23px;
    }
    .main-brand .about-text strong::after {
        width: 40%;
        height: 50px;
        left: 95%;
        background-repeat: no-repeat;
        background-size: contain;
        top: 8px;
    }
    .main-brand .about-text strong::before {
        width: 40%;
        height: 50px;
        left: -41%;
        background-repeat: no-repeat;
        background-size: contain;
        top: 8px;
    }
    .read-more-btn .red-btn {
      max-width: 130px;
    }
    .another-buy .about-text h2 {
      font-size: 40px;
    }
    .main-buy .lines-css {
      left: 68%;
      top: 3%;
      width: 32%;
    }
    .complete-bottom {
      margin: -35px 0 0;
    }
    .carousel-control-next, .carousel-control-prev {
      top: 40% !important;
    }
    .about-img img {
      margin-top: 50px;
    }
    .buy-img img {
      bottom: -102px;
    }
    .flex-box--grid.mini--boxes h3 {
      font-size: 22px;
    }
    .feature-heading strong {
      font-size: 31px;
    }
    .feature-heading .about-text strong::before {
        left: -43%;
    }
    .feature-heading .about-text strong::after {
        width: 40%;
        height: 50px;
        left: 104%;
        background-repeat: no-repeat;
        background-size: contain;
        top: 8px;
    }
    .recent-blog .about-text strong {
        font-size: 40px;
        top: -10px;
    }
    .recent-blog .about-text strong::before {
        left: -93%;
        top: 13px;
        width: 80%;
    }
    .recent-blog .about-text strong::after {
        left: 114%;
        top: 13px;
        width: 80%;
    }
    .total-amount .right ul {
      padding: 20px;
    }
    .banner-text h2 {
        font-size: 36px;
    }
    .breadcrumbs ul li a {
      font-size: 13px;
    }
    .mobile-menu-main .col-4:first-child {
        width: 20%;
    }
    .mobile-menu-main .col-4:last-child {
        width: 50%;
    }
}



/*@media only screen and (min-width : 1921px){*/
/*    .inner-brand img {*/
/*    width: 100% !important;*/
/*    height: 128px;*/
/*}*/
/*}*/

/* The side navigation menu */

.mobile-menu-main {
    display: none;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  box-shadow: 9px 10px 28px 0px #000;
}


.mob-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
  border: 1px solid #980000;
  border-radius: 0.375rem;
  transition: 0.15s ease-in-out;
}
.mob-toggler span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 30px;
  color: #980000;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #000000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.listing-item ul li {
    margin-left: 0 !important;
}

nav.flex.items-center.justify-between {
    margin-top: 3%;
}
svg.w-5.h-5 {
    display: none;
}
/*Breadcrumbs*/
.breadcrumbs0-inner {
    display: flex;
    padding: 20px 50px;
    align-items: center;
    justify-content: start;
    gap: 15px;
    background: #F6F7FB;
}

.breadcrumbs0-inner p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.breadcrumbs0-inner a {
    color: #830000;
    font-size: 18px;
    font-weight: 600;
}

.banner_bg.all-banners {
    display: none;
}
/*Breadcrumbs*/
