/* You can add global styles to this file, and also import other style files */

@charset "utf-8";

/* CSS Document */

/* ----------------------------------------------------------- */

/* Created by - Abhaya
   Modify by-
/* ----------------------------------------------------------- */

/* Table of Content
==================================================
	01. Login page
    02. Header
	    - Logo
		- Setting-Message
	03. Dashboard
		-Dashboard column
	04. Dashboad Inner
		-Main Menu
		-Mainheading-breadcrumb
		-Mainheading
		-Breadcrumb
		-Article container

	23. Footer

*/

/* Import Section
====================================================================== */

/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
*/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/

/*@import url('https://fonts.googleapis.com/css?family=Arimo|Montserrat');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');*/

/*====================================================================*/

*,
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* ----------------------------------------------------------- */

/* Reset and Clearfix */

/* ----------------------------------------------------------- */

.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container:after {
  clear: both;
}
/* ----------------------------------------------------------- */

/*The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
/* ----------------------------------------------------------- */

.clearfix,
.container {
  zoom: 1;
}
/* ----------------------------------------------------------- */

/*--------------------common css----------------------*/

/* Basic Element
/* ----------------------------------------------------------- */

a,
a > {} a:hover,
       a >:hover {} article,
                    aside,
                    details,
                    figcaption,
                    figure,
                    footer,
                    header,
                    hgroup,
                    menu,
                    nav,
                    section {
                      display: block;
                    }
