body{
	font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
      letter-spacing: 0.4px;
    line-height: 1.8 !important;
}

:root {
  --mk-bg-tertiary: #F8F9FA;
}

.mk-bg-primary{
background-color: #D9D9D6;
}
.mk-bg-secondary{
	background-color: #EC2424;
}
.mk-bg-tertiary{
    background-color: #F8F9FA;
}
.mk-txt-promary{
	color: #EC2424;
}
button:focus, navbar-toggler:focus{
      outline: 0 !important;
      box-shadow: none !important;
    }

    .mob-sec-seperator{
    border: 1px solid;
    margin: auto;
    max-width: 90%;
    display: none;
        }
/*a{
	text-decoration: none !important;
	color: initial;
}*/



/*------------------------top-header---------------------------*/
.mk-header-top p{
	font-size: 18px;
	font-weight: 500;
	margin: 0 !important;
}

/*-------------------Header--------------------------------------*/
 .mk-header-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 40px;
            background-color: #EEF0F1; /* Light gray background */
            box-shadow: 0 2px 4px -1px #878787;
        }

        .rmc_site_logo{
            max-width: 300px;
        }

        .mk-header-section .mk-header-desk a {
         color: #1d1d1d !important;
         margin-left: 10px !important;
        }

        .mk-header-section .left-icons {
            display: flex;
            gap: 15px;
        }

        .mk-header-section .icon-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #000;
            font-weight: 600;
        }

        /*.mk-header-section .icon-item img {
            width: 24px;
            height: 24px;
        }*/

        .mk-header-section .header-logo {
            font-size: 2rem;
            font-weight: 700;
            color: #000;
        }

        .mk-header-section .right-section {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .mk-header-section .btn-special-offer {
            background-color: #000;
            color: #fff;
            font-weight: 700;
            border: none;
            border-radius: 50px;
            padding: 8px 20px;
        }
        .mk-header-section .btn:hover{
        	background-color: #EC2424 !important;
            color: #fff !important;
        }
        .mk-header-section .dropdown-menu.show {
		    border-radius: 0;
		    border: 0;
		}
		.mk-header-section .dropdown:hover .dropdown-menu{
			display: block;
			border-radius: 0;
			border: 0;
		}

        .mk-header-section .circle-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #000;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-decoration: none;
        }

        .mk-header-section .dropdown-toggle::after {
            display: none; /* Hide default caret */
        }


/* ---------------------------Quality--------------------       */
   
     .mk-feature-section {
            padding: 50px 0;
            max-width: 90%;
            margin: auto;
        }
     .mk-feature-section .feature-icon {
            background-color: #EC2424;
            padding: 15px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            width: 60px;
            height: 60px;
            color: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }

        .mk-feature-section .feature-box h4 {
            font-weight: bold;
            margin-top: 15px;
        }

/*------------------------image-with-text-------------------*/
     .img-with-text{
     	padding-top: 70px;
     	max-width: 90%;
     	margin: 0 auto;
     }
     .img-with-text .btn{
            border-radius: 50px;
            background-color: #EC2424;
            color: #fff;
            padding: 10px 20px;
        }
        .img-with-text .btn:hover{
            border-radius: 50px;
            background-color: #EC2424;
            color: #fff;
        }
        .img-with-text .content{
        	padding: 10% 0;
        }
        .img-with-text .img-right{
            text-align: right;
        }
        .img-with-text .img-left{
            text-align: left;
        }
        .img-with-text .img-right img, .img-with-text .img-left img{
            max-width: 90%;
        }


/*--------------------------footer-------------------------*/
.mk-footer h5 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 16px;
            border-bottom: 2px solid #555; /* Bottom border */
            display: inline-block; /* Restricts border to text width */
            padding-bottom: 5px; /* Adds spacing below the text */
        }
        .mk-footer {
            background-color: #1d1d1d; /* Dark background color */
            color: #ffffff;
            padding: 40px 0;
            margin-top: 70px;
        }
        .mk-footer a {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 400;
        }
        .mk-footer a:hover {
            text-decoration: underline;
        }
        .mk-footer h5 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 16px;
        }
        .mk-footer ul {
            list-style: none;
            padding: 0;
        }
        .mk-footer li {
            margin-bottom: 10px;
        }
        .mk-footer .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            background-color: #ffffff;
            color: #1d1d1d;
            border-radius: 50%;
            margin-right: 10px;
        }
        .mk-footer a:hover{
            text-decoration: none;
        }
        .mk-footer .mk-footer-bottom {
            border-top: 1px solid #333;
            padding-top: 15px;
            font-size: 12px;
        }

