/* Importing Fonts */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Teko:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: "Conthrax Sb";
    src: url(../fonts/conthrax-sb.ttf);
}

:root {
    --primary-color: #C42929;
    --secondary-color: #152E64;
    --accent-color: #000000;
    --white: #ffffff;
    --primary-150: rgba(240, 94, 22, 0.15);
    --primary-200: rgba(240, 94, 22, 0.2);
    --transition: .3s all ease;
    --font-heading: 'Conthrax Sb', sans-serif;
    --font-teko: 'Teko', sans-serif;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

.font-teko {
    font-family: var(--font-teko);
}

.font-conthra {
    font-family: var(--font-heading);
    text-transform: uppercase;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--accent-color);
}

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

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

h1 {
    font-size: 45px;
    color: var(--accent-color);
    text-transform: uppercase;
    font-family: var(--font-heading);
}

h2 {
    font-size: 34px;
}

h2.big {
    font-size: 40px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 19px;
    font-weight: 700;
}


/* Section title */

.section-title h2 span {
    color: var(--primary-color);
}

.section-title p {
    font-size: 23px;
    font-weight: 500;
}

.site-btn,
.btn-style,
input[type="submit"] {
    background: var(--primary-color);
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    border-radius: 34px;
    display: inline-block;
    text-align: center;
    max-width: 300px;
    position: relative;
    padding: 8px 15px;
    border: 2px solid var(--primary-color);
    font-family: var(--font-heading);
    transition: var(--transition);
    overflow: hidden;
}

.btn-style {
    position: relative;
    padding: 16px 16px;
    min-width: unset;
    margin-left: auto !important;
}

.btn-style a {
    position: relative;
    z-index: 1;
    padding: 0 !important;
    color: var(--white) !important;
}

.site-btn span {
    color: var(--white);
    position: relative;
    z-index: 1;
}

.btn-style::before,
.site-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--accent-color);
    transition: var(--transition);
}

.btn-style:hover::before,
.site-btn:hover::before {
    bottom: 0;
    transition: var(--transition);
}

.site-btn.white {
    border-color: var(--white);
}

.site-btn.white span,
.site-btn.outline span {
    color: var(--secondary-color);
}

.site-btn.white,
.site-btn.outline {
    background: #fff;
}

.site-btn.white:hover span,
.site-btn.outline:hover span {
    color: var(--white);
    transition: var(--transition);
}

.site-btn.outline::before,
.site-btn.white::before {
    background: var(--accent-color);
}

input.site-btn,
input[type="submit"] {
    color: var(--white);
    position: relative;
    transition: var(--transition);
}

input.site-btn:hover,
input[type="submit"]:hover {
    background: var(--white);
    transition: var(--transition);
}

#gform_wrapper_1 input[type="submit"] {
    width: 100%;
    background: var(--primary-color);
    min-width: 250px;
    margin: auto;
}

#gform_wrapper_1 input[type="submit"]:hover {
    background: var(--secondary-color);
}

.gfield--type-choice {
    padding-left: 15px!important;
}

input:not([type="submit"]),
select,
textarea {
    padding: 10px 20px !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 30px;
    background: transparent;
    outline: 0 !important;
    font-size: 18px !important;
}

input:not([type="submit"]),
select,
textarea,
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.gfield--type-choice.not-listed {
    padding-left: 0 !important;
}

.gfield--type-choice.not-listed label {
    font-size: 17px !important;
    color: #000000;
    font-weight: 500;
}

.main-sch-app input:not([type="submit"]),
.main-sch-app select,
.main-sch-app textarea {
    font-size: 20px !important;
}

.ginput_container_date {
    position: relative;
}

.ginput_container_date input {
    width: 100% !important;
}

.ginput_container_date img.ui-datepicker-trigger {
    right: 0;
    bottom: 10px;
    position: absolute;
}

#schAppointment .gfield {
    margin-top: 30px;
}

.time_field .ginput_complex {
    flex-wrap: nowrap !important;
}

.time_field .ginput_container_time {
    flex-basis: unset !important;
    max-width: 126px !important;
    width: 100%;
}

.form_inner_title {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.form_inner_title h3 {
    font-size: 22px;
    color: var(--accent-color);
    font-family: var(--font-heading);
}

.form_inner_title2 {
    margin-top: 0 !important;
}

.form_inner_title2 h3 {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}

.gfield--type-consent {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.gfield--type-consent legend {
    font-weight: 400 !important;
}

.ginput_container_consent {
    display: flex;
    align-items: flex-start;
}

.ginput_container_consent input {
    margin: 4px 14px 0 0px;
}

.gform_footer {
    margin: 31px 0 0 !important;
}

.custom-label .gfield_label {
    font-size: 18px;
    font-weight: 500 !important;
    color: var(--secondary-color);
}

.label_hidden .gfield_label {
    opacity: 0 !important;
}

.fw-med {
    font-weight: 500;
}

.fw-sbold {
    font-weight: 600;
}

#mail-status {
    margin: 21px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #f15222;
}

.info {
    position: relative;
    top: 6px;
    color: #ff0000;
}

.icon_box img {
    max-width: 50px;
}


/* Splide pagination */

.splide__pagination__page {
    width: 12px;
    height: 12px;
    opacity: 1;
}

.splide__pagination__page.is-active {
    transform: scale(1);
    width: 16px;
    height: 16px;
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
}

#Form_Step_1 fieldset .row:first-of-type .cell {
    width: 50%;
}

#Form_Step_2 fieldset .row:first-of-type .cell {
    width: 33%;
}


/*Mob Fixed Button*/

.mob-app-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: var(--primary-color);
    padding: 10px 15px;
    z-index: 1099;
}


/* Header */

header {
    position: relative;
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1060;
}

.site-header.sticky .nav-wrapper .container {
    display: flex;
    align-items: center;
}

.site-header.sticky .navbar-collapse {
    justify-content: flex-end !important;
}

.site-header.sticky .btn-style {
    margin-left: 14px !important;
}

.site-header:not(.sticky) .navbar-brand-link {
    position: relative;
    display: block;
}

