/*
Theme Name: Divi Child Theme
Theme URI: https://movingchamps.co.uk
Description: Child Theme For Divi
Author: Your Name
Author URI: https://movingchamps.co.uk
Version: 4.25.0
Template: Divi
*/
:root {
  --themecolorblue: #192744;
  --themecolorRed: #de1f37;
  --linearBg: linear-gradient(170deg, #1b2745 25%, #da1732 51%);
  --boxShadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

ol li {
  font-size: 17px;
  color: #000;
  text-align: justify;
}

.bg-alt p a,
.bg-alt li a {
  color: #fff;
}

p a {
  font-weight: 700;
}

p,
.h3-text,
li {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.form-control:focus {
  border-color: var(--themecolorRed);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.form-control {
  margin-bottom: 15px;
  font-size: 16px;
  background: transparent;
  border: 1px solid rgb(160 160 160 / 30%);
}
select{
   color:#000 !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.tandc h3 {
  font-size: 28px;
  color: #e31d36;
  margin: 25px 0;
}

.tandc p strong {
  color: #e61c31;
  margin: 30px 0 20px;
  display: inline-block;
}

.mmsg,
.pmsg {
  color: #e41d37;
  font-size: 13px;
}

ul {
  color: #000;
  padding: 0;
  list-style: none;
}

button:focus {
  outline: 0px dotted;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
  outline: 0px auto -webkit-focus-ring-color;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
}

.cc-2 {
  column-count: 2;
}

/* :focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
} */

.common-heading {
  color: var(--themecolorblue);
  font-size: 28px;
  font-weight: 700;
}

.sub-heading {
  font-size: 20px;
  color: #a30b1f;
  margin-bottom: 15px;
}

.bg-alt {
  background-color: var(--themecolorblue);
}

.bg-alt2 {
  background-color: #efefef;
}

.section-padding {
  padding: 30px 0;
}

.border-para {
  padding-left: 25px;
  border-left: 2px solid var(--themecolorRed);
}

.theme-color {
  color: var(--themecolorRed);
}

.theme-button {
  font-size: 15px;
  background: var(--linearBg);
  color: #fff !important;
  font-weight: 500;
  padding: 10px 45px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.theme-button:hover {
  color: var(--themecolorRed) !important;
  background: #fff;
  transition: 0.3s;
}

.theme-button2 {
  color: var(--themecolorRed);
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 45px;
  border: 2px solid var(--themecolorRed);
  border-radius: 50px;
  transition: 0.3s;
}

.theme-button2:hover {
  background-color: var(--themecolorRed);
  color: #fff;
  transition: 0.3s;
}

a {
  text-decoration: none !important;
  color: #852222;
}

a:hover {
  color: #e61c31;
}

.banner-content {
  width: 440px;
  position: absolute;
  top: 35%;
  left: 7%;
 
}

.section-padding .card-title {
  font-size: 17px;
}

.navbar-collapse {
  z-index: 999;
}

/* # Top Bar */
#top-bar a {
  font-size: 15px;
  color: var(--themecolorRed);
}

#top-bar {
  padding: 10px 0;
  border-bottom: 1.2px solid #d8d8d8;
}

/* # Header */
.navbar-brand img {
  width: 140px;
}

#header .dropdown-item {
  padding: 6px 23px;
  font-size: 14px;
  text-transform: uppercase;
  color: #212529;
  transition: 0.3s;
}

.fixed-call {
  display: none;
}

.fixed-nav .fixed-call {
  display: block;
}

#header .dropdown-item:hover {
  background-color: #e11e34;
  color: #fff !important;
  transition: 0.3s;
}

header {
  position: absolute;
 background: #ececec;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

#header .navbar-nav .nav-link {
  color: rgb(14, 15, 16);
  font-size: 16px;
  line-height: 3rem;
  padding: 5px 25px;
  font-weight: 700;
}

#header.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #efefef;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 3px 1px lightgrey;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

#header.fixed-nav .navbar-brand img {
  width: 140px;
}

 
 #banner{
   position:relative;
   padding:120px 0 36px;
   background:url("../../assets/images/banner-img.webp");
   background-size:cover;
   background-position:center;
   overflow:hidden;
}

.banner-overlay{
   position:absolute;
   inset:0;
    background: linear-gradient(90deg, rgb(10 15 30 / 79%), rgb(10 15 30 / 0%));
}

/* Content */


.banner-content{
   position:relative;
   z-index:2;
   padding-right:50px;
}

.banner-tag{
   display:inline-block;
   padding:10px 22px;
   background:rgba(255,255,255,0.08);
   border:1px solid rgba(255,255,255,0.1);
   border-radius:50px;
   color:#fff;
   font-size:14px;
   font-weight:600;
   margin-bottom:25px;
   backdrop-filter:blur(10px);
}

.banner-heading{
   font-size:32px;
   line-height:1.12;
   font-weight:800;
   color:#fff;
   margin-bottom:18px;
}

