
			body{
			margin: 0px;
			padding: 0px;
			font-family: monospace;
  			font-family: Arial;
        background-color: rgba(250, 250, 250, 1.0);

		}


* {
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
}

.mainCon{
  display: flex;
  width: 100%;
}

.mainCon{
  display: flex;
  width: 100%;
}
.navbar{
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 3;
  background-color: white;
  margin-left: 0px;

}
.sidebar{
  width: 250px;
  height: 100%;
  background-color: white;
  overflow-y: auto;
  transition: 0.5s;
  z-index: 1000;

}

content{
  flex: 1;
}
.sidebar>div{
  width: 250px;
  position: fixed;
  min-height: 600px;
  background-color: white;
  border-right: 1px solid ;
  border-image: 
    linear-gradient(
      white,
      lightgrey
    ) 1 100%;
}


.hCon1{
  width: 40px;
  padding-top: 5px;
  font-size: 35px;
}
.hCon2{
  flex: 1;
}
.hCon3{
  width: 50px;
}

#bars{
    display: none;
    margin-left: 8px;
    margin-top: 5px;
   }

#sClose{
  display: none;
  float: right;
  margin-right: 5%;
  font-size: 18px;
  margin-top: 12px;
}
.sidCon>ul{
  padding: 10px;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
         
 .np{
     display: flex;
     padding-bottom: 4px;
 }
         .profile{
          width: 50px;
          height: 50px;
          border-radius: 50%;
          margin-top: 8px;
          margin-left: 8px;
          border: 1px solid lightgrey;

         }
         .pgname{
          margin-top: 25px;
          margin-left: 5px;
          font-weight: bold;
            width: 150px;
         }
         .sidCon>ul>li:hover{
            border-color: green;
        }
 .sidCon>ul>li{

      font-size: 18px;
      padding: 8px;
      border: 1px solid lightgrey;
      margin-top: 12px;
      width: 100%;
      border-radius: 20px;
      list-style: none;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      cursor: pointer;
   }
.centerCon{
  padding-top: 20px;
  display: flex;
  width: 100%;
  margin-left: 55px;

}
.conte1{
  flex: 1;
}




@media screen and (min-width: 1150px) {


.hCon1{
  display: none;
}
.hCon3{
  display: ;
}


.conte1{
  padding-top: 50px;
  flex: 1;
}

.conte2Inner{
  position: fixed;
  overflow-y: auto;
  background-color: white;
  padding: 20px;
  max-height: 100%;
  border-radius: 12px;
}
.conte2Inner2{
  padding-bottom: 150px;
}
.conte2{
  flex: 1;
  padding-top: 50px;
  width: 100%;
  max-width: 400px;
}
}

@media screen and (max-width: 1150px) {
.centerCon{
  margin-left: 0px;

}
.centerCon{
  display: block;

}
.conte1{

  padding: 0px;
  width: 100%;
  padding-top: 20px;
}
.conte2{
  width: 100%;

  display: block;
  margin: auto;
}}



img {
  vertical-align: middle;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pgtype{
	padding: 2.5px;
	width: 80px;
	height: 25px;
	right: 0;
	margin-top: 0px;
	background-color: red;
	border-top-right-radius: 5px;
	z-index: 2;
	}
.pgtype>p{
	margin: 0px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.imgribbon{
	width: 80px;
	height: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.cimg {
  opacity: 0.6;
}
.column>img{
	width: 100%;
	height: 80px;
	object-fit: cover;
}

.active,
.cimg:hover {
  opacity: 1;
}
		header{
			width:100%;
			padding: 5px;
			-webkit-box-sizing:border-box;
			box-sizing:border-box;
			margin-bottom: 0px;


		}
		.logoimg{
			height: 50px;
		}
		.container{
			width: 95%;
			max-width: 600px;
      display: block;
      margin: auto;

		}
.priceCon{

 width: 98%;
 margin-left: 1%;
 margin-top:5px;
 padding: 8px;

		}
.priceCon{
  display: flex;
}
.priceCon>div{
  flex: 1;
  text-align: center;
  border-right: 1px solid lightgrey;
}.priceCon>div:last-child{
  border-right: 0px;
}
.priceCon>div>p,.tooltip>p{
  margin: 0px;
  font-size: 10px;
  color: grey;
}
.price{
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}


/*Details con start */
.detailCon{
	padding: 8px;
}
.detailCon>ul{
	list-style: none;
	margin-left: 0px;
  padding: 0px;
  display: grid;
  padding: 2px;
  grid-row-gap: 5px;
  grid-template-columns: 33.3% 33.3% 33.3%;
}
.detailCon>h3{
	margin: 2px;
}
.ratingsM>h1{
  font-size: 16px;
  margin: 8px;
}
.detailCon>ul>li{
	font-size: 14px;
  border-right: 1px solid lightgrey;
  padding: 0px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.detailCon>ul>li:nth-child(3),.detailCon>ul>li:nth-child(6),.detailCon>ul>li:nth-child(9),.detailCon>ul>li:nth-child(12){
  border: 0px;
}

.detailCon>ul>li>i{
   font-size: 25px;
}
.detailCon>ul>li>p{
   margin: 0px;
   margin-top: 8px;
   font-size: 13px;
}


.iconimg{
  width: 25px;
  height: 25px;
  object-fit: cover;

}
.fca{
	color: green;
  margin-top: 0px;
}
/* details con end */
.ratingCon{
	padding: 8px;
	padding-top: 20px;
}
.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: green;
}
.unchcked{
  color: rgb(200, 200, 200);
}
/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}

.ratingsRow,.upm{
	display: none;
}{
	display: none;
}
.more{
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}
.more>i{
	color: grey;
}
.header{
  display: flex;
}
@media screen and (min-width: 600px) {
  .priceCon{
 width: 100%;
 margin-left: 0%;
 margin-top: 8px;
 padding: 8px;
		}



}
@media screen and (min-width: 901px) {
  .navbar{
    margin-left: 250px;
  }
 
.hCon3{
  display: block;
  width: 250px;
}


}

@media screen and (max-width: 900px) {
  
  .sidebar{
    margin-left: -250px;
  }

  .hCon2{
    max-width: auto;
  }
  .hCon1,.hCon3{
    display: block;
    flex: 1;
  }
  #bars{
    display: block;
  }
}


@media screen and (max-width: 600px) {
  

	.prev,
.next {
 display: none;
}
		.mySlides>img{
			height: 200px;
			border-radius: 0px;
		}
		.column>img{
			width: 100%;
			height: 50px;
         }
  .container{
			width: 100%;

		}

.pgtype{
	  border-top-right-radius: 0px;
	}
}
.bookNow{
	width: 95%;
	max-width: 600px;
	background-color: white;
	position: fixed;
  left: 50%;
  transform: translate(-50%,0);
	bottom: 0;
	z-index: 3;
  display: flex;
  border-radius: 25px;
  margin-bottom: 8px;
	border: 1px solid lightgrey;
  background: linear-gradient(90deg, white 50%, #ffc61a 50%);
}
.bookNow>button:last-child,.btnsv{
	  flex: 1;
	  background-color:#ffc61a;
    color: black;
	  padding: 8px;
	  font-size: 16px;
    border-radius: 5px;
    margin:5px;
    border: none;
    margin-bottom: 5px;

}
.btnsv{
  background-color: white;
    flex: 1;
}
.contactus{
  position: fixed;
  bottom: 0;
  margin-bottom: 100px;
  width: 50px;
  right: 0;
  margin-right: 2.5%;
  z-index: 3;
  border-radius: 50%;
  border: 2px solid teal;
}



.contactusF{
  width: 100%;
  text-align: center;
  display: block;
  margin: auto;
}
#full_name,#phone_number,#emailid,#message{
  width: 95%;
  margin: auto;
  display: block;
  margin-top: 8px;
  padding-left: 12px;
  height: 35px;
  border-radius: 20px;
  border: 1px solid lightgrey;
  font-size: 16px;
}
#message{
  min-height: 100px;
}
#send{
  width: 150px;
  background-color: #169a86;
  color: white;
  height: 35px;
  border-color: darkgreen;
    border-radius: 20px;

}


