/********** Template CSS **********/
:root {
    primary: #10CE0B;
    secondary: #0B2154;
    light: #F2F2F2;
    dark: #111111;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
object,
iframe {
  max-width: 100%;
}

.quote-arrow {
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
}

.mtextdo{
	margin-top: 15px;
}

.removemycarlogo{
	
	width: 134px;
	height: 50px;
}


.img,
.blog-img,
.user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }


.ftco-section {
  padding: 7em 0;
  position: relative; }


  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 5em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }


.ftco-faqs .img-faqs {
	margin-top: 20px;
  position: relative;
  height: 700px;
  z-index: 0; }

.ftco-faqs .img {
  height: 400px;
  width: 80%;
  border-radius: 4px;
  -webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
  box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38); }
  .ftco-faqs .img.img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    z-index: -1; }

.ftco-faqs .myaccordion {
  margin: 0 auto;
  overflow: hidden; }

.ftco-faqs .myaccordion .card,
.ftco-faqs .myaccordion .card:last-child .card-header {
  border: none;
  background: transparent; }

.ftco-faqs .myaccordion .card-header {
  border: none;
  background: transparent; }
  .ftco-faqs .myaccordion .card-header p {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: left; }

.ftco-faqs .myaccordion .fa {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3); }

.ftco-faqs .myaccordion .btn {
  width: 100%;
  font-weight: 600;
  color: black;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
 
  margin-bottom: 10px;
  border-radius: 40px !important;
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important; }


.ftco-faqs [data-toggle="collapse"] .fa:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-style: normal; }


.ftco-faqs button[aria-expanded="true"] {
  background-color: #1ba12d;
  color: #fff !important; }
  .ftco-faqs button[aria-expanded="true"] .fa {
    color: #fff !important; }

.ftco-faqs button[aria-expanded="false"] {
  background-color: #fff; }


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFF;
}

.btn.btn-quote {
    color:#FFFFFF;
	background: #10CE0B;
}

.btn.btn-quote:hover {
    color:#FFFFFF;
	background: #518C54;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
	
	
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #10CE0B;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
	
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
	
	
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 992px) {
	.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
		height: 600px;
	
	
}
	
@media screen and (max-width: 900px) {
	body {
    font-size:1.2rem;
	}
}

.page-header-inner {
    background: rgba(0, 0, 0, .6);
	height: 600px;
	
}
 
}



.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .6);
	
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}





/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/sell-my-car-in-newcastel.webp) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: greenyellow;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
	color: greenyellow;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* Typography */