.banner-para{
   color:rgba(255,255,255,0.82);
   font-size:17px;
   line-height:1.4;
   margin-bottom:20px;
   max-width:95%;
}


/* Form */

.map-form{
  margin-top : 60px;
   position:relative;
   z-index:2;
   background:rgba(255,255,255,0.08);
   border:1px solid rgba(255,255,255,0.08);
   border-radius:28px;
       padding: 14px 2px;
   backdrop-filter:blur(16px);
   box-shadow:0 15px 50px rgba(0,0,0,0.3);
}

.quote-title{
   color:#fff;
   text-align:center;
   font-size:22px;
   font-weight:700;
}

.map-form .form-control{
 color: black;
 padding: 2px 12px;
   background:#fff;
   
}

.map-form textarea.form-control{
   height:auto;
   resize:none;
   padding-top:15px;
}

.map-form .form-control:focus{
   box-shadow:0 0 0 4px rgba(255,47,82,0.12);
}

/* Counter */

.counter-row{
   position:relative;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   z-index:2;
}
.counter-div {
 width : 200px;
 margin-bottom: 10px;
}

.count-box{
   background:rgba(255,255,255,0.08);
   border:1px solid rgba(255,255,255,0.08);
   border-radius:24px;
   padding:35px 20px;
   text-align:center;
   height:100%;
   backdrop-filter:blur(10px);
   transition:0.35s ease;
}

.count-box:hover{
   transform:translateY(-6px);
   background:rgba(255,255,255,0.12);
}

.count-box span{
   display:block;
   color:#fff;
   font-size:24px;
   font-weight:800;
   line-height:1;
   margin-bottom:12px;
}

.count-box sup{

   font-size:20px;
   color:#ff4f68;
   top:-14px;
}

.count-box p{
   margin:0;
   color:rgba(255,255,255,0.85);
   font-size:16px;
}

.count-box i{
   color:#ff4f68;
   margin-right:6px;
}

/* Responsive */

@media(max-width:1199px){

   .banner-heading{
      font-size:52px;
   }
}

@media(max-width:991px){

   #banner{
      padding:28px 0 60px;
   }

   .banner-content{
      padding-right:0;
      text-align:center;
      margin-bottom:40px;
   }

   .banner-heading{
      font-size:42px;
   }

   .banner-para{
      max-width:100%;
   }

   .map-form{
      padding:32px 24px;
   }

   .counter-row{
      margin-top:20px;
   }
}

@media(max-width:767px){

   .banner-heading{
      font-size:34px;
   }

   .banner-para{
      font-size:15px;
      line-height:1.8;
   }

   .quote-title{
      font-size:26px;
   }

   .count-box{
      padding:5px 13px;
   }

   .count-box span{
      font-size:14px;
   }

   .theme-button,
   .theme-button2{
      width:100%;
   }
 .counter-row{
  display: none;
}
}

/* About Us */
.about-image {
  background-image:
    linear-gradient(#00000036, #00000036),
    url(../../assets/images/img/cheap-interstate-removalists-services-banner.webp);
  background-size: cover;
}

/* Partners */
.partners img {
  padding: 5px 20px;
  border-right: 1px solid grey;
}

#partner {
  background: var(--linearBg);
}

#partner .theme-button {
  background: var(--themecolorblue);
}

#partner .theme-button:hover {
  background: #fff;
}

#partner .slick-dots {
  bottom: -15%;
}

#partner .slick-dots li button:before {
  font-size: 12px;
  color: var(--themecolorRed);
}

#partner .slick-dots li {
  margin: 0;
}

/* Services */
#services .service-box {
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px #b1b1b1;
  height: 100%;
}

#services {
  position: relative;
}

.service-content {
  padding: 15px 20px;
}

.service-content p a {
  font-weight: 700;
  color: #000;
}

.service-heading {
  font-size: 22px;
  font-weight: 700;
  color: var(--themecolorblue);
  text-align: left;
  margin-bottom: 10px;
}

.service-image img {
  margin-bottom: 15px;
  height: 200px;
  object-fit: cover;
}

.bottom-service-image img {
  position: absolute;
  width: 355px;
  bottom: -131px;
  left: 1%;
}

.bottom-service-image {
  position: relative;
  margin: 8% 0;
}

/* Testimonial */
#testimonial {
  background: black;
}

#testimonial .common-heading {
  /* padding-top: 6rem; */
  color: #fff;
}

#testimonial p {
  color: #fff;
}

#testimonial .icon i {
  font-size: 40px;
  color: white;
}

#testimonial .icon {
  display: inline-block;
  padding: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}

#testimonial .testimonial-box .testimonial-text {
  font-size: 17px;
  margin: 10px 0 30px 0;
}

#testimonial .testimonial-name {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.testimonial-location {
  font-size: 16px;
}

.testimonial-wrap {
  padding: 25px;
}

