/* all round css start */

* {
  list-style: none;
  text-decoration: none;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none !important;
}


body {
  line-height: 0 !important; 
}

.pcb .service_in .card_img img.card-img-top , .car-washing .service_in .card_img img.card-img-top {
width: 100%;
height: 300px;
transition: all 0.5s;
object-fit: cover;
}


@layer base {
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}


.frst_color {
  color: #f18f50;
}

.skind_color {
  color: #1e2452;
}


.he_h2 h2 {
  font-size: 35px;
  color: #1e2452;
  font-family: serif;
  font-weight: 600;
}

.he_h2 h2 span {
  font-size: 35px;
  color: #f18f50;
  font-family: serif;
  font-weight: 600;
}



.he_h2 {
  margin: 12px 0 18px;
}

.he_h2 .lin {
height: 5px;
width: 100px;
background: #1e2452;
margin: 10px 0px;
position: relative;
border-radius: 30px;
}

.he_h2 .lin::before {
content: '';
position: absolute;
left: 0px !important;
top: -2.7px;
height: 10px;
width: 10px;
animation: animName 5s infinite !important;
border-radius: 50%;
background: #f18f50;
}

.he_h2 .lin::before {
margin: auto;
}
.he_h2 .lin::before {
left: auto;
margin: auto;
right: 0;
} 

@keyframes animName {
0% {
  transform: translateX(0);
}
30% {
  transform: translateX(50px);
}
100% {
  transform: translateX(0);
}
}

  /* Second Button */

  .right_into #button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #1e2452;
}

   .right_into #button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    font-size: 16px;
    color: #000000d4;
}
  
.right_into #slide {
    width: 100%;
    height: 100%;
    left: -100%;
    background: #1e2452;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0;
}

 .right_into #button-2:hover #slide {
    left: 0;
  }
  
 .right_into #button-2:hover a {
    color: #fff;
  }



/* all round css end */


/* top header ki css start */

section.top {
  background: #1e2452;
  padding: 10px 0px;
}

section.top .col-md-3 {
border-left: 2px solid #fff;
border-right: 2px solid #fff;
}


li.info_li a {
  color: #fff !important;
}

.for_icon li.info_li a i {
  color: #fff !important;
  font-size: 18px !important;
  /* display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 30px; */
  transition: all .4s ease;
}

/* .for_icon li.info_li a:hover i {
background: #fff;
color: #1e2452 !important;
} */

/* top header ki css end */


/* header ki css start */

section.main_header a img {
  width:288px;
  height: 114%;
}

.main_header nav.navbar {
  background: #f1f1f1;
  padding: 10px 0;
}

section.main_header a.nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000000e6;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background: rgb(231, 231, 231);
  animation: sticky 2s;
  box-shadow: 0px -1px 4px 0px;
}

@keyframes sticky {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
  100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
  }
}

.main_header .btn_right button {
  padding: 4px 30px;
  border-radius: 6px;
  box-shadow: 0px 2px 2px 1px #0000008c;
  border: 1px solid;
  transition: all 0.5s;
}

.main_header .btn_right button:hover { 
  box-shadow: none; 
}

.main_header .btn_right button a {
  color: #000;
}

.main_header li.nav-item {
  padding-left: 30px;
}

marquee.brd {
  background: #ffffff;
  padding: 5px 0;
  color: #000;
}

.main_header li.nav-item ul.dropdown-menu{
display: block;
border: 0;
background: #fff !important;
visibility: hidden;
opacity: 0;
top: 90%;
transform: rotateX(-80deg);
transform-origin: 0% 0%;
border-radius: 1rem;
position: absolute;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
padding: 0 !important;
}

.main_header li.nav-item:hover ul.dropdown-menu{
visibility: visible;
opacity: 1;
transform: rotateX(0deg);
transition: all 0.5s ease;
background: #fff !important;
}

/* .main_header li.nav-item:hover ul.dropdown-menu {
display: block;
animation: drop 1s;
} */

@keyframes drop {
0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
}

/* header ki css end */



/*** Carousel Start ***/

.carousel-item {
  position: relative;
}

.carousel-item .img-fluid {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
}

.carousel-item h2 {
  font-size: 28px;
}

.carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.carousel-item p {
  max-width: 700px;
  margin: 0 auto 35px auto;
}

#carouselId button.carousel-control-prev {
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 6%;
  top: 50%;
  background: #fff;
  border-radius: 0px;
  color: #000 !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  filter: invert(1);
}

.carousel-control-prev:hover { 
  transition: .8s;
}

button.carousel-control-next {
  top: 50%;
  right: 6%;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #000;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: invert(1);
}

