body {
  overflow-y: auto !important;
  user-select: none;
}

#page {
  background-color: #f6f2f2 !important;
}

header.entry-header.sticky {
  position: unset !important;
}

.blog_details_content .common-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 10px;
}

.footer-list {
  margin: 0 !important;
}

.ast-article-single .wp-block-image {
  text-align: center;
}

header {
  position: relative;
}

.navbar-nav {
  column-gap: 30px;
  margin: 0;
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.author_blog {
  margin-bottom: 50px !important;
}

.blog_news_searchbar .dropdown {
  padding: 0;
}

.blog_news_searchbar .dropdown-item {
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ast-scroll-top:hover {
  background-image: url('https://caronphone.com/news/wp-content/uploads/header-footer-icon/red-car-on.webp');
}
#ast-scroll-top {
  background-image: url('https://caronphone.com/news/wp-content/uploads/header-footer-icon/Group-1171276086.png');
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0 !important;
  border-radius: 100px;
  display: inline-block;
  height: 139px;
  right: 0;
  transition: all 0.5s ease-in-out;
  width: 100px;
}

.all_blogs .common-heading, .recent_blogs .common-heading {
  margin: 30px 0;
}

.car_news_div .car_news_list.car_news_list_item .card_list:hover a {
  color: var(--theme-blue-color);
}

.common-heading {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 10px;
  padding-right: 70px;
}

.bloag_heading_div .common-banner-title .elementor-heading-title {
  color: var(--black-color);
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  width: 50%;
}

.common-banner-title.elementor-widget-heading {
  margin: 0;
}

.blog_heading_div_right {
  text-align: right;
}

.bolg_para p {
  color: var(--dark-grey-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.blog_details .written_by p {
  color: var(--dark-grey-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0px;
}

.blog_details .dot {
  background-color: var(--dark-grey-color);
  border-radius: 100px;
  display: inline-block;
  height: 5px;
  margin: 0 5px;
  vertical-align: middle;
  width: 5px;
}

.blog_details .blog_title, .blog_tags li a {
  color: var(--black-color);
}

.blog_img {
  height: 100%;
  width: 100%;
}

img.blog_detail_img {
  float: right;
  width: 30%;
}

.search_category {
  margin: 30px 0;
  position: relative;
}

.search_category .search_input {
  border-radius: var(--border-radius);
  border: 1px solid #e7e7e7;
  height: 50px;
  padding: 13px;
  width: 100%;
}

.search_category span {
  color: var(--dark-grey-color);
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.total_pages {
  color: var(--dark-grey-color);
  font-size: 18px;
  line-height: 27px;
}

.pagination li a.active {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.pagination li a {
  background: var(--secondary-color);
  color: #333;
  display: grid;
  height: 28px;
  line-height: 28px;
  min-width: 30px;
  place-items: center;
}

header.entry-header .entry-meta, .ast-separate-container .post-navigation {
  display: none;
}

.wp_main_contain {
  display: none;
}

:root {
  --background-color: #f6f2f2;
  --black-color: #222222;
  --blue-color: #072d78;
  --border-radius: 8px;
  --dark-blue-color: #1c5fe2;
  --dark-grey-color: #656363;
  --ev-cars-color: linear-gradient(96deg,#07a158 1.81%,#03819d 103.44%);
  --grey-color: #d2d2d5;
  --primary-color: linear-gradient( 80deg, rgba(1,51,81,1) 30%, rgba(0,182,254,1) 110% );
  --secondary-color: #fff;
  --theme-black-color: #023452;
  --theme-blue-color: #0177aa;
}

.bx {
  font-size: 22px;
}

::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
  outline: 1px solid #808080;
}

.light_bg {
  background-color: var(--background-color);
}

.common-paragraph {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.common_padding {
  padding: 100px 0;
}

.common_margin {
  margin: 100px 0;
}

.margin_50 {
  margin: 50px 0;
}

.common-mobile-show {
  display: none;
  display: none !important;
}

.page-id-48383 h1.entry-title, .container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 15px;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input:focus {
  outline: none;
}

.form-control:focus {
  background-color: unset;
  border-color: unset;
  box-shadow: none;
  color: unset;
  outline: 0;
}

a {
  text-decoration: none !important;
}

.common-button {
  align-items: center;
  background: var(--theme-black-color);
  border-radius: var(--border-radius);
  border: none;
  color: var(--secondary-color);
  display: inline-flex;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 10px 35px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.8s ease;
  z-index: 0;
}

.common-button-gradient {
  background: var(--primary-color);
}

.gradient_border_btn {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background: linear-gradient( 89deg, rgba(1,51,81,1) 10%, rgba(0,182,254,1) 110% );
  border-image-slice: 1;
  border-image: linear-gradient( 89deg, rgba(1,51,81,1) 10%, rgba(0,182,254,1) 110% );
  border: 2px solid transparent;
  transition: 2s ease-out;
}

.gradient_border_btn:hover {
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: var(--secondary-color);
  background-clip: border-box;
  background: var(--primary-color);
}

.common-button a {
  color: var(--secondary-color);
}

.black_btn {
  background: var(--black-color) !important;
}

.common-button:hover {
  color: var(--secondary-color);
}

.common-button::before, .common-button::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.common-button:after {
  background-color: rgba(255,255,255,0.6);
  clip-path: polygon(10% 0,70% 0,90% 100%,30% 100%);
  left: -100%;
  transition: all 500ms ease;
}

.common-button:hover::after {
  left: 100%;
}

.dropdown-disable {
  background-color: #e9ecef;
  background-image: none;
}

.form-select:focus {
  border-color: unset;
  box-shadow: none;
  outline: 0;
}

.bg_transparent {
  background-color: transparent;
}

.common_border_radius {
  border-radius: var(--border-radius);
}

.scroll-up {
  align-items: center;
  background: var(--primary-color);
  border-radius: 100px;
  bottom: 40px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 40px;
  transition: 0.5s;
  transition: all 0.5s ease-in-out;
  width: 40px;
  z-index: 9;
}

.scroll-up span {
  color: var(--secondary-color);
  font-size: 26px;
}

.scroll-up:hover {
  background: linear-gradient( 180deg, rgba(1,51,81,1) 30%, rgba(0,182,254,1) 110% );
  transition: all 0.5s ease-in-out;
}

.f-25 {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.scroll_margin_div {
  display: block;
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}

.mobile {
  display: none !important;
}

.ez-toc-title {
  font-size: 14px !important;
}

.ez-toc-list.ez-toc-list-level-1 li {
  font-size: 12px !important;
  margin-bottom: 10px !important;
}

.ez-toc-list.ez-toc-list-level-1 li a {
  color: #444444 !important;
}

#ez-toc-container {
  display: none;
}
#ez-toc-container li {
    border-left: 2px solid #013351;
    border-radius: 5px;
    padding: 3px 5px;
    background: #0096d412 !important;
}
.ez-toc-list.ez-toc-list-level-1 li a {
    color: #000 !important;
}
.table_content_sidebar #ez-toc-container {
  display: block;
  padding: 0;
  border: none;
    background: transparent;
    box-shadow: none;
}

.table_content_sidebar .ez-toc-title-container {
  padding: 10px;
  background: #013351;
    color: #fff;
}

.table_content_sidebar nav ul {
  padding: 10px 0 !important;
}

.ez-toc-js-icon-con {
  display: none !important;
}

#ez-toc-container a.ez-toc-toggle {
  position: relative;
}

#ez-toc-container a.ez-toc-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  top: 8px;
  transform: rotate(225deg);
}

.toc_close .ez-toc-toggle:after {
  transform: rotate(46deg) !important;
  top: 10px !important;
}

.table_content_sidebar nav {
  overflow: scroll;
  max-height: calc(100vh - 250px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.table_content_sidebar::-webkit-scrollbar {
  display: none;
}

.loading_screen_size, .loading_screen_size_advance {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 120px);
  justify-content: center;
  overflow: hidden;
  row-gap: 30px;
}

.loading_screen_size h5, .loading_screen_size_advance h5 {
  font-weight: bold;
  margin: 0;
}

.imgrotate {
  animation: rotate 1.5s linear infinite;
}

.imgrotate img {
  width: 125px;
}

.light_header .top_header .location_login_div .login_dropdown .dropdown-menu li a, .login_dropdown .dropdown-menu li a {
  border-bottom: 1px solid #d7d3d3 !important;
  color: var(--blue-color);
  font-weight: 500;
  padding: 10px;
}

header.sticky {
  -webkit-animation: 0.35s ease-out slideDown;
  animation: 0.5s ease-out slideDown;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.login_dropdown, .top_header, header .wishlist-open-drawer, .notification-open-drawer {
  position: relative;
}

header.sticky .top_header {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255,255,255,0.6);
  z-index: 9;
}

header.sticky .navbar {
  background-color: var(--secondary-color);
  z-index: 2;
}

.light_header .navbar .navbar-nav .nav-item .nav-link, header.sticky .navbar .navbar-nav .nav-item .nav-link {
  color: var(--black-color);
}

header.sticky .navbar .navbar-nav .nav-item .nav-link:hover .dropdown-menu {
  display: block;
}

.light_header .top_header .location_login_div .login_dropdown .dropdown-menu li:hover a, header.sticky .top_header .location_login_div .location, header.sticky .top_header .location_login_div .login, header.sticky .top_header .location_login_div a {
  color: var(--secondary-color);
}

.top_header .location_login_div .login_dropdown .login img {
  border-radius: 100px;
  height: 20px;
  width: 20px;
}

.mobile_header {
  display: none;
}

.top_header {
  background: var(--primary-color);
  padding: 15px 0;
}

.top_header_main_div {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}

.top_header_main_div .logo a {
  display: inline-block;
}

.top_header_main_div .logo img {
  width: 230px;
}

.top_header .navbar_search form {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.top_header .navbar_search .search_input {
  background: #156899;
  border-radius: var(--border-radius);
  border: 0;
  color: #fff;
  font-size: 13px;
  height: 40px;
  height: 45px;
  padding: 8px 40px 8px 8px;
  width: 100%;
}
  .top_header .navbar_search .search_input:focus {
    border: 2px solid #fff !important;
  }
.top_header .navbar_search span {
  color: #fff;
  color: var(--dark-grey-color);
  position: absolute;
  right: 10px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.top_header .location_login_div {
  align-items: center;
  column-gap: 15px;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.top_header .location_login_div .location {
  align-items: center;
  color: var(--secondary-color);
  column-gap: 5px;
  cursor: pointer;
  display: flex;
}

.top_header .location_login_div a {
  align-items: center;
  color: var(--secondary-color);
  column-gap: 5px;
  display: flex;
  font-size: 16px;
}

.wishlist_count, .notification_count {
  align-items: center;
  background-color: red;
  border-radius: 100px;
  color: var(--secondary-color);
  display: flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 18px;
}

.light_header .top_header .location_login_div .location, .light_header .top_header .location_login_div .login, .light_header .top_header .location_login_div a {
  background-color: #ffffff17;
  border-radius: var(--border-radius);
  color: var(--secondary-color);
  font-size: 14px;
  height: 100%;
  padding: 10px 15px;
  white-space: nowrap;
}

.light_header .top_header .location_login_div .login_dropdown .dropdown-menu li a {
  border-radius: 0;
}

.light_header .top_header .location_login_div .login .bxs-chevron-down {
  font-size: 18px;
}

.navbar {
  background-color: #ffffff;
  background: var(--secondary-color);
  border-bottom: 1px solid #e5e7eb;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 39px 0 rgba(0,0,0,0.08);
  box-shadow: none;
  position: relative;
  z-index: 1000;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-nav .nav-item .dropdown-menu li a.active {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.navbar .navbar-nav .nav-item .nav-link {
  align-items: center;
  color: var(--secondary-color);
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  display: block;
  opacity: 0;
  padding: 0;
  transform-origin: 0 0;
  transform: rotateX(-92deg);
  transition: transform 0.8s, opacity 0.4s;
  width: 230px;
}

.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  transform: rotateX(0);
}

.navbar .navbar-nav .nav-item .dropdown-menu li a {
  border-bottom: 1px solid #d7d3d3 !important;
  color: var(--blue-color);
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  border-bottom: 1px solid transparent !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:last-child {
  border-bottom: 0;
}

.navbar-toggler-icon {
  color: var(--secondary-color);
  height: auto;
  width: auto;
}

.navbar-toggler {
  background: var(--primary-color);
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}

.dropdown-toggle::after, .mobile-search-bar {
  display: none !important;
}

.mob-btn {
  display: none !important;
}

.desktop-btn {
  display: flex;
}

.search-container {
  position: relative;
  width: 100%;
}

.suggestion-list {
  background-color: var(--secondary-color);
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
}

.suggestion-list li {
  cursor: pointer;
  padding: 8px;
}

.suggestion-list li:hover {
  background-color: #f0f0f0;
}

.card_list .card_img, .search-container .search_list_item, .search_bar {
  position: relative;
}

.search_bar span {
  color: var(--bs-secondary);
  left: 10px;
  position: absolute;
  top: 12px;
}

.search_bar .search_input {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  height: 45px;
  padding: 10px 10px 10px 35px;
  width: 100%;
}

.search-container .search_input {
  border-radius: 4px;
  border: 1px solid #ccc;
  outline: 0;
  padding: 8px;
}

.search-container .dropdown {
  background-color: var(--secondary-color);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: none;
  left: 0;
  max-height: 400px;
  overflow-y: scroll;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99999;
}

.search-container .dropdown-item {
  border-bottom: 1px solid #d9d9d9;
  color: var(--dark-grey-color);
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.search-container .dropdown-item:last-child, .search-container .recently_viewed .dropdown-item:last-child {
  border-bottom: none;
}

.search-container .recently_viewed .search_list_item:after {
  content: "\ec46";
  font-family: boxicons;
  left: 0;
  position: absolute;
}

.search-container .trending_search .search_list_item:after {
  content: "\ec53";
}

.search-container .recently_viewed .search_list_item {
  padding-left: 20px;
}

.search-container .recently_viewed label {
  color: var(--grey-color);
  font-size: 14px;
  margin: 10px 0;
}

.search-container .search_list_item span {
  font-size: 16px;
  left: 0;
}

.search-container .dropdown-item:hover, .search-container .selected {
  background-color: #f4f4f4;
}

footer {
  background-color: #f2f4f6;
  padding: 50px 0px 15px 0;
  position: relative;
  z-index: 1;
}

.footer_logo {
  width: 250px;
}

/*footer:after {
  background-color: var(--theme-black-color);
  bottom: 70px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: -1;
}*/

.footer-block .title {
  color: var(--theme-black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 20px 0 20px 0;
}

.footer-block .common-paragraph {
  color: var(--theme-black-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  padding-right: 70px;
}

.footer-block ul li {
  margin-top: 10px;
}

.footer-block ul li a {
  color: var(--theme-black-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.footer-block span {
  align-items: center;
  background: var(--primary-color);
  border-radius: 100px;
  color: var(--secondary-color);
  display: flex;
  height: 35px;
  justify-content: center;
  padding: 10px;
  width: 35px;
}

.contact-block a {
  align-items: center;
  column-gap: 10px;
  display: flex;
}

.social-icons {
  align-items: center;
  column-gap: 10px;
  display: flex;
  font-weight: 600;
  margin: 0;
}

.social-icons li {
  background: var(--primary-color);
  border-radius: 100px;
  margin-top: 0 !important;
}

.footer_copyright .social-icons a {
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.footer_copyright .social-icons a i {
  color: var(--secondary-color);
}

.footer_copyright {
  align-items: center;
  color: var(--theme-black-color);
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding-top: 50px;
}

.footer_copyright a {
  color: var(--theme-black-color);
  font-weight: 600;
}

.main {
  background-color: var(--secondary-color);
}

.latest_blog_box {
  background-color: #eff8fd;
  border-radius: 16px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.latest_blog_details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  row-gap: 10px;
}

.latest_blog_image img {
  border-radius: 16px 0 0 16px;
  border: 7px solid #0000001a;
  height: 400px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.latest_blog_details .written_by {
  margin-bottom: 0;
}

.latest_blog_details .latest_blog_heading {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
}

.latest_blog_details .post_date {
  margin: 0;
}

.latest_blog_details .common-button {
  padding: 10px 20px;
  width: fit-content;
}

.latest_blog_slider .slick-prev:before, .best_of_month_blog_slider .slick-prev:before {
  content: "\eb33";
  font-size: 25px;
}

.best_of_month_blog_slider .slick-list, .best_of_month_blog_slider .slick-track {
  height: 100%;
}

.latest_blog_slider .slick-next:before, .best_of_month_blog_slider .slick-next:before {
  content: "\ebe6";
  font-size: 25px;
}

.latest_blog_slider .slick-prev, .best_of_month_blog_slider .slick-prev {
  left: unset;
  right: 70px;
}

.latest_blog_slider .slick-next {
  right: 30px;
}

.latest_blog_slider .slick-arrow, .best_of_month_blog_slider .slick-arrow {
  background: var(--theme-black-color);
  border-radius: 8px;
  bottom: 40px;
  top: unset;
}

.latest_blog_slider .slick-disabled, .best_of_month_blog_slider .slick-disabled {
  background: #01335150;
}

.blog_tips_hacks_section {
  background-color: #f4f4f4;
}

.blog_tips_hacks_section .heading_div {
  position: relative;
  text-align: center;
}

.blog_tips_hacks_section .heading_div .common-button {
  background-color: #01335150;
  padding: 7px 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog_tips_hacks_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.blog_tips_hacks_box .blog_tips_hacks_box_img img {
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.blog_date {
  text-align: right;
}

.blog_date h5 {
  background-color: var(--secondary-color);
  color: var(--black-color);
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding: 3px 8px;
}

.blog_tips_hacks_box {
  height: 280px;
  position: relative;
}

.blog_tips_hacks_box:hover .blog_box_details {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.blog_tips_hacks_box:hover:after {
  background-color: rgba(0,0,0,0.2);
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.blog_tips_hacks_box_img {
  height: 100%;
  overflow: hidden;
}

.blog_tips_hacks_box:hover .blog_tips_hacks_box_img img {
  transform: scale(1.2);
}

.blog_box_details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.blog_box_details .blog_tags {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.blog_box_details .blog_tags li {
  background-color: #e8effc;
  border-radius: 8px;
  border: none;
  color: var(--black-color);
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
}

.blog_box_heading_details {
  background-color: var(--secondary-color);
  padding: 10px;
}

.blog_box_heading_details .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--dark-grey-color);
  display: -webkit-box;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
}

.web-stories-grid {
  font-family: 'Segoe UI', sans-serif;
  padding: 20px 0;
}

.web-stories-grid .story {
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  border-radius: 16px;
  box-shadow: 5px 0 5px -4px rgba(0,0,0,0.7);
  margin: 0 8px;
  overflow: hidden;
  position: relative;
}

.web-stories-grid .story img {
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  border-radius: 16px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

section.web_story_section {
  padding: 50px 0;
}

.web_stories_main .common-button {
  color: #fff;
  display: block;
  margin: auto;
  width: fit-content;
}

.web_story_section .common-button::before, .web_story_section .common-button::after {
  top: 0 !important;
}

.slick-arrow:hover {
  background: linear-gradient(80deg, rgba(1,51,81,1) 30%, rgba(0,182,254,1) 110%);
}

.web_stories_main .slick-arrow {
  background: #fff;
  filter: none;
}

.web_stories_main .slick-next:before {
  opacity: 0.5;
}

.web_stories_main .slick-next:hover:before {
  opacity: 1;
}

.slick-prev, .slick-next {
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  color: #fff !important;
  height: 30px;
  height: 35px;
  padding: 0 !important;
  width: 30px;
  width: 35px;
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #fff !important;
  font-size: 20px;
}

.web_stories_main a.discover-all {
  color: red;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
}

.web_stories_main a {
  color: #023452;
  display: block;
  text-align: center;
}

.web_stories_main .slick-track {
}

.web_stories_section .web-stories-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  padding: 20px;
}

.web_stories_section .story {
  background-color: #fff;
  background: #fff;
  border-radius: 10px;
  border-radius: 5px;
  border: 10px solid #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: auto;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.web_stories_section .story:hover {
  transform: translateY(-5px);
}

.web_stories_section .story img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.web_stories_section .story h4 {
  -webkit-box-orient: unset !important;
  -webkit-line-clamp: unset !important;
  color: #333;
  display: block !important;
  font-size: 1rem;
  line-height: normal !important;
  margin: 0;
  max-height: none !important;
  overflow: visible !important;
  padding: 15px;
  text-overflow: unset !important;
}

.web_stories_section {
  margin: auto;
  width: 1400px;
}

.web_stories_section .web-stories-grid .story img {
  border-radius: 5px;
}

.web_stories_section .web-stories-grid .story h4 {
  background: transparent;
  position: unset;
}

div#news-wrapper .common_blog_box_img {
  overflow: hidden;
}

.common_blog_box {
  display: block;
}

.blog_box_heading_details .author {
  color: var(--dark-grey-color);
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.author-social-links ul {
  align-items: center;
  column-gap: 10px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  margin: 10px 0 0 0;
  padding: 0;
}

.author-social-links ul li {
  background: var(--primary-color);
  border-radius: 100px;
  list-style: none;
  margin-top: 0 !important;
}

.author-social-links ul li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 35px;
  justify-content: center;
  width: 35px;
}

.comming_soon_blog_section {
  margin: 50px 0;
}

.comming_soon_blog_box {
  background-color: #eff8fd;
  border-radius: 16px;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.comming_soon_blog_details {
  padding: 35px;
}

.comming_soon_blog_details .common-heading {
  font-size: 42px;
  line-height: 52px;
}

#countdown {
  margin: 15px 0;
}

#countdown ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#countdown ul li {
  background: linear-gradient( to top, var(--theme-black-color) 50%, var(--theme-blue-color) 50% );
  border-radius: var(--border-radius);
  color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  height: 120px;
  justify-content: center;
  list-style-type: none;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
}

#countdown ul li span {
  display: block;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
}

.comming_soon_blog_img img {
  border-radius: 0 16px 16px 0;
  border: 7px solid #0000001a;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.best_of_month_blog {
  background: linear-gradient( 90deg, rgba(1,51,81,1) 35%, rgba(12,12,12,1) 100% );
}

.best_of_month_blog .common-heading {
  color: var(--secondary-color);
  font-size: 42px;
  font-weight: 600;
}

.best_of_month_blog .common-paragraph {
  color: var(--secondary-color);
  font-weight: 300;
  opacity: 0.5;
}

.best_of_month_blog .common_blog_box .common_blog_box_img .thumb_img, #blog-category-wrapper .common_blog_box .common_blog_box_img .thumb_img {
  height: 200px;
  object-fit: cover;
}

.common_blog_box .common_blog_box_img {
  position: relative;
}

.common_blog_box .common_blog_box_img:after {
  background-color: rgba(0,0,0,0.1);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.common_blog_box .common_blog_box_img .thumb_img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.common_blog_box .blog_box_details {
  opacity: 1;
}

.best_of_month_blog_slider_item {
  border-radius: 8px;
  height: 100%;
  margin: 0 10px;
  overflow: hidden;
}

.common_blog_box .blog_box_heading_details .title {
  -webkit-line-clamp: 2;
}

.stories_title h2.title {
  -webkit-line-clamp: unset !important;
  margin-bottom: 0;
}

.common_blog_view_all_btn {
  float: right;
  position: relative;
  right: 8%;
}

.best_of_month_blog .common_blog_view_all_btn {
  right: 12%;
}

.best_of_month_news.best_of_month_blog .common_blog_view_all_btn {
  right: 8%;
}

.common_blog_view_all_btn .common-button {
  background-color: #ffffff30;
  font-size: 14px;
  padding: 8px 13px;
  text-decoration: underline !important;
  text-transform: capitalize;
}

.best_of_month_blog_slider .slick-arrow {
  bottom: -54px;
}

.best_of_month_blog_slider .slick-next {
  right: 0;
}

.best_of_month_blog_slider .slick-prev {
  right: 45px;
}

.best_of_month_blog_slider .slick-track {
  padding-top: 0 !important;
}

.best_of_month_news .best_of_month_blog_slider .slick-track {
  padding-top: 20px !important;
}

.blog_news_lising {
  background: #f6f2f2;
  padding: 30px 0 50px;
  padding: 50px 0;
}

.blog_news_lising_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4,1fr);
}

.blog_news_lising_wrapper .common_blog_box {
  width: 100%;
}

.blog_news_lising_wrapper .common_blog_box .blog_box_heading_details {
  padding: 10px 0;
}

.blog_news_lising_wrapper .blog_tags {
  margin: 0;
}

.blog_news_lising_wrapper .blog_box_details {
  padding: 10px;
}

.search_brand {
  align-items: baseline;
  display: flex;
  gap: 20px;
  justify-content: left;
  margin-bottom: 10px;
}

.brand_box {
  margin-left: 0;
  text-align: left;
  width: 40%;
}

.brand_list li {
  cursor: pointer;
  list-style: none;
  padding: 10px;
}

.brand_list {
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: none;
  margin-top: 0 !important;
  max-height: 150px;
  overflow-y: scroll;
  padding: 0 !important;
}

.brand_list li:hover {
  background: #f0f1f2;
}

.blog_filter_div {
  background-color: #fff;
  background: #f6f2f2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
  position: sticky;
  top: 86px;
  z-index: 9;
}

.select_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.select_filter li {
  background-color: #01335150;
  border-radius: 6px;
  color: var(--secondary-color);
  cursor: pointer;
  font-size: 14px;
  padding: 8px 15px;
}

.select_filter li.active {
  background-color: var(--theme-black-color);
  color: var(--secondary-color);
}

.sort_by_filter {
  background-color: #8080808c;
  border-radius: 4px;
  border: none;
  color: var(--secondary-color);
  padding: 5px 10px;
}

.sort_by_filter option {
  background-color: var(--secondary-color);
  color: var(--black-color);
}

.latest_news_section {
  overflow: hidden;
  width: 100%;
}

.latest_news_section .container-fluid {
  padding: 0;
}

.latest_news_section .latest_news_box {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
}

.latest_news_image img {
  height: 500px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.latest_news_section .latest_news_details {
  align-items: flex-start;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 80%;
  justify-content: center;
  padding: 0 300px 0 50px;
}

.latest_news_details .latest_news_heading {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 0;
  overflow: hidden;
}

.latest_news_details .written_by {
  color: #808080;
  margin-bottom: 0;
}

.latest_news_details .common-paragrah {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
}

.latest_news_details .common-button {
  padding: 10px 20px;
  text-transform: capitalize;
  width: fit-content;
}

.latest_news_slider .slick-track {
  padding: 0;
}

.latest_news_slider .slick-dots {
  bottom: 20px;
  display: inline-flex;
  left: 50%;
  transform: translate(-50%,-50%);
  width: fit-content;
}

.latest_news_slider .slick-dots li {
  display: grid;
  height: 30px;
  margin: 0 5px;
  place-content: center;
  width: 30px;
}

.latest_news_slider .slick-dots li button {
  background: #01335150;
  border-radius: 4px;
  border: 0;
  color: var(--secondary-color);
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 16px;
  padding: 5px;
  width: 30px;
}

.latest_news_slider .slick-dots li.slick-active button {
  background: var(--theme-black-color);
  color: var(--secondary-color);
}

.latest_news_slider .slick-dots li button:before {
  content: none;
}

.best_of_month_news .common_blog_box {
  background-color: var(--secondary-color);
  display: block;
  height: 100%;
  padding: 10px;
}

.best_of_month_news .common_blog_box:hover .blog_box_heading_details .title {
  color: var(--theme-blue-color);
}

.best_of_month_news .blog_box_details .blog_tags, .news_grid_listing .blog_box_details .blog_tags {
  float: right;
  margin: 0;
}

.best_of_month_blog .blog_box_details .blog_tags {
  margin: 0;
}

.best_of_month_news .blog_box_details .blog_tags li, .news_grid_listing .blog_box_details .blog_tags li {
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 0;
  color: var(--black-color);
  display: flex;
  font-size: 12px;
  gap: 5px;
  padding: 5px 10px;
}

.best_of_month_news .blog_box_details .blog_tags li img, .news_grid_listing .blog_box_details .blog_tags li img {
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.best_of_month_news .blog_box_details .blog_date, .news_grid_listing .blog_box_details .blog_date {
  text-align: left;
}

.best_of_month_news .blog_box_heading_details {
  margin-top: 10px;
  padding: 0;
}

.best_of_month_news .blog_box_details {
  padding: 7px;
}

.best_of_month_news .heading_details {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.best_of_month_news .blog_date h5 {
  background-color: #ffffffc7;
}

.best_of_month_news .best_of_month_blog_slider .slick-arrow {
  background: var(--secondary-color);
  bottom: unset;
  top: -25px;
}

.best_of_month_news .best_of_month_blog_slider .slick-next {
  right: 20px;
}

.best_of_month_news .best_of_month_blog_slider .slick-prev {
  right: 65px;
}

.best_of_month_news .best_of_month_blog_slider .slick-disabled {
  background-color: #ffffffc7;
}

.best_of_month_news .best_of_month_blog_slider .slick-prev:before, .best_of_month_news .best_of_month_blog_slider .slick-next:before {
  color: var(--black-color);
}

.breaking_news_section .heading_details {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}

.breaking_news_section .heading_details .common_blog_view_all_btn {
  float: right;
  position: static;
  white-space: nowrap;
}

.breaking_news_section .heading_details .common_blog_view_all_btn .common-button {
  background-color: #01335180;
}

.breaking_news_section .heading_details .common-heading {
  font-size: 36px;
  line-height: 46px;
}

.breaking_news_section .common_blog_box {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.breaking_news_section .blog_box_heading_details {
  background-color: #e4f3fb;
  border-radius: 8px;
  margin: 10px;
}

.breaking_news_section .common_blog_box .common_blog_box_img .thumb_img {
  border-radius: 0 0 8px 8px;
  height: 250px;
  width: 100%;
}

.breaking_news_section .breaking_news_wrapper:nth-child(3) .common_blog_box {
  flex-direction: column-reverse;
}

.breaking_news_section .breaking_news_wrapper .blog_box_heading_details .blog_date h5 {
  background-color: transparent;
  color: var(--dark-grey-color);
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}

.blog_details_content {
  margin: 50px 0;
}

.entry-header {
  z-index: 0 !important;
}

.blog_details_content_wrapper {
  background-color: #fff;
  padding: 20px 20px;
}

.common_pagination {
  margin: 20px 0;
}

.common_pagination .page-link, .common_pagination .page-numbers {
  display: flex;
  flex-direction: column;
  height: 35px;
  justify-content: center;
  padding: 0;
  text-align: center;
  width: 35px;
}

.common_pagination .page-link:focus, .common_pagination .page-numbers:focus {
  box-shadow: none;
}

.common_pagination .page-link {
  background: var(--secondary-color);
  color: var(--black-color);
}

.common_pagination .page-numbers.current {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.error_img {
  align-items: center;
  display: flex;
  height: calc(100vh - 150px);
  justify-content: center;
  text-align: center;
}

.spinner-box {
  margin: 50px 0;
}

.pulse-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80px;
  width: 100%;
}

.pulse-bubble {
  background-color: #013351;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}

.pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

.common_banner_div {
  position: relative;
}

.common_banner_box {
  padding-bottom: 50px;
  padding-top: 50px;
}

.common_banner_div, .common_banner_img {
  height: 200px !important;
}

.common_banner_img {
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.common_banner_div .container, .common_banner_div .row {
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.common_banner_div .common-heading {
  color: var(--secondary-color);
}

.common_banner_div .common-paragraph {
  color: var(--secondary-color);
  font-weight: 300;
  opacity: 0.5;
}

.news_sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news_model_slider .slick-prev, .news_model_slider .slick-next {
  background: #fff;
  height: 25px;
  width: 25px;
  z-index: 99;
}

.news_model_slider .slick-prev {
  left: -10px;
}

.news_model_slider .slick-next {
  right: -10px;
}

.news_model_slider .slick-track {
  padding: 0;
}

.news_sidebar_box {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius);
  padding: 30px 15px;
}

.news_sidebar_box .heading_details {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.news_sidebar_box .heading_details .title h4 {
  color: var(--black-color);
  font-size: 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.news_sidebar_box .heading_details .ex_showroom_price_div {
  text-align: right;
}

.news_sidebar_box .heading_details .ex_showroom_price_div p {
  color: var(--dark-grey-color);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.brand_car_img {
  background-color: #f8f8f8;
  border-radius: var(--border-radius);
  margin-top: 20px;
  text-align: center;
}

.brand_car_img img {
  height: 230px;
  margin: 0 auto;
  object-fit: cover;
}

.available_colors_list {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.available_colors_list span {
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

.available_colors_list .colors_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.available_color_item {
  border-radius: 100px;
  box-shadow: 0 0 5px #00000026;
  height: 25px;
  width: 25px;
}

.car_model_features {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.car_model_features_box {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 20px 0;
}

.car_model_features_box img {
  filter: invert(1) brightness(0.5) grayscale(1);
  height: 25px;
  width: 25px;
}

.car_model_features_box h6 {
  color: var(--dark-grey-color);
  font-size: 13px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.car_model_features_box p {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.car_model_btns {
  align-items: center;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.car_model_btns .common-button {
  font-size: 14px;
  padding: 10px 5px;
  width: 100%;
}

.car_model_btns .more_details {
  background: #b9d5e060;
  color: var(--theme-blue-color);
  font-weight: 600;
}

.car_model_btns .more_details:hover {
  color: var(--theme-blue-color);
}

.car_model_btns .book_test {
  background: var(--theme-blue-color);
}

.more_offers_div {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 30px;
  padding: 20px 15px 25px 15px;
  position: relative;
}

.more_offers_div_wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-height: 360px;
  overflow: auto;
}

.more_offers_div:before {
  background-color: #fff;
  clip-path: polygon(0 0%,80% 0,100% 100%,0% 100%);
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 45%;
}

.more_offers_div .heading {
  color: var(--theme-blue-color);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 5px;
  top: -27px;
}

.more_offers_div .more_offers_box {
  align-items: center;
  background-color: #f8f8f8;
  border-radius: var(--border-radius);
  display: flex;
  gap: 10px;
  padding: 5px 0;
}

.more_offers_div .more_offers_box .brand_car_img {
  background-color: transparent;
  border-radius: none;
  margin-top: 0;
  max-width: 150px;
  width: 100%;
}

.more_offers_div .more_offers_box .brand_car_img img {
  height: 100px;
}

.more_offers_div .more_offers_box .brand_car_details h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  color: var(--black-color);
  display: -webkit-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 3px;
  overflow: hidden;
  width: 100%;
}

.more_offers_div .more_offers_box .brand_car_details h5 {
  color: var(--dark-grey-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.more_offers_div .more_offers_box .brand_car_details p {
  color: var(--dark-grey-color);
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.more_offers_div .more_offers_box .brand_car_details {
  position: relative;
  width: 100%;
}

.more_offers_div .more_offers_box .brand_car_details .more_details_btn {
  align-items: center;
  background-color: #d5e6ec;
  border-radius: 100px;
  border: none;
  bottom: -35px;
  color: var(--black-color);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  left: 15px;
  padding: 4px 35px 4px 20px;
  position: absolute;
}

.more_offers_div .more_offers_box .brand_car_details .more_details_btn i {
  background-color: var(--secondary-color);
  border-radius: 100px;
  margin-left: 6px;
  position: absolute;
  right: 4px;
}

.best_of_month_news.best_of_month_blog.common_padding {
  padding: 50px 0;
}

ul.sidebar_post_listing {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news_list_wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px #00000003;
  padding: 20px;
}

.news_list_wrapper h3 {
  color: var(--black-color);
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 5px;
  text-align: left;
}

ul.sidebar_post_listing > li {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px;
}

.sidebar_post {
  align-items: center;
  display: flex;
  gap: 10px;
}

.sidebar_post > img {
  border-radius: 10px;
  flex: 0 0 134px;
  height: 95px;
  max-width: 134px;
  max-width: 94px;
  object-fit: cover;
}

.sidebar_post_details h2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #282c2f;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
  white-space: normal;
}

.meta-boxes {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  margin-bottom: 10px;
  margin: 10px 0;
}

.meta-boxes span {
  background: #d5e6ec;
  border-radius: 4px;
  color: #000000;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.23984771966934204px;
  line-height: 1.2em;
  line-height: 7.68px;
  padding: 5px 7px;
  text-align: left;
}

.sidebar_post_details p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #808080;
  display: -webkit-box;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.4000000059604645px;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  text-align: left;
  white-space: normal;
}

.sidebar_post_details p a, .breadcrumb > a:hover {
  color: #0098d9 !important;
}

.metaInfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}

.metaLeft {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.metaLeft p {
  align-items: center;
  display: flex;
  gap: 5px;
  margin: 0;
}

.post-views {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 14px;
  gap: 5px;
}

.post-views svg {
  fill: #666;
}

.breadcrumb > * {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border-radius: 8px;
  color: #000000;
  display: -webkit-box;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  line-height: 32px;
  overflow: hidden;
  padding: 0 24px;
  padding: 7px 24px;
  position: relative;
}

.breadcrumb > a {
  background: #d9d9d9;
  border-radius: 8px 0 0 8px;
  flex: none;
}

.breadcrumb > span {
  background: #0177aa;
  border-radius: 0 8px 8px 0;
  color: #fff;
}

.breadcrumb > a ~ a {
  border-radius: 0;
}

.breadcrumb {
  border-radius: 8px;
  display: inline-flex;
  flex-wrap: nowrap;
}

.breadcrumb > *:not(:last-child):before {
  background: #d9d9d9;
  border-left: 4px solid #fff;
  content: '';
  height: 32px;
  position: absolute;
  right: 0;
  top: -14px;
  transform: rotate(-45deg);
  width: 16px;
  z-index: 2;
}

.breadcrumb > a + a:before {
  background: #0177aa !important;
}

.breadcrumb > *:not(:last-child):after {
  background: #d9d9d9;
  border-left: 4px solid #fff;
  border-radius: 0;
  bottom: -15px;
  content: '';
  height: 32px;
  position: absolute;
  right: 0;
  transform: rotate(49deg);
  width: 16px;
  z-index: 2;
}

.breadcrumb > a + a:after {
  background: #0177aa !important;
}

.breadcrumb > *:not(:last-child) {
  padding-right: 30px;
}

.breadcrumb > *:not(:first-child) {
  padding-left: 15px;
}

.static_msg {
  background-color: #fff;
  border-left: 4px solid #0171a3;
  margin-top: 20px;
  padding: 20px 20px;
}

.static_msg p {
  font-size: 15px;
  font-style: italic;
  margin: 0;
}

.newsTags {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
}

.newsTags a {
  background: #e9e9e9;
  border-radius: 7px;
  color: #212529;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  padding: 5px 10px;
}

.tagsBox {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsTags h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.newsTags a:hover {
  background: #0098d7;
  color: #fff;
}

.breadcrumb > span > a {
  color: #fff;
}

.common_pagination a.page-numbers {
  background: var(--secondary-color);
  border: 1px solid #dee2e6;
  color: var(--black-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.userDetails {
  background: linear-gradient(90deg, rgba(1,51,81,1) 35%, rgba(12,12,12,1) 100%);
  padding: 50px 0;
}

.userdata {
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.auther_img {
  background-image: linear-gradient(0.17deg,#0177aa 0.15%,#e8e8e8 77.85%);
  border-radius: 100%;
  flex: 0 0 213px;
  height: 213px;
  object-fit: cover;
  padding: 3px;
  position: relative;
  width: 213px;
}

.auther_img img {
  background-color: #fff;
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
  padding: 17px;
  width: 100%;
}

.userdata .description {
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: calc(100% - 250px);
}

.userdata h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.auther_recent_news .common_blog_box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.row.news_post_listing {
  row-gap: 20px;
}

.auther_recent_news.news_list_wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.auther_recent_news.news_list_wrapper h3 {
  margin: 0 0 15px;
}

.userdata .description h4 {
  color: #0177aa;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.6px;
}

.blog_news_lising .common_blog_box {
  border-radius: 8px;
}

div#news-wrapper {
  margin-top: 10px;
}

.blog_filter_div a {
  color: #023452;
}

.select_filter li.active a {
  color: #fff;
}

.slick-prev:before {
  background-image: url('https://caronphone.com/news/wp-content/uploads/prev.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '' !important;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.slick-next:before {
  background-image: url('https://caronphone.com/news/wp-content/uploads/next.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '' !important;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.web_story_section button {
  border-radius: 10px;
  color: #fff !important;
  height: 30px !important;
  padding: 0 !important;
  width: 30px !important;
}

.web_story_section .slick-prev {
  background: #c9cbcd;
}

.tablepress>tbody>tr>td:not(td[colspan="2"]):first-child {
  text-align: left;
}

.tablepress > tbody > tr > td[colspan] {
  text-align: center !important;
}

.custom_ws_box .story {
  margin: 0 10px;
}

.custom_ws_box {
  margin-left: -10px;
  margin-left: 30px !important;
  margin-right: -10px;
  margin-right: 30px !important;
}

.navbar-nav .dropdown-item.new_page {
  position: relative;
}

.navbar-nav .dropdown-item.new_page:after {
  background: #ee8513;
  border-radius: 100px;
  color: #fff;
  content: "New";
  display: inline-block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  opacity: 1;
  text-align: center;
  vertical-align: 1px;
  width: 40px;
}

.common_banner_div_main {
  background-color: #f5f5f5;
  padding: 50px 0 50px 0;
}

.common_banner_div_main .common-heading {
  color: #1e293b;
}

.common_banner_div_main .common-paragraph {
  color: var(--black-color);
  font-weight: 300;
  opacity: 0.8;
}

.single-post h3 {
  font-size: 18px;
}

.blog_box_heading_details .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--black-color);
  display: -webkit-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
  margin: 0;
  overflow: hidden;
}

.post-data {
  color: #000;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 10px;
}

.web_stories_main .slick-arrow:hover {
  background: #fff !important;
}

.web-stories-grid .story h4 {
  align-items: center;
  background: #0000007a;
  border-radius: 0 0 16px 16px;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  min-height: 40px;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.news_sidebar_box .heading_details .ex_showroom_price_div h5 {
  color: var(--black-color);
  font-size: 16px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.clean-word-content p {
  font-size: 16px;
}

.clean-word-content h2 {
  font-size: 22px;
  font-weight: 600 !important;
  margin-bottom: 15px;
  margin-top: 25px;
}
.clean-word-content h2 b {
    font-weight: 600;
}

.clean-word-content h3 {
  font-size: 20px;
}

.clean-word-content li {
  font-size: 16px;
}

.clean-word-content em {
  font-size: 16px;
}

.clean-word-content img {
  margin: 10px 0;
}

.clean-word-content .tablepress {
  margin-top: 20px !important;
}

.clean-word-content ul {
  margin-bottom: 10px;
}

.voteBox {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 1px 3px rgb(3 76 120);
  margin-top: 30px;
  padding: 16px 20px;
}

.voteBox .main_vote_box {
  align-items: center;
  border: none;
  display: flex;
  font-size: 15px;
  font-weight: normal !important;
  justify-content: space-between;
}

.feedback-result, .voteBox .main_vote_box .helpfullarti p {
  color: rgba(36,39,44,.5);
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}

.voteBox .feedback-btn {
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  height: 26px;
  margin-left: 10px;
  min-width: 45px;
  padding: 0 10px;
}

.feedback-btn img {
  width: 22px;
}

.dislick img {
  transform: rotate(180deg);
}

.voteBox .helpfullarti {
  color: #24272c;
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.5px;
}

#submit-feedback {
  border-radius: 5px;
  padding: 10px 30px;
}

.input_length {
  font-size: 12px;
  margin-bottom: 10px;
}

.news_latter_box {
  align-items: center;
  display: flex;
  gap: 10px;
}

.news_latter_box img {
  width: 40px;
}

.news_latter_box h5 {
  color: #013351;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.newslatterBox {
  margin-top: 20px;
}

.newslatterBox label {
  display: none !important;
}

.newslatterBox .tnp-submit {
  background: #023452 !important;
  font-size: 16px !important;
  margin-top: 10px !important;
  max-width: 100%;
  padding: 8px !important;
  width: 100% !important;
}

.sidebar_post_details {
  width: 100%;
}

img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.footer-content, .page-id-48383 h1.entry-title, .container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 15px !important;
}

.blog_box_heading_details h2.title {
  -webkit-line-clamp: unset !important;
  margin-bottom: 0;
}

.mobile_header .nav-item ul li {
  align-items: center;
  display: flex;
  margin-left: 5px;
}

.mobile_header .nav-item ul li img {
  height: 25px;
  width: 25px;
}

.top-bar {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  color: #6c757d;
  font-size: 14px;
  padding: 8px 0;
}

.top-bar-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}

.new-header-contact-info {
  display: flex;
  gap: 30px;
}

.new-header-contact-info .contact-item {
  align-items: center;
  color: #023452;
  display: flex;
  gap: 8px;
}

.new-header-contact-info .contact-item svg {
  height: 16px;
  width: 16px;
}

.login-register {
  align-items: center;
  color: #034c78;
  display: flex;
  font-weight: 500;
  gap: 8px;
  text-decoration: none;
}

.new-header .action-button {
  background: transparent;
  border: none;
  min-width: 40px;
  padding: 0;
}

input#searchInput::placeholder {
  color: #fff;
}

.login-register svg {
  height: 16px;
  width: 16px;
}

.new-header .navbar.navbar-expand-lg.desktop {
  background: transparent;
}

.new-header .navbar.navbar-expand-lg.desktop li a {
  color: #fff !important;
}

.blog_news_searchbar {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: end;
  max-width: 340px;
  width: 100%;
}

.top_header.desktop {
  background: #034c78 !important;
}

.nav-container {
  align-items: center;
  display: flex;
  height: 64px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}

.nav-logo {
  align-items: center;
  color: #1f2937;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 2rem;
}

.nav-logo i {
  color: #2563eb;
  font-size: 2rem;
  margin-right: 0.5rem;
}

.nav-menu {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0 !important;
  margin-left: 0;
  padding: 0;
}

.nav-link {
  align-items: center;
  border-radius: 0.375rem;
  color: #4b5563;
  display: flex;
  font-weight: 500;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.new-header-contact-info span {
  color: #034c78;
  font-weight: 500;
}

.top-bar .contact-item:first-child {
  border-right: 1px solid;
  padding-right: 20px;
}

.mail-info .contact-item {
  border: none !important;
}

.nav-link:hover {
  color: #1f2937;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px !important;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  left: 0;
  margin-top: 0.5rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  visibility: hidden;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.features-grid ul li {
  list-style: none;
}

.features-grid ul {
  margin-left: 0;
  padding-left: 0;
}

.mega-menu {
  margin: 0 20px;
  padding-right: 0;
  padding: 0;
  top: 71px;
}

.mega-menu-content {
  display: flex;
  min-height: 400px;
  padding: 0;
}

.features-section {
  border-right: 1px solid #e5e7eb;
  padding-left: 0;
  padding: 1.5rem;
  width: 40%;
}

.news-section {
  background: #f6fcff;
  overflow: hidden;
  padding: 1.5rem;
  width: 60%;
}

.section-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-bottom: 20px;
  padding: 10px 0;
  user-select: none;
}

.section-header h3 {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.see-all {
  color: #034c78;
  font-size: 16px;
  font-weight: 600;
}

.see-all:hover {
  color: #1d4ed8;
}

.features-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
}

.single_column .features-grid {
  grid-template-columns: 1fr;
}

.single_column .features-section {
  width: 20%;
}

.single_column .news-section {
  width: 80%;
}

.single_column .news-items {
  width: 90%;
}
.news-item {
    width: 100%;
}
.feature-item {
  align-items: center;
  border-radius: 0.5rem;
  color: #4b5563;
  display: flex;
  gap: 0.75rem;
  padding: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.feature-item:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.feature-item img {
  color: #9ca3af;
  height: 40px;
  transition: color 0.2s ease;
  width: 40px;
}

.feature-item:hover i {
  color: #2563eb;
}

.feature-item span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.news-items {
  display: flex;
  gap: 1rem;
}

.news-item {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.2s ease;
}

.news-item:hover {
  transform: translateY(-1px);
}

.news-image {
  flex-shrink: 0;
  position: relative;
}

.news-image img {
  border-radius: 0.5rem;
  margin-bottom: 20px;
  max-height: 160px;
  min: 150px;
  object-fit: cover;
  width: 100%;
}

.news-badge {
  background-color: #dc2626;
  border-radius: 0.25rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  position: absolute;
  right: -16px;
  top: 16px;
}

.news-content {
  flex: 1;
  min-width: 0;
}

.news-content h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #1f2937;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.25rem;
  overflow: hidden;
}

.news-item:hover .news-content h4 {
  color: #2563eb;
}

.news-content p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #6b7280;
  display: -webkit-box;
  font-size: 0.75rem;
  line-height: 1.25;
  overflow: hidden;
}

.brand_details {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.brand_details img {
  height: 20px;
}

.brand_details p {
  font-size: 12px;
}

.header_readmore_btn {
  align-items: center;
  background: #e1eff5;
  border-radius: 50px;
  color: #023452;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  margin-top: 15px;
  padding: 10px 20px;
  width: auto;
}

.simple-menu {
  min-width: 200px;
  padding: 0.5rem 0;
}

.dropdown-item {
  color: #4b5563;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.dropdown-menu .mega-menu-content h3 {
  color: #59707e !important;
}

.dropdown-item:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.mobile-footer.footer-content {
  max-width: 540px;
}

.footer-header {
  margin-bottom: 20px;
}

.logo-container {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.logo-container img {
    width: auto;
}
.car-icon {
  background-color: white;
  border-radius: 4px;
  height: 24px;
  position: relative;
  width: 32px;
}

.car-icon::before {
  background-color: #1e3a5f;
  border-radius: 2px;
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 20px;
}

.logo-text {
  font-size: 18px;
  font-weight: 600;
}

.newsletter-section {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 20px;
}

.newsletter-input-container {
  flex: 1;
  margin-bottom: 12px;
  position: relative;
  max-width: 24rem;
}

.newsletter-input {
  background-color: rgba(255,255,255,0.1);
  background: white;
  border-radius: 4px 0 0 4px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  border: none;
  color: white;
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none;
  padding-left: 40px;
  padding: 12px 40px 12px 12px;
  padding: 14px 16px;
  width: 100%;
}

.newsletter-input::placeholder {
  color: #999;
  color: rgba(255,255,255,0.7);
}

.email-icon {
  color: rgba(255,255,255,0.7);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-btn {
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  color: #034c78;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  padding: .5rem 2rem;
  transition: background-color 0.3s;
  white-space: nowrap;
  width: 100%;
  width: auto;
}

.newsletter-btn:hover {
  background-color: #f0f0f0;
  color: #034c78;
}

.brands-section {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 20px;
}

.brands-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4,1fr);
  margin-top: 15px;
}

.brand-item {
  align-items: center;
  background-color: rgba(255,255,255,0.1);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 40px;
  padding: 8px;
}

.brand-item img {
  max-height: 24px;
  max-width: 100%;
  object-fit: contain;
}

.collapsible-section {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.section-header h4, .section-header h3 {
  color: #bfd6e2 !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
}

.toggle-icon {
  font-size: 29px;
  font-weight: 300;
  transition: transform 0.3s;
}

.section-content {
  animation: slideDown 0.3s ease-out;
  padding-bottom: 16px;
}

#models-content {
  display: flex;
  gap: 100px;
}

.footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-list li {
  margin-bottom: 8px;
}

.footer-links-list a {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links-list a:hover {
  color: white;
}

.collapsible-section .section-header {
  margin-bottom: 0 !important;
}

.contact-section-mobile {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.contact-info-mobile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.contact-item-mobile {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 8px;
}

.contact-icon {
  font-size: 16px;
}

.app-download-section {
  margin: 20px 0;
}

.app-links-mobile {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.app-link-mobile img {
  height: 40px;
  width: auto;
}

.social-section {
  margin: 20px 0;
}

.social-section h4 {
  color: #bfd6e2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.social-links-mobile {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-link-mobile {
  align-items: center;
  background-color: rgba(255,255,255,0.1);
  border-radius: 6px;
  display: flex;
  height: 36px;
  justify-content: center;
  transition: background-color 0.3s;
  width: 36px;
}

.social-link-mobile:hover {
  background-color: rgba(255,255,255,0.2);
}

.social-link-mobile img {
  filter: brightness(0) invert(1);
  height: 16px;
  width: 16px;
}

.footer {
  background-image: url(https://hebbkx1anhila5yf.public.blob.vercel-storage.com/v2-harrier-7HKbGO5kJiENYdRgLYxZhQ0De3E9yc.png) !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !IMPORTANT;
  background: #034c78;
  overflow: hidden;
  position: relative;
}

.footer-content {
  color: white;
  margin: 0 auto;
  max-width: 1400px;
  padding: 50px 0 30px;
  position: relative;
  z-index: 2;
}

.footer-top {
  align-items: start;
  border-bottom: 1px solid #156899;
  display: grid;
  gap: 30px;
  grid-template-columns: 41.666667% 24% 33.3333%;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.footer-left {
  border-right: 1px solid #156899;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 60px;
}

.footer-left img {
  height: auto;
  opacity: 1;
  margin-bottom: 20px;
  width: 200px;
}

.contact-section {
  border-right: 1px solid #156899;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.app-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.newsletter-arrow-icon, .newsletter-icon {
  height: 16px !important;
  left: 12px;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px !important;
}

.newsletter-form input {
  background: #156899;
  border-radius: 5px;
  border: none;
  color: #fff !important;
  padding-left: 40px;
  max-width: 24rem;
  height: 3rem;
}

.newsletter-form input:focus {
  background: #156899;
  border: none;
  color: #fff !important;
  padding-left: 40px;
  border: 2px solid #fff;
}

.newsletter-form input::placeholder {
  color: #fff;
  font-size: 16px;
}

.newsletter-arrow-icon {
  left: 90%;
}

.contact-section h3, .app-section h3 {
  color: #bfd6e2;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item-mobile, .contact-item {
  align-items: center;
  color: white;
  display: flex;
  font-size: 14px;
  gap: 8px;
}
.contact-info .contact-item:first-child {
    margin-bottom: 10px;
}
.app-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app-link {
  display: inline-block;
}

.contact-item-mobile a, .contact-item a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
}

.contact-item-mobile a span, .contact-item a span {
  /* background: #156899; */
  /* border-radius: 50%; */
  margin-right: 15px;
  /* padding: 7px; */
}

.contact-item-mobile a span {
  padding: 7px 10px;
}

.contact-item-mobile a span img {
  height: 14px;
  width: 14px;
}

.app-link img {
  border-radius: 6px;
  /* height: 45px; */
  width: auto;
}

.brand-logos-section {
  border-bottom: 1px solid #156899;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.brand-logos-section h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.logo-item {
  margin: 0 10px;
}

.footer-links {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(5,1fr);
  margin-bottom: 50px;
}

.link-column h4 {
  color: #bfd6e2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
  opacity: 0.9;
  text-transform: uppercase;
}

.link-column ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.link-column ul li {
  margin-bottom: 8px;
}

.link-column ul li a {
  color: white;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.3s;
}

.link-column ul li a:hover {
  opacity: 1;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.copyright {
  color: white;
  font-size: 12px;
  opacity: 0.8;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  align-items: center;
  background: #156899;
  border-radius: 5px;
  border: 1px solid #156899;
  display: flex;
  height: 36px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 36px;
}

.social-link:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.footer-bottom-mobile {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
  padding-top: 40px;
}

.copyright-mobile {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  text-align: left;
}

#ast-scroll-top .ast-icon svg {
  display: none;
}

.search-icon {
  background-image: url('https://caronphone.com/news/wp-content/uploads/2025/08/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.heateor_sss_sharing_container {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.heateor_sss_sharing_title {
  font-size: 14px;
  font-weight: normal !important;
}

.heateor_sss_sharing_ul {
  display: flex;
  gap: 10px;
}

.heateor_sss_svg svg {
  padding: 5px;
}

.acf-form {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin: 30px auto;
  max-width: 700px;
  padding: 30px;
}

.acf-form h2 {
  color: #222;
  font-size: 24px;
  margin-bottom: 20px;
}

.acf-field label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.acf-field input[type="text"], .acf-field input[type="email"], .acf-field input[type="number"], .acf-field input[type="file"], .acf-field textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  padding: 12px 14px;
  transition: 0.3s;
  width: 100%;
}

.acf-field input:focus, .acf-field textarea:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 3px rgba(0,115,170,0.15);
}

.acf-field input[type="file"] {
  padding: 6px;
}

.acf-form-submit input[type="submit"] {
  background: linear-gradient(135deg,#0073aa,#0096c7);
  border-radius: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}

.acf-form-submit input[type="submit"]:hover {
  background: linear-gradient(135deg,#005f8c,#0073aa);
  transform: translateY(-2px);
}

.acf-field {
  margin-bottom: 18px;
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-10%);
  }
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-20deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}

@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
    transform: translateY(-50%);
  }

  to {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .news_list_wrapper {
    padding: 10px;
  }

  .sidebar_post_details h2 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 5px;
  }

  .sidebar_post > img {
    flex: 0 0 90px;
    height: 70px;
    max-width: 90px;
  }

  .meta-boxes span {
    font-size: 8px;
  }

  .meta-boxes {
    margin: 0 0 5px;
  }

  .news_list_wrapper h3 {
    font-size: 16px;
    line-height: 23px;
  }

  .footer-top {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .app-section {
    grid-column: 1 / -1;
    margin-top: 30px;
  }

  .footer-links {
    gap: 35px;
    grid-template-columns: repeat(3,1fr);
  }

  .footer-left, .contact-section {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 16px;
  }

  .brands-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width: 520px) {

  .web-stories-grid .story h4 {
    font-size: 12px;
  }
}

@media (max-width: 676px) {
  .footer-links {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .footer-left img {
    width: 160px;
  }

  .link-column ul {
    display: none;
  }

  .link-column:first-child ul {
    display: block;
  }

  .minimiseBox:after {
    content: '-';
  }

  .deskto-footer {
    display: none;
  }

  .link-column h4 {
    font-size: 14px !important;
  }

  .link-column ul li a {
    font-size: 14px !important;
  }

  .footer-bottom {
    border-top: 0 !important;
  }

  .link-column {
    border-bottom: 1px solid #156899;
    position: relative;
  }

  .link-column:after {
    content: "+";
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 768px) {
  .footer-header {
    margin-bottom: 0;
  }

  .newsletter-btn {
    margin-top: 10px !important;
  }

  .footer-content {
    padding: 0 15px 25px;
  }

  .footer-top {
    gap: 35px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 30px;
    grid-template-columns: repeat(2,1fr);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }

  .newsletter-input, .newsletter-btn {
    border-radius: 4px;
  }

  .mega-menu {
    left: -1rem;
    width: 100vw;
  }

  .mega-menu-content {
    grid-template-columns: 1fr;
  }

  .features-section {
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .latest_news_slider .slick-dots {
    padding-left: 50px;
    right: 0;
    transform: inherit !important;
  }

  .latest_news_section .latest_news_box {
    grid-template-columns: 1fr 1fr;
  }

  .newslatterBox.phone {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .latest_news_section .latest_news_details {
    gap: 10px;
    height: 100%;
    padding: 0 0px 0 20px;
  }

  .blog_box_heading_details .title {
    height: 52px;
  }

  .breaking_news_section .heading_details .common-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
  }

  .best_of_month_blog .common-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .latest_news_slider .slick-dots {
    bottom: -10px;
    left: 50%;
    transform: translate(-70px,-50%);
  }

  .latest_news_section .latest_news_slider {
    margin-bottom: 60px;
  }

  .news_list_wrapper {
    padding: 10px;
  }

  .sidebar_post_details h2 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 5px;
  }

  .sidebar_post > img {
    flex: 0 0 90px;
    height: 70px;
    max-width: 90px;
  }

  .meta-boxes span {
    font-size: 8px;
  }

  .meta-boxes {
    margin: 0 0 5px;
  }

  .news_list_wrapper h3 {
    font-size: 16px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1199px) {
  .page-id-48383 h1.entry-title, .container {
    max-width: 960px;
  }

  .common-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .f-25 {
    font-size: 20px;
    line-height: 27px;
  }

  .common_margin {
    margin: 50px 0;
  }

  .desktop {
    display: none;
  }

  .tablet_view {
    display: block;
  }

  .common-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .scroll-up span {
    color: var(--secondary-color);
    font-size: 24px;
  }

  .blog_details_content .common-heading {
    font-size: 28px;
    line-height: 35px;
  }

  header .desktop {
    display: block;
  }

  .top_header {
    padding: 10px 0;
    position: relative;
  }

  .top_header .navbar_search .search_input {
    font-size: 14px;
    height: 40px;
    color: #fff;
  }

  .top_header:before {
    height: 81px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  .top_header .location_login_div {
    column-gap: 7px;
  }

  .navbar-nav {
    column-gap: 5px;
  }

  .footer-block .common-paragraph {
    padding-right: 0;
  }

  .subscribe input {
    max-width: 100%;
    padding: 12px 12px 12px 40px;
  }

  .latest_blog_box {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .latest_blog_details .latest_blog_heading {
    font-size: 32px;
    line-height: 42px;
  }

  .latest_blog_image img {
    height: 350px;
  }

  .blog_box_heading_details .title {
    font-size: 16px;
    line-height: 24px;
  }

  .blog_box_details {
    padding: 10px;
  }

  .comming_soon_blog_box {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .comming_soon_blog_details .common-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .comming_soon_blog_img img {
    height: 350px;
  }

  #countdown ul li {
    font-size: 16px;
    height: 100px;
    padding: 10px;
    width: 110px;
  }

  #countdown ul li span {
    font-size: 52px;
    line-height: 52px;
  }

  .blog_news_lising_wrapper {
    grid-template-columns: repeat(3,1fr);
  }

  .common_blog_box .common_blog_box_img .thumb_img {
    height: auto;
  }

  .best_of_month_blog .common_blog_box .common_blog_box_img .thumb_img {
    height: auto;
    object-fit: cover;
  }

  .latest_news_image img {
    height: auto;
  }

  .latest_news_details .latest_news_heading {
    font-size: 28px;
    line-height: 38px;
  }

  .latest_news_slider .slick-dots {
    bottom: 10px;
    transform: translate(-20px,-50%);
  }

  .breaking_news_section .common_blog_box .common_blog_box_img .thumb_img {
    height: 180px;
  }

  .best_of_month_news.best_of_month_blog .common_blog_view_all_btn {
    right: 11%;
  }

  .common_blog_box {
  }

  .blog_tips_hacks_box {
    height: 100%;
  }

  .best_of_month_blog .common_blog_view_all_btn {
    right: 15%;
  }

  .breaking_news_section .heading_details {
    margin-bottom: 10px;
  }

  .news_sidebar_box {
    padding: 20px 15px;
  }

  .news_sidebar_box .heading_details {
    flex-wrap: wrap;
    gap: 5px;
  }

  .news_sidebar_box .heading_details .ex_showroom_price_div {
    text-align: left;
  }

  .brand_car_img img {
    height: 154px;
    width: 90%;
  }

  .brand_car_img {
    margin-top: 10px;
  }

  .available_color_item {
    height: 20px;
    width: 20px;
  }

  .available_colors_list .colors_list {
    gap: 4px;
  }

  .car_model_features {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin: 15px 0;
  }

  .car_model_features_box {
    margin: 0;
  }

  .car_model_btns {
    flex-wrap: wrap;
  }

  .more_offers_div_wrapper {
    gap: 15px;
  }

  .more_offers_div .heading {
    right: unset;
  }

  .more_offers_div:before {
    content: "";
    display: none;
  }

  .more_offers_div .more_offers_box {
    flex-wrap: wrap;
  }

  .more_offers_div .more_offers_box .brand_car_details .more_details_btn {
    bottom: -10px;
    float: right;
    margin-right: 20px;
    position: relative;
    right: 0;
  }

  .more_offers_div .more_offers_box .brand_car_img {
    max-width: 100%;
  }

  .more_offers_div .more_offers_box .brand_car_img img {
    height: 130px;
  }

  .more_offers_div .more_offers_box .brand_car_details {
    padding: 0 10px 20px 10px;
  }

  .footer-content, .page-id-48383 h1.entry-title, .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1400px) {
  .page-id-48383 h1.entry-title, .container {
    max-width: 1300px;
  }

  .f-25 {
    font-size: 20px;
    line-height: 25px;
  }

  .common-heading {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .common-button {
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 10px 25px;
  }

  .common_padding {
    padding: 70px 0;
  }

  .login_modal .modal-dialog {
    max-width: 450px;
    min-height: calc(100% - 0rem) !important;
  }

  .login_modal .modal-dialog .modal-content {
    padding: 25px;
  }

  .footer-block .title {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-block .common-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-block span {
    font-size: 16px;
    height: 30px;
    padding: 5px;
    width: 30px;
  }

  .latest_news_section .latest_news_details {
    padding: 0 100px 0 50px;
  }

  .best_of_month_blog .common-heading {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
  }

  .breaking_news_section .heading_details .common-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-arrow {
    top: -20px;
  }

  .latest_news_image img {
    height: auto;
    width: 100%;
  }

  .latest_news_slider .slick-dots {
    bottom: 0px;
    left: 52%;
    transform: translate(-50%,-50%);
  }

  .more_offers_div .more_offers_box .brand_car_img img {
    height: 95px;
    width: 90%;
  }

  .more_offers_div .more_offers_box .brand_car_img {
    max-width: 130px;
  }

  .more_offers_div .more_offers_box .brand_car_details .more_details_btn {
    font-size: 12px;
    padding: 4px 30px 4px 20px;
  }

  .more_offers_div .more_offers_box .brand_car_details .more_details_btn i {
    font-size: 16px;
  }

  .more_offers_div .more_offers_box .brand_car_details h4 {
    font-size: 18px;
  }

  .car_model_features_box p {
    font-size: 13px;
    font-size: 14px;
  }

  .footer-content, .page-id-48383 h1.entry-title, .container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1600px) {
  .top_header_main_div .logo img {
    width: 200px;
  }

  .top_header .location_login_div .bx {
    font-size: 20px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  .navbar .common-button {
    font-size: 12px;
    padding: 8px 25px;
  }

  .latest_news_section .latest_news_details {
    padding: 0 150px 0 50px;
  }

  .blog_filter_div {
    top: 85px;
  }
}

@media screen and (max-width: 375px) {
  .login_modal .modal-dialog .modal-content {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 420px) {
  #countdown ul li {
    height: 80px;
    width: 100%;
  }

  .best_of_month_blog .common_blog_view_all_btn {
    right: 22%;
  }

  .best_of_month_news.best_of_month_blog .common_blog_view_all_btn {
    right: 19%;
  }
}

@media screen and (max-width: 480px) {
  .top_header:before {
    width: 45%;
  }
}

@media screen and (max-width: 575px) {
  .common-heading {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .loading_screen_size, .loading_screen_size_advance {
    height: calc(100vh - 60px);
  }

  .imgrotate img {
    width: 90px;
  }

  .loading_screen_size h5, .loading_screen_size_advance h5 {
    font-size: 16px;
  }

  .location .location_name {
    font-size: 12px;
  }

  .light_header .mobile-search-bar button span, .mobile_header .location_login_div .login span, .mobile_header_div .wishlist span, .location span {
    font-size: 18px;
  }

  .location_login_div li {
    background-color: #ffffff17;
    border-radius: 5px;
    padding: 8px;
  }

  .mobile_header .navbar-toggler span {
    font-size: 24px;
    padding: 6px;
  }

  .mobile-search-bar {
    display: block;
  }

  .location_login_div {
    gap: 6px;
  }

  .login_modal .modal-dialog {
    margin: 0 15px;
    max-width: 100%;
  }

  .login_modal .modal-dialog .modal-content {
    padding: 20px 15px;
  }

  .login_dropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 8px;
  }

  .login_dropdown .dropdown-menu {
    right: 0;
    top: 40px;
  }

  /*footer:after {
    bottom: 90px;
  }*/

  .footer_copyright {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .blog_news_lising_wrapper {
    grid-template-columns: repeat(1,1fr);
  }

  .latest_blog_details .latest_blog_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .best_of_month_news .common_blog_view_all_btn .common-button {
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 10px;
  }

  .best_of_month_blog .common-heading {
    font-size: 18px;
    line-height: 31px;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-prev:before, .best_of_month_news .best_of_month_blog_slider .slick-next:before {
    font-size: 18px !important;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-arrow {
    border-radius: 4px;
    height: 25px !important;
    width: 25px !important;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-prev {
    right: 50px;
  }

  .blog_filter_div {
    padding-bottom: 10px;
    padding-top: 10px;
    top: 57px;
  }

  .blog_news_lising {
    padding: 0px 0;
    padding: 20px 0 !important;
  }

  #countdown ul li {
    height: 80px;
    width: 100%;
  }

  #countdown ul li span {
    font-size: 30px;
    line-height: 34px;
  }

  .best_of_month_blog .common_blog_view_all_btn {
    right: 18%;
  }

  .best_of_month_news.best_of_month_blog .common_blog_view_all_btn {
    right: 14%;
    right: 17%;
  }

  .breaking_news_section .common_blog_box .blog_box_heading_details .title {
    height: auto;
  }

  .common_banner_div, .common_banner_img {
    height: 150px !important;
  }

  .common_banner_div .common-paragraph {
    line-height: 22px;
  }

  .more_offers_div .more_offers_box .brand_car_img img {
    height: 140px;
    width: 70%;
  }

  .brand_car_img img {
    height: 200px;
    width: 90%;
  }

  .car_model_features {
    grid-template-columns: 1fr 1fr;
  }

  .more_offers_div_wrapper {
    grid-template-columns: 1fr;
  }

  .car_model_btns .common-button {
    font-size: 12px;
  }

  .mobile_header .logo img {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .page-id-48383 h1.entry-title {
    margin-top: 30px !important;
  }

  .page-id-48383 h1.entry-title, .container {
    max-width: 100%;
  }

  .common-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .common-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .common-button {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 18px;
    padding: 8px 25px;
  }

  .slick-prev, .slick-next {
    height: 20px !important;
    width: 20px !important;
  }

  .slick-track {
    padding: 0px !important;
  }

  .common_margin {
    margin: 50px 0;
  }

  .scroll-up {
    height: 30px;
    right: 20px;
    width: 30px;
  }

  .scroll-up span {
    font-size: 22px;
    line-height: unset;
  }

  .blog_details_content .common-heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    margin-top: 12px;
    padding: 0;
  }

  .location {
    font-size: 14px;
    gap: 3px;
  }

  .light_header .mobile-search-bar button span, .mobile_header .location_login_div .login span, .mobile_header_div .wishlist span {
    font-size: 22px;
  }

  .login_modal .modal-dialog .modal-content .modal-body .login_form .otp_div input {
    height: 38px;
    width: 38px;
  }

  .top_header_main_div .logo a img {
    width: 150px;
  }

  .top_header:before {
    height: 78px;
  }

  .top_header .location_login_div {
    column-gap: 10px;
  }

  .footer_copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    row-gap: 10px;
  }

  /*footer:after {
    bottom: 80px;
  }*/

  .footer-block .title {
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0 15px 0;
  }

  .footer_contact_block {
    order: 4;
  }

  .footer_others_block {
    order: 3;
  }

  .footer_contact_block .footer-list {
    margin: 0;
  }

  .footer-block ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-block ul li {
    margin-top: 6px;
  }

  .footer-block span {
    font-size: 15px;
    height: 25px;
    padding: 5px;
    width: 25px;
  }

  .footer_copyright .social-icons a {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
  }

  .footer_copyright .social-icons a i {
    font-size: 20px;
  }

  .latest_blog_box {
    border-radius: 8px;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .latest_blog_image img {
    border-radius: 8px 8px 0 0;
    border: 4px solid #0000001a;
    height: auto;
  }

  .latest_blog_details {
    padding: 15px;
    row-gap: 7px;
  }

  .latest_blog_details .latest_blog_heading {
    font-size: 22px;
    height: 50px;
    line-height: 32px;
  }

  .latest_blog_slider .slick-arrow {
    bottom: 0;
    height: 30px !important;
    width: 30px !important;
  }

  .blog_tips_hacks_wrapper {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .blog_tips_hacks_section .heading_div .common-heading {
    margin-bottom: 3px;
  }

  .blog_tips_hacks_section .heading_div .common-button {
    top: 5px;
  }

  .blog_tips_hacks_section .heading_div {
    padding-right: 100px;
    text-align: left;
  }

  #countdown ul li {
    font-size: 12px;
    height: 80px;
    width: 100px;
  }

  .comming_soon_blog_box {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .comming_soon_blog_details .common-heading {
    font-size: 24px;
    line-height: 26px;
  }

  #countdown ul li span {
    font-size: 36px;
    line-height: 40px;
  }

  .latest_news_image img {
    height: auto;
  }

  .latest_news_details .latest_news_heading {
    font-size: 22px;
    font-weight: 600;
    height: 65px;
    line-height: 30px;
  }

  .latest_news_details .common-paragrah {
    font-size: 14px;
  }

  .breaking_news_section .common_blog_box {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .breaking_news_section .common_blog_box .common_blog_box_img .thumb_img {
    border-radius: 8px 8px 0 0;
    height: auto;
  }

  .breaking_news_section .heading_details {
    gap: 10px;
    margin-bottom: 15px;
    text-align: left;
  }

  .best_of_month_blog .common-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .best_of_month_news .heading_details {
    margin-bottom: 0;
  }

  .best_of_month_news .common_blog_view_all_btn .common-button {
    font-size: 13px;
    padding: 8px 12px;
  }

  .best_of_month_news.best_of_month_blog .common_blog_view_all_btn {
    right: 16%;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-arrow {
    top: -37px;
  }

  .best_of_month_news .common_blog_view_all_btn {
    margin-right: 10px;
  }

  .blog_news_lising_wrapper {
    grid-template-columns: repeat(1,1fr);
  }

  .common_blog_box .common_blog_box_img .thumb_img, .comming_soon_blog_img img, .blog_tips_hacks_box {
    height: auto;
  }

  .blog_filter_div {
    margin-top: 0;
  }

  .blog_details_content_wrapper {
    padding: 15px;
  }

  .brand_car_img img {
    height: 300px;
    width: 90%;
  }

  .more_offers_div .more_offers_box .brand_car_details h4 {
    animation: none;
  }

  .metaInfo {
    gap: 15px;
    gap: 6px;
    margin-top: 10px;
  }

  .breadcrumb > * {
    max-width: 150px;
  }

  .userdata .description {
    margin-top: 20px;
    width: 100%;
  }

  .userdata h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .auther_img {
    flex: 0 0 150px;
    height: 150px;
    width: 150px;
  }

  .auther_img img {
    padding: 5px;
  }

  .userdata {
    padding: 20px;
  }

  .mob-breadcrumb {
    gap: 0px;
    gap: 5px;
    margin: 0 0 6px;
  }

  .mob-breadcrumb * {
    color: #212529;
    font-size: 12px;
    font-weight: 500;
  }

  .mob-breadcrumb span a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
  }

  .mob-breadcrumb > a:after {
    content: '>';
    display: inline-block;
    position: relative;
  }

  .mob-breadcrumb > a {
    align-items: center;
    display: flex;
    gap: 5px;
    white-space: nowrap;
  }

  .metaInfo p {
    font-size: 13px;
  }

  .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
  }

  .common_banner_div_main {
    padding: 30px 0 30px 0;
  }

  .blog_details_content {
    margin: 20px 0 50px !important;
  }

  .mob-breadcrumb span {
    display: none;
  }

  .breadcrumb > a + a:before, .breadcrumb > a + a:after {
    background: #f6f2f2 !important;
  }

  .blog_filter_div a {
    font-size: 10px;
    line-height: 1.5em !important;
  }

  .select_filter li {
    font-size: 10px;
    padding: 5px;
  }

  .select_filter {
    gap: 5px;
  }

  .brand_box {
    width: 100%;
  }

  .footer-content, .page-id-48383 h1.entry-title, .container {
    max-width: 540px;
  }
}

@media screen and (max-width: 991px) {
  .common-desktop-show {
    display: none !important;
  }

  .common-mobile-show {
    display: block !important;
  }

  .page-id-48383 h1.entry-title, .container {
    max-width: 750px;
  }

  .common-heading {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .common_padding {
    padding: 50px 0;
  }

  .scroll-up {
    bottom: 30px;
  }

  .blog_details_content .common-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .top-bar,
  header .desktop {
    display: none;
  }

  .mobile_header {
    background: #034c78;
    display: block;
    position: relative;
    z-index: 999;
  }

  header.sticky {
    background-color: rgba(255,255,255,0.6);
    z-index: 99;
  }

  .wishlist_count, .notification_count {
    font-size: 10px;
    height: 15px;
    width: 15px;
  }

  .light_header .mobile-search-bar button span {
    color: var(--secondary-color);
    font-size: 22px;
    position: unset;
    transform: inherit;
  }

  .mobile_header_div .wishlist {
    display: flex;
    height: auto;
    position: static;
    width: auto;
  }

  .mobile_header_div .wishlist span {
    font-size: 22px;
  }

  .mobile_header .offcanvas-start {
    width: 350px;
  }

  .mobile_header .offcanvas-header {
    background: #034c78;
    padding: 10px 15px;
  }

  .mobile_header .offcanvas-header .logo img {
    width: 170px;
  }

  .mobile_header .offcanvas-header .btn-close-white {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .mobile_header .offcanvas-header .btn-close-white span {
    font-size: 24px;
  }

  .mobile_header .offcanvas-body {
    padding: 10px 15px 15px 15px;
  }

  .mobile_header_div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .mobile_header .navbar-toggler {
    background: transparent;
    padding: 0;
  }

  .mobile_header .navbar-toggler span {
    align-items: center;
    background-color: #ffffff17;
    border-radius: 4px;
    display: flex;
    font-size: 24px;
    justify-content: center;
    padding: 5px;
  }

  .mobile_header .location_login_div .login {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--secondary-color);
    column-gap: 5px;
    display: flex;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  .mobile_header .location_login_div .login span {
    font-size: 22px;
  }

  .mobile_header_div .logo a {
    display: block;
  }

  .mobile_header .logo img {
    width: 160px;
    width: 190px;
  }

  .mobile_header .login.dropdown-toggle::after {
    display: none;
  }

  .mobile_header .navbar-nav {
    display: grid;
    row-gap: 10px;
  }

  .mobile_header .navbar-nav .mobile_nav_feature .flex-div {
    background-color: transparent;
    gap: 10px;
  }

  .mobile_header .navbar-nav .mobile_nav_feature .flex-div li {
    background-color: var(--theme-black-color);
    border-radius: var(--border-radius);
    width: 100%;
  }

  .mobile_header .navbar-nav .mobile_nav_feature .flex-div li a {
    color: var(--secondary-color);
    display: block;
    font-weight: 400;
  }

  .mobile_header .navbar-nav .mobile_nav_feature .flex-div li a.dropdown-item:hover {
    background-color: unset;
  }

  .mobile_header .navbar-nav .nav-item.mobile_nav_feature .flex-div li a label {
    cursor: pointer;
    flex-direction: column;
  }

  .navbar_search {
    display: none;
  }

  .mobile-search-bar {
    display: block !important;
  }

  .mobile_wishlist {
    align-items: center;
    color: var(--secondary-color);
    display: flex;
  }

  .mobile-search-bar button {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--secondary-color);
    display: flex;
    padding: 0;
  }

  .mobile-search-bar button span {
    color: var(--black-color);
    position: unset;
    transform: inherit;
  }

  .mobile-search-bar .modal-body {
    padding: 0;
  }

  .modal-open {
    padding-right: 0 !important;
  }

  .mobile-search-bar form {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }

  .mobile-search-bar .search_input {
    border-radius: var(--border-radius);
    border: none;
    height: 50px;
    padding: 13px;
    width: 100%;
  }

  .mobile-search-bar span {
    color: var(--dark-grey-color);
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }

  .navbar .container {
    position: relative;
  }

  .navbar-collapse {
    background-color: var(--secondary-color);
    left: 0px;
    padding: 0 15px;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 9;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-item ul {
    background-color: transparent;
    margin-left: 0;
    list-style: none;
    padding: 0;
  }

  .navbar-nav .nav-item ul li a label {
    align-items: center;
    display: flex;
    gap: 5px;
  }

  .navbar-nav .nav-item ul li a {
    align-items: center;
    color: #282c2f;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    padding: 10px;
  }

  .navbar-nav .nav-item ul li a:active, .navbar-nav .nav-item ul li a.active {
    background: var(--primary-color);
    color: var(--secondary-color);
  }

  .navbar-nav .nav-item ul li a.logout {
    color: red;
  }

  .top_header .location_login_div {
    column-gap: 20px;
  }

  .navbar-nav .nav-item .dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    position: static !important;
    transform: unset !important;
    width: 100%;
  }

  .navbar-nav .nav-item .dropdown-toggle .bx-chevron-right, .navbar-nav .nav-item .dropdown-toggle.show .bx-chevron-down {
    display: block;
  }

  .navbar-nav .nav-item .dropdown-toggle.show .bx-chevron-right, .navbar-nav .nav-item .dropdown-toggle .bx-chevron-down {
    display: none;
  }

  .location_login_div {
    align-items: center;
    display: flex;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: auto !important;
  }

  .location_login_div li {
    background-color: #ffffff17;
    border-radius: var(--border-radius);
    padding: 6px;
  }

  .location {
    align-items: center;
    color: var(--secondary-color);
    cursor: pointer;
    display: flex;
    gap: 5px;
  }

  .mob-btn {
    display: block !important;
  }

  .footer-block .footer_logo {
    width: 200px;
  }

  .latest_blog_details .latest_blog_heading {
    font-size: 26px;
    line-height: 32px;
  }

  .blog_tips_hacks_wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  #countdown ul {
    gap: 10px;
    margin: 0;
  }

  #countdown ul li {
    font-size: 14px;
    height: 80px;
    width: 100%;
  }

  #countdown ul li span {
    font-size: 40px;
    line-height: 40px;
  }

  .blog_box_details {
    opacity: 1;
  }

  .comming_soon_blog_box .common-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .comming_soon_blog_details {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 15px;
  }

  .comming_soon_blog_details .common-button {
    width: fit-content;
  }

  .comming_soon_blog_details .common-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .blog_news_lising_wrapper {
    grid-template-columns: repeat(2,1fr);
  }

  .latest_news_section .latest_news_details {
    gap: 8px;
    height: 100%;
    padding: 20px;
    place-content: flex-start;
  }

  .latest_news_slider .slick-dots {
    bottom: -60px;
    transform: translate(-50%,-50%);
  }

  .latest_news_slider.slick-dotted.slick-slider {
    margin-bottom: 60px;
  }

  .latest_news_section .container-fluid {
    max-width: 750px;
    padding: 0 15px;
  }

  .latest_news_section .latest_news_box {
    background-color: #fff;
    border-radius: 8px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-arrow {
    height: 30px !important;
    top: -39px;
    width: 30px !important;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-prev:before, .best_of_month_news .best_of_month_blog_slider .slick-next:before {
    font-size: 22px !important;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-prev {
    right: 55px;
  }

  .best_of_month_news.best_of_month_blog .common_blog_view_all_btn {
    right: 12%;
  }

  .common_blog_box .common_blog_box_img .thumb_img, .best_of_month_blog .common_blog_box .common_blog_box_img .thumb_img {
    height: auto;
  }

  .blog_filter_div {
    padding-bottom: 10px;
    top: 65px;
  }

  .best_of_month_blog .row {
    row-gap: 20px;
  }

  .best_of_month_blog .common_blog_view_all_btn {
    top: 20px;
  }

  .best_of_month_news .common_blog_view_all_btn {
    top: 0;
  }

  .best_of_month_blog .slick-prev, .best_of_month_blog .slick-next {
    height: 30px !important;
    width: 30px !important;
  }

  .best_of_month_blog_slider .slick-arrow {
    bottom: -66px;
  }

  .best_of_month_blog_slider .slick-prev {
    right: 37px;
  }

  .best_of_month_blog_slider_item {
    margin: 0 5px;
  }

  .best_of_month_news .best_of_month_blog_slider .slick-track {
    padding-top: 0px !important;
  }

  .breaking_news_section .row {
    row-gap: 15px;
  }

  .breaking_news_section .heading_details {
    margin-bottom: 10px;
  }

  .blog_tips_hacks_box_img {
    height: auto;
    overflow: hidden;
  }

  .blog_tips_hacks_box .blog_box_details {
    padding: 0;
    position: static;
  }

  .blog_tips_hacks_box .blog_date {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 5px;
  }

  .common_banner_div, .common_banner_img {
    height: 160px !important;
  }

  .brand_car_img img {
    height: 400px;
    width: 90%;
  }

  .car_model_features {
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 15px 0;
  }

  .car_model_btns {
    flex-wrap: nowrap;
  }

  .more_offers_div_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .more_offers_div .more_offers_box .brand_car_img img {
    height: 150px;
    width: 85%;
  }

  .news_sidebar {
    margin-top: 20px;
  }

  .navbar-nav .dropdown-item.new_page:after {
    position: absolute;
    right: 80px;
  }

  .newslatterBox.desktopNewslatter {
    display: none;
  }

  .table_content_sidebar {
    display: none !important;
  }

  .footer-content, .page-id-48383 h1.entry-title, .container {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .table_content_sidebar {
    height: calc(100vh - 100px);
    max-height: calc(100vh - 160px);
    overflow-y: scroll;
    position: -webkit-sticky;
    position: sticky;
    top: 146px;
    top: 96px;
    z-index: 10;
  }

  .table_content_sidebar #ez-toc-container {
    max-height: calc(100vh - 210px);
    overflow: hidden;
  }

  .blog_news_lising_wrapper .common_blog_box .blog_box_heading_details {
    min-height: 95px;
  }
}

@media(max-width: 1198px) and (min-width: 991px) {
  .header_readmore_btn {
    font-size: 12px;
  }
}

@media(max-width: 676px) {
  #ast-scroll-top {
    height: 66px;
    width: 45px;
  }
}

@media(max-width: 768px) and (min-width: 677px) {
  .newsletter-input-container {
    max-width: 70%;
  }
}

@media(max-width: 990px) {
  #ez-toc-container {
    width: 100%;
  }

  .table_content_sidebar {
    display: none;
    margin-top: 10px;
    width: 100%;
  }

  .blog_filter_div {
    top: 67px;
  }

  .news_latter_box {
    justify-content: center;
  }

  form#custom-newsletter-form {
    margin: 20px auto !important;
  }
}

@media(max-width: 990px) and (min-width: 677px) {
  #ast-scroll-top {
    height: 127px;
    width: 67px;
  }
}

@media(max-width:1199px) and (min-width: 991px) {
  .sidebar_post {
    display: block;
  }

  .sidebar_post > img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
}

@media(max-width:992px) {
  .news_latter_box {
    justify-content: center;
  }

  form#custom-newsletter-form {
    margin: 20px auto !important;
  }
}

@media(min-width: 677px) {
  .mobile-footer {
    display: none;
  }
}