.testimonial-box {
  background-color: #ffffff1f;
}

#testimonial .slick-dots {
  bottom: -15%;
}

#testimonial .slick-dots li button:before {
  font-size: 12px;
  color: var(--themecolorRed);
}

#testimonial .slick-dots li {
  margin: 0;
}

/* # News */
.news-image img {
  height: 500px;
  object-fit: cover;
}

.news-heading {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 25px;
  position: relative;
}

.news-heading:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 3px;
  bottom: 0;
  background-color: #fff;
  left: 0;
}

.news-content {
  padding: 40px 35px;
  position: relative;
  height: 100%;
}

#news .date {
  font-size: 15px;
  margin: 20px 0 40px;
}

.news-content p {
  color: #e2e2e2;
}

.news-content .pp3 {
  position: absolute;
  bottom: 0;
  width: 48%;
  background-color: var(--themecolorRed);
  display: flex;
  color: #fff;
  left: 0;
  justify-content: center;
  padding: 12px 0;
  align-items: center;
}

.news-content .nn3 {
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: var(--themecolorRed);
  display: flex;
  color: #fff;
  right: 15px;
  border-left: 1px solid #fff;
  justify-content: center;
  padding: 12px 0;
  align-items: center;
}

/* Strip */
#strip {
  background-image:
    linear-gradient(#0000007a, #0000007a),
    url("../../assets/images/img/strip-bg.jpg");
  background-attachment: fixed;
  position: relative;
}

#strip .common-heading,
#strip p {
  color: #fff;
}

#strip:before {
  position: absolute;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  background-position: 85%;
  background-size: contain;
  background-image: url(../../assets/images/img/strip-image.png);
}

/* ── Service Section Wrapper ──────────────────────── */
#service-section {
  position: relative;
  
}

.service-section-bg {
  background: #f4f6f9;
}

/* ── Section Heading ──────────────────────────────── */
.service-section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #012749;
  line-height: 1.4;
}

/* ── Card Box ─────────────────────────────────────── */
.service-section-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-section-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
}

/* ── Image Wrapper ────────────────────────────────── */
.service-section-image {
  position: relative;
  overflow: hidden;
}

.service-section-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.service-section-box:hover .service-section-image img {
  transform: scale(1.05);
}

/* ── Title Overlay ────────────────────────────────── */
.service-section-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 36px 16px 14px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  background: linear-gradient(to top, rgba(1, 39, 73, 0.95) 50%, transparent 100%);
}

/* ── Card Body ────────────────────────────────────── */
.service-section-content {
  padding: 20px 18px 26px;
}

.service-section-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.78;
  margin: 0;
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 991px) {
  .service-section-box {
    border-radius: 14px;
  }
}

@media (max-width: 768px) {
  #service-section {
    padding: 40px 15px;
  }

  .service-section-heading {
    font-size: 22px;
  }

  .service-section-image img {
    height: 200px;
  }

  .service-section-title {
    font-size: 15px;
    padding: 28px 14px 12px;
  }

  .service-section-content {
    padding: 16px 16px 20px;
  }

  .service-section-desc {
    font-size: 13.5px;
  }
}
/* Blog Section */
#blog {
  position: relative;
  background: #f4f6f9;
  padding: 60px 20px;
}

.blog-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  height: 100%;
  overflow: hidden;
  position: relative; /* required for the h3 overlay */
  transition: transform 0.3s, box-shadow 0.3s;
}

.blog-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13);
}

/* Image wrapper */
.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
  transition: transform 0.4s;
}

.blog-box:hover .blog-image img {
  transform: scale(1.04);
}
.blog-heading {
  padding:10px;
}
/* H3 overlay on image — bottom gradient bar */
.blog-heading a {
 
   font-size: 20px;
}



.blog-desc {
  font-size: 14.5px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

/* Link styles */
.blog-link {
  display: inline-block;
  font-size: 14px;
  color: #012749;
  font-weight: 700;
  margin-top: 16px;
  transition: color 0.3s;
}

.blog-link:hover {
  color: var(--themecolorRed);
}
/* # FAQs */
#faqs {
  background-image:
    linear-gradient(#0000007a, #0000007a),
    url("../../assets/images/img/strip-bg.jpg");
  background-attachment: fixed;
  position: relative;
}

.faqs-icon img {
  width: 55px;
  height: 55px;
  margin-right: 25px;
  object-fit: contain;
}

.faqs-box p {
  text-align: left;
  font-size: 14px;
}

.bright-faq {
  position: relative;
}

.bright-faq:after {
  position: absolute;
  content: "";
  width: 2px;
  right: -13px;
  height: 95%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #888888;
}

.accordion .card-header:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-right: 18px;
  float: left;
}

.accordion .card-header.collapsed:before {
  content: "\f067";
}

.accordion .card-header:hover::before {
  color: var(--themecolorRed);
}