ol,
ul {
  list-style: none;
}
ul{
  padding: 0 !important;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #f6f6f6 !important;
  margin: 0 !important;
  padding: 0;
  font-family: 'Poppins' !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
input,
button,
img,
li {
  transition: all 0.2s ease-in-out 0s;
}

button{
  outline: none !important;
}

p{
  font-size: 12px !important;
}

a{
  text-decoration: none !important;
}

/*------------------text color-------------------*/

header .fa-shopping-cart{
  margin-left: 20px;
  font-size: 22px;
  color: #212121;
  outline: none;
}

body
{
  /* background: #fff !important; */
}

header{
  width: 83%;
  position: fixed;
  top: 0px;
  z-index: 10000;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner-section {
  background: url("../images/home-banner.png") center top no-repeat;
  height: 450px;

}
.banner-text {
  color: #fff;
  position: relative;
  z-index: 99;
  /* font-family: 'Josefin Sans', sans-serif !important; */
  display: flex;
  align-items: center;justify-content: center;
  width: 100%;
  height: 80%;
  flex-direction: column;
}
.banner-section .banner-text h2 {
  font-size: 45px !important;
  /* font-family: 'Josefin Sans', sans-serif !important; */
  font-weight: 500;
  line-height: 45px !important;
  margin-top: 20px !important;
}
.banner-section .banner-text h3 {
  font-size: 20px !important;
  padding-bottom: 15px !important;
}
.search button {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #c0242d;
  font-size: 15px;
  border: none;
  font-weight: bold;
  padding: 8px !important;
  border-radius: 5px;
  outline: none;
  margin-right: 10px;
  text-align: center !important;
}

.search2 button {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #4b81f5;
  font-size: 15px;
  border: none;
  padding: 8px !important;
  border-radius: 0;
  outline: none;
  text-align: center !important;
  position: absolute;
}

.search button:hover{
  background: #c0242d !important;
}
.search button:active{
  background: #c0242d !important;
}
.search .form-control {
  height: 55px !important;
}
.service-listing-banner{
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  /*box-shadow: 6px 0px 6px rgba(31,30,47,0.06);*/
}
.up-overlay-bg{
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5); 
  /*cursor: pointer;*/
  height: 450px;
}
.zindex-99 {
  z-index: 999;
}
/*------------------------------ testimonial section-----------------------------*/
/*-----------------------------img content section ------------------------------*/
.img-content-name img{
  width: 100%;
}

.img-content-name {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  height: auto;
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c0242cd8;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.img-content-name-text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.img-content-name:hover .overlay {
  height: 100%;
}

/*---------------------------download section start here-------------------------*/
.oppi_dbtn.bg-color {
  background: #26a3d9;
  color: #fff;
}
.download-app-bg {
  background-image: linear-gradient(to right, #c0242d, #d42530);
}
.oppi_dbtn {
  color: #212121;
  background: #fff;
  /* margin-left: 15px; */
  /* -webkit-box-shadow: 0px 20px 30px 0px rgba(185, 62, 100, 0.50); */
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 20%);
  padding: 10px 26px;
  border-radius: 28px;
}
.oppi_btn_group .btn_inner {
  display: flex;
  align-items: center;
}
.oppi_dbtn .icon {
  margin-right: 15px;
  font-size: 26px;
}
.oppi_dbtn .icon {
  margin-right: 15px;
  font-size: 26px;
}
.oppi_dbtn .text {
  font-size: 18px;
  line-height: 16px;
  font-weight: 500;
}

.android-des h1{
  font-size: 35px !important;
}

.gplay-icon{
  width: 2rem !important;
}

/*-------------------------- how it works section-----------------------*/

.works-icon {
  /* border: 2px solid #cc252f; */
  margin: 0 auto;
  background-color: #cc252f;
  padding: 1rem;
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
}

.how-work-section h5{
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #212121;
}

.how-work-section button{
  background-color: #cc252f;
}

.how-work-section p{
  padding: 0px 15px;
}
/*--------------------------counter section//////////////////////////*/

.couter-up{
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.counter-icon {
  margin: 0 auto;
  background-color: #c0242d;
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
}
.couter-up h4 {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-top: 10px;
}
h3, h4, h5, h6 {
  /* font-family: 'Josefin Sans', sans-serif !important; */
}

/*-------------------------css for footer---------------------------------------*/

footer {
  background: #171a29;
}

footer h3{
  font-size: 15px;
}

.footer-content ul li a {
  color: #b0b0b0 !important;
  font-size: 13px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-decoration: none !important;
}

.footer-content p{
  font-size: 13px;
  color: #b0b0b0 !important;
}

.footer-content ul li a:before {
  content: "\f101" !important;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.border-top-grey {
  border-top: 1px solid rgba(255,255,255,.15);
}
.social-media a {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 20px;
}

.social-media a:hover{
  color: #bbbcd1;
}

.text-30 {
  font-size: 30px !important;
}
.couter-up h3 {
  padding: 15px 0 !important;
  color: rgba(0,0,0,0.8) !important;
  font-size: 30px !important;
}
.couter-up p {
  /* font-family: 'Josefin Sans', sans-serif !important; */
  color: rgba(0,0,0,0.7) !important;
  margin-top: 10px;
}
.android-sec h4 {
  /* font-family: 'Josefin Sans', sans-serif !important; */
  font-size: 28px !important;
}

.play-store {
  padding-top: 15px !important;
}
.service-icon {
  text-align: center;
}
.service-listing-section {
  text-align: center;
  vertical-align: middle;
}
.service-name {
  color: rgba(0,0,0,0.8);
  font-size: 14px !important;
}

.ng-star-inserted{
  /* padding-top: 20px; */
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 10px;
}

.mat-step-text-label{
  margin-bottom: 0 !important;
}

.ng-star-inserted:hover{
  /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 15%);
  border-radius: 8px; */
}

.ng-star-inserted a:hover{
  text-decoration: none;
}

.ng-star-inserted2:hover{
  box-shadow: none !important;
}
.heading {
  font-size: 30px !important;
  color: rgba(0,0,0,0.9) !important;
  font-weight: bold !important;
}
/*-------------------css for nav section--------------------------------*/
nav ul li a {
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  color: rgba(0,0,0,0.8) !important;
  font-family: Poppins !important;
  /*font-family: 'Josefin Sans', sans-serif !important;*/
}
nav ul li a:hover{
  text-decoration: none;
  color: #c0242d !important;
}
/*------------------------------css for sidebar------------------------------*/
.rightsidebar.shownotification {
  width: 450px;
  right: 0;
}
.rightsidebar {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -120px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .4);
}
.rightsidebar.shownotification{
  width: 450px;
  right:0;
}
.overlay-bg-slide{
  background: #000;
  position: fixed;
  width: 100%;
  top:0;
  z-index: 1000;
  height: 100%;
  display: none;
  opacity: 0.4;
}
.overlay-bg-slide.shownotification{
  display: block;
}
/*.infobar-notifications-close .material-icons{*/
  /*color:#fff !important;*/
  /*fill: #fff !important;*/
/*}*/
/* .registration-sec, .log-sec.showregistration {
  display: none;
}
.registration-sec.showregistration{
  display: block;
} */

.rightsidebar-close {
  color: rgba(0,0,0,1);
}
.infobar-notifications-close {
  /*background: rgba(0,0,0,1);*/
  /*!*position: absolute;*!*/
  /*!*top:0;*!*/
  /*!*left: 0px;*!*/
  /*display: block;*/
}
.rightsidebar-content h4 {
  font-size: 24px !important;
  color: rgba(0,0,0,0.8) !important;
}

.sub-banner{
  /* background: url("../images/subbanner.png") center top no-repeat; */
  min-height: 430px;
}

.sub-banner2{
  background: url("../images/subbanner2.png") center top no-repeat;
  min-height: auto;
}

.sub-banner3{
  background: url("../images/subbanner3.png") center top no-repeat;
  min-height: 400px;
}

.career-banner{
  background: url("../images/career.png") center top no-repeat;
  min-height: 400px;
}

.service-banner-content {
  z-index: 99;
  top: 10%;
  width: 100%;
}

.service-banner-content .breadcrumb{
  background: none;
}
.service-banner-content .breadcrumb li a, .service-banner-content .breadcrumb li {
  color: rgba(255,255,255,1);
}
.usp-list {
  color: rgba(255,255,255,1);
  margin-top: 10rem;
}

.usp-list li{
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.usp-list .fa{
  margin-right: 10px;
}

.sub-service{
  background:#c0242d ;
}

/*-------------------------css for frofile---------------------------------------*/

.cont_bg{
  background-color: #f5f5f5;
  font-family: poppins;
}

.name-box{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.pro-pic{
  width: 50px;
  margin: 10px 10px 10px 10px;
}

.pro-name{
  font-size: 16px;
  font-weight: 500;
}

.ordr-box{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.ordr h5{
  font-family: poppins !important;
  font-weight: 500 !important;
}

.ordr .card-header{
  color: #212121;
  font-weight: 500;
}

.ordr-icn{
  margin: 25px 10px 25px 20px;
  color: #c0242d;
}

.ordr-txt a{
  color: #212121;
  font-weight: 600;
}

.ordr-txt a:hover{
  text-decoration: none;
  color: #c0242d;
}

.acc-box{
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  margin-bottom: 20px;
}

.acc-set{
  color: #212121;
  font-weight: 600;
}

.acc-icn{
  margin: 25px 10px 25px 20px;
  font-size: 20px !important;
  color: #c0242d;
}

.acc-txt{
  font-size: 15px;
  color: grey;
  padding: 10px 10px 10px 48px;
}

.acc-txt a{
  color: grey;
}

.acc-txt a:hover{
  text-decoration: none;
  color: #0072bc;
}

.tab-content{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.info-txt{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.info-txt .fa{
  float: right;
  color: #c0242d;
}

.labl .card-body{
  color: #000;
  font-weight: 500;
}

.labl label{
  margin-top: 20px !important;
}

.labl .fa{
  margin-right: 10px;
  color: #c0242d;
}

.info-txt a{
  font-size: 16px;
  margin-left: 10px;
}


.name-box2{
  height: 50px !important;
}

.gender-txt{
  font-size: 14px;
  color: grey;
  margin-top: 20px;
  margin-bottom: 10px;
}

.radio-txt{
  font-size: 14px;
  color: grey;
  margin-bottom: 10px;
}

.email-txt{
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 20px;
}

.email-txt a{
  font-size: 16px;
  margin-left: 10px;
}

.email-box{
  height: 50px;
}

.sub-btn{
  margin-top: 20px;
}

.profl-all .modal-content {
  opacity: 1 !important;
}

.location-modal .modal-backdrop.show {
  z-index: 9 !important;
}

.crd{
  margin-bottom: 20px;
}

.crd2{
  margin-top: 20px;
  margin-bottom: 20px;
}

.crd2 p{
  color: #000;
}

.crd2 .fa{
  float: right;
}

.btn-primary .fa{
  margin-left: 10px;
  color: #fff;
}

.name-box img {
  width: 60px;
  margin: 20px;
}

.clip-circle {
  clip-path: circle(30px at center);
}

.add-btn{
  background-color: #c0242d !important;
  border: none !important;
  color: #ffff !important;
  outline: none !important;
  margin-left: 360px !important;
}

.add-btn2{
  background-color: #c0242d !important;
  border: none !important;
  color: #ffff !important;
  outline: none !important;
}

.add-btn .fa-plus{
  color: #ffff !important;
}

.save-add{
  background-color: #c0242d !important;
  border: none !important;
}

.add-txt p{
  /* font-family: Roboto,Arial,sans-serif; */
  word-spacing: 5px;
}

.profl-tab a{
  cursor: pointer;
}

.profl-tab a:hover{
  color: #c0242d !important;
}

/*-------------------------css for service---------------------------------------*/

#samrat_modal .modal-body{
	background-color: #fff !important;
  z-index: 99999;
}

.cart-modal .modal-header{
  justify-content: left !important;
  color: #000;
  font-weight: 600 !important;
}

.cart-modal .mat-h1, .mat-headline, .mat-typography h1{
  margin: 0 !important;
  font-weight: 500 !important;
}

.cart-price{
  color: #000;
  font-weight: 500;
}

.cart-bb{
  box-shadow: none;
}

.cart-bb .ng-star-inserted{
  border-bottom: 1px solid #ddd;
}

.service-card{
  box-shadow: none !important;
  border: none !important;
  justify-content: space-between;
  background-color: #fff !important;
  margin: 0 !important;
  padding: 10px;
  margin-bottom: 10px !important;
}

.service-card3{
  box-shadow: none !important;
  border: none !important;
  justify-content: space-between;
  background-color: #fff !important;
  margin: 0 !important;
  padding: 1rem;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
}

.cart-img img{
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.service-card3 ul li{
  list-style: disc;
  margin-left: 18px;
  padding: 3px 0;
}

.service-card3 p{
  color: #c0242d;
  font-weight: 600;
  font-size: 15px;
}

.service-card2{
  box-shadow: none !important;
  border: none !important;
  /* justify-content: space-between; */
  /* background-color: #ebebeb !important; */
  margin: 0 !important;
  padding: 10px;
  margin-bottom: 10px !important;
  text-align: center !important;
}

.service-card2 img{
  margin-top: 30%;
}

.service-card2 p{
  font-size: 18px;
}

.service-card h4{
  margin: 0 !important;
  vertical-align: middle !important;
  margin-top: 8px !important;
}

.service-card .btn{
  float: right !important;
  vertical-align: middle !important;
  margin-bottom: 5px;
  padding: 2px 15px;
  border: 1px solid #c0242d !important;
  color: #c0242d !important;
  font-weight: 500 !important;
}

.service-card .btn:hover{
  background-color: #c0242d !important;
  color: #ffff !important;
}

.service-price{
  color: #c0242d;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-status-placed{
  color: #ffff;
  font-weight: 500;
  background-color: #eeb728;
  padding: 5px;
  border-radius: 5px;
  width: 110px;
  text-align: center;
}

.service-status-canceled{
  color: #ffff;
  font-weight: 500;
  background-color: #c0242d;
  padding: 5px;
  border-radius: 5px;
  width: 110px;
  text-align: center;
}

.service-status-complete{
  color: #ffff;
  font-weight: 500;
  background-color: #417505;
  padding: 5px;
  border-radius: 5px;
  width: 110px;
  text-align: center;
}

.service-time{
  color: #212121;
  font-weight: bold;
  margin-bottom: 10px;
}

.total-service-price{
  color: #212121;
  font-weight: bold;
  float: right;
}

.sft{
  float: right;
}

.service-title{
  font-weight: 500;
}

.service-title2{
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
  font-size: 16px;
}

.quantity {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
 }
 
 .quantity .input-text.qty {
  width: 50px;
  height: 38px;
  padding: 0 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c0242d;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
 }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 10px;
  height: 38px;
  background-color: #c0242d;
  cursor:pointer;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #bbbcd1;
  color: #000;
}
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }

#samrat_modal .modal-title{
  font-size: 15px;
  color: #212121;
  margin: 0;
}

.btm-prtn{
  margin-top: 50px;
}

.page-heading{
  font-size: 40px !important;
  font-weight: 500 !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}

.close1{
    position: absolute;
    right: -10px;
    top: -7px;
    width: 42px;
    height: 42px;
    line-height: 0px !important;
    border-radius: 50%;
    border: none;
    text-align: center !important;
    background-color: #fff !important;
    z-index: 3;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    opacity: 1 !important;
}

.cross_sign{
	position: relative;
    color: #c71f66!important;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-left: -4px;
}

.modal-header{
	justify-content: center !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	background-color: #fff;
}

.modal-title{
	font-size: 18px;
    font-weight: 600;
}

.hdr_btn{
	border: none;
    text-align: center;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    margin-left: 5px;
    background-color: #fff;
    cursor: pointer;
}

.opt_list_hdr{
	padding: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.opt_list_txt{
	font-size: 14px;
  font-weight: 400;
}

.opt_list_txt2{
	font-size: 16px;
  font-weight: 400;
}

.opt_txt{
	font-size: 16px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  color: #212121;
  margin: 0 !important;
}

.opt_sub_txt{
	font-size: 13px;
  font-weight: 400;
  padding: 0px 0px 5px 20px;
  color: #878787;
  margin: 0 !important;
}

.opt_sub_txt a{
  color: #878787;
}

.opt_sub_txt a:hover{
  color: #c71f66;
  text-decoration: none;
}

.add_itm_lst{
	justify-content: space-between;
}

.add_itm{
	border-bottom: 1px solid #f4f5f8;
    padding: 16px 30px;
    background-color: #fff;
    align-items: center !important;
    height: 286px;
}

.add_itm_txt{
	font-size: 16px;
    font-weight: 600;
}

.add_itm_txt_price{
	color: #417505;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
}

.add_itm_txt_price_unit{
	color: rgba(0,0,0,.5)!important;
}

.btn2{
	font-family: Poppins;
	font-size: 16px !important;
	font-weight: 600 !important;
	float: right;
	padding: 6px 30px !important;
	border: 1px solid #c71f66!important;
    color: #c71f66!important;
    margin-top: -25px;
}

.btn2:hover{
	background-color: #c71f66 !important;
	color: #fff !important;
}

.ser_img_box{
	overflow-y: auto;
	height: 300px;
}

.catagory-service{
  overflow-y: auto;
	height: 400px;
  border-right: 1px solid #e1e1e1;
}

.catagory-service .card{
  box-shadow: none !important;
  border: none;
}

.catagory-service span .button{
  float: right !important;
}

.ser_cart{
	-webkit-box-flex: 1;
    flex-grow: 1;
    overflow: auto;
    padding-bottom: 60px;
}

.no_itm_msg{
	height: auto;
    padding-top: 100px;
    width: 100%;
    color: rgba(22,28,99,.25);
    text-align: center;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.no_itm_msg_txt{
	font-family: Poppins;
	font-size: 32px;
	font-weight: 400;
}

.no_itm_msg p{
	color: rgba(0,0,0,.5);
    max-width: 280px;
    margin: 30px 0;
}

.no_itm_msg_icon{
	width: 100px;
    height: 100px;
    opacity: .25;
    border-radius: 10px;
    border: 7px solid #bbbcd1;
    display: inline-block;
}

.ser_cart_msg{
	background-color: #eeb728;
    border-radius: 8px;
    color: #fff;
    max-width: 90%;
    margin: 15px auto 0;
    font-weight: 600;
    width: 100%;
    padding: 5px 12px;
    margin-bottom: 15px;
}

.ser_cart_btn{
	background-color: #c0242d;
	color: #fff!important;
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0%;
}

.hor-row {
	display: flex;
	font-size: 15px;
}

.hor-row {
	padding: 8px 15px;
}

.hor-row span {
	display: inline-block;
	width: 50%;
	font-size: 13px;
	font-weight: 300;
}

.hor-row span:last-child {
	text-align: right;
}

.total-payble, .total-payble span {
	font-weight: bold;
}
.total-payble{
	border-top: 1px solid rgba(0,0,0,0.2);
	margin-top: 15px;
  color: #c0242d;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.side-nav-container{
  position: sticky;
  right: 5%;
  z-index: 999;
}

.side_nav{
  width: 380px;
  background-color: #c0242d;
  padding: 20px 25px;
  margin-bottom: 15px;
  font-family: Poppins;
  border-radius: 8px;
}

.service-small-image{
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.side_nav2{
  width: 380px;
  right: 5%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+30,3690f0+62,1e69de+100 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 30%, #3690f0 62%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 30%,#3690f0 62%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 30%,#3690f0 62%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

  padding: 20px 25px;
  margin-bottom: 15px;
  font-family: Poppins;
  border-radius: 8px;
  text-align: center;
  margin-top: 20px;
}

.side_nav2 p:last-child{
  border: 1px solid #ffff;
  border-radius: 5px;
  padding: 5px;
  width: auto;
  margin-top: 20px !important;
}

.side_nav2 p{
  color: #ffff;
  font-size: 20px;
  font-weight: 500;
  margin: 0 !important;
}

.side_nav2 h2{
  color: #ffff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.fur{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: hsla(0,0%,100%,.9);
  margin-bottom: 16px;
}

.rate{
  padding: 10px;
  background-color: rgba(0,0,0,.2);   
  color: hsla(0,0%,100%,.9);
  border-radius: 8px;
  width: 182px;
  margin-bottom: 20px;
}

.rate2{
  padding: 10px;
  background-color: #c0242d;
  color: hsla(0,0%,100%,.9);
  border-radius: 8px;
  width: 182px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.star{
  font-size: 25px !important;
  color: #fff !important;
}

.num{
  padding-left: 5px;
  font-size: 24px;
  font-weight: 600;
  align-self: center;
}

.num_txt{
  padding-left: 5px;
  align-self: flex-end;
}

.mnu a:hover{
  text-decoration: none;
}

.mnu1{
  background-color: #fff;
  margin-bottom: 15px;
  padding: 14px 20px;
  border-radius: 8px;
  align-self: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,.9);
}

.rit{
  float: right;
  padding-top: 5px;
  color: #c71f66;
}

.more{
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #fff!important;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
  text-align: center;

}

.more a{
  color: #fff;
}

.more a:hover{
  text-decoration: none;
  color: #fff;
}

.cl_1{
    font-family: Poppins;
    border-right: 1px solid #ebecef;
    padding-right: 0 !important;
    padding-bottom: 400px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 2%;
  margin-top: -500px;
}

.cl_1 ul li{
    list-style-type: none;
    cursor: pointer;
}

.cl_1 ul li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.9);
    text-decoration: none;
    padding: 10px 0 10px 40px;
}

.cl_1 li.active a{
    text-decoration: none;
    border-right: 4px solid #c0242d;
    background-color: #f4f5f8;
    font-weight: 700;
    color: #000;
}

#section1, #section2, #section3, #section4, #section5, #section6{
    text-align: left;
}

#section1 h1{
    font-weight: 500 !important;
    font-family: poppins !important;
    color: #000;
}

#section1 h4{
    font-family: poppins !important;
    color: #212121;
    font-size: 18px !important;
}

#section1 h3{
  font-family: poppins !important;
  color: #212121;
  font-size: 18px !important;
}

#section9 h3{
  font-family: poppins !important;
  color: #212121;
  font-size: 20px !important;
}