.site-header:not(.sticky) .nav-wrapper {
    background: var(--accent-color);
    padding: 6px 0 8px;
}

.site-header .navbar-brand {
    /* max-width: 170px; */
    margin: 0;
}

.site-header ul li {
    margin-left: 30px;
    position: relative;
    list-style: none !important;
}

@media (min-width: 992px) {
    .site-header .sub-menu li a {
        font-size: 16px !important;
    }
    .site-header.sticky .sub-menu li a {
        color: var(--accent-color) !important;
    }
    .site-header .sub-menu li:hover a {
        color: var(--primary-color) !important;
    }
    .site-header .service-menu .sub-menu li {
        border-bottom: 1px solid var(--accent-color);
    }
    .site-header .service-menu .sub-menu li:nth-child(odd) {
        border-right: 1px solid var(--accent-color);
    }
    .site-header .sub-menu li a::before {
        background: transparent !important;
    }
    .site-header ul li .sub-menu {
        position: absolute;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
        display: none;
        opacity: 0;
        height: 0;
        transform: translateY(0);
        z-index: -5;
        padding: 0;
        display: none;
        min-width: 180px;
        left: -30%;
        padding: 8px;
    }
    .site-header ul li.service-menu .sub-menu {
        flex-wrap: wrap;
        flex-direction: row;
        min-width: 550px;
        left: calc(50% - 275px);
        padding: 0;
    }
    .site-header ul li.service-menu .sub-menu li {
        width: 50%;
    }
    .site-header ul li .sub-menu::-webkit-scrollbar {
        width: 5px;
        /*         border-radius: 5px; */
    }
    .site-header ul li .sub-menu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #1A2B57;
    }
    /*     .site-header ul li .sub-menu::-webkit-scrollbar-track {
        background: ;
        border-radius: 5px;
    } */
    .site-header ul li:hover>.sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }
}

.site-header ul li:hover>.sub-menu {
    display: block;
    z-index: 1060;
    opacity: 1;
    height: auto;
    transition: .3s all ease;
}

.site-header ul li.service-menu:hover>.sub-menu {
    display: flex;
}

.site-header ul li:hover>.sub-menu .sub-menu {
    max-height: 60vh;
    overflow-y: scroll;
}