#accordion1 > .card > .card-header,
#accordion3 > .card > .card-header,
#accordion5 > .card > .card-header,
#accordion7 > .card > .card-header,
#accordion9 > .card > .card-header,
#accordion11 > .card > .card-header,
#accordion13 > .card > .card-header {
  background-color: var(--themecolorblue);
  color: #fff;
}

#accordion1 > .card > .card-header:hover,
#accordion3 > .card > .card-header:hover,
#accordion5 > .card > .card-header:hover,
#accordion7 > .card > .card-header:hover,
#accordion9 > .card > .card-header:hover,
#accordion11 > .card > .card-header:hover,
#accordion13 > .card > .card-header:hover {
  color: var(--themecolorRed);
}

#accordion .card-header .card-title,
#accordion2 .card-header .card-title,
#accordion4 .card-header .card-title,
#accordion6 .card-header .card-title,
#accordion8 .card-header .card-title,
#accordion10 .card-header .card-title,
#accordion12 .card-header .card-title {
  font-weight: 700;
  font-size: 17px;
  display: flex;
  margin-bottom: 0;
}

#accordion .card-header,
#accordion2 .card-header,
#accordion4 .card-header,
#accordion6 .card-header,
#accordion8 .card-header,
#accordion10 .card-header,
#accordion11 .card-header {
  border-bottom: none;
  border-top: 2px solid var(--themecolorRed);
}

#accordion .card-header .card-title:hover,
#accordion2 .card-header .card-title:hover,
#accordion4 .card-header .card-title:hover,
#accordion6 .card-header .card-title:hover,
#accordion8 .card-header .card-title:hover,
#accordion10 .card-header .card-title:hover,
#accordion12 .card-header .card-title:hover {
  color: var(--themecolorRed);
}

#accordion .card-header.collapsed,
#accordion2 .card-header.collapsed,
#accordion4 .card-header.collapsed,
#accordion6 .card-header.collapsed,
#accordion8 .card-header.collapsed,
#accordion10 .card-header.collapsed,
#accordion12 .card-header.collapsed {
  border-top: none;
}

/* # Map Contact */
#map-contact {
  background-image: url("../../assets/images/img/map.png");
  background-attachment: fixed;
  background-size: cover;
}

#map-contact a {
  color: #000;
}

#map-contact .map-form {
  background:#192744;
}

label.msg {
  display: block;
  margin-bottom: 0;
  color: #e41d37;
  font-size: 14px;
  line-height: normal;
  padding-left: 10px;
}

label.msg2 {
  display: block;
  margin-bottom: 0;
  color: #e41d37;
  font-size: 14px;
  line-height: normal;
  padding-left: 10px;
}

#map {
  margin-bottom: -8px;
}

.contact-us-row {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #e4e4e4;
}

.contact-form-bg {
  position: relative;
  z-index: 9;
}

.contact-form-bg:after {
  background-image: url(../../assets/images/img/contact-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.1;
  height: 100%;
}

#map-contact.contact-us .map-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

#map-contact.contact-us {
  background-image: linear-gradient(180deg, #ffffff 33%, #ededed 0%);
  background-attachment: scroll;
}

.map-content-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--themecolorblue);
}

.contact-info {
  margin-bottom: 5px;
}

.footer-service .contact-info {
  display: flex;
  align-items: baseline;
}

#map-contact .form-control.field {
  height: calc(1.5em + 0.75rem + 15px);
  font-size: 16px;
}

#map-contact .form-control {
  font-size: 14px;
  /* color: white; */
  border: 1px solid;
}

#map-contact .form-group {
  margin-bottom: 25px;
}

/* Call Us */
#callus {
  background: var(--linearBg);
}

#callus p {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 30px;
}

#callus a {
  font-weight: 800;
  color: #fff;
}

/* Footer */

.copy-right p a {
  font-weight: 700;
  color: #fff !important;
}

footer .footer-logo img {
  width: 200px;
}

.whatsapp {
  display: block;
  position: fixed;
  bottom: 35px;
  z-index: 9999;
  left: 32px;
}

.whatsapp img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

#wh-widget-send-button.wh-widget-left {
  bottom: 85px !important;
  left: 25px !important;
}

.quote {
  position: fixed;
  bottom: 42px;
  right: 25px;
  background: var(--linearBg);
  color: #fff;
  border: 1px solid #e41d37;
  font-size: 15px;
  padding: 7px 20px;
  z-index: 99;
  border-radius: 50px;
  box-shadow: 0px 0px 6px 0px #ffffff70;
  transition: 0.3s;
}

.quote:hover {
  color: #e41d37;
  background: #fff;
  transition: 0.3s;
}

footer {
  padding: 80px 60px 0;
}

footer .footer-heading {
  color: #fff;
  font-size: 22px;
  position: relative;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.footer-heading:after {
  position: absolute;
  content: "";
  width: 95px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--themecolorRed);
}

.footer-image img {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  object-fit: cover;
}

