* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans";
}

a {
  text-decoration: none;
}



#Main #Services .card-content .seemore {
    margin: 20px auto 0;
}

    #Main #Services .card-content .seemore .services-seemore {
        padding: 10px 40px;
        background-color: #de7420;
        display: inline-block;
        transform: translateY(20px);
        color: #fff;
        font-weight: bold;
        border-radius: 10px;
    }



#call-us-mobile {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
  background-color: #132C31;
  border-radius: 10px;
  padding: 5px 0;
}
#call-us-mobile .call-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
  gap: 5px;
}
#call-us-mobile .call-us div:nth-child(1) {
  outline: none;
  border: none;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
}
#call-us-mobile .call-us div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
#call-us-mobile .call-us div:nth-child(2) img {
  width: 20px;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#Main #Intro .swiper {
  position: relative;
}
#Main #Intro .swiper .swiper-wrapper .swiper-slide {
  height: 600px;
  background-position: center;
  background-position: bottom -75px right 110px;
  background-repeat: no-repeat;
  background-size: cover;
}
#Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 0 8rem;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.657);
  background: linear-gradient(90deg, rgba(50, 50, 50, 0.657) 0%, #2d2d2d 100%);
}
#Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 25px;
}
#Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-title {
  color: #fff;
  font-size: 48px;
  text-align: center;
}
#Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-desc {
  color: #fff;
  font-size: 28px;
  text-align: end;
  max-width: 600px;
}
#Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-link {
  background-color: #DE7420;
  padding: 15px 30px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
}
#Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay hr {
  opacity: 1;
  width: 50px;
  border: none;
  height: 4px;
  background-color: #132C31;
}
#Main #Intro .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
#Main #Intro .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #2a2a2a;
}
#Main #Intro .swiper .custom-buttons .custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
  font-size: 30px;
}
#Main #Intro .swiper .custom-buttons .custom-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
  font-size: 30px;
}
#Main #Info {
  padding: 2rem 0;
  background-color: gainsboro;
}
#Main #Info p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
#Main #Services {
  padding-bottom: 3rem;
}
#Main #Services .card-content {
  padding: 2rem 1rem;
  text-align: center;
}
#Main #Services .card-content .head-title {
  padding: 3rem 0 5rem 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
