:root{
    --bs-primary:#223A66;
    --bs-secondary:#F9416F;
    --bs-info:#474747;
    --bs-font-titillium: "Titillium Web",Arial,sans-serif;
    --bs-font-jost: "Jost",Arial,sans-serif;
}
/* genarel-css  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: var(--bs-font-jost);
    overflow-x: hidden;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:focus,
.blog-pragraph a:focus,
.single-post_content a:focus,
.single-page-content a:focus {
    text-decoration: underline !important;
}
p{
    font-size: 18px;
}
li{
    list-style-type: none;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
    font-family: var(--bs-font-titillium) !important;
}
ul,ol{
    padding: 0;
}
.text-sm {
    font-size: 14px;
}
.mt-max{
    margin-top: 100px;
}
.w-max {
    width: max-content;
}
.mt-mid{
    margin-top:60px;
}
.section-header{
    font-family: var(--bs-font-titillium);
    text-align: center;
}
.section-header h4{
    padding: 8px;
    font-size: 22px;
    font-weight: bold;
    color: var(--bs-secondary);
    text-transform: uppercase;
}
.section-header h2{
    padding: 8px;
    font-size: 45px;
    font-weight: bold;
    color: var(--bs-primary);
}
.section-header p{
    font-family: var(--bs-font-jost);
    padding: 8px;
    font-size: 18px;
    color: var(--bs-info);
}
.main-container{
    width: 100%;
}
.card-box{
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    border: none;
    border-radius: 5px;
    transition: 0,2s all ease;
}
.card-box:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignright {
    float:right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
  
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
#content[tabindex="-1"]:focus {
    outline: 0;
}

/* top-header-start  */
.top-header{
    display: flex;
    align-items: center;
    background-color: var(--bs-primary);
    padding: 15px;
}
.top-header-address{
    color: #ffffff;
}
.top-header-phone{
    color: #ffffff;
}
.top-header-phone:hover{
    color: #ffffff;
}
.social-icon{
    display: flex;
    gap:12px;
}
.social-icon a{
    text-align: center;
    color: var(--bs-secondary);
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.2s all ease;
}
.social-icon a:hover{
    background-color: var(--bs-secondary);
    color: #ffffff;
}
.address,
.number{
    padding: 0 8px;
}
/* top-header-close  */
/* nav-bar-start  */
.logo{
    font-size: 40px;
    color: var(--bs-primary);
    padding: 0 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--bs-font-titillium);
}
.navbar-light .navbar-toggler {
	color: rgb(0, 69, 139);
    border-color: none !important;
	font-size: 25px;
}
.navbar-light .navbar-toggler {
	border-color: transparent;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0 !important; 
}
.logo-text-1{
    color: var(--bs-secondary);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}
.logo-text-2{
    color: var(--bs-primary);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-weight: 500;
	padding: 12px 16px;
}

.navbar-appointment {
    background-color: var(--bs-secondary);
    color: #ffffff !important;
    border-radius: 2px;
    padding: 5px 12px !important;
    transition: 0.2s all ease;
    text-transform: uppercase;
    border: 1px solid #F9416F;
    font-size: 12px;
}

.navbar-appointment:hover{
    background-color: var(--bs-primary);
    border: 1px solid #F9416F;
}
/* nav-bar-close  */
/* hero-section-start  */
.hero-section{
    position: relative;
}
.slider-img{
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
}
.slider-content {
	padding: 0px 160px;
	margin: auto;
}
.slider-content h1{
    color: var(--bs-primary);
    font-family:var(--bs-font-titillium) ;
    font-size: 65px;
    font-weight: 700;
}
.slider-content h1 > span{
    color: var(--bs-secondary);
}

