.header {
  width: 100%;
  position: fixed;
  left: -4px;
  z-index: 99;
  height: 82px;
  top: -3px;
  background: #333333;
  margin: 1px -246px;
  
  
}

@font-face {
	font-family: al_font;
	src: url(fonts/alfont_co.ttf);
 }
 
 * {
	font-family: al_font !important;
 }
.callout-service{
  max-height: 93px;
  font-size: x-small !important;
}


.fa{
  font-family: "Font Awesome 5 Free" !important;
}
.fas{
  font-family: "Font Awesome 5 Free" !important;
}
@media (max-width:991px){

  .header {
    width: 100%;
    position: fixed;
    left: -4px;
    z-index: 99;
    height: 82px;
    top: -3px;
    background: #333333;
    margin: 2px 4px;
    
    
  }

}
.toast-message{
  font-size: initial;
}
  /* Style the header links */
  .header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
  }
  .card-primary:not(.card-outline) > .card-header {
    background-color: #88287f;
}
  .modal-price{
    height: max-content;
    background-color: ghostwhite;
    padding: 0px;
    display: none;
    right: 10px;
  }
  @media (max-width:767px){
    .modal-price{
      height: max-content;
      background-color: ghostwhite;
      padding: 0px;
      bottom:  10px;
      right: 0px;
    }
    h1{
      font-size:x-large  !important;
    }
  }
  @media (max-width:700px){
    .lineonpricesection  {
           /* float: left; */
     width: 388px; 
    margin: 15px 0;
    height: 1px;
    background: #557aff;
   
    /* margin-right: 8px; */
    position: relative;
    left: -20px;
    }

}
/* .paddle {
  position: absolute;
  top: 97px;
  border: none;
  bottom: 49px;
 z-index: 99;
  color: #d39e00;
  width: 2em;
}
.left-paddle {
  right: 0;
}
.right-paddle {
  left: 0;
} */
.toast-container{
  width: 100% !important;
}
@media (max-width:600px){

  .hour_Parent.scrollmenu::-webkit-scrollbar {
    width: 100px !important;
    background-color: #F5F5F5 !important;
  }
  
  .hour_Parent.scrollmenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
    background-color: #F5F5F5 !important;
  }
   
  .hour_Parent.scrollmenu::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: rgb(220, 149, 62) !important;

   
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );

  }
}

.hour_Parent.scrollmenu::-webkit-scrollbar {
  width: 100px !important;
  background-color: #F5F5F5 !important;
}

.hour_Parent.scrollmenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
  border-radius: 10px !important;
  background-color: #F5F5F5 !important;
}
 
.hour_Parent.scrollmenu::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
  background-color: #d39e00 !important;

 
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );

}

/* Buttons */
::-webkit-scrollbar-button:single-button {
  background-color: #bbbbbb;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
}
/* Up */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #555555 transparent;
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  border-color: transparent transparent #777777 transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-width: 8px 8px 0 8px;
  border-color: #555555 transparent transparent transparent;
}

::-webkit-scrollbar-button:horizontal:single-button:increment:hover {
  border-color: #777777 transparent transparent transparent;
}
@media (min-width:1000px){
  .lineonpricesection  {
    /* float: left; */
    float: left;
    width: 272px;
    margin: 16px 0;
    height: 1px;
    background: #557aff;
    padding-left: -33px;
    /* margin-right: 8px; */
    position: inherit;
    left: -33px;
}
}

.mybtnStyle{
  margin-left: auto;
  width: 30%;

 
  
 
}
.invalidInput{
  animation: shake 300ms;
  border-color:rgb(206, 55, 55);
}
@keyframes shake{
  25%{
    transform: translateX(4px) ;
  }
  50%{
    transform: translateX(-4px) ;
  }
 75%{
  transform: translateX(4px) ;
  }
}
.timeBox_2:hover{
  background: #1980EC;
  color: #fff;
}
.timeBox_2:hover>.row>.col-xs-3>.color_f{
  
  color: #fff;
}

