/*
Theme Name: twentytwenty-child
Theme URI: https://example.com/twenty-twenty-child/
Description: Twenty Twenty Child Theme
Author: Yogita Rawat
Author URI: https://example.com
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
Text Domain: twentytwenty-child
*/

.entry-header-inner.section-inner.medium h1 {
  display: none;
}

* {
  padding: 0px;

  margin: 0px;

  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Commissioner", sans-serif;
  width: 100%;
  font-weight: 400;
  overflow: hidden;
  overflow-y: auto;
}

:root {
  --gblue: #4f62a7;
  --yellow: #fac300;
}

p {
  line-height: 24px;
  color: #595d6f;
}

a {
  color: #4f62a7;
}

.txt-center {
  text-align: center;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.d-flex {
  display: flex;
}

.elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated
  > .elementor-widget-wrap {
  padding: unset !important;
}

span.wpcf7-spinner {
  display: none;
}

/* language switcher  */
.lang-swt select {
  border: 1px solid #f1f3f8;
  padding: 12px;
  width: 50%;
  /* font-family: "Commissioner"; */
  font-weight: 500;
  font-size: 14px;
  background-color: #fff;
}
.gtranslate_wrapper {
  display: flex;
  justify-content: flex-end;
}
header#site-header {
  padding: 0 40px;
}

/* header  */
.sticky-head {
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}

header.site-width {
  max-width: 1440px;
  padding: 0 135px;
  margin: auto;
}

#site-header,
.mnu-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-top {
  display: none;
}

