/*Main Css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #0079dd;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Montserrat" , sans-serif;
    --font-accent: "Source Sans Pro" , sans-serif;
    --font-body: "Source Sans Pro" , sans-serif;
   
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #2ea7fe;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #2ea7fe;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.53;
    color: #6e6e6e;
}
body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 800;
    color: #222222;
    line-height: 1.31;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

/* Padding Classes */
.pad-zero {
    padding: 0px;
}
.pad-l-zero {
    padding-left: 0px;
}
.pad-r-zero {
    padding-right: 0px;
}
.ovr-hiddn {
    overflow: hidden;
}
.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.overlay {
    display: none;
}
.overlay.active {
    display: block;
}

/* Heading Classes */
.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
.highlighted {
    color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}
.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.slick-dots li button {
    height: 13px;
    width: 13px;
    border-radius: 100px;
    padding: 0px;
    background: rgba(0, 121, 221, 0.6);
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background: #0079dd;
    width: 20px;
    height: 20px;
}

/*header css*/
header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    position: relative;
    background: transparent;
    z-index: 99;
}
.main-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.4s ease-In-out;
    padding-top: 20px;
}
header.sticky .main-header{
    /* background: #1e1e1e; */
    /* box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%); */
    /* top: 0; */
    /* position: fixed; */
    /* padding: 10px 0; */
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 0;
    margin-right: 2rem;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}