#section5 h3{
  font-family: poppins !important;
  color: #212121;
  font-size: 18px !important;
}

#section6 h3{
  font-family: poppins !important;
  color: #212121;
  font-size: 24px !important;
  font-weight: 500 !important;
}

#section5 h3{
  font-family: poppins !important;
  color: #212121;
  font-size: 24px !important;
  font-weight: 500 !important;
}

#section1 h3{
  font-family: poppins !important;
  color: #212121;
  font-size: 24px !important;
  font-weight: 500 !important;
}

#section4 h3{
  font-family: poppins !important;
  color: #212121;
  font-size: 24px !important;
  font-weight: 500 !important;
}

#section1 ul li{
    padding-left: 10px !important;
    padding-bottom: 5px;
    list-style-type: none;
}

#section9 ul{
  padding-left: 20px !important;
}

#section9 ul li{
  padding-bottom: 5px;
  list-style-type: disc;
}

#section5 ul li{
  padding-left: 15px !important;
  padding-bottom: 5px;
  list-style-type: none;
}

#section2 h3{
    font-weight: 500 !important;
    font-family: poppins !important;
    color: #000;
    font-size: 24px;
    margin-top: 50px;
}

#section5{
  margin-top: 50px;
}

#section6{
  font-weight: 500 !important;
  font-family: poppins !important;
  color: #000;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#section3 h3{
    font-weight: 700;
    font-family: poppins !important;
    color: #000;
    font-size: 24px;
}