.item1{
  flex: 2.5;
  text-align: center;
  border-right: 1px solid lightgrey;
}
.item2{
  flex: 3;
  }
.item1>p:first-child{
  font-size: 14px;
  font-family: sans-serif;
  font-weight:600;
  color: grey;
  margin: auto;
  max-width: 70%;
  margin-bottom: 5px;

}

.item1>p:last-child{
  font-size: 12px;
  font-family: sans-serif;
  color: grey;
  margin: auto;
  margin-top: 5px;
  max-width: 70%;

}
.ratingsbars{
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ratingsbars>li{
  display: flex;
  padding: 1px;
  margin-bottom: 5px;
  padding-left: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.b1{
  margin-right: 8px;
  height: 10px;
  text-align: left;
  width: 20px;
}
.b1>p{
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}
.b2{
  flex: 1;
}
.b3{
  width: 50px;
  font-size: 10px;
  color: grey;
  padding-left: 5px;
}
.rtbox{
  display: flex;
}
.morebtn{
  color:rgb(20, 20, 20);
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border:none;
  background-color:white;
  float: right;
}
.morebtn>i{
  font-size: 14px;
  padding-top: 4px;
}
.mor{
  display: none;
}
#bar1,#bar2,#bar3,#bar4,#bar5{
  width: 100%;
  padding-top: 3px;
}

.bout{
  width: 100%;
  background-color: lightgrey;
  border-radius: 2.5px;
}
.bout>p{
  width: 70%;
  height: 5px;
  border-radius: 2.5px;
  background-color: green;
  margin: 0px;
  padding: 0px;
}
.str{
  font-size: 9px;
}
.sbn{
  color: grey;
  font-size: 10px;
  margin-top: 0px;
  
}
.fa-times{
  color: red;
}
/* parent of book-container & container (slider) */
main {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

/* wraps entire slider */
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: transparent url('https://easemyliving.com/assets/images/loading.gif') center no-repeat;
  background-size: contain;
}

.slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 1%;
  background: rgba(0,0,0,0.6);
  color: #fff;
}