.carousel-control-next:hover { 
  transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
  background: #1e2452;
  color: #ffffff;
  opacity: 1;
  border: 0;
  border-radius: 0px !important;
}   

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
  background: #fabd0d;
  color: #ffffff;
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
  background: #f18f50;
  color: #ffffff;
  opacity: 1;
  border: 0;
  border-radius: 0px !important;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
  background: #fabd0d;
  color: #000000;
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

#carouselId .carousel-indicators li {
  width: 30px;
  height: 10px;
  background: var(--bs-primary);
  margin: 10px;
  border-radius: 30px;
  opacity: 1;
}

#carouselId .carousel-indicators li:hover {
  background: var(--bs-secondary);
  opacity: 1;
}

@media (max-width: 992px) {
  .carousel-item {
      min-height: 500px;
  }
  

  .carousel-item h1 {
      font-size: 40px !important;
  }

  .carousel-item p {
      font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .carousel-item {
      min-height: 400px;
  }
  
  .carousel-item h2 {
    font-size: 20px !important;
    text-transform: capitalize !important;
}

h6.text-secondary.h4.animated.fadeInUp {
  font-size: 16px;
}

  .carousel-item h1 {
      font-size: 28px !important;
  }

  .carousel-item p {
      font-size: 14px !important;
  }
  
}


.text-secondary {
  color: #fabd0d!important;
}

#carouselId h6 {
color: #f18f50;
font-size: 40px;
}


/*** Carousel end ***/

/*<!-------------------------- section best_ser start */

section.best__ser {
width: 78%;
margin: auto;
background: #ffffff;
padding: 34px 0;
margin-top: -100px !important;
position: relative; 
}

section.best__ser ul.best_ul li span i {
font-size: 24px;
color:#1e2452;
}

section.best__ser  ul.best_ul li {
display: flex;
font-size: 16px;
align-items: center;
justify-content: center;
color: #000;
}

.brright {
border-right: 1px solid;
border-right-color: #820807;
}


/*<!-------------------------- section best_ser end */


/* <!-- about start  --> */

.about .about_cnt p {
text-transform: capitalize;
}

.about .count_flex {
display: flex;
align-items: center;
}

.about .about_icon img {
width: 64px;
height: 64px;
margin-right: 20px;
}

.about_ul li span i {
color: #1f529a !important;
font-weight: 500;
font-size: 22px;
padding-right: 8px;
}

.about_ul span {
line-height: 30px;
}

.about .in_child_cout {
display: flex;
align-items: center;
color: #1e2452;
font-weight: 700;
font-size: 24px;
}

.vte_img  {
  overflow: hidden;
}


.vte_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}


.vte_img img:hover {
  transform: scale(1.2);
}



/* <!-- about end  --> */

/*<!-------------------------- section our-service start */
section.our_service {
background: #194d9821 !important;
}

.our_service .service_inner {
background: #fff;
padding: 20px;
border-top: 5px solid #fabd0d;
position: relative;
z-index: 0;
overflow: hidden;
height: 100%;
}

.our_service .service_inner::before{
content: "";
position: absolute;
background: #1e2452;
width: 100%;
height: 0;
top: 0;
opacity: 0;
z-index: -1;
transition: all .5s ease;
left: 0;
}

.our_service .service_inner:hover:before{
height: 100%;
opacity: 1;
}

.our_service .service_inner:hover h5.inr_title{
color: #1e2452;
}
.our_service .service_inner:hover h5.inr_title{
color: #fff;
}

.our_service .service_inner p.inr_cnt {
color: #7d7575;
}
.our_service .service_inner:hover p.inr_cnt {
color: #fff;
}

.our_service .service_inner .icon img {
width: 80px;
transition: .5s;
}

.our_service .service_inner .icon {
width: 120px;
height: 120px;
display: flex;
align-items: center;
position: relative;
padding: 35px 0;
transition: all .4s ease;
}

.our_service .service_inner .icon:before {
content: "";
position: absolute;
width: 120px;
height: 120px;
background: #e1e8f2;
border-radius: 50%;
left: 35px;
z-index: -1;
top: 0;
bottom: 0;
margin: auto;
transition: all .4s ease;
}

.our_service .service_inner:hover .icon::before {
left: 0;
}

.our_service .service_inner:hover .icon img {
margin: 0 20px;
}

.our_service .service_inner .read_more a {
font-weight: 700;
color: #1e2452;
font-size: 16px;
line-height: 30px;
background: #c9d4c4;
width: 130px;
height: 30px;
display: block;
text-align: center;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
position: absolute;
top: -100px;
right: 0;
transition: all .5s ease;
}
.our_service .service_inner:hover .read_more a{
top: 70px;
}