.footer-gallery img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  margin-bottom: 10px;
}

.footer-gallery {
  column-count: 3;
}

.menu {
  list-style: none;
}

.menu li {
  margin-bottom: 10px;
}

.menu a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.social {
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: center;
  gap: 25px;
  width: 80%;
  margin: 10px auto;
}

.social li a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 5px 0px;
}

.font-bottom {
  font-size: 15px;
}

.call-mobile {
  display: none;
}

.map-form {
  box-shadow: var(--boxShadow);
}

/* # Page Banner */
#page-banner .visi-text {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  color: var(--themecolorblue);
}

#page-banner {
  padding: 200px 0px 100px !important;
  background-color: #ececec;
}

.page-banner-text {
  position: relative;
}

.opac-text {
  display: none;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -34px;
  color: #000000;
  z-index: 0;
  opacity: 0.1;
}

/* # About Pop Section */
#about-pop-section {
  background-image: linear-gradient(180deg, #ffffff 25%, #ededed 0%);
}

.employee-image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

.employee-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--themecolorblue);
}

.employee-position {
  font-size: 15px;
}

.employee-box {
  background-color: white;
  padding: 32px;
  box-shadow: 0px 0px 5px 0px #e0e0e0;
  height: 100%;
}

.employee-top-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}

#about-pop-section .slick-dots {
  bottom: -15%;
}

#about-pop-section .slick-dots li button:before {
  font-size: 12px;
  color: var(--themecolorRed);
}

#about-pop-section .slick-dots li {
  margin: 0;
}

/* # Core Value */
.value-image img {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
}

.value-heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.value-para {
  font-size: 16px;
  color: #e6e6e6;
  text-align: center;
}

.value-box {
  padding: 40px 25px;
  background-color: #ffffff1a;
  border-right: 2px solid var(--themecolorRed);
  height: 100%;
}

/* Who We Are */
.who-we-are-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.commitment-image {
  height: 468px;
  width: 100%;
  object-fit: cover;
}

.commitment-image2 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Mission */
.icon-list li:before {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 13px;
  left: 0px;
  top: 5px;
  color: var(--themecolorRed);
  position: absolute;
}

.icon-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  list-style: none;
  position: relative;
}

.icon-list li a {
  font-weight: 700;
}

.mission-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image9 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

.mission-image4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
}

/* # Team */
.team-name {
  font-size: 21px;
  font-weight: 700;
  color: var(--themecolorblue);
}

.team-pos {
  font-size: 15px;
}

.team-info {
  margin: 18px 0;
}

.team-box a:hover {
  transition: 0.3s;
  color: var(--themecolorRed) !important;
}

.team-box {
  box-shadow: 0px 0px 10px 0px #ececec;
  height: 100%;
}

.team-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: top;
}

/* # Service Page */
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-grid {
  box-shadow: 0px 0px 5px 0px #d2d2d2;
  background-color: #fff;
  height: 100%;
}

.services-grid:hover {
  box-shadow: 0px 0px 15px 0px #a0a0a0;
}

#services-grid {
  background-image: linear-gradient(180deg, #ffffff 25%, #ededed 0%);
}

/* # Offer */
.offer-image {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.offer-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--themecolorblue);
  margin-bottom: 15px;
}

.offer-box {
  width: 70%;
  margin: auto;
  padding: 85px 0;
}

.center-offer {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
}

/* Service About */
#service-about .slick-dots li button:before {
  font-size: 12px;
  color: var(--themecolorRed);
}

#service-about h2 {
  margin: 26px 0px !important;
}

#service-about .slick-dots li {
  margin: 0;
}

.service-about-slider img {
  box-shadow: var(--boxShadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-about-slider {
  height: 100%;
}

.service-about-slider7 img {
  box-shadow: var(--boxShadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-about-slider8 img {
  box-shadow: var(--boxShadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-about-slider6 img {
  box-shadow: var(--boxShadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-about-slider2 img {
  box-shadow: var(--boxShadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-about-slide3 {
  height: 100%;
}

.service-about-slide3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: var(--boxShadow);
}

.service-about-slider4 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: var(--boxShadow);
}

.service-about-slider5 img {
  height: 100%;
  object-fit: cover;
  box-shadow: var(--boxShadow);
  width: 100%;
}

/* Service Box */
.desc-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.desc-box p {
  text-align: left;
}

.desc-box {
  height: 100%;
}

#service-boxes {
  background-image: linear-gradient(180deg, #ffffff 0%, #ededed 0%);
}

.desc-heading {
  font-size: 14px;
  text-align: center;
  /*font-weight: 700;*/
  color: var(--themecolorblue);
  margin: 0;
  /*margin-bottom: 22px;*/
}

.desc-content {
  padding: 10px;
  margin-bottom: 18px;
}

.desc-list {
  padding-left: 20px;
  list-style: none;
}

.desc-list li {
  margin-bottom: 12px;
}

.desc-list li::before {
  content: "\2022";
  color: var(--themecolorRed);
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Price */

#price .nav-item {
  background-color: #d8d8d8;
}

#price {
  position: relative;
  /* background: var(--linearBg); */
}

#price .nav-link {
  padding: 10px 30px;
  color: #212529;
}

#price .nav-link.active {
  color: #fff;
}

#price .nav-item.front {
  border-radius: 200px 0px 0px 200px;
}

#price .nav-item.end {
  border-radius: 0px 200px 200px 0px;
}

#price .nav-link.active {
  background: -webkit-linear-gradient(
    var(--themecolorRed),
    var(--themecolorRed)
  );
  border-radius: 50px;
}

#price .price-box {
  background-color: #fff;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  text-align: center;
  padding: 50px 25px;
  border-radius: 25px;
  width: 95%;
  margin-top: 30px;
}

#price .price-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
}

