.spl-iconbox h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  color: #0b78bd;
}
.icon-content-box {
  margin-top: -40%;
  margin-right: 5%;
  margin-bottom: 0%;
  margin-left: 5%;
  z-index: 2;
  box-sizing: border-box;
  transition: background-color .3s, border .3s, border-radius .3s, box-shadow .3s, color .3s, height .3s;
  position: relative;
  text-shadow: 0 0 transparent;
}
.ic-inner {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  background: #f3f3f3;
  border-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all .4s ease;
}
.service-icon {
  background-color: #0c78bd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-top: 22px;
  padding-right: 20px;
  padding-bottom: 22px;
  padding-left: 20px;
  color: var(--guten-txt-color);
  display: inline-block;
  margin-bottom: 13px;
  overflow: hidden;
  transition: all .4s ease;
  width: 80px;
}
.service-icon img {
  filter: brightness(10.5);
}
.icon-content-box:hover div.service-icon {
  background-color: #fff !important;
}
.icon-content-box:hover div.ic-inner {
  background: #0c78bd;
}
.icon-content-box:hover div.service-icon img {
  filter: none;
}
.icon-content-box h3 {
      font-size: 18px;
    color: #0c78bd;
}
.icon-content-box:hover div.ic-inner h3.title, .icon-content-box:hover div.ic-inner p, .icon-content-box:hover a {
  color: #fff !important;
}

/* feature hdr css*/

section.featured-header {
  background: #0b77ca;
  /*padding: .5rem !important;*/
}
h1.entry-title.main_title {
    font-size: 28px !important;
    color: #fff;
    margin-bottom: 0;
    /*line-height: 30px; */
}

/* abt us*/
h2.section-heading {
    font-size: 30px;
}


/* dctr list css*/
.iq-team-img img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
}

.doc-info h3 {
    font-size: 18px;
	
}
.doc-info ul li {
    font-size: 12px !important;
}
/*dctr dtl-pg css*/
.entry-thumb img {
    width: 100%;
    height: auto;
	    border-radius: 4px 0 0 4px;
}
h2.title-post.entry-title {
    font-size: 22px;
   
}
h2.title-post.entry-title a {
    font-size: 20px;
    color: #333;
}
.apntnt h4 {
    font-size: 20px;
}
.mbr-ctfct h4 {
	font-size: 18px;
    background-color: #f0f2f6;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.row.archive-docmeta ul {
    margin-top: 0;
    display: inline-grid;	
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
.row.archive-docmeta ul li {
    font-weight: 500;
	    margin-bottom: 10px;
}
.row.archive-docmeta ul li span {
    font-weight: 600 !important;
}
.mbr-ctfct ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.mbr-ctfct ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #0057b8;
    border-radius: 50px;
}
.mbr-ctfct ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 1px;
    height: 48px;
    background-color: #0057b8;
    border-radius: 50px;
}
.mbr-ctfct ul li:last-child {
    margin-bottom: 0;
}
.mbr-ctfct ul li:last-child::after{
	display: none;
}
/* pagination css */
.pagination{
        display: inline-flex;
    position: relative;
}


.pagination  a.page-numbers, .pagination span.page-numbers.current{
    color: #333;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 4px 10px;
    margin: 0 4px;
    border: 1px solid #0c78bd;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    transition: all 0.1s ease 0s;
}


