@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #535353;
}

.btn {
    padding: 10px 15px 9px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
    background: #0078c2;
    color: #fff;
    border: 1px solid #0078c2;
}

.btn:hover {
    background: transparent;
    color: #0078c2;
}

a,
a:hover {
    outline: none;
    text-decoration: none;
    color: #007ac2;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

/*****Header Styling*****/
.header .navbar-toggler {
    padding: 0;
    outline: none;
    box-shadow: none;
}
header.header {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.header .navbar {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.header .navbar .navbar-brand img {
    max-width: 120px;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/*****Banner section****/
.banner-section {
    background-image: url('../images/banner-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.banner-form .form-control, .banner-form select {
    height: 43px;
    border-radius: 0;
    border: 1px solid #000;
}
.banner-form select {
    padding: 8px 12px;
    width: 100%;
}

.banner-form {
    border-radius: 4px;
    box-shadow: 0 14px 44px -24px rgba(0, 0, 0, .3);
    max-width: 380px;
    padding: 16px;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.banner-form .title {
    text-align: center;
    margin-bottom: 20px;
}

.banner-form .title h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.up-in-toggle {
    display: flex;
    align-items: center;
}

.up-in-toggle input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.up-in-toggle input:checked+label {
    background: #007ac2;
    color: white;
    font-weight: 500;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.header .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
    font-size: 30px;
}
.header .navbar-toggler {
    padding: 0;
}

.up-in-toggle label {
    display: inline-block;
    width: 50%;
    background-color: #495a6f;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    padding: 15px 10px;
    float: left;
    transition: all 0.1s ease-in-out;
}

.up-in-toggle label:hover {
    cursor: pointer;
}

.up-in-toggle label:first-of-type {
    border-radius: 0;
}

.up-in-toggle label:last-of-type {
    border-radius: 0;
}

section {
    padding: 50px 0px;
}

.h2-style {
    font-size: 32px;
}

.left-cont .sub-content,
.right-cont .sub-content {
    font-size: 12px;
}

hr {
    margin: 0rem 0 !important;
    background-color: #cacaca !important;
}

.insta-reel .card {
    width: 100% !important;
}

.slick-slide .card {
    box-shadow: 0px 0px 10px -7px;
    width: 100% !important;
}

.slick-slide {
    height: auto !important;
}

.product-items img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f105" !important;
    font-size: 1.5rem !important;
    color: #000000 !important;
}


.slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f104" !important;
    font-size: 1.5rem !important;
    color: #000000 !important;
}

.slick-next::before,
.slick-prev::before {
    background: #e2e2e2;
    width: 35px;
    display: inline-block;
    height: 35px;
    border-radius: 50%;
    line-height: 35px !important;
    z-index: 10;
}

.slick-next {
    right: 12px !important;
}

.slick-prev {
    left: -10px !important;
    z-index: 10;
}

.bIQfcb {
    border-bottom: 2px solid rgb(255, 196, 0);
    display: inline-block;
    padding-bottom: 3px;
    transition: all 0.25s ease-in-out 0s;
}

.atds-type-fiesta {
    font-size: 1rem;
    line-height: 1.5;

}

.content-head.form-cont .bg-blue p {
    color: #fff;
}
.content-head.form-cont .bg-blue .form-control {
    border-radius: 0;
}

.bg-blue {
    background-color: rgb(34, 43, 94);
    color: rgb(255, 255, 255);
    padding: 50px 48px;
}

.bg-blue .para {
    margin: 30px 0px 20px 0px;
}

.white-button {
    margin-top: 30px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
    background-color: transparent;
    color: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset;
}

.right-section {
    background-color: rgb(247, 246, 245);
}

.brands-logo {
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 30px;
    transition: 0.3s all ease;
}

.brands-logo img {
    width: 100px;
}
.little-things .img-fluid {
    height: auto;
    max-height: 360px;
    object-fit: cover;
}
.discover-cars .brands-logo img {
    margin: 0px auto;
    width: 100%;
    position: relative;
    min-width: 120px;
}
.brands-logo:hover {
    border: 1px solid rgb(8, 40, 175);
}

.brand-cars .accordion-item {
    border: none !important;
}

.little-things {
    background-color: rgb(246, 248, 253);
    color: rgb(36, 45, 61);
}

.little-things-content {
    padding: 50px 48px;
}

.atds-button {
    margin-top: 40px;
}

.form-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/****Footer styling****/
.footer h4 {
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000;
}

.footer a {
    color: #000;
    font-size: 16px;
}

.footer a:hover {
    color: #717171;
}

.footer {
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 80px 0 0;
}

.footer .footer-inner p {
    line-height: 27px;
    color: #000;
    font-size: 16px;
}
.footer .footer-inner p a{
    color: #0078c2;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.footer .footer-inner .links li a i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
}

.footer .footer-inner .social-list {
    margin: 30px 0 0;
}

.footer .footer-inner .social-list li a {
    font-size: 16px;
    float: left;
    margin-right: 20px;
    color: #007ac2;
}

.footer .copy {
    padding: 20px 0;
    border-top: solid 1px #85858563;
    margin: 30px 0 0;
    text-align: center;
}


.footer .footer-inner .Subscribe-box .btn-color {
    border: none;
}

.footer .footer-inner .Subscribe-box form .form-contact {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #000;
    font-size: 15px;
    outline: none;
    border-radius: 2px;
}

.footer .footer-inner .Subscribe-box form .btn {
    padding: 10px 15px 9px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
    background: #0078c2;
    color: #fff;
    width: 100%;
}

.footer .footer-logo img {
    max-width: 120px;
}

.footer-item {
    margin-bottom: 50px;
}

/******Login Styling*****/
.login-page {
    background: #fff7f7;
}

.login-page .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: #fff7f7;
    z-index: 999;
}

.login-page .form-inner {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 50px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    z-index: 1;
}

.login-1 .form-section h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 400;
    color: #313131;
}

.login-page .info {
    z-index: 999;
}

.login-page .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.login-page .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
}

.login-page .form-section .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #535353;
    text-transform: capitalize;
    background: #fff;
}