#Main #Services .card-content .services .container .row {
  row-gap: 60px;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .left .icon {
  height: 200px;
  width: 150px;
  transform: translateY(-40px);
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .left .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  gap: 10px;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .right .name {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .right .name .item-name {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .right .abs {
  opacity: 0;
  overflow: hidden;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(95.14deg, #ff756c 7.29%, #ff3e3e 100%);
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .right .abs h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .right .show + .hover-info {
  opacity: 1 !important;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .info-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: gray;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .info-icon .info-btn {
  border: none;
  background: 0;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .info-icon .info-btn i {
  color: gray;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .info-icon .hover-info {
  background-color: gray;
  transition: 0.4s;
  transform: translateX(5px);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card .info-icon .hover-info p {
  color: white;
}
#Main #Services .card-content .services .container .row .custom-box .custom-card:hover .abs {
  opacity: 1;
  height: 70px;
}
#Main #Reasons {
  background-image: url(../img/rafix1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#Main #Reasons .overlay {
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  background-color: rgba(19, 44, 49, 0.7333333333);
}
#Main #Reasons .overlay .title-div {
  padding: 1rem 0 3rem 0;
}
#Main #Reasons .overlay .title-div .title {
  color: #fff;
  text-align: center;
  font-size: 48px;
}
    #Main #Reasons .overlay .container .row .card-box .card {
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 40px;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #d9dadb;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        height: 200px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
#Main #Reasons .overlay .container .row .card-box .card .icon-div {
  width: 100px;
  /*height: 60px;*/
}
#Main #Reasons .overlay .container .row .card-box .card .icon-div img {
  width: 100px;
  /*height: 100%;*/
}
#Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
  text-align: center;
  font-size: 28px;
}
#Main #Faq {
  background-color: #eef3f8;
  padding: 3rem 8rem;
}
#Main #Faq .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 800px;
}
#Main #Faq .all .left {
  width: 50%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(40px);
  border-radius: 20px;
}
#Main #Faq .all .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Main #Faq .all .right {
  max-height: 680px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  overflow: auto;
  transform: translateX(-40px);
}
#Main #Faq .all .right .title-div {
  padding: 1rem;
}
#Main #Faq .all .right .title-div .title {
  text-align: center;
  color: #132C31;
}
#Main #Faq .all .right .accordion {
  width: 100%;
}
#Main #Appointment {
  background-color: #eef3f8;
  padding: 3rem 0;
}
#Main #Appointment .container {
  max-width: unset;
}
#Main #Appointment .container .all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 800px;
}
#Main #Appointment .container .all input,
#Main #Appointment .container .all textarea {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d9dadb;
  min-width: 30px;
}
#Main #Appointment .container .all textarea {
  height: 100%;
  resize: none;
}
#Main #Appointment .container .all .left {
  width: 50%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-40px);
  border-radius: 20px;
}
#Main #Appointment .container .all .right {
  height: 700px;
  transform: translateX(40px);
  z-index: 99;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
    #Main #Appointment .container .all .right .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #132C31;
        border-radius: 10px;
        transition: 0.5s;
    }

        #Main #Appointment .container .all .right .content .title-div {
            padding: 1rem;
        }

            #Main #Appointment .container .all .right .content .title-div .title {
                text-align: center;
                color: #fff;
                margin: 0;
                font-size: 28px;
            }

        #Main #Appointment .container .all .right .content .set-appointment-div form {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 14px;
            background-color: #fff;
            padding: 20px;
            border-radius: 0 0 10px 10px;
        }

            #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-div,
            #Main #Appointment .container .all .right .content .set-appointment-div form .email-div,
            #Main #Appointment .container .all .right .content .set-appointment-div form .phone-div,
            #Main #Appointment .container .all .right .content .set-appointment-div form .zip-div,
            #Main #Appointment .container .all .right .content .set-appointment-div form .address-div,
            #Main #Appointment .container .all .right .content .set-appointment-div form .details-div {
                display: flex;
                flex-direction: column;
                flex: 1;
            }

                #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-div label,
                #Main #Appointment .container .all .right .content .set-appointment-div form .email-div label,
                #Main #Appointment .container .all .right .content .set-appointment-div form .phone-div label,
                #Main #Appointment .container .all .right .content .set-appointment-div form .zip-div label,
                #Main #Appointment .container .all .right .content .set-appointment-div form .address-div label,
                #Main #Appointment .container .all .right .content .set-appointment-div form .details-div label {
                    margin-left: 5px;
                }

            #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-and-phone,
            #Main #Appointment .container .all .right .content .set-appointment-div form .address-and-zip {
                display: flex;
                gap: 20px;
            }

                #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-and-phone .zip-div, #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-and-phone .phone-div,
                #Main #Appointment .container .all .right .content .set-appointment-div form .address-and-zip .zip-div,
                #Main #Appointment .container .all .right .content .set-appointment-div form .address-and-zip .phone-div {
                    flex: 0.6;
                }

            #Main #Appointment .container .all .right .content .set-appointment-div form .submit-div {
                width: 100%;
                height: 50px;
                margin-top: 10px;
            }

                #Main #Appointment .container .all .right .content .set-appointment-div form .submit-div button {
                    width: 100%;
                    height: 100%;
                    color: #fff;
                    background-color: #132C31;
                    border-radius: 10px;
                    outline: 0;
                    border: 0;
                    font-size: 22px;
                }
#Main #Reviews {
  padding-bottom: 2rem;
}
#Main #Reviews .title-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 0 0;
}
#Main #Reviews .swiper-review {
  position: relative;
  overflow: hidden;
  padding: 7rem 8rem 1rem;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
  border-radius: 40px;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .image-div {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .image-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .name-div {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .name-div p {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .stars i {
  color: #FFD700;
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .comment-div {
  text-align: center;
  transform: translateY(-20px);
}
#Main #Reviews .swiper-review .swiper-wrapper .swiper-slide .card .comment-div p {
  font-size: 20px;
}
#Main #Reviews .swiper-review .custom-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  gap: 2rem;
}
#Main #Reviews .swiper-review .custom-buttons .custom-swiper-button-prev {
  border-radius: 50%;
  background-color: #132C31;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Main #Reviews .swiper-review .custom-buttons .custom-swiper-button-prev i {
  color: #fff;
}
#Main #Reviews .swiper-review .custom-buttons .custom-swiper-button-next {
  border-radius: 50%;
  background-color: #132C31;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Main #Reviews .swiper-review .custom-buttons .custom-swiper-button-next i {
  color: #fff;
}
#Main #Brands .title-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
#Main #Brands .title-div .title {
  color: #000;
}
#Main #Brands .swiper3 {
  height: 130px;
  margin: 0 0 60px;
  overflow: hidden;
}
#Main #Brands .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  border-left: 1px solid #d9dadb;
  border-right: 1px solid #d9dadb;
}
#Main #Brands .swiper-slide .img-div img {
  width: 100%;
  height: 100%;
  max-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: color-burn;
}
#Main #Brands .swiper-wrapper {
  transition-timing-function: linear !important;
}
#Main #Warranty {
  padding: 4rem 0;
  background-color: #eef3f8;
}

    #Main #Warranty .container{
        position: relative;
    }

        #Main #Warranty .container .overlay .all {
            /*background-color: #1e2022;*/
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 3rem;
            gap: 2rem;
            background-color: rgba(19, 44, 49, 0.7333333333);
        }

        #Main #Warranty .container .overlay .all .left {
            width: 35%;
            max-height: 400px;
            overflow: hidden;
        }

        #Main #Warranty .container .overlay {
            width: 100%;
            height: 100%;
            /*background-image: url(../img/rafix1.jpg);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;*/
            background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
        }

    #Main #Warranty .container .all .left img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