#section3 h5{
    padding: 10px;
    color: #000;
    font-size: 15px !important;
    font-family: poppins !important;
}
    

#section3 ul li{
    padding-left: 10px !important;
    padding-bottom: 5px;
    list-style-type: none;
}

#section3 strong{
  color: #212121;
}

#section6 ul{
  padding-left: 20px;
}

#section6 ul li{
  padding-bottom: 5px;
  list-style-type: circle;
  font-size: 14px;
  color: #919aa3;
  font-weight: 400;
}

#section4 h1{
    font-weight: 500;
    font-family: poppins !important;
    color: #000;
    margin-top: 50px;
}

#section4 h4{
    color: #212121;
    font-size: 18px !important;
    font-family: poppins !important;
}

#section4 ul li{
    padding-bottom: 5px;
    list-style-type: none;
}

/*faq*/

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
  padding-left: 10px !important;
}

.panel-group{
  padding-bottom: 10px;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
  font-family: poppins;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  background-color: #e1e1e1;
  color: #000;
}

.panel-title > a:hover{
  text-decoration: none;
  color: #000;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.panel-body{
  color: #6c757d;
  font-size: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.faq{
  box-shadow: none !important;
}

.faq .mat-expansion-panel-header{
  height: 55px;
  background-color: #f2f2f2 !important;
  box-shadow: none !important;
  font-family: 'poppins' !important;
}

.faq .mat-expansion-panel-body {
  padding: 16px 24px;
  color: #6c757d;
  font-family: 'poppins' !important;
}

.item-modal{
  border: 1px dotted #919aa3 !important;
  padding: 15px !important;
}

/*-------------------------css for trending section---------------------------------------*/

.service-section-trending{
  background-color: #ffff;
  margin-top: 3rem;
}

/*-------------------------css for order page---------------------------------------*/

.my-crd .fa-star:before {
  margin-right: 10px;
}

.my-crd a:hover{
  text-decoration: none;
}

.ordr{
  margin-top: 20px;
  margin-bottom: 20px;
}

.ordr_img img{
  width: 50px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ordr .card-title{
  font-family: poppins;
  font-size: 20px;
  color: #000;
}

.ordr .card-text{
  color: #c0242d;
  font-weight: 500;
}

.card-text a{
  color: #c0242d;
}

.ordr .track{
  float: left;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #c0242d;
}

.ordr .track2{
  float: left;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  color: #c0242d;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #c0242d;
}

.ordr .track2:hover{
  background-color: #212121;
  color: #fff;
  border: none;
}

.order-no{
  text-align: right;
}

.no-order-show{
  padding: 10px;
  border: none !important;
}

/*-------------------------css for about us---------------------------------------*/

.about-banner{
  background: url("../images/about-us-banner.png") center top no-repeat;
  min-height: 400px;
}

.about-overlay-bg{

  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 2;
  /*cursor: pointer;*/
  height: 100%;
}

.abut-page{
  font-family: poppins;
}

.abut-page b{
  font-weight: 500;
  font-size: 20px;
}

.abut-page h1{
  color: #212121;
}

.abut-page h1 a{
  color: #c0242d;
}

.abut-page .card{
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
}

.abut-page .card-header{
  font-size: 30px;
  font-weight: 400;
  color: #c0242d;
}

.abut-page .card-title{
  font-size: 20px;
  color: #000;
}

.abut-page .card-text{
  margin-top: 20px;
  margin-bottom: 30px;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  margin: 8px;
  border: none !important;
}

.card:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #c0242d;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
  .modal-dialog-centered::before{
    display: block !important;
  }
}

.abut-page h2{
  font-size: 30px !important;
  font-weight: 400;
  color: #212121;
  font-family: poppins !important;
  margin-top: 50px !important;
}

.abut-page .btn{
  background-color: #c0242d;
  border: none;
}

.abut-page .btn:hover{
  background-color: #555;
}

/*-------------------------css for contact us---------------------------------------*/

.contact-banner{
  background: url("../images/contact-us-banner.png") center top no-repeat;
  background-size: cover;
}

.cnct-page{
  margin-top: 8rem;
}

.cnct-page .card{
  padding: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cnct-page button{
  background-color: #c0242d;
  border: none;
}

.cnct-page button:hover{
  background-color: #555;
}

.cnct-page h3{
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #c0242d;
}

.cnct-info{
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  /* background-color: #c0242d !important; */
  color: #fff;
}

.cnct-info h3{
  color: #fff !important;
  margin-bottom: 30px !important;
}

.cnct-info p{
  font-size: 15px !important;
  margin-bottom: 25px !important;
  display: flex;
  align-items: center;
}

.cnct-info .fa{
  margin-right: 10px;
}

.contact-submit-button{
  background-color: #c0242d !important;
}

.cnct-info a{
  color: #fff;
}

/*-------------------------css for checkout page---------------------------------------*/

.chkout{
  margin-top: 30px;
  color: #000;
  margin-bottom: 30px;
}

.chkout .sub-cat{
  color: #878787;
}

.checkout-heading{
  color: #c0242d;
  font-weight: 500;
  margin: 0 !important;
}

.chkout .card-header{
  font-weight: 100;
  vertical-align: middle !important;
  background-color: #c0242d !important;
  color: #ffff !important;
}

.chkout .card-header p{
  color: #ffff !important;
}

.chkout .card-header .btn{
  position: relative;
  float: right;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #c0242d;
  border: 1px solid #c0242d;
}

.chkout .card-header .btn:hover{
  background-color: #c0242d;
  color: #fff;
}

.chkout .card-text{
  font-weight: 100;
  color: #878787;
  margin-left: 28px;
}

.chkout .card-text2{
  font-weight: 500;
  color: #212121;
}

.chkout ul li{
  color: #878787;
}

.chkout .pay-card .btn{
  background-color: #c0242d;
  border: none;
  color: #fff;
  font-size: 12px;
}

.pay-card .btn:hover{
  background-color: #c0242d;
}

.chkout .ordr{
  margin-top: 15px;
}

.pay-card .mat-radio-label{
  margin-bottom: 0 !important;
}

.pay-card .mat-radio-outer-circle{
  border-width: 1px;
  width: 15px;
  height: 15px;
}

.pay-card .mat-radio-inner-circle{
  width: 15px;
  height: 15px;
}

.mat-radio-label-content{
  font-weight: 500 !important;
}

.pay-card .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #c0242d !important;
}

.pay-card .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
  border-color: #c0242d !important;
}