.tp-phone-col {
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.phon-tps {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

p.phon-tps,
p.phon-tps a {
  color: var(--gblue);
}

p.phon-tps a {
  font-weight: 600;
  text-decoration: none;
}

/* section width */
.site-width > .elementor-container.elementor-column-gap-default {
  max-width: 1440px;
  padding-left: 135px;
  padding-right: 135px;
  margin: auto;
}

.tob-bot-space > .elementor-container.elementor-column-gap-default,
.hp-section.testimonialsSection {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* banner */
.bnr-txt {
  padding: 8rem 0 14rem;
  color: #fff;
  max-width: 800px;
}

.bnr-txt a {
  color: #cfcfcf;
  text-decoration: none;
}

.bnr-txt h1 {
  font-size: 80px;
  line-height: 88px;
  padding: 20px 0;
}

.bnr-txt > p:nth-child(1) {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 8px 12px;
  width: max-content;
  font-weight: 500;
  color: var(--yellow);
}

.bnr-txt > p:nth-child(3) {
  max-width: 550px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #c7c7c7;
}

.btn {
  margin-top: 30px;
  display: flex;
}

.bnr-txt > p:nth-child(1) img {
  padding-right: 10px;
}

.btn a {
  padding: 18px 20px;
}

.btn > a:nth-child(1),
.input-fldd.lstsbmt input {
  background: var(--yellow);
  color: #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 14px;
}

.input-fldd.lstsbmt input {
  height: 45px;
}

.btn > a:nth-child(1) {
  background: var(--yellow);
  color: #000;
  border-radius: 4px;
  font-weight: 700;
}

.btn > a:nth-child(2) {
  background: var(--gblue);
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.btn > a:nth-child(2) img {
  padding-right: 10px;
}

/*form */

.d-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 20px;
}

.banner-form {
  max-width: 950px;
  margin: auto;
  background: #fff;
  border-color: rgba(20, 23, 36, 0.05);
  box-shadow: 0px 7px 48px rgba(20, 23, 36, 0.09);
  border-radius: 4px;
  padding: 40px;
  margin-top: -120px;
}

.banner-form p:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
}

.banner-form p:nth-child(2) {
  font-size: 18px;

  font-weight: 400;

  padding: 12px 0;
}

.input-fldd input,
.input-fldd textarea,
.input-fldd select {
  border: 1px solid #d9d9d9;

  border-radius: 4px;

  padding: 15px 18px;

  margin-top: 20px;

  width: 100%;
}

.input-fldd input:focus-visible,
.input-fldd textarea:focus-visible,
.input-fldd select:focus-visible {
  outline: 0;
}

.input-fldd ::placeholder {
  color: #000;

  opacity: 0.5;

  font-family: "Commissioner";
  font-size: 13px;
}

.txtara {
  grid-area: 1/1/1/3;
}

.input-fldd textarea,
.input-fldd select {
  color: #8d8b8b;
  background-color: transparent;
  font-size: 13px;
}

.input-fldd textarea {
  height: 70px !important;
  font-size: 13px;
}

.input-fldd.lstsbmt {
  max-width: max-content;
  letter-spacing: 1px;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;

  padding-left: 4px;
}

.banner-form .input-fldd.lstsbmt {
  display: flex;
  align-items: center;
}

/* what is a lemon */
.pl-100 {
  padding-left: 100px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}

h2.h-title {
  font-size: 42px;

  font-weight: 700;

  padding: 0px 0 25px 0;
}

/*FAQ*/
.up-faq .elementor-tab-title {
  margin-bottom: 18px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.elementor-accordion .elementor-accordion-item {
  border: none;
}

.elementor-tab-title.elementor-active

/* div#elementor-tab-title-2232 */ {
  background: #4f62a7 !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}

.elementor-tab-content.elementor-active {
  background: #4f62a7 !important;
  margin-top: -18px;
  color: #eee !important;
  border-radius: 0 0 10px 10px;
  margin-bottom: 18px;
}

.elementor-tab-content.elementor-active p {
  color: #eee !important;
}

div#elementor-tab-content-2232 {
  /* display: block !important; */
  margin-top: -18px;
  background: #4f62a7;
  color: #fff;
}

.btn.cntr {
  justify-content: center;
}

div#elementor-tab-content-2232 p {
  color: #eee;
}

.h-top {
  background: rgba(250, 195, 0, 0.1);

  border-radius: 4px;

  padding: 8px 12px;

  width: max-content;

  font-weight: 500;

  color: #000;

  display: flex;

  align-items: center;
  margin-bottom: 12px !important;
}

.h-top img {
  padding-right: 10px;
}

ul.b-check li {
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 20px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

ul.b-check li::before {
  content: "";
  background: url(../../../wp-content/uploads/2023/svg/check.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
}

/* how it work  */
.ht-wrk {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 50px;
  text-align: center;
}

.ht-wrk img {
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.ht-wrk .col {
  position: relative;
}

.ht-wrk h4,
.ht-wrk p {
  padding: 0 10px;
}

p.ht-txt {
  max-width: 780px;
  margin: 0 auto 15px;
  color: #595d6f;
}

.star-1::before {
  content: "";
  background-image: url(../../../wp-content/uploads/2023/svg/star-2.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.star-2::before {
  content: "";
  background-image: url(../../../wp-content/uploads/2023/svg/star-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 70px;
  height: 70px;
  z-index: 1;
}

.star-3::before {
  content: "";
  background-image: url(../../../wp-content/uploads/2023/svg/star-3.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 70px;
  height: 70px;
  z-index: 1;
}

/* brand  */
.d-grid.brand {
  grid-template-columns: 1fr 1fr 1fr;
}

.brand .input-fldd {
  max-width: 385px;
}

/* faq  */
.d-faq .elementor-tab-title {
  background: #fff;
  margin-bottom: 4px;
  font-size: 20px;
}

.d-faq .elementor-accordion .elementor-tab-title {
  padding: 20px 30px;
}

div#elementor-tab-title-1831,
div#elementor-tab-title-7281 {
  border-radius: 10px 10px 0 0;
}

div#elementor-tab-title-1838,
div#elementor-tab-title-72816 {
  border-radius: 0 0 10px 10px;
}

.d-faq .elementor-tab-content.elementor-active {
  margin-top: -4px;
}

.d-faq a.elementor-accordion-title {
  line-height: 1.6;
}

.footer-phone.tp-phone-col img {
  filter: brightness(0) saturate(100%) invert(84%) sepia(36%) saturate(4969%)
    hue-rotate(3deg) brightness(105%) contrast(102%);
}

.d-flex.row .input-fldd:first-child {
  margin-right: 20px;
}

/* edit by yogita --review--  */
.elementor-13607
  .elementor-element.elementor-element-92e6561
  > .elementor-background-overlay {
  background-color: #fff;
}

.testMnlWrap {
  display: flex;
  align-items: center;
}

p.tmnlTXT01 span {
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-size: 44px;
  line-height: 16px;
  /* border: 2px solid #8CC63E; */
  color: #fac501;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: 600;
}

h2.tmnlMainTitle {
  margin: 20px 0;
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-size: 44px;
  line-height: 52px;
  color: #000;
}

p.tmnlMainDsc {
  font-family: "Commissioner", sans-serif !important;
  font-style: normal !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #595d6f !important;
}

.tstmnColOne .tmnlBTN a {
  background-color: #fac501;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 30px;
  /* text-transform: uppercase; */
  text-decoration: none;
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

p.tmnlMainTxt {
  font-family: "Commissioner", sans-serif !important;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #08110d;
}

.tstmnColOne {
  padding-right: 60px;
}

.tstmnColTwo {
  position: relative;
  width: 60%;
  padding-left: 60px;
  box-sizing: border-box;
}

.swiper-slide {
  height: auto !important;
}

.tstimonialItemInner {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-position: top;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none !important;
}

.swiper-button-prev {
  left: -12px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #90bcad;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -70px !important;
}

.tmnlBTN {
  margin-top: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fac501 !important;
}

.tmnlQIc i {
  color: #fac501;
  font-size: 22px;
}

ul.tmnlMainLIc {
  margin: 15px 0;
}

.AuthInfosWrap {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

.AuthAvtar img {
  max-width: 50px !important;
}

.AuthNms {
  padding-left: 15px;
}

.AuthNms h3 {
  margin: 0 0 3px;
  font-size: 17px;
  /* font-weight: 600; */
}

/* .elementor-widget:not(:last-child) {
  display: none;
} */
a.wprs_rd_more {
  font-weight: 700;
  font-style: initial;
  color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f178" !important;
  font-family: fontawesome !important;
  color: #ffffff !important;
  font-size: 25px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f177" !important;
  font-family: fontawesome !important;
  color: #ffffff !important;
  font-size: 25px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 56px !important;
  height: 56px !important;
  background: var(--yellow);
  border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 55px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0 !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -27px !important;
  }

  h2.tmnlMainTitle {
    font-size: 38px;
    line-height: 45px;
    text-align: center;
  }

  .tstmnColOne {
    padding-right: 0px;
    text-align: center;
  }

  .tstmnColOne {
    width: 40%;
  }

  .tstmnColTwo {
    width: 60%;
    padding-left: 35px;
  }

  .tmnlBTN a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .inpg-wrap.g-rev,
  li.wprs_unslider-active {
    flex-direction: column;
  }

  .testMnlWrap {
    display: flex;
    flex-direction: column;
  }

  .tstmnColOne {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tstmnColOne,
  .tstmnColTwo {
    width: 100%;
  }

  h2.tmnlMainTitle {
    font-size: 30px;
    line-height: 42px;
  }

  .tstmnColTwo {
    padding-left: 0;
    padding-top: 50px;
  }

  .tstimonialItemInner {
    min-height: 310px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -60% !important;
    top: 35px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 31% !important;
    top: 13px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 55px !important;
  }

  .swiper-button-prev {
    left: 31% !important;
    top: 2px !important;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    display: flex !important;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    /* top: 3px !important; */
  }

  .tmnlBTN {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1380px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 28px !important;
  }

  .swiper-button-prev {
    left: 25px !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -28px !important;
  }
}

/* review -end */
/* media query */
@media (max-width: 992px) {
  .lang-swt select {
    padding: 6px;
    margin-right: 20px;
  }
  .site-width > .elementor-container.elementor-column-gap-default,
  header.site-width,
  .hp-section.testimonialsSection {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tob-bot-space > .elementor-container.elementor-column-gap-default,
  .hp-section.testimonialsSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tstmnColOne {
    padding-right: 0px;
  }

  header.site-width {
    padding: 10px 30px;
  }

  img.custom-logo {
    width: 180px;
  }

  .mnu-flx .tp-phone-col p {
    display: none;
  }

  .mnu-flx .tp-phone-col {
    background: #4f62a7;
    padding-left: 0;
    padding: 10px;
    border-radius: 50%;
    margin-right: 65px;
  }

  .mnu-flx .tp-phone-col img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(93%) saturate(4%)
      hue-rotate(258deg) brightness(106%) contrast(100%);
    width: 20px;
  }

  .banner-form {
    margin: 30px 50px 0;
    padding: 40px;
  }

  .bnr-txt {
    padding: 4rem 0 5rem;
  }

  .bnr-txt h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-form {
    margin: 0 50px;
  }

  .bnr-txt > p:nth-child(3) {
    font-size: 18px;
    line-height: 28px;
  }

  /* mq 992 - banner form */
  .banner-form {
    margin: 0 50px;
  }

  .bnr-txt > p:nth-child(3) {
    font-size: 18px;
    line-height: 28px;
  }

  .d-flex {
    flex-direction: column-reverse;
    text-align: center;
  }

  .pl-100 {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .pl-50 {
    padding-left: 0;
  }
  .pr-50 {
    padding-right: 0;
  }
  .d-grid.ht-wrk {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .tstmnColOne .btn {
    justify-content: center;
  }

  p.tmnlMainDsc,
  .cf-form,
  h2.tmnlMainTitle {
    text-align: center;
  }

  .elementor-top-column.elementor-element.elementor-element-15fdef6
    p.ht-txt.txt-center {
    padding-bottom: 0px !important;
  }

  .col {
    text-align: center;
  }

  p.h-top {
    margin: auto;
  }

  ul.b-check li {
    text-align: left;
  }

  .d-flex.row .input-fldd:first-child {
    margin-right: 0px;
  }

  .brand .input-fldd {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .site-width > .elementor-container.elementor-column-gap-default,
  header.site-width,
  .hp-section.testimonialsSection {
    padding-left: 30px;
    padding-right: 30px;
  }

  header.site-width {
    padding: 10px 30px;
  }
  header#site-header {
    padding: 12px 30px;
  }
  .bnr-txt h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .bnr-txt > p:nth-child(3) {
    font-size: 20px;
    line-height: 34px;
  }

  .bnr-txt {
    text-align: center;
  }

  .bnr-txt > p:nth-child(1) {
    margin: auto;
  }

  .btn {
    flex-direction: column;
    max-width: max-content;
    margin: 30px auto 0;
  }

  .btn > a:nth-child(2) {
    margin: 20px auto 0;
  }

  /* 	mq 768 banner form */

  .banner-form {
    margin: 0 0px;
    padding: 40px;
  }

  .site-width.banner-form {
    text-align: center;
  }

  .input-fldd.lstsbmt {
    margin: auto;
  }

  .d-grid {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  /* what is a lemon */

  h2.h-title {
    font-size: 28px;
    padding: 0px 0 12px 0;
  }

  .d-grid.brand {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-gap: 20px;
  }
}

/* inner pages  */
.pr-30 {
  padding-right: 30px;
}
.pl-30 {
  padding-left: 30px;
}

.d-flex ul.b-check {
  padding-right: 30px;
}

.inner-banner {
  padding: 4rem 0;
  max-width: 100%;
  line-height: 60px;
}

.inner-banner h1 {
  font-size: 44px;
  line-height: 40px;
}

.inner-banner h3 {
  font-size: 24px;
}

.inner-banner p.brd_crumb {
  max-width: 100% !important;
  line-height: 3;
  color: var(--yellow);
  display: flex;
  align-items: center;
}

.inner-banner p.brd_crumb a {
  color: var(--yellow) !important;
}

.inner-banner p.brd_crumb img {
  padding: 0 8px;
}

.pr-100 {
  padding-right: 70px;
}

.inner .d-flex {
  justify-content: space-between;
  padding-top: 30px;
}

.inner ul li {
  text-align: left;
}

.inner h2.h-title,
.inner p {
  max-width: 700px;
  margin: auto;
}

.btn.btn-o img {
  padding-right: 8px;
  filter: brightness(0) saturate(100%);
}

.btn.btn-o a {
  font-size: 16px;
}

.mx-wd {
  max-width: 700px;
  margin: auto;
}
h2.h-title.sub-t {
  padding-bottom: 8px;
}
p.sub-tc {
  margin-bottom: 50px;
}
/* contact-us  */
.mt-50 {
  margin-top: 50px;
}

.cnt-frm-pg b a {
  color: #000;
}

.cnt-frm-pg form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  margin-top: 50px;
}

.cnt-frm-pg form p.fade-txt {
  display: none;
}

.c-box {
  display: flex;
  border: 1px solid #ebe9e9;
  margin-top: 20px;
  padding: 20px;
  align-items: center;
}

.c-box img {
  padding-right: 20px;
}

.c-box a {
  color: #000;
}

a.b-brd-lst {
  display: unset !important;
}

/* gmc */
.gmc p.fx {
  padding-top: 12px;
  max-width: 350px;
  color: #a5a3a3;
}

.inner-banner .btn {
  line-height: 1;
}

.inner-banner .btn .btn-b,
.btn.abt .btn-y {
  background: var(--gblue);
  color: #fff;
}

.inner-banner .btn .btn-y,
.btn.abt .btn-b {
  background: var(--yellow);
  color: #000;
}

.btn.abt a img {
  padding-right: 10px;
}

.btn.abt a {
  font-size: 16px;
}

.d-flex.c-50 ul {
  flex: 1 50%;
}

#inner-faq .elementor-tab-title {
  background-color: #f1f3f8;
}

.gmc-faq .elementor-accordion-item {
  background: #fff;
  padding: 5px 0;
  border-radius: 10px;
}

.gmc-faq .elementor-tab-title.elementor-active {
  background: #fff !important;
}

.gmc-faq .elementor-tab-content.elementor-active p,
.gmc-faq .elementor-tab-title a {
  color: #000 !important;
}

.gmc-faq .elementor-tab-content.elementor-active {
  background: #fff !important;
  margin: 0px;
  border-top: 0px;
  color: #000;
}

.gmc-faq .elementor-accordion-item:nth-child(2) {
  margin-top: 20px;
}

div#elementor-tab-content-1821 {
  display: block;
}

em {
  text-decoration: underline;
  color: #000;
}

div#elementor-tab-title-2361,
div#elementor-tab-title-4611,
div#elementor-tab-title-9221 {
  border-radius: 10px 10px 0 0;
}

div#elementor-tab-title-2363 {
  border-radius: 0 0 10px 10px;
}

.c-lmn .d-flex {
  justify-content: space-between;
}

.c-lmn .d-flex .btn {
  align-items: center;
  justify-content: center;
}

.c-lmn .d-flex .btn > a:nth-child(1) {
  background-color: #fff;
  color: var(--gblue);
}

.c-lmn .d-flex .btn > a:nth-child(2) {
  background-color: var(--yellow);
  color: #fff;
}

.c-cont,
.c-cont p {
  color: #ffffffe5;
  max-width: 550px;
}

.c-cont h2 {
  color: #fff;
}

.c-cont p {
  padding: 15px 0;
}

.c-cont b {
  font-size: 18px;
  max-width: 350px;
  display: block;
  line-height: 1.4;
}

/* Vehicle Defects  */
.eh-veh {
  padding-top: 30px;
}
.eh-veh .box {
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  padding: 25px;
  text-align: center;
}
.eh-veh .box img {
  background: #4f62a7;
  padding: 15px;
  border-radius: 50%;
}
.eh-veh .box.bg-blue img {
  background: #fff;
}
/* .eh-veh .box.bg-blue {
  background: #4f62a7;
  color: #fff;
}
.eh-veh .box.bg-blue p {
  color: #fff;
} */
.eh-veh .box:hover {
  background: #4f62a7;
  color: #fff;
}
.eh-veh .box:hover > p{
  color: #fff;
}
.eh-veh .box:hover img {
  background: #fff;
}
img.hide-img {
  display: none;
  margin: auto;
}
.eh-veh .box:hover > .show-img {
  display: none;
}
.eh-veh .box:hover > .hide-img {
  display: block;
}
/* area-served  */
.top-ln {
  border-top: 1px solid #e9e8e8;
  margin-top: 45px;
}
.area-img {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .pr-100 {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .pl-30 {
    padding-left: 0px;
  }
  .pr-30 {
    padding-right: 0px;
  }
  .inner ul {
    padding-top: 0px;
  }

  .inner-banner h1 {
    font-size: 30px;
    line-height: 44px;
  }

  .inner-banner p.brd_crumb {
    font-size: 16px !important;
    display: block;
  }

  .inner-banner p.brd_crumb a.brd-last {
    display: block;
    line-height: 1.5;
  }

  .cnt-frm-pg b,
  .cnt-frm-pg h2 {
    text-align: center;
    display: block;
  }

  .lf-form h4,
  .lf-form h4 > p {
    text-align: center;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .c-lmn .d-flex {
    flex-direction: column;
  }

  .c-cont,
  .c-cont b,
  .c-cont p,
  .gmc p.fx {
    max-width: 100%;
  }

  .d-faq .elementor-tab-title {
    font-size: 16px;
  }

  .d-flex.c-50 ul {
    flex: 1 100%;
  }
  .d-grid.eh-veh {
    grid-template-columns: 1fr 1fr;
  }
  .btn {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .d-grid.eh-veh {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  img.custom-logo {
    width: 140px;
  }
  .mnu-flx .tp-phone-col {
    margin-right: 42px;
  }
  .lang-swt select {
    font-size: 12px;
  }
  .mnu-flx .tp-phone-col img {
    width: 15px;
  }
  .mnu-flx .tp-phone-col {
    padding: 6px 8px;
  }
}

/* edit by YR on new blog listing page  */
.blg-bann {
  background-color: transparent;
  background-image: linear-gradient(180deg, #141724 0%, #141724 100%);
  margin-bottom: 5rem;
}
.b-width {
  max-width: 1440px;
  padding: 0 135px;
  margin: auto;
}
.blog-layout {
  max-width: 1440px;
  margin: auto;
  padding-left: 135px;
  padding-right: 135px;
  display: inherit;
  font-family: "Commissioner", sans-serif;
}
.blog-layout .text p {
  font-family: "Commissioner", sans-serif;
}
.blog-layout h2 a {
  font-size: 18px;
  color: var(--gblue) !important;
}
.blog-layout h2 a:hover {
  color: var(--gblue) !important;
}
.main {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blg-top-flx {
  display: flex;
  justify-content: center;
}
.blog-src {
  padding: 0 15px 30px;
}
.blg-cl2 {
  flex: 0 28%;
}
.blog-src button.wp-block-search__button.wp-element-button {
  background-color: var(--gblue);
  padding: 7px 25px;
  margin-left: -1px;
  color: #fff;
}
.cteg form select {
  border: 1px solid #949494;
  height: 45px;
  width: 90%;
  background-color: #fff;
  padding: 0 10px;
}
.img_tag {
  max-width: 300px;
  width: 100%;
  height: 120px;
  background-color: antiquewhite;
}
.blog-src .wp-block-search__input {
  padding: 14px;
}
.img_tag img {
  width: 100% !important;
  height: 130px !important;
  object-fit: cover;
}

.img_tag img a {
  text-decoration: none;
}

.text {
  width: 100%;
  margin-left: 30px;
}

.text span {
  font-size: 14px;
  font-weight: 500;
}

.text a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.text h2 {
  /* color: #e66821; */
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.text p {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.icon {
  font-size: 14px;
}

.icon:hover {
  color: var(--gblue);
  text-decoration: underline;
}

.blg-inner a {
  color: var(--gblue);
  text-decoration: none;
}

.blg-inner a:hover {
  color: var(--gblue);
}
.blg-inner ul.b-check li {
  font-size: 14px;
}

i.fas.fa-bookmark {
  color: var(--gblue) !important;
}

.search.search-results img.attachment-thumb.size-thumb.wp-post-image,
.archive.category img.attachment-thumb.size-thumb.wp-post-image {
  width: 300px !important;
  height: 120px !important;
}

.main:first-of-type {
  margin-top: 50px;
}

.search.search-results .bdp_blog_template h2,
.archive.category .bdp_blog_template h2,
.archive.tag .bdp_blog_template h2,
.page-id-11830 .bdp_blog_template h2 {
  margin: 0;
}

.search.search-results .bdp_blog_template h2 a,
.archive.tag .bdp_blog_template h2 a,
.archive.category .bdp_blog_template h2 a,
.page-id-11830 .bdp_blog_template h2 a {
  font-size: 20px;
  font-family: "Albert Sans";
  margin: 0 0 18px;
  text-decoration: none;
}

.bdp_blog_template {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  /* line-height: 1.8; */
}

.search.search-results .bdp_blog_template h2 a,
.archive.category .bdp_blog_template h2 a {
  /* color: #e66821; */
}

/* ************************ */
/* search tags  */
.s-tags {
  display: flex;
  justify-content: center;
}

.s-tags a {
  border: 1px solid var(--gblue);
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  color: var(--gblue);
  font-weight: 500;
}

.s-tags a:hover {
  background-color: var(--gblue);
  color: #fff;
}
.bd-metacats i {
  padding-left: 10px;
  padding-right: 5px;
}
.text .bd-metacats a {
  color: var(--gblue) !important;
}
span.page-numbers.current {
  border: 1px solid var(--gblue) !important;
  color: var(--gblue) !important;
  background: #fff !important;
  padding: 10px !important;
}
a.page-numbers {
  background: var(--gblue) !important;
  color: #fff !important;
  padding: 10px !important;
}
/* blog-inner page  */
.post-template-default.single.single-post .blog-layout {
  width: 70%;
}
.blg-inner p {
  padding-bottom: 10px;
}
.blg-inner h2 {
  padding-bottom: 10px;
}
.blg-inner h2 {
  padding: 15px 0 10px;
}
.bg-imgwrap {
  padding: 15px 0 8px;
}
.blog-layout h2 a {
  font-family: 'Commissioner';
}
/* blog-inner page  */
.dtl-blg li.post-date.meta-wrapper span.meta-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(163deg) brightness(100%) contrast(103%);
  padding-right: 10px;
}
.dtl-blg li.post-date.meta-wrapper {
  list-style: none;
}
.dtl-blg span.meta-text a {
  color: #fff !important;
}
.dtl-blg .inner-banner h1 {
  line-height: 54px;
}
.main.bdp_blog_template_new {
  margin-bottom: 40px;
}
h1.archive-title .color-accent {
  color: var(--yellow);
}
.blg-inner h3 {
  line-height: 1.4;
  padding-bottom: 8px;
}

/* blog-table */
.blg-inner table{
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  border-left: 1px solid #eee0e0;
}
.blg-inner table th {
  background: #54579a;
  color: #fff;
  padding: 10px 30px;
}
.blg-inner table tr td {
  text-align: center;
  padding: 15px 0 15px;
  font-size: 15px;
  border-bottom: 1px solid #eee0e0;
  border-right: 1px solid #eee0e0;
}
/* review page  */
.google-business-reviews-rating .listing .rating {
  font-size: 1.15em;
  margin: 0 0.3em 0.4em -0.1em;
}
.google-business-reviews-rating .rating, .google-business-reviews-rating .rating .rating-stars, .google-business-reviews-rating .listing .rating {
  color: #E7711B;
}
.google-business-reviews-rating .listing .author-name, .google-business-reviews-rating .listing .author-name a {
  display: block;
  font-weight: 700;
  color: #000;
}
.google-business-reviews-rating.columns .listing li{
  list-style: none;
}
@media (max-width: 992px) {
  .s-tags {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .s-tags a {
    flex: 1 20%;
    margin-bottom: 20px;
  }

  .blg-cl2.cteg {
    padding: 0 15px 30px;
  }
  .blog-layout,
  .b-width {
    padding-left: 50px;
    padding-right: 50px;
  }
  .post-template-default.single.single-post .blog-layout {
    width: 90%;
  }
  .single-post header.entry-header.header-footer-group {
    margin-bottom: 3rem!important;
}
}

@media (max-width: 768px) {
  .main {
    display: flex;
    flex-direction: column;
    height: max-content;
    align-items: flex-start;
    gap: 20px;
    padding: 2%;
  }

  .img_tag {
    height: max-content;
    background-color: antiquewhite;
    max-width: 100%;
  }

  .img_tag img {
    width: 100%;
    height: 120px;
  }

  .text {
    margin-top: 0px;
    margin-left: 0px;
  }

  .text span p {
    padding: 10px 0;
  }

  .bdp_blog_template {
    margin-bottom: 20px;
  }

  .search.search-results img.attachment-thumb.size-thumb.wp-post-image,
  .archive.category img.attachment-thumb.size-thumb.wp-post-image {
    height: 150px !important;
    width: 100% !important;
  }

  .cteg form select {
    width: 100%;
  }
  .blg-top-flx {
    flex-direction: column;
  }
  .s-tags a {
    flex: 1 40%;
  }
  .b-width,
  .blog-layout {
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-template-default.single.single-post .blog-layout {
    width: 100%;
  }
}

@media(max-width:500px){
  .h-top{
    width: unset;
  }
}