#Main #Warranty .container .all .right {
  width: 65%;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  gap: 2rem;
}
#Main #Warranty .container .all .right .title-div .title {
  text-align: center;
  color: #fff;
}
#Main #Warranty .container .all .right .desc-div .desc {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

#Footer {
  background-color: #101214;
  padding: 4rem 0;
}
#Footer .container .all {
  display: flex;
  justify-content: space-between;
}
#Footer .container .all .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
}
#Footer .container .all .left .logo-div {
  max-height: 180px;
}
#Footer .container .all .left .logo-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  
}
#Footer .container .all .left .address {
  max-width: 250px;
}
#Footer .container .all .left .address p {
  color: #fff;
  font-size: 20px;
}
#Footer .container .all .left .contact {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#Footer .container .all .left .contact .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#Footer .container .all .left .contact .item i {
  color: #fff;
  font-size: 18px;
}
#Footer .container .all .left .contact .item span {
  font-size: 18px;
  color: #fff;
}
#Footer .container .all .middle {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
#Footer .container .all .middle .title-div h3 {
  color: #fff;
  font-size: 22px;
}
#Footer .container .all .middle .nav-items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#Footer .container .all .middle .nav-items .nav-item a {
  color: #fff;
  font-size: 18px;
}
#Footer .container .all .right {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
#Footer .container .all .right .title-div h3 {
  color: #fff;
  font-size: 22px;
}
#Footer .container .all .right .nav-items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#Footer .container .all .right .nav-items .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#Footer .container .all .right .nav-items .nav-item i {
  color: #fff;
  font-size: 18px;
}
#Footer .container .all .right .nav-items .nav-item a {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 1150px) {
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .title {
    font-size: 18px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan {
    width: 100%;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content {
    height: 80px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content .plan-details p {
    font-size: 12px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan:nth-child(3) {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  /*#Main #Appointment .container .all .right .content .tabs .pc-tab nav ul li label {
    padding: 15px 15px;
  }*/
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .title {
    font-size: 18px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan {
    width: 100%;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content {
    height: 80px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan .plan-content .plan-details p {
    font-size: 12px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .top .plans .plan:nth-child(3) {
    margin-top: 10px;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .bottom .custom-buttons .prev-div button {
    padding: 10px 30px !important;
  }
  #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab2 .tab-all .bottom .custom-buttons .submit-div button {
    padding: 10px 30px !important;
  }
}
@media (max-width: 992px) {
  #Header {
    display: none;
  }
  #Header-m {
    display: block;
  }
  #call-us-mobile {
    display: block;
  }
  #Services .title {
    font-size: 34px !important;
  }
    #Services .services .container .row .col-lg-6:nth-child(5), 
    #Services .services .container .row .col-lg-6:nth-child(6), 
    #Services .services .container .row .col-lg-6:nth-child(7), 
    #Services .services .container .row .col-lg-6:nth-child(8) {
        display: none;
    }
  #Appointment .container {
    padding: 0;
  }
  #Appointment .container .all {
    position: relative;
    height: 600px !important;
  }
  #Appointment .container .all .right {
    transform: translate(0) !important;
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: 1;
    padding: 1rem !important;
    background-color: rgba(71, 78, 93, 0.733);
  }
  #Appointment .container .all .right .content {
    background-color: unset !important;
  }
  #Appointment .container .all .right .content .title-div .title {
    color: #fff !important;
  }
  #Appointment .container .all .right .content .tabs section .tab {
    height: 470px !important;
  }
  #Appointment .container .all .left {
    border-radius: 0px !important;
    transform: translate(0) !important;
    width: 100% !important;
  }
  #Faq {
    padding: 3rem 0 !important;
  }
  #Faq .all {
    position: relative;
    height: 600px !important;
  }
  #Faq .all .right {
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    max-height: 100%;
    z-index: 1;
    padding: 1rem !important;
    transform: unset !important;
  }
  #Faq .all .right .title-div .title {
    color: #fff !important;
  }
  #Faq .all .left {
    width: 100% !important;
    transform: unset !important;
    border-radius: 0;
  }
  #Faq .all .left .overlay {
    background: unset !important;
    background-color: rgba(41, 45, 47, 0.733) !important;
    width: 100%;
    height: 100%;
  }
  #Warranty .all {
    flex-direction: column;
    align-items: center;
  }
  #Warranty .all .right {
    width: 100% !important;
  }
  #Warranty .all .left {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  #Header {
    display: block;
  }
  #Header-m {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    --bs-gutter-x: 6rem;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  #Faq {
    padding: 3rem 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    --bs-gutter-x: 4rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 12rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content {
    width: 100%;
    align-items: center;
    gap: 20px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-title {
    font-size: 42px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-desc {
    font-size: 24px;
    text-align: center;
  }
  #Footer .container .all .left .address p {
    font-size: 18px;
  }
  #Footer .container .all .middle .title-div h3 {
    font-size: 20px;
  }
  #Footer .container .all .right .title-div h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    --bs-gutter-x: 2rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 350px;
    background-size: cover;
    background-position: center;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 6rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content {
    width: 100%;
    align-items: center;
    gap: 15px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-title {
    font-size: 38px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-desc {
    font-size: 22px;
    text-align: center;
  }
    #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-link {
        padding: 15px 30px;
        font-size: 16px;
    }
  #Main #Services .container .col-lg-6 {
    width: 100% !important;
  }
  #Warranty .all {
    padding: 2rem;
  }
  #Warranty .all .right {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #Warranty .all .left {
    width: 50% !important;
  }
  
}
@media (min-width: 576px) and (max-width: 768px) {
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 4rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content {
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-title {
    font-size: 32px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content hr {
    height: 2px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-desc {
    font-size: 20px;
    text-align: center;
  }
    #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-link {
        padding: 10px 25px;
        font-size: 16px;
    }
  #Main #Reasons .overlay .title-div .title {
    font-size: 38px;
  }
  #Main #Reasons .overlay .container .row .card-box .card {
    height: 150px;
  }
  /*#Main #Reasons .overlay .container .row .card-box .card .icon-div {
    width: 45px !important;
    height: 45px !important;
  }*/
  #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
    font-size: 22px;
  }
  #Main #Warranty .all {
    padding: 1rem;
  }
  #Main #Warranty .all .right {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #Main #Warranty .all .left {
    width: 80% !important;
  }
  #Main #Reviews .swiper-review {
    padding: 7rem 2rem 2rem;
  }
  
}
@media (max-width: 576px) {
  #Main #Intro .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
    background-size: cover;
    background-position: center;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 0 4rem;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content {
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-title {
    font-size: 24px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content hr {
    height: 2px;
  }
  #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-desc {
    font-size: 16px;
    text-align: center;
  }
    #Main #Intro .swiper .swiper-wrapper .swiper-slide .overlay .content .slider-link {
        padding: 10px 25px;
        font-size: 14px;
    }
  #Main #Reasons .overlay .title-div .title {
    font-size: 34px;
  }
  #Main #Reasons .overlay .container .row .card-box .card {
    height: 130px;
    row-gap: 10px;
  }
  /*#Main #Reasons .overlay .container .row .card-box .card .icon-div {
    width: 35px !important;
    height: 35px !important;
  }*/
  #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
    font-size: 18px !important;
  }
  #Main #Warranty .all {
    padding: 1rem;
  }
  #Main #Warranty .all .right {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #Main #Warranty .all .left {
    width: 80% !important;
  }
  #Main #Reviews .swiper-review {
    padding: 7rem 2rem 2rem;
  }

    #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab .tab-all .bottom .custom-buttons .prev-div .prev-btn {
        width: 130px;
        padding: 10px 20px !important;
    }

    #Main #Appointment .container .all .right .content .tabs .pc-tab section .tab .tab-all .bottom .custom-buttons .next-div .next-btn {
        width: 130px;
        padding: 10px 20px !important;
    }

    #Main #Appointment .container .all .right .content .tab3 form .bottom .custom-buttons .prev-div .prev-btn {
        width: 130px;
        padding: 10px 20px !important;
    }

    #Main #Appointment .container .all .right .content .tab3 form .bottom .custom-buttons .submit-div .submit {
        width: 130px;
        padding: 10px 20px !important;
    }

    #Footer .container .all {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

        #Footer .container .all .left {
            padding-bottom: 2rem;
            align-items: center;
        }

            #Footer .container .all .left .logo-div {
                max-width: 200px;
            }

            #Footer .container .all .left .address p {
                text-align: center;
                font-size: 16px;
            }

            #Footer .container .all .left .contact {
                align-items: center;
            }

                #Footer .container .all .left .contact .item i {
                    font-size: 14px;
                }

                #Footer .container .all .left .contact .item span {
                    font-size: 14px;
                }

        #Footer .container .all .middle {
            padding: 2rem 0;
            border-top: 1px solid #d9dadb;
            border-bottom: 1px solid #d9dadb;
        }

            #Footer .container .all .middle .title-div h3 {
                font-size: 16px;
                text-align: center;
            }

            #Footer .container .all .middle .nav-items .nav-item {
                text-align: center;
            }

                #Footer .container .all .middle .nav-items .nav-item a {
                    font-size: 14px;
                }

        #Footer .container .all .right {
            padding-top: 2rem;
        }

            #Footer .container .all .right .title-div h3 {
                text-align: center;
                font-size: 16px;
            }

            #Footer .container .all .right .nav-items {
                align-items: center;
            }

                #Footer .container .all .right .nav-items .nav-item {
                    text-align: center;
                }

                    #Footer .container .all .right .nav-items .nav-item i {
                        font-size: 14px;
                    }

                    #Footer .container .all .right .nav-items .nav-item a {
                        font-size: 14px;
                    }

                    .tab3-all{
                        
      display:flex;
      flex-direction:column;
      gap:20px;
  }
  
}