.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--black);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
    top: 0;
}
.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}
.menu-Bar span:nth-child(3) {
    top: 16px;
}
.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 18px;
    border-right: 1px solid #0000004a;
}
.menu > li > a {
    display: block;
    font-size: 16px;
    color: var(--black);
    /* text-transform: uppercase; */
    font-weight: 600;
    position: relative;
    transition: 0.3s;
}
.header-btn a {
    background: var(--primary);
    color: white !important;
    border-radius: 0;
    font-weight: 400 !important;
    padding: 16px 16px;
    background-color: #222;
    width: 130px;
    text-align: center;
    max-width: 100%;
    font-size: 16px !important;
}
.header-btn a:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: var(--primary);
}
@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  @keyframes scale-display--reversed {
    0% {
      display: inline-flex;
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    99% {
      display: inline-flex;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      display: none;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }

/* Menu Dropdown CSS */
.has-child {
    position: relative;
    z-index: 1;
}
.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}
.chev {
    transition: .5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* -----------------------------Topbar CSS------------------------ */
.head-icons .menu > li > a {
    font-size: 18px !important;
}
.head-icons {
	align-items: center;
    gap: 1rem;
    display: flex;
}
.head-icons .menu > li.header-btn.last {
    padding-right: 0;
    margin-left: 32px;
}
.banner-img {
    margin-right: -140px;
}
.head-icons .menu > li {
    border-right: 0;
    padding-right: 24px;
    padding-left: 0;
}
.menu > li.last {
    border-right: 0;
}
.menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #222222;
    bottom: -14px;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.menu > li > a:hover::before {
    visibility: inherit;
    opacity: 1;
}
.head-icons .menu > li > a:before {
    display: none;
}
.menu > li > a:before .active {
    visibility: inherit;
    opacity: 1;
}
/* -----------------------------Topbar CSS------------------------ */

/* -----------------------------Main Banner CSS------------------------ */
.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.mainBanner video{ position: absolute; top: 0; left: 0; width: 100%;  z-index: -2; height: 100%; object-fit: cover; }
.mainBanner.homeBann h1{ color: #fff; }
.mainBanner.homeBann:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: #0762ada6; z-index: -1; }
.home .menuWrap .menu > li{ border-right: 1px solid #212529; }
.home .menuWrap .menu > li.last{ border-right: 0; }
.home .menu > li > a{ color: #212529 ; }
.home .menu > li > a:before{ border-right: 1px solid #fff; }  
/*.home .menu > li > a img{ filter: invert(1); }*/
/* .home .logo img{ background: #ffffffb0; padding: 10px 20px; border-radius: 5px; } */
.about-sec-images{ height: 100%; object-fit: cover; }
.about-sec-images img{ height: 100%; object-fit: cover; }
.mainBanner.homeBann{ min-height: 680px; }



.banner-content {
    padding: 19% 0 0px;
}
h1.banner-heading {
    margin-bottom: 60px;
    font-size: 94px;
    font-weight: 800;
    line-height: normal;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2rem;
    color: #5F5F5F;
}
section.sec-1 {
    padding: 50px 0;
    background: var(--primary);
}
.blue-wrap-points {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}
.blue-wrap-points .wrap-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}
.blue-wrap-points .wrap-text p {
    color: rgba(255, 255, 255, 0.75);
}
/* -----------------------------Main Banner CSS------------------------ */

/* ---------------------Sec Headings------------------------- */
.sec-heading {
    /* margin-bottom: 2rem; */
}
.sec-heading.center {
    text-align: center;
}
.sec-heading h2 {
    font-size: 45px;
    line-height: 1.31;
    text-transform: capitalize;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.53;
    color: #6e6e6e;
    margin: 1rem 0;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.71;
    color: var(--primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
}
/* -----------------------Sec Headings------------------- */

/* --------------------sections----------------------------- */
section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/* --------------------sections--------------------------------------- */ 

/* ----------------------Theme Buttons---------------------------------- */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.btn-wrap .theme-btn {
    color: white;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid #222;
    transition: .5s ease;
    padding: 15px 38px;
    background-color: #222;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* --------------------------Theme Buttons--------------------- */

section.sec-2 {
    padding: 130px 0;
}
.sec-heading p.italic-text {
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    border-left: 6px solid var(--primary);
    padding-left: 20px;
    margin: 22px 0;
}
.ul-list li {
    color: #6e6e6e;
    font-size: 17px;
    line-height: 2;
}
.ul-list li i.fa-regular.fa-check {
    color: var(--primary);
    font-weight: 900;
    padding-right: 12px;
}
.about-sec-images img.car-image {
    position: absolute;
    left: 0;
    bottom: 22px;
}
.sec-2 .sec-heading {
    margin-left: 60px;
}
.sec-2 .btn-wrap {
    margin-top: 40px;
}
.btn-wrap .theme-btn i.far.fa-long-arrow-right {
    margin-left: 8px;
}

section.sec-3 {
    height: 740px;
    padding: 90px 0;
}
ul.services-details {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* align-items: center; */
    /* justify-content: center; */
    gap: 0rem;
    text-align: center;
    padding-top: 90px;
}
.overlay1 {
    position: absolute;
    /* bottom: 63px; */
    top: 0;
    transition: .5s ease;
    /* height: 100% !important; */
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 142, 0.23);
    background-color: rgba(0, 121, 221, 0.8);
    z-index: 1;
    /* width: 324.8px; */
    /* height: 360px !important; */
}
.services-details li {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}
.services-details li:hover .overlay1 {
    height: calc(72% + 80px);
    transform: scale(1.05);
}
.overlay1 .txt h4 {
    font-size: 22px;
    font-weight: 800;
    padding: 50px 0 10px;
}
.overlay1 .txt {
    text-align: center;
    padding-top: 0;
}
.overlay1 .txt p {
    padding: 12px 0;
    font-size: 12px;
    font-weight: 200;
}
.overlay1 .txt a {
    color: #fff;
}
.services-details li:hover {
    transform: scale(1.1);
    z-index: 1;
}
section.sec-4 {
    padding: 55px 0;
    background-image: linear-gradient(178deg, #fff 9%, rgba(225, 225, 225, 0.15) 91%);
}
ul.our-partners {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* align-items: center; */
    /* justify-content: center; */
    gap: 3rem;
    text-align: center;
    padding-top: 30px;
}
section.sec-5 {
    padding: 120px 0;
}
.featured-card {
    background-color: #f9f9f9;
}
.feature-image img {
    width: 100%;
}
.feature-image span.price {
    width: 138px;
    height: 58px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #0079dd;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    top: 14px;
    left: 14px;
}
.feature-image {
    position: relative;
    font-size: 0;
}
.feature-text h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 10px;
}
.featured-card .padding {
    padding: 36px 36px 24px;
}
.car-features span {
    color: #6e6e6e;
    font-size: 15px;
}
.car-features span i {
    color: var(--primary);
    font-weight: 800;
    padding-right: 8px;
}
.car-features {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 26px;
    padding: 24px 0px 16px;
    border-bottom: 1px solid #00000038;
}
.featured-card .btn-wrap {
    margin-top: 45px;
}
section.sec-6 {
    height: 744px;
    padding: 80px 0;
}
/* -------------------------counter CSS------------------------  */
ul#counter {
    display: flex;
    align-items: center;
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}
ul#counter li .counter>div {
    font-weight: 700;
    font-size: 60px;
    color: var(--primary);
    margin-bottom: 0rem;
    flex-shrink: 0;
    font-family: 'Montserrat';
}
ul#counter li {
    width: 100%;
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px 28px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    min-height: 240px;
}
ul#counter li .counter span.text {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}
.calculateForm{ margin-bottom: 10rem; }
.quote-field label{ color: var(--white); }
.quote-field input, .quote-field textarea, .quote-field select {
    cursor: pointer;
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 0.6);
    padding: 15px 20px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(12, 40, 133, 0.2);
    border: solid 1px #fefefe;
    background-color: #fefefe;
}
.quote-field-btn input[type="submit"] {
    padding: 0 30px;
    height: 60px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    max-width: 220px;
    border-radius: 0;
    border: 0;
    padding: 18px 44px 18px 43px;
    background-color: #222;
}
.quote-wrap {
    padding: 58px 52px 58px 51px;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.15);
    background-color: #0079dd;
}
.quote-wrap .sec-heading {
    margin-bottom: 30px;
}
.quote-field-btn {
    margin-top: 26px;
}
.counter-car-image {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -290px;
}
/* -------------------------counter CSS------------------------  */

/* -----------------------Testimonials 2 ----------------------*/
section.sec-7 {
    padding: 120px 0;
}
.testi-slider-2 .testi-slide {
    border-radius: 0;
    padding: 34px;
    background-color: #fff;
    position: relative;
    margin-top: 60px;
}
.testi-slider-2 .testi-slide p {
    color: #6e6e6e;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.53;
    padding-top: 35px;
}
.testi-slider-2 .testi-slide .bottom {
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: space-between; */
    width: 100%;
}
.testi-slider-2 .testi-slide .client {
    margin-top: 50px;
}
.testi-slider-2 .testi-slide .client .det .name {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #222222;
}
.testi-slider-2 .testi-slide .client .det .des {
    font-size: 16px;
    line-height: 1.88;
    color: var(--primary);
    display: block;
}
.testi-slider-2 .testi-slide .bottom .stars {
    color: #f5aa46;
    display: flex;
    font-size: 24px;
    gap: 8px;
    align-items: start;
    justify-content: start;
    margin-top: 22px;
}
.quote {
    position: absolute;
    top: 0;
    right: 0;
}
.testi-car-image {
    position: absolute;
    bottom: -100px;
    left: 0;
}
/* -------------------------Testimonials 2-------------------------- */

/* -------------------------contact us-------------------------- */
.input-field1 label {
    padding-left: 0;
    color: #6d6d6d;
    font-weight: normal;
    padding-bottom: 8px;
    font-size: 14px;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    height: 45px;
    width: 100%;
    font-size: 16px;
    color: #382933;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 10px 24px 10px 20px;
    border: solid 1px #e1e1e1;
    background-color: #fff;
}
.input-field1 textarea {
    height: 145px;
}
.send {
    text-align: end;
    padding-top: 25px;
}
.send input[type="submit"] {
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 176px;
    border: 0;
    /* padding: 12px 30px; */
    border-radius: 0;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    background-color: var(--primary);
}
.details h5 {
    font-size: 20px;
    padding-bottom: 0;
    color: var(--primary);
    font-weight: 600;
}
.details a {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
    font-family: 'Montserrat';
}
.details {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
section.contact-sec {
    padding: 120px 0 100px;
}
.contact-sec .form {
    background-color: #fff;
    padding: 40px 79px 46px 114px;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 142, 0.15);
    position: relative;
}
.contact-sec .form:before {
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 98%;
    background: var(--primary);
    z-index: -1;
    top: 22px;
    right: 24px;
}
/* -------------------------contact us-------------------------- */

/* ---------------------------footer------------------------------- */
footer {
    padding: 76px 0 50px;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 1px solid #005175; */
    padding: 20px 0;
}
.copyright p,.copyright a {
    color: white;
    text-align: center;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}
.footer-sec p {
    color: #110e0c;
    line-height: 1.5;
    font-size: 16px;
    padding-top: 22px;
}
.footer-hdng h4 {
    font-size: 26px;
    color: #110e0c;
    margin-bottom: 20px;
    font-weight: 600;
    border-left: 6px solid var(--primary);
    border-radius: 5px;
    padding-left: 12px;
}
.f-menu li a {
    color: #110e0c;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hours p {
    color: #fff;
    font-size: 16px;
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
    font-weight: 800;
}
.footer-hdng {
    padding-top: 60px;
}
.f-menu li {
    line-height: 2;
}
.copyright-sec {
    background: #222222;
}
.f-link li a {
    color: #222222;
    font-size: 20px;
}
.f-link p {
    padding-top: 0;
}
.f-logo img {
    max-width: 230px;
}
.menu > li > a:hover {
    color: var(--primary);
}
.f-menu li a:hover {
    color: var(--primary);
}
/* ----------------------------------footer---------------------- */

.banner-content.inner-banner {
    padding: 25% 0 100px;
}
section.feature-car-sec {
    padding: 50px 0 50px;
}
section.service-sec {
    padding: 90px 0;
}
.service-card h3 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 22px 0 12px;
}
section.service-sec-detail {
    padding: 100px 0;
}
.service-slider-nav.slick-initialized.slick-slider {
    margin: 20px 0 0;
}
/* Accordian */