/*<!-------------------------- section our-service end */


/*<!-------------------------- section qurictm start */


.qurictm .frms_qry {
display: flex;
align-items: center;
justify-content: center;
}

ul.best_ul {
margin: 0;
}


.qurictm .col-md-5 .main p.h5 {
color: #000000c7;
}


.qurictm .frms_qry input.form-control.btn {
background: #1e2452;
border: 1px solid #1e2452;
color: #fff;
}

.qurictm  .col-md-5 {
padding: 0;
}

section.qurictm {
background: #ebebeb;
padding: 16px 0px !important;
}

.qurictm .call-icon {
position: relative;
background: #fff;
height: 150px;
width: 170px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.qurictm .frms_qry form#q-form {
  justify-content: space-between;
}

.qurictm .frms_qry input {
border: 1px solid;
line-height: 40px;
border-radius: 0px; 
background: none;
}

.qurictm .frms_qry input:focus ,.info_set #q-form input:focus{
box-shadow: 0 0 2px 0px #1e2452;
}


.qurictm .frms_qry input { 
width: 19%;
}

.qurictm  .col-md-12 {
padding: 0;
}


/*<!-------------------------- section qurictm end */


/*<!-------------------------- section back_atment start */

.back_atment {
background: linear-gradient(45deg, #000000d6, #000000cf) , url(../img/back_img.jpg);
width: 100%;
height: 400px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
text-align: center;
color: #fff !important;
display: flex;
align-items: center;
justify-content: center;
}

.back_atment .main h2 {
font-size: 60px;
font-weight: 600;
}

.back_btn button {
border: 2px solid #ffffff;
padding: 10px 40px;
margin-top: 15px;
background: #060807;
transition: all 0.5s;
}

.back_btn button:hover {
transform: scale(1.1);
}

.back_btn button a {
color: #fff !important;
font-size: 18px;
font-weight: 600;
}


section.info_thisctm {
display: flex;
align-items: center;
color: #fff;
}

.info_thisctm .call_us li i {
font-size: 20px;
font-weight: 600;
color: #ffffff;
}

.info_thisctm .call_us li a {
font-size: 18px;
color: #ffffff;
}

.info_thisctm .call_us li {
display: flex;
align-items: center;
}

/*<!-------------------------- section back_atment end */


/*--------------------------------------------------------------
# Contact ki css start
--------------------------------------------------------------*/
.contact .info {
/* border-top: 3px solid #1e2452; */
/* border-bottom: 3px solid #1e2452; */
/* background: #fff; */
/* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); */
padding: 30px 10px;
width: 100%;
height: 100%;
border: 1px solid;
}
.contact .row .col-12 .row {
background: none;
box-shadow: 0 0 5px 2px #ddd;
margin: 0px 0px 16px 0px !important;
}

.contact .row .col-12 .row >.col-md-4:first-child, .contact .row .col-12 .row >.col-md-4:last-child {
padding: 0;
}
.contact .info div {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 100%;
}

.info_map {
width: 100%;
border-top: 3px solid;
border-bottom: 3px solid;
}

.contact .info i {
font-size: 20px;
color: #1e2452;
float: left;
width: 64px;
height: 64px;
background: #cccfdb;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  /* padding: 0 0 0 60px; */
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1e2452;
}

.contact .info p {
  /* padding: 0 0 10px 60px; */
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1e2452;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #1e2452;
  border-bottom: 3px solid #1e2452;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 10px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #1e2452;
  transition: all .4s ease;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
box-shadow: 0 0 2px 0px #1e2452;
}

.contact .php-email-form input {
  padding: 8px 5px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1e2452;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
background: #1e2452;
box-shadow: 0 0 0 5px #1e245278;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Contact ki css end
--------------------------------------------------------------*/

/* <!-- footer start  --> */

section.patner {
padding-top: 0 !important;
}

#footer { 
  color: #700000;
  font-size: 14px;
}

#footer .footer-top {  
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

section.footer-2.bg--2 {
  background: #131419;
  color: #fff;
}

.ftr_logo img {
width: 250px;
object-fit: cover;
}

#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
color: #131419;
font-weight: 400;
padding-top: 15px;
}

#footer .footer-top .social-links a {
display: inline-block;
background: none;
color: #1e2452;
border: 1px solid #1e2452; 
line-height: 1;
margin-right: 4px;
border-radius: 50%;
width: 36px;
height: 36px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #1e2452;
  color: #fff;
  box-shadow: 0 0 5px 1px #ffffff1f;
}

#footer .footer-top .social-links a {
transition: all 0.5s !important;
}