.ui-tabs-anchor {
  background-color: rgb(156 23 150);
  color: #feffff;
}

@media (max-width:500px) {
  .btn-primary-2{
    color: white !important;
    font-size: x-large;
    padding: 1px;
    
  }
  .close-btn{
    background-color:rgb(206 0 0) !important;
   color: white !important;
    font-size: large;
    padding: 1px;
  }
}
.btn-primary-2{

  font-size: large;
  padding: 6px;
  
}
.btn:hover{
  color: white;
}
.btn:focus{
  color: white;
}
.ui-tabs-anchor:hover {
  background-color: rgb(110 46 89);
  color: #feffff;
}
.ui-state-active .ui-tabs-anchor{
  background-color: rgb(110 46 89);
  color: #feffff;
}
  .main-body{
    margin-top:70px ;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    background-color: whitesmoke;
  }
  /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
  .header a.logo {
    font-size: 25px;
    font-weight: bold;
    float: left;
    
  }
  .salon1-img{
    background-image: url(https://www.gobeauti.com/Content//SalonUploads/1318/salon%20logo465083e3-c796-4f9d-bf3a-cf6b6fb01057.jpg);
    width: 50%;
    height: 40%;
    border-image-width: 10px;
  }
  .rate{
    content: '5.0';
    display: block;
   background-color: #000000;
    width: 50px;
    height: 90px;

    
  }
  .collapsed-card{
    transition: 0.2s;
    margin-bottom: 20px;
  }
  input[type='text']:focus::placeholder {
    color: white;
  }
  label {
   
    display:block; 
    width: 50%;
   }
   /* :root {
  --primary-color: rgb(11, 78, 179);
  --primary-altr-color: rgb(11, 78, 179);
  --secondary-altr-color: rgb(11, 179, 117);
  --secondary-color: rgb(213, 64, 22);
  --close-color:rgb(206 0 0);
  --background-color: whitesmoke;
  --background-altr-color: rgb(221, 221, 225);
  --error-color: #dc3545;
  --warning-color: rgb(233 164 13 / 93%);
} */
.close-btn{
  background-color:rgb(206 0 0) !important;

  font-size: large;
    padding: 6px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* btn Showservice */
.activebtn{
   background-color: rgb(154, 154, 154);

}
html{
  scroll-behavior: smooth;

}
/* btn Show */
/* Global Stylings */
label {
  display: block;
  margin-bottom: 0.5rem;
}
.callout:hover{
  cursor: pointer;
  background: rgb(215, 215, 215);
}
.callout-warning:hover{
  cursor: pointer;
  background: rgb(215, 215, 215);
}

.prices-footer{
  
  background: rgb(244, 244, 244);
  border-radius: 2px;
  justify-content: space-between;
}

input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.bak{
  background-color: rgb(193, 192, 192);
  color: #000000;
}
.width-50 {
  width: 50%;
}

.ml-auto {
  margin-left: auto;
}

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

/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
}

.progress {
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
}

.progress-step-active {
  background-color: var(--primary-color);
  color: #f3f3f3;
}

/* Form */


.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.form-step-active {
  display: block;
}

.input-group {
  margin: 2rem 0;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Button */
.btns-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.card-header:hover{
  cursor: pointer;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Global Stylings */
label {
  display: block;
  margin-bottom: 0.5rem;
}

input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.width-50 {
  width: 50%;
}

.ml-auto {
  margin-left: auto;
}

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

/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
}

.progress {
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% +0.5rem);
  font-size: 0.85rem;
  color: #666;
}

.progress-step-active {
  background-color: var(--primary-color);
  color: #f3f3f3;
}

/* Form */
.purchasePrice{
  border: 1px slateblue;

  
 

}

/* Number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Number */
.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.form-step-active {
  display: block;
}

.input-group {
  margin: 2rem 0;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Button */
.btns-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.btn {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  background-color: var(--primary-color);
  color: #f3f3f3;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}
.btn {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  background-color: var(--primary-color);
  color: #f3f3f3;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}
   label:hover {
    border-color: #1f71c3;
    transition: 0.3s ease;
    box-shadow: 0px 0px 5px 0.1px #393bd4;
    cursor:pointer;
   }
   .namehair{
    text-align: left;
   }
   
  .item1 { grid-area: salon1; }
  .item2 { grid-area: salon2; }
  .item3 { grid-area: salon3; }
  .item4 { grid-area: salon4; }
  .item5 { grid-area: salon5; }
  .item6 { grid-area: salon6; }
  .item7 { grid-area: salon7; }
  .item8 { grid-area: salon8; }
  .item9 { grid-area: salon9; }
  
  
  .grid-container {
    display: grid;
    grid-template-areas:
      'salon1 salon1 salon2 salon2 salon3 salon3'
      'salon4 salon4 salon5 salon5 salon6 salon6'
      'salon7 salon7 salon8 salon8 salon9 salon9';
    gap: 10px;
    background-color: #ffffff;
    padding: 10px;
    margin-left:100px ;
    margin-right: 100px;
    border-radius: 4px;
    outline: 1px solid black;
  }
  .grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    outline: 1px solid black;
    font-size: 30px;
    
  }
  /* Change the background color on mouse-over */
  .header a:hover {
    float: left;
    color: rgb(27, 158, 214);
 
  }
  ul
{
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li
{
    display: block;
    position: relative;
    float: left;
}

li ul
{
    display: none;
}

ul li a 
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 5px 15px 5px 15px;
    background: #ffffff;
    margin-left: 1px;
    white-space: nowrap;
}

ul li a:hover 
{
    background: #ffffff;
}
li:hover ul 
{
    display: block;
    position: absolute;
}

li:hover li
{
    float: none;
    font-size: 11px;
}

li:hover a 
{
    background: #feffff;
}

li:hover li a:hover 
{
    background: #ffffff;
}
  /* Style the active/current link*/
  .header a.active {
    right: 49px;
    left: 20px;
    height: 50%;
    color: purple;
    cursor: pointer;
    margin-right: 65px;
    position: relative;
    top: -7px;
    font-weight: 500;
    font-size: 15px;
}
  .fa-user:before {
   margin-right: 14px;
  
    content: "\f007";

}
div.scrollmenu {
 
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu div {
  display: inline-block;
  
  text-align: center;

  text-decoration: none;
}



input {
  writing-mode: horizontal-tb;

 
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;

}


.box-image{

  background:
  linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
 
  padding: 154px 60px;
  margin-top: 1px;
 
  background-size: 100% 100%;
  background-repeat: no-repeat;


}
input:checked:focus, input:checked:hover  {
  border-color: var(--primary-color);;
  transition: 0.3s ease;
  box-shadow: 0px 0px 5px 0.1px var(--primary-color);
  /* border-color: #1f71c3; */
}
.d-inline > input:hover {

  transition: 0.3s ease;
  /* box-shadow: 0 0px 3px rgb(3 41 176), 0 0px 2px rgb(15 33 159); */
background-color: var(--primary-color);
opacity: 0.4;
}
.d-inline > input:hover , label[id=label_service]:hover{
  border-color: var(--primary-color);;
  transition: 0.3s ease;
  box-shadow: 0 0px 3px var(--primary-color), 0 0px 2px var(--primary-color);
    
}
.btn_dis{
 
 opacity: 0.5;
}
label[id=label_service]:hover  {
  border-color: var(--primary-color);;
  transition: 0.3s ease;
  box-shadow: 0 0px 3px var(--primary-color), 0 0px 2px var(--primary-color);
}
input:focus, input:hover  {
  box-shadow: 0 0 0 2px #d9d9d9;
 border-color: var(--primary-color);;
 
}

input:checked {
  border-color: var(--primary-color);;
  transition: 0.3s ease;
  background-color: var(--primary-color);
 
}
input[type=checkbox]:hover {
 opacity: 0.4;}
input[type=checkbox]:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  
  box-shadow: 0 0px 1px rgb(0 0 0 / 2%), 0 0px 2px rgb(0 0 0 / 24%);
}

.container-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;

    font-size: 0.5em;
  
}
@media all and (min-width: 768px) {
.responsive-table-2 > li  {
  
  border-radius: 3px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;

}
}

.responsive-table-2 >.table-header-2 {
  background-color: var(--primary-color);
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  }
  .responsive-table-2 >.table-row-2 {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  }
   .col-1-table {
    flex-basis: 10%;
  }
  .col-2-table {
    flex-basis: 40%;
  }
  .col-3-table {
    flex-basis: 25%;
  }
  .col-4-table {
    flex-basis: 25%;
  }

  .responsive-table-3 > .table-header-3 {
    display: none;
  }
  .responsive-table-3 >.table-row-3 {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  }
  .responsive-table-3 > li{
      border-radius: 3px;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
  .col-table-3 {
     
    flex-basis: 100%;
  }
.col-table-3 {
    display: flex;
    padding: 10px 0;
  }
   .col-table-3:after {
    color: #6C7A89;
    padding-right: 10px;
    content: attr(data-label);
    margin-left: 15px;
    text-align: right;
    }

  @media all and (max-width: 767px) {
    .responsive-table-2 > .table-header-2 {
      display: none;
    }
 
    .responsive-table-2 > li{
      border-radius: 3px;
      padding: 25px 30px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 25px;
      flex-direction: column-reverse;
    }.col-table {
       
      flex-basis: 100%;
    }
  .col-table {
      display: flex;
      padding: 10px 0;
    }
     .col-table:after {
      color: #6C7A89;
      padding-right: 10px;
      content: attr(data-label);
    
      margin-left: 16px;
      text-align: right;
      }
  }
  .loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid var(--primary-color);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  
  
    
  }


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.box-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,var(--primary-color) 100%);*/
}