.site-header ul li:not(.btn-style) a {
    color: var(--white) !important;
    font-size: 16px;
    position: relative;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

.site-header:not(.sticky) .sticky_header_button,
.site-header:not(.sticky) .logo-stikcy {
    display: none;
}

.site-header ul li:not(.btn-style) a::before {
    content: "";
    position: absolute;
    background: var(--white);
    width: 0%;
    height: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
    transition: var(--transition);
}

.site-header.sticky ul li:not(.btn-style) a::before {
    background: var(--white);
}

.site-header ul.sub-menu li:not(.btn-style) a::before {
    bottom: -2px;
}

.site-header ul.sub-menu li:not(.btn-style) a::before {
    background: var(--secondary-color);
}

.site-header ul li.current_page_item>a::before,
.site-header ul li:not(.btn-style) a:hover::before {
    width: 94%;
    transition: var(--transition);
}

.site-header ul li:first-of-type {
    margin-left: 0;
}

.site-header ul li.current_page_parent>a::before {
    width: 100%;
}

.single-format-standard .site-header {
    position: relative;
}

.site-header ul.sub-menu li {
    margin-left: 0 !important;
}

.site-header ul li .sub-menu {
    background: #fff;
    flex-direction: column;
    transition: .3s all ease;
}

.site-header ul li .sub-menu a {
    text-transform: capitalize;
    color: var(--accent-color) !important;
}


/* Header Sticky Effects */

.site-header.sticky {
    background: var(--primary-color);
    padding: 13px 0;
}

@media (min-width: 992px) {
    .site-header.sticky .top-bar {
        display: none;
    }
}

.site-header.sticky .navbar-brand {
    max-width: 240px;
    position: unset;
    margin: 0;
}

.site-header.sticky ul li {
    margin-left: 15px;
}

.site-header.sticky ul li:not(.btn-style) a {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .site-header.sticky ul li a {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .site-header.sticky ul li a {
        color: #fff !important;
    }
}

.site-header .navbar-toggler {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    box-shadow: none !important;
    border: none;
}

.site-header .navbar-toggler span {
    display: block;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    margin: auto;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-header .navbar-toggler span::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-header .navbar-toggler span::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-header .navbar-toggler.show span {
    background: transparent;
}

.site-header .navbar-toggler.show span::before {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.site-header .navbar-toggler.show span::after {
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* Top bar */

.site-header .top-bar {
    z-index: 1;
    background-color: #fff;
}

.site-header .top-bar {
    padding: 11px 0 5px;
}

.site-header .menu-main-menu-container {
    padding-top: 0;
    padding-bottom: 0;
}

.site-header .top-bar::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
    height: 134px;
    background: var(--primary-color);
    z-index: 0;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.top-bar .time-col{
    width: 29%;
}

.top-bar .logo-col{
    width: 37%;
}

.top-bar svg {
    margin-right: 8px;
    width: 25px;
}

.top-bar .time {
    margin-top: 14px;
}

.top-bar p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.top-bar a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.top-bar a p {
    margin: 0;
    font-size: 24px;
}

.top-bar a p.big {
    font-size: 35px;
}

.top-bar hr {
    background-color: var(--primary-color);
    opacity: 1;
    height: 4px;
    margin: 13px 0 0;
}


/* Banner section */

section.banner {
    background-color: var(--secondary-color);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 80px;
    margin-top: 165px;
    position: relative;
    z-index: 1;
}

section.banner::before,
section.sec-4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23%;
    height: 100%;
    background: url(../images/banner-shape.png) no-repeat;
    background-size: 100% 100%;
    z-index: 0;
}

section.banner .text {
    max-width: 1010px;
    margin: auto;
}

section.banner h1 {
    margin-bottom: 0;
    max-width: 700px;
}

section.banner h2 {
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

section.banner a {
    margin-top: 25px;
}

.text p,
.text li {
    font-size: 15.6px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.text p strong {
    font-weight: 600;
}

.text.primary p strong {
    color: var(--primary-color);
}

.text p:last-of-type {
    margin-bottom: 0;
}

.text h3.subtitle {
    font-size: 19px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.text.white h3,
.text.white h2,
.text.white p,
.text.white ul li {
    color: #fff;
}


/* Welcome Section */

section.welcome {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

section.welcome .title {
    padding: 10px 0;
    margin-bottom: 48px;
}

section.welcome .title h2 {
    margin: 0;
}


/* cars Section */

section.cars {
    padding: 50px 0 220px;
    position: relative;
    z-index: 1;
    border-bottom: 10px solid var(--primary-color);
}

section.cars .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 76%;
    object-fit: cover;
}

section.cars .wrapper {
    max-width: 970px;
    margin: auto;
}

section.cars .section-title {
    margin-bottom: 45px;
}

section.cars .section-title h2 {
    font-size: 31px;
}

section.cars .img img {
    border-radius: 24px 24px 0 0;
}

section.cars .colm {
    display: block;
    text-decoration: none;
}

section.cars .wrapper .colm .text {
    background: var(--accent-color);
    border-radius: 0 0 24px 24px;
    border-top: 4px solid var(--primary-color);
    padding: 8px 0 4px;
}

section.cars .colm h3 {
    margin: 0;
    line-height: 1.4;
    font-size: 18px;
    color: var(--white);
}

section.cars .desc {
    margin-top: 35px;
}

section.cars .desc p {
    font-size: 15px;
}


/* Services columns */

section.cars .wrapper-2 {
    margin-top: 50px;
}

.service-columns .colm {
    position: relative;
}

.service-columns .colm img {
    border-radius: 24px !important;
}

.service-columns .colm .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.service-columns .colm h3 {
    font-size: 35px !important;
    color: var(--white);
}

.swiper-arrow {
    background: transparent;
    border-radius: 50%;
    color: var(--white);
    background: var(--primary-color);
    border: 3px solid var(--primary-color);
    width: 40px !important;
    height: 40px !important;
}

.swiper-arrow svg {
    height: 1.2rem;
    width: 1.2rem;
    margin-left: -3px;
}

.swiper-arrow::after {
    content: none;
}

@media (min-width: 1200px) {
    .seal_slider .swiper-arrow {
        display: none;
    }
}


/* Section 4 */

section.sec-4 {
    background-color: var(--accent-color);
    position: relative;
    z-index: 1;
    padding: 90px 0 60px;
}

section.sec-4 .wrapper {
    max-width: 1010px;
    margin: auto;
}

section.sec-4 .section-title h2 {
    font-size: 42px;
}


/* Section 5 */

section.sec-5 {
    padding: 80px 0 100px;
}

section.sec-5 .wrapper {
    margin-bottom: 40px;
}

section.sec-5 .colm .img {
    min-height: 194px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.sec-5 .colm img {
    max-width: 43%;
}

section.sec-5 .colm .text {
    margin-top: 20px;
}


/* Great Team section */

section.great-team {
    padding: 72px 0 50px;
}

section.great-team .section-title {
    margin: 0 auto 30px;
    max-width: 1072px;
}

section.great-team .section-title p {
    font-weight: 400;
}

section.great-team .content {
    position: relative;
    z-index: 1;
    margin: 60px 0 50px;
}

section.great-team .content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    top: -16%;
    height: 18%;
    background: var(--primary-color);
}

section.great-team .content .team-wrapper {
    max-width: 800px;
    margin: auto;
}

section.great-team .content .second {
    margin-top: 13%;
}

.team-col {
    text-align: center;
}

.team-col .img {
    position: relative;
}

.team-col h3 {
    font-size: 40px;
    color: var(--secondary-color);
    margin: 20px 0 0;
    font-family: var(--font-heading);
}

.team-col p {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.team-col.members h3 {
    margin-bottom: 0;
}


/* Contact Us section */

section.location .float-title {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
}

section.location .form {
    position: relative;
    margin-top: 30px;
}

section.location .form .gform_body input {
    padding: 30px 35px !IMPORTANT;
}

section.location .form .gform_footer {
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    right: 0;
    bottom: 15px;
}

section.contact-us {
    position: relative;
    padding: 100px 0 50px;
}

section.contact-us .text .site-btn {
    margin-top: 30px;
}

section.contact-us .map {
    position: relative;
    z-index: 1;
}


/*section.contact-us .map::before {*/


/*    content: "";*/


/*    position: absolute;*/


/*    right: -5px;*/


/*    top: -5px;*/


/*    height: calc(100% + 5px);*/


/*    width: 100%;*/


/*    border: 5px solid var(--primary-color);*/


/*}*/

section.contact-us .map iframe {
    height: 500px;
    border: 5px solid var(--primary-color);
}

section.contact-us .row2 {
    margin-top: 50px;
}

section.contact-us .icon-row {
    padding: 0px 30px 0px 0;
}

@media (min-width: 992px) {
    section.contact-us .icon-row {
        display: flex;
        justify-content: space-between;
    }
}


/* Footer */

.site-footer {
    padding: 100px 0 35px;
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    border-top: 10px solid var(--primary-color);
    position: relative;
    z-index: 1;
}

.site-footer .logo {
    margin-bottom: 5px;
}
.site-footer .logo img {
    max-width: 365px;
}

.site-footer .wrapper {
    background: rgba(0, 0, 0, 0.84);
    padding: 70px 0 50px;
}

.site-footer .footer-col p {
    margin-top: 30px;
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
}

.site-footer .footer-links-col h4 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
}

.site-footer .footer-links-col li {
    margin-top: 8px;
}

.site-footer .footer-links-col.contact li {
    margin-top: 0;
    margin-bottom: 20px;
}

.site-footer .footer-links-col.contact p {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--white);
    max-width: 275px;
}

.site-footer .footer-links-col.contact p.add {
    max-width: 230px;
}

.site-footer .footer-cal a {
    max-width: 300px;
    font-weight: 700;
    margin-bottom: 30px;
}

.site-footer .footer-cal p.small {
    color: var(--primary-color);
    font-size: 24px;
}

.site-footer .footer-cal p.big {
    font-size: 35px;
}

footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 40px;
}

footer .menu li:not(:first-of-type) {
    margin-left: 30px;
}

footer .menu a {
    display: inline-block;
    font-family: var(--font-heading);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--accent-color);
    transition: var(--transition);
}

footer .menu a:hover {
    color: var(--primary-color);
    transition: var(--transition);
}
footer ul.menu li .drop-toggler,
footer ul.menu li .sub-menu {
    display: none;
}

.site-footer .contact a i,
.site-footer .contact p :where(i,
svg) {
    margin-right: 10px;
    font-size: 20px;
}

.site-footer .contact p i {
    margin-top: 5px;
    margin-right: 21px;
}

.site-footer .contact a svg {
    width: 20px;
    margin-right: 14px;
}

.site-footer .footer-social {
    max-width: 255px;
    margin-left: auto;
}

.site-footer .social-links a {
    font-size: 20px;
    margin-left: 20px;
    color: var(--white);
    transition: .3s all ease;
    text-decoration: none;
}

.site-footer .social-links a:hover {
    color: var(--primary-color);
}

.site-footer .social-links a:first-of-type {
    margin-left: 0;
}


/* Footer bar */

.footer-bar {
    padding: 10px 0;
}

.footer-bar p,
.footer-bar a {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    margin: 0;
    text-decoration: none;
    text-align: center;
}

.footer-bar a {
    margin-left: 40px;
}


/* About Us page */

section.banner.inner {
    padding: 180px 0;
}


section.banner.inner h1 {
    text-transform: uppercase;
}


/* OverlaySec */

section.overlay-sec {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative;
    z-index: 1;
}

section.overlay-sec::before {
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

section.overlay-sec h2 {
    margin-bottom: 20px;
    color: var(--primary-color) !important;
}

section.overlay-sec p {
    max-width: 1048px;
    margin: 0 auto 30px;
}

section.overlay-sec p strong {
    font-weight: 600;
}

section.overlay-sec .btn {
    margin-top: 30px;
}


/* Vehicles Page */

section.veh-sec-2 .float-title {
    top: -22px;
    right: 0;
    left: 0;
}

.vehicle-row {
    align-items: center;
    margin-top: 60px;
}


/*.vehicle-row:nth-child(odd) {*/


/*    justify-content: flex-end;*/


/*}*/

.vehicle-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.vehicle-row .img {
    border-right: 5px solid var(--primary-color);
    border-bottom: 5px solid var(--primary-color);
}

.vehicle-row:nth-child(odd) .img {
    border-left: 5px solid var(--primary-color);
    border-top: 5px solid var(--primary-color);
    border-right: none;
    border-bottom: none
}

.vehicle-row .text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}

.vehicle-row .text .name h2 {
    font-size: 95px;
    font-family: var(--font-heading);
    text-transform: capitalize;
}

.vehicle-row .text .site-btn {
    min-width: 220px;
}


/* Vehicle Inner page */

.veh-inner-sec {
    padding: 0 0;
    margin: 50px 0 0;
}

.veh-sec-1 {
    padding: 50px 0 0;
    margin-bottom: 0;
}

.veh-sec-1 .img img {
    object-position: center top;
}

.veh-sec-1.veh-inner-sec .img,
.right-border {
    border-right: 5px solid var(--primary-color);
    border-bottom: 5px solid var(--primary-color);
}

.veh-sec-2.veh-inner-sec .img,
.left-border {
    border-left: 5px solid var(--primary-color);
    border-bottom: 5px solid var(--primary-color);
}

.veh-sec-4 {
    margin: 100px 0;
}

section.veh-main {
    padding: 91px 0 100px;
}


/* Expertise section */

section.expertise-sec {
    padding-bottom: 50px;
}

section.expertise-sec .content {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 950px;
}

section.expertise-sec .section-title {
    margin-bottom: 30px;
}

section.expertise-sec .col-12 .text {
    max-width: 890px;
    margin: 0 auto 50px;
}

section.expertise-sec .col-12 .text strong {
    font-weight: 600;
}

section.expertise-sec .expertise-col img {
    max-width: 120px;
}

.expertise-col h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

section.expertise-sec .text.last p {
    font-size: 21px;
}


/* Inner page template style */

.shop-row .text {
    padding: 50px 50px 50px 22%;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.shop-row .text .wrap {
    max-width: 630px;
}

.shop-row:nth-child(even) .text {
    padding: 50px 22% 50px 50px;
    clip-path: polygon(0% 0%, 86% 0%, 100% 100%, 0% 100%);
}

.shape-rev .shop-row .img img {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

.shape-rev .shop-row:nth-child(even) .img img {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.transparent-content .shop-row .text {
    background: #fff;
    clip-path: none;
    padding: 50px 50px 50px 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.transparent-content .shop-row:nth-child(even) .text {
    padding: 50px 20% 50px 50px;
}

.transparent-content .shop-row .text h2 {
    color: var(--secondary-color);
}

.transparent-content .shop-row .text p {
    color: #000;
}

@media (min-width: 992px) {
    .transparent-content .shop-row:nth-child(even) .text .wrap {
        margin-left: auto;
    }
}


/* Services Page */

.float-to-left.bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}

@media (min-width: 992px) {
    .float-to-left {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
        height: 100%;
    }
    .float-to-right {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding-right: 0;
        overflow: hidden;
        height: 100%;
    }
    .float-to-left .img,
    .float-to-right .img,
    .float-to-left img,
    .float-to-right img {
        object-fit: cover;
        height: 100%;
    }
}

.services-sec-2 {
    padding: 70px 0 100px;
}

.services-sec-2 [class*="col-"] {
    margin-top: 30px;
}
.services-sec-2 .colm{
    text-decoration:none;
    display:block;
    height:100%;
    background: #000;
    border-radius: 10px;
    padding: 15px 10px 15px 15px;
    transition: .3s all ease;
}
.services-sec-2 .colm:hover{
    background: var(--primary-color);
}
.services-sec-2 .colm .text{
    
}
.services-sec-2 .colm h3 {
    font-size: 24px !important;
    color: #fff;
}
.services-sec-2 .colm p{
    color: #fff;
    font-size: 18px;
}

/* Scheduled Maintenance Page */

.banner.inner.sch-banner::before {
    width: 58%;
}


/* Blogs inner */

section.blog-inner {
    padding: 70px 0 20px;
}

section.blog-inner .full-content .text,
section.blog-inner .row-content {
    margin-top: 40px;
}

section.blog-inner .date {
    margin: 20px 0 50px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

section.blog-inner h2 {
    font-size: 30px;
}

section.blog-inner p {
    font-size: 18px;
}

section.blog-inner .full-content {
    margin: 50px 0;
}

section.blog-inner .full-content h3 {
    color: #005697;
    font-family: var(--font-heading);
    margin: 30px 0;
}

section.similar-blog .section-title h2 {
    color: var(--primary-color);
    font-weight: 700 !important;
}


/* Blogs Page */

section.blogs-main {
    padding: 70px 0 50px;
}

.blog-search {
    position: relative;
}

.blog-search input {
    width: 100%;
    font-size: 20px;
    color: rgba();
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    line-height: 1;
    padding: 15px 15px !important;
}

.blog-search input,
.blog-search input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.blog-search [type="submit"] {
    position: absolute;
    right: 8px;
    top: 12px;
}

.recent-blogs {
    padding: 30px;
    margin-top: 30px;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
}

.recent-blogs h3 {
    font-size: 30px;
    color: var(--primary-color);
    font-family: var(--font-heading);
    margin-bottom: 10px;
}

.recent-blogs ul {
    padding-left: 0;
    list-style: none;
}

.recent-blogs li {
    margin-top: 20px;
}

.recent-blogs li a {
    display: flex;
    text-decoration: none;
    color: var(--accecnt-color);
}

.recent-blogs li a span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 10px;
    margin-top: 10px;
}

.recent-blogs li a h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-blogs li a p {
    font-size: 16px;
    margin-bottom: 0;
}

.recent-blogs.tags li {
    font-size: 20px;
    font-weight: 500;
}


/* Blog Card */

.blog-card {
    margin-bottom: 40px;
}

.blog-card .img {
    position: relative;
}

.blog-card img.wp-post-image {
    max-height: 320px;
    min-height: 320px;
    object-fit: cover;
}

.blog-card h2 {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--primary-color);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0 12px;
    line-height: 1.2;
}

.blog-card p {
    font-size: 17px !important;
    font-weight: 500;
    color: var(--accent-color);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.blog-card .date {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}

.blog-card .read {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.cus_pagination .page-numbers {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
    transition: .3s all ease;
    border: 3px solid var(--primary-color);
    width: 45px;
    text-align: center;
    border-radius: 8px;
}

.cus_pagination .page-numbers:hover,
.cus_pagination .page-numbers.current,
.cus_pagination .page-numbers.next,
.cus_pagination .page-numbers.prev {
    color: var(--primary-color);
    transition: .3s all ease;
}

.cus_pagination .page-numbers:last-child {
    margin-right: 0;
}

.cus_pagination .page-numbers.next,
.cus_pagination .page-numbers.prev {
    background: var(--primary-color);
    color: #fff;
}

.offer-sec .offer-col {
    position: relative;
}

.offer-sec .offer-col::before {
    content: '';
    position: absolute;
    background: var(--secondary-color);
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.offer-sec .offer-col img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}

.offer-sec .offer-col .text {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    text-align: center;
    padding: 10px 15px;
}

section.offers {
    padding: 80px 0 50px;
}

section.offers .vehicle-row:nth-child(odd) {
    flex-direction: row;
}

section.offers .two-column:nth-child(even) {
    flex-direction: row-reverse;
}

section.offers .text .toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

section.offers .toolbar p,
section.offers .toolbar button {
    font-weight: 500;
    margin: 0;
}


/*Appontment Section*/

section.sch-app {
    padding-bottom: 80px;
}

section.sch-app .form {
    margin-top: -14%;
}

section.main-sch-app {
    padding: 100px 0;
    position: relative;
}

section.main-sch-app .float-title {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg) translateY(1%);
    font-size: 130px;
}

section.main-sch-app .text-blue h3 {
    color: var(--secondary-color);
}

section.main-sch-app .form p {
    margin-bottom: 50px;
}

section.main-sch-app .gform_footer {
    justify-content: center;
}

section.main-sch-app .cont-details {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 60px 15px 50px;
    text-align: center;
}

section.main-sch-app .cont-details a {
    color: var(--white);
    text-decoration: none;
}

.cont-details .det-box {
    margin-top: 35px;
}

.cont-details .det-box h3 {
    margin: 12px 0 10px;
}

.cont-details .det-box p {
    font-weight: 400;
    font-size: 23px;
}

section.main-sch-app .gfield textarea.large {
    height: 230px !important;
}


/*Digital Inspection*/

section.cirlce-row-sec {
    padding: 100px 0;
}

section.cirlce-row-sec .section-title {
    margin-bottom: 60px;
}

section.cirlce-row-sec .section-title p {
    max-width: 1055px;
    margin: auto;
}

.circle-row {
    padding-bottom: 80px;
}

.circle-row .text {
    width: 37%;
}

.circle-row .img {
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.circle-row .img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100px;
    width: 5px;
    border-right: 5px dashed var(--primary-color);
    margin: auto;
}

.circle-row:last-of-type {
    padding: 0;
}

.circle-row:last-of-type .img::before {
    content: none;
}

.circle-row .decsc {
    width: 43%;
}

.circle-row h2 {
    color: var(--primary-color);
    font-size: 50px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}

.circle-row .img img {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 250px;
    border-radius: 50%;
    border: 10px solid var(--primary-color);
}

.circle-row .text p {
    font-size: 24px;
}


/*About Section 3*/

section.about-3 {
    padding-bottom: 100px;
}

section.about-3 .column {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 54px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.about-3 .column::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: var(--primary-color);
    height: 75%;
    z-index: -1;
}

section.about-3 [class*="col-"] {
    margin-top: 50px;
}

section.about-3 .column .text {
    margin-top: 50px;
}

section.about-3 .column h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

section.about-3 .column .img {
    position: relative;
    z-index: 1;
}

section.about-3 .column .img::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 80%;
    background: var(--primary-color);
    height: 30%;
    z-index: -1;
}

/*Content Page*/

section.banner.template-banner{
    background: transparent;
    padding: 45px 0 0;
}

section.banner.template-banner::before {
    content: none;
}
section.banner.template-banner h1{
    margin-bottom: 38px;
    max-width: 100%;
}
section.banner.template-banner .img img{
    clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
    width: 82%;
}

/*Section 2*/

section.template-sec-2{
    padding: 55px 0 200px;
}

section.template-sec-2 h2{
    font-weight: 600;
}

section.template-sec-2 h2,
section.template-sec-2 h3{
    font-family: var(--font-teko);
}

section.template-sec-2 .text p{
    max-width: 755px;
}

section.template-sec-2 .text ul{
    margin-top: 25px;
    padding-left: 18px;
}
    
section.template-sec-2 .text li{
    margin-bottom: 5px;
}

section.template-sec-2 .text:not(:first-of-type){
    margin-top: 48px;
}
/* Responsive */

.site-header.sticky .menu-main-menu-container {
    width: auto;
    padding: 0 0 0 30px;
}

@media (max-width: 1600px) {
    section.banner::before, section.sec-4::before{
        width: 16%;
    }
}
@media (max-width: 1199px) {
    h2 {
        font-size: 30px;
    }
    .site-footer .footer-col h3 {
        font-size: 30px;
    }
    .site-btn,
    input[type="submit"] {
        min-width: 250px;
        padding: 13px 20px;
    }
    .serv-col h2 {
        font-size: 24px;
    }
    .float-title {
        font-size: 60px;
    }
    section.banner .text {
        max-width: 745px;
    }
    section.cars .section-title h2 {
        font-size: 30.5px;
    }
    .service-columns .colm .text{
        min-height: 56px;
    }
    .service-columns .colm h3 {
        font-size: 30px !important;
    }
    section.sec-4::before {
        width: 4%;
    }
    .cont-details .det-box h3 {
        font-size: 30px;
    }
    .top-bar p {
        font-size: 12px;
    }
    .top-bar .time img,
    .top-bar svg {
        width: 28px;
    }
    .site-header .top-bar::before {
        height: 121px;
        width: 32%;
    }
    .site-header:not(.sticky) .navbar-collapse {
        margin-top: -2px;
    }
    .site-header ul li {
        margin-left: 7px;
    }
    .site-header ul li a {
        font-size: 13px !important;
    }
    .icon-row .icon-text svg {
        width: 20px;
        height: 20px;
    }
    .icon-row .icon-text p {
        margin: 0 0 0 10px;
        font-size: 16px;
    }
    section.services .float-title {
        top: -13px;
    }
    .splide__arrow {
        width: 35px !important;
        height: 35px !important;
    }
    .splide__arrow svg {
        fill: #000;
        height: 16px;
        width: 16px;
    }
    .cus-tooltip-container .tooltip-dot {
        width: 60px;
        height: 60px;
    }
    .cus-tooltip-container .tooltip-content {
        top: -134%;
    }
    section.main-sch-app .float-title {
        font-size: 120px;
    }
    .circle-row .text {
        width: 32%;
    }
    .circle-row h2 {
        font-size: 35px;
    }
    .circle-row .decsc {
        width: 48%;
    }
    .circle-row .text p {
        font-size: 18px;
    }
    section.about-3 .column h2 {
        font-size: 26px;
    }
    .vehicle-row .text .name h2 {
        font-size: 65px;
    }
    section.contact-us {
        padding: 60px 0 50px;
    }
    footer .menu a{
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 23px;
    }
    h2.big {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    .gfield--type-consent legend {
        font-size: 16px !important;
    }
    .top-bar .time-col,
    .site-header .logo-stikcy{
        display: none;
    }
    .site-header.sticky,
    .site-header .nav-wrapper{
        background: transparent !important;
    }
    .site-header .nav-wrapper{
        z-index: 1;
        margin-top: -6px;
    }
    .top-bar p {
        font-size: 14px;
    }
    .site-header .top-bar,
    .site-header .menu-main-menu-container,
    .site-header.sticky .menu-main-menu-container {
        padding: 0;
    }
    .site-header .top-bar {
        padding: 12px 0 0;
        width: calc(100% - 70px);
    }
    .top-bar hr{
        margin: 9px 0 0;
    }
    .site-header .top-bar::before {
        height: 82px;
        width: 40%;
        top: 0;
    }
    .top-bar a p.big {
        font-size: 22px;
    }
    .top-bar a p {
        font-size: 16px;
    }
    .site-header .menu-main-menu-container,
    .site-header .cal-col{
        width: auto;
    }
    .site-header .navbar{
        display: flex !important;
        align-items: center;
    }
    .site-header .navbar-brand,
    .site-header.sticky .navbar-brand {
        max-width: 225px;
    }
    .site-header:not(.sticky) .sticky_header_button {
        display: inline-block;
    }
    .site-header.sticky {
        padding: 0;
    }
    .site-header .navbar-collapse:not(.show) {
        display: none;
        bottom: 100%;
        opacity: 0;
        transition: var(--transition);
        overflow: hidden;
    }
    .site-header .navbar-collapse {
        margin-top: 0 !important;
        display: block;
        position: absolute;
        left: 0;
        bottom: unset;
        top: 88px;
        height: calc(100vh - 88px);
        opacity: 1;
        background: var(--primary-color);
        width: 100%;
        padding: 20px 15px 20px;
        z-index: 1060;
        overflow-y: scroll;
        transition: var(--transition);
    }
    .site-header:not(.sticky) .navbar-collapse {
        top: 79px;
        height: calc(100vh - 80px);
    }
    .site-header ul li,
    .site-header:not(.sticky) ul:not(.sub-menu) li:last-of-type {
        margin-left: 0;
        margin-bottom: 5px;
    }
    .btn-style,
    .site-header.sticky .btn-style {
        margin-left: unset !important;
        padding: 0;
    }
    .btn-style a {
        font-weight: 400;
    }
    .site-header ul li .sub-menu {
        padding-top: 8px;
    }
    .site-header ul li.menu-item-has-children {
        width: 100%;
    }
    .site-header ul li.menu-item-has-children>a {
        width: max-content;
    }
    .site-header ul li.menu-item-has-children .sub-menu {
        width: 100%;
    }
    .site-header ul li.menu-item-has-children .drop-toggler {
        color: var(--white);
        position: absolute;
        top: 0;
        right: 10px;
        transform: rotate(-90deg);
        transition: .4s all ease-in-out;
        box-shadow: none !important;
    }
    .site-header ul li.menu-item-has-children .drop-toggler.active {
        transform: rotate(0deg);
        transition: .4s all ease-in-out;
    }
    .sub-menu:not(.show) {}
    .site-header ul li .sub-menu {
        background: transparent;
    }
    .site-header ul li a {
        font-size: 16px;
    }
    .site-header ul li .sub-menu a,
    .site-header:not(.sticky) ul:not(.sub-menu) li:last-of-type a {
        color: var(--white) !important;
    }
    .site-header.sticky .navbar-collapse {
        top: 60px;
    }
    .site-header ul li.current_page_item>a::before,
    .site-header ul li:not(.btn-style) a:hover::before {
        width: 100%;
        bottom: -2px;
    }
    .site-btn,
    .btn-style,
    input[type="submit"] {
        font-size: 16px;
    }
    .text h3.subtitle {
        font-size: 16px;
    }
    section.banner {
        margin-top: 82px;
    }
    .section-title p {
        font-size: 16px;
    }
    section.sec-5 .colm .img {
        min-height: 113px;
    }
    .site-footer {
        padding: 40px 0 25px;
    }
    .site-footer .footer-links-col {
        margin-bottom: 20px;
    }
    .services-sec-2 {
        padding: 30px 0 50px;
    }
    .service-colm h3 {
        font-size: 26px;
        bottom: calc(50% - 15px);
    }
    section.veh-sec-2 .tab-content {
        padding: 0 15px;
    }
    section.veh-sec-2 .desc p {
        font-size: 20px;
    }
    .sch-sec-2 {
        padding: 50px 0;
    }
    .veh-inner-sec {
        margin: 0;
    }
    .mob-gap {
        margin-bottom: 40px;
    }
    .icon-row .icon-text {
        margin-top: 20px;
    }
    .icon-row .icon-text:first-of-type {
        margin-top: 0;
    }
    .blogs-main .wrapper .row>.col-lg-4 {
        order: 1;
    }
    .blogs-main .wrapper .row>.col-lg-8 {
        order: 2;
    }
    .blogs-main .wrapper .row>.col-12 {
        order: 3;
    }
    .cus-tooltip-container .tooltip-dot {
        width: 40px;
        height: 40px;
        border: 5px solid var(--white);
    }
    .float-title {
        font-size: 65px;
    }
    .cus-tooltip-container .tooltip-content {
        min-width: 220px;
        top: -190%;
    }
    .cus-tooltip-container .tooltip-content h3 {
        font-size: 26px;
    }
    .cus-tooltip-container .tooltip-content p {
        font-size: 16px;
    }
    .site-footer .footer-col h3 {
        font-size: 23px;
    }
    section.main-sch-app .cont-details {
        margin-top: 40px;
    }
    .cont-details .det-box p {
        font-size: 20px;
    }
    section.main-sch-app .float-title {
        display: none;
    }
    .circle-row .text,
    .circle-row .img {
        text-align: center;
        width: 100%;
        order: 1;
    }
    .circle-row .img {
        order: 0;
    }
    .circle-row .img::before {
        content: none;
    }
    .circle-row .text h2 {
        margin: 20px 0;
    }
    .circle-row {
        padding-bottom: 50px;
    }
    section.about-3 .section-title h2 {
        font-size: 35px;
    }
    .blog-search {
        margin-top: 40px;
    }
    .site-footer .footer-links-col a {
        word-break: break-all;
    }
    .site-footer .contact a svg {
        width: 33px;
    }
    .vehicle-row .text .name h2 {
        font-size: 45px;
    }
    section.contact-us .map iframe {
        height: 500px;
    }
    section.cars {
        padding: 50px 0;
    }
    section.cars .colm{
        margin-bottom: 35px;
    }
    section.cars .section-title h2 {
        font-size: 23px;
    }
    .service-columns .colm h3 {
        font-size: 22px !important;
    }
    section.sec-4 .section-title h2 {
        font-size: 39px;
    }
    footer .menu li:not(:first-of-type) {
        margin-left: 15px;
    }
    footer .menu a {
        font-size: 12px;
    }
    .site-footer .footer-cal a{
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
    h2,
    h2.big {
        font-size: 20px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    .site-btn,
    input[type="submit"] {
        max-width: 200px;
        min-width: unset;
        font-size: 14px;
        padding: 7px 15px;
        border-radius: 20px;
    }
    .section-title p,
    .text p,
    .text.big p,
    section.veh-sec-2 .desc p,
    .text li,
    .text.big li,
    section.cars .desc p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .site-header .navbar-brand,
    .site-header.sticky .navbar-brand {
        max-width: 150px;
    }
    .top-bar .logo-col{
        width: 50%;
    }
    .top-bar a p.big {
        font-size: 15px;
    }
    .top-bar a p {
        font-size: 12px;
    }
    .site-header .top-bar::before {
        width: 57%;
        clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
        height: 65.4px;
    }
    .site-header:not(.sticky) .navbar-collapse {
        top: 64px;
        height: calc(100vh - 65px);
    }
    section.contact-us .col-md-6.float {
        position: unset;
        margin-top: 35px;
    }
    .site-footer .logo img {
        max-width: 120px;
    }
    .site-footer .footer-col {
        margin-bottom: 35px;
    }
    .footer-bar p,
    .footer-bar a {
        font-size: 14px;
    }
    section.banner {
        background-position: 70% 50%;
        padding: 60px 0;
        margin-top: 65px;
    }
    section.banner h1{
        max-width:350px;
    }
    section.banner h2 {
        font-size: 18px;
    }
    section.cars .section-title h2,
    section.welcome .title h2{
        max-width:350px;
        margin: auto;
    }
    section.cars .desc {
    margin-top: 0px;
    }
    .swiper-arrow {
        top: 30px;
    }
    .swiper-button-prev {
        left: unset;
        right: 65px;
    }
    .seal_slider {
        padding-top: 60px;
    }
    .cus-tooltip-container .tooltip-dot {
        width: 25px;
        height: 25px;
    }
    .cus-tooltip-container .tooltip-content {
        top: calc(100% + 35px);
        left: -100px;
    }
    .cus-tooltip-container .tooltip-content svg {
        right: 0;
        left: 0;
        bottom: 100%;
        top: unset;
        transform: rotate(90deg);
    }
    .site-footer .logo img {
        max-width: 250px;
    }
    .site-footer .footer-links-col a {
        font-size: 15px;
    }
    .site-footer .footer-links-col {
        margin-bottom: 25px;
    }
    .site-footer .social-links a {
        font-size: 20px;
    }
    section.sch-app .form {
        margin-top: -6%;
    }
    #schAppointment .gfield {
        margin-top: 0px;
    }
    .time_field .ginput_complex {
        align-items: flex-end;
    }
    .form_inner_title {
        margin-top: 15px !important;
    }
    .gfield--type-consent legend,
    .ginput_container_consent label {
        font-size: 14px !important;
    }
    .ginput_container_consent input {
        margin: 4px 8px 0 0px;
    }
    section.sch-app {
        padding-bottom: 40px;
    }
    .gform_footer {
        margin: 15px 0 0 !important;
    }
    .form_inner_title h3 {
        font-size: 18px !important;
    }
    .form_inner_title2 h3 {
        font-size: 16px !important;
    }
    .form_inner_title2 {
        margin-top: 0 !important;
    }
    section.veh-sec-2 {
        padding: 50px 0;
    }
    .vehicle-row {
        margin-top: 30px;
    }
    .vehicle-row .text {
        padding: 20px 0px;
    }
    .veh-sec-1 {
        padding-bottom: 0px;
    }
    .veh-sec-1 .img {
        margin-right: -15px;
    }
    .vehicle-row .text .name h2 {
        font-size: 35px !important;
    }
    section.offers,
    section.contact-us {
        padding-top: 50px;
    }
    section.offers .text {
        padding: 20px 20px;
    }
    section.offers .row [class*="col-"] {
        margin-top: 40px;
    }
    section.offers .row [class*="col-"]:first-of-type {
        margin-top: 0;
    }
    section.contact-us .map iframe {
        height: 400px;
    }
    section.location .form .gform_footer {
        margin: 25px 0 0 !important;
        position: unset;
    }
    section.location .form .gform_body input {
        padding: 10px 10px !IMPORTANT;
    }
    section.contact-us .add-form .gform_footer input {
        min-width: 70px;
        font-size: 15px;
        padding: 1px 15px;
        color: var(--white)
    }
    section.contact-us .row2 {
        margin-top: 15px;
    }
    .icon-row .icon-text:first-of-type {
        margin-top: 30px;
    }
    section.main-sch-app {
        padding: 50px 0;
    }
    section.main-sch-app .form p {
        margin-bottom: 30px;
    }
    .cont-details .det-box svg {
        width: 30px;
    }
    .recent-blogs {
        padding: 25px;
    }
    .blog-search input {
        font-size: 16px;
    }
    section.cirlce-row-sec {
        padding: 50px 0;
    }
    .circle-row .img img {
        max-width: 220px;
    }
    .circle-row .text p {
        font-size: 15px;
    }
    section.about-3 .section-title h2 {
        font-size: 21px !important;
    }
    section.about-3 .section-title h2 br {
        display: none;
    }
    section.about-3 .column {
        padding: 0 15px 40px;
    }
    section.about-3 .column .text {
        margin-top: 35px;
    }
    section.about-3 .column h2 {
        margin-bottom: 15px;
    }
    .recent-blogs li a>div {
        width: calc(100% - 20px);
    }
    section.blog-inner .date {
        margin: 20px 0;
    }
    section.blog-inner p,
    .blog-card p {
        font-size: 15px !important;
    }
    section.blog-inner .full-content h3 {
        margin: 15px 0;
    }
    section.blog-inner {
        padding: 50px 0 20px;
    }
    section.template-sec-2 {
        padding: 30px 0 50px;
    }
    section.welcome .title{
        margin-bottom: 30px;
    }
    section.sec-4::before{
        content: none;
    }
    section.sec-4,
    section.sec-5{
        padding: 50px 0;
    }
    section.sec-5 .colm{
        margin-bottom: 40px;
    }
    section.sec-5 .colm .img {
        min-height: auto;
    }
    section.sec-5 .wrapper {
        margin-bottom: 0;
    }
    .site-footer .wrapper{
        padding: 35px 0;
    }
    .site-footer .footer-links-col h4{
        margin-bottom: 10px;
    }
    .site-footer .footer-cal a {
        max-width: 200px;
        margin-bottom: 10px;
    }
    .site-footer .footer-cal p.big {
        font-size: 25px;
    }
    .site-footer .footer-cal p.small{
        font-size: 20px;
    }
    .site-footer .footer-social {
        max-width: 100%;
    }
    .footer-bar {
        padding: 15px 0 0;
    }
    section.banner.inner{
        padding: 60px 0;
    }
    section.banner.template-banner{
        padding: 20px 0 0;
    }
    section.banner.template-banner h1 {
        margin-bottom: 20px;
    }
    section.banner.template-banner .img img{
        width: 90%;
    }
}