#footer .footer-top .footer-links ul a:hover {
padding-left: 13px;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #1e2452;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #1e2452;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #13191a;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #131419;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #1e2452;
  transition: all 0.5s;
}

/* #footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
} */

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #f57823;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


.ftr-ctm .info i {
  font-size: 16px;
  color: #1e2452;
  border: 1px solid #1e2452;
  float: left;
  font-family: 'Font Awesome 5 Pro';
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-style: normal !important;
  transition: all 0.3s ease-in-out;
}


.ftr-ctm .info i:hover {
background: #1e2452;
color: #fff;
}

.ftr-ctm .info h3 {
font-size: 18px;
padding: 0 0 0 60px;
font-weight: 600;
margin-bottom: 5px;
color: #1e2452;
}

.ftr-ctm .info p a {
text-decoration: none;
color: #000000;
}


.ftr-ctm .info p {
padding: 0 0 0 60px;
margin-bottom: 0;
font-size: 13px;
color: #131419;
}


.footer-like p {
  margin: 0;
  padding: 4px;
  color: #5892ff;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}

.footer-like {
  margin-top: auto;
  background: #d7e6fe;
  padding: 6px;
  text-align: center;
}

#footer {
  background: #706e6e38 !important; 
}

.contact .info a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* <!-- footer end  --> */


/* section  first_inner start */

.first_inner .cnt_inner h4 {
  font-size: 24px;
  color: #fff;
}
.first_inner .cnt_inner h4 a:first-child {
color: #fff;
}
.first_inner .cnt_inner a {
color: #fbcc1e;
font-weight: 700;
}
.first_inner .cnt_inner h1 a {
  color: #fbcc1e;
  font-size: 48px;
  font-weight: 700;
}
.first_inner .cnt_inner h1>a>span {
  color: #fff;
}

.first_inner {
  background: linear-gradient(45deg, #000000c2, #00000061) , url(../img/bg_4_in.jpg);
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}


.first_inner.ro {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/ro_new.jpg);
}

.first_inner.geysar {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/geyser.jpg);
}


.first_inner.fridge {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/frize_banner.jpg);
}


.first_inner.washing {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/pc.jpg);
}

.first_inner.microwave {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/best-microwave-oven.webp);
}

.first_inner.kichan {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/k_bg.jpg);
}

.first_inner.car-wash {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/car_wash_bg.jpg);
width: 100%;
height: 500px;
}

.first_inner.pcb {
background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/pcb_banner.jpg);
}

.first_inner.solor {
  background-image: linear-gradient(45deg, #000000c2, #00000061) , url(../img/solor.jpg);
  }
  

/* section  first_inner end */


/* section  info_set start */



.info_set .card_img {
  margin: auto;
}

.info_set .col-md-4 .main .card {
box-shadow: 0px 3px 5px 0px;
padding: 40px 1px;
}

.info_set h5.card-title {
text-align: center;
}

.info_set .card_img img {
width: 64px;
height: 64px;
transition: all 0.5s;
}

.info_set .card:hover img {  
  transform: scale(1.1);
}

.info_set   #q-form {
background-color: #ffffff38;
position: relative;
padding: 27px 25px;
border-radius: 10px;
border: 1px solid white;
box-shadow: 1px 2px 5px 1px #1e2452 !important;
}

.info_set #q-form input {
border-radius: 3px;
border: 1px solid;
border-color: #1e2452;
}

/* section  info_set end */

/* <!-- section service_in start --> */

    section#service.service_in .main .card {
      height: 100%;
  }

  section#service.service_in .main {
      height: 100%;
  }

.service_in .card .card-body {
   background: #28306e3b;
   display: inline-flex;
   flex-direction: column;
   justify-content: space-around;
  }
.service_in .card p.card-text {
  color: #101010;
}
.service_in .card h5.card-title {
  font-size: 22px;
  font-weight: 600;
  color: #1e2452;
  text-align: center;
}

.service_in .card_img img.card-img-top {
width: 100%;
height: 200px;
transition: all 0.5s;
object-fit: cover;
}
 #service.service_in .card_img img.card-img-top {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  max-height: 220px;
  min-height: 220px;
  object-fit: cover;
}

 .service_in .card_img img.card-img-top:hover {
  transform: scale(1.1);
 }

 .service_in .card_img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
button.btn.btn_service {
  background: #1e2452;
  padding: 6px 25px;
  border: none;
  transition: all .5s ease;
  border-radius: 3px;
}
button.btn.btn_service:hover {
  background: #fbcc1e;
}
button.btn_service:hover a.serv_txt {
  color: #1e2452 !important;
}


