
/* Install on Mac - Oct 2 2020 */

.color-bright-blue {
  color: #18c9ef;
}

.sub-accord {
  cursor: pointer;
}

.sub-accord {
  color: #18c9ef;
}

.sub-accord:hover {
  /* font-weight: bold; */
  color: #029abd;
}

/* .blue-selected {
  font-size: 1.3rem;
} */

.closed {
  display: none;
}

.acc-strong {
  font-weight: bold;
  color:#444;
}
/*
#open-wrap:hover {
  font-weight: bold;
  color:#444;
} */

.list-letters {
  list-style-type: lower-alpha;
  color: #18c9ef;
  font-weight: bold;
}

.list-letters-black {
  list-style-type: lower-alpha;
}

.section-text ul li ul li:before {
  content: "";
}

.list-letters span {
  color: #000;
  font-weight: normal;
}

.section-img-under {
  display: block;
  clear: both;
  padding: 20px 0;
}

.section-img-under-two {
  width: 100%;
  display: flex;
}
.section-img-under-two img{
  width: 45%;
  display: block;
  padding: 1px;
}

.padding-left-30 {
  padding-left: 35px;
}

.padding-20 {
  padding: 20px 0;
}

/* #accord-one i, #accord-twoe i {
  font-size: ;
} */

.hide {
  display: none;
}

.sidebar-menu li a.hide {
  display: none;
}

.your-phone {
  cursor: pointer;
  width: 160px;
  height: 40px;
  border: 1px solid#18c9ef;
  background-color: #fff;
  color: #18c9ef;
  font-size: 18px;
  margin: 3px 0 2px 0;
}

.your-phone:hover {
  background-color: #18c9ef;
  color: #fff;
}

.your-phone:focus {
  border: none;
  outline: none;
}

#phone-option {
  width: 160px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #18c9ef;
  color: #18c9ef;
  font-size: 18px;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

#phone-option * {
  font-size: 16px;
  border: 1px solid #18c9ef;
  outline: 1px solid#18c9ef;
  /* direction: rtl; */
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

#phone-option:focus {
  border: none;
  outline: 1px solid#18c9ef;
}

.scrollToTopBtn {
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000000;
  display: none;
  background-color: rgba(24, 201, 239, 0.65);
  color: #fff;
  border-radius: 50%;
  border: none;
  transition: all 0.5s;
  font-size: 30px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}

.fas {
  margin-bottom: 5px;
}

.scrollToTopBtn:hover {
  background-color: #18c9ef;
  transform: scale(1.1);
}

.scrollToTopBtn:focus {
  border: none;
  outline:0;
}

.scrollToTopBtn:active {
  border: none;
}

.sidebar-menu-area {
  height: 100%;
  overflow: auto;
}

.under-txt {
  font-size: 16px;
}

.section-text ul li ul li:before {
  content: '' !important;
}

.light-blue {
  color: #18c9ef !important;
}

.black-normal {
  font-weight: normal !important;
  color: #000;
}

.no-margin-list li {
  margin: 0 !important;
}

#google_translate_element > div > span > a > img {
    margin-top: 0;
    padding: 0;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.skc-table-header th {
  margin: 0px;
  padding: 4px;
  width: 128pt;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(137, 150, 160);
}

.skc-table-od td {
  margin: 0px;
  padding: 4px;
  width: 128pt;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgba(137, 150, 160, 0.15);
  height: 50px;
}

.skc-table-even td {
  margin: 0px;
  padding: 4px;
  width: 128pt;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgba(137, 150, 160, 0.3);
}

.first-column {
  width: 171px !important;
}

.second-column {
  width: 103px !important;
}

.third-column {
  width: 219px !important;
}

.orange-note {
  background-color: #ffd3a2;
  color: #783f00;
}
.orange-note a {
  color: #783f00;
}

.single-img {
  width: 15rem;
}