.carousel-indicators{
    margin-bottom: 60px;
}
.slider-btn {
    color: var(--bs-secondary);
    font-size: 25px;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 4px 1px 13px 0px rgba(222, 222, 222, 0.75);
    -webkit-box-shadow: 4px 1px 13px 0px rgba(222, 222, 222, 0.75);
    -moz-box-shadow: 4px 1px 13px 0px rgba(222, 222, 222, 0.75);
    transition: 0.2s all ease;
    outline: none;
    border: none;
}
.slider-btn:hover{
    background-color: var(--bs-secondary);
    color: #ffffff;
}
.hero-text p{
    font-size: 18px;
    color: var(--bs-info);
}
.hero-btn{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    text-transform: uppercase;
}
.appointment-btn{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    background-color: var(--bs-secondary);
    color: #ffffff;
    transition: 0.2s all ease;
}
.appointment-btn:hover{
    background-color: var(--bs-primary);
    color: #ffffff;
}
.service-btn{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 50px;
    color: var(--bs-primary);
    background-color: #ffffff;
    border: 2px solid var(--bs-primary);
    transition: 0.2s all ease;  
}
.service-btn:hover{
    background-color: var(--bs-primary);
    color: #ffffff;
    border: 2px solid #ffffff;
}
/* hero-section-close  */