.pay-card ul li{
  padding-left: 0;
}

.pay-card ul li:first-child{
  padding-top: 0;
}

.price-row{
  font-weight: 100 !important;
}

.price-strike{
  text-decoration: line-through;
}

.price-off{
  color: #fff;
  font-weight: 500 !important;
  font-size: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+30,3690f0+62,1e69de+100 */
  background: #6db3f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 30%, #3690f0 62%, #1e69de 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 30%,#3690f0 62%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 30%,#3690f0 62%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
  padding: 5px;
  border-radius: 5px;
}

.price-row span{
  color: #878787;
}

.price-row span:last-child{
  float: right;
}

.price-row0{
  border-top: 1px solid #bbbcd1;
  padding-top: 15px;
}

.price-row0 span{
  font-weight: 500;
  color: #212121;
}

.service-colm{
  overflow: auto;
}

.please-login{
  text-align: center;
}

.please-login .card-title{
  color: #212121;
}

.please-login button{
  border: none;
  width: 200px;
}

.checkout-service-table{
  font-weight: 500;
}

/*-------------------------css for add address modal---------------------------------------*/

.address-modal{
  padding: 30px;
}

.address-modal .modal-header{
  color: #c0242d;
  font-weight: 500;
  margin: 0 !important;
  margin-bottom: 20px !important;
  padding: 0;
  box-shadow: none;
}

.address-modal .modal-header p{
  font-size: 14px;
  font-weight: 500;
}

.address-modal .btn{
  background-color: #c0242d;
  border: none;
  color: #fff;
  font-size: 12px;
}

.address-modal .btn:hover{
  background-color: #c0242d;
}

/*-------------------------css for partner request---------------------------------------*/

.partner-request{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.partner-request-card{
  position: absolute !important;
  background-color: #c0242d !important;
  width: 30%;
  right: 10%;
  top: 30% !important;
  padding: 40px;
}

.partner-request-card h1{
  color: #fff;
  font-size: 20px !important;
}

.partner-request-card label{
  color: #fff;
  font-weight: 200;
}

.partner-request-card input{
  font-size: 12px;
}

.partner-request-button{
  background-color: #fff !important;
  height: 40px;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #c0242d !important;
  border: none !important;
}

.partner-request-button:hover{
  background-color: #878787 !important;
  color: #fff !important;
}

.snack-icon{
  font-size: 20px;
  color: greenyellow;
}

/* .mat-snack-bar-container{
  background-color: #417505 !important;
  color: #fff !important;
} */

/*-------------------------css for Terms of Use---------------------------------------*/

.primary-header h1, h3, h4{
  color: #212121;
}

.primary-header h1, h3{
  font-weight: 500 !important;
}

.time-input{
  margin-bottom: 20px;
  height: 50px !important;
  border-color: rgba(0,0,0,.12) !important;
}

/*-------------------------css for Accordian---------------------------------------*/

.accordion .card-header h2 button {
  display: block !important;
  color: #c0242d !important;
  width: 100%;
  text-align: left;
  font-size: 14px !important;
  border: none !important;
}

.accordion .card-header h2 button:hover{
  background-color: rgba(0, 0, 0, 0.0) !important;
  text-decoration: none;
  border: none !important;
}

.accordion .card-header h2 .add-accord{
  background-color: #c0242d !important;
  color: #ffff !important;
}

.accordion .card-header h2 .add-accord:hover{
  background-color: #c0242d !important;
  color: #ffff !important;
}

.btn-link{
  border: none !important;
}

.btn-link:hover{
  text-decoration: none !important;
}

.accordion button{
  border: none !important;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none !important;
  box-shadow: unset !important;
}

.modal-header .close{
  outline: none !important;
}

#headingOne{
  background-color: #ffeeef;
}

.chkout .card-header{
  background-color: #ffff;
}

.mat-form-field-infix{
  /* border-top: 0 !important; */
  margin-top: 3px;
}

.ngx-timepicker-control__arrow:nth-child(2){
  margin-top: -9px !important;
}

.mat-button-wrapper{
  font-size: 18px !important;
}

.mat-form-field-flex{
  border: 1px solid rgba(0,0,0,.12) !important;
  background-color: #eee;
}

.mat-datepicker-toggle button{
  outline: none !important;
}

.mat-stepper-vertical {
  margin-top: 8px;
}

.mat-form-field {
  /* margin-top: 16px; */
}

.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit{
  background-color: #c0242d !important;
}

.mat-form-field-appearance-legacy .mat-form-field-underline{
  height: 0 !important;
}

.delete-btn{
  color: #c0242d;
  font-size: 18px;
}

.add-type{
  background-color: #ebebeb;
  padding: 6px;
}

.add-name{
  font-weight: 500;
}

.select-time{
  width: 100%;
  background-color: #eee;
  outline: none;
  padding: 6px;
  border: 1px solid rgba(0,0,0,.12) !important;
  height: 48px;
}

.select-time option{
  background-color: #ffff !important;
  border: none !important;
}

.mat-step-header{
  background-color: #ececec !important;
  margin-bottom: 10px;
}

.list-group-flush > .list-group-item:last-child{
  color: #212121 !important;
}

.list-group-flush > .list-group-item:last-child p{
  color: #212121 !important;
}

.next-btn{
  background-color: #c0242d !important;
  color: #ffff !important;
  outline: none !important;
  font-family: poppins !important;
  width: 200px;
  float: right;
  margin-bottom: 20px !important;
}

.checkout-service{
  border-bottom: 1px solid #e1e1e1;
}

.checkout-stepper .active{
  background-color: #878787 !important;
}

.checkout-date .mat-form-field-flex{
  border: none !important;
}

.checkout-date .ng-star-inserted{
  margin-bottom: 0 !important;
}

.checkout-date tr th{
  font-weight: 500;
}


/*-------------------------css for breadcrumb---------------------------------------*/


.local-breadcrumb ol{
  background-color: #c0242d;
  border-radius: 0;
  margin-bottom: 0 !important;
}

.local-breadcrumb ol li a{
  color: #ffff !important;
}

.local-breadcrumb ol li{
  color: #ffff !important;
}

