@media only screen and (max-width: 768px) {
  .not-found-spec {
    margin-bottom: 15px !important;
    text-align: center !important;
  }

  .border-right-box {
    border-left: 0px solid #ccc !important;
  }

  .profile-details h6 {
    text-align: center !important;
  }

  .text-info {
    width: 100% !important;
    margin-top: 20px;
  }

}


@media (max-width: 400px) {
  .icon-text-container-box {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .icon-box {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .header-text {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }

  .box-text {
    width: 100% !important;
    text-align: center;
    color: black !important;
}

    .border-right-profile {
  border-right: 0px solid #ccc!important;
  padding: 10px;
}
}




.box-text {
  width: 100%;
}

.book {
  background-color: #113359;
  color: white;
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
}

.profile-section {
  margin: 0px 0px;
}

.header-text {
  font-size: 11px;
  font-weight: 600;
}


.icon-text-container-box {
  display: flex;
  align-items: center;
}

.icon-box {
  font-size: 40px;
  width: 60px;
  margin-right: 10px;
  vertical-align: middle;
  justify-content: center;
  display: flex;
}

.text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertically center text */
}

.text-box div {
  font-size: 16px;
  /* Adjust font size */
  line-height: 1.4;
  /* Line height to give a little space between lines */
}

.box-blue {
  background-color: #ecf2fe;
  border-radius: 10px;
  padding: 10px 10px;
  margin-top: 20px;
}

/* #kol_by_spec{
  margin-bottom: 15px!important;
  text-align: center!important;
}  */

.profile-details {
  border-bottom: 1px solid #ccc;
}

.flag-img {

  width: 10% !important;
  float: right;
  margin: 0px 10px;
  border: 0px solid #ccc;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.page-link {

  color: #4d4d4d;

}

.pluslink a:hover {
  text-decoration: none;
}


.bootstrap-select .dropdown-toggle .filter-option {
  height: auto !important;
  border-radius: 10px !important;
  text-align: center !important;
  padding: 10px 10px !important;
  text-align-last: center !important;
  border: 1px solid #bcc1c6 !important;
  background: white;
  outline: none;
}

.footer-container.row {
  padding: 25px 40px;
  background-color: rgba(9, 23, 52, 1);
}

.footer-logo-text {
  padding-top: 15px;
  color: white;
}

.col-md-3.col-sm-12.footer-logo-container {
  padding-top: 30px;
}

.about-us-link-container {
  width: max-content;
  max-width: 100%;
  margin-top: 1.5rem;
}

/* ------------------------------------------------- Info Section --------------------------------------------- */

.social-icon-link {
  font-size: 1.8rem;
  padding: 0 12px;
  color: white;
}

.social-icon-link:hover {
  color: white;
}

@keyframes social-icon {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.social-icon {
  transform: perspective(1px) translateZ(0);
}

.social-icon:hover,
.social-icon:focus,
.social-icon:active {
  animation-name: social-icon;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.social-icon-link.facebook {
  padding-left: 0;
}

.social-content-container {
  margin-bottom: 45px;
}

.footer-heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: white;
}

.footer-text {
  padding-top: 20px;
  color: white;
}

.footer-text.link {
  text-decoration: none;
}

.footer-text.link:hover {
  color: white;
}

.footer-label {
  color: rgb(4, 174, 204)
}

/* ------------------------------------------------------- Icons Section -------------------------------------- */

.footer-icons-container {
  padding-left: 35px;
}

.icon-grid-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0px;
  column-gap: 0;
  background-color: white;
  align-self: center;
}

.icon-grid {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  height: 120px;
  width: 100%;
  align-items: center;
  padding: 0;
  padding-top: 12px;
  margin: 0;
  border: 1px solid rgb(198, 198, 198);
}

.icon-grid:hover {
  cursor: pointer;
}

.icon-grid-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(30px + 1.2vw);
  width: calc(30px + 1.2vw);
  border-radius: 50%;
}