.login-page .pad-0 {
    padding: 0 15px;
}

.login-page .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
}

.login-page .form-section p a {
    color: #535353;
}

.login-page .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-page .form-section .thembo {
    margin-left: 4px;
}

.login-page .form-section h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 400;
    color: #313131;
}

.login-page .form-section .form-group {
    margin-bottom: 25px;
}

.login-page .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-page .form-section .form-box input {
    float: left;
    width: 100%;
}

.login-page .form-section .form-control {
    padding: 10px 20px;
    font-size: 15px;
    height: 55px;
    outline: none;
    color: #616161;
    border-radius: 3px;
    border: 1px solid #efeded;
    background: #efeded;
}

.login-page .btn-md {
    cursor: pointer;
    padding: 16px 30px 15px 30px;
    height: 55px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    border: none;
    background: #0078c2;
}

.login-page button:focus {
    outline: 1px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-page .form-section img {
    margin-bottom: 20px;
    height: 65px;
}

.facebook-bg {
    background: #3a5795;
}

.twitter-bg {
    background: #56d7fe;
}

.google-bg {
    background: #c83a2e;
}

.login-page .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-page .checkbox label {
    color: #535353;
    font-size: 15px;
    font-weight: 400;
}

.login-page .none-2 {
    display: none;
}

.login-page .form-section .terms {
    margin-left: 3px;
}

.login-page .form-section .checkbox {
    font-size: 14px;
}

.login-page .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

.login-page .form-section .form-check a {
    color: #535353;
    float: right;
}

.login-page .form-section a.forgot-password {
    font-size: 15px;
    color: #535353;
    float: right;
}

.login-page .checkbox label::before {
    border-radius: 3px;
}

.login-page .info {
    max-width: 610px;
    padding: 10px 30px;
}

.login-page .info h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
}

.login-page .info h1 span {
    color: #ff574d;
}

.login-page .info p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 0;
    opacity: 0.9;
}

.login-page .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-page .social-list {
    padding: 0;
    text-align: center;
}

.login-page .social-list li {
    display: inline-block;
}