@media (max-width: 600px) {
    #Services .card-content .services .container .col-lg-6 .custom-card {
        flex-direction: column;
    }

        #Services .card-content .services .container .col-lg-6 .custom-card .right, #Services .card-content .services .container .col-lg-6 .custom-card .left {
            display: flex;
            justify-content: center;
            width: 100% !important;
            /*padding: 0 5px 15px;*/
        }

        #Services .card-content .services .container .col-lg-6 .custom-card .right, #Services .card-content .services .container .col-lg-6 .custom-card .right{
            padding: 0 10px;
            transform: translateY(-20px);
        }

    #Main #Warranty .container .all .right .desc-div .desc{
        font-size: 16px;
    }

    #Main #Warranty .container .all{
        padding: 2rem;
        gap: 1rem;
    }
}

#Main #Appointment .container .all .right .content .tabs .pc-tab section .tab .tab-all .top .service-info {
    line-height: 1.2;
    font-size: 14px;
}

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

    #Main #Reasons .overlay .container .row .card-box .card {
        flex-direction: column;
        gap: 20px;
        padding: 10px;
    }

    #Main #Reasons .overlay .container .row .card-box .card .icon-div img {
        width: unset;
        height: 60px;
    }

    #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title,
    #Main #Reasons .overlay .container .row .card-box .card .card-title-div p {
        text-align: center;
    }

    #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
        font-size: 24px;
    }

    #Main #Reasons .overlay .container .row .card-box .card .card-title-div p {
        font-size: 18px;
    }
}


