:root {
  --white-color: #fff;
  --bg-color: #fff;
  --gray-color: #ccc;
}

.footer-social-icon {
  margin-bottom: 20px;
}

.footer-section {
  background: #fff;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #002c5fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  /* font-family: "HyundaiSansHeadOfficeMedium", sans-serif !important; */
  color: #002c5fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  /* font-family: "HyundaiSansHeadOfficeMedium", sans-serif !important; */
  color: #757575;
  font-size: 0.9rem;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
  margin-bottom: 30px;
  display: grid;
  justify-content: center;
}

.footer-logo img {
  max-width: 200px;
}

.footer-social-icon span {
  color: #002c5fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  /* height: 40px; */
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #002c5fff;
}

.tiktok-bg {
  color: #fff;
  background-color: #002c5fff;
}

.youtube-bg {
  color: #fff;
  background-color: #002c5fff;
}

.instagram-bg {
  color: #fff;
  background-color: #002c5fff;
}

.fab {
  font-size: 19px;
  /* Icon size */
  transition: transform 0.3s;
  /* Animation on hover */
}

.fab:hover {
  transform: scale(1.1);
  /* Scale effect on hover */
}

.footer-widget-heading h3 {
  font-family: "HyundaiSansHeadOfficeMedium", sans-serif !important;
  color: #002c5fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #002c5fff;
}

.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  text-decoration: none;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #00aad2;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.copyright-area {
  background: #00aad2;
  padding: 25px 0;
}

@media (max-width: 700px) {
  .copyright-area {
    background: #00aad2;
    padding: 20px 0;
  }
  .justify-content-center {
    display: grid !important;
    place-items: center !important;
  }
  .fbm-0 {
    width: 100% !important;
  }
  button i {
    font-size: 20px !important;
  }
  #myBtnup {
    padding: 10px;
  }
}

.fbm-0 {
  display: grid;
  place-items: center;
}

.copyright-text p,
label {
  margin: 0;
  /* font-size: 14px; */
  color: #fff;
}

a:link {
  text-decoration: none;
}

.footer-menu li {
  display: inline-block;
  color: #fff;
  /* margin-left: 5px; */
}

.footer-menu li:hover a {
  color: #002c5fff;
}

.footer-menu li a {
  font-size: 14px;
  color: #fff;
}

/* @media (max-width: 700px) {
  .md-footer {
    place-items: center !important;
  }
} */

/* ///////////////////////////////// footer image css//////////////////////// */

.img-list {
  display: flex;
  align-items: center;
  max-width: 20%;
}

.no-pad {
  padding: 0 !important;
  border-radius: 0 !important;
}

@media (max-width: 400px) {
  .img-list {
    display: grid;
    align-items: center;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .img-list {
    display: grid;
    align-items: center;
    max-width: 100%;
  }
}

/* @media (min-width: 1900px) {
  h4 {
    font-size: 2.5rem !important;
  }
} */

/* ///////////////////////////////////end find us css//////////////////////// */

@media (max-width: 1992px) {
  .col-lg-6 {
    flex: 0 0 auto !important;
    /* width: 50% !important; */
  }
}

/* Responsive styles */

@media only screen and (max-width: 600px) {
  .single-cta {
    padding: 15px 10px;
    font-size: 14px;
    display: flex;
  }
  .pt-5 {
    padding: 0px 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .single-cta {
    padding: 20px 15px;
    font-size: 15px;
  }
  .pt-5 {
    padding: 0px 25px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 901px) {
  .single-cta {
    padding: 0px 0px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pt-5 {
    padding: 0px 0px;
    font-size: 16px;
  }
}

/* --------------------------start connect with us footer css--------------------------- */

.connectUs {
  background-color: #f6f3f2;
}

.CoUs {
  text-align: center;
  font-family: HyundaiSansHeadOfficeMedium !important;
  font-size: 25px;
  color: #000;
}

.footer-section h3 {
  font-family: HyundaiSansHeadOfficeMedium !important;
  font-size: 25px !important;
}

@media (max-width: 1290px) {
  .phone {
    font-size: 14px !important;
  }
  .left {
    font-size: 14px !important;
  }
}

@media (max-width: 1075px) {
 .footer-section h3 {
    font-size: 23px !important;
  }
}

@media (max-width: 768px) {
  .get-in-touch {
    margin: 2rem 0.5rem 0 -1rem;
  }
  .row {
    line-height: 1.5;
  }
}

.left {
  text-align: left;
  font-family: HyundaiSansHeadOfficeMedium !important;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 3;
}

.phone {
  font-family: HyundaiSansHeadOfficeMedium !important;
  font-size: 16px;
  color: #4d4d4d !important;
}

/* ----------------------------end connect with us footer css------------------------- */