.list-single-main-item-title:before, .box-widget-item-header:before {

  content: "";

}

h1{
  margin-left: 25%;
  font-family: 'Droid Arabic Kufi';
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}

a i:hover{
  transform: rotate3d(100, 0, 0, 180deg);
 
  transition: all 200ms linear;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: linear;
  transition-delay: 0s;
  text-transform: none;
}
a{
  text-transform: none;
  line-height: 25px;
 
  letter-spacing: 0px;
  color: #fff;
  transition: all 100ms linear;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: linear;
  transition-delay: 0s
}





a{
  color:#000000;

}
a:hover{
  color:#000000;
  text-shadow: #000000;
}
.box:hover{
   background-color: rgb(211, 211, 212);
}
.box{
  float: left;
  position: relative;
  width: 50%;
  padding: 10px 20px 8px 84px;
  border-radius: 6px;
}


.header a.active:hover {
    right: 49px;
    left: 20px;
    height: 50%;
    color:#3e7bcb;;
    cursor: pointer;
    margin-right: 65px;
    
    top: -7px;
    font-weight: 500;
    font-size: 15px;
}
  /* Float the link section to the right */
  .header-right {
    float: right;
    margin-top:20px;
    margin-right: 2px;
  }
  .header-left {
    float: left;
  }
  .hour_Parent{
    gap: 7px;
  } @media screen and (max-width: 800px) {
  .box-image {
    padding: 152px 9px;
  }
  h1{
    font-size: large;
  }
}
  /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
  @media screen and (max-width: 415px) {
    .hour_Parent{
      gap: 2px;
    }
   
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
   
  }
.myimage{

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 80%;
  opacity: 70%;
  color: rgb(35, 34, 34);
}
