/*
Theme Name: M3 Commecials
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
input[type="date"] {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none; /* Safari & iOS */
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

/* Optional: Target WebKit specifically */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="date"] {
    width: 100% !important;
  }
}

.Contact_sec-01 .contact_form .col-lg-6 {
    flex: 100%;
    max-width: 100%;
}
html,body{
    overflow-x: hidden;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Inter", sans-serif;
}
.Transition_box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  display: none;
}

.Transition_box.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none !important;
  transition: linear 0.5s !important;
}

a:active,
a:hover {
  outline: 0;
  transition: linear 0.5s !important;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #1560BD;
  padding: 20px 100px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  margin-right: 60px;
  letter-spacing: 0.8px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
/*@media screen and (max-width: 991px) {*/
/*  .navbar-nav .dropdown-menu {*/
/*    border: medium none;*/
/*    margin-left: 1.250rem;*/
/*    padding: 0;*/
/*  }*/

/*  .dropdown-menu li a {*/
/*    padding: 0;*/
/*  }*/

/*  #masthead .navbar-nav > li > a {*/
/*    padding-bottom: 0.625rem;*/
/*    padding-top: 0.313rem;*/
/*  }*/

/*  .navbar-light .navbar-toggler {*/
/*    border: medium none;*/
/*    outline: none;*/
/*  }*/
/*}*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content{
    margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

/*@media screen and (max-width: 1199px) {*/
/*  .navbar-dark .dropdown-item {*/
/*    color: #fff;*/
/*  }*/
/*  .navbar-nav .dropdown-menu {*/
/*    background: transparent;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*  }*/
/*}*/
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*======================
      CUSTOM-CSS
========================*/
@media (min-width: 1200px) {
    .container {
        max-width: 1330px;
    }
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

@keyframes animate-width {
    from { width: 0px; }
    to { width: 191px; }
}
/*===========================
        THEME-BTN
============================*/
.theme-btn .vc_general {
    font-size: 24px !important;
    font-weight: 700;
    color: #fff !important;
    padding: 18px 67px !important;
    background: #84C1FF !important;
    border-radius: 80px !important;
}
.theme-btn.transparent .vc_general {
    background: transparent !important;
    border: 3px solid #84C1FF !important;
}
.theme-btn.transparent .vc_general:hover {
    background: #84C1FF !important;
    color: #1560BD !important;
}
.theme-btn.light_btn .vc_general {
    color: #093073 !important;
}
.theme-btn.dark_btn .vc_general {
    background: #1560BD !important;
}
.theme-btn.dark_btn .vc_general {
    background: #1560BD !important;
}
.theme-btn .vc_general:hover {
    background: #1560BD !important;
    color: #fff !important;
}
.theme-btn.dark_btn .vc_general:hover {
    background: #84C1FF !important;
    color: #093073 !important;
}
/*===========================
    THEME-PARAGRAPH
============================*/
.theme-para p {
    font-size: 26.63px;
    font-weight: 600;
    line-height: 30px;
}
.theme-para.ft-20 p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}
.theme-para ul {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.theme-para ul li {
    font-size: 26.63px;
    color: #1560BD;
    line-height: 22px;
    font-weight: 700;
    padding-right: 30px;
    position: relative;
}
.theme-para ul li::before {
    content: '';
    background: #84C1FF;
    width: 8.53px;
    height: 8.53px;
    position: absolute;
    right: 10px;
    border-radius: 100%;
    top: 10px;
}
.theme-para ul li:last-child::before {
    display: none;
}
.theme-para ul li:last-child {
    padding-right: 0;
}
.theme-para.ft-15 p {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 400;
}
/*===========================
    THEME-HEADING
============================*/
.theme-h2 {
    margin: 0;
    padding-top: 0;
    font-weight: 700;
}
.theme-h2.border_btm {
    position: relative;
    margin-bottom: 30px;
}
.theme-h2.border_btm::before {
  content: '';
  width: 0; /* default width */
  height: 6px;
  background: #84C1FF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0s;
}
.theme-h2.border_btm.animate::before {
  animation: animate-width 2s ease 0.5s forwards;
}
.brd-clr-yel::before {
    background: #FCB900 !important;
}
.theme-h3 {
    margin: 0;
    padding-bottom: 0.3em;
}
.clr-white p {
    color: #ffffff;
}
.theme-para strong {
    font-size: 18px;
	color: #000 !important;
}
/*----------- HEADER -----------*/
.navbar-light .navbar-brand {
    width: 340px;
}
.call_btn a {
    display: flex;
    align-items: center;
    background: #fec501;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 7px 19px 7px 10px;
    border-radius: 100px;
}
.call_btn .call_icon i {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1560BD;
    margin-right: 15px;
}
.call_btn .call_text p {
    margin: 0;
    font-size: 12px;
    color: #1560BD;
    line-height: 21px;
}
.call_btn .call_text p strong {
    font-size: 18px;
    display: block;
}
/* .dropdown-menu {
    background: #84C1FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    padding: 15px;
}
.dropdown-menu .dropdown-item {
    color: #1560bd;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 0 15px;
    display: inline-block;
    line-height: 36px;
    position: relative;
}
.dropdown-menu .dropdown-item::before {
    content: '';
    background: #1560bd;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.dropdown-menu .dropdown-item:hover::before {
    width: 100%;
}
.dropdown-menu .dropdown-item::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
} */


/*---------- HOME-SEC-01 ----------*/
.Home_sec-01 {
    padding-top: 120px !important;
    padding-bottom: 223px;
}
.Home_sec-01 h1,.Home_sec-01 h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.Home_sec-01 h1 {
    font-weight: 400;
    letter-spacing: -2.75px;
}
.Home_sec-01 h2 {
    letter-spacing: -2.75px;
    padding-top: 50px;
}
.Home_sec-01 ul li {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 67px;
    position: relative;
    padding-left: 50px;
    padding-bottom: 80px;
}
.Home_sec-01 ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #1560BD;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
}
.Home_sec-01 ul li::after {
    content: '';
    background: #000;
    width: 2px;
    height: 80px;
    position: absolute;
    left: 12px;
    top: 66px;
}
.Home_sec-01 ul li:last-child::after {
    display: none;
}
.Home_sec-01 ul li:last-child {
    padding-bottom: 0;
}
.Home_sec-01 ul {
    padding-left: 40px;
}
.review-img {
    position: absolute;
    bottom: -150px;
    height: 100%;
    width: 100%;
    right: -230px;
}
.Home_sec-01 .Transitiopn_box-01 ul li::before {
    content: '1';
    font-weight: 800;
    left: 4px;
    font-family: 'Inter';
    font-size: 36px;
}
.Home_sec-01 .Transitiopn_box-01 ul li:nth-child(2)::before {
    content: '2';
    left: 2px;
}
.Home_sec-01 .Transitiopn_box-01 ul li:nth-child(3)::before {
    content: '3';
    left: 2px;
}
.Transition_box.Transition_box-03 h1 {
    font-size: 65px !important;
    font-weight: 500!important;
    letter-spacing: 1px !important;
}
.Vehicle_search-form .row .col-lg-4:first-child,
.Vehicle_search-form .row .col-lg-4:nth-child(2) {
    flex: 39%;
    max-width: 39%;
}
.Vehicle_search-form .row .col-lg-4:last-child {
    max-width: 22%;
}
.Home_sec-01 ul li span {
    display: block;
    font-size: 25px;
    padding-top: 7px;
}

/*------------- HOME-SEC-02 -----------*/
.Home_sec-02 {
    padding-top: 0 !important;
}
.Home_sec-02 .vc_row {
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    background: #FFFFFF;
    box-shadow: 0px 1px 15.6px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 24px 20px;
    margin-right: 14px;
    margin-left: 14px;
	margin-top: 0!important;
}
.Home_sec-02 .vc_row.review_row {
    margin: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 0;
    backdrop-filter: none;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F8FF;
    border-radius: 100px;
    width: 45%;
    margin: 50px auto 0;
}
.Home_sec-02 .vc_row.review_row p {
    font-size: 24px;
    font-weight: 600;
    color: #1560BD;
    line-height: 67px;
    margin-right: 40px;
}
.Home_sec-02 .vc_row.review_row img {
    width: 208px;
    height: 50px;
}
.Vehicle_search-form input {
    width: 100%;
    height: 100px;
    padding: 0 0;
    text-align: center;
    background: #EAF4FF;
    border: 0;
    font-size: 39px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins';
    border-radius: 12px;
}
.Vehicle_search-form input::placeholder {
    color: #000000;
}
.Vehicle_search-form button {
    width: 100%;
    height: 75px;
    background: #1560BD;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    transition: linear 0.5s;
}
.Vehicle_search-form button:hover {
    background: #84C1FF;
    color: #1560BD;
}
.Vehicle_search-form input.enter_num {
    background-image: url(img/enter-num.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
/*------------- HOME-SEC-03 -----------*/
.Home_sec-03 {
    padding-top: 70px;
    padding-bottom: 100px;
}
.services-row {
    padding-top: 80px;
}
.services-box {
    position: relative;
}
.services-box .services-img,.services-box .services-img img {
    width: 100%;
}
.services-box .services-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -52px;
    padding: 0px 0px 6px 30px;
}
.services-box .services-con h3 {
    margin: -30px 0 0 0;
    padding: 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #ffffff;
}
.services-box .services-con a {
    width: 48px;
    height: 48px;
    background: #1560BD;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    transform: rotate(-45deg);
}
.services-box:hover .services-con a {
    transform: unset;
}
/*--------- HOME-SEC-04 ---------*/
.Home_sec-04 {
    padding-top: 137px !important;
    padding-bottom: 136px;
}
/*--------- HOME-SEC-05 ---------*/
.Home_sec-05 {
    padding-top: 120px !important;
    padding-bottom: 120px;
}
.Home_sec-05::before{
  content: '';
  background: url(img/lines.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 66%;
  height: 379px;
  position: absolute;
  left: 0;
  top: 300px;
}
.Home_sec-05 .vc_single_image-wrapper img {
    max-width: 884px !important;
}
.check-list ul li {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #04070C;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}
.check-list ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #1560BD;
}
.check-list ul {
    padding-top: 50px;
}
/*--------- HOME-SEC-06 ---------*/
.Home_sec-06 {
    padding-top: 99px !important;
    padding-bottom: 98px;
    position: relative !important;
}
.Home_sec-06 ul {
    display: block;
    column-count: 2;
    padding: 60px 0;
}
.Home_sec-06 ul li {
    font-size: 25px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 50px;
}
.Home_sec-06::before,.Home_sec-06::after {
    content: '';
    background: #84C1FF;
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 0% 0% 0% 100%;
}
.Home_sec-06::after {
    bottom: 0;
    left: 0;
    border-radius: 0% 100% 0% 0%;
}
.Home_sec-06::before {
    top: 0;
    right: 0;
}
/*--------- HOME-SEC-07 ---------*/
.Home_sec-07 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Home_sec-07 .vc_row {
    padding-left: 18%;
}
.testimonials-box {
    background: #F1F8FF;
    border-radius: 20px;
    padding: 25px;
    position: relative;
}
.testimonials-box .testimonials-con {
    margin-left: 10px;
}
.testimonials-box .testimonials-con h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1560BD;
}
.testimonials-box .testimonials-con span {
    font-size: 15px;
    font-weight: 400;
    color: #2F2E2E;
}
.testimonials-box 
.testimonial-rating {
    padding: 20px 0;
}
.testimonials-box .testimonial-rating i {
    color: #FFA601;
    font-size: 20px;
}
.testimonials-box .testimonials-content p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2F2E2E;
    width: 96%;
}
.testimonials-box::before {
    content: '';
    background: url(img/g-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 37px;
}
/*--------- HOME-SEC-08 ---------*/
.contact_form p {
  margin-bottom: 0;
}
.contact_form p label {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #2F2E2E;
    font-weight: 400;
    text-transform: uppercase;
}
.contact_form p input,.contact_form p textarea {
    background: #FFFFFF !important;
    border: 1px solid #ffffff !important;
    height: 48px;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    margin-bottom: 12px;
}
.contact_form p textarea {
    height: 86px;
    resize: none;
}
.contact_form .btn-primary {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    background: #1560BD !important;
    border-color: #1560BD !important;
    padding: 0 0;
    color: #fff !important;
    margin: 0;
    border-radius: 50px;
}
.contact_form .btn-primary:hover {
    background: transparent !important;
    color: #1560BD !important;
}
.contact_form {
    padding-right: 60px;
}
.contact_form span.wpcf7-spinner {
    position: absolute;
    right: -10px;
    margin: 0;
    top: 10px;
}
.Home_sec-08 {
    padding-top: 53px !important;
    padding-bottom: 53px;
    position: relative !important;
}
.Home_sec-08::before {
    content: '';
    background: #1560BD;
    width: 39%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
/*--------- HOME-SEC-09 ---------*/
.Home_sec-09 .vc_tta-panel-heading {
    background: transparent !important;
    border: 0 !important;
}
.Home_sec-09 .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 30px 0 !important;
    font-size: 23px;
    color: #302E2E !important;
    border-bottom: 1px solid #84C1FF !important;
    font-weight: 600;
    color: #000000 !important;
}
.vc_tta .vc_tta-controls-icon {
    width: 15px !important;
    height: 15px !important;
}
.Home_sec-09 .vc_tta-panel-body {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    margin-top: 30px;
    margin-bottom: 10px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #1560BD !important;
}
.Home_sec-09 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
/*--------- HOME-SEC-10 ---------*/
.Home_sec-10 {
    background: #84C1FF;
    border-radius: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 100px;
}
.Home_sec-10 .vc_single_image-wrapper {
    width: 114px !important;
    height: 114px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.Home_sec-10 h2 {
    margin: 0;
    padding: 40px 0 20px;
    font-weight: 700;
}
.Home_sec-10 h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}
/*---------- FOOTER -----------*/
.theme-footer {
    background: #093173;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.theme-footer .widget {
    margin: 0;
}
.theme-footer h3 {
    color: #ffffff;
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    font-weight: 700;
}
.theme-footer .textwidget ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.theme-footer .textwidget ul li,.theme-footer .textwidget ul li a {
    color: #ffffff;
    font-size: 14.88px;
    text-align: left;
}
.theme-footer .textwidget ul li {
    position: relative;
    padding-left: 50px;
    margin-right: 60px;
}
.theme-footer .textwidget ul li::before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 36px;
    color: #84C1FF;
}
.theme-footer .textwidget ul li:nth-child(2)::before {
    content: '\f3c5';
}
.theme-footer .textwidget ul li:nth-child(3)::before {
    content: '\f095';
}
/* .home .theme-footer {
    padding-top: 180px;
    margin-top: -90px !important;
} */
body:not(.theme-preset-active) footer#colophon {
    background: #093173;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ffffff;
}
body:not(.theme-preset-active) footer#colophon p {
    font-size: 14.88px;
    color: #ffffff;
}
body:not(.theme-preset-active) footer#colophon p a {
    text-decoration: underline !important;
    color: #fff;
}
/*-------- ABOUT-SEC-01 -------------*/
.About_sec-01 {
    padding-top: 77px !important;
    padding-bottom: 77px;
}
.About_sec-02 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.About_sec-02 .theme-para strong {
    color: #04070C;
}
.Choose_box > .wpb_wrapper {
    height: 1130px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 40px;
}
.Choose_box > .wpb_wrapper p {
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.Choose_box > .wpb_wrapper p a {
    font-size: 32px;
    color: #133C82;
    background: #84C1FF;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
    padding: 7px 26px;
    margin-top: 8px;
    position: relative;
    top: 6px;
}
.Choose_box {
    border-radius: 15px;
}
.Choose_box > .wpb_wrapper p a:hover {
    background: #84c1ff;
}
/*------- VEHICLE-PAGE ---------*/
.Single_service-sec01 {
    padding-top: 120px;
    padding-bottom: 60px;
}
.Single_service-sec01 .vc_single_image-wrapper {
    border: 4px solid #FCB900;
    width: 114px !important;
    height: 114px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.Single_service-sec01 p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #133C82;
}
.Single_service-sec01 .vc_row {
    padding-left: 60px;
    padding-right: 60px;
}
.Single_service-sec01 .vc_row .vc_col-sm-3 {
    position: relative;
}

.Single_service-sec01 .vc_row .vc_col-sm-3::before {
    content: '';
    background: url(img/arrow-long.png);
    width: 267px;
    height: 23px;
    position: absolute;
    right: -130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 50px;
}
.Single_service-sec01 .vc_row .vc_col-sm-3:last-child::before {
    display: none;
}
.Single_service-sec02 .vc_single_image-wrapper {
    width: 100%;
    height: 332px;
    overflow: hidden;
    border-radius: 30px 30px 0px 0;
}
.Single_service-sec02 .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0px 0;
}
.Single_service-sec02 h3 {
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 31px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}
.Single_service-sec02 .theme-para {
    background: #133C82;
    padding: 20px 30px;
    border-radius: 20px;
    margin-top: -35px !important;
    position: relative;
}
.Single_service-sec02 h3::before {
    content: '';
    background: #84C1FF;
    width: 114px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.Single_service-sec02 figure {
    width: 100%;
}
/*=====================
    INSIGHTS-PAGE
=======================*/
.blog-post .tilte-img {
    width: 50%;
    padding: 0 15px;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
}
.blog-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
    border-radius: 10px;
    border: 1px solid #84C1FF;
    padding: 15px 0;
}
.blog-post .tilte-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.blog-post .blog-info {
    width: 50%;
    padding: 0 15px;
}
.blog-post .blog-info .blog-date span {
    font-size: 14px;
    color: #2F2E2E;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.blog-post .blog-info .blog-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-post .blog-info  a  h3 {
    margin: 0;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 700;
}
.blog-post .blog-info .blog-date span i {
    margin-right: 8px;
    color: #84C1FF;
}
.blog-post .blog-info p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
    color: #2F2E2E;
}
.blog-post .blog-info a.blog-btn {
    color: #84C1FF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}
.blog-post .blog-info a.blog-btn::before {
    content: '';
    background: #84C1FF;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.blog-post .blog-info a.blog-btn:hover::before {
    width: 0;
}
.blog-post .blog-info a.blog-btn:hover {color: #2F2E2E;}
div#comments {
    display: none;
}
.Blog_single-main {
    padding-top: 100px;
    padding-bottom: 100px;
}
.insight_img figure{
    width: 100%;
}
.Blog_single-main .post-thumbnail,
.insight_img .vc_box_border_grey{
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
}
.Blog_single-main .post-thumbnail img,
.insight_img .vc_box_border_grey img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*=====================
    CONTACT-PAGE
=======================*/
.Contact_sec-01 {
    padding-top: 90px !important;
    padding-bottom: 90px;
}
.cnt_list ul {
    padding-top: 30px;
}
.cnt_list ul li,.cnt_list ul li a {
    color: #1560bd;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.cnt_list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
}
.cnt_list ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
}
.Contact_sec-01 .contact_form {
    padding: 40px 30px;
    background: #84C1FF;
    border-radius: 20px;
}
.Contact_sec-01 .contact_form label {
    color: #1560BD;
    font-weight: 600;
}
.Buy_vehicle-sec01 {
    padding-bottom: 120px;
}
.page-id-180 .Choose_box > .wpb_wrapper {
    height: 1320px;
}
.Map_cnt-detail-sec .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background: transparent !important;
}
.Map_cnt-detail-sec .wpb_gmaps_widget .wpb_wrapper iframe {
    border-radius: 0px 20px 20px 0px;
}
.Map_cnt-detail-sec ul li {
    font-size: 22.63px;
    color: #1560BD;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    padding-left: 28px;
}
.Map_cnt-detail-sec ul li::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
}
.Contact_sec-01 .theme-para.ft-20 p {
    padding-left: 20px;
    font-weight: 700;
    border-left: 5px solid #84c1ff;
}
.cnt_list ul {
    position: relative;
}
.cnt_list ul::before {
    content: '';
    background: #84c1ff69;
    width: 2px;
    height: 120px;
    position: absolute;
    left: 8px;
    top: 53px;
}
.Contact_sec-01 .contact_form .form-control {
    margin-bottom: 12px;
}
.stats-top .stats-number {
    padding: 0 0 !important;
}
.About_sec-01 .theme-para strong {
    color: #000000;
    font-size: 22px;
}
/*======== BREADCRUMBS ===========*/
.breadcrumbs {
    background-image: url(img/inner-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
}
.single-services .breadcrumbs {
    display: none;
}
/*================================
        VEHICILE-FORM-PAGE
==================================*/
.theme-para h2 {
    margin: 0;
    padding: 0 0 10px;
    color: #fff;
    font-size: 50px;
    line-height: 64px;
    font-weight: bold;
}
.Vehicle_form-sec .icons_row {
    padding: 80px 0;
}

.Vehicle_form-sec .icons_row h3 {
    margin: 0;
    padding: 12px 0;
    font-weight: 600;
}

.Vehicle_form-sec .icons_row p {
    font-size: 22px;
    color: #84C1FF;
    font-weight: 400;
}

.Vehicle_form-sec .icons_row  .vc_col-sm-4 {
    position: relative;
}

.Vehicle_form-sec .icons_row .vc_col-sm-4::before {
    content: '';
    background: #ffffff;
    width: 80%;
    height: 3px;
    position: absolute;
    top: 28px;
    left: 60%;
    opacity: 10%;
    border-radius: 20px;
}

.Vehicle_form-sec .icons_row .vc_col-sm-4:last-child::before {
    display: none;
}
.vehicle_form h2 {
    margin: 0;
    padding: 0 0 80px;
    color: #ffffff;
    font-size: 50px;
    line-height: 67px;
    font-weight: bold;
}
.vehicle_form h3 {
    margin: 0 0 60px;
    padding: 0 0 10px;
    color: #ffffff;
    font-size: 42px;
    line-height: 44px;
    font-weight: 500;
    border-bottom: 2.85px solid #84C1FF;
}
.vehicle_form label {
    color: #ffffff;
    font-size: 14.3px;
    line-height: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
}
.vehicle_form .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(21, 96, 189, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    height: 48px;
    padding: 0 20px;
    color: #000000;
    width: 100%;
}
.vehicle_form textarea.form-control {
    height: 166px;
    padding: 20px;
    resize: none;
}
.vehicle_form span.wpcf7-form-control.wpcf7-checkbox.form-control {
    padding: 0 0;
    background: transparent;
    backdrop-filter: none;
    height: auto;
    border: 0;
}
.vehicle_form span.wpcf7-form-control.wpcf7-checkbox.form-control span.wpcf7-list-item.first {
    margin-left: 0;
}
.vehicle_form span.wpcf7-form-control.wpcf7-checkbox.form-control input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.vehicle_form span.wpcf7-form-control.wpcf7-checkbox.form-control span.wpcf7-list-item-label {
    font-size: 15px;
    font-weight: 400;
}
.vehicle_form {
    background: rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 60px 40px;
    margin-top: 80px;
}
.vehicle_form span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
.vehicle_form span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-file {
    background: #ffffff;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    padding: 11px 20px;
}
.vehicle_form span.wpcf7-form-control.wpcf7-checkbox.form-control label {
    display: flex;
    align-items: center;
}
.vehicle_form .btn-primary {
    font-size: 15px;
    width: 100%;
    background: #84C1FF;
    color: #1560BD;
    line-height: 21px;
    font-weight: bold;
    height: 50px;
    border: 0;
    border-radius: 100px;
}
.vehicle_form a {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid #ffffff;
    font-weight: 700;
}
.form-row .Vehicle_search-form input {
    width: 480px  !important;
    text-align: center !important;
}
.form-row .serach-inner-row {
    display: flex;
    flex-wrap: wrap;
      gap: 70px;
}
.form-row .Vehicle_search-form .row-1 {
    display: flex !important;
    flex-wrap: inherit;
}
.form-row .Vehicle_search-form input.enter_num {
    width: 120% !important;
    margin: 0 !important;
}
.nby-row .loc-ul li::before {
    display: none;
}
.nby-row h2 {
    text-align: center !important;
}
.nby-row .loc-ul li i {
    margin-right: 10px;
    color: #1560bd;
}
.nby-row .loc-ul {
    padding-top: 20px;
    justify-content: center;
}
.nby-row .loc-ul li {
    color: #000!important;
    font-weight: 400;
}
#mega-menu-wrap-primary {
    background: transparent;
}
.navbar-expand-xl {
    justify-content: space-between;
}
.mega-menu-item .mega-menu-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-right: 30px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
}
.Transitiopn_box-01 ul li span {
    font-weight: 600;
    font-size: 24px !important;
    display: block;
}
.ft-head h1 {
    font-size: 60px !important;
    font-weight: 700;
    letter-spacing: 1px !important;
    color: #000;
}
.Transitiopn_box-01 ul li {
    padding-bottom: 15px !important;
}
.Home_sec-01 {
    padding-top: 120px !important;
    padding-bottom: 223px;
}
.ban-col {
    min-height: 480px;
}
.About_sec-01 .theme-para strong {
    font-size: 22px;
	  color: #000 !important;
}
.theme-para strong {
	color: #000 !important;
}
.vehicle-services-con h3{
	    font-size: 20px;
}
.Home_sec-05 .theme-para {
    padding-bottom: 40px;
}
.Home_sec-02 .sticky-row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.vehicle-services-con {
    background: #133C82;
    padding: 30px 30px;
    border-radius: 20px;
    margin-top: -35px !important;
    position: relative;
    text-align: left;
	  height: 220px !important;
}
.vehicle-services-con p {
    color: #fff;
}
.vehicle-services-con i {
    float: right;
    color: #fff;
}
.vehicle-services-img img {
    width: 100% !important;
    object-fit: cover;
	  border-radius: 25px;
}
.vehicle-services-img {
    height: 280px !important;
}
.vehicle-services-box {
    padding-bottom: 30px !important;
}
.theme-img figure img {
    border-radius: 30px;
    min-height: 450px;
}
.form-row {
    transition: all 0.5s ease-in-out;
}
.form-row.scrolled {
    transform: translateY(-20%);
    transition: all 0.5s ease-in-out;
		position: fixed;
    top: 14%;
    z-index: 999;
	  margin-left: 0 !important;
}
.sell-my-car .theme-para ul li {
    color: #04070C;
    font-size: 21px;
    padding-bottom: 35px;
    display: flex;
	  font-weight: 500;
	  padding-right: 0;
}
.sell-my-car .theme-para ul li::before {
    display: none;
}
.sell-my-car .theme-para ul li i {
    background: #1560BD;
    font-size: 12px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px;
    height: 22px;
    margin-right: 10px;
}
.sell-my-car .theme-h2 {
    padding-bottom: 30px;
}
.suv-col {
    padding-left: 50px;
}
.suv-col-2 {
    padding-left: 100px;
}
.sell-my-car {
    padding-right: 190px !important;
	  padding-top: 140px;
    padding-bottom: 30px;
}
.sell-my-car .theme-para ul {
    padding-bottom: 20px;
}
.Local-service-sec {
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px !important;
    padding-bottom: 0px;
}
.Local-service-sec .theme-para.ft-20 p {
    color: #fff;
}
.Local-service-sec .them-img figure img{
    height: 265px !important;
}
.sell-my-car .theme-para .loc-ul {
  display: flex !important;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.sell-my-car .theme-para .loc-ul li {
  flex: 0 0 30%; 
  box-sizing: border-box;
}
.sell-my-car .theme-para .loc-ul li i {
    background: none;
    color: #1560bd;
    font-size: 20px;
    padding: 0;
    margin: 2px 6px;
}
.marquee-sec {
    padding-bottom: 0 !important;
}
.custom-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  background: #84c1ff;
  padding: 10px 0;
	margin-bottom: -35px;
}
.custom-marquee {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 35s linear infinite;
  font-weight: bold;
  color: #093173;
    font-size: 20px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.Blog_single-main{
	padding-bottom: 0;	
}
.blog-para ul li i {
    background: #1560BD;
    font-size: 11px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px;
    height: 19px;
    margin-right: 10px;
}
.blog-para ul li i {
    background: #1560BD;
    font-size: 11px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px;
    height: 19px;
    margin-right: 10px;
}
.blog-para ul li strong {
    font-size: 20px;
}
.blog-para ul li {
    padding-bottom: 12px;
}
.blog-para h3 {
    font-size: 22px;
    color: #212529;
    font-weight: 700;
}
.loc-ul li a {
    color: #000 !important;
}
.blog-info a {
    color: #000 !important;
}
.blog-info a::before {
    display: none;
}
.blog-date .blog-info {
    color: #000;
}
.blog-info .blof-date span {
    color: #24292e !important;
}
.blog-post .blog-info .blog-date span {
    color: #000 !important;
}
.blog-post .blog-info a h3 {
    color: #000 !important;
}
.Home_sec-09 {
    padding-bottom: 0;
}
.serv-col {
    padding: 30px 80px 0px;
}
.theme-footer {
    background: #093173;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Home_sec-02 .vc_row {
	margin-top: 0!important;
}
.Transition_box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.8s ease, transform 1.8s ease;
  display: none;
}
.Transition_box.Transition_box-01 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2.4s ease, transform 2.4s ease;
  display: none;
}
.Transition_box.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.nby-row .loc-ul li::before {
    display: none;
}
.nby-row h2 {
    text-align: center !important;
   	padding-bottom: 25px !important;
    color: #1560bd;
    font-size: 50px;
    text-transform: capitalize;
}
.nby-row .loc-ul li i {
    margin-right: 10px;
    color: #1560bd;
}
.nby-row .loc-ul {
    padding-top: 0px;
    justify-content: center;
}
.nby-row .loc-ul li {
    color: #000!important;
    font-weight: 400;
}
.nby-row .theme-para.ft-20 {
    margin: 0 !important;
}
.loc-ul li a:hover {
    color: #1560bd !important;
}
.mega-sub-menu {
    background: #84C1FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    padding: 15px;
}
.breadcrumbs span {
    color: #fff;
    padding-right: 10px;
}
.breadcrumbs i {
    color: #fff;
    padding-right: 10px;
}