/* appointment-section-start */
.appointment-wrapper{
    margin-bottom: 30px;
    padding: 40px;
    position: absolute;
    top: 620px;
    background-color: #ffffff;
    box-shadow: -2px -3px 14px 10px rgba(230,234,242,0.75);
    -webkit-box-shadow: -2px -3px 14px 10px rgba(230,234,242,0.75);
    -moz-box-shadow: -2px -3px 14px 10px rgba(230,234,242,0.75);
    z-index: 9999;
}
.input-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.input-wrapper input{
    outline: none;
    border: none;
    padding: 12px 18px;
    border: 2px solid var(--bs-primary);
}
.input-wrapper select{
    background-color: #ffffff;
    border: none;
    outline: none;
    border: none;
    padding: 12px 18px;
    border: 2px solid var(--bs-primary);
}
.appointment-submit{
    border: none !important;
    color: #ffffff;
    background-color: var(--bs-secondary);
    text-transform: uppercase;
    transition: 0.2s all ease;
}
.appointment-submit:hover,
.appointment-submit:active,
.appointment-submit:focus{
    background-color: var(--bs-primary);
}
/* appointment-section-close */
/* about-us-section-start  */
.about-us-content{
    padding: 0 40px;
}
.about-img{
    box-shadow: -42px -43px 0px -21px rgba(34,58,102,0.75);
    -webkit-box-shadow: -42px -43px 0px -21px rgba(34,58,102,0.75);
    -moz-box-shadow: -42px -43px 0px -21px rgba(34,58,102,0.75);
}
.about-us-section{
    margin-top: 150px;
}
.about-us-header{
    font-family:var(--bs-font-titillium);
}
.about-us-header h4{
    font-size: 22px;
    font-weight: bold;
    color: var(--bs-secondary);
}
.about-us-header h2{
    margin-top: 10px;
    font-weight: bold;
    color: var(--bs-primary);
    font-size: 45px;
}
.about-text p{
    margin-top: 20px;
    color: var(--bs-info);
}
.about-item{
    margin-top: 20px;
}
.about-items-type li {
	padding: 5px;
	padding: 12px 0;
	font-size: 18px;
	display: flex;
	gap: 12px;
}
.about-items-type li span{
    background-color: var(--bs-primary);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color:#ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.learn-more-btn{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 45px;
    background-color: var(--bs-secondary);
    color: #ffffff;
    letter-spacing: 2px;
    transition: 0.2s all ease;
}
.learn-more-btn:hover{
    background-color: var(--bs-primary);
    color: #ffffff;
}
/* about-us-section-close  */
/* services-section-start  */
.icon-box{
    margin: 0 auto;
    height: 90px;
    width: 90px;
    background-color: #ffffff;
    color: var(--bs-primary);
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 92px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.services-title {
	font-family: var(--bs-font-titillium);
	text-transform: uppercase;
	padding: 18px 0;
	color: var(--bs-primary);
	font-size: 25px;
	font-weight: bold;
}
/* services-section-close  */

/* health-care-section-strat  */
.aside-icon-wrapper {
    border-radius: 5px;
    margin-bottom: 27px;
    font-family: var(--bs-font-titillium);
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    min-height: 96px;
}
.icon-care{
    padding: 0 12px;
}
.icon-care span{
    font-size: 40px;
    color: var(--bs-secondary);
}
.health-care-heading h3 {
	padding: 0 40px;
	font-weight: bold;
	color: var(--bs-primary);
	font-size: 24px;
}
/* health-care-section-close  */

/* dental-department-start  */
.department-item{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.detal-department{
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.dental-heading h2{
    font-weight: bold;
    font-family: var(--bs-font-titillium);
    color: var(--bs-primary);
}
.dental-text p{
    color: var(--bs-info);
}
/* dental-department-close  */

/* doctor-section-strat  */
[class*=" imghvr-"],[class^=imghvr-]{
    position:relative;
    display:inline-block;
    margin:0;
    max-width:100%;
    background-color: rgba();
    color:#fff;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -moz-osx-font-smoothing:grayscale;
    transform:translateZ(0)
}
[class*=" imghvr-"]>img,[class^=imghvr-]>img{
    /* vertical-align:top; */
    max-width:100%
}
[class*=" imghvr-"] div,[class^=imghvr-] div{
    background-color: rgba(34,58,102,0.71);
    padding:30px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    color:#fff
}
[class*=" imghvr-"] div h1,[class*=" imghvr-"] div h2,[class*=" imghvr-"] div h3,[class*=" imghvr-"] div h4,[class*=" imghvr-"] div h5,[class*=" imghvr-"] div h6,[class^=imghvr-] div h1,[class^=imghvr-] div h2,[class^=imghvr-] div h3,[class^=imghvr-] div h4,[class^=imghvr-] div h5,[class^=imghvr-] div h6{
    color:#fff
}

[class*=" imghvr-"],[class*=" imghvr-"] *,[class*=" imghvr-"]:after,[class*=" imghvr-"] :after,[class*=" imghvr-"]:before,[class*=" imghvr-"] :before,[class^=imghvr-],[class^=imghvr-] *,[class^=imghvr-]:after,[class^=imghvr-] :after,[class^=imghvr-]:before,[class^=imghvr-] :before{
    box-sizing:border-box;
    transition:all .35s ease
}
[class*=" imghvr-fade"] div,[class^=imghvr-fade] div{
    opacity:0
}
[class*=" imghvr-fade"]:hover div,[class^=imghvr-fade]:hover div{
    opacity:1
}
[class*=" imghvr-fade"]:hover>img,[class*=" imghvr-fade"]:hover div,[class^=imghvr-fade]:hover>img,[class^=imghvr-fade]:hover div{
    transform:translate(0)
}
.imghvr-fade-in-up div{
    transform:translateY(15%)
}
.doctor-card{
    margin-bottom: 30px;
}
.doctor-bio{
    padding: 16px;
    border: 2px solid #ffffff;
}
.doctor-bio h4{
    font-family: var(--bs-font-titillium);
    font-weight: bold;
}
.doctor-card {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: none;
    transition: 0.3s all ease;
}
.doctor-card:hover .doctor-name-show{
    display: none;
}
.doctor-name-show {
    width: 95.4%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 12px;
    background-color: var(--bs-primary);
    color: #ffffff;
    border-bottom-right-radius: 5px;
}
/* doctor-section-close  */
/* faq-section-strat  */
.login::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f007";
  }

.faq-section{
    margin: 150px 0 30px 0;
}
.accordion-button:focus {
	z-index: 3;
	border-color: none !important;
	outline: 0;
    box-shadow: none !important;
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	border: none !important;
    outline: none;
	background: var(--bs-primary);
	border-radius: 5px;
	border: none;
	color: #fff;
	margin-bottom: 10px;
    font-size: 17px;
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
    background: url("../img/content/down-icon.png");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    content: "";
    background: url("../img/content/down-icon.png") !important;
	transform: rotate(-180deg);
}
.contact-icon span{
    color: var(--bs-secondary);
    font-size: 30px;
}
.contact-number a{
    font-weight: bold;    padding: 0 12px;
    color: var(--bs-primary);
    font-size: 25px;
}
.faq-notice-board {
	border-radius: 5px;
	border: 1px solid var(--bs-secondary);
	width: 100%;
	padding: 20px 69px;
}
.time-contact-icon span{
    color: var(--bs-secondary)
}
.opening-time h4{
    padding: 0 12px;
    font-size: 22px;
    color: var(--bs-primary);
}
.opening-routine{
    margin-top: 30px;
}
.routine-date{
    padding: 11px 0;
    border-bottom: 1px solid var(--bs-info);
}
.routine-date:last-child{
    border-bottom: none;
    padding: 0;
}
.make-appoinment {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    background-color: var(--bs-primary);
    color: #ffffff;
    padding: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.2s all ease;
}
.make-appoinment:hover{
    background-color: var(--bs-info);
    color: #ffffff;
}
/* faq-section-close  */
/* testimonial-start  */
.testimonial-box{
    padding: 20px;
}
.testimonial-person{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-person img{
    margin: 0 auto;
    text-align: center;
    width: 200px;
}
.testimonial-qute span{
    display: block;
    margin: 0 auto;
    text-align: center;
    color:var(--bs-secondary);
    font-size: 40px;
}
.testimonial-text{
    text-align: center;
}
.testimonial-person-name h4{
    text-align: center;
    color: var(--bs-primary);
}
.testimonial-person-name p{
    text-align: center;
    padding: 8px;
}

/* testimonial-close  */
/* news-latter-section-start  */
.news-latter-section{
    margin-top: 50px;
    background: url("../img/content/banner.png");
    background-repeat: no-repeat;
    padding: 70px;
    position: relative;
    z-index: 11;
}
.news-latter-section::before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34,58,102,0.70);
    z-index: -11;
}
.news-latter-section-header{
    font-family: var(--bs-font-titillium);
    text-align: center;
}
.news-latter-section-header h4{
    font-size: 22px;
    color: var(--bs-secondary);
    font-weight: bold;
}
.news-latter-section-header h2{
    font-size: 57px;
    color:#ffffff;
    font-weight: bold;
}
.news-latter-wrapper{
    margin-top:50px;
}
/* .news-latter-wrapper{
  
} */
.get-input{
    display: block;
    display: flex;
    justify-content: center;
}
.subs-in {
	display: block;
	width: 40%;
	outline: none;
	padding: 16px;
	border: none;
	border-radius: 5px 0px 0px 5px;
}
.subscribe {
    text-transform: capitalize;
    font-size: 18px;
	display: block;
	background: var(--bs-secondary);
	padding: 12px;
	border: none;
	color: #ffffff;
	border-radius: 0px 5px 5px 0px;
    transition: 0.2s all ease;
}
.subscribe:active,
.subscribe:focus,
.subscribe:hover{
    background-color: var(--bs-primary);
}
/* news-latter-section-close  */
/* blog-section-strat  */
.blog-box{
    margin-bottom: 30px;
    border: 1px solid #C8C8C8;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.blog-img img {
	width: 100%;
	max-height: 270px;
    display: block;
}
.blog-content{
    padding: 20px;
}
.high-press p{
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 5px;
    color: #ffffff;
    background-color: var(--bs-secondary);
}
.blog-time-date span{
    color: var(--bs-info);
    padding: 0 8px;
}
.blog-time-date p{
    font-size: 14px;
    color: var(--bs-info);
}
.blog-main-text{
    padding-bottom: 8px;
    border-bottom: 1px solid #C1C3C7;
}
.blog-heading h5{
    margin-top: 22px;
    color: var(--bs-primary);
}
.blog-pragraph p{
    margin-top: 10px;
    color: var(--bs-info);
}
.blog-read-more{
    padding: 8px;
    margin-top: 18px;
    text-align: center;
    color: #ffffff;
    background-color: var(--bs-primary);
    border-radius: 5px;
    transition: 0.2s all ease;
    cursor: pointer;
}
.blog-read-more a{
    color: #ffffff;
}
.blog-read-more:hover,
.blog-read-more:active,
.blog-read-more:focus{
    background-color: var(--bs-secondary);
}
/* blog-sectiion-close  */
/* footer-section-start  */
.main-footer{
    padding: 50px 0;
    background-color: var(--bs-primary);
}
.footer-social{
    margin-top: 20px;
    display: flex;
    gap: 12px;
}
.footer-social a{
    text-align: center;
    background-color: #ffffff;
    color: var(--bs-primary);
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
}
.footer-2 h2,
.footer-3 h2,
.footer-4 h2{
    font-size: 26px;
    color: #ffffff;
    font-family: var(--bs-font-titillium);
}
.footer-content-text{
    margin-top:40px;
}
.footer-item{
    margin-top: 40px;
}
.footer-item li a{
    padding: 8px 0;
    color: #ffffff;
}
.footer-routine-wrapper{
    margin-top: 40px;
}
.footer-time-date{
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}
.footer-time-date:last-child{
    border-bottom: none;
}
.footer-time-date p{
    color: #ffffff;
}
.footer-massage p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    padding: 16px;
}
/* footer-section-close  */