/* <!-- section service_in start --> */


.services .card .card-body {
  padding: 20px 0px 0 0;
  text-align: center; 
}

.services .card p.card-text { 
  padding: 0 8px;
}

.services  .start_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 8px;
}

.services .card {
  overflow: hidden;
}

.services .card img { 
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.services .card:hover img {
  transform: scale(1.1);
  filter: blur(1px);
}


.btn_book_now {
position: relative;
}

.btn_book_now:before {
content: "";
position: absolute;
width: 40px;
height: 100%;
background: #ffffff;
left: -1px;
bottom: 0;
top: -1px;
margin: auto;
border-radius: 0px 0px 0px 0px;
clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
border: 1px solid #ffffff;
}


.btn_book_now {
position: relative;
background: #37c0ee;
padding: 8px 25px 8px  60px;
border-bottom-right-radius: 5px;
transition: all 0.5s;
}

.btn_book_now:hover { 
background: #000000; 
}

.btn_book_now:hover a.into_btn {
color: #ffffff; 
}

.btn_book_now a.into_btn {
color: #4e504f;
font-size: 16px;
font-weight: 600;
transition: all 0.5s; 
}

.services .card .card-body {
padding: 20px 0px 0 0;
text-align: center; 
}

.services .card p.card-text { 
padding: 0 8px;
}



.services  .start_box {
display: flex;
justify-content: center;
align-items: center;
padding: 0px 0px 0px 8px;
}

.services .card {
overflow: hidden;
}

.services .card img { 
width: 100%;
height: 100%;
transition: all 0.5s;
}

.services .card:hover img {
transform: scale(1.1);
filter: blur(1px);
}

.to_btn button {
border: 1px solid #3865a4;
padding: 8px 35px;
background: none;
}

.to_btn button a {
color: #fff;
}

.info_set #q-form p.h5:before {
position: absolute;
content: "Upto 30% off in all services";
bottom: 30px;
text-transform: capitalize;
font-size: 22px;
font-weight: 600;
color: #1e2452;
left: 0;
right: 0;
}

.info_set #q-form p.h5 {
padding-top: 20px;
}


/*<!-------------------------- Responsvie start */