.local-breadcrumb ol li::before{
  color: #ffff !important;
}

.cart-badge{
  position: absolute;
  background-color: #c0242d;
  color: #fff;
}

.ang-button{
  background-color: #c0242d;
  color: #ffff !important;
}

.modal-backdrop.show{
  z-index: 99;
}

.location-modal{
  color: #212121;
  margin-top: 10%;
}

.location-modal .modal-title{
  margin-bottom: 0;
}

.location-modal .modal-header .modal-title h3{
  padding-bottom: 0 !important;
}

.banner-section .banner-text h3{
  padding-bottom: 0 !important;
}

.no-location-add{
  color: #000;
  font-size: 15px;
  font-weight: 500 !important;
}

.location-add:hover{
  color: #c0242d;
}

/*-------------------------css for location side nav---------------------------------------*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #ffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  text-decoration: none;
  font-size: 15px;
  color: #212121;
  display: block;
  transition: 0.3s;
  padding-bottom: 10px;
}

.sidenav a:hover{
  text-decoration: none;
}

.sidenav p{
  text-align: left;
}

/* .sidenav a:hover {
  color: #f1f1f1;
} */

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .mat-button-wrapper{
  font-size: 16px !important;
}

.sidenav .closebtn:hover{
  color: #c0242d;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  outline: none;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #c0242d;
  color: #ffff;
  font-size: 17px;
  /* border: 1px solid grey; */
  border-left: none;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

/*-------------------------css for review page---------------------------------------*/

fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

.review-card{
  border: none !important;
}

.review-card button{
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*-------------------------css for error page---------------------------------------*/

.hit-the-floor {
 height: 100vh;
 text-align: center;
 margin-top: 20%;
}

.hit-the-floor h3{
  font-size: 10rem !important;
  color: #c0242d;
}

.hit-the-floor p{
  font-size: 2rem;
  margin-top: 50px !important;
}

.location-button{
  height: 55px;
  width: 150px;
}

.top-bar{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
  padding: 10px 20px;
  background-color: #212121;
}

.top-bar p{
  margin-bottom: 0;
}

.top-bar p a{
  color: #fff;
  text-decoration: none;
}

.bottom-bar{
  padding-bottom: 10px;
  padding-top: 10px;
  background: #c0242d;
}

.bottom-bar2 .ng-star-inserted{
  margin-bottom: 0 !important;
}

.bottom-bar ul li{
  padding: 10px 30px;
}

.bottom-bar ul li a{
  color: #fff;
  text-decoration: none;
}

.logo-menu{
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}

/*-------------------------css for header search---------------------------------------*/

.search-container {
  float: right;
}

.search-container input[type=text] {
  padding: 6px;
  margin-top: 10px;
  font-size: 15px;
  border: none;
  background-color: rgba(0,0,0,.04);
  outline: none;
  width: 300px;
}

.search-container button {
  position: absolute;
  float: right;
  padding: 6px 10px;
  margin-top: 10px;
  margin-right: 16px;
  background: #c0242d;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .search-container {
    float: none;
  }

  .search-container input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .search-container input[type=text] {
    border: 1px solid #ccc;  
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.career-drop .mat-form-field{
  padding-top: 25px;
}

.career-drop .mat-form-field-underline{
  bottom: unset;
  display: none;
}

.career-drop .ng-star-inserted{
  margin-bottom: 0;
}

.career-drop .mat-form-field-wrapper{
  padding-bottom: 0;
}

.career-drop .mat-form-field-flex{
  border: none !important;
  background-color: #fff ;
}

.career-drop .mat-form-field-appearance-fill .mat-form-field-label{
  top: 50%;
}

.career-text{
  color: #ffff;
  font-size: 30px !important;
  line-height: 1.5 !important;
  text-align: center;
}

.career-text h1{
  margin-top: 13% !important;
  font-size: 30px !important;
}

.why-urban h1{
  color: #000;
}

.why-urban-team h1{
  color: #000;
  font-weight: 600;
  font-size: 25px;
}

.why-urban-team h2{
  font-size: 20px;
}

.why-urban p{
  color: #878787;
  margin-top: 20px !important;
  font-size: 15px !important;
}

.team-image{
  max-height: 200px;
}

/*-------------------------css for all service---------------------------------------*/

.all-Services-height{
  min-height: 500px;
}

.all-ser-sidenav {
  height: 100%;
  width: 160px;
  position: sticky;
  z-index: 1;
  
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.all-ser-sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.all-ser-sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .all-ser-sidenav {padding-top: 15px;}
  .all-ser-sidenav a {font-size: 18px;}
}

.no-ser-img{
  margin-top: 4rem;
}

.no-ser-text{
  font-size: 25px;
  color: #000;
  font-weight: 500;
  margin-top: 20px !important;
  margin-bottom: 10rem !important;
}

.empty-cart-bg{
  background: #ffff !important;
  width: 250px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #ddd;
}

.sidenav2{
  display: none;
}

.sidenav3{
  display: none;
}

.hamburg{
  display: none;
}

.bnr-loc{
  display: flex !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}

.footer-mob{
  display: none !important;
}

.ordr-mob{
  display: none;
}

.chckout-ordr-mob{
  display: none;
}

.add-btn-mob{
  display: none !important;
}

.ser-name{
  display: block;
  color: #212121;
}

.serch-bannr{
  margin-right: 2rem !important;
}

.add-stepper-mob{
  display: none !important;
}

.desk-none{
  display: none;
}

/* .ser-card .card{
  height: 350px;
} */

/*-------------------------css for mobile view---------------------------------------*/

@media screen and (max-width: 480px){

  .rating-box{
    margin-left: 1rem;
  }

  .mob-none{
    display: none;
  }

  .desk-none{
    display: block;
  }

  .add-btn-mob{
    display: block !important;
    background-color: #c0242d !important;
    border: none !important;
    outline: none !important;
  }

  .time-slot-btn{
    margin-top: 1rem !important;
  }

  .add-stepper-mob{
    display: block !important;
  }

  .add-stepper-desk{
    display: none !important;
  }

  #section1 span{
    font-size: 16px;
  }

  .sub-banner3{
    min-height: 350px;
  }

  .sub-banner3 .up-overlay-bg{
    height: 350px;
  }

  .sub-banner2 .up-overlay-bg{
    height: auto;
  }

  .partner-request{
    display: none;
  }

  .partner-request-card {
    position: relative !important;
    width: 0;
    right: 0;
    width: auto;
}

  .bottom-bar{
    padding-bottom: 30px;
  }

  #section1 p{
    font-size: 10px !important;
  }

  .bottom-nav{
    margin-right: 1rem;
  }

  .android-sec button{
    height: 33px;
    flex-direction: column-reverse;
  }

  .serch-bannr{
    margin-right: 0 !important;
  }

  .find-service button{
    margin-bottom: 10px;
  }

  .search button{
    top: 69%;
  }

  .banner-text{
    padding: 15px;
  }

  .why-us span{
    font-size: 10px !important;
    font-weight: 500;
    margin-left: 1rem;
  }

  .why-us img{
    width: 25px !important;
  }

  .why-us{
    margin-top: 0 !important;
  }

  .why-choose-img{
    display: none;
  }

  nav{
    display: none !important;
  }

  nav ul li a{
    font-size: 12px;
  }

  .dropbtn{
    font-size: 15px;
  }
  
  .hamburg{
    display: block;
  }

  .sidenav2 {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav2 a {
    padding: 15px 15px 15px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #212121;
    display: block;
    transition: 0.3s;
  }

  .sidenav2 .dropdown {
    padding: 15px 15px 15px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #212121;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav2 a:hover {
    color: #c0242d;
    text-decoration: none;
  }

  .sidenav2 .dropdown:hover {
    color: #c0242d;
    text-decoration: none;
  }
  
  .sidenav2 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidenav2 li{
    list-style-type: none !important;
  }

  @media screen and (max-height: 450px) {
    .sidenav2 {padding-top: 15px;}
    .sidenav2 a {font-size: 18px;}
  }

  .location-button{
    font-size: 15px !important;
  }

  .search-container{
    width: auto;
  }

  .search-container button{
    margin: 0;
    top: 15%;
    right: 10%;
  }

  .banner-section .banner-text h2{
    font-size: 30px !important;
  }

  .banner-section .banner-text h3{
    font-size: 20px !important;
  }

  .location-button .mat-button-wrapper{
    font-size: 15px !important;
  }

  .search .form-control{
    font-size: 12px;
  }

  .bnr-loc{
    justify-content: center !important;
    margin-bottom: 10px;
  }

  .service-icon{
    display: flex;
    justify-content: center !important;
  }

  .service-icon img{
    width: 30px;
    height: 30px;
  }

  .service-name{
    font-size: 12px !important;
    line-height: 15px !important;
    padding-top: 5px;
  }

  .heading{
    font-size: 15px !important;
  }

  .service-section-trending{
    margin: 0;
  }

  .img-content-name{
    height: auto;
  }

  .how-it-works{
    padding-top: 0 !important;
    background-color: #fff !important;
  }

  .works-icon{
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 43px;
  }

  .how-work-section h5{
    font-size: 12px;
    font-weight: 300 !important;
  }

  .how-work-section p{
    font-size: 10px;
    line-height: 1.5;
  }

  .mobile-app{
    display: none;
  }

  .android-des{
    text-align: center;
  }

  .android-des h1{
    font-size: 20px !important;
  }

  .play-store{
    display: flex;
    justify-content: center;
  }

  .counter-icon img{
    width: 25px;
  }

  .couter-up h3{
    font-size: 15px !important;
    font-weight: 500;
    padding: 0 !important;
  }

  .couter-up p{
    font-size: 12px !important;
  }

  .loc-nav{
    padding-right: 5rem !important;
  }

  .rightsidebar.shownotification{
    width: 320px;
  }

  input[type=number]{
    font-size: 12px;
  }

  input[type=text]{
    font-size: 12px;
  }

  input[type=email]{
    font-size: 12px;
  }

  .otp-inp{
    width: 30px !important;
  }

  .footer-link-section h3{
    font: 400 12px/12px Roboto, "Helvetica Neue", sans-serif;
  }

  .footer-mob{
    display: block !important;
    font-size: 12px;
    padding: 0px 35px !important;
    line-height: 2;
    width: 100%;
  }

  .footer-mob ul li{
    padding: 10px;
  }

  .footer-mob ul li a{
    color: #919aa3;
    text-decoration: none;
  }

  .footer-link-section{
    display: none;
  }

  footer .copy-right-section p{
    font-size: 12px;
    color: #fff !important;
  }
  
  .sidenav3{
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav3 a {
    padding: 15px 15px 15px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #212121;
    display: block;
    transition: 0.3s;
  }

  .sidenav3 .dropdown {
    padding: 15px 15px 15px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #212121;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav3 a:hover {
    color: #c0242d;
    text-decoration: none;
  }

  .sidenav3 .dropdown:hover {
    color: #c0242d;
    text-decoration: none;
  }
  
  .sidenav3 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  @media screen and (max-height: 450px) {
    .sidenav3 {padding-top: 15px;}
    .sidenav3 a {font-size: 18px;}
  }

  .sidenav3 li{
    list-style-type: none;
  }

  .ser-nav li{
    display: none !important;
    font-size: 12px;
  }

  .ordr-desk{
    display: none;
  }

  .ordr-mob{
    display: block;
    font-size: 12px;
  }

  .ordr-add{
    font-size: 12px;
  }

  .service-banner-content h3{
    font-size: 25px !important;
  }

  .side-nav-container{
    position: inherit;
    top: 32%;
    right: 0;
  }

  .side_nav{
    width: 100%;
  }

  .side_nav2{
    width: 100%;
  }

  #myHeader{
    display: none;
  }

  .cart-modal{
    width: 100% !important;
  }

  .chckout-ordr-desk{
    display: none;
  }

  .chckout-ordr-mob{
    display: block;
    margin-left: 2rem;
  }

  .place-ordr{
    margin-bottom: 1rem !important;
  }

  .overlay{
    display: none;
  }

  .ser-name{
    display: block;
    color: #c0242d;
    font-size: 12px;
    line-height: 1;
  }

  .loc-desk{
    display: none !important;
  }

  .abut-page b{
    font-weight: 500;
    font-size: 15px;
  }

  .contact-banner{
    background: none;
  }

  .contact-banner .about-overlay-bg{
    display: none;
  }

  .cnct-page .card{
    padding: 20px;
  }

  .cnct-info h3{
    font-size: 15px !important;
    color: #c0242d !important;
  }

  .career-drop .mat-form-field{
    padding: 10px;
  }

  .career-banner{
    background: none;
  }

  .career-banner .up-overlay-bg{
    display: none;
  }

  .career-banner button{
    margin-bottom: 2rem;
  }

  .abut-page p{
    font-size: 10px;
  }

  .why-urban p{
    font-size: 12px;
  }

  .ser-banner{
    height: 450px !important;
  }

  /* .sub-banner .up-overlay-bg{
    height: 100vh !important;
  } */

  #section5{
    font-size: 12px;
  }

}

/*-------------------------css for home search result---------------------------------------*/

#section5 .fa{
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #c0242d;
  color: #c0242d;
  font-size: 20px !important;
}

