.hero-section {
  /*background: url('../../assets/img/Screen%20Replacement.webp') no-repeat center center;*/
  background-color: #f8f9fa;
  padding: 50px 0;
  text-align: center;
}

.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-section p {
  font-size: 1.2rem;
}

.services-section {
  padding: 50px 0;
}

.service-card {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-section {
  background-color: #343a40;
  color: white;
  padding: 50px 0;
}

.contact-section h2 {
  margin-bottom: 30px;
}

.footer {
  background-color: #212529;
  color: white;
  padding: 20px 0;
  text-align: center;
}

p {
  color: #3C4857;
  margin-top: 0;
  margin-bottom: 1rem;
}

.btn {
  background-color: #e32005 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 6px 7px -2px rgb(40 24 165) !important;
  box-shadow: 0 5px 8px 0 rgba(237, 139, 53, 0.36);
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 25px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}

.form_align {
  position: relative;
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 13px 5px rgb(0 0 0 / 19%);
  box-shadow: 1px 1px 13px 5px rgb(0 0 0 / 19%);
  border: 1px solid rgba(245, 130, 38, 0.06);
  margin: 0 auto;
}

.btn {
  width: 16rem;
  border-radius: 5px;
  padding: 3px;
}

.btn {
  background-color: #e31f04 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 6px 7px -2px rgb(40 24 165) !important;
  box-shadow: 0 5px 8px 0 rgba(237, 139, 53, 0.36);
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 25px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}

.btn:hover {
  -webkit-transition: all 0.6s;
  -webkit-box-shadow: 0 14px 27px 0 rgb(255 135 0 / 52%) !important;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }
}

* {
  outline: none;
}

* {
  box-sizing: border-box;
}

.btn {
  font-weight: 550;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16rem;
  border-radius: 5px;
  padding: 14px 25px;
  background-color: #e31f04!important;
  color: #fff!important;
  -webkit-box-shadow: 0 6px 7px -2px rgb(40 24 165)!important;
  box-shadow: 0 5px 8px 0 rgba(237,139,53,.36);
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: 0;
  border: none;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: .6s;
}

.form_align {
  margin: 0 auto;
}

.btn:hover {
  -webkit-transition: .6s;
  -webkit-box-shadow: 0 14px 27px 0 rgb(255 135 0 / 52%)!important;
}

*, :after, :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

.heading_h2 {
  font-weight: 600;
  text-align: center;
  color: #0b4d9e;
}

* {
  outline: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#demo_img, .clint, .featured_img, .main_toggle_button_cross:hover, .question, .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.advantage_mobile_row, .makcity_quest, .mobileShow, .mobile_navbar_sticky, .navbar_row_new_Comapany_div, .navbar_row_new_Locations_div, .navbar_row_new_Service_div, .whats-app {
  display: none;
}

.answers, .form_align, .form_align_line, .question {
  position: relative;
}

.faq {
  width: 80%;
  padding: 0;
  margin: 0 auto 8rem;
}

.question {
  font-size: 22px;
  padding: 20px 45px 20px 15px;
  display: block;
  width: 100%;
  background-color: #e9ebee;
  border-radius: 15px;
  border: 2px solid #24a3ff;
}

.faq_faq {
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}

.answers {
  padding: 0 15px;
  width: 100%!important;
  height: 0;
  font-size: 18px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.makcity_quest:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px;
  background-color: #fff;
}

.makcity_quest:checked ~ .question {
  background-color: #fff;
}

.plus {
  color: #ee043c;
  position: absolute;
  right: 1%;
  margin-top: -14px;
  z-index: 5;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.makcity_quest:checked ~ .question > .plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  .answers, .h2cert, .question {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .ourclint, .question, .slider_mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .question {
    font-size: 18px;
    padding: 5px 40px 5px 15px;
    width: 100%;
    cursor: pointer;
    background-color: #efefef;
    border-radius: 5px;
  }
}

@media screen and (max-width: 480px) {
  .faq {
    width: 94%;
    padding: 0;
    margin: 0 auto 6rem;
  }
}

@media screen and (max-width: 480px) {
  .answers {
    padding: 0 15px;
    width: 100%!important;
    height: 0;
    font-size: 16px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 480px) {
  .plus {
    color: #f2883e;
    position: absolute;
    right: 1%;
    margin-top: 0;
    z-index: 5;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

p {
  color: #3c4857;
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.desktop-only, .display-none, .swiper-button-lock, .swiper-pagination-lock, .swiper-scrollbar-lock {
  display: none;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.form_align {
  position: relative;
  width: 78%;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 13px 5px rgb(0 0 0 / 19%);
  box-shadow: 1px 1px 13px 5px rgb(0 0 0 / 19%);
  border: 1px solid rgba(245,130,38,.06);
}

footer {
  background-color: #333;
  padding: 1rem 0 2rem;
}

footer p {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

@media screen and (min-width: 480px) and (max-width:599px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 480px) and (max-width:599px) {
  footer {
    padding: 1rem 0 4rem;
  }
}

@media screen and (min-width: 480px) and (max-width:599px) {
  .display-none {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width:479px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 320px) and (max-width:479px) {
  footer {
    padding: 1rem 0 4rem;
  }
}

@media screen and (min-width: 320px) and (max-width:479px) {
  .display-none {
    display: block;
  }
}

@media (min-width: 992px) {
  img {
    display: block;
  }
}

