/*
Theme Name: Alia Child
Description: Child theme for Alia WordPress Theme
Author: Ahmad Works, Inc
Author URI: https://ahmad.works/
Template: alia
Version: 1.2.0.75
License: Themeforest Split Licence
License URI: -
Text Domain: alia-child
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/proxima-nova-regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Medium';
    src: url('assets/fonts/Proxima-Nova-Semibold.woff.woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('assets/fonts/proxima-nova-bold.woff');
    font-weight: normal;
    font-style: normal;
}

/*
 *Main Structure
 *********************************/
 :root {
    font-size: 10px;
    color: #2A2C2D;
    --dubizzle-black: #2A2C2D;
    --dubizzle-red: #e00718;
    --dubizzle-blue: #7097E0;
    --dubizzle-gray: #626465;
    --dubizzle-font-regular: 'Proxima Nova', sans-serif;
    --dubizzle-font-medium: 'Proxima Nova Medium', sans-serif;
    --dubizzle-font-bold: 'Proxima Nova Bold', sans-serif;
}

body {
    font-family: var(--dubizzle-font-regular);
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.main_content_area {
    margin-top: 0;
}

.container {
    width: 117rem;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-weight: normal;
}
.post_meta_item.meta_item_category > *:nth-child(1) {
    display: none;
}

.post_meta_item {
    margin-right: 0;
}

.section-heading {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-family: var(--dubizzle-font-medium);
    margin: 0;
}

.section-description {
    margin: 1.6rem 0 0;
}

.wp-block-button {
    margin: 0;
}

.cta-secondary {
    font-size: 1.6rem;
    color: var(--dubizzle-red);
    font-family: var(--dubizzle-font-bold);
    border: .1rem solid var(--dubizzle-red);
    border-radius: .4rem;
    padding: .8rem 2rem;
    display: inline-block;
    background-color: transparent;
}

.cta-secondary:hover, .wp-block-button a:hover {
    color: var(--dubizzle-black);
    /* background-color: var(--dubizzle-red); */
}

/*
 *Top Navigation
 *********************************/
 .dubizzle_top_nav {
    overflow: auto;
    padding: .5rem 0 1rem;
    border-bottom: .1rem solid #eeeeee;
}

.dubizzle_top_nav .container {
    display: flex;
    justify-content: space-between;
}

.dubizzle_top_nav .container::before, .dubizzle_top_nav .container::after {
    content:none;
}

.dubizzle_top_nav .branding {
    display: flex;
    align-items: flex-end;
}

.dubizzle_top_nav .dubizzle-logo {
    background: url("assets/images/dubizzle-icon.svg") no-repeat;
    background-size: 1.8rem 3rem;
    width: 1.8rem;
    height: 3rem;
}

.dubizzle_top_nav .brand {
    background: url("assets/images/dubizzle-cars-logo.svg") no-repeat;
    background-size: 15.5rem 4rem;
    width: 15.5rem;
    height: 4rem;
}

.dubizzle_top_nav .separator {
    background: url(assets/images/logo_divider.svg) no-repeat;
    display: inline-block;
    height: 2.4rem;
    width: .1rem;
    margin: 0 1rem;
}

.dubizzle_top_nav .dubizzle-logo, .dubizzle_top_nav .brand {
    color: transparent;
    line-height: 0;
    font-size: 0;
}


.dubizzle_top_nav .dubizzle-links, .dubizzle_top_nav .dubizzle-controls {
    display: flex;
    align-items: center;
}

.dubizzle_top_nav .menu-dubizzle-website-menu-container {
    /* padding-top: 1rem; */
}

.dubizzle_top_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.dubizzle_top_nav ul li:not(:first-child) {
    margin-left: 2rem;
}

.dubizzle_top_nav ul li:not(:first-child) a {
    margin-top: 1.6rem;
    display: block;
}

.dubizzle_top_nav ul li.logo a {
    background: url("assets/images/dubizzle-cars-logo.svg") no-repeat;
    background-size: 15.5rem 4rem;
    width: 15.5rem;
    height: 4rem;
    display: block;
    color: transparent;
    line-height: 0;
    font-size: 0;
}

.dubizzle_top_nav a {
    color: var(--dubizzle-black);
}

.dubizzle_top_nav a:hover {
    color: var(--dubizzle-red);
}

.dubizzle_top_nav .sell-my-car {
    background-color: var(--dubizzle-red);
    border-radius: .4rem;
    padding: .8rem 2rem;
    margin-top: .5rem;
}

.dubizzle_top_nav .sell-my-car a {
    color: #ffffff;
    font-family: var(--dubizzle-font-bold);
}

.dubizzle_top_nav .lang-item {
    margin-top: 1.6rem;
}

.header_controls  {
    display: none;
}

body.no_sitetitle_in_menu .header_nav {
    padding: .5rem 0 1rem;
}

.header_nav .container {
    display: flex;
    justify-content: space-between;
}

.header_nav .container::before, .header_nav .container::after, .archive_header .section_title::before, .archive_header .section_title::after {
    content:none;
}

ul.navbar > li.menu-item:first-child a {
    padding-left: 0;
}

ul.navbar > li.menu-item a:hover, ul.navbar > li.menu-item.current-menu-item a, ul.navbar > li.menu-item.current-menu-parent a {
    color: var(--dubizzle-red);
}

ul.navbar > li.menu-item a {
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

ul.navbar > li.menu-item.logo a {
    background: url("assets/images/dubizzle-cars-logo.svg") no-repeat;
    background-size: 15.5rem 4rem;
    width: 15.5rem;
    height: 4rem;
    display: block;
    color: transparent;
    line-height: 0;
    font-size: 0;
}

ul.navbar > li.menu-item:not(.logo) a {
    padding: 1.6rem 0px 1rem 2rem;
}

.header_controls .blog-link {
    display: none;
}

/*
 *Header Section
 *********************************/

.header-section {
    margin-bottom: 8rem;
}

/* .header-section .container {
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
} */

.header-section .container {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    gap: 4rem;
    align-items: center;
    position: relative;
    background-image: url(assets/images/service-header-bg-cover.jpg);
}

.header-section .container::before {
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0.5004595588235294) 80%, rgba(255,255,255,0) 100%); */
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.header-section .container::after {
    content: none;
}

.header-section h1 {
    font-size: 4.8rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 5.6rem;
    margin: 0;
    color: #ffffff;
}

.header-section .cta-wrapper {
    display: flex;
    margin-top: 3.2rem;
}

.header-section .cta-wrapper :not(:first-child) {
    margin-left: 1.6rem;
}

.header-section .cta-primary {
    color: var(--dubizzle-red);
    font-size: 1.6rem;
    font-family: var(--dubizzle-font-bold);
    background-color: #ffffff;
    border: .1rem solid  #ffffff;
    border-radius: .4rem;
    padding: .8rem 2.4rem;
    display: inline-block;
}

.header-section .cta-primary:hover {
    background-color: var(--dubizzle-red);
    color: #ffffff;
}

/*
 *Homepage
 *********************************/
/* .header-section.homepage .container {
    height: 32rem;
    padding: 0 2.4rem 2.4rem;
    padding: 6rem;
    border-radius: .8rem;
}

.header-section.homepage .header-content {
    width: 60rem;
} */

.header-section .container {
    border-radius: .8rem;
}

.header-section .header-content-wrapper {
    padding: 6rem 0 6rem 6rem;
    z-index: 2;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .header-content {
    max-width: 50rem;
}

.header-section .header-content .dubizzle-red {
    color: var(--dubizzle-red);
}

.header-section .header-content p {
    font-size: 2rem;
    line-height: 3.2rem;
    margin: 2.8rem 0 0;
    color: #ffffff;
}

.header-section .visual {
    flex-grow: inherit;
    max-width: 50rem;
    height: fit-content;
}

.services-detail-wrapper {
    background-color: rgba(217, 217, 217, .5);
    padding: 8rem 0;
}

.content-block-wrapper {
    background-color: #ffffff;
    border-radius: .6rem;
    display: flex;
    align-items: center;
    box-shadow: .1rem .3rem 1rem rgba(0,0,0,.06);
}

.services-detail-wrapper .wp-block-columns {
    /* margin-bottom: 0; */
    padding: 4rem 8rem;
}

.content-block-wrapper:first-of-type {
    margin-top: 4rem;
}

.content-block-wrapper:not(:last-of-type) {
    margin-bottom: 6rem;
}

.content-block-wrapper .wp-block-image {
    margin: 0;
}

/* .content-block-wrapper .wp-block-column {
    padding: 2.4rem 0;
}

.content-block-wrapper .wp-block-column:first-child {
    padding-left: 2.4rem;
}


.content-block-wrapper .wp-block-column:last-child {
    padding-right: 2.4rem;
} */

.content-block-wrapper .wp-block-image img {
    border-radius: .8rem;
}

.content-block-wrapper .heading {
    font-size: 2.4rem;
    font-family: var(--dubizzle-font-bold);
    margin: 0 0.8rem 1.6rem 0;
    display: inline-block;
}

.content-block-wrapper p {
    font-size: 1.6rem;
    margin: 0 0 1.6rem;
}

.content-block-wrapper .heading-badge {
    background: linear-gradient(94.47deg, #FFBD3D 2.35%, #F1A207 95.78%);
    display: inline-block;
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
    font-family: var(--dubizzle-font-bold);
    line-height: 1.2rem;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0.4rem;
    margin: 0;
    vertical-align: top;
}

.content-block-wrapper .content a {
    color: var(--dubizzle-blue);
}

.content-block-wrapper .cta {
    color: var(--dubizzle-blue);
}

.content-block-wrapper .disclaimer {
    font-size: 1.2rem;
    font-style: italic;
    width: 100%;
    margin: 0 0 1.6rem;
}

.content-block-wrapper .wp-block-button a, .wp-block-button a {
    font-size: 1.4rem;
    color: var(--dubizzle-black);
    font-family: var(--dubizzle-font-bold);
    border: .1rem solid var(--dubizzle-gray);
    border-radius: .6rem;
    padding: .4rem 1.6rem;
    display: inline-block;
    background-color: transparent;
}

.content-block-wrapper .wp-block-button a:hover, .wp-block-button a:hover {
    background-color: #f4f5f5;
}


.ad-banner-section {
    margin-top: 8rem;
}

.ad-banner-section .container {
    background-size: auto 100%;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
    padding: 2.4rem;
    border-radius: .8rem;
}

.ad-banner-section .ad-banner-title {
    font-size: 3.2rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 4rem;
    margin: 0 0 1.6rem;
    font-weight: 600;
}

.ad-banner-section .content p {
    font-size: 1.6rem;
    margin: 0 auto 1.6rem;
    width: 60%;
}

.ad-banner-section .cta-primary {
    /* color: #ffffff; */
    font-size: 1.4rem;
    font-family: var(--dubizzle-font-bold);
    border: .1rem solid #ffffff;
    border-radius: .4rem;
    padding: .8rem 1.6rem;
    display: inline-block;
}

.ad-banner-section .cta-primary:hover {
    background-color: var(--dubizzle-red);
    border: .1rem solid  var(--dubizzle-red);
}

.sell-multiple-cars-block {
    margin-top: 8rem;
    background-color: #F5F9FE;
    border-radius: .6rem;
}

.sell-multiple-cars-block .title {
    font-size: 2.4rem;
    font-family: var(--dubizzle-font-bold);
    line-height: 3.2rem;
    margin: 0 0 1.6rem;
}

.sell-multiple-cars-block p, .sell-multiple-cars-block ol {
    font-size: 1.6rem;
    margin: 0 auto 1.6rem;
}

.sell-multiple-cars-block > div:first-child {
    padding: 4rem 4rem 4rem 8rem;
    flex-grow: 1;
}

.sell-multiple-cars-block > div:last-child {
    display: flex;
    align-items: end;
}

.features-list {
    margin-top: 8rem;
}

.features-list .title {
    font-size: 3.4rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 4.2rem;
    margin: 0 0 1.6rem;
    text-align: left;
}

.features-list .description {
    font-size: 1.6rem;
    margin: 0 auto 2.4rem;
}

.features-list .feattures-wrapper {
    display: flex;
    gap: 4rem;
}

.features-list .features-card {
    flex: 1;
    text-align: center;
    padding: 2.8rem;
    border-radius: .8rem;
    box-shadow: .1rem .3rem 1rem rgba(0,0,0,.06);
}

/* .features-list .features-card:not(:first-child) {
    margin-left: 1.6rem;
} */

.features-list .card-value > * {
    margin: 0 0 1.6rem;
    font-size: 2.4rem;
    font-family: var(--dubizzle-font-bold);
}

.features-list .card-key {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.google-reviews {
    padding: 2.4rem;
    margin-top: 8rem;
}

.google-reviews .title {
    font-size: 3.4rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 4rem;
    margin: 0 0 .8rem;
    text-align: center;
}

.google-reviews .ti-widget.ti-goog.ti-disable-font .ti-widget-container {
    display: flex;
    flex-wrap: wrap;
}

.google-reviews .ti-widget.ti-goog .ti-reviews-container {
    width: 80rem;
    margin: auto;
    order: 2;
    position: relative;
}

.google-reviews .ti-widget.ti-goog .ti-reviews-container::before, .google-reviews .ti-widget.ti-goog .ti-reviews-container::after {
    content: '';
    background: url('assets/images/review-quote.svg') no-repeat;
    display: block;
    width: 10rem;
    height: 6.1rem;
    position: absolute;
    z-index: 1;
}

.google-reviews .ti-widget.ti-goog .ti-reviews-container::before {
    left: -3.8rem;
}

.google-reviews .ti-widget.ti-goog .ti-reviews-container::after {
    bottom: 0rem;
    right: -3.7rem;
    rotate: 180deg;
}

.google-reviews .ti-widget.ti-goog.ti-show-rating-text .ti-footer {
    width: 100%;
}

.google-reviews .ti-widget.ti-goog.ti-show-rating-text .ti-footer strong {
    font-weight: 400;
}

.google-reviews .ti-widget.ti-goog.ti-no-profile-img .ti-reviews-container-wrapper {
    padding: 5rem 0;
    position: relative;
    z-index: 2;
}

.google-reviews .ti-widget.ti-goog .ti-review-item>.ti-inner {
    display: flex;
    flex-wrap: wrap;
    box-shadow: .1rem .3rem 1rem rgba(0, 0, 0, .06);
    background-color: white !important;
}

.google-reviews .ti-widget.ti-goog.ti-content-align-left .ti-review-content {
    order: 1;
}

.google-reviews .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars {
    order: 2;
    width: 100%
}

.google-reviews .ti-widget.ti-goog .ti-review-header {
    order: 3;
}

.google-reviews .ti-widget.ti-goog .ti-controls {
    top: calc(50% + 32px - 20px) !important;
    width: 110%;
    left: -5%;
}

.featured-in-media {
    margin-top: 8rem;
}

.featured-in-media .title {
    font-size: 2rem;
    font-family: var(--dubizzle-font-bold);
    line-height: 4rem;
    margin: 0 0 1.6rem;
    text-align: center;
    color: #84888E;
}

.featured-in-media-grid {
    display: flex;
    justify-content: space-around;
}

.featured-in-media-grid img {
    max-width: 20rem;
    max-height: 3rem;
    border-radius: 0;
}

.faqs {
    margin-top: 8rem;
    background-color: #F5F9FE;
    border-radius: .8rem;
    padding: 8rem 0;
}

.faqs .title {
    font-size: 2.4rem;
    font-family: var(--dubizzle-font-bold);
    line-height: 4rem;
    margin: 0 auto 1.6rem;
    text-align: left;
    max-width: 80rem;
}

.faqs-grid {
    margin: auto;
    max-width: 80rem;
}

.faqs-card {
    background-color: #ffffff;
    border-radius: .8rem;
    box-shadow: .1rem .3rem 1rem rgba(0,0,0,.06);
}

.faqs-card:hover {
    box-shadow: .3rem .4rem .6rem #dddddd;
}

.faqs-card:not(:last-child) {
    margin-bottom: 1.6rem;
}

.faqs-card .question {
    margin: 0;
    font-size: 2rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 3.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 3.2rem;
    cursor: pointer;
    transition: all 0.5s;
}
/* 
.faqs-card.expand .question {
    padding-bottom: 1.6rem;
    
} */

.faqs-card.expand .question i {
    transform: rotate(180deg);
}

.faqs-card .content {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    padding: 0 3.2rem;
}

.faqs-card.expand .content {
    max-height: 50rem;
    transition: max-height 0.15s ease-in;
    padding-bottom: 2.4rem;
}

.faqs-card p {
    margin: 0;
}

.faqs-card.expand p:not(:last-child) {
    margin-bottom: 1.6rem;
}

/*services-buyer-form*/
.header-section .buyer-form-mobile-cta {
    display: none;
}

.header-section .buyer-form-desktop {
    z-index: 2;
    width: 100%;
    flex: 1;
}

.header-section.hidden-form .buyer-form-desktop {
    display: none;
}

.header-section .services-buyer-form {
    padding: 6rem 6rem 6rem 0;
}

.services-buyer-form .info-block.displayNone {
    display: none;
}

.services-buyer-form .block-form-wrapper {
   background-color: #ffffff;
   padding: 2.4rem;
   border-radius: .6rem;
   min-height: 50.3rem;
}


.services-buyer-form .info-block .title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: var(--dubizzle-font-bold);
    text-align: center;
    margin: 0 0 2.4rem;

}

.block-form-section .text-field-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.block-form-section input[type="text"], .block-form-section input[type="email"], .block-form-section input[type="number"], .block-form-section textarea,.block-form-section select {
    outline: none;
    border-radius: 6px;
    border: 1px solid #DBDBDB;
    padding: 12px 16px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    background: transparent;
    position: relative;
    z-index: 3;
    color: var(--dubizzle-black);
    font-family: var(--dubizzle-font-regular);
}

.block-form-section input[type="tel"] {
    outline: none;
    border-radius: 6px;
    border: 1px solid #DBDBDB;
    padding: 12px 16px 12px 48px !important;
    height: 100%;
    width: 100%;
    font-size: 16px;
    background: transparent;
    position: relative;
    color: var(--dubizzle-black);
    font-family: var(--dubizzle-font-regular);
}

.block-form-section .iti {
    width: 100%;
}

.block-form-section .iti--inline-dropdown .iti__dropdown-content {
    z-index: 10;
}

.block-form-section select {
    line-height: 2rem;
}

.block-form-section .fa-caret-down {
    line-height: 4.5rem;
}

.block-form-section label {
    position: absolute;
    top: 10px;
    display: flex;
    left: 16px;
    transition: 0.3s ease-in;
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
}

body.rtl .block-form-section label {
    right: 16px;
    left: initial;
}

.block-form-section input:focus ~ label, .block-form-section textarea:focus ~ label, .block-form-section select:focus ~ label, .block-form-section input:valid ~ label, .block-form-section textarea:valid ~ label, .block-form-section select:valid ~ label,  .block-form-section label.up {
    padding: 2px 10px;
    background-color: inherit;
    background-color: white;
    font-size: 12px;
    top: -14px;
    left: 15px;
    z-index: 3;
}

body.rtl .block-form-section input:focus ~ label, body.rtl .block-form-section textarea:focus ~ label, body.rtl .block-form-section input:valid ~ label, body.rtl .block-form-section textarea:valid ~ label,  body.rtl .block-form-section label.up{
    right: 15px;
    left: initial;
}

.block-form-section input[type="button"] {
    height: 48px;
    border-radius: 6px;
    width: 100%;
    background-color: var(--dubizzle-red);
    border: 1px solid var(--dubizzle-red);;
    color: #ffffff;
    font-size: 15px;
    line-height: 2.6rem;
    border: 0;
    cursor: pointer;
    font-family: var(--dubizzle-font-bold);
    margin-top: -10px;
}

.block-form-section input[type="button"]:active,  .block-form-section input[type="button"]:disabled {
    background-color: #e0e0e0;
    cursor: default;
}

.block-form-section .text-field-wrapper {
    position: relative;
}

.block-form-section .message-wrapper {
    height: 20px;
    text-align: right;
    position: absolute;
    top: -20px;
    right: 0;
}

body.rtl .block-form-section .message-wrapper {
    text-align: left;
    left: 0;
    right: initial;
}

.block-form-section .message-wrapper .error {
    font-size: 11px;
    color: #BB2327;
    display: none;
    line-height: 20px;
}

.block-form-section .error_msg .error {
    display: block;
}

.block-form-section .error_msg input[type="text"],.block-form-section .error_msg input[type="number"], .block-form-section .error_msg input[type="email"], .block-form-section .error_msg textarea , .block-form-section .error_msg select, .block-form-section  .error_msg input[type="tel"]  {
    border: 1px solid #BB2327;
}

.services-buyer-form .block-form-wrapper.displayNone {
    display: none;
}

.services-buyer-form .block-form-message {
    text-align: center;
    display: none;
    align-content: center;
    background-color: #ffffff;
    padding: 2.4rem;
    border-radius: .6rem;
    height: 50.3rem;
}

.services-buyer-form .block-form-message.visible {
    display: grid;
}

.services-buyer-form .block-form-message .img-wrapper {
    margin: 0 auto 32px;
}

.services-buyer-form .block-form-message img {
    margin: 0 auto 2.4rem;
    max-width: 8rem;
    width: 8rem;
}

.services-buyer-form .block-form-message .message-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #222222;
}

.services-buyer-form .block-form-message .message-sub-title {
    font-size: 20px;
    line-height: 24px;
    color: #222222;
    margin-top: 16px;
}

.block-form-section .gglcptch_v2 {
    padding: 0;
    height: 8.5rem;
    margin-bottom: 2rem;
    margin-top: -.5rem;
}

.dubizzle-cars-features {
    margin-bottom: 8rem;
}

.dubizzle-cars-features .title {
    font-size: 3.4rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 4.2rem;
    margin: 0;
}

.dubizzle-cars-features .description {
    margin: 1.6rem 0 0;
}

.dubizzle-cars-features .feattures-wrapper {
    margin-top: 2.8rem;
    display: flex;
    gap: 4rem;
    justify-content: center;
    flex-wrap: wrap;
}

.dubizzle-cars-features .feature-card {
    /* flex: 1; */
    padding: 2.8rem;
    box-shadow: .1rem .3rem 1rem rgba(0,0,0,.06);
    width: clamp(30rem, 36rem, 40rem);
}

.dubizzle-cars-features img {
    width: 8rem;
}

.dubizzle-cars-features .card-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: var(--dubizzle-font-bold);
    margin: 2.4rem 0 0;
}

.dubizzle-cars-features .card-description p {
    margin: 1.2rem 0 0;
}

.dubizzle-cars-features .content-cta {
    color: #ffffff;
    font-size: 1.6rem;
    font-family: var(--dubizzle-font-bold);
    background-color: var(--dubizzle-red);
    border: .1rem solid var(--dubizzle-red);
    border-radius: .4rem;
    padding: .8rem 2.4rem;
    display: inline-block;
    margin: 1.2rem 0 0;
}

.buyer-services-navigation {
    background-color: #FFFFFF;
    border-bottom: .1rem solid #A3A6AA;
    height: 6rem;
    position: fixed;
    visibility: hidden;
}

.buyer-services-navigation.fixed {
    visibility: visible;
    top: 0;
    width: 100%;
}

.buyer-services-navigation .container {
    position: relative;
}

.buyer-services-navigation .navigation-wrapper {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
}

.buyer-services-navigation .services-nav {
    display: flex;
    gap: 4rem;
}

.buyer-services-navigation .services-nav a {
    color: #666B72;
    display: flex;
    gap: .8rem;
    align-items: center;
    padding: 1.7rem 0 1.8rem;
    border-bottom: .1rem solid #A3A6AA;
}

.buyer-services-navigation .services-nav a:hover {
    color: #E50000;
    border-bottom: .1rem solid #E50000;

}

.buyer-services-navigation .services-nav a::before {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.buyer-services-navigation .services-nav a.selected {
    color: #E50000;
    border-bottom: .1rem solid #E50000;
}

.buyer-services-navigation .services-nav a.car-inspection::before {
    background: url(assets/images/icons-car-inspection.svg) no-repeat;
}

.buyer-services-navigation .services-nav a.car-inspection:hover::before, .buyer-services-navigation .services-nav a.car-inspection.selected::before {
    background: url(assets/images/icons-car-inspection-selected.svg) no-repeat;
}

.buyer-services-navigation .services-nav a.car-financing::before {
    background: url(assets/images/icons-car-financing.svg) no-repeat;
}

.buyer-services-navigation .services-nav a.car-financing:hover::before,.buyer-services-navigation .services-nav a.car-financing.selected::before {
    background: url(assets/images/icons-car-financing-selected.svg) no-repeat;
}

.buyer-services-navigation .services-nav a.evaluation-certificate::before {
    background: url(assets/images/icons-evaluation-certificate.svg) no-repeat;
}

.buyer-services-navigation .services-nav a.evaluation-certificate:hover::before, .buyer-services-navigation .services-nav a.evaluation-certificate.selected::before {
    background: url(assets/images/icons-evaluation-certificate-selected.svg) no-repeat;
}

.buyer-services-navigation .services-nav a.car-insurance::before {
    background: url(assets/images/icons-car-insurance.svg) no-repeat;
}

.buyer-services-navigation .services-nav a.car-insurance:hover::before, .buyer-services-navigation .services-nav a.car-insurance.selected::before {
    background: url(assets/images/icons-car-insurance-selected.svg) no-repeat;
}

.buyer-services-navigation .get-started-nav {
    display: flex;
    align-items: center;
}

.buyer-services-navigation .get-started-nav a {
    background-color: var(--dubizzle-red);
    border-radius: .4rem;
    padding: .8rem 3.2rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: var(--dubizzle-font-bold);
}

.get-started-cta-mobile {
    padding: 1.8rem 2.4rem;
    background-color: #ffffff;
    position: fixed;
    z-index: 11;
    visibility: hidden;
}

.get-started-cta-mobile a {
    background-color: var(--dubizzle-red);
    border-radius: .4rem;
    padding: .8rem 3.2rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: var(--dubizzle-font-bold);
    display: block;
    text-align: center;
    width: calc(100% - 5rem);
}

.get-started-modal.modal, .car-services-modal.modal {
    padding: 0;
}

.cars-internal-link {
    /* width: 80rem; */
    margin: 8rem auto 0;
}

.cars-internal-link .title {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: var(--dubizzle-font-bold);
    margin: 0;
}

.cars-internal-link p {
    margin: 1.2rem 0 2.4rem;
    line-height: 2.4rem;
}

.cars-internal-link ul {
    margin: 1.2rem 0 2.4rem;
    list-style: none;
    padding: 0;
}

.cars-internal-link a {
    display: block;
    margin-top: .8rem;
    /* font-size: 1.4rem; */
}

.car-inspection-modal {
    max-width: 100rem;
    height: 60rem;
    padding: 0;
    border-radius: .6rem;
}

.car-inspection-modal iframe {
    width: 100%;
    height: 100%;
}

.pre-inspected-cars {
    margin-top: 8rem;
}

.pre-inspected-cars .section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.pre-inspected-cars > p {
    margin: 1.6rem 0 0;
}

.pre-inspected-cars-wrapper {
    margin-top: 2.8rem;
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.pre-inspected-cars .cars-card {
    flex: 1;
    padding: 2.8rem;
    box-shadow: .1rem .3rem 1rem rgba(0, 0, 0, .06);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pre-inspected-cars img {
    height: 12rem;
}

.pre-inspected-cars .category, .pre-inspected-cars .car-title {
    width: 100%;
}

.pre-inspected-cars .category {
    font-size: 1.4rem;
    color: var(--dubizzle-gray);
}

.pre-inspected-cars .others-cta {
    margin-top: 3.2rem;
    text-align: center;
}

.pre-inspected-cars .others-cta a {
    font-size: 1.6rem;
    color: var(--dubizzle-black);
    font-family: var(--dubizzle-font-bold);
    border: .1rem solid var(--dubizzle-gray);
    border-radius: .6rem;
    padding: .8rem 2.4rem;
    display: inline-block;
    background-color: transparent;
}

.pre-inspected-cars .others-cta a:hover {
    background-color: #f4f5f5;
}

.get-in-touch-locations {
    margin-top: 8rem;
    background-color: #F5F9FE;
    border-radius: .8rem;
    padding: 8rem 0;
}

.get-in-touch-locations .section-heading + p {
    margin: 1.6rem 0 0;
}

.get-in-touch-locations-wrapper {
    margin-top: 2.8rem;
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.get-in-touch-locations .location-card {
    flex: 1;
    padding: 2.8rem;
    box-shadow: .1rem .3rem 1rem rgba(0, 0, 0, .06);
    background-color: #FFFFFF;
}

.get-in-touch-locations .emirate {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: var(--dubizzle-font-bold);
    color: var(--dubizzle-black);
}

.get-in-touch-locations .office-name {
    font-family: var(--dubizzle-font-medium);
    margin-bottom: 1.2rem;
    color: var(--dubizzle-black);
}

.get-in-touch-locations .location {
    line-height: 2rem;
}

.get-in-touch-locations .location::after {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    background: no-repeat;
    background-size: contain;
    background-image: url(assets/images/open-link.svg);
    margin-left: .4rem;
}

.get-in-touch-locations .contact-us {
    display: flex;
    margin: 3.2rem 0 0;
    gap: 2.4rem;
    justify-content: center;
}

.get-in-touch-locations .contact-us a {
    font-size: 1.6rem;
    font-family: var(--dubizzle-font-bold);
    border-radius: .6rem;
    padding: .8rem 2.4rem;
    transition: 0.5s;
    cursor: pointer;
}

.get-in-touch-locations .whatsapp {
    color: #ffffff;
    background-color: #25D366;
    border: .1rem solid #25D366;
}

.get-in-touch-locations .whatsapp:hover {
    background-color: #128C7E;
    border-color: #128C7E;
}

.get-in-touch-locations .whatsapp::before {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    background: no-repeat;
    background-size: contain;
    background-image: url(assets/images/whatsapp-icon.svg);
    margin-right: .8rem;
}

.get-in-touch-locations .click-to-call {
    color: var(--dubizzle-black);
    border: .1rem solid var(--dubizzle-gray);
    background-color: transparent;
}

.get-in-touch-locations .click-to-call:hover {
    background-color: #f4f5f5;
}

.services-detail-wrapper.buyer-seller-explore-services  .wp-block-columns.stats  {
    padding: 0;
}

.services-detail-wrapper.buyer-seller-explore-services .stats .wp-block-column {
    box-shadow: .1rem .3rem 1rem rgba(0, 0, 0, .06);
    border-radius: .8rem;
    text-align: center;
    padding: 1.6rem;
}

.services-detail-wrapper.buyer-seller-explore-services .stats p:first-of-type {
    margin: 0 0 .8rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: var(--dubizzle-font-medium);
}

.services-detail-wrapper.buyer-seller-explore-services .stats .wp-block-column:not(:first-child) {
    margin-left: 2.4rem;
}

.services-detail-wrapper.buyer-seller-explore-services .stats p:not(:first-of-type) {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2rem;
}

.call-back-section {
    margin-top: 8rem;
    background-color: #F5F9FE;
    border-radius: .8rem;
    padding: 8rem;
}

.call-back-section .section-title {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-family: var(--dubizzle-font-medium);
    margin: 0;
}

.call-back-section .description {
    margin: 1.6rem 0 0;
}

.call-back-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem auto 0;
    gap: 8rem;
}

.call-back-wrapper .vector {
    background-image: url(assets/images/call-me-back-icon.png);
    width: 40rem;
    height: 30rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.call-back-leads-form {
    width: 42rem;
    background-color: #ffffff;
    padding: 2.4rem;
    border-radius: .6rem;
    box-shadow: .1rem .3rem 1rem rgba(0, 0, 0, .06);
}

.call-back-details-wrapper input[type="text"], .call-back-details-wrapper input[type="email"] {
    /* width: 100%;
    height: 4rem;
    border-radius: .4rem;
    border: .1rem solid #E0E1E3;
    margin-bottom: 2.4rem;

    border-radius: 6px;
    border: 1px solid #DBDBDB;
    padding: 12px 16px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    background: transparent;
    position: relative;
    z-index: 3;
    color: var(--dubizzle-black);
    font-family: var(--dubizzle-font-regular);
    line-height: 1.6em; */
}

.call-back-details-wrapper .text-field-wrapper {
    position: relative;
    width: 100%;
}

.call-back-details-wrapper .message-wrapper {
    height: 2rem;
    text-align: right;
    position: absolute;
    top: -2rem;
    right: 0;
}

.call-back-details-wrapper .error {
    font-size: 1.2rem;
    color: var(--dubizzle-red);
    display: none;
    line-height: 2rem;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
    padding: 0;
}

.call-back-details-wrapper .error_msg .error {
    display: block;
}

.call-back-details-wrapper .error_msg input[type="text"], .call-back-details-wrapper .error_msg input[type="email"] {
    border: .1rem solid var(--dubizzle-red);
}

.call-back-wrapper .call-back-cta {
    display: flex;
    justify-content: center;
}

.call-back-wrapper  input[type="button"] {
    color: #ffffff;
    font-size: 1.6rem;
    font-family: var(--dubizzle-font-bold);
    background-color: var(--dubizzle-red);
    border: .1rem solid  var(--dubizzle-red);
    border-radius: .4rem;
    padding: 1.2rem 2.4rem;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
}

.call-back-wrapper input[type="button"]:hover {
    background-color: #da605b;
    border-color: #da605b;
}

.call-back-wrapper input[type="button"]:disabled {
    background-color: #da605b;
    border-color: #da605b;
    cursor: default;
}

.call-back-wrapper.hide {
    display: none;
}

.call-back-success-message {
    text-align: center;
    font-size: 3.2rem;
    font-family: var(--dubizzle-font-medium);
    font-weight: 600;
    height: 24rem;
    line-height: 4rem;
    display: none;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.call-back-success-message.visible {
    display: flex;
}

.steps .title {
    font-size: 3.4rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 4.2rem;
    margin: 0 0 2.4rem;
    text-align: left;
}

.steps .steps-wrapper {
    display: flex;
    gap: 4rem;
    justify-content: center;
    flex-wrap: wrap;
}

.steps .steps-card {
    /* flex: 1; */
    text-align: center;
    padding: 2.8rem;
    border-radius: .8rem;
    box-shadow: .1rem .3rem 1rem rgba(0,0,0,.06);
    min-width: 20rem;
    max-width: 30rem;
}

.steps .step-number {
    font-size: 1.4rem;
    margin-bottom: .4rem;
}

.steps .steps-card img {
    margin-bottom: .8rem;
}

.steps .card-title {
    margin: 0 0 1.6rem;
    font-size: 2.4rem;
    font-family: var(--dubizzle-font-bold);
}

.steps .card-content p {
    margin: 0;
}

.steps .disclaimer {
    margin-top: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
}

.steps.loanfree, .steps.inspection {
    margin-top: 8rem;
    position: relative;
}

.steps.sellitforme {
    margin-bottom: 8rem;
    position: relative;
}

.steps.inspection .steps-wrapper {
    gap: 10rem;
    z-index: 1;
}

.steps.inspection:before {
    content: '';
    display: block;
    border: .2rem dashed #E0E1E3;
    position: absolute;
    width: 100%;
    bottom: 10rem;
    z-index: -1;
}

.enbd-loadfree {
    margin-top: 8rem;
}

.enbd-loadfree .section-title {
    text-align: left;
    font-size: 3.4rem;
    font-family: var(--dubizzle-font-medium);
    line-height: 4.2rem;
    margin: 0 0 2.4rem;
}

.enbd-loadfree .enbd-loadfree-wrapper {
    display: flex;
    gap: 4rem;
    justify-content: space-evenly;
}

.enbd-loadfree .enbd-loadfree-card {
    padding: 2.8rem;
    border-radius: .8rem;
    box-shadow: .1rem .3rem 1rem rgba(0,0,0,.06);
    flex: 1;
}

.enbd-loadfree .enbd-loadfree-card:hover {
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 10%);
}

.enbd-loadfree img {
    width: 6rem;
    display: block;
    margin: auto;
}

.enbd-loadfree .card-title {
    font-size: 1.8rem;
    font-family: var(--dubizzle-font-medium);
    margin: 1.6rem 0 0;
    font-weight: 600;
    text-align: center;
}

.enbd-loadfree .card-content p {
    margin: 0;
    text-align: center;
}

/*
 *Footer
 *********************************/
 footer {
    background-color: var(--dubizzle-black);
}

footer .widget_content ul li {
    margin-bottom: 0;
}

.footer_widgets_container, .menu-footer-menu-container ul, .menu-footer-social-media-container ul {
    display: flex;
    padding: 0;
    align-items: center;
}

.site_footer {
    padding-bottom: 0;
}

.site_footer .widget_content .menu-footer-menu-container ul li a {
    color: #cccccc;
}

.site_footer .widget_content .menu-footer-menu-container ul li a:hover {
    color: #ffffff;
}

.site_footer .widget_content .menu-footer-menu-container ul li:not(:last-child)::after {
    content: '|';
    padding: 0 .5rem;
}

.site_footer .widget_content .menu-footer-social-media-container ul a {
    color: transparent;
    font-size: 1px;
    display: block;
    height: inherit;
    width: inherit;
}

.footer_widgets_container:nth-child(2) {
    justify-content: flex-end;
}

.menu-footer-social-media-container .menu-item {
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-bottom: 0;
}

.menu-footer-social-media-container .menu-item:not(:last-child) {
    margin-right: 1.6rem;
}

.menu-footer-social-media-container .youtube {
    background-image: url('assets/images/youtube.svg');
}

.menu-footer-social-media-container .facebook {
    background-image: url('assets/images/facebook.svg');
}

.menu-footer-social-media-container .instagram {
    background-image: url('assets/images/instagram.svg');
}

.menu-footer-social-media-container .linkedin {
    background-image: url('assets/images/linkedin.svg');
}

.menu-footer-social-media-container .twitter {
    background-image: url('assets/images/twitter.svg');
}

.menu-footer-social-media-container .app-store {
    background-image: url('assets/images/appstore-icon.svg');
    width: 9rem;
    height: 3rem;
}

.menu-footer-social-media-container .google-play {
    background-image: url('assets/images/googleplay-icon.svg');
    width: 9rem;
    height: 3rem;
}

.site_footer .footer_credits {
    background-color: var(--dubizzle-gray);
    padding: 1rem;
    border: 0;
    font-size: 1.2rem;
    color: #ffffff;
}

main.site-content {
    margin-bottom: 0;
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 4rem;
    }
}

@media screen and (max-width: 1170px) {
    .container{
      width: 100%;
      padding: 0 2rem;
    }

    .header-section .container {
        padding: 0;
    }
}
@media screen and (max-width: 1024px) {
    ul.navbar > li.menu-item > a {
        padding: 7px 6px;
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 910px) {

    .header_nav .main_menu {
        display: none;
    }

    .dubizzle_top_nav {
        display: none;
    }

    /*
    *Top Navigation
    *********************************/

    body.no_sitetitle_in_menu .header_controls {
        display: flex;
        margin: 0;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    body.no_sitetitle_in_menu .header_control_wrapper {
        margin: 0;
    }

    .header_search {
        display: none;
    }

    /* .header_search > form.search > .search_form_icon {
        left: 0;
        width: 1.6rem;
        right: initial;
    }

    .expanded_search.header_search > form.search .search_text {
        padding-right: 0;
        padding-left: 20px;
        width: 130px;
    } */

    .mobile_menu_opened .dubizzle-logo {
        background: url("assets/images/dubizzle-logo.svg") no-repeat;
        background-size: 9.56rem 3rem;
        width: 9.56rem;
        height: 3rem;
        color: transparent;
        line-height: 0;
        font-size: 0;
        display: block;
        margin-bottom: 1rem;
    }

    .mobile_menu_opened ul.navbar {
        /* border-bottom: .1rem solid #ededed;
        padding-bottom: 1rem;
        margin-bottom: 1rem; */
    }

    ul.navbar > li.menu-item.logo {
        display: none;
    }

    .mobile_menu_opened ul.navbar > li.menu-item > a {
        font-size: 1.6rem;
        padding: 1.2rem 0;
        color: var(--dubizzle-black);
    }

    .mobile_menu_opened ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobile_menu_opened .menu-dubizzle-website-menu-container a,  .mobile_menu_opened .lang-item a {
        font-size: 1.6rem;
        padding: .8rem 0;
        color: var(--dubizzle-gray);
        display: block;
    }

    .mobile_menu_opened .place-your-ad {
        background-color: var(--dubizzle-red);
        border-radius: .4rem;
        padding: .5rem 1rem;
        margin-top: 1rem;
        display: inline-block;
    }
    
    .mobile_menu_opened .place-your-ad a {
        color: #ffffff;
        font-family: var(--dubizzle-font-bold);
    }

    .mobile_menu_opened .lang-item {
        margin-top: 1rem;
    }

    .two_coloumns_list .blog_post_container.format-standard .post_body.has_post_banner {
        width: 50%;
        padding: 0;
        margin: 0 2rem;
    }

    .post_related article {
        display: flex;
    }
    
    .post_related article figure, .post_related article img {
        min-width: 10rem;
    }

}

@media screen and (max-width: 670px) {
    body {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    body main.site-content {
        margin-top: 0;
    }

    /*
    *Top Navigation
    *********************************/
    body.no_sitetitle_in_menu .header_nav {
        padding-top: 0;
    }

    body.no_sitetitle_in_menu .header_controls {
        height: 4rem;
        justify-content: end;
    }

    .header_controls .blog-link {
        display: block;
        background: url("assets/images/dubizzle-cars-logo.svg") no-repeat;
        background-size: 15rem 3.2rem;
        width: 15rem;
        height: 3.2rem;
        color: transparent;
        position: absolute;
        left: calc(50% - 7.5rem);
    }

    .header-section h1 {
        font-size: 2.6rem;
        line-height: 3.2rem;
        margin: 0 0 1.2rem;
    }

    .header-section .header-content p {
        line-height: 2rem;
        font-size: 1.4rem;
        margin: 1.2rem 0 0;
    }

    .header-section.homepage .header-content {
        width: auto;
    }

    .header-section.homepage .container {
        /* height: 20rem;
        background-size: auto 100%; */
        background-position: right;  
        /* padding: 1.6rem 1.6rem 0;
        position: relative;
        align-items: center;
        margin-bottom: 14rem; */
    }

    .header-section .header-cta {
        width: 100%;
        height: 8rem;
        /* padding: 0 2rem; */
        position: absolute;
        /* bottom: -3.5rem; */
        bottom: 0;
        left: 0;
    }

    .header-section.visible-form .header-cta {
        position: initial;
    }

    .header-section .cta-wrapper {
        flex-wrap: wrap;
        padding: 0 4rem;
        width: 100%;
        border-radius: .6rem;
        margin-top: 0;
    }

    .header-section.visible-form .cta-wrapper {
        padding: 0 2rem;
        margin: 2.4rem 0 4rem;
    }

    .header-section .cta-wrapper a {
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
        box-shadow: .5rem .5rem .2rem rgba(0,0,0,.2);
        padding: 1.2rem 0;
    }

    .header-section .cta-wrapper :not(:first-child) {
        margin: 1.6rem 0 0;
    }

    .header_nav_wrapper  {
        display: block;
    }

    .header-section .container {
        flex-wrap: wrap;
        background-size: cover;
        background-position: left;
        border-radius: 0;
    }

    .header-section.visible-form .container {
        gap: 0;
    }

    .header-section .header-content-wrapper {
        flex: initial;
        padding: 2.4rem;
        margin-bottom: 5.4rem;
        flex-wrap: wrap;
    }

    .header-section.visible-form .header-content-wrapper {
        margin-bottom: 0;
    }

    .header-section .visual {
        max-width: 27rem;
        margin: 2.4rem auto;
    }

    .header-section .services-buyer-form {
        padding: 0;
    }

    .header-section.visible-form .services-buyer-form {
        padding: 0 2rem 4rem;
    }

    .header-section.visible-form .services-buyer-form .block-form-wrapper {
        border-radius: .6rem;
    }

    .header-section .buyer-form-mobile-cta {
        display: block;
        width: 100%;
        position: absolute;
        bottom: -4.5rem;
        z-index: 2;
    }

    .header-section .buyer-mobile-cta-wrapper {
        background-color: white;
        padding: 2.4rem 4rem;
        width: 90%;
        margin: auto;
        border-radius: .8rem;
    }

    .header-section .buyer-form-mobile-cta .get-started-cta {
        color: #ffffff;
        font-size: 1.6rem;
        font-family: var(--dubizzle-font-bold);
        background-color: var(--dubizzle-red);
        border: .1rem solid  var(--dubizzle-red);
        border-radius: .4rem;
        padding: .8rem 2.4rem;
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .menu-dubizzle-controls-menu-container .sell-my-car {
        display: inline-block;
        background-color: var(--dubizzle-red);
        border-radius: .4rem;
        padding: .8rem 2rem;
        margin-top: .5rem;
    }

    .menu-dubizzle-controls-menu-container .sell-my-car a {
        color: #ffffff;
        font-family: var(--dubizzle-font-bold);
    }

    .section-heading {
        font-size: 2rem;
        line-height: 2.6rem;
        font-family: var(--dubizzle-font-bold);
    }

    .content-block-wrapper {
        border: none;
    }

    .content-block-wrapper .wp-block-column:first-child {
        padding-left: 0;
    }

    .content-block-wrapper .wp-block-column:last-child {
        padding-right: 0;
    }

    .content-block-wrapper .wp-block-column {
        padding: 0;
    }

    .content-block-wrapper .wp-block-column:not(.content-block) {
        order: 1;
        margin-bottom: 1.2rem;
    }

    .content-block-wrapper .content-block {
        order: 2;
    }

    .content-block-wrapper .heading {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 0 0 .8rem 0;
    }

    .content-block-wrapper .heading-badge {
        margin-bottom: 1.4rem;
        font-size: 1rem;
        line-height: 1rem;
    }

    .content-block-wrapper p {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    .content-block-wrapper .wp-block-button a {
        font-size: 1.4rem;
    }

    .ad-banner-section .container {
        border-radius: 0;
    }

    .ad-banner-section .ad-banner-title, .features-list .title, .google-reviews .title, .faqs .title {
        font-size: 2rem;
        line-height: 2.6rem;
        font-family: var(--dubizzle-font-bold);
        text-align: left;
    }

    .google-reviews .title {
        margin-bottom: 0;
    }

    .google-reviews .ti-widget.ti-goog.ti-show-rating-text .ti-footer {
        text-align: left;
        margin: .8rem 0 2.4rem;
    }

    .ad-banner-section .content p {
        font-size: 1.4rem;
        width: 100%;
    }

    .ad-banner-section .cta-primary, .cta-secondary, .wp-block-button a, .faqs-card .content {
        font-size: 1.4rem;
    }

    .sell-multiple-cars-block, .google-reviews  {
        border-radius: 0;
    }

    .sell-multiple-cars-block p, .sell-multiple-cars-block ol, .features-list .description {
        font-size: 1.4rem;
    }

    .sell-multiple-cars-block > div:first-child {
        padding: 2.4rem 0;
    }

    .sell-multiple-cars-block {
        margin-top: 0;
    }

    .sell-multiple-cars-block .title {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .features-list .feattures-wrapper {
        flex-wrap: wrap;
    }

    .features-list .features-card {
        flex: auto;
    }
    .features-list .features-card:not(:first-child) {
        margin: 1.6rem 0 0;
    }

    .google-reviews {
        padding: 2.4rem 2rem;
        margin-top: 2.4rem;
    }

    .faqs {
        padding: 2.4rem 0;
        margin-top: 2.4rem;
    }

    .featured-in-media-grid {
        flex-wrap: wrap;
    }

    .featured-in-media-grid .featured-in-card {
        margin: 1.6rem;
    }

    .dubizzle-cars-features {
        margin-bottom: 4rem;
    }

    .dubizzle-cars-features .title {
        font-size: 2rem;
        line-height: 2.6rem;
        font-family: var(--dubizzle-font-bold);
    }

    .dubizzle-cars-features .feattures-wrapper {
        flex-wrap: wrap;
        margin-top: 1.6rem;
    }
    
    .dubizzle-cars-features .feature-card {
        flex: initial;
        padding: 1.6rem;
        display: flex;
        gap: 1.2rem;
    }

    .dubizzle-cars-features .feature-card img {
        width: 7.2rem;
        height: 7.2rem;
    }

    .dubizzle-cars-features .card-title {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-top: 0;
    }

    .dubizzle-cars-features .card-description p {
        margin: .8rem 0 0;
    }

    .dubizzle-cars-features .content-cta {
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
    }

    .services-detail-wrapper {
        padding: 2.4rem 0;
    }

    .content-block-wrapper:not(:last-of-type) {
        margin-bottom: 2.8rem;
    }

    .content-block-wrapper:first-of-type {
        margin-top: 2.8rem;
    }

    .services-detail-wrapper .wp-block-columns {
        padding: 1.6rem;
    }

    .buyer-services-navigation .container {
        overflow: auto;
        height: 6rem;
    }

    .buyer-services-navigation .navigation-wrapper {
        gap: 2rem;
    }

    .buyer-services-navigation .services-nav, .buyer-services-navigation .get-started-nav {
        flex-shrink: 0;
    }

    .buyer-services-navigation .services-nav {
        gap: 2rem;
    }

    .buyer-services-navigation .services-nav a:last-of-type {
        margin-right: 2rem;
    }

    .buyer-services-navigation .get-started-nav a {
        display: none;
    }

    .get-started-cta-mobile.fixed {
        visibility: visible;
        bottom: 0;
        width: 100%;
    }

    .google-reviews .ti-widget.ti-goog .ti-reviews-container {
        width: 100%;
    }

    .google-reviews .ti-widget.ti-goog .ti-controls-line {
        order: 4;
        padding: 0;
        margin: 1.2rem auto 0;
        height: .4rem;
    }

    .google-reviews .ti-widget.ti-goog .ti-reviews-container::before, .google-reviews .ti-widget.ti-goog .ti-reviews-container::after {
        width: 7rem;
        height: 4.4rem;
        background-size: cover;
    }

    .google-reviews .ti-widget.ti-goog .ti-reviews-container::before {
        left: -1rem;
    }

    .google-reviews .ti-widget.ti-goog .ti-reviews-container::after {
        right: -1rem;
    }

    .google-reviews .ti-widget.ti-goog.ti-no-profile-img .ti-reviews-container-wrapper {
        padding: 4rem 0;
    }

    .faqs-card .question {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 1.6rem 2.4rem;
    }

    .cars-internal-link {
        margin-top: 2.4rem;
    }

    .cars-internal-link .title {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .cars-internal-link p, .cars-internal-link ul {
        margin: .8rem 0 2.4rem;
    }

    .cars-internal-link a {
        margin-top: .4rem;
    }

    .jquery-modal.blocker {
        padding: 0;
    }

    .get-started-modal.modal, .car-services-modal.modal {
        vertical-align: bottom;
        width: 100%;
    }

    .services-buyer-form .block-form-wrapper {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: initial;
    }

    .services-buyer-form textarea {
        height: 10rem;
    }

    .modal a.close-modal {
        right: 0;
    }

    .services-buyer-form .block-form-message .message-title {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    
    .services-buyer-form .block-form-message .message-sub-title {
        font-size: 1.6rem;
    }

    .services-buyer-form .gglcptch_v2 {
        overflow: hidden;
    }

    .services-buyer-form .gglcptch_v2 > div > div, .services-buyer-form .gglcptch_v2 iframe {
        width: 100% !important;
    }

    .pre-inspected-cars {
        margin-top: 4rem;
    }

    .pre-inspected-cars-wrapper {
        flex-wrap: wrap;
        margin-top: 1.6rem;
    }

    .pre-inspected-cars .cars-card {
        flex: initial;
        padding: 1.6rem;
        align-items: center;
        gap: 1.2rem;
        width: 100%;
        justify-content: initial;
    }

    .pre-inspected-cars img {
        height: initial;
        width: 12rem;
    }

    .pre-inspected-cars .cars-card .content-wrapper {
        text-align: left;
    }

    .pre-inspected-cars .others-cta {
        margin-top: 2.4rem;
    }

    .pre-inspected-cars .others-cta a {
        font-size: 1.4rem;
    }

    .get-in-touch-locations {
        margin-top: 2.4rem;
        padding: 2.4rem 0;
    }

    .get-in-touch-locations-wrapper {
        margin-top: 1.6rem;
        gap: 2.4rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .get-in-touch-locations .location-card {
        flex: initial;
        padding: 1.6rem;
        width: 100%;
    }

    .get-in-touch-locations .emirate {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .get-in-touch-locations .contact-us {
        margin-top: 2.4rem;
    } 

    .get-in-touch-locations .contact-us a {
        font-size: 1.4rem;
    }

    .call-back-section .description {
        margin: 1.6rem 0 0;
    }

    .call-back-success-message {
        font-size: 2.2rem;
        line-height: 2.8rem;
        height: auto;
        padding: 4rem;
    }

    .call-back-section {
        padding-top: 2.4rem;
        margin-top: 4rem;
    }

    .call-back-wrapper {
        flex-wrap: wrap;
        margin-top: 2.8rem;
    }

    .call-back-wrapper .vector {
        width: 20rem;
        height: 15rem;
        order: 2;
    }

    .call-back-wrapper form {
        width: 100%;
    }

    .call-back-section .section-title {
        font-size: 2rem;
        line-height: 2.6rem;
        font-family: var(--dubizzle-font-bold);
    }

    .call-back-wrapper .call-back-cta {
        padding-top: 6rem;
    }

    .enbd-loadfree .enbd-loadfree-wrapper {
        flex-wrap: wrap;
    }

    .enbd-loadfree .enbd-loadfree-card {
        flex: initial;
        padding: 1.6rem;
        display: flex;
        gap: 1.2rem;
        width: 100%;
        align-items: center;
    }

    .enbd-loadfree img {
        width: 7.2rem;
        height: 7.2rem;
        padding: .6rem;
    }

    .enbd-loadfree .card-content {
        width: 100%;
    }

    .enbd-loadfree .card-title {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-top: 0;
        text-align: left;
    } 

    .enbd-loadfree .card-content p {
        margin: .8rem 0 0;
        text-align: left;
    }

    /*
    *Footer
    *********************************/
    .site_footer {
        padding-top: 0;
    }

    .footer_widgets_container, .menu-footer-menu-container ul, .menu-footer-social-media-container ul {
        
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_widgets_container {
        margin-top: 3rem;
        margin-bottom: 2rem
    }

    .footer_widgets_container:nth-child(1) {
        margin-bottom: 0;
    }

    .footer_widgets_container:nth-child(2) {
        justify-content: center;
    }

    .menu-footer-social-media-container ul {
        width: 20rem;
    }

    .menu-footer-social-media-container .menu-item.twitter {
        margin-right: 0;
    }

    .menu-footer-social-media-container .menu-item, .menu-footer-social-media-container .menu-item:last-child {
        margin-bottom: 1.6rem;
    }

    .site_footer .footer_credits {
        text-align: center;
    }
}