.why-us{
  margin-top: 4rem;
}

.why-us img{
  width: 50px;
}

.why-us span{
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-left: 1rem;
}

.top-search{
  top: 5%;
  right: 0;
  padding: 2px;
}

.side-src input[type="search"] {
  -webkit-appearance: none !important;
  background-clip: padding-box;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid #c0242d;
  font-size: 1rem;
  width: 100%;
  line-height: 2;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.side-src input[type="search"]:focus {
  transition: all 0.5s;
  box-shadow: 0 0 5px #c0242d;
  outline: none;
}

.side-src form.search-form {
  display: flex;
  justify-content: center;
}

.side-src label {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  margin-bottom: 0;
}

.side-src input.search-field {
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  height: 51px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.side-src input.search-submit {
  height: 51px;
  margin: 0;
  padding: 1rem 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 10px;
}

.side-src .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.side-src .button {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #c0242d;
  color: #fff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.side-src .button:hover,
.button:active,
.button:focus {
  cursor: pointer;
  background: #ad1f26;
  color: #fff;
  outline: 0;
}

.side-src .mat-form-field{
  width: 100%;
}

.side-src .ng-star-inserted{
  margin-bottom: 0;
}

.side-src .mat-input-element {
  caret-color: #ad1f26;
}

.side-src .mat-form-field-appearance-fill .mat-form-field-flex{
  border: 1px solid #ad1f26 !important;
}

#section7 .card{
  box-shadow: none;
}

#section7 h3{
  font-size: 25px;
  margin-top: 2rem;
}

#section7 ul{
  margin-top: 1rem;
}

#section7 ul li{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

#section7 ul li:hover{
  background-color: rgb(243, 243, 243);
  padding-left: 10px;
  border-bottom: none;
}

#section7 ul li a{
  color: #212121;
  font-size: 15px;
}

.ser-banner{
  height: 450px !important;
  width: 100%;
}