/* slider controls*/
.control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 10px;
  color: #fff;
  font-size: 3rem;
  padding: 0;
  margin: 0;
  line-height: 5px;
}

.prev,
.next {
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
  background: rgba(0,0,0,0.3);
  padding: 1rem;
}

.prev {
  left: 1.1rem;
}

.next {
  right: 1.1rem;
}

.prev:hover,
.next:hover {
  transform: scale(1.5,1.5);
}

.slider-container {
  /* 
  n variable holds number of images to make .container wide enough 
  to hold all its image children 
  that still have the same width as its parent
  */
  display: flex;
  align-items: center;
  overflow-y: hidden;
  width: 100%; /* fallback */
  width: calc(var(--n)*100%);
  height: 300px; 
  transform: translate(calc(var(--i, 0)/var(--n)*-100% + var(--tx, 0px)));
}

/* transition animation for the slider */
.smooth { 
  /* f computes actual animation duration via JS */
  transition: transform calc(var(--f, 1)*.5s) ease-out; 
}

/* images for the slider */
.simg {
  width: 100%; /* can't take this out either as it breaks Chrome */
  width: calc(100%/var(--n));
  pointer-events: none;
  height: 300px;
  object-fit: cover;

}
.imgind{
  width: 100%;
  height: 12px;
}
.imgind>div{
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.imgind>div>div{
  display: inline-block;
  background-color: grey;
  margin: 5px;
  margin-left: 2px;
  margin-right: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
#crimg{
  width: 8px;
  height: 8px;
}

/* suggest*/
.boxa{
      width: 95%;
      max-width: 600px;
      margin: auto;
      background-color: white;
      border-radius: 5px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin-top: 20px;}

    .innerb1{
      width: 100%;
      margin: auto;
      max-width: 600px;
      position: relative;
      display: flex;
    }
    .mySlides,.mySlides1{
      width:100%;
      height: 180px;
      object-fit: cover;
      z-index: 1;
      display: block;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
    }
    .mySlides{
      display: none;
    }
    
    .btn-display-right,.btn-display-left,.clck{
      background-color: rgba(0, 0, 0, 0);
      font-size: 22px;
      font-weight: 600;
      color: white;
      border: none;
    }
    .clck{
      position: absolute;
      z-index: 2;
      margin: auto;
      color: white;
      background-color: darkgreen;
      border-radius: 2.5px;
      width: 45px;
      border: none;
      font-size: 12px;
      height: 25px;
      font-weight: bold;
    }
    .ratings>span{
      color: white;
  
}
    .btn-display-right{
            margin-right: 10px;
            margin-top: 80px;
            width: 20px;
            z-index: 2;
            right: 0;
            position: absolute;
    }
    .btn-display-left{
            margin-left: 10px;
            margin-top: 80px;
            width: 20px;
            z-index: 2;
            position: absolute;
    }
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 2;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#05EFF7 0%, #087F8F 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #087F8F;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #087F8F;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #087F8F;
}
.infobox{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}.lCon{
  width: 100%;
  overflow-x: auto;
  border-radius: 5px;
}
.pList{
   width: auto;
   list-style: none;
   display: flex;
   text-align: left;
   padding: 0px;
   margin: 0px;
   padding-left: 10px;
}

.pList>li{
  flex: 1;
  margin-left: 0px;
  text-align: center;
  border-left: 1px solid lightgrey;
}


.pList>li:first-child{
  border-left: 0px;
  margin-left: -5px;
}
.pList>li>p{
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  color: rgb(50, 50, 50);
}

.facbox>p{
  margin: 0px;
  margin-left: 5px;
}
.pList>li>h3{ 
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: Sans-serif;
  font-size: 16px;
  color:darkgreen;
}
.fcc{
  border-left: 1px solid grey;
  padding-left: 8px;
}