.login-page .social-list li a {
    margin: 1px;
    font-size: 15px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.login-page .social-list li a:hover {
    text-decoration: none;
}

/** BLOG CLASSIC STARTED **/
.content-area-2 {
    padding: 100px 0 70px;
}

.blog-grid-box .date-box {
    background: #0078c2;
}

.blog-grid-box {
    border: none;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-grid-box:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.blog-grid-box img {
    border-radius: 0;
}

.blog-grid-box .detail {
    padding: 22px 25px 25px;
}

.blog-grid-box .detail h1 {
    margin-bottom: 10px;
}

.blog-grid-box .detail h2 a {
    font-size: 25px;
    color: #000;
}

.blog-grid-box .detail h3 {
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-grid-box .detail h3 a {
    font-size: 18px;
    color: #000;
}

.blog-grid-box .detail .post-meta {
    margin: 15px 0 10px;
    font-size: 14px;
}

.blog-grid-box .detail .post-meta span a i {
    margin-right: 5px;
}

.blog-grid-box .detail .post-meta span a {
    color: #535353;
}

.blog-grid-box .detail .post-meta span {
    margin-right: 20px;
}

.blog-grid-box .detail .post-meta span:last-child {
    margin: 0;
}

.blog-grid-box .detail p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #535353;
}

.blog-grid-box .date-box {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
}

.blog-grid-box .date-box h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-grid-box .btn-read-more {
    font-weight: 400;
    font-size: 11px;
    background: #e5e5e5;
    padding: 7px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5f5f5f;
}

.blog-grid-box .btn-read-more:hover {
    background: #d5d5d5;
    color: #444;
}

/** PAGINATION STARTED **/
.pagination-box {
    margin: 0 0 25px;
}

.page-link:focus {
    box-shadow: none;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    gap: 4px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 0;
    margin: 0 4px 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    border: none;
}

.pagination>li>a {
    color: #212529;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
}

.pagination>li>.active {
    color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #0078c2;
}

.pagination>li>a:hover {
    color: #fff;
    background: #0078c2;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/** Blog BANNER **/
.blog-banner {
    padding: 70px 0;
    background: #f8f9fa;
    width: 100%;
    text-align: center;
}

.blog-banner .breadcrumb-area h1 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #37404d;
}

.blog-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
}

.blog-banner .breadcrumbs li a {
    color: #37404d;
}

.blog-banner .breadcrumbs .active {
    margin-left: 10px;
    color: #0078c2;
}

.blog-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}

/******Blog Deatils*****/
.content-area-7 {
    padding: 100px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f9f6f6;
    border-left: 5px solid #0078c2;
}

blockquote p {
    font-size: 17px;
    font-weight: 300;
    line-height: 35px;
}