.icon {
  color: white;
  height: calc(20px + 1vw);
  width: calc(20px + 1vw);
  opacity: 1;
}

.icon-grid>p {
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 8px;
  text-align: center;
  line-height: 1.2;
}

.item-1 {
  background-color: rgba(64, 196, 255, 0.2);
}

.item-2 {
  background-color: rgba(244, 67, 54, 0.2);
}

.item-3 {
  background-color: rgba(68, 138, 255, 0.2);
}

.item-4 {
  background-color: rgba(76, 175, 80, 0.2);
}

.item-5 {
  background-color: rgba(255, 152, 0, 0.2);
}

.item-6 {
  background-color: rgba(68, 138, 255, 0.2);
}

.item-7 {
  background-color: rgba(64, 196, 255, 0.2);
}

.item-8 {
  background-color: rgba(244, 67, 54, 0.2);
}

.c1 {
  background-color: rgba(64, 196, 255, 1);
}

.c2 {
  background-color: rgba(244, 67, 54, 1);
}

.c3 {
  background-color: rgba(68, 138, 255, 1);
}

.c4 {
  background-color: rgba(76, 175, 80, 1);
}

.c5 {
  background-color: rgba(255, 152, 0, 1);
}

.c6 {
  background-color: rgba(68, 138, 255, 1);
}

.c7 {
  background-color: rgba(64, 196, 255, 1);
}

.c8 {
  background-color: rgba(244, 67, 54, 1);
}

.t1 {
  color: rgba(64, 196, 255, 1);
}

.t2 {
  color: rgba(244, 67, 54, 1);
}

.t3 {
  color: rgba(68, 138, 255, 1);
}

.t4 {
  color: rgba(76, 175, 80, 1);
}

.t5 {
  color: rgba(255, 152, 0, 1);
}

.t6 {
  color: rgba(68, 138, 255, 1);
}

.t7 {
  color: rgba(64, 196, 255, 1);
}

.t8 {
  color: rgba(244, 67, 54, 1);
}

.mobile-footer {
  display: none;
}

.mobile-footer-icons {
  width: 45px;
  height: 25px;
}

.row.mobile-footer-row {
  justify-content: center;
}

.mobile-footer-links {
  text-decoration: none;
  color: black;
}

.mobile-footer-links.active {
  color: rgb(0, 188, 212);
}

.privacy-policy-container {
  background-color: rgb(207, 216, 220);
  text-align: center;
  padding: 15px 0;
}

.privacy-policy-container>p {
  margin-bottom: 0;
  color: black;
}

.privacy-policy-container>a {
  text-decoration: none;
  color: black;
}

.privacy-policy-container>a:hover {
  color: rgb(0, 188, 212);
}

.about-us-link {
  text-decoration: none;
  color: white;
}

.about-us-link:hover {
  color: rgb(0, 188, 212);
}

/* ----------------------------------------------------- Responsive -------------------------------------------- */