.price-type {
  font-size: 21px;
  letter-spacing: 2px;
  color: var(--themecolorblue);
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.price-num {
  font-size: 22px;
  font-weight: 700;
  color: var(--themecolorRed);
  text-align: center;
  margin-bottom: 28px;
}

.price-num sup {
  margin-right: 7px;
  font-size: 30px;
}

.price-list li {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

#price .center-box {
  background: linear-gradient(170deg, #1b2745 25%, #da1732 51%);
  padding: 80px 20px;
  z-index: 99;
}

#price .center-box .price-num {
  color: #fff !important;
}

#price .center-box .price-type,
#price .center-box li {
  color: #fff;
}

#price sup {
  color: var(--themecolorRed);
}

/* # Modal */
.modal-dialog {
  max-width: 800px;
}

.pop-heading {
  font-size: 30px;
  color: black;
  text-align: center;
}

.modal-body {
  padding: 1rem 1rem;
  background: white;
}

.close {
  color: #fff;
  opacity: 1;
}

.pop-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: right;
}

.modal-header .close {
  position: absolute;
  top: 6px;
  z-index: 99;
  color: black;
  right: 8px;
}

#exampleModalCenter form {
  position: relative;
  left: 0;
  top: 8px;
  width: 90%;
  margin: auto;
}

.dropdown-submenu > span:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 5px;
  margin-right: -15px;
}

.nav-item.dropdown-submenu > span:after {
  border-left-color: #000000;
}

.nav-item:hover .dropdown-submenu > span:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#navbarSupportedContent .dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffffff;
}

.dropdown-submenu {
  position: relative;
}

.submenu {
  text-decoration: none !important;
  color: black;
}

.submenu:hover {
  text-decoration: none !important;
  color: #fff;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

#header .multi-level .dropdown-item {
  padding: 6px 30px 6px 15px;
  font-size: 13px;
  text-transform: uppercase;
  color: #212529;
  transition: 0.3s;
}

.mobile-nav-contact {
  display: none;
}

#header #multi-level .dropdown-item:hover {
  color: #fff;
  transition: 0.3s;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.valet img {
  width: 100%;
  height: 414px;
  object-fit: cover;
}

/*Validation CSS*/
label.error {
  color: red;
  font-size: 11px;
}