.Single_service-sec02 a {
    color: #fff;
}
.Single_service-sec02 h3::before {
    background: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	  width: 99.2vw !important;
    margin-top: 36px !important;
}

.gf_browser_chrome.gform_wrapper.gform-theme {
    background: #1560bd26;
    border-radius: 30px;
    padding: 115px 80px 70px;
	margin-top: 50px;
    margin-bottom: 50px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme h2.gform_title,
.gf_browser_chrome.gform_wrapper.gform-theme p.gf_progressbar_title{
    display: none;
}
.gf_browser_chrome.gform_wrapper.gform-theme h2 {
    font-size: 60px;
    font-weight: 700;
    color: #1560BD;
    margin: 0;
    padding: 30px 0 0 0;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full {
    text-align: center;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full h3 {
    font-size: 30px;
    color: #1560BD;
    font-weight: 600;
    line-height: 67px;
    margin: 0;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full p {
    font-size: 15px;
    line-height: 28px;
    color: #04070C;
	padding-bottom: 50px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input {
width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(21, 96, 189, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    height: 60px;
    padding: 0 15px;
    font-size: 18px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
background-image: url(https://m3commercials.com/wp-content/themes/m3-commecials/img/enter-num.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100px;
    background-color: transparent !important;
    border: 0 !important;
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    width: 75% !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    background: #EAF4FF !important;
    border: 0 !important;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    width: 75%;
    margin-left: -130px;
	padding: 0 20px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41::-webkit-outer-spin-button,
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41::-webkit-inner-spin-button {
  -webkit-appearance: none !imporant;
  margin: 0 !imporant;
}
input[type="number"] {
  -moz-appearance: textfield !imporant;
}
.gf_browser_chrome.gform_wrapper.gform-theme #gform_page_1_1 .gform-page-footer {    position: absolute;
    bottom: 15px;
    right: -5px;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_next_button,
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_button {
    background: #1560BD !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    padding: 19px 90px !important;
    border-radius: 50px !important;
}		
div#gform_page_1_1 {position: relative;z-index: 1;}

div#gform_page_1_1::before {
    content: '';
    background: #fff;
    width: 1185px;
    height: 140px;
    position: absolute;
    bottom: -20px;
    z-index: -1;
    left: -20px;
    border-radius: 15px;
    box-shadow: 0px 1px 15.6px rgba(0, 0, 0, 0.08);
}
.gf_browser_chrome.gform_wrapper.gform-theme .gfield_label {
    color: #04070C;
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#gform_previous_button_1_29,
.gf_browser_chrome.gform_wrapper.gform-theme input#gform_previous_button_1{
    width: 63px;
    height: 63px;
    object-fit: scale-down;
    border-radius: 100%;
    background: #84C1FF;
    color: #1560BD;
    border: 0 !important;
    margin-top: 10px;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform-page-footer {
    justify-content: center;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gchoice input {
    width: 32px !important;
    height: 32px !important;
    border-radius: 100%;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gchoice label {
    font-size: 20px;
    color: #1560BD;
    line-height: 30px;
    font-weight: 500;
}
#field_1_35 {
    text-align: left;
}
#gform_confirmation_wrapper_1{
    background: #1560bd21;
    text-align: center;
    padding: 50px 0px !important;
    border-radius: 30px;
    margin: 50px 0px !important;
}
#gform_confirmation_message_1 {
    margin: 0 !important;
    font-size: 30px;
    text-align: center;
    color: #1560BD;
    font-weight: 500;
}
.gf_progressbar_percentage::after {
  content: "";
  position: absolute;
  top: -40px;        
  right: 0;
  width: 98px;
  height: 34px;
  background: url("https://m3commercials.com/wp-content/uploads/2025/08/car.png") no-repeat center;
  background-size: contain;
  transition: all 0.5s ease; /* smooth move */
}
.gf_progressbar_percentage {
    position: relative;
}
.page-id-1617 .breadcrumbs {
    display: none;
}
label.gform-field-label.gform-field-label--type-sub {
    display:none !important;
}
/* Maintenance-Page */

section.vc_section.vc_custom_1756519000526.vc_section-has-fill {
    height: 100vh;
}
body.home header#masthead,
body.home  .breadcrumbs,
body.home  div#footer-widget,
body.home  footer#colophon{
	display: none;
}
.maint-sec {
    height: 100vh;
    padding: 240px 0 !important;
}
.maint-text-row {
    background-color: #0D3DE5;
    color: #fff;
    text-align: center;
}
.maint-text-row h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 78px;
    text-align: center !important;
}
.maint-text-row p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.maint-btn1 a,
.maint-btn2 a{
    background: transparent !important;
    font-size: 16px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
	 padding: 20px 10px !important;
}
.maint-text-row {
    width: 703px;
    margin: 0 auto !important;
    border-radius: 30px;
}
.maint-text-row p {
    padding: 0 120px !important;
}
.maint-p p {
    margin-bottom: 20px;
}
.maint-logo {
    text-align: center !important;
}
/*=============================
        RESPONSIVE-START
===============================*/
@media only screen and (max-width:1720px){
header#masthead {
    padding: 20px 40px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    margin-right: 40px;
}
.navbar-light .navbar-brand {
    width: 300px;
}
}
@media only screen and (max-width:1440px){
.comming-btn .wpb_wrapper {
    position: absolute;
    top: 580px !important;
    left: 340px !important;
}
header#masthead {
    padding: 20px 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-right: 15px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 35px;
    font-size: 16px;
}
.Home_sec-03 .vc_row.wpb_row.vc_row-fluid {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
.services-box .services-con h3 {
    margin-top: -10px;
}
.Home_sec-07 .vc_row {
    padding-left: 5% !important;
}
.Home_sec-05 .vc_single_image-wrapper img {
    max-width: 650px !important;
}
.Home_sec-08::before {
    width: 36%;
}
.sell-my-car {
    padding-right: 40px !important;
    padding-left: 50px !important;
		padding-top: 80px;
}
.Reading-para .vc_column-inner {
    padding-right: 0px !important;
}
.sec_02 {
    padding-bottom: 0px !important;
    padding-top: 50px !important;
}
.single-vehicle-services .sell-my-car {
    padding-bottom: 100px;
}
.form-row .Vehicle_search-form input {
    width: 430px !important;
}
.form-row.scrolled {
    width: 80% !important;
    right: 9%;
}
}
@media only screen and (max-width:1366px){
	.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 78px !important;
}
.fa-phone-alt:before {
    content: "\f879";
    position: absolute;
    left: 30px !important;
}
.navbar-light .navbar-brand {
    width: 280px;
}
.services-box .services-con {
    margin-top: -49px;
    padding-left: 20px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 30px;
}
.call_btn .call_icon i {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.call_btn .call_text p strong {
    font-size: 16px;
}
.Home_sec-01 h1 {
    font-size: 78px !important;
}
.Home_sec-01 h2 {
    font-size: 127px !important;
}
.Home_sec-01 ul li {
    padding-bottom: 50px;
    font-size: 30px;
}
.Home_sec-01 ul li::after{
    height: 60px;
}
.Home_sec-01 {
    padding-top: 100px !important;
}
.Home_sec-08::before {
    width: 35%;
}
.About_sec-01 .vc_col-sm-6:first-child {
    padding-left: 15px !important;
}
.single-vehicle-services .theme-para.ft-20 p {
    margin-bottom: 20px;
}
.single-vehicle-services .sell-my-car .theme-para ul li {
    padding-bottom: 25px;
    font-size: 20px;
}
.single-vehicle-services3 .sell-my-car .theme-h2 {
    font-size: 45px !important;
    line-height: 42px !important;
}
.form-row .Vehicle_search-form input {
    width: 390px !important;
}
.sell-my-car h2 {
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
}
}
@media only screen and (max-width:1280px){
	div#gform_page_1_1::before {
    left: -45px;
}
}
@media only screen and (max-width:1260px){
.navbar-light .navbar-brand {
    width: 240px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px;
}
.form-row .Vehicle_search-form input {
    width: 370px !important;
}
.single-vehicle-services .theme-para.ft-20 p {
    margin-bottom: 18px;
}
.single-vehicle-services .sell-my-car .theme-para ul li {
    padding-bottom: 25px;
    font-size: 20px;
}
.single-vehicle-services .sell-my-car .theme-h2 {
    font-size: 41px !important;
    line-height: 40px !important;
}
}
@media only screen and (max-width:1200px){
.fa-phone-alt:before {
    content: "\f879";
    position: absolute;
    left: 30px !important;
}
.comming-btn .wpb_wrapper {
    position: absolute;
    top: 580px;
    left: 280px !important;
}
	div#gform_page_1_1::before {
    left: -40px;
    width: 1080px;
}
header#masthead {
    padding: 20px 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    margin-right: 25px;
}
.navbar-brand a img {
    width: 250px;
}
.services-box .services-con h3 {
    font-size: 24px;
    line-height: 30px;
}
.services-box .services-con {
    margin-top: -42px;
    padding-left: 15px;
}
.services-box .services-con a {
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.Single_service-sec02 .vc_single_image-wrapper {
    height: 260px;
}
.Single_service-sec02 .theme-para {
    padding: 20px;
}
.Single_service-sec02 h3 {
    font-size: 24px;
    padding-bottom: 5px;
}
.navbar-light .navbar-brand {
    width: 220px;
}   
.navbar-light .navbar-brand img {
    width: 220px;
}
.theme-para.ft-20 p {
    font-size: 18px;
    line-height: 27px;
}
.theme-para strong {
    font-size: 16px;
    line-height: 22px;
}
.Choose_box > .wpb_wrapper {
    height: 1080px;
}
.theme-h2 br {
    display: none;
}
.theme-h2 {
    font-size: 40px !important;
    line-height: 45px !important;
}
.Vehicle_form-sec .icons_row h3 {
    font-size: 28px !important;
    line-height: 50px !important;
}
.vehicle_form {
    padding: 40px 20px;
    margin-top: 50px;
}
.vehicle_form h2 {
    padding-bottom: 40px;
    font-size: 45px;
}
.vehicle_form h3 {
    margin-bottom: 40px;
    font-size: 36px;
}
.call_btn  {
    display: block;
}
.vehicle-services-con {
    margin-top: -50px !important;
}
.form-row .Vehicle_search-form input {
    width: 330px !important;
}
.ban-col {
    min-height: 540px;
}
.single-vehicle-services .sell-my-car .theme-h2 {
    font-size: 39px !important;
}
.single-vehicle-services .sell-my-car .theme-para ul li {
    font-size: 19px;
}
.serv-col {
    padding: 30px 60px 0px !important;
}
.single-vehicle-services .theme-h2.border_btm {
    font-size: 39px !important;
    line-height: 44px !important;
}
.suv-col-2 {
    padding-left: 40px;
}
.suv-col {
    padding-left: 40px;
}
.single-vehicle-services .sell-my-car .theme-para.ft-20 ul {
    padding: 0;
}
.single-vehicle-services .sell-my-car .theme-para.ft-20 {
    margin: 20px;
}
.form-row .serach-inner-row {
    gap: 60px;
}
.call_btn .call_text p strong {
	font-size: 14px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		padding: 0px 7px;
}
.call_btn a{
	 padding: 7px 8px 7px 8px;
}
.sell-my-car .theme-h2 {
    font-size: 33px !important;
}
.Reading-para .vc_column-inner {
    padding-left: 50px !important;
}
.theme-img figure img {
    min-height: 100%  !important;
}
}
@media only screen and (max-width:1199px){
	div#gform_page_1_1::before {
    left: -40px;
    width: 1030px;
}
.container {
    max-width: 1140px;
}
.navbar-light .navbar-toggler {
    outline: none !important;
    background: transparent;
    border: 0;
    padding: 0 0;
}
.navbar-light .navbar-toggler-icon {
    background: url(img/mb-bars.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 31px;
    height: 31px;
}
ul#menu-main-menu {
    padding-top: 20px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}
.call_btn a {
    width: 100% !important;
    margin: 0 auto;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    width: 55%;
}
ul.dropdown-menu {
    width: 200px;
    margin: 0px auto 20px;
}
.call_btn {
    display: none;
}
.form-row .Vehicle_search-form input {
    width: 330px !important;
}
.call_btn a {
    width: 100% !important;
    margin: 0 auto;
}
.navbar-light .navbar-toggler-icon {
    display: none;
}
}
@media only screen and (max-width:1024px){
div#gform_page_1_1::before {
    width: 920px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
    width: 70% !important;
    font-size: 28px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    width: 68%;
    font-size: 30px;
    margin-left: -115px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_next_button, .gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_button {
    font-size: 30px !important;
    padding: 15px 80px !important;
}
.Home_sec-01 h1 {
    font-size: 66px !important;
}
.Home_sec-01 h2 {
    font-size: 105px !important;
    padding-top: 12px;
}
.Home_sec-01 ul {
    padding-left: 0;
}
.Home_sec-01 ul li {
    font-size: 26px;
}
.Vehicle_search-form input {
    height: 80px;
    font-size: 32px;
}
.Vehicle_search-form button {
    font-size: 22px;
    height: 70px;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    width: 60%;
}
.services-box .services-con h3 {
    font-size: 20px;
}
.services-box .services-con {
    margin-top: -37px;
}
.services-box .services-con a {
    width: 36px;
    height: 36px;
}
.theme-h2 {
    font-size: 44px !important;
}
.theme-para ul li {
    font-size: 20px;
}
.theme-para.ft-20 p {
    font-size: 18px;
    line-height: 25px;
}
.Home_sec-04 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Home_sec-05 {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.check-list ul li {
    font-size: 16px;
    margin-bottom: 18px;
}
.Home_sec-05 .vc_single_image-wrapper img {
    max-width: 480px !important;
}
.Home_sec-05::before {
    top: 230px;
}
.Home_sec-06 ul li {
    font-size: 20px;
    line-height: 29px;
}
.Home_sec-06 {
    padding-top: 70px !important;
    padding-bottom: 70px;
}
.Home_sec-06::before,
.Home_sec-06::after {
    width: 120px;
    height: 120px;
}
.Home_sec-10 {
    margin-top: 70px;
}
.Home_sec-08 {
    margin-top: 70px !important;
}
.Home_sec-09 {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic {
    padding-top: 40px !important;
}
.call_btn a {
    width: 20%;
}
.Single_service-sec02 h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
section.vc_section.Single_service-sec02 {
    padding-bottom: 20px !important;
}
.About_sec-02 .vc_col-sm-7 .vc_column-inner {
    padding-left: 15px !important;
}
.Vehicle_form-sec .icons_row h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.Vehicle_form-sec .icons_row p {
    font-size: 18px;
}
.vehicle_form h2 {
    font-size: 38px;
}
.vehicle_form h3 {
    font-size: 32px;
}
.vc_section.Insight_sec {
    padding-top: 50px !important;
    padding-bottom: 15px !important;
}
.vehicle-services-con {
		margin-top: -90px !important;
	}
	.form-row .Vehicle_search-form input {
    width: 280px !important
}
.form-row .serach-inner-row {
    gap: 55px;
}
.sell-my-car .theme-para ul li {
    padding-bottom: 25px;
    font-size: 16px;
}
.sell-my-car figure img {
    max-width: 430px !important;
}
.suv-col-2 {
    padding-left: 70px;
}
.Reading-para .vc_column-inner {
    padding-left: 100px !important;
}
.sell-my-car .theme-h2 {
    font-size: 24px !important;
}
.sell-my-car {
    padding-left: 30px !important;
    padding-right: 20px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
	position: absolute;
    z-index: 9999;
    width: 250px;
    top: 68px;
    padding: 10px 0px;
    border-top: 1px solid #84c1ff;
    border-left: 1px solid #84c1ff;
    border-right: 1px solid #84c1ff;
    border-bottom: 1px solid #84c1ff;
    background: #1560bd;
    border-radius: 10px;
    left: -30px;
}
.call_btn {
    margin: 0px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 18px;
}
.call_btn a {
    width: 100% !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    position: absolute;
    left: 200px;
}
}
@media only screen and (max-width:991px){
div#gform_page_1_1::before {
    width: 880px;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gfield_label {
    font-size: 18px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
    width: 70% !important;
    font-size: 28px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    width: 68%;
    font-size: 30px;
    margin-left: -115px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_next_button, .gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_button {
    font-size: 30px !important;
    padding: 15px 80px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme h2 {
    font-size: 50px;
}
 
.services-box .services-con a {
    width: 32px;
    height: 32px;
}
.services-box .services-con {
    margin-top: -33px;
}
.theme-para.ft-15 p{
		font-size: 14px !important;
	}
.ban-col {
    min-height: 600px;
}
.form-row .Vehicle_search-form input {

    width: 270px !important;
}
.form-row .serach-inner-row {
    gap: 50px;
}
.custom-row {
    display: flex;
    flex-direction: column-reverse;
}
.suv-col {
    padding-left: 0 !important;
		padding-bottom: 50px;
}
.sell-my-car .wpb_column.vc_column_container {
    width: 100%;
}
.sell-my-car figure img {
    max-width: 100% !important;
}
.suv-col-2 {
    padding: 0;
	  padding-top: 50px;
}
.sell-my-car .wpb_column.vc_column_container .vc_column-inner {
    padding: 0 !important;
}
.row-2 {
    flex-direction: column;
}
.sell-my-car {
    padding-bottom: 100px !important;
    padding-top: 80px !important;
}
.Home_sec-09 {
    padding-top: 0px !important;
	  padding-bottom: 0;
}
.sell-my-car .theme-img {
    margin: 0;
}
.sell-my-car .theme-para ul {
    padding: 0px;
}
.sec_02 {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}
.sec_03 {
    padding-top: 0 !important;
}
.blog-post .blog-info a h3 {
    font-size: 19px;
}
.blog-post .blog-info {
    padding: 0 10px;
}
.breadcrumbs h1 {
    font-size: 40px;
    padding-bottom: 20px;	
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: 180px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: -50px;
}
.Local-service-sec {
	margin-bottom: 50px;
}
}
@media only screen and (max-width: 860px){
div#gform_page_1_1::before {
    width: 750px;
	  bottom: -30px;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_next_button, .gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_button {
    padding: 15px 65px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    margin-left: -98px !important;
    height: 80px !important;
    font-size: 27px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
    height: 80px;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gfield_label {
    font-size: 16px;
}
.gfield_required.gfield_required_text {
    font-size: 11px;
}
.form-row .Vehicle_search-form input {
    width: 240px !important;
}
.form-row .serach-inner-row {
    gap: 40px;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    width: 100%;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    top: 67px;
	left: -85px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: 150px;
}
}
@media only screen and (max-width:768px){
div#gform_page_1_1::before {
    width: 655px;
    height: 320px;
    bottom: -15px;
}
div#gform_fields_1 {
    gap: 20px;
}
.gf_browser_chrome.gform_wrapper.gform-theme #gform_page_1_1 .gform-page-footer {
    position: relative;
    left: 0px;
    margin-top: 35px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
    width: 100% !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    width: 90% !important;
    margin-left: 30px !important;
}
div#field_1_43 {
}
#gform_next_button_1_22 {
    width: 80%;
}
.gform-theme--foundation .gfield {
    grid-column: 1/-1 !important;
}
.Home_sec-01 h1 {
    font-size: 52px !important;
}
.Home_sec-01 h2 {
    font-size: 80px !important;
    line-height: 70px !important;
}
.Home_sec-01 ul li {
    font-size: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.Home_sec-01 ul li::before {
    font-size: 22px;
}
.Home_sec-01 ul li::after {
    height: 40px;
    top: 65px;
}
.Home_sec-01 {
    padding-bottom: 160px;
}
.Home_sec-02 .vc_row {
    padding: 20px 0;
}
.Vehicle_search-form input {
    font-size: 24px;
    height: 70px;
}
.Vehicle_search-form button {
    font-size: 20px;
    height: 60px;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    width: 80%;
}
.services-row {
    padding-top: 60px;
}
.services-row .col-lg-3 {
    max-width: 50%;
    flex: 50%;
    padding-bottom: 30px;
}
.services-box .services-con {
    margin-top: -50px;
}
.services-box .services-con a {
    width: 44px;
    height: 44px;
}
.services-row .col-lg-3:nth-child(3),
.services-row .col-lg-3:nth-child(4) {
    padding-bottom: 0;
}
.services-box .services-con h3 {
    font-size: 26px;
}
.Home_sec-07 .vc_row {
    padding: 0 15px !important;
}
div#owl_custom11 {
    padding-left: 20px;
}
.testimonials-box {
    padding: 15px;
}
.theme-h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}
@keyframes animate-width {
    from { width: 0px; }
    to { width: 150px; }
}
.theme-para.ft-20 p {
    font-size: 16px;
    line-height: 23px;
}
.theme-para ul li {
    font-size: 15px;
}
.check-list ul li {
    font-size: 14px;
    line-height: 20px;
}
.Home_sec-06 ul li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.Home_sec-06::before, .Home_sec-06::after {
    width: 100px;
    height: 100px;
}
.theme-btn .vc_general {
    font-size: 20px !important;
    padding: 14px 50px !important;
}
.Home_sec-10 .vc_single_image-wrapper {
    width: 80px !important;
    height: 80px;
}
.Home_sec-10 .vc_single_image-wrapper img {
    object-fit: scale-down;
    width: 60px !important;
    height: 40px !important;
}
.Home_sec-10 h3 {
    font-size: 18px !important;
}
.stats-block,
.wpb_row .wpb_column .wpb_wrapper .stats-block {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.stats-top .stats-number,
.mycust {
    font-size: 45px !important;
}
.Home_sec-09 .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 20px;
}
.call_btn a {
    width: 27%;
}
.theme-footer .textwidget ul li {
    margin-right: 40px;
}
.theme-footer .textwidget ul li:last-child {
    margin: 0;
}
.theme-para.ft-15 p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
}
.theme-h2.border_btm {
    margin-bottom: 10px;
}
.Single_service-sec02 .vc_single_image-wrapper {
    height: 160px;
}
.Single_service-sec02 .theme-para {
    padding: 12px;
    margin-top: -20px !important;
}
.Single_service-sec02 h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
.breadcrumbs h1 {
    font-size: 44px;
    line-height: 55px;
}
.Choose_box > .wpb_wrapper {
    height: 600px !important;
    position: relative;
    z-index: 1;
}
.About_sec-02 {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.About_sec-02 .vc_col-sm-5,
.About_sec-02 .vc_col-sm-7,
.About_sec-02 .vc_col-sm-6{
    width: 100%;
}
.About_sec-02 .vc_col-sm-6:first-child, .Buy_vehicle-sec01 .vc_row .vc_col-sm-6:last-child{
    padding-bottom: 35px;
}
.Choose_box {
    background-position: 100% 21% !important;
    display: none;
}
.Choose_box > .wpb_wrapper::before {
    content: '';
    background: #133C82;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: -1;
    opacity: 67%;
}
.About_sec-02 .vc_col-sm-6:last-child .vc_column-inner{
    padding-left: 15px !important;
}
.Buy_vehicle-sec01 .vc_row {
    flex-direction: column-reverse;
}
.Buy_vehicle-sec01 {
    padding-bottom: 80px;
}
.cnt_list ul li, .cnt_list ul li a {
    font-size: 16px;
    line-height: 23px;
}
.cnt_list ul::before {
    top: 34px;
    left: 7px;
}
.Map_cnt-detail-sec .wpb_gmaps_widget .wpb_wrapper iframe {
    height: 380px;
}
.Map_cnt-detail-sec ul li {
    font-size: 20px;
    line-height: 38px;
}
.Contact_sec-01 {
    padding-top: 50px !important;
    padding-bottom: 70px;
}
.blog-post {
    display: block;
}

.blog-post .tilte-img,.blog-post .blog-info {
    width: 100%;
}
.blog-post .blog-info {
    padding-top: 20px;
}
.vehicle_form {
    padding: 20px;
}
.vehicle_form h2 {
    font-size: 30px;
}
.vehicle_form h3 {
    font-size: 26px;
    padding-bottom: 0;
}
.Home_sec-09 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.vehicle-services-con h3 {
    font-size: 16px !important;
}
.Single_service-sec02 .theme-para {
    padding: 12px !important;
    min-height: 140px !important;
}
.ft-head h1 {
    font-size: 50px !important;
    line-height: 90px !important;
}
.Transitiopn_box-01 ul li span {
    font-size: 16px !important;
}
.vehicle-services-con {
    padding: 12px;
    height: 180px !important;
}
.vehicle-services-img {
    height: 210px !important;
}
.sticky_search {
    top: 15px;
}
.form-row .Vehicle_search-form input {
    width: 225px !important;
}
.form-row.scrolled {
    top: 16%;
}
.form-row .serach-inner-row {
    gap: 35px;
}
.theme-h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}
.theme-h2.border_btm {
   margin-bottom: 30px;
   padding-bottom: 15px;	
}
.sell-my-car .theme-para ul li {
    font-size: 15px;
}
.Vehicle_search-form button {
    height: 45px !important;
    font-size: 20px !important;
}
.blog-post .blog-info {
    padding-top: 15px;
}
.blog-post .blog-info a h3 {
    font-size: 22px;
}
.Insight_single-sec0.blog-sec {
    padding-top: 10px !important;
}
.Insight_single-sec01 h2 {
    padding-bottom: 25px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: -135px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: 110px;
}
}
@media only screen and (max-width:767px){
.comming-btn .wpb_wrapper {
    position: absolute;
    top: 580px;
    left: 60px !important;
    display: flex;
}

.Home_sec-01 .vc_row .vc_col-sm-6 {
    width: 50%;
}
.Home_sec-07 .theme-h2 {
    text-align: center !important;
}
.Home_sec-07 .theme-h2::before {
    right: 0;
    margin: 0 auto;
}
div#owl_custom11 {
    padding-left: 0;
    padding-top: 40px;
}
.theme-h2 {
    font-size: 50px !important;
    line-height: 50px !important;
}
.Home_sec-04 .vc_row {
    flex-direction: column-reverse;
}
.Home_sec-04 .vc_row .wpb_single_image {
    margin-top: 35px;
}
.Home_sec-05::before {
    display: none;
}
.Home_sec-05 .vc_single_image-wrapper img {
    max-width: 700px !important;
    margin-left: 170px;
}
.check-list ul li {
    font-size: 20px;
    margin-bottom: 40px;
}
.Home_sec-10 .vc_row {
    display: flex;
}
.contact_form {
    padding-right: 0;
    padding-bottom: 120px;
}
.Home_sec-08::before {
    width: 100%;
    height: 52%;
    top: 48%;
    border-radius: 15px 15px 0px 0px;
}
.Home_sec-08 .wpb_single_image {
    text-align: center !important;
}
.theme-para ul li {
    font-size: 20px;
}
.theme-para.ft-20 p {
    font-size: 18px;
    line-height: 28px;
}
.theme-para.ft-15 p {
    font-size: 15px;
    line-height: 22.5px;
}
.About_sec-01 .vc_col-sm-6:first-child {
    padding-bottom: 35px;
}
.theme-h2.border_btm {
    margin-bottom: 30px;
}
.About_sec-01 figure,
.About_sec-01 figure .vc_single_image-wrapper,
.About_sec-01 figure .vc_single_image-wrapper img {
    width: 100%;
}
.Single_service-sec02 .vc_single_image-wrapper {
    height: auto;
}
.Single_service-sec02 .vc_col-sm-4 {
    padding-bottom: 15px;
}
.Single_service-sec02 .theme-para {
    padding: 20px;
}
.Single_service-sec02 h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.Home_sec-07 {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.Contact_sec-01 .contact_form {
    margin-top: 35px;
}
.Map_cnt-detail-sec .vc_col-sm-5 .vc_column-inner {
    padding: 0 15px 35px !important;
}
.Map_cnt-detail-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Map_cnt-detail-sec .vc_row {
    flex-direction: column-reverse;
}
.Insight_sec .row .col-md-6 {
    flex: 50%;
    max-width: 50%;
}
.vehicle_form h2 {
    line-height: 36px;
}
.Vehicle_form-sec .icons_row .vc_col-sm-4 {
    padding-bottom: 80px;
}
.Vehicle_form-sec .icons_row .vc_col-sm-4:last-child {
    padding-bottom: 0;
}
.Vehicle_form-sec .icons_row .vc_col-sm-4::before {
    width: 3px;
    height: 60px;
    left: 50%;
    top: 72%;
}
.theme-para p {
    font-size: 20px;
}
.About_sec-01 {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.Home_sec-08 {
    margin-top: 0 !important;
}
.About_sec-02 .vc_row:last-child {
    padding-top: 0 !important;
}
.vc_section.Map_cnt-detail-sec {
    padding-bottom: 50px !important;
}
.vehicle-services-img {
    height: 550px !important;
}
.vehicle-services-con {
    padding: 20px;
    height: 180px !important;
    margin-top: -120px !important;
}
.vehicle-services-con h3 {
    font-size: 24px !important;
}
.vehicle-services-con p {
    font-size: 15px;
}
.Home_sec-01 {
     padding-top: 100px !important;
     height: 690px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: 75px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: -165px;
}
}
@media only screen and (max-width: 666px){
.Home_sec-01 .vc_row .vc_col-sm-6 {
    width: 100%;
}
.ban-col {
    padding-top: 30px !important;
}
div#gform_page_1_1::before {
    width: 116%;
}
.vehicle-services-img {
    height: 480px !important;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    width: 100%;
}
.form-row .Vehicle_search-form input {
    width: 100% !important;
}
.Vehicle_search-form button {
    font-size: 18px !important;
    height: 50px !important;
}
.form-row .Vehicle_search-form input.enter_num {
    width: 130% !important;
}
.form-row .serach-inner-row .col-lg-4.col-md-4.col-sm-12 {
    max-width: fit-content;
}
.form-row .Vehicle_search-form button {
    position: absolute;
    top: -20px;
    left: 0;
}
.Home_sec-01 {
    padding-top: 100px !important;
    padding-left: 100px !important;
}
#gform_next_button_1_22 {
    margin-left: 15px;
    width: 75%;
}
}
@media only screen and (max-width:575px){
div#gform_page_1_1::before {
    height: 325px;
    left: -33px;
}
div#gform_fields_1 {
    gap: 20px;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full h3 {
    line-height: 45px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    width: 85% !important;
    margin-left: 35px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_next_button {
    width: 80%;
}
.gf_browser_chrome.gform_wrapper.gform-theme h2 {
    font-size: 36px;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_button {
    font-size: 25px !important;
    padding: 20px 50px !important;
}
#gform_next_button_1_22 {
    margin-left: 10px;
}
input#gform_next_button_1_29 {
    width: auto;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full p {
    font-size: 14px;
}
.gf_browser_chrome.gform_wrapper.gform-theme {
    padding: 105px 50px 70px !important;
}
.call_btn a {
    width: 37%;
}
.Home_sec-01 h1 {
    font-size: 49px !important;
}
.Transition_box {
    padding-top: 30px;
}
.Home_sec-01 ul li {
    font-size: 23px;
    line-height: 51px;
}
.Home_sec-01 ul li::after {
    top: 46px;
}
.Home_sec-01 {
    padding-top: 30px !important;
    padding-bottom: 350px;
}
.Vehicle_search-form .row .col-lg-4 {
    max-width: 100% !important;
    flex: 100% !important;
}
.Home_sec-02 .vc_row {
    margin-top: -320px;
    padding: 30px 20px;
}
.Vehicle_search-form input {
    margin-bottom: 15px !important;
    font-size: 35px;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    width: 100%;
    margin-top: 90px;
}
.Home_sec-02 .vc_row.review_row p {
    margin-right: 10px;
}
.Home_sec-02 .vc_row.review_row img {
    width: 180px;
    height: 44px;
}
.services-row .col-lg-3 {
    max-width: 100%;
    flex: 100%;
}
.services-row .col-lg-3:nth-child(3),
.services-row .col-lg-3:nth-child(4) {
    padding-bottom: 30px;
}
.services-box .services-con {
    margin-top: -76px;
    padding-left: 40px;
}
.services-box .services-con h3 {
    font-size: 30px;
}
.services-box .services-con a {
    width: 60px;
    height: 60px;
}
.Home_sec-05 .vc_single_image-wrapper img {
    margin-left: 0;
}
.Home_sec-06 ul {
    display: none;
}
.Home_sec-06 .mobile_list.d-none ul {
    display: block;
    column-count: 1;
    text-align: center;
}
.Home_sec-06 .mobile_list.d-none {
    display: block !important;
}
.Home_sec-06 .mobile_list.d-none ul li {
    font-size: 18px;
}
.theme-h2 {
    font-size: 40px !important;
    line-height: 42px !important;
}
.Home_sec-10 .vc_row {
    display: block;
}
.Home_sec-10 .vc_row .vc_col-sm-3 {
    padding-top: 20px;
}
.Home_sec-10 .vc_row .vc_col-sm-3:first-child {
    padding-top: 0;
}
.Home_sec-08::before {
    height: 49%;
    top: 51%;
}
.contact_form {
    padding-bottom: 100px;
}
.Home_sec-09 .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 18px;
    line-height: 29px;
}
.Home_sec-09 .vc_tta-panel-heading .vc_tta-panel-title a span {
    width: 90%;
    display: inline-block;
}
.theme-para.ft-20 p {
    font-size: 16px;
    line-height: 23px;
}
.theme-footer .textwidget ul {
    display: block;
    margin: 0 auto;
    width: 43%;
}
.theme-footer .textwidget ul li {
    margin-right: 0;
    margin-bottom: 30px;
}
.Choose_box > .wpb_wrapper p {
    font-size: 18px;
    line-height: 36px;
}
.Map_cnt-detail-sec ul {
    display: block;
}
.Insight_sec .row .col-md-6 {
    flex: 100%;
    max-width: 100%;
}
.blog-post .tilte-img img {
    width: 100%;
}
.blog-post .tilte-img {
    height: 280px;
}
section.vc_section.Insight_sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.vehicle_form span.wpcf7-form-control.wpcf7-checkbox.form-control span.wpcf7-list-item {
    width: 100%;
    margin-left: 0;
}
.vehicle_form span.wpcf7-form-control.wpcf7-checkbox.form-control span.wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 500;
}
.theme-btn .vc_general {
    padding: 14px 40px !important;
    font-size: 18px !important;
}
.Contact_sec-01 {
    padding-bottom: 0;
}
.Contact_sec-01 .contact_form label {
    margin-top: 0;
}
.Contact_sec-01 .contact_form {
    padding: 25px;
}
.ban-col {
    min-height: 0 !important;
}
.Home_sec-02 .vc_row {
    margin-top: 40px;
}
.form-row.scrolled {
     width: 100%;
     padding: 0 !important;
     height: 130px;
     margin: 0 !important;
     top: 3%;
}
.form-row.scrolled .Vehicle_search-form input.enter_num {
    width: 100%;
}
.form-row.scrolled .Vehicle_search-form input {
    width: 100% !important;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
}
.Home_sec-02 {
    padding: 0;
}
.form-row.scrolled .serach-inner-row {
    display: flex;
}
.form-row.scrolled .Vehicle_search-form button {
      position: absolute;
      left: revert;
      left: 16px;
      width: 92% !important;
      height: 30px !important;
      top: -12px;
      font-size: 20px !important;
}
.form-row .Vehicle_search-form .row-1 {
    display: block !important;
}
.form-row.scrolled .serach-inner-row  .col-lg-4.col-md-4.col-sm-12 {
    width: 45% !important;
    max-width: 45% !important;
    padding: 0px !important;
}
.form-row.scrolled .form-row.scrolled .serach-inner-row .col-lg-4.col-md-4.col-sm-12 input.enter_num {
    width: 100% !important;
}
.form-row.scrolled .serach-inner-row .col-lg-4.col-md-4.col-sm-12 input[type="text"] {
    width: 100% !important;
    margin: 0;
    font-size: 28px;
}
.form-row.scrolled .serach-inner-row {
    gap: 14px;
    justify-content: center !important;
	  padding-top: 13px;
    padding-bottom: 6px;
}
.form-row .Vehicle_search-form form input {
    width: 90% !important;
    margin-top: 15px !important;
}
.Vehicle_search-form button {
    width: 50% !important;
}
.Vehicle_search-form {
    text-align: center !important;
}
.form-row .Vehicle_search-form input.enter_num {
    width: 100% !important;
    margin: 0 !important;
}
.form-row .serach-inner-row {
    gap: 0;
}
.form-row .Vehicle_search-form button {
    position: relative;
    top: 0px;
}
.vehicle-services-img {
    height: 420px !important;
}
.sell-my-car {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.breadcrumbs h1 {
    font-size: 35px;
    line-height: 45px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: -185px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: 50px;
}
}
@media only screen and (max-width:490px){
.maint-text-row {
    width: 450px !important;
}
.maint-sec {
    padding: 50px 0 !important;
}
.maint-text-row p {
    padding: 0 !important;
}
.maint-btn .maint-btn1 {
	width: 100% !important;
	margin-right: 0 !important;
}
/* .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 212px !important;
    margin-right: 10px !important;
} */
.bnt-11 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    padding: 15px 20px;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 70%;
    margin-top: 60px;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper .wpb_single_image {
    text-align: center;
}
.Home_sec-02 .vc_row.review_row p {
    margin: 0 0 5px 0 !important;
    line-height: 30px;
    font-size: 20px;
}
.services-box .services-con {
    margin-top: -64px;
}
.Home_sec-03 {
    padding-bottom: 50px;
    padding-top: 40px;
}
.Home_sec-07 {
    padding-bottom: 50px;
}
.check-list ul li {
    font-size: 14px;
    margin-bottom: 20px;
}
.Home_sec-06::before,
.Home_sec-06::after {
    width: 70px;
    height: 70px;
}
.contact_form p label {
    margin-top: 20px;
}
.Home_sec-08::before {
    height: 46%;
    top: 54%;
}
.theme-btn .vc_general {
    font-size: 14px !important;
    padding: 16px 30px !important;
}
.theme-footer .textwidget ul {
    width: 60%;
}
.call_btn a {
    width: 47%;
}
.navbar-brand a img {
    width: 230px;
}
.theme-h2.border_btm br {
    display: none;
}

.Single_service-sec02 h3 {
    font-size: 26px;
}
.Choose_box > .wpb_wrapper p a {
    font-size: 24px;
    padding: 8px 15px;
}
.Choose_box > .wpb_wrapper p {
    font-size: 16px;
    line-height: 20px;
}
.Home_sec-01 .vc_column-inner {
    padding-left: 70px !important;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    width: 120px;
    height: 30px;
}
.Home_sec-10 {
    display: none;
}
.home .Home_sec-08 {
    margin-top: 0 !important;
}
.Choose_box {
    display: none;
}
.Home_sec-04,.Home_sec-05 {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.Home_sec-05::before {
    display: none;
}
.page-id-180 .Home_sec-08 {
    margin-top: 0 !important;
}
.Buy_vehicle-sec01 {
    margin-top: -60px;
}
.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs h1 {
    font-size: 36px;
}
.Home_sec-01 {
    height: 700px !important;
    padding-bottom: 0 !important;
    padding-top: 50px !important;
    padding-left: 0px !important;
}
.ft-head h1 {
    font-size: 40px !important;
}
.Home_sec-01 h2 {
    padding-bottom: 40px;
    font-size: 75px !important;
}
.form-row.scrolled .Vehicle_search-form input {
    font-size: 24px !important;
}
.form-row.scrolled .Vehicle_search-form button {
   left: 18px;
}
.vehicle-services-img {
    height: 370px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: -210px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: 25px;
}
}
@media only screen and (max-width:440px){
.maint-text-row {
    width: 375px !important;
}
.maint-sec {
    padding: 50px 0 !important;
}
.maint-text-row p {
    padding: 0 !important;
}
.maint-btn .maint-btn1 {
	width: 100% !important;
	margin-right: 0 !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 292px;
    margin-right: 10px;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full h3 {
    font-size: 28px;
    line-height: 40px;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full p {
    font-size: 13px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    margin-left: 17px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
    margin-left: -7px !important;
}
.gform-page-footer.gform_page_footer.top_label {
    flex-wrap: nowrap;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gfield_label {
    font-size: 14px;
}
#gform_next_button_1_22 {
    margin-left: -10px;
}
.Home_sec-01 .vc_column-inner {
    padding-left: 30px !important;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    width: 80%;
}
.theme-para ul li {
    font-size: 18px;
}
.call_btn a {
    width: 55%;
}
.Map_cnt-detail-sec ul li br {
    display: none;
}
.Map_cnt-detail-sec ul li {
    font-size: 18px;
    line-height: 26px;
}
.Home_sec-01 ul li {
    font-size: 20px;
}
.form-row.scrolled .Vehicle_search-form button {
      left: 17px;
}
.vehicle-services-img {
    height: 344px !important;
}
.loc-ul li a {
    font-size: 17px !important;
}
.sell-my-car .theme-para ul li {
    font-size: 17px;
}
.breadcrumbs h1 {
    font-size: 30px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: -230px;
    top: 66px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: 10px;
}
}
@media only screen and (max-width:375px){

.maint-text-row {
    width: 370px !important;
}
.maint-sec {
    padding: 50px 0 !important;
}
.maint-text-row p {
    padding: 0 !important;
}
.maint-btn .maint-btn1 {
	width: 100% !important;
	margin-right: 0 !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme {
    padding: 105px 20px 60px !important;
}
div#gform_page_1_1::before {
    width: 100%;
    left: 0px;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
    width: 85% !important;
    margin-left: 24px !important;
    font-size: 25px !important;
    height: 70px !important;
}
#gform_next_button_1_22 {
    margin-left: 0px;
    width: 60%;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    width: 70% !important;
    margin-left: 46px !important;
    height: 60px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_next_button {
    width: 50%;
    font-size: 25px !important;
    padding: 14px 47px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation .gfield--width-full p {
    font-size: 12px;
}
.gf_browser_chrome.gform_wrapper.gform-theme h2 {
    font-size: 42px;
}
.Home_sec-01 h1 {
    font-size: 42px !important;
}
.Home_sec-01 h2 {
    font-size: 72px !important;
}
.Home_sec-01 .vc_column-inner {
    padding-left: 45px !important;
}
.Home_sec-01 ul li {
    font-size: 18px;
}
.Home_sec-01 .Transitiopn_box-01 ul li::before {
    font-size: 30px;
}
.Home_sec-02 .vc_row {
    padding: 20px 5px;
}
.Home_sec-02 .vc_row.review_row p {
    font-size: 20px;
    margin-bottom: 5px !important;
}
.Home_sec-02 .vc_row.review_row img {
    width: 140px;
    height: 32px;
}
.Home_sec-02 .vc_row.review_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    padding: 10px 0;
    width: 100%;
    margin-top: 90px;
}
.services-box .services-con a {
    width: 50px;
    height: 50px;
}
.services-box .services-con {
    margin-top: -54px;
    padding-left: 20px;
}
.theme-h2 {
    font-size: 42px !important;
}
.theme-para ul li {
    font-size: 16px;
}
.Home_sec-05 .vc_single_image-wrapper img {
    max-width: 450px !important;
}
.Home_sec-06 .mobile_list.d-none ul li {
    font-size: 16px;
}
.Home_sec-06 .mobile_list.d-none ul li br {
    display: none;
}
.Home_sec-08::before {
    top: 57%;
    height: 43%;
}
.theme-btn .vc_general {
    padding: 16px 24px !important;
}
.theme-footer .textwidget ul {
    width: 100%;
    padding-left: 19%;
}
.call_btn a {
    width: 58%;
}
.navbar-light .navbar-brand {
    width: 250px;
}
.navbar-brand a img {
    width: 180px;
}
.navbar-light .navbar-toggler-icon {
    width: 25px;
    height: 25px;
}
.Home_sec-01 h2 {
    font-size: 66px !important;
    padding: 0px;
}
.Home_sec-01 .vc_column-inner {
    padding-left: 40px !important;
}
.ft-head h1 {
    font-size: 30px !important;
}
.vehicle-services-img {
    height: 310px !important;
}
.sell-my-car .theme-para ul li {
    font-size: 15px !important;
    padding-bottom: 20px;
}
.sell-my-car .theme-h2 {
    font-size: 20px !important;
}
.breadcrumbs h1 {
    font-size: 26px;
    line-height: 36px;
}
.navbar-light .navbar-brand {
		width: 220px;
		margin: 0 !important;
}
.form-row.scrolled {
    width: 85% !important;
    right: 27px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    left: -10px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    left: -250px;
}
}
@media only screen and (max-width: 319px){
.sell-my-car .theme-para .loc-ul li {
    flex: 1 0 40% !important;
}
.theme-h2.border_btm {
    font-size: 26px !important;
}
.theme-h2 {
    font-size: 30px !important;
    line-height: 45px !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_41 {
    font-size: 22px !important;
    margin-left: 43px !important;
    width: 66% !important;
}
.gf_browser_chrome.gform_wrapper.gform-theme input#input_1_43 {
    font-size: 22px !important;
    margin-left: 26px;
}
.gf_browser_chrome.gform_wrapper.gform-theme .gform_page .gform-page-footer .gform_next_button {
    padding: 14px 30px !important;
}
h3.widget-title {
    font-size: 25px;
}
}


section.vc_section.vc_custom_1756514907289.vc_section-has-fill {
        height: 100vh;
}
.comming-btn .wpb_wrapper {
    position: absolute;
    top: 670px;
    left: 340px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 200px;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 312px;
    margin-right: 20px;
}
.bnt-11 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
	    padding: 15px 100px;
}
.fa-phone-alt:before {
    content: "\f879";
    position: absolute;
    left: 40px;
}
body.home header#masthead,
body.home #footer-widget,
body.home #colophon{
    display: none;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 88px !important;
}