a:hover{
  cursor: pointer;
}

.review-box{
  
}

.letter-box{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #6db3f2;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  padding: 15px;
}

#section8{
  border: 1px dashed #ccc;
  padding: 1rem;
  margin-bottom: 2rem;
}

#section8 h3{
  font-size: 20px;
  color: #ad1f26;
}

#section8 p a{
  font-size: 15px;
  font-weight: 500;
  color: #212121;
  padding-right: 1rem;
}

#section8 p a:hover{
  color: #555;
}

#section9{
}

#section9 h3{
  font-size: 20px;
  color: #212121;
}

#section9 p a{
  font-size: 15px;
  font-weight: 500;
  color: #212121;
  padding-right: 1rem;
}

#section9 p a:hover{
  color: #555;
}

.review fieldset,
label {
    margin: 0;
    padding: 0;
}

.review body {
    margin: 20px;
}

.review h1 {
    font-size: 1.5em;
    margin: 10px;
}

.review .rating2 {
    border: none;
    margin-right: 60px;
    
}

.review .myratings {
    font-size: 60px;
    color: green;
    margin-top: 1rem;
}

.review .rating2>[id^="star"] {
    display: none;
}

.review .rating2>label:before {
    margin: 5px;
    font-size: 2.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.review .rating2>.half:before {
    content: "\f089";
    position: absolute;
}

.review .rating2>label {
    color: #ddd;
    float: right;
}

.review .rating2>[id^="star"]:checked~label,
.rating2:not(:checked)>label:hover,
.rating2:not(:checked)>label:hover~label {
    color: #FFD700;
}

.review .rating2>[id^="star"]:checked+label:hover,
.rating2>[id^="star"]:checked~label:hover,
.rating2>label:hover~[id^="star"]:checked~label,
.rating2>[id^="star"]:checked~label:hover~label {
    color: #FFED85;
}

.review .reset-option {
    display: none;
}

.review .reset-button {
    margin: 6px 12px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.review .mt-100 {
    margin-top: 100px;
}

.review .card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 11px;
    box-shadow: none;
}

.review .card .card-body {
    padding: 1rem 1rem;
}

.review .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.review p {
    font-size: 14px;
}

.review h4 {
    margin-top: 18px;
}

.review .btn:focus {
    outline: none;
}

.review .btn {
    border-radius: 22px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 8px 19px;
    cursor: pointer;
    color: #fff;
    background-color: #D50000;
}

.review .btn:hover {
    background-color: #D32F2F !important;
}

#section10 .card{
  box-shadow: none;
}

#section10 h3{
  font-size: 25px;
  margin-top: 2rem;
}

#section10 ul{
  margin-top: 1rem;
}

#section10 ul li{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

#section10 ul li:hover{
  background-color: rgb(243, 243, 243);
  padding-left: 10px;
  border-bottom: none;
}

#section10 ul li a{
  color: #212121;
  font-size: 15px;
}

#section11{
  border-bottom: 2px solid #ddd;
  margin-bottom: 2rem;
}

#section11 h3{
  font-size: 25px;
  margin-top: 2rem;
}

.cart-delete a{
  padding: 10px;
  background-color: #D32F2F;
  font-size: 15px;
  color: #fff;
  float: right;
  font-weight: 500;
  border-radius: 5px;
}

.cart-delete a:hover{
  color: #fff;
}

.also-loc{
  display: flex;
}

.rating-box{
  color: green;
  font-weight: 800;
  font-size: 18px;
}

.review-txt{
  font-weight: 600;
}

.add-edit{
  float: right;
}

.add-edit .mat-button-wrapper{
  font-size: 13px !important;
}

/*-------------------------css for blog---------------------------------------*/

.logogrid__item img{
  filter: none !important;
}




.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
}
.faq-title h2 {
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #c0242d;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}

.faq {
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
}

.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #c0242d;
color: #fff;
font-size: 12px;
margin-right: 20px;
}

.faq .card .card-body {
padding: 30px;
padding-left: 35px;
padding-bottom: 16px;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}

/* testimonial */

.testimonials-slider .carousel-item{
  height: 200px;
}

.testimonials-slider .carousel-item h2{
  font-size: 25px;
  margin-bottom: 1rem;
}

.testimonials-slider .carousel-item p{
  font-weight: 100;
}

.testimonials-slider .carousel-item img{
  background-size: ;
}

/* business */

.career-drop .mat-form-field{
  padding-top: 3px;
}

.career-drop .mat-form-field-flex{
  background-color: #fff !important;
}

.up-overlay-bg{
  height: 400px;
}

.logo{
  display: flex;
  justify-content: center;
}

.logogrid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-auto-rows: auto;
  grid-gap: 4rem;   
}

.logogrid__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logogrid__item img {
  object-fit:cover;
  max-width: 120px;
  max-height: 60px;
  filter: grayscale(100%) contrast(25%);
  transition: filter .3s ease;
}

/* banner */

.career .carousel-caption{
  bottom: 15%;
}

.career .carousel-caption h1{
  font-size: 30px;
  font-weight: 500;
}

.career-overlay-bg{
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  height: 492px;
}

.career .carousel-indicators li{
  border-radius: 50px;
  width: 5px;
  height: 5px;
  margin-bottom: 0.5rem;
}

.testimonials-slider .carousel-indicators li{
  border-radius: 50px;
  width: 5px;
  height: 5px;
}

.owl-carousel{
  display: flex !important;
}

.owl-carousel .col-md-3{
  padding: 0 !important;
}

.text-12{
  font-size: 12px !important;
}

button{
  border: none !important;
}

/* dropdown */

.dropbtn {
  background-color: #c0242d;
  color: white;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: max-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content .drop-box:hover{
  background-color: #eee ;
  color: #c0242d;
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {display: block;}

.drop-box{
  padding: 1rem;
  text-align: center;
}

.drop-box img{
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin: 0 auto;
}

.drop-box h3{
  font-size: 15px;
  margin-top: 10px;
}

.drop-side-border{
  border-right: 1px solid #eee;
}

.ser-drop .dropdown-content{
  padding: 1rem !important;
  border-radius: 10px;
}

.ser-drop .dropdown-content a{
  color: #212121 !important;
  padding: 5px !important;
}

.ser-drop .dropdown-content a:hover{
  color: #c0242d !important;
}

/*------------------------------ testimonial section-----------------------------*/

.testimonial {
  border-right: 4px solid #c0242d;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #c0242d;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #c0242d;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c0242d;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #c0242d;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #c0242d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #c0242d !important;
  border-color: #c0242d;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

/* banner */

.carousel-control-prev{
  top: 25% !important;
}

.carousel-control-next{
  top: 25% !important;
}

.carousel-control-prev-icon {
  background-image: url('../images/arrow.png') !important;
}

.carousel-control-next-icon {
  background-image: url('../images/right-arrow.png') !important;
}

/* sticky contact */

.sidebar-contact{
  position:fixed;
  top:100%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:40px;
  width:120px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top:0;
  left:-80px;
  line-height:48px;
  transform: rotate(-90deg);
  color: #fff;
  font-weight: 500;
}
.toggle:before{
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  
}

/* why choose */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: center;
  padding: 16px;
}

th:first-child, td:first-child {
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}

/* area covered */

.area_covered{
  text-decoration: underline;
  font-weight: 500;
}

/* panorama */

.pano-catagory{
  margin-bottom: 5rem;
}

.pano-catagory ul li{
  display: inline;
  padding: 2px;
}

.pano-catagory ul li a{
  color: #000;
}

.pano-catagory ul li a:hover{
  color: #ad1f26 !important;
}