.text {
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.removalists-services-wraper .theme-button {
  padding: 12px 10px;
  margin: 12px 0;
  width: 100%;
  text-align: center;
}

.footer-icon-wraper {
  padding: 18px;
  background-color: var(--themecolorRed);
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.footer-icon-wraper button {
  display: block;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}

.footer-icon-wraper i,
.footer-icon-wraper a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.footer-icon-wraper a {
  position: relative;
  line-height: 12px;
}

.footer-icon-wraper .icon-wraper {
  display: flex;
  justify-content: center;
  padding: 0;
}

.footer-icon-wraper .icon-wraper::after {
  content: "";
  position: absolute;
  height: calc(100% + 35px);
  border-right: 1px solid #fff;
  right: 0;
  top: -18px;
}

.footer-icon-wraper .icon-wraper:nth-child(3)::after {
  border-right: none;
}

.mail-response {
  color: #fff;
  font-size: 22px;
  margin-bottom: 1rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slick-initialized .slick-slide {
  height: 100%;
  object-fit: cover;
}

.slick-slider {
  height: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

form {
  padding: 20px;
}

/* Media Query */
@media (max-width: 1200px) {
  .fixed-nav .fixed-call {
    display: none;
  }

  #banner:before {
    display: none;
  }

  #page-banner {
    padding: 30px 0px !important;
  }

  .count-box {
    margin-bottom: 20px;
  }

  .banner-content {
    top: 44%;
  }

  .dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
  }

  #top-bar .theme-button {
    padding: 10px 25px;
  }

  header {
    width: 100%;
    position: static;
    background: #fff;
  }

  .banner-heading {
    font-size: 27px;
    color: #fff;
  }

  .banner-para {
    color: #fff;
  }

  .count,
  sup {
    font-size: 30px;
  }

  #strip:before {
    right: 0;
    width: 90%;
    height: 90%;
    background-position: 95%;
  }

  #header .navbar-nav .nav-link {
    padding: 5px 28px;
  }

  #header #multi-level .dropdown-item {
    padding: 6px 25px 6px 11px;
  }

  .navbar-nav .dropdown-menu {
    width: fit-content;
  }

  #header .navbar-nav {
    /* background-color: #fff; */
    padding: 0px 0;
    margin-top: 10px;
  }

  #callus p {
    font-size: 26px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 1025px) {
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0 !important;
    left: 0%;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  .dropdown.mobile {
    margin-bottom: 10px;
  }

  #service-about h2 {
    font-size: 24px;
  }

  .strip-heading {
    font-size: 26px;
  }

  .mobile-nav {
    display: block;
    width: 100%;
    margin-right: auto;
    text-align: left;
    padding: 5px 28px;
    color: rgb(14, 15, 16);
    font-size: 16px;
    font-weight: 700;
  }

  #header.fixed-nav {
    padding: 0.5rem 1rem;
  }

  .mission-image,
  .mission-image2,
  .mission-image3,
  .mission-image4,
  .mission-image5,
  .mission-image6,
  .mission-image7,
  .mission-image8,
  .mission-image9,
  .mission-image10,
  .mission-image11 {
    height: 100%;
  }

  header {
    z-index: 999;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("../../assets/images/img/hamburger.svg");
  }

  .common-heading {
    font-size: 24px;
  }

  p,
  .h3-text {
    font-size: 16px;
  }

  ul {
    font-size: 16px;
  }

  #testimonial .testimonial-box .testimonial-text {
    font-size: 17px;
    margin: 10px 0 15px 0;
  }

  #testimonial .testimonial-name {
    font-size: 20px;
  }

  .bottom-service-image img {
    display: none;
  }

  .faqs-icon img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .faqs-box p {
    font-size: 13px;
  }

  #strip:before {
    width: 70%;
    height: 70%;
  }

  .opac-text {
    font-size: 38px;
    top: -18px;
  }
}

@media (min-width: 992px) {
  .footer-icon-wraper {
    display: none;
  }

  .mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .banner-main-row .map-form {
    display : none;
  }
  .dropdown-item {
    font-weight: 500;
  }

  .desktop {
    display: none;
  }

  .slick-initialized .slick-slide {
    margin: 20px 0px;
    height: 250px;
    object-fit: cover;
  }

  .blog-content h3 {
    font-size: 18px;
  }

  .form-control {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #callus p {
    font-size: 22px;
  }

  #page-banner .visi-text {
    font-size: 30px;
  }

  footer {
    padding: 60px 40px;
  }

  #top-bar {
    display: none;
  }

  .fixed-nav .fixed-call {
    display: none;
  }

  .whatsapp,
  .call-mobile {
    display: none;
  }

  #services-grid .col-lg-4 {
    margin-bottom: 25px;
  }

  .pop-image img {
    display: none;
  }

  .mobile-nav-contact {
    display: block;
    border-top: 1px solid #eee;
  }

  .mobile-nav-contact p {
    padding: 0px 28px;
    text-align: center;
  }

  .mobile-nav-contact i {
    width: 25px;
    height: 25px;
    background-color: #e41d37;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 10px;
  }

  .mobile-nav-contact a {
    font-size: 15px;
  }

  #exampleModalCenter form {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    margin: 0px auto;
  }

  .desc-box {
    box-shadow: 0px 0px 8px 0 #eee;
  }

  .service-about-slider img,
  .service-about-slider2 img,
  .service-about-slide3 img,
  .service-about-slider4 img,
  .service-about-slider5 img,
  .service-about-slider6 img,
  .service-about-slider7 img,
  .service-about-slider8 img {
    height: 250px;
    margin: 20px 0;
  }

  .mission-image,
  .mission-image2,
  .mission-image3,
  .mission-image4,
  .mission-image5,
  .mission-image6,
  .mission-image7,
  .mission-image8,
  .mission-image9,
  .mission-image10,
  .mission-image11 {
    height: 250px;
    margin: 20px 0;
  }

  .accordion {
    margin-top: 30px;
  }

  #price .price-box {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }

  .o2 {
    order: 2;
  }

  .o1 {
    order: 1;
    margin-bottom: 30px;
  }

  #header .navbar-nav .nav-link {
    line-height: 2rem;
  }

  #counter.about {
    background-color: var(--themecolorblue);
  }

  .mb-30 {
    margin-top: 30px;
  }

  .m-30 {
    margin-bottom: 30px;
  }

  .h-350 {
    height: 250px;
  }

  .banner-content {
    top: 34%;
  }

  .box-border.box-mobile:after {
    display: none;
  }

  #counter {
    background-repeat: no-repeat;
  }

  .about-image {
    height: 350px;
  }

  #services .service-box {
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-image img {
    height: 250px;
  }

  .testimonial-box {
    margin-top: 70px;
  }

  .news-slider {
    margin-top: 50px;
  }

  .news-image img {
    height: 450px;
  }

  #strip:before {
    display: none;
  }

  .faqs-icon img {
    width: 50px;
    height: 50px;
  }

  .faqs-box {
    margin-bottom: 30px;
  }

  .bottom-service-image {
    display: none;
  }

  .quote-desktop {
    display: none;
  }

  #testimonial .testimonial-box .testimonial-text {
    font-size: 16px;
  }

  

  .about-image {
    height: 250px;
  }

  .strip-heading {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 18px;
  }

  .offer-box {
    padding: 40px 0px;
  }
}

