/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.ctaHeaderBookTime:hover {
  background-color: #252525;
  color: #fdd000;
}

.ctaHeaderBookTimeYellowBG{
  background-color: white!;
}

.ctaHeaderBookTimeYellowBG:hover {
  color: #252525!important;
  background-color: #FDD000!important;

/*   color: white !important; */
  border-color: #252525 !important;
  border-width:1px !important;
}

.ul-yellow-bg {
/*   list-style: none; */
  list-style-image: url('https://www.deepstarstrategic.com/hubfs/Logos%20-%20DS/Brand%20Mark/List%20Item/ds-brandmark-yellow-25x25.png');
}

.ul-yellow-bg li::before {
/*   content: "\2022"; */
/*   content: "\25AA"; */
  color: #252525;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#arrow {
    border-right:2px solid black;
    border-bottom:2px solid black;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}

.ul-black-arrow {
  list-style:none;
}

.ul-black-arrow li {
    font-size: 1.25rem;
}

.ul-black-arrow li::before {
  content: '\2192';
/*  position: absolute;*/
/*   border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 10px;
  height: 10px;
  top: calc(50% - 4px);
  left: -20px;
  transform: translateY(-50%) rotate(-45deg); */
}


.flex-container-two-column {
/* for mobile */
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
/*   gap: 1rem; */
}

@media screen and (min-width: 1000px) {
  .flex-container-two-column {
    width: 45%;
/*     gap: 2rem; */
}