@media screen and (max-width: 992px) {

  .footer-responsive-hidden {
    display: none;
  }

  .input-group {
    width: 100% !important;
  }

  .footer-subscription-heading {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .footer-subscription-text {
    padding: 30px 0 0;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .footer-responsive-btn {
    margin-top: 15px;
    width: fit-content;
    padding: 2px 50px;
  }

  .col-sm-12.social-media-wrap {
    margin-top: 50px;
  }

  .social-content-container {
    margin-bottom: 0;
  }

  .social-logo {
    font-size: 1.3rem;
  }

  .website-rights {
    font-size: 0.7rem;
  }

  .social-icon-link {
    font-size: 1.3rem;
  }

  .footer-container.row {
    display: none;
  }

  .privacy-policy-container {
    display: none;
  }

  .mobile-footer {
    display: flex;
    justify-content: space-around;
    background-color: rgb(243, 243, 243);
    padding: 15px 0;
    align-self: center;
  }

  .mob-img {
    display: none !important;
  }



}






@media (min-width: 767px) {
  .input-group {

    width: 60% !important;
  }




  .flag-icon {
    display: none !important;
  }

}


.input-group input {
  text-align: center;
  padding: 15px;
  color: white;
  background: #ed1e79;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: none;
  font-weight: 700;
  /* font-size: 20px; */
  font-size: 1.3em;
}


.form-control {
  display: block;
  height: calc(1.5em + 0.75rem + 1px);
}

/* .button-search-content{
margin:0px 40px;
} */

.button-search {
  padding-top: 30px;
  /* margin:0px 40px; */
}

.slider-area {
  text-align: left;
}

.recommandedkol h2 {
  font-size: 20px;
}


.profileModal h4 {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 15px !important;
  color: #4d4d4d !important;
}

.not-found {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid black;
  width: 50%;
  margin: 50px auto;
  padding: 10px;
}

.modal-header {

  border-bottom: 0px solid #e9ecef !important;
  padding: 0.5rem !important;

}

.profile-details h4 {
  font-size: 22px;
  font-weight: 700;
  color: #113358;
}

.pos-btn {
  background: white;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  margin: 1% 0%;
  /* padding: 12px 35px; */
  padding: 12px 10px !important;
  font-size: 16px;
  border-radius: 10px;
}


.kol-btn {
  color: #fff;
  font-size: 16px;
  background: #4d4d4d;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 12px 18px !important;
  border-radius: 10px;
  outline: none !important;
  font-size: 18px;
}

#profile {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important; */

  padding: 0px 0px !important;
  margin-top: 0px !important;
  border-radius: 10px !important;
}


body.modal-open {
  overflow: hidden;
}

div:where(.swal2-container) .swal2-html-container {

  font-weight: 600 !important;

}

.kol-btn:focus {
  outline: none !important;
  border: 0px solid black !important
}


@media (min-width: 992px) {
  .modal-lg {
    max-width: 550px !important;
  }

  .margin-left {
    margin-right: 0px;
  }



  div:where(.swal2-container).swal2-center>.swal2-popup {
    margin-right: 18px !important;
  }
}


.flag-img {
  width: 30%;
  margin-right: 10px;
  object-fit: contain;
  align-self: flex-start;
}

.text-info {
  width: 70%;
}

.design-text {
  font-weight: 600;
}

@media screen and (max-width: 576px) {

  .footerspace {
    padding-left: 0px !important;
  }

  .mob-ad {
    display: none !important;
  }
}

.footerspace {
  padding-left: 25px;
}

@media screen and (max-width: 428px) {
  .NewFooter-footer-section {
    display: block;
  }

  .profile-details img {
    width: 20% !important;
    float: none !important;
    border: 0px solid #7c7c7c;
  }
}

.text {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.text img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.text {
  width: 100% !important;
}


.discription {
  font-size: 12px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.text a {
  width: 75%;
}
#profile {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important; */
  /* padding: 30px !important; */
  margin-top: 0px !important;
  border-radius: 10px !important;
  /* background-color: #f8f9fa; */
}

/* Hide mobile flag by default */


/* Mobile styles */
@media (max-width: 767px) {
  .home-button{
    width: max-content!important;
        margin-left: 7px;
}

  #icon-container {
    display: flex;
    align-items: center;
    gap: 100px;

  }

  .flag-icon {
    display: inline-block;
    width: 30px;
    height: auto;
  }

  /* Hide desktop flag on mobile */
  .d-md-block {
    display: none !important;
  }
}

.home-button {
  background: #113358;
  border-radius: 10px;
  padding: 5px 10px;
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px !important;
  color: white;
  width: max-content;
  margin-top: 20px;
  border: 1px solid #113358;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.border-right-box {
  border-left: 1px solid #ccc;
  padding: 10px;
}

.click {
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;

  font-size: 16px;
  border: 1px solid white;
}

.icon-text-container-box a{
  color: black !important;
  }
 
 
     .home-button:hover {
    background-color: #113358;
     color: white;
  }

  .home-button i {
    font-size: 16px;
  }