.nav{
    display: flex;
}
.nav li{
    padding: 0 10px;
}
.logo-menu-wrap{
    align-items: center;
}
.fixed-bar .main-menu-list-btn:hover{
    color: #000 !important;
}
.d-flex{
    display: flex !important;
}
.flex-wrap{
    flex-wrap: wrap !important;
}
.align-items-center{
    align-items:center !important;
}
.align-items-end{
    align-items:end !important;
}
.align-items-start{
    align-items:start !important;
}
.justify-content-center{
    justify-content: center !important;
}
.justify-content-end{
    justify-content: end !important;
}
.justify-content-start{
    justify-content: start !important;
}

.fixed-bar{
    padding-top: 1em;
}
.about-grid-col, .count-col, .current-site, .other-site, .slider-img img, .slider-content, a.button,
.content-img, .course-col{
    border-radius: 8px;
}
ul.line{
    padding-left: 20px;
}
.copy-right ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.copy-right ul li::after{
    top: auto;
}
.checkout-menu ul{
    list-style-type: none;
    padding-left: 0;
}
.fixed-bar ul ul li a{
    display: flex;
    align-items: center;
    gap: 8px;
}
.checkout-menu ul li a {
    background: 0 0 !important;
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 6px;
  }

  .content-img ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
  }
  .content-img ul li .fa-list{
    position: absolute;
    top: auto;
    left: 0;
  }

  .phone-button:hover{
    color: #ac8800;
  }

.phonefix{
    display: none !important;
}


.d-flex-wrap{
    display:flex !important;
    flex-flow: wrap;
    gap:1rem;
}
.d-flex-wrap .button{
    width:auto;
    margin:0 !important;
}
.d-flex-wrap .button span{
    font-weight:700;
    font-size:unset;
    color:unset;
    line-height:normal;
    border: none;
    padding: 0;
    width: auto;
    display: inline-block;
}
.d-flex-wrap .btn-outline{
    background:none;
    color: #000;
    border: 1px solid;
}
.d-flex-wrap .btn-dark{
    background:#000;
    color:#fff;
}
.d-flex-wrap .btn-dark:hover{
    background:#4e4e4e;
}

@media(max-width:1023px){
    .nav{
        display: none;
    }
    .checkout-menu {
        padding: 10px 25px;
    }
    .checkout-menu b {
        font-weight: 400;
    }
    .phonefix{
        display: flex !important;
        position: fixed;
        z-index: 999;
        bottom: 2.75rem;
        right: 1rem;    
        /* width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid;
        background-color: #08662A; */
        transition: all .3s ease;
    }
    .phonefix span {
        white-space: nowrap;
        background: #fbc703;
        color: #000;
        position: absolute;
        right: 0;
        padding: 6px 12px 4px 12px;
        border-radius: 10px;
        font-size: 14px;
        transition: all .3s ease;
    }
    .phonefix:hover span{
        box-shadow: 0 0 0 2px #000;
    }
}

@media(max-width:639px){
    .d-flex-wrap{
        padding-bottom:20px;
    }
    .md-none{
        display:none !important;
    }
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}
.whatsapp-float img {
  display: block;
  width: 28px;
  height: 28px;
}

.faq-container {
  max-width: 1079px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}
details {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #f9f9f9;
}
summary {
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
}
summary:hover {
  background: #efefef;
}
details[open] summary {
  background: #e3f2fd;
}
details p {
  padding: 15px;
  margin: 0;
  background: #fff;
  border-top: 1px solid #ddd;
}

.faq-container{
    width: 100%;
}

.faq-section h2 {
  text-align: left;   
  padding-left: 0;      
  margin-bottom: 20px;  
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
    .subject-section h3, .subject-text b {
        font-size: 15px;
        line-height: 21px;
        padding-left: 20px !important;
        display: block;
    }
}

@media only screen and (max-width: 639px) {
    h2.text {
    padding-left: 0px;
}
     }

.link-reset {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    word-spacing: normal !important;
    font-size: 15px !important;
}

.about-section {
    padding-bottom: 0px !important;
}

.logo-menu-wrap {
    display: flex;
    align-items: center;      
    justify-content: space-between; 
    padding-left: 20px;       
    width: 600px;
}
.show-on-mobile-top-header,
.header-mobile {
  background: #fdd340 !important;
}
.show-on-mobile-top-header:before,
.show-on-mobile-top-header:after,
.header-mobile:before,
.header-mobile:after {
  background: #fdd340;
}

@media only screen and (max-width: 768px) {
  .header-mobile {
    background: transparent !important;
  }
}

@media (max-width: 767px) {
  .show-on-mobile-top-header:before,
  .show-on-mobile-top-header:after,
  .header-mobile:before,
  .header-mobile:after {
    background: none;
  }
}

.header .container {
    display: flex !important; 
    justify-content: space-between !important;
    align-items: center !important;
    background: #fff;
}