table {
    width: 100%;
    border-collapse: collapse;
}

table th {
    background-color: rgb(28,94,164);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    border-bottom: 2px solid #374151;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
}

table th {
    background-color: rgb(28,94,164);
    color: #ffffff;
    font-weight: 600;
}

table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

table tbody tr:hover {
    background-color: #eef3ff;
}
.author-img {
    border: 3px solid #eaf1ff !important;
}
.tickstyle
li {

    position: relative !important;
    padding-left: 40px !important;
  text-indent: -.7em !important;

}


.tickstyle
li::after {

    content: "\F270" !important;
    color: #4CAF50 !important;
    font-size: 21px !imporant;
    position: absolute !important;
    top: -5px !important;
    left: 6px !important;
    font-family: bootstrap-icons !important;
  

}

.main__service-accordion .accordion-button_link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    line-height: 1.4;
  	width:100%
}
.main__service-accordion .accordion-button_link {
    border: 1px solid #ededed;
    padding: 12px 14px;
    font-weight: 500;
    background: #fff;
    box-shadow: none;
    gap: 12px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
}
.sub_btn{
  	background: #fff;
    border: 1px solid #ededed;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255 / 5%) !important;
}
.iti__country-list{
  z-index:999
}
/* Start  On page load modal css */

.hmskmodal1 .modal_content_sk .close {
  width: 45px;
  height: 45px;
  border: #fff 1px solid;
  background: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  transition: 0.4s;
}
.hmskmodal1 .modal_content_sk .close:hover {
  background-color: #fff;
  color: #0f2445;
}
  .modal_content_sk {

  background-image: url(../images/modalbg.jpg) !important;
  background-size: cover;
  object-fit: cover;
    padding: 50px;
    border-radius: 25px;
      color: #fff;
}

.modal_contentsk_in img {

  position: absolute;

}
  .hmskmodal1 {
    --bs-modal-width: 750px;
  }

  
  .hmskmodal1 img  {
  border-radius: 25px;
  }


  .hmskmodal1 h3 {

    font-size: 42px;
    font-weight: bolder;
    line-height: 49px;

}

  .hmskmodal1 h4 {

    margin-bottom: 4px;

 }


 @media screen and (max-width: 767px) {

  .hmskmodal1 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
}

.modal_content_sk {
    padding: 10px !important;
}

.hmskmodal1 h4 {
    font-size: 19px;
}

.hmskmodal1 .modal_content_sk .close {
    width: 30px;
    height: 30px;
    border: #ffffff82 1px solid;
    background: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    font-size: 8px;
    color: #fff;
    transition: 0.4s;
}

}

.owl-carousel .owl-item .locations-card{
  gap:10px;
  align-items:center !important;
}

.toc-number {
  width: 26px;
  height: 26px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  min-width: 26px;        /* prevents shrinking */
  min-height: 26px;
  display: inline-flex;  /* perfect centering */
  justify-content: center;
  flex-shrink: 0;  

  
}


.toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-weight: 600;
  text-decoration: none;
  color: #111;
  align-items: flex-start;
}