/* bradcrmab-start  */
.breadcrumb-bg{
    background: url("../img/content/bradcmrb.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 11;
}
.breadcrumb-bg::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: rgba(34,58,102,0.75);
    z-index: -11;
}

.bredcrumb-heading h2{
    font-size:36px;
    color:#ffffff;
    font-family: var(--bs-font-titillium);
    font-weight: bold;

}
.breadcrumb-active{
    color: #ffffff !important;
   font-size: 18px;
   font-weight: bold;
}
.breadcrumb-defult a{
    font-size: 18px;
    color: #9E9E9E !important;
    cursor: pointer;
}

/* about-us-page  */
.about-us-section-two{
    margin-top:100px !important;
}
.counter-section{
    margin-top:100px;
}
.counter-box{
    margin-bottom: 30px;
    padding: 40px 20px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 4px rgba(20, 61, 136, 0.15);
    border-radius: 5px;
}
.counter-data{
    color: var(--bs-primary);
    font-size:30px;
    font-family: var(--bs-font-titillium);
    font-weight: 600;
}
.counter-box span{
    color: var(--bs-primary);
    font-size: 20px;
}
.note-data {
    font-size: 16px;
    color: #565656;
}
.about-page-news-latter{
    margin-top: 100px !important;
}
.Check-up-box{
    text-align: left;
}
.Check-up-box{
    padding: 0;
}
.Check-up-box:hover{
    box-shadow: none;
}
.Check-up-box h2{
    text-transform: none;
    font-size: 22px; 
}
/* about-page-close  */
/* single-page-service-start  */
.single-page-img{
    margin-top:100px;
}
.single-services-text h2 {
    font-weight: bold;
    font-family: var(--bs-font-titillium);
	margin-top: 60px;
	color: var(--bs-primary);
	font-size: 32px;
}
.single-services-text p{
    margin-top: 30px;
    font-size: 18px;
}
/* single-page-service-close  */
/* doctor-page-start  */
.more-items .page-item .page-link{
    border: none;
    color: var(--bs-primary);
}
.more-items .page-item .page-link:hover{
    color: #ffffff;
    background-color: var(--bs-secondary);
}
/* doctor-page-close  */
/* blog-section-start  */
.input-box-wrapper{
    padding: 20px;
}
.keyword-input{
    border-radius: 5px;
    border: 1px solid #b6becd;
}
.search-keyword-box{
    overflow: hidden;
    box-shadow: 0px 4px 30px 4px rgba(20, 61, 136, 0.15);
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
}
.search-keyword-box p{
	color: #ffffff;
	background-color: var(--bs-primary);
	padding: 8px 23px;
}
.keyword-input span{
    padding: 0 30px;
    color: #656262;
}
.keyword-input input{
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    outline: none;
    border: none;
}
.cat-item{
    color: #474747 !important;
    background-color:#ffffff !important;
}
.tag-items li a{
    margin-top:7px;
    color: var(--bs-info);
    padding: 6px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 4px rgba(20, 61, 136, 0.15);
    border-radius: 5px;
    transition: 0.2s all ease;
}
.tag-items li a:hover,
.tag-items li a:active,
.tag-items li a:focus{
    background-color: var(--bs-primary);
    color: #ffffff;
}
.blog-social-group{
    margin-top:55px;
}
.share-post{
    padding-right:22px;
}
.facebook-blog{
    font-size: 20px;
    text-transform: capitalize;
    padding: 12px 18px;
    color: #ffffff;
    background-color: #1967D2;
    border-radius: 5px;
}
.facebook-blog:hover{
    font-size: 20px;
    text-transform: capitalize;
    padding: 12px 18px;
    color: #ffffff;
    background-color: #0b4fad;
    border-radius: 5px;
}
.twitter-blog{
    font-size: 20px;
    text-transform: capitalize;
    padding: 12px 18px;
    color: #ffffff;
    background-color: #00C3FF;
    border-radius: 5px;
}
.twitter-blog:hover{
    font-size: 20px;
    text-transform: capitalize;
    padding: 12px 18px;
    color: #ffffff;
    background-color: #00a3d4;
    border-radius: 5px;
}
.pinterest-blog{
    font-size: 20px;
    text-transform: capitalize;
    padding: 12px 18px;
    color: #ffffff;
    background-color: #D93025;
    border-radius: 5px;
}
.pinterest-blog:hover{
    font-size: 20px;
    text-transform: capitalize;
    padding: 12px 18px;
    color: #ffffff;
    background-color: #aa170c;
    border-radius: 5px;
}
.facebook-blog i{
    padding: 0 8px;
}
.twitter-blog i{
    padding: 0 8px;
}
.pinterest-blog i{
    padding: 0 8px;
}
.massage-wrapper{
    margin-top:50px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 4px rgba(0, 69, 139, 0.15);
    border-radius: 10px;
}
.massage-input p{
    color:var(--bs-info);
}
.massage-input span{
    color:#ff0000;
}
.massage-input input,
.massage-input textarea,
.massage-input select{
    width: 100%;
    padding: 15px;
    outline: none;
    border-radius: 5px;
    border:1px solid var(--bs-primary);
}
.post-comment{
    font-size: 22px;
    font-weight: bold;
    background-color: var(--bs-primary);
    color: #ffffff;
    border: none;
}
.recent-post-wrapper{
    color:var(--bs-info);
}
/* contact-section-start */
.aside-content-wrapper{
    padding: 120px 50px;
    background-color: var(--bs-primary);
}
.contact-title h2{
    margin-top: 0 !important;
}
.contact-wrapper{
    margin-top: 0 !important;
}
.contact-submit{
    font-size: 18px;
    border: none !important;
    color: #ffffff;
    background-color: var(--bs-secondary);
    outline: none !important;
    display: inline-block;
    width: 30% !important;
    transition: 0.2s all ease;
}
.contact-submit:hover{
    background-color: var(--bs-primary) !important;
}
.contact-name{
    width: 100% !important;
}
.appoimnet-select{
    color: #828282;
    background-color: #ffffff;
}
.input-title p{
    color: var(--bs-primary);
}
.input-title span{
    color: #ff0000;
}
.appoinment-submit{
    font-size:24px;
    width: 100%;
    padding: 18px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    color: #ffffff;
    background-color: var(--bs-secondary);
    transition: 0.3s all ease;
}
.appoinment-submit:hover{
    background-color: var(--bs-primary);
}
.apo-phone,
.apo-gmail{
    color: var(--bs-info);
}
.apo-phone:hover,
.apo-gmail:hover{
    color: var(--bs-primary);
}
/* contact-section-close */
/* blog-section-close  */
/* back-to-top  */
#myBtn {
    height: 50px;
    width: 50px;
    display: none; 
    position: fixed; 
    bottom: 30px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: var(--bs-secondary); 
    color: #ffffff; 
    cursor: pointer; 
    border-radius: 10px; 
    font-size: 18px; 
    transition: 0.2s all ease;
    animation: name duration timing-function delay iteration-count direction fill-mode;
} 
#myBtn:hover {
    background-color: #474747; 
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: transparent;
}
.slider_circle_10 {
	overflow: visible;
}
.slider_circle_10 .active {
    width: 75%;
    left: 37.5%;
}