@media (max-width: 767px) {
  .social {
    width: 100%;
  }

  .theme-button2 {
    font-size: 14px;
    padding: 6px 15px;
  }

  .offer-heading {
    font-size: 16px;
  }

  .service-heading {
    font-size: 18px;
  }

  .blog-content h3 {
    font-size: 16px;
  }

  .strip-heading {
    font-size: 20px;
  }

  #testimonial .testimonial-box .testimonial-text {
    font-size: 14px;
  }

  #testimonial .icon i {
    font-size: 25px;
  }

  footer {
    padding: 50px 25px 70px;
  }

  .copy-right p,
  .copy-right p a {
    font-size: 11px;
  }

  .menu a {
    font-size: 14px;
  }

  #callus p {
    font-size: 20px;
  }

  .footer-icon-wraper i,
  .footer-icon-wraper a {
    font-size: 14px;
  }

  #page-banner .visi-text {
    font-size: 26px !important;
  }

  .common-heading,
  #service-about h2 {
    font-size: 22px;
  }

  p,
  .h3-text,
  li,
  .price-list li {
    font-size: 14px;
  }

  #accordion .card-header .card-title,
  #accordion2 .card-header .card-title,
  #accordion4 .card-header .card-title,
  #accordion6 .card-header .card-title,
  #accordion8 .card-header .card-title,
  #accordion10 .card-header .card-title,
  #accordion12 .card-header .card-title {
    font-size: 15px;
  }

  .price-num {
    font-size: 18px;
  }

  #price .center-box,
  #price .price-box {
    padding: 25px 10px;
  }

  .offer-box {
    padding: 20px 0;
  }

  .offer-image {
    width: 50px;
    height: 50px;
  }

  .section-padding {
    padding: 30px 0px;
  }

  .pop-heading {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  #header li a,
  #header li span {
    font-size: 13px;
  }

  .sub-heading {
    font-size: 16px;
    font-weight: 700;
  }

  .strip-heading {
    font-size: 18px;
  }

  #exampleModalCenter form {
    width: 100%;
  }

  #callus p {
    font-size: 18px;
    gap: 5px;
  }

  .price-num {
    font-size: 16px;
  }

  .common-heading,
  #service-about h2 {
    font-size: 20px;
  }

  #page-banner .visi-text {
    font-size: 22px !important;
  }

  #services .service-box {
    width: 100%;
  }

  .mobile-nav-contact a {
    font-size: 14px;
  }

  #new-map-form .col,
  #new-pop-form .col {
    flex-basis: auto;
  }

  .slick-dots li button {
    display: none !important;
  }

  .navbar-brand img {
    width: 120px;
  }

  header {
    width: 100%;
  }

  .banner-content {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .opac-text {
    font-size: 23px;
    top: 0px;
  }

  .accordion > .card > .card-header {
    display: flex;
  }

  #banner:before {
    background-color: #ffffffd9;
    background-image: none;
    z-index: -1;
  }

  #counter {
    display: none;
  }

  .about-image {
    width: 90%;
    margin: auto;
  }

  .partners img {
    height: 200px;
    border: none;
    object-fit: contain;
  }

  .faqs-box p {
    font-size: 14px;
  }

  .faqs-box {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .bright-faq:after {
    display: none;
  }

  #map-contact .form-control.field {
    font-size: 14px;
  }

  #callus a {
    display: block;
  }

  .font-bottom {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }

  .mobile-pad {
    padding: 0px !important;
  }

  footer .footer-heading {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .contact-info {
    display: block !important;
  }

  .contact-info p {
    overflow-wrap: break-word;
  }

  .mobile-nav-contact a {
    font-size: 11px;
  }
}

@media (max-width: 1300px) {
  .bottom-service-image img {
    position: absolute;
    width: 343px;
    bottom: -129px;
    left: 1%;
  }
  .other-img {
    bottom: -160px !important;
    width: 420px !important;
  }
}
@media (max-width: 1200px) {
  .bottom-service-image img {
    width: 290px;
    bottom: -118px;
    left: 1%;
  }
}
@media (max-width: 991px) {
  #blog .img {
    display: none;
  }
}