/*-----------------------------testimonials---------------------        */
.mk-testimonial{
    padding-top: 70px;
}
.mk-testimonial .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.mk-testimonial .carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .mk-testimonial .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .mk-testimonial .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .mk-testimonial .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.mk-testimonial .carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.mk-testimonial .carousel-control-prev,
.mk-testimonial .carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}


/*----------------------------locate-store-------------------*/

.locate-store{
    max-width: 90%;
    margin: 70px auto 0 auto;
}

.locate-store .content{
    padding: 20% 10% 0 0;
}
.locate-store .btn{
            border-radius: 50px;
            background-color: #EC2424;
            color: #fff;
            padding: 10px 20px;
        }
        .locate-store .btn:hover{
            border-radius: 50px;
            background-color: #EC2424;
            color: #fff;
        }

/*----------------------------Career-Section-------------------*/
.career-section{
    padding: 5%;
}

.career-section .content{
    padding: 5% 5% 5% 0;
}
.career-section .btn{
            border-radius: 50px;
            background-color: #EC2424;
            color: #fff;
            padding: 10px 20px;
        }
        .career-section .btn:hover{
            border-radius: 50px;
            background-color: #EC2424;
            color: #fff;
        }


/* --------------------careers-gallery--------------------       */

.bg-left-half {
  position: relative; }
  .bg-left-half:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;

    background-color: var(--mk-bg-tertiary); 
}

.media-29101 img {
  margin-bottom: 20px; }

/*.media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important; }
  .media-29101 h3 a {
    color: #6c757d; }*/

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 3px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }

.mk-gallery{
    margin-top: 70px;
}


/* -----------------------------Map-container------------------ */
.mr-map-container .map-container {
    height: 500px;
    position: relative;
}

.mr-map-container .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.mr-map-container .location-list {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 1rem;
}

.mr-map-container .location-item {
    margin-bottom: 1rem;
}

.mr-map-container .location-item p.servicelist {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.mr-map-container .location-item a:hover {
    text-decoration: underline;
}

.mr-map-container .search-bar {
    background-color: #f8f9fa;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.mr-map-container a{
  color: #000;
  font-weight: 600;
}
.mr-map-container{
  max-width: 90%;
  margin: auto;
}


/*---------------------------media-queries---------------------*/

@media screen and (max-width: 768px){
.mk-header-desk{
	display: none !important;
}
.mk-header-top p{
	font-size: 16px;
}
.mk-footer h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.mk-footer {
	padding: 20px 0 30px 0;
}
.mk-feature-section {
            padding: 30px 20px;
            max-width: 100%;
        }
 .mk-feature-section .feature-icon{
 	margin: 20px;
 }
 .img-with-text {
    padding: 50px 20px 0 20px;
    max-width: 100%;
    margin: 0 auto;
}
.img-with-text .content {
	padding: 0;
	margin-bottom: 20px;
}
.mk-footer {
	margin-top: 50px;
}
.mob-sec-seperator{
    display: block;
}

        .img-with-text .img-right img, .img-with-text .img-left img{
            max-width: 100%;
        }
        .mk-testimonial {
            padding-top: 50px;
        }
.locate-store{
    max-width: 100%;
    padding: 0 20px;
    margin: 50px auto 0 auto;
}
.locate-store .content{
    padding: 20px 0;
}
.career-section {
    padding: 0 20px;
}
.career-section .content {
    padding: 5% 0;
}
.mk-gallery{
    margin-top: 50px;
}
.rmc_site_logo{
    max-width: 250px;
}
.mr-map-container{
    max-width: 100%;
    padding: 0 20px;
}
.mr-map-container .col-md-8{
    margin-top: 40px;
}
.mk-testimonial .display-2 {
    font-size: 30px !important;
}
}