.slider-overlay {
    background: linear-gradient(87.21deg, rgba(255, 255, 255, 0.94) 33.17%, rgba(255, 255, 255, 0.94) 33.17%, rgba(0, 0, 0, 0) 100.61%);
    padding: 150px 0;
}

.doctor-slider-nav {
    top: 40%;
}
.doctor-info {
	background-color: var(--bs-primary);
	transform: translateY(105px);
    transition: .3s;
}

.doctor-slide:hover .doctor-info {
	background-color: rgba(33, 63, 127, 0.6);
	transform: translateY(0);
    transition: .3s;
}
.doctor-slide:hover .doctor-info p {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.doctor-card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
}

.slick-track {
    display: flex;
    gap: 20px;
}
.doctor-designation p {
    color: #fff;
}

.testimonial-meta img {
    width: 50px;
    height: 50px;
}

.font-t {
    font-family: var(--bs-font-titillium);
}
.font-j {
    font-family: var(--bs-font-jost);
}
.page-navigation .navigation.pagination .nav-links {
	display: flex;
	gap: 10px;
    align-items: center;
}

.page-navigation .navigation.pagination .nav-links span,
.page-navigation .navigation.pagination .nav-links .prev,
.page-navigation .navigation.pagination .nav-links .next {
	background: var(--bs-primary);
	color: #fff;
	padding: 3px 10px;
	border-radius: 2px;
}