.fcc:first-child{
  border: none;
}
.facbox>ul{
  list-style: none;
  margin-left: 0px;
  padding-left: 3px;
  margin: 5px;
  font-size: 12px;

}
.fcc{
  color: green;
}

.fa-map-marker{
    color: deepskyblue;
}
.more{
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.more>i{
  color: grey;
}

.m_p,.upm{
  display: none;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.iframeVideo{
  width: 100%;
  height: 320px;
  border: none;
  border-radius: 25px;
}
@media screen and (max-width: 600px) {
  #sClose{
    display: block;}
    .sug::-webkit-scrollbar {
  
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sug{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
  .iframeVideo{
  height: 250px;
} 
}

 
.sug{
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.sug>div{
  display: flex;
  width: auto;
  padding-bottom: 18px;
}
.boxa{
  min-width: 300px;
  margin-right: 8px;
}


.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}


.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Layout styles only, not needed for functionality */


.grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 31em) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.item3>div{
  align-items: center;
  flex: 1;
  margin-right: 12px;
  position: relative;
}
.item3>div>h3{
  color: rgb(30, 30, 30);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.circle-chart{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

/*modal */

.modal,.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 6; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
.modal-content,.modal-content2 {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 5px;
  border: 1px solid #888;
  width: 90%;
  border-radius: 25px;
  max-width: 600px;
  padding: 12px;
  padding-bottom: 35px;
}
.termsCon{
  font-size: 12px;
}
.payNow{
  border-radius: 5px;
  background-color:deepskyblue;
  color: white;
  width: 90%;
  margin-left: 5%;
  font-weight: 600;
  height: 40px;
  border: 1px solid lightgrey;

}
.totalPay{
  width: 90%;
  margin: auto;
  padding-bottom: 0px;
  border: 1px solid rgba(220, 220, 220, 0.5);
  border-bottom: 5px solid teal;
  min-height: 20px;
  border-radius: 5px;

}
.totalPay>div{
  display: flex;
  border-top: 1px solid lightgrey;
  width: 90%;
  margin-left: 5%;
}

.totalPay>div>p{
font-weight: 600;
}
.totalPay>div>p:last-child{
  text-align: right;
  flex: 1;
}



}
#occuSel{
  padding: 5px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  background-color: white;
}
.foodMenue{
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 8px;

}


/*sidebar*/


.sidebar,.sidebarCon{
  width: 250px;
  height: 100%;
  background-color: white;
  overflow-y: auto;
  transition: 0.5s;
}
content{
  flex: 1;
}
.sidebar>div{
  width: 250px;
  position: fixed;
  min-height: 600px;
  background-color: white;
  border-right: 0px solid lightgrey;
}


.hCon1{
  width: 40px;
  padding-top: 5px;
  font-size: 35px;
}
.hCon2{
  flex: 1;
}
.hCon3{
  width: 50px;
}
#btno5{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 30px;
  margin-right: 5%;
  background-color:#169a86 ;
  color: white;
  cursor: pointer;

}

#bars{
    display: none;
    margin-left: 8px;
    margin-top: 5px;
   }


.sidCon{
  position: relative;
}
.sidCon>ul{
position: absolute;
  margin-top: 60px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
         
 .np{
     display: flex;
     padding-top: 8px;
     padding-bottom: 4px;
     position: absolute;
     margin-bottom: 18px;
 }
         .profile{
          width: 50px;
          height: 50px;
          border-radius: 8px;
          margin-top: 8px;
          margin-left: 8px;
          border: 1px solid lightgrey;
         }
         .pgname{
          margin-top: 22px;
          margin-left: 12px;
          font-weight: bold;
          width: 150px;
          color: rgb(50,50,50);
         }
       .sidCon>ul>li:hover, .sidCon>ul>a>li:hover{
            border:1px solid teal;
        }
 .sidCon>ul>li,.sidCon>ul>a>li{
      font-size: 18px;
      padding: 8px;
      padding-top: 12px;
      padding-bottom: 12px;
      border: none;
      margin-top: 12px;
      width: 100%;
      border-radius: 8px;
      list-style: none;
      box-sizing: border-box;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing:border-box;
      color: rgb(60, 60, 60);
   }

.sidCon>ul>a{
  text-decoration: none;
}
@media screen and (max-width: 600px) {
     #bars{
      display: block;
     }
    .sidebar{
      position: absolute;
      margin-left: -100%;
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      left: 0;
      right: 0;
    }
    .sidebarS{
     margin-left: 0px;
     transition: 0.5s;
     position: absolute;
     left: 0;
     right: 0;
     z-index: 9999;
   }
  
}