@media (max-width:767.98px) {


.main_header li.nav-item ul.dropdown-menu,.main_header li.nav-item:hover ul.dropdown-menu{
  display: block;
  border: 0;
  background: transparent !important;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px;
  position: absolute;
  transition: all 0s ease !important;
  box-shadow: none!important;
  padding: 0 !important;
}

.main_header li.nav-item ul.dropdown-menu.show,.main_header li.nav-item:hover ul.dropdown-menu.show{
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
  transition: all 0s ease !important;
  background: transparent !important;
  position: relative;
}
.main_header li.nav-item {
  padding-left: 10px;
}


.first_inner {
  height: 300px;
}

.contact .col-12 {
padding: 0 !important;
}


.he_h2 h2 {
  font-size: 22px;
}

.he_h2 h2 span {
font-size: 22px;
}

.info_set .prg_top p {
margin: 0 !important;
}

body .info_set {
padding: 30px 0 !important;
}

.info_set  .col-md-4.mt-4.mt-md-0 {
padding: 0;
}

section.service_in .col-lg-3 .main {
margin-bottom: 20px;
}

/*<!-- section qurictm start */

  .qurictm .frms_qry input {
      width: 100%;
      margin: 2px 0;
  }
/*<!-- section qurictm end */

/*<!--section our-service start */

  .our_service .service_inner h5.inr_title{
      color: #fff;
  }
  .our_service .service_inner p.inr_cnt {
      color: #fff;
  }
  .our_service .service_inner:before{
      height: 100%;
      opacity: 1;
  }
  .our_service .service_inner .read_more a {
      top: 70px;
  }
  .our_service .service_inner .icon::before {
      left: 0;
  }
  .our_service .service_inner .icon img {
      margin: 0 20px;
  }    
    
/*<!--section our-service end */





.contact .info {
  padding: 20px 10px;
  text-align: center;
}
.contact .php-email-form .form-group.col-md-6 {
  padding: 0 !important;
}
  .section-title p {
      font-size: 15px;
  }
  .contact .info h4 {
      font-size: 18px;
  }
  .back_atment .main h2 {
      font-size: 28px;
      font-weight: 600;
  }
  .contact .info a {
      font-size: 13px;
      font-weight: 500;
      color: #000;
  }
  .back_atment {
      height: 350px;
  }
  .about .about_cnt p {
      text-transform: capitalize;
      font-size: 15px;
  }
  ul.about_ul li {
      font-size: 14px;
      display: flex;
      margin-bottom: 5px;
  }
  .about_cnt {
      padding: 10px 0;
  }
  
  .about_cnt h4 {
      font-size: 18px;
      font-weight: 600;
  }
  
  .about_cnt h5 {
      font-size: 18px;
      font-weight: 600;
  }
  
  section.best__ser ul.best_ul li span i {
      font-size: 18px;
  }


  section.best__ser  ul.best_ul li {
      font-size: 16px;
      justify-content: start;
      line-height: 35px;
  }
  
  ul.best_ul {
      margin: 0;
      padding: 0;
  }
  
  .brright {
      border-bottom: 1px solid;
      border-right: none;
  }
  
  section.best__ser {
      width: 100%;
      margin: auto;
      padding: 14px 0;
      margin-top: 0px !important;
      position: relative;
  }

  
  #carouselId button.carousel-control-prev, #carouselId button.carousel-control-next {
      display: none;
  }   
  .carousel-item .img-fluid {
      width: 100%;
      height: 410px;
      object-fit: cover;
  }
  .carousel-caption {
      right: 0 !important;
      left: 0 !important;
      margin: auto !important;
  }
  #carouselId h6 {
      color: #f18f50;
      font-size: 18px;
  }
  li.info_li.cnt.ps-3 {
      padding-left: 0 !important;
  }
  section.top {
      background: #1e2452;
      padding: 10px 0px;
      display: none;
  }
  .row {
      margin: 0 !important;
  }
  .ftr-ctm .info p,.ftr-ctm .info h3{
      padding-left:55px !important;
  }
  .ftr-ctm .info p a {
      text-decoration: none;
      color: #000000;
      font-size: 13px;
  }
  .contact .php-email-form {
      padding: 20px 10px;
  }
  .contact .php-email-form .form-group {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
  .contact .php-email-form label {
      padding-bottom: 5px;
      font-size: 14px;
  }
  .contact .php-email-form textarea {
      max-height: 45px;
  }
  section.back_atment.my-5.py-5 {
      margin: 0 !important;
  }
  section {
      padding: 20px 0 !important;
  }
  
  .info_thisctm {
    background: linear-gradient(45deg, #000000, #00000075) , url(../img/home_bg.avif);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    background-size: auto !important;
    background-attachment: fixed;
}
  
  section#myHeader {
      padding: 0 !important;
  }
  section#about .row .row {
      border: 1px solid;
      padding: 1px;
      margin: 0px !important;
  }
  .right_into #button-2 {
      display: none;
  }
  section#about .row .row .col-md-6:first-child {
      border-bottom: 1px solid;
  }

  .info_thisctm .call_us li i.ps-3 {
    padding-left: 0 !important;
}
.info_thisctm .call_us li a {
  display: inline-block;
  width: 85%;
  margin-top: 5px;
}

}


/*<!-------------------------- Responsvie end */




.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 1.4rem;
  bottom: 260px;
  background: #d40f1f;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: flex;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 30px;
  transform: rotate(100deg);
}


.phone-call {
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 165px;
  background: #25d366;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-call:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #20b327eb;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.phone-callsctm {
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 265px;
  background: #ecbd8d73  !important;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}
 
.phone-callsctm:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -17px;
  left: -15px;
  background-color: #ff0015;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 160px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: none !important;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.float i {
  color: #fff;
}

section.info_thisctm h3 {
font-size: 41px;
font-weight: 700;
width: 70%;
padding: 20px 0;
text-transform: capitalize;
}

.to_btn button {
border: 1px solid rgb(255 255 255);
padding: 8px 35px;
background: none;
}

.patner .prt img {
width: 200px;
height: 100px;
object-fit: contain;
}

.info_set  .prg_top {
padding-bottom: 10px;
}


.videoctm {
background: linear-gradient(45deg, #000000d6, #000000cf) ,  url(../img/back_img.jpg);
width: 100%;
height: 400px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
background-attachment: fixed;
justify-content: center;
}



ul.footer_utubelist li {
margin: 0;
padding: 0 10px 0 0;
/* width: 33.33%; */
/* float: left; */
padding-right: 10px;
list-style: none;
margin-bottom: 10px;
}

ul.footer_utubelist li img {
width: 100%;
cursor: pointer;
}

ul.footer_utubelist {
float: left;
width: 100%;
margin: 0;
padding: 0;
}

ul.footer_utubelist li span {
display: block;
width: 100%;
position: relative;
}

.btns h6 {
text-align: left;
padding-left: 20px;
}

i.fal.fa-play-circle {
color: #fdcd1c;
}

section.copyright {
overflow: hidden;
background: #1e2452;
}

section.copyright a {
color: #fff !important;
}

.footer-like {
text-align: center;
}

.btns {
color: #fff;
font-size: 70px;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
  section.call-butonctm {
      display: none !important;
  }
  


  #modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    height: 100%;
    width: 100%;
}
.modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    padding: 40px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}