/*=====================================
 Comment Template CSS
========================================*/

/* Highlight active form field */
    
.comments-area {
    margin-top: 40px;
}

.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #333;
}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-metadata {
    margin-left: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #278cc1;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}

.comment-reply-link {
    background: #1e71f9;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}

.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.comment-metadata {
    font-size: 80%;
}

.comment-reply-link {
    margin-top: 10px;
}

.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.comment-list li ol.children ol.children {
    padding-left: 20px;
}

.comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 40px;
}

.comment-form label {
    display: block;
    margin-bottom: 10px;
}

.comment-form input,
.comment-form input, .comment-form textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d3d3d3;
    padding: 5px;
    border-radius: 2px;
}
p.comment-form-cookies-consent input {
    margin-right: 10px;
}
p.comment-form-cookies-consent input, p.comment-form-cookies-consent label {
    display: inline-flex;
    width: max-content;
}

#submit {
    background-color: var(--primary-color);
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 10px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px var(--primary-color);
    width: max-content;
}

#submit:active { 
    position:relative;
    top:1px;
}

p.comment-policy {
    border: 1px solid #ffd499;
    background-color: #fff4e5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    font-size: small;
    font-style: italic;
}
.nav-menu-create-notice {
    text-decoration: none;
}
.nav-menu-create-notice:hover {
    text-decoration: underline;
}


.dropdown-nav::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown:active .dropdown-menu {
    display: block;
    margin-top: 0;
}

.hero-slider .carousel-control-prev, .hero-slider .carousel-control-next {
	width: 9%;
}

.bg-testimonial {
	background-color: #f9f9f987;
}