blockquote footer {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.tags-socal-box .social-list {
    float: right;
    text-align: right;
}

.tags-socal-box h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.tags-socal-box .social-list ul li {
    display: inline-block;
    margin-left: 20px;
}

.tags-socal-box .social-list ul li a {
    color: #535353;
}

.tags-socal-box .social-list ul li:first-child {
    margin: 0;
}

.tags ul li a {
    float: left;
    margin: 0 3px 3px 0;
    padding: 4px 12px;
    font-size: 14px;
    text-decoration: none;
    color: #5f5f5f;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    background: #e9e9e9;
}

.cmn-mrg-btm {
    margin-bottom: 60px;
}

.comment {
    margin: 0 0 30px 0;
    position: relative;
}

.comments-section h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.comment .comment-author {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment .comment-author a img {
    bottom: 2px;
    border-radius: 50%;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}

.comment .comment-content {
    margin-left: 80px;
}

.comment .comment-meta-author {
    float: left;
    font-weight: 500;
    font-size: 15px;
}

.comment .comment-meta-reply {
    float: right;
    margin-left: 15px;
    font-size: 13px;
}

.comment .comment-meta-date {
    float: right;
    font-size: 13px;
}

.comment .comment-body {
    margin-top: 10px;
}

.comment .comment-rating {
    color: orange;
    margin-bottom: 5px;
    font-size: 12px;
}

.comment-body p {
    font-size: 14px;
    line-height: 26px;
    color: #535353;
}

.contact-1 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.contact-1 .form-control:focus {
    color: #495057;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    outline: 0;
    box-shadow: none;
}

.contact-1 .form-group {
    margin-bottom: 20px;
}

.contact-1 textarea {
    min-height: 210px;
}

.contact-1 .contact-info .media {
    margin-bottom: 30px;
}

.contact-1 .contact-info .media i {
    width: 55px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px dashed #535353;
    text-align: center;
    margin-right: 15px;
}

.contact-1 .contact-info h3 {
    margin-bottom: 35px;
    font-weight: 400;
}

.contact-1 .contact-info .media h5 {
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}


.contact-1 .contact-info .media p {
    margin-bottom: 3px;
    font-size: 15px;
}

.contact-1 .contact-info .media p a {
    color: #535353;
}

.contact-1 .contact-info .media.mrg-btn-0 {
    margin-bottom: 0;
}

.contact-1 h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.contact-1 .contact-info {
    padding: 30px;
    background: #f6f6f6;
}

.btn-message {
    padding: 11px 30px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background: #0078c2;
}

/******Contact Us******/
.sub-banner {
    background: rgba(0, 0, 0, 0.04) url('../images/counters-bg-img.jpg') top left repeat;
    background-size: cover;
    height: 290px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a {
    color: #fff;
}

.sub-banner .breadcrumbs .active {
    margin-left: 15px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title h1 {
    font-weight: 500;
    color: #37404d;
    font-size: 34px;
    margin-bottom: 0;
}

.contact-3 .contact-info h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 22px;
}

.contact-3 .contact-info .contact-list {
    margin: 0 0 60px;
}

.contact-3 .contact-info .contact-list li {
    list-style: none;
    padding-left: 25px;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #535353;
    line-height: 22px
}

.contact-3 .contact-info .contact-list li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
    font-size: 18px;
}

.contact-3 .contact-info .social-list {
    margin: 0 0 30px;
}

.contact-3 .contact-info .social-list li a {
    font-size: 16px;
    float: left;
    margin-right: 20px;
    color: #535353;
}

.contact-3 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #c5c2c2;
    background: transparent;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.contact-3 .form-control:focus {
    color: #495057;
    background-color: transparent;
    border: 1px solid #eee;
    outline: 0;
    box-shadow: none;
}

.contact-3 .form-group {
    margin-bottom: 20px;
    width: 100%;
}

.contact-3 textarea {
    min-height: 190px;
}

.send-btn .btn {
    background: #0078c2;
    color: #fff;
    padding: 11px 30px;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 400px;
}

.gmap_iframe {
    width: 100% !important;
    height: 400px !important;
}

/** ABOUT **/
.about-text ul {
    margin-bottom: 25px;
}

.about-text ul li {
    list-style: none;
    color: #5a5959;
    font-size: 14px;
}

.about-text h3 {
    margin-bottom: 20px;
    font-size: 23px;
}

.about-text ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.about-text ul li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.services-info-3 {
    text-align: center;
    padding: 25px 20px;
    border: 1px solid #fff;
}

.services-info-3:hover {
    -webkit-box-shadow: 0 1px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 35px rgba(0, 0, 0, 0.07);
    background: white;
}

.services-info-3 i {
    font-size: 45px;
    margin-bottom: 20px;
}

.services-info-3 h5 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 10px 0;
}

.services-info-3 p {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

.content-area-2 {
    padding: 100px 0 70px;
}

.team-3 {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-3:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.team-3 .team-photo {
    position: relative;
}

.team-3 .team-details {
    padding: 25px;
}

.team-3 .team-details p {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 26px;
}

.team-3 .team-details p a {
    color: #535353;
}

.team-3 .team-details p i {
    position: absolute;
    left: 0;
    line-height: 26px;
}

.team-3 .team-details h5 {
    margin-bottom: 15px;
}

.team-3 .team-details h5 a {
    font-size: 17px;
    color: #000;
}

.team-3 .team-details h6 {
    font-size: 12px;
    color: #535353;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}

.team-3 .team-photo .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 20px 10px;
    border-radius: 0;
    background: rgb(0 0 0 / 34%);
    text-align: center;
}

.team-3 .team-photo .social-list ul li {
    display: inline-block;
}

.team-3 .team-photo .social-list ul li a {
    margin: 0 10px;
    color: #fff;
}

.faq-section {
    padding-bottom: 70px;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.accordion .accordion-item {
    margin-bottom: 0;
    background-color: #FFF;
}

.accordion .accordion-item .accordion-button {
    padding: 25px 20px 20px 20px;
    background: #fff;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #000;
}

/*******Listing page******/
.sidebar-left {
    margin: 0 0 50px 0;
    background: #f8f9fa;
}

.sidebar-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

#search-area-1 {
    background: #f1f1f1;
    padding: 40px 0 10px;
}

#search-area-2 {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area .search-fields {
    min-height: 45px;
    padding: 5px;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
    width: 100% !important;
    cursor: pointer;
    outline: none;
    font-size: 14px;
}

.form-group label,
.checkbox label {
    font-size: 14px;
    font-weight: 500;
    color: #37404d;
}

.search-area .search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-area .search-button {
    cursor: pointer;
    padding: 13px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
}

.search-area .search-button:hover,
.search-area .search-button:focus {
    outline: none;
    color: #fff;
    box-shadow: none !important;
}

.search-area .selectBox-dropdown .selectBox-arrow {
    text-align: center;
    width: 36px;
}

.search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 44px;
    color: #777;
    font-size: 12px;
}

.search-area .selectBox-dropdown .selectBox-label {
    padding: 2px 15px;
    display: initial;
    white-space: nowrap;
    overflow: hidden;
    line-height: 37px;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.search-area .selectBox-options.selectBox-options-bottom {
    margin: 0;
    padding: 0;
}

.search-area .selectBox-options,
.selectBox-options li a {
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.search-area .selectBox-options,
.selectBox-options li:last-child {
    border-bottom: none;
}

.widget.search-area .search-button {
    cursor: pointer;
    padding: 12.5px 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
    background: #007ac2;
}

.widget {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    margin-bottom: 7px;
}

.categories ul li {
    line-height: 30px;
    font-size: 14px;
}

.categories ul li a {
    color: #535353;
}

.popular-posts .media h5 {
    margin-bottom: 7px;
}

.popular-posts .media h5 a {
    font-size: 15px;
}

.popular-posts .media img {
    width: 85px;
    border-radius: 5px;
}

.popular-posts .media p {
    margin: 0;
    line-height: 24px;
    font-size: 13px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.car-box-5 {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.car-box-5:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.car-box-5 .car-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.car-box-5 .button,
input[type="submit"] {
    left: 15px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 11px 5px 11px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.car-box-5 .tag.featured {
    left: 30px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
}

.car-box-5 .tag {
    position: absolute;
}

.car-box-5 .price-ratings-box {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    text-align: right;
}

.car-box-5 .price-ratings-box .price {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.car-box-5 .price-ratings-box .ratings {
    font-size: 9px;
    color: #ffc12b;
}

.car-box-5 .detail {
    padding: 10px 35px 10px 25px;
}

.car-box-5 .detail .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.car-box-5 .detail .title a:hover {
    color: #4a4747;
}

.car-box-5 .detail .location {
    margin: 0 0 10px;
}

.car-box-5 .detail .location a {
    font-size: 14px;
    color: #535353;
}

.car-box-5 .detail .location a i {
    margin-right: 5px;
}

.car-box-5 .detail p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
}

.car-box-5 .car-info span {
    margin-right: 3px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 33px;
    background: #f5f5f5;
    padding: 7px 8px;
}

.car-box-5 .car-info span i {
    margin-right: 5px;
}

.car-box-5 .col-pad {
    padding: 0;
}

.key {
    font-weight: 700;
}

.product-items .slick-next,
.insta-reel .slick-next {
    right: -25px !important;
}

.product-items .slick-prev,
.insta-reel .slick-prev {
    left: -38px !important;
}

.custom-button {
    padding: 8px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
    background: #0078c2;
    color: #fff;
    width: 45%;
    border: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
}

.pagination span {
    padding: 5px 10px;
    margin-right: 5px;
}

@media (max-width: 991.98px){
    .header .navbar-collapse {
        position: absolute;
        top: 100px;
        background: #fff;
        width: 100%;
        border-top: 1px solid #ddd;
        left: 0;
        z-index: 99;
        padding: 0 20px;
    }
    .header .navbar-nav .nav-item {
        margin: 5px 10px;
    }
    .login-page .form-inner{
        padding: 30px;
    }
    .our-services {
        background: #f8f9fa;
        padding: 80px 0 70px;
    }
    .main-title {
        margin-bottom: 35px;
    }
    .main-title h1 {
        font-size: 30px;
    }
    .main-title h1 {
        font-size: 27px;
    }
    .faq-section {
        padding-bottom: 50px;
    }
}
@media (max-width: 767.98px){
    .header .navbar .navbar-brand img {
        max-width: 80px;
    }
    .header .navbar-collapse {
        top: 70px;
    }
    .login-page .form-inner {
        padding: 0;
    }
    .login-page, .login-page .form-section {
        background: #fff;
    }
    .bg-blue, .little-things-content {
        padding: 35px 20px;
    }
    .h2-style {
        font-size: 26px;
    }
    section {
        padding: 20px 0px;
    }
    .d-flex{
        flex-wrap: wrap;
    }
    .col-lg-6.col-sm-12.ps-2 {
        padding-left: 0 !important;
        margin-top: 15px;
    }
    .mt-5.slick-slider {
        margin-top: 20px !important;
    }
    .footer {
        padding: 30px 0 0;
    }
    .footer .footer-logo {
        margin-bottom: 30px;
    }
    .footer .copy {
        margin: 0;
    }
    .car-slider {
        margin-bottom: 40px;
    }
    .our-services {
        padding: 60px 0 50px;
    }
    .main-title {
        margin-bottom: 30px;
    }
    .main-title h1 {
        font-size: 27px;
    }
    .content-area-2 {
        padding: 60px 0 30px;
    }
    .faq-section {
        padding-bottom: 50px;
    }
    .content-area-7 {
        padding: 60px 0;
    }
    .blog-grid-box .detail h2 a {
        font-size: 22px;
    } 
}