.pagination span.page-numbers.current:before{
    content: '';
    background-color: #0c78bd;
    height: 30%;
    width: 50%;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.pagination span.page-numbers.current:before {
    opacity: 1;
    bottom: 100%;
}

/* specialty dtl-pg css*/
.doctor-thumbnail img {
    width: 100%;
    height: auto;
}
.spl-content ul {
    list-style: none;
}
.spl-content ul li {
    margin-bottom: 5px;
    position: relative;
}
.spl-content ul li:before {
    content: "\F135";
    font-family: 'bootstrap-icons';
    color: #0072bc;
    font-size: 14px;
    position: absolute;
    left: -20px;
}
section.doct-tretmn img {
    border-radius: 6px 6px 0 0;
}
section.doct-tretmn .doctor-content {
    border-radius: 0 0 6px 6px;
}
.doctor-content p {
    font-size: 12px !important;
}
.doctor-content h5 {
    font-size: 18px;
}
/* contact us csss*/
.contact-item P {
    display: flex;
}
.contact-item P a {
    color: #434b63;
}

h2.frm-hdng {
    font-size: 22px;
}
.contact-item i {
    COLOR: #0c78bd;
    margin-right: 10px;
    font-size: 16PX;
}


/* packge list-pg  css */

.pck-img img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
}
.pckg-price p {
    text-transform: uppercase;
}
.pckg-price h6 {
    font-size: 25px;
}
span.line-through {
    text-decoration-line: line-through;
    color: #ef63a2;
} 
div#packageAccordion .accordion-item {
    margin-bottom: 15px;
}
div#packageAccordion button.accordion-button {
    background: #fff !important;
	    font-weight: 600;
	    color: #0c78bd;
}
div#packageAccordion .accordion-button:focus {
   -webkit-box-shadow: inset 0 calc(var(--bs-accordion-border-width)* -1) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)* -1) 0 var(--bs-accordion-border-color);
}

/* blog lsit-pg css*/
.blog-list-pg .post-thumbnail {
    margin: 0 !important;
}
.blog-list-pg h4.card-title {
    font-size: 18px;
}
.blog-sngl-pg .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}
h2.entry-title {
    font-size: 28px;
}
.blog-sngl-pg div#sidebar {
    background: #fff;
    padding: 15px;
    border-radius: 6px;	
	    border: 1px solid #dee2e6;
}
.blog-sngl-pg div#sidebar h3 {
    font-size: 22px;
}
.blog-sngl-pg div#sidebar ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e4e0e0;
}
.blog-sngl-pg div#sidebar ul li a {
    color: #0c78bd;
} 
.blog-sngl-pg div#sidebar ul li:last-child {
    border: 0;
}
.spl-content h3, .spl-content h4  {
    font-size: 18px;
}

/* baptmnt-pg css*/

.bkanapntmnt-pg .cntpgfrm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: center;
}
.bkanapntmnt-pg .cntpgfrm .wpcf7-submit{
	   width: 100%;
}
@media (max-width: 768px) {
        .bkanapntmnt-pg .cntpgfrm {
            grid-template-columns: repeat(1, 1fr);
        }
    }

/* doc-new css*/
.docImg img {
  width: 120px !important;
  border-radius: 6px;
}
.doc-info h4 {
  font-size: 18px;
  color: #334e85;
  margin-bottom: 10px;
}
.home-doctors {
  padding: 10px 10px;
  border-radius: 6px;
  min-height: 204px;
}
.docImg > p {
  background: #294480;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 0;
}
.docImg p span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.doc-info ul li {
  display: flex;
  margin-bottom: 8px;
  font-size: 12px !important;
}
.doc-info ul li img {
  width: 16px !important;
  height: 16px;
  margin-right: 8px;
}

.bg-overlay-primary:before { 
content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c78bd;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    z-index: -1;
}

section.featured-header {
    background-size: cover;
    background-repeat: no-repeat;
    --dz-banner-height: 180px;
    min-height: var(--dz-banner-height);
    background-position: center;
    position: relative;
    z-index: 1;
}
.post-thumbnail {
    position: relative;
}

.post-meta.small {
    
    font-size: .875em !important;
}
.post-meta i {
    font-size: 11px !important;
}
h3.title-post {
    font-size: 20px;
}
.doc-box {
    min-height: 145px;
}
.insurnce-tble tr:first-child {
    background: #ef59a1;
    color: #fff;
}
.insurnce-tble tr:first-child td {
    font-size: 18px;
}
.insurnce-tble tr td {
    border: 1px solid #0072bc;
    text-align: left;
    padding: 10px;
    border-collapse: collapse;
	font-size: 14px;
}
.insurnce-tble tr {
    text-transform: uppercase;
}
.direcntnt h5 {
    font-size: 16.5px;
}