.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  float: left;
}
.banner img {
	width: 100%;
}
.card-deck {
  margin: 0 -15px;
  justify-content: space-between;
}
.price-top {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.courses-img img{
  width: 100%;
  height: 150px;
}
.m-price {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-right: 8px;
}
.off-price {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
}
.f-price {
  box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    user-select: none;
    text-transform: none;
    text-decoration-line: line-through;
    text-decoration-color: currentcolor;
    text-decoration-style: solid;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.0055rem;
    color: var(--theme-ui-colors-onSurface-light,#595959);
    margin-right: 8px;
}
.off-off {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    user-select: none;
    text-transform: uppercase;
    text-decoration-line: none;
    text-decoration-color: currentcolor;
    text-decoration-style: solid;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.0055rem;
    color: var(--theme-ui-colors-primary-main,#12BFE3);
}
.courses-fix-right {
  position: fixed;
  width: 26%;
  top: 95px;
}
.details-top {
  margin-top: 13%;
}
.card-deck .card {
  margin: 0 0 1rem;
  width: 48%;
  flex-flow: unset;
}
.logo img {
  width: 22%;
  margin-top: -2%;
  background-color: aliceblue;
}
.d-right-img img{
  width: 100%;
}
.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}




/*.modal {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transform: scale(1.1);*/
/*    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;*/
/*}*/
/*.modal-content {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background-color: white;*/
/*    padding: 1rem 1.5rem;*/
/*    width: 24rem;*/
/*    border-radius: 0.5rem;*/
/*}*/
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
/*.show-modal {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transform: scale(1.0);*/
/*    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;*/
/*}*/







.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.container-box {
  width: 100%;
  height: 66px;
  background: teal;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.navbar {
  width: 84%;
  height: 100%;
  margin: 0 8%;
/*   background: tomato; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-box ul {
  display: flex;
  list-style-type: none;
  padding-top: 10px;
}
.container-box ul li {
  margin-right: 50px;
}
.container-box ul li:last-child {
  margin-right: 0;
}
.container-box ul li a {
  color: #fff;
  font-family: Arial;
  transition: all .3s ease-in;
}
.container-box ul li a:hover {
  color: Gold;
}
.current {
  color: Gold;
}
#accordion a {
  text-decoration: none;
  font-size: 16px;
}
.b-icon {
  margin-right: 3%;
}
.courses-scrol p {
  margin: 0px;
  font-size: 13px;
}
.courses-scrol p span {
  font-size: 13px;
}
.card-body {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media (min-width: 992px)
{
  .card-deck .card {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
}
@media only screen and (max-width: 600px) {
  .courses-img img {
    height: auto !important;
  }
}
