.top-links {
	width: 100%;
    background-color: #f8e5e5;
}
/* Top quicklinks */
.top-quick-links {
 margin-bottom: 0;
 display: flex;
 padding: 0px;
}

.top-quick-links ul{
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}
  
.top-quick-links li a {
  display: flex;
  color: #555;
  text-align: center; 
  text-decoration: none;
   font-weight: 500;
  font-size: 12px;
    font-weight: 400;
    margin: 2px 0 0 0;
  
 }

.top-quick-links li a:hover, .dropdown:hover .dropbtn {   color: #17a2ac; }
li.dropdown {
  display: inline-block;
  z-index: 100;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  min-width:130px;
  z-index: 1;
  top: 20px;
  padding: 2px 5px;
  border-radius: 10px;
}
 
.dropdown-content a:hover {
   color: #32BDC7;
}

.dropdown:hover .dropdown-content {  display: block;}

.container-fluid{
	padding-right:0px !important;
	padding-left:0px !important;
}
.btn-os a:hover{
	text-decoration:none;
}

.top-cta-icon {
	  display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.top-cta-icon figcaption {
 font-size: 1em;
 font-weight: 500;
 
}

.top-cta-icon:hover {
 transition: 0.25s;
 transform: translate(5%,5%);
}
 
.normal-list li{
    list-style-type: none;
    display: table;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
}

.normal-list li{
    list-style-type: none;
   
}


.normal-list li::before{
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; 
      color: #7c0624;
      content: "\f054";
      display: table-cell;
      padding-right:5px;
}


.normal-list{
	 display: table;
   line-height: 1.8;
}

.normal-list li svg{
	  color: #7c0624;
}

#block-languageselectormanual {
	display: inline-block;
	/*width: 70%;*/
	width: 60%;
	float: left;
}

#block-notification {
	display: inline-block;
	padding: 0 20px;
}

#block-topcontact {
	/*float: left;*/
	float: right;
}


.phone_link:before {
    content: "\f095";
   font-family: 'Font Awesome 5 Free';
    
    font-weight: 600;
    padding: 0 10px;
   
}

.email_link:before {
    content: "\f0e0";
     font-family: 'Font Awesome 5 Free';
     padding: 0 10px;
  
 
}

.d-text-color img, .d-text-color figcaption{
	cursor: pointer;
}

 .marquee-content figure{
  font-weight:bold;
 }
 
/*.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  
 
}*/
.marquee-content div {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    white-space: nowrap;
    animation: marquee 5s linear infinite;
}


/*enrolment process*/
.enrolment-process-content > div:nth-child(1)::before {
    content: '1';
}

.enrolment-process-content > div:nth-child(2)::before {
    content: '2';
}

.enrolment-process-content > div:nth-child(3)::before {
    content: '3';
}

.enrolment-process-content-two > div:nth-child(1)::before {
    content: '4';
}

.enrolment-process-content-two > div:nth-child(2)::before {
    content: '5';
}

.enrolment-process-content-two > div:nth-child(3)::before {
    content: '6';
}

.enrolment-process-content > div:before,.enrolment-process-content-two > div:before {
    border-radius: 30px;
    background-color: #7c0624;
    width: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    float: left;
    text-align:center;
}

.blk-cordlining{
	 margin: 10px 20px 10px 0;
    padding: 10px 20px 10px 20px;
    border-left: 2px solid #7c0624;
    background: rgba(255, 215, 213, 0.5);
    border-radius: 10px;
    justify-content: center;
    display: inline-table;
}

.tbl-heading-background thead{
	background: #ad1038;
  color: #fff;
  text-align: center;
}
.header-blk-cordlining{
	font-size: 40px;
    text-align: right;
    font-weight: 600; 
    font-style: italic;
    color: #7c0624;
    margin-right: 10px;
}

.res-tbl th{
	  background: #b53533;
    color: #fff;
}

.res-tbl thed{
	border-bottom:1px solid !important;

}
.wp-block-table thead {
    border-bottom: 1px solid !important;
}

@keyframes scrolling {
  from {
    transform: translateX(20%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* accordion*/


.accordion-section {
    background-color: #b53533;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom:0px;
}

.active .accordion-section:hover {
    background-color: #b53533;
}

.accordion-section:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    content: "\f067";
    display: table-cell;
    padding-right: 5px;
    float: right;
    margin-top: 2px;
}

/*.active:after {
    content: "\f068";
}
*/
.panel {
  
    background-color: #F8E5E5;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-bottom:10px;
    padding-top:10px;
}
.panel p, .panel h6{
	padding:0px 20px;
}

/*therapy-center-list*/


.disclaimers{
  font-size:12px ! important;
}

.normalList li{
  padding-left:0px ! important; 
}

#options-label{
  margin-bottom:15px;
}

td.details-control {
  background: url('https://cdn.cordlife.sg/images/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url('https://cdn.cordlife.sg/images/details_close.png') no-repeat center center;
}

tr.group td {
  background-color: #ccc;
  border: 1px solid #888;
  border-top: 1px solid #888 !important;
  font-weight: bold;
}

.dataTables_filter{
    display: none;
}

.dataTables_length{
  width: 200px;
  margin-bottom: 20px;
}

.dataTables_length label{
  line-height: 40px;
}

#search {
  width: 90%;
  padding: 10px 5px;
  background-color: #fff;
  vertical-align: top;
  border-radius: 2px;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  text-indent: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border: 1px solid #ccc !important;
}

#search-buttons-list{
  margin-top:20px;
}

.search-button{
  width:170px;
  display: inline-block;
  margin:10px;
}

.search-button a{
  display: inline-block;
  padding:10px;
  background-color: #7c0624;
  color: #fff ! important;
  text-decoration: none;
  width:100%;
  text-align: center;
  border-radius: 5px;
  cursor:pointer;
  box-shadow: 2px 2px 2px #a1a1a1;
}

.search-button .active{
  background-color: #ED86B5;
}

.condition-holder,.keywords-holder,.country-holder{
  margin-bottom:20px;
  margin-top:20px;
  margin-left:10px;
}

.dataTables_length select{
  width: 40%;
  padding: 10px 5px;
  background-color: #fff;
  vertical-align: top;
  border-radius: 2px;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  text-indent: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

#conditionsDropdown,#countriesDropdown{
    width: 90%;
    padding: 10px 5px;
    background-color: #fff;
    vertical-align: top;
    border-radius: 2px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    text-indent: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
 top:30% ! important;
}

.client-center div:first-child  .clientlinks a:before {
	  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: red;
    content: "\e49a";
}

@media screen and (max-width:480px){
     .search-button{
        width:120px;
      }
      #options-label{
        display: block;
      }
}
  
.care{
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    margin: 20px 0 20px 0;
    padding: 10px 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center; 
}

/*mobile*/
@media only screen and (max-width: 600px) {
  .d-text-color figcaption{
	 font-size:12px;
	}

}

.webform-submission-form .form-item-get-free-booklet .description:before, .webform-submission-form .form-item-agreement .description:before,
.webform-submission-form .form-item-get-free-booklet input:checked + .description:after, .webform-submission-form .form-item-agreement input:checked + .description:after{
  cursor:pointer;
}

.main-hero-color{
	overflow: unset !important;
	max-height:none !important;
}

#graphical_list_233 img{
	width:40% !important;
}