@media (max-width: 900px) {

    #Main #Reasons .overlay .container .row .card-box .card {
        flex-direction: row;
        gap: 40px;
        padding: 10px;
    }

        #Main #Reasons .overlay .container .row .card-box .card .icon-div img {
            width: 70px;
        }

    #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title,
    #Main #Reasons .overlay .container .row .card-box .card .card-title-div p {
        text-align: center;
    }

        #Main #Reasons .overlay .container .row .card-box .card .card-title-div .card-title {
            font-size: 24px;
        }

        #Main #Reasons .overlay .container .row .card-box .card .card-title-div p {
            font-size: 18px !important;
        }
}


#Slider{
    padding: 2rem 10px;
    overflow-x: hidden;
}

#Slider .content{
    height: 350px;
}

#Slider .content img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1000px) {
    #Slider .content {
        height: 280px;
    }
}

@media (max-width: 650px) {

    #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-and-phone,
    #Main #Appointment .container .all .right .content .set-appointment-div form .address-and-zip {
        flex-direction: column;
    }

        #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-and-phone .zip-div,
        #Main #Appointment .container .all .right .content .set-appointment-div form .fullname-and-phone .phone-div,
        #Main #Appointment .container .all .right .content .set-appointment-div form .address-and-zip .zip-div,
        #Main #Appointment .container .all .right .content .set-appointment-div form .address-and-zip .phone-div {
            flex: 1 !important;
        }
}