/* General */
.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #10CE0B !important;}
.text-light { color: #cfd6e1 !important;}
.bg-dark { background-color: #212934 !important;}
.bg-light { background-color: #e9eef5 !important;}
.bg-black { background-color: #1d242d !important;}
.bg-success { background-color: #59ab6e !important;}
.btn-success {
  background-color: #59ab6e !important;
  border-color: #56ae6c !important;
}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #69bb7e;
  color: #fff;
}

.topimage{
	max-width: 100%;
	max-height: 60%;
	overflow: hidden;
}

.topimage img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.page-hero-image {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
}

.page-hero-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 34vw, 420px);
  object-fit: cover;
  object-position: center;
}

.content-image {
  display: block;
  width: 100%;
  height: clamp(240px, 28vw, 380px);
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.about-highlights h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.faq-page {
  max-width: 1400px;
}

.faq-intro {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.faq-summary > div {
  border-left: 4px solid #10CE0B;
  background: #f7f9fb;
  padding: 18px 20px;
}

.faq-summary p {
  margin-bottom: 0;
}

.faq-summary-label {
  color: #0B2154;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.86rem;
  margin-bottom: 6px !important;
}

.faq-list {
  border-top: 1px solid #dce3ea;
}

.faq-item {
  max-width: none;
  padding: 24px 0;
  border-bottom: 1px solid #dce3ea;
}

.faq-item h2 {
  color: #0B2154;
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.faq-item p {
  color: #2f3944;
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.faq-cta {
  background: #0B2154;
  color: #fff;
  margin-top: 36px;
  padding: 28px;
  border-radius: 8px;
}

.faq-cta h2,
.faq-cta p {
  color: #fff;
}

.faq-cta p {
  margin-bottom: 18px;
}
/* Nav */
#templatemo_nav_top { min-height: 40px;}
#templatemo_nav_top * { font-size: .9em !important;}
#templatemo_main_nav a { color: #212934;}
#templatemo_main_nav a:hover { color: #69bb7e;}
#templatemo_main_nav .navbar .nav-icon { margin-right: 20px;}

/* Hero Carousel */
#template-mo-zay-hero-carousel { background: #efefef !important;}
/* Accordion */
.templatemo-accordion a { color: #000;}
.templatemo-accordion a:hover { color: #333d4a;}
/* Shop */
.shop-top-menu a:hover { color: #69bb7e !important;}
/* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #59ab6e;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #69bb7e;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}
.form-control { border: 1px solid #e8e8e8;}
/* Footer */
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #68bb7d;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: .5s;
}
#tempaltemo_footer .border-light { border-color: #2d343f !important;}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 { font-size: 1em !important;}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 550px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}


.maintoptext {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	margin-top: 30px;
}

.maintoptext1 {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.maintoppadding {
	margin-top: 25px;
}

.mainptext{
	padding: 20px;
	margin-left: 7%;
	margin-right: 7%;
	justify-content:flex-start;
}


.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #10CE0B;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #0B2154;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 8%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}


.service_section {
  position: relative;
  margin-top: 40px; }

  .service_section .row {
    row-gap: 28px; }

  .service_section [class*="col-"] {
    display: flex; }

  .service_section .box {
    margin-top: 24px;
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding: 32px 30px;
    background-color: #e9eef5;
    border-radius: 5px;
    overflow: hidden; }


    .service_section .box .img-box {
      width: 160px;
      height: 160px;
      flex: 0 0 160px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .service_section .box .img-box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .service_section .box .detail-box {
      width: 100%;
      max-width: 34rem;
      margin-top: 0; }
      .service_section .box .detail-box p {
        margin-bottom: 0.75rem; }
      .service_section .box .detail-box p:last-child {
        margin-bottom: 0; }
      .service_section .box .detail-box .text-dark {
        font-size: 1.05rem;
        line-height: 1.55; }
      .service_section .box .detail-box h4 {
        font-weight: bold;
        font-size: 22px; }
      .service_section .box .detail-box a {
        color: #10CE0B;
        display: inline-block;
        font-size: 1.25rem;
        line-height: 1.25;
      }
        .service_section .box .detail-box a:hover {
          color: #625a52; }

@media (max-width: 991px) {
	
.quote_btn-container {
    flex-direction: column;
    align-items: center;
	  
  }

  .quote_btn-container a {
    margin: 10px 0;
  }
}


.qf-quote-popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.65);
  display: none; }

.qf-bx {
  width: 450px;
  background-color: #f0f1f1;
  margin: 50px auto;
  padding: 0; }

  .qf-bx .qf-popup-hdr {
    position: relative;
    background-color: #10CE0B;
    text-align: center;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: white; }
    .qf-bx .qf-popup-hdr span {
      position: absolute;
      top: -15px;
      right: -15px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 1.8rem;
      color: #0c0c0c;
      text-align: center;
      background-color: #d6d6d5;
      cursor: pointer; }

@media screen and (max-width: 900px) {
  .qf-bx {
    width: 90%;
    margin: 50px auto; }

}
.qf-popup-body {
  padding: 10px 30px; }

  .qf-popup-body .flx {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%; }
    .qf-popup-body .flx input:last-child {
      margin-right: 0; }
  .qf-popup-body input, .qf-popup-body textarea {
    width: 100% !important;
    padding: 10px !important;
    background-color: #e5e5e5 !important;
    display: block;
    margin: 5px;
    border-radius: 8px;
    border: 1px solid #9d9e9e; }
  .qf-popup-body button {
    background-color: #10CE0B !important;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 1.2rem;
    border: none; }

section {
  max-width: 1400px;
  margin: auto; }

.layout_padding {
  padding: 50px 0;
	margin-left: auto;
	margin-right: auto;
}

  .about_section .row {
    align-items: center; }
  .about_section .img-box img {
    max-width: 100%; }
  .about_section .detail-box p {
    color: #999;
    margin-top: 15px; }
  .about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #10CE0B;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #10CE0B;
    transition: all .3s;
    margin-top: 15px; }
    .about_section .detail-box a:hover {
      background-color: transparent;
      color: #10CE0B; }


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;}

.map-responsive iframe{
    left:0;
    top:0;
    height:100% !important;
    width:100% !important;
    position:absolute;}

.user-content p {
    margin-top: 5px;
    font-size: 18px;}
    
.my-nav-bar {
    position:sticky;
    top: 0;
    z-index:2;
}

.mobileshow{
	display: none;
}

@media screen and (max-width: 900px) {

  html,
  body {
    overflow-x: hidden;
  }

  body {
    min-width: 0;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
  }

  .container-fluid.p-0,
  .mobileshow.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="col-"] {
    min-width: 0;
  }

  section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  section + section,
  .service_section,
  .about_section,
  .choose_section,
  .client_section,
  .info_section,
  .faq-page,
  .about-page {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
  }

  .topimage {
    width: 100%;
    max-width: 100%;
  }

  .topimage img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
  }

  .mainptext {
    margin-left: 0;
    margin-right: 0;
    padding: 18px 16px;
  }

  .mainptext p,
  .detail-box p,
  .text-dark {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .maintoptext,
  .maintoptext1 {
    margin-left: 16px;
    margin-right: 16px;
    overflow-wrap: anywhere;
  }

  h1,
  .h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.25;
  }

  h2,
  .h2 {
    font-size: clamp(1.45rem, 6vw, 2rem);
    line-height: 1.3;
  }

  h3,
  .h3 {
    font-size: clamp(1.25rem, 5vw, 1.65rem);
    line-height: 1.35;
  }
		
		.my-nav-bar {
	    position:relative;
    top: 0;
    z-index:2;
		
		

}
	
		.centerimage{
	max-width: 100%;
	max-height: 60%;
}
		.mobileshow{
		display: block;
		}


		.quotebtnshow{
		width: 50%;
		height: 45px;
		background: #1C508A;
		text-align: center;
			color: white;
			
		}
	.callbtnshow{
		width: 50%;
		height: 45px;
		background: #06A0DB;
		text-align: center;
		color: white;
	}
	
	.callandquotetextcolor{
		color: white;
	}

  .page-hero-image {
    max-height: 280px;
  }

  .page-hero-image img {
    height: 240px;
  }

  .content-image {
    height: 240px;
    margin-bottom: 18px;
  }

  .faq-page {
    padding-top: 32px !important;
  }

  .faq-intro {
    text-align: left !important;
  }

  .faq-intro h1 {
    font-size: 1.55rem;
    line-height: 1.3;
  }

  .faq-intro h2 {
    font-size: 1.25rem;
  }

  .faq-summary {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-summary > div {
    padding: 14px 16px;
  }

  .faq-item {
    padding: 20px 0;
  }

  .faq-item h2 {
    font-size: 1.15rem;
  }

  .faq-item p {
    font-size: 1rem;
    line-height: 1.65;
  }

	  .faq-cta {
	    padding: 22px;
	  }
  
}

.iframe-containter{
	
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	
}

.iframe-containter iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