.accordion-list {
    position: relative;
}

.accordion-list li {
    /* padding: 30px 35px 30px 30px; */
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #D1D5DB; */
    /* background: white; */
    /* border-radius: 6px; */
    /* margin-bottom: 1.5rem; */
    /* box-shadow: 0 2px 15px 0 rgba(0, 0, 142, 0.1); */
    /* background-color: #fff; */
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: #333333;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.33;
    text-transform: capitalize;
    padding: 20px;
    width: 85%;
    background: white;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 142, 0.1);
    background-color: #fff;
}
ul.accordion-list li h3:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 600;
    top: 0;
    width: 64px;
    height: 64px;
    background-color: #0079dd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f0d8";
    color: #fff;
}
.answer p {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.88;
    color: #333333;
}
.answer {
    padding: 0 20px;
    margin-bottom: 35px;
}
.accordion-list li.active .answer {
    display: block !important;
}
.answer a {
    font-size: 18px;
    color: #333333;
    font-weight: 800;
    font-family: 'Montserrat';
    padding-bottom: 14px;
}
ul.accordion-list li h3.blackbg:after {
    background: #000;
}

/* Accordian */



.customsupport{ margin-top: 3rem; color: var(--primary);  font-size: 1.2rem; font-weight: 600; }

.logo img { width: 180px; }
.testi-car-image img{ max-width: 300px; }













@media (min-width: 1400px) and (max-width: 1599.98px) {}

@media (max-width: 1200px) {
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
}

/* ipad pro */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* ipad mini */
@media (min-width: 768px) and (max-width: 991.98px) {}

@media only screen
and (min-width : 320px)
and (max-width : 767px) {
    .banner-content {
        padding: 100px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }

    
}