.modalContent h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1e2452;
  text-align: center;
}


.wrapper-1 {
  height: initial;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  }
  
  .wrapper-2 h2 {
  font-family: "Kaushan Script", cursive;
  font-size: 50px;
  letter-spacing: 3px;
  color: #002665;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  }
  
  .wrapper-2 {
  padding: 30px;
  text-align: center;
  }
  
  .go-home {
  color: #fff !important;
  background: #1e2452;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
  }
  
  .go-home a {
  color: #fff !important; 
  }
  
  .footer-like {
  text-align: center;
  }
  
  
  .info_thisctm {
  background: linear-gradient(45deg, #000000, #00000075) , url(../img/home_bg.avif);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
  }
  
  
  
  .info_thisctm.ac {
  background: linear-gradient(45deg, #000000, #00000075) , url(../img/ab.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
  }
  
  
  .info_thisctm.ro {
    background: linear-gradient(45deg, #000000, #00000075) , url(../img/Banner-2.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-attachment: fixed;
    }
  
  
    .info_thisctm.fridge {
      background: linear-gradient(45deg, #000000, #00000075) , url(../img/fridge_img.jpg);
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 500px;
      background-attachment: fixed;
    }
  
      .info_thisctm.geysar {
        background: linear-gradient(45deg, #000000, #00000075) , url(../img/geyser-repair-service-min.webp);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        background-attachment: fixed;
      }
  
      .info_thisctm.wh {
        background: linear-gradient(45deg, #000000, #00000075) , url(../img/washing-machine-repair.webp);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        background-attachment: fixed;
      }
  
      .info_thisctm.mi {
        background: linear-gradient(45deg, #000000, #00000075) , url(../img/mi.jpg);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        background-attachment: fixed;
      }
  
      .info_thisctm.kc {
        background: linear-gradient(45deg, #000000, #00000075) , url(../img/kitchen-chimney-repair-service.jpg);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        background-attachment: fixed;
      }
  
      .info_thisctm.car {
        background: linear-gradient(45deg, #000000, #00000075) , url(../img/car_was.jpg);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        background-attachment: fixed;
      }
  
      .info_thisctm.pcb {
        background: linear-gradient(45deg, #000000, #00000075) , url(../img/pcb.jpg);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        background-attachment: fixed;
      }
  
      .info_thisctm.solor {
        background: linear-gradient(45deg, #000000, #00000075) , url(../img/video-bg.html);
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
        background-attachment: fixed;
      }
  
      .offer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
  
       section.bnf {
        background: linear-gradient(45deg, black, #0000009c), url(../img/solor.jpg);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        background-position: 50% 25%;
    } 

    /* section.bnf {
      background-color: #ddd;
    } */

    .bnf li.bnf_li {
      list-style: none;
      width: 100%;
      background: #f5c00afa;
      margin: 3px auto;
      padding: 7px 8px;
      color: #222551;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 600;
      border-radius: 50px;
  }

      ul.bnf_ul.p-0 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .cnt_info_span b {
      color: #f5c00a;
    }

    .bnf .main img {
      width: 100%;
      height: 100%;
  }

  .bnf .he_h2 h2 {
    font-size: 35px;
    color: #fff;
    font-family: serif;
    font-weight: 600;
}

.bnf .he_h2 .lin {
  height: 5px;
  width: 100px;
  background: #ffffff;
  margin: 10px 0px;
  position: relative;
  border-radius: 30px;
}
  
  
  #modalOverlay button#button {
      position: absolute;
      top: 10px;
      right: 10px;
      border: 1px solid;
      background: transparent;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: #f00;
  }
  
  .book_now button {
      background: #1e2452;
      border: none;
      padding: 6px 25px;
      border-radius: 20px;
  }
  
  .book_now button a {
      color: #fff;
  }
  
  .book_now {
      text-align: center;
  }
  
  .book_now button:hover {
    background: #f5bf04;
  }
  
  .book_now button:hover a {
    color: #1e2452;
  }

@media (max-width: 767px) { 

.first_inner .cnt_inner h1 a {
  font-size: 30px;
}

body .copyright  {
  padding-bottom: 50px !important;
}

section.copyright a {
  font-size: 18px;
}
.videoctm {
height: 250px;
}

/* .service_in .col-lg-4 {
padding: 0;
} */

section#contact {
padding: 20px 0px !important;
}

section.patner {
padding-bottom: 10px !important;
}

/* .info_set .container , .service_in .container {
padding: 0;
} */

section.service_in.py-5 {
  padding: 15px 0px !important;
}

.service_in .col-lg-3 {
  padding: 0;
}

.bnf li.bnf_li {
  font-size: 14px !important;
  margin: 5px auto !important;

}

.bnf .container {
  padding: 0px !important;
}

.bnf .he_h2 h2 {
  font-size: 24px;
}

section.bnf {
  padding: 15px 0px !important;
}

.contact .row .col-12 .row {
  box-shadow: none !important; 
}

section.eng.about .col-lg-6 .main .box_cnt {
    position: relative;
    right: 0;
    text-align: center;
    background: #f39764;
    padding: 20px;
    z-index: 0;
    width: 100%;
    top: 0;
    margin-bottom: 20px;
}

    section.short_info.py-5 {
      padding: 0 !important;
    }
     
    .short_info .main {
      display: flex;
      align-items: center;
      justify-content: center; 
    }
    
    .call_info a {
      color: #ebebeb;
    }
    
    .wh_info a {
      color: #ebebeb;
    }
     
    .wh_info a i {
      padding-right: 6px;
    }
    
    .call_info  i {
      padding-right: 6px;
    }
     
    
    .call_info {
    padding: 10px 0px;
    background: #d40f1f !important;
    width: 50%;
    text-align: center;
}
    
.wh_info {
    padding: 10px 0px;
    background: #25d366 !important;
    width: 50%;
    text-align: center;
}

 

    .short_info .main {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999;
    }
   
    .short_info .main a {
      text-decoration: none !important;
      color: #fff !important;
    }
     
    a.float { 
      display: none;
    }
    

section.overflow-hidden.crps {
  padding-bottom: 50px !IMPORTANT;
}

.contact  .form-group {
  margin: 5px 0 !important;
}

.phone-call {
  display: none !important;
}

.phone-callsctm {
  display: none !important;
}

.patner .prt img {
  width: 100%;
  height: 61px;
  object-fit: contain;
}

section.info_thisctm h3 {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  padding: 20px 0;
  line-height: 30px;
}

body .to_btn {
display: grid !important;
gap: 25px;
padding: 0 !important;
}

button.last.ms-3 {
margin: 0 !important;
}

.info_thisctm .call_us li {
display: block;
}

.contact .row .col-12 .row >.col-md-4 {
margin-bottom: 20px;
padding: 0px;
}

.col-lg-5.d-flex.align-items-stretch {
padding: 0;
}

.info_map {
height: 250px !important;
}

.contact .col-lg-7.mt-5 {
padding: 0;
}

.service_in .col-lg-4 {
margin: 10px 0 !important;
}

.main_header nav.navbar {
background: #f1f1f1;
padding: 10px 0;
max-height: 300px;
overflow-y: scroll;
}

.first_inner.car-wash {
height: 300px;
}

.info_set #q-form p.h5:before {
font-size: 16px;
}

.info_set #q-form p.h5 {
padding-top: 20px;
font-size: 16px;
}


.modalPopup {
position: absolute;
top: 10%;
left: 0;
background: #fff;
width: 100%;
transform: none;
padding: 20px;
}
.modalContent h2 {
  font-size: 16px;
  padding-top: 30px;
}
#modalOverlay button#button {
  width: 25px !important;
  height: 25px !important;
  font-size: 15px;
}
.modalPopup {
  left: 0;
  right: 0;
  width: 95%;
  margin: auto;
}

.call-buton .cc-calto-action-ripple {
  display: none;
}

.phone-callsctm.info_calls {
    display: none !important;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    top: 50%;
    bottom: 50%;
}
.phone-callsctm.info_calls:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
}

.call-buton .cc-calto-action-ripple {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  width: 60px;
  height: 60px;
  bottom: 50%;
  transform: rotate(270deg);
  font-size: 24px;
}

.offer img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.offer {
  padding: 0px !important;
}

.qurictm .frms_qry input {
  width: 100%;
  margin: 10px 0;
  height: 45px;
  box-shadow: 1px 1px 2px 1px;
  font-size: 20px;
}

.qurictm .frms_qry input.form-control.btn {
  box-shadow: 1px 3px 3px 1px #00000091;
}

section.qurictm {
  background: #ebebeb;
  padding: 16px 0px !important;
  box-shadow: 1px 0px 4px 2px;
  margin: 20px auto !important;
  width: 96%;
  border-radius: 8px;
}

.info_set .container {
  padding: 0px;
}

}

.offer {
  display: none;
}

