.innerBreadcum{
  background: var(--bg-inner-section-color);
    padding-bottom: 17px;
} 
.service-section{
  background: var(--bg-gradient-color-2);
}
.deviderline{
  width: 100%;
  height: 1px;
  background-color: var(--bg-color-gray);
}

.phonebook_section{
  background-color: var(--bg-inner-section-color);
}
.phonebook_cat{
  margin-bottom: 50px;
}
.phonebook_cat ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 0px;
    background-color: var(--white-color);
    border: 1px solid #D9D9D9;
    border-radius: 40px;
    overflow: hidden;
    filter: drop-shadow(0px 9px 15.2px rgba(85, 161, 192, 0.18));
}
.phonebook_cat ul li{
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 15px;
  border-left: 1px solid #D9D9D9;
  flex: 1;
}
.phonebook_cat ul li a{
  color: inherit;
}
.phonebook_cat ul li a:hover{
  text-decoration: none;
}
.phonebook_cat ul li:first-child{
  font-weight: 500;
}
.phonebook_cat ul li:last-child{
  border: none;
}
.phonebook_cat ul li.active{
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-weight: 500;
  border-color:var(--secondary-color);
}
.phonebook_cat ul li:hover{
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color:var(--secondary-color);
}
.phonebook_search {
    width: 100%;
    max-width: 500px;
    margin-bottom: 15px;
}
.phonebook_search .form-control{
  height: 55px;
  border-color: #C4C4C4;
  color: #6A6A6A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
}
.phonebook_search button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border: none;
    background-color: inherit;
    padding: 0 20px;
    cursor: pointer;
}
.phonebook_search button:focus{
  outline: none;
}
.row_tr{
  display: flex;
  gap: 0;
}
.row_tr .cell{
  flex: 1 1 33.333%;
  max-width:33.333%;
  padding: 10px 0;
}
.row_tr .cell:last-child{
  flex: 1 1 40%;
  max-width:40%;
}
.row_head{
  border-radius: 5px;
  border-bottom: 1px solid #E5DEDE;
  background: #F2F2F2;
}
.row_head .cell{
  color: #545454;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.row_head .cell:first-child{
  padding-right: 105px;
}
.row_body{
  margin-top: 11px;
  align-items: center;
}
.row_body .cell{
  padding: 23px;
  color: #4E608A;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.field_worker {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #000;
}
.field_worker img{ border-radius: 100%; }
.field_worker_dec{
  padding: 23px;
  padding-right: 105px;
}
.field_worker_dec ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.field_worker_dec ul li{
  color: #545454;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  display: flex;
  gap: 23px;
  align-items: center;
}
.field_worker_dec ul li a{
  font-size: inherit;
  color: inherit;
  font-weight: 500;
  color: #222;
}
.field_worker_td{
  font-weight: 500;
  color: #222;
}


.accordion-item-faq {
    width: 100%;
    position: relative;
     background-color: #fff;
     border-radius: 20px;
}
.accordion-item-faq:last-child {
    border-bottom: none;
}
.accordion-item-body-content-faq .field_worker_dec {
    max-width: 95%;
}
.accordion-item-body-faq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion-item-body-content-faq {
    width: 100%;
    border-top: 1px solid #DDE3F3;
}
.icon-faq {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    padding: 0px;
    border-radius: 100%;
    border: none;
    position: absolute;
    left: 23px;
    top: 25px;
    background-color: #00B1FB;
    cursor: pointer;
}
.icon-faq:after,
.icon-faq:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    background-color: #fff;
}
.icon-faq:before {
    width: 15px;
    height: 4px;
    pointer-events: all;
}
.icon-faq:after {
    width: 4px;
    height: 15px;
}
.accordion-item-header-faq.active-faq > .icon-faq::before {
    transform: rotate(180deg);
}
.accordion-item-header-faq.active-faq > .icon-faq::after {
    transform: rotate(90deg);
}

.category-list {
  position: relative;
}
.category-list li a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-list li{
padding: 0!important;
}
.category-list .owl-prev, 
.category-list .owl-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background: var(--primary-color)!important;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.category-list .owl-prev span, 
.category-list .owl-next span{
font-size: 36px;
display: block!important;
}
.category-list .owl-prev:focus, 
.category-list .owl-next:focus{
outline: none;
}
.category-list .owl-prev:hover, 
.category-list .owl-next:hover{
background: #ccc!important;
}
.category-list.owl-carousel.owl-rtl .owl-item {
      opacity: 1!important;
}
.category-list .phonebook_cat ul{
overflow: visible;
}

.category-list .owl-dots.disabled{
display: none!important;
}
.category-list .owl-prev {
  right: 0;
}
.category-list .owl-next {
  left: 0;
}
.category-list .phone-category{
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}
.category-list .owl-item:first-child .phone-category{
border-radius: 0 80px 80px 0;
}
.category-list.owl-carousel .owl-stage-outer {
    border-radius: 80px;
}
@media only screen and (max-width: 1200px){
.category-list .owl-prev, 
.category-list .owl-next {
  width: 32px;
  height: 32px;
}
}
/**==================mobile responsive code================**/
@media only screen and (max-width: 1200px){
.phonebook_cat ul{
  background-color: inherit;
  gap: 18px 16px;
  border: none;
  border-radius: 0px;
  overflow: visible;
  flex-wrap: wrap;
  justify-content: center;
}
.phonebook_cat ul li{
  flex: calc(50% - 8px);
  max-width: calc(50% - 8px);
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-radius: 80px;
  height: 42px;
  font-size: 16px;
  padding: 0 5px;
} 
.phonebook_cat {
    margin-bottom: 38px;
}
.phonebook_search {
    max-width: 100%;
} 
.phonebook_search .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 60px;
}
.phonebook_search button{
  padding: 0 12px;
}
.phonebook_search button img{
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.row_head .cell{
  padding: 10px 12px;
}
.row_head .cell:first-child{
  padding-right: 68px;
}
.row_tr .cell:last-child{
  display: none;
}
.row_head .cell{
  font-size: 14px;  
}
.row_tr .cell:first-child{
   flex: 1 1 43%;
  max-width: 43%;
}
.row_tr .cell{
  flex: 1 1 50%;
  max-width: 50%;
}
.row_body .cell{
    padding: 20px 12px;
    font-size: 15px;
}
.field_worker{
  gap: 16px;
  font-size: 16px;
}
.field_worker img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.icon-faq{
  width: 30px;
  height: 30px;
  left: 13px;
}
.icon-faq:before {
    width: 11px;
    height: 3px;
}
.icon-faq:after {
    width: 3px;
    height: 11px;
}
.field_worker_dec {
    padding: 20px;
    padding-right: 20px;
}
.field_worker_dec ul li{
  gap: 20px;
  font-size: 16px;
}
.field_worker_dec ul li img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.field_worker_details {
    display: block!important;
    color: #4E608A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
}