body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #3d4461;
    font-weight: 400;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{
	color: #222222;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	/* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
	margin:0;
	padding:0;
	text-transform:capitalize;
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
}

.db-btn, .a-btn{
    background:#767bdd;
    min-width: 170px;
    min-height: 50px;
    color: #fff;
	display: inline-block;
    text-align: center;
    line-height: 50px;
    padding: 0px 25px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-transform: capitalize;
}
.db-btn:focus, .a-btn:focus{
    outline: none;
	color: #fff;
}
.db-btn:hover, .a-btn:hover {
    transform: translate(0px,-2px);
    background: #27313d;
	color: #ffffff;
}
.spacer-top{
    padding-top: 100px;
}
.spacer-top-less{
    padding-top: 92px;
}
.spacer-bottom{
    padding-bottom: 100px;
}
.db-heading h1 {
    font-size: 35px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.db-heading {
    text-align: center;
    margin-bottom: 35px;
}
.wh-heading
{
    text-align: inherit;
}
.db-heading img{
    width: 70px;
    height: 50px;
}
/* top header start */
.db-top-header {
    min-height: 50px;
    display: flex;
    align-items: center;
}
.db-top-header h4 {
    font-size: 14px;
    margin-bottom: 0;
	font-weight: normal;
}
.db-header-call h4 i {
    transform: rotate(90deg);
	color: #767bdd;
}
.db-top-header h4 i {
	color: #767bdd;
}   
.db-header-call h4 span {
    padding-left: 5px;
    padding-right: 10px;
    color: #767bdd;
}
.db-header-address {
    text-align: right;
}
.db-header-address span {
    color: #767bdd;
	padding-left: 5px;
	padding-right: 10px;
}
/* top header end */
/* main header start */
.db-header-nav>ul>li {
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
}
.db-header-nav ul li {
    list-style: none;
    position: relative;
}
.db-header-nav ul{
    padding: 0;
    margin: 0;
}
.db-header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.db-main-header {
    min-height: 100px;
	background: #f4faff;
    display: flex;
    align-items: center;
}
/* .db-header-nav>ul>li:after,ul.db-submenu li::after {
    content: '';
    position: absolute;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 5px;
    background: #767bdd;
    border-radius: 10px;
} */
ul.db-submenu li:before {
    right: auto;
    left: -5px;
}
.db-header-nav>ul>li:last-child:after{
    display: none;
}
.db-header-nav>ul>li>a {
    padding: 40px 0;
    position: relative;
}
.db-header-nav>ul>li>a:hover {
	color: #767bdd;
}
.db-main-header .col-md-4 {
    align-items: center;
    display: flex;
}
/* main header end */
/*  banner start */
.db-banner-content {
    position: relative;
}
.db-banner-content h1 span{
    color: #767bdd;
}
.db-banner-content h1 {
    padding: 0px 0px 10px;
    font-size: 55px;
    font-weight: 600;
}
.db-banner-content p {
    margin-bottom: 30px;
}
.db-banner-img {
    padding: 50px 0 0;
    text-align: center;
    position: relative;
}
.db-banner .col-md-6.d-flex {
    align-items: center;
}
.db-banner-spane {
    position: absolute;
    top: 0;
    right: 0;
}
.db-banner {
    position: relative;
	padding: 40px 0 90px;
}
.db-banner-spane svg {
    width: 80px;
    height: auto;
    position: absolute;
    top: 130px;
    right: 160px;
    opacity: 0.1;
    fill: rgba(255, 88, 81, 0.44);
    transform: rotate(-35deg);
}

.db-banner-content img.doctor-logo {
    position: absolute;
    top: -70px;
    left: -30px;
    width: 300px;
	z-index: -1;
    animation: dot_mover 3s linear infinite alternate;
}
@keyframes dot_mover {
    0% { transform: translateX(-20); }
    100% { transform: translateX(30px); }
}

/* boxes */
.hc-satisfied{
    background-color: #ffffff;
    padding: 14px 14px 14px 20px;
    box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
    display: flex;
    align-items: center;
    gap: 19px;
    position: absolute;
    top: 30px;
    left: -80px;
    border-radius: 10px;
    animation: coustom 2s infinite alternate-reverse both;
  }
  .hc-satisfieimg2{
    margin-left: -40px;
    width: 58px;
    height: 58px;
  }
  .hc-satitext h4{
    font-size: 20px;
    font-weight: 700;
  }
  @keyframes coustom {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(20px);
	}
}
.db-satis{
    position: absolute;
    right: 0;
    left: unset;
    top: 100px;
    animation: coustomoone 2s infinite alternate-reverse both;
}
.db-sati{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: center;
}
.db-sati h4{
    font-size: 16px;
}

@keyframes coustomoone {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateY(-20px);
	}
}
.db-foursatis{
    width: 260px;
    background-color: #ffffff;
    padding: 14px 14px 14px 20px;
    box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);  
    text-align: left; 
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    animation: coustomoone 2s infinite alternate-reverse both;
    border-radius: 10px;

}
.db-foursatisimg{
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.db-fourtext{
    text-align: left;
}
.db-fourtext p{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
/* boxes end */
/*  banner end */
/* service start */
.db-service-box-icon img {
    width: 70px;
    height: auto;
}
.db-service-box-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    line-height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    background: rgb(255, 255, 255);
    transition: 0.3s;
    z-index: 2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #f4faff;
}
.db-service-box:hover .db-service-box-icon {
    border-radius: 100%;
}
.db-service-box {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.5s ease-in-out;
}
.db-service-box:hover{
    background-color: #767BDD;
    color: #fff;
}
.db-service-box-data h3 {
    font-size: 20px;
    padding: 20px 0 5px;
}
.db-service-box:after {
    /* position: absolute; */
    content: '';
    right: -123px;
    top: 80px;
    background-image: radial-gradient(#767bdd 2px,transparent 0px);
    background-size: 14px 7px;
    animation: dot_mover 6s linear infinite alternate;
    height: 4px;
    width: 200px;
}
.db-service-box:hover .db-service-box-icon {
    box-shadow: 3.918px 3.03px 40px 0px rgba(63, 171, 243, 0.08);
}
.col-lg-3:last-child .db-service-box:after{
    display: none;
}
.db-service,.db-interest,.db-testimonial{
    background: #f4faff;
}
.db-service-box-data p {
    margin-bottom: 0;
}
.db-main{
    position: relative;
}
.db-servcard{
    overflow: hidden;
}
 .swiper-button-prev::after{
    font-size: 18px;
    color: #ffffff;
}
 .swiper-button-next::after{
    font-size: 18px;
    color: #ffffff;
}
.swiper-button-prev.hc-head-left{
    width: 50px;
    height: 50px;
    background-color: #767BDD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    left: -15px;
    top: 60%;
    transition: all 0.3s;
}
.swiper-button-next.hc-head-left{
    width: 50px;
    height: 50px;
    background-color: #767BDD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    right: -15px;
    top: 60%;
    transition: all 0.3s;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-bottom: 20px;
}
.db-service .swiper-pagination{
    margin: 30px 0;
    bottom: unset;
}
.swiper-pagination-bullet-active{
    background-color: #767BDD;
}
.swiper-button-next.hc-head-left:hover,.swiper-button-prev.hc-head-left:hover{
    background-color: #333a56;
}
/* service end */
/* about start */
.db-about-single.spacer-top{
    padding-top: 60px;
}
.db-about-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.db-about-content{
    margin-bottom: 50px;
}
.db-about-content h1 span {
    color: #767bdd;
    font-weight: 600;
    display: block;
}
.db-about-content h1 {
    padding-bottom: 15px;
    font-size: 32px;
}
.db-about-content h4 {
    margin-bottom: 20px;
}
.db-about-content ul {
    margin-top: 20px;
	margin-bottom: 20px;
}
.db-about-content ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.db-about-content ul li a:hover {
    color: #767bdd;
}
.db-aboutul{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
}
.db-aboutli{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 15px;
    align-items: center;
}
.db-about-content .a-btn{
    margin-top: 20px;
}
.db-about-img {
    text-align: center;
}
.db-about .d-flex{
    align-items: center;
}
.db-about-img:after {
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    bottom: 180px;
    background-image: url(../images/5.png);
    content: '';
    background-size: 20px 20px;
    z-index: -1;
    animation: dot_mover 6s linear infinite alternate;
}
@keyframes dot_mover {
    0% { transform: translateX(-20); }
    100% { transform: translateX(30px); }
}
.pad-150{
    padding-bottom: 150px;
}
.db-about {
    overflow: hidden;
}
.db-ab-row{
    display: flex;
    align-items: center;
}
/* about end */
/* Areas of Special Interest start */
.db-intrest-row{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 30px;
}
.db-interest-box img {
    max-width: 60px;
    max-height: 60px;
}
.db-interest-box h3 {
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
    position: relative;
}
.db-interest-box {
    text-align: center;
    background: #fff;
    padding: 30px 30px 25px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgb(242, 242, 242);
    transition: all 0.5s ease-in-out;
}
.db-interest-box:hover {
    transform: translate(0px, -10px);
    background-color: #767BDD;
    color: #fff;
}
.db-interest-box:hover a{
    background-color: #fff;
    color: #000;
}
.db-interest-box p {
    margin-bottom: 18px;
    line-height: normal;
}
.wh_wn_db>a {
    background-color: rgb(118, 123, 221);
    padding: 11px 19px;
    font-size: 11px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
}
.db-interest-box h3:before,
.db-interest-box h3:after{
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 1px;
    background: #767bdd;
    margin: auto;
}
.db-interest-box h3:before {
    bottom: -13px;
    left: 10px;
}
.db-interest-box h3:after {
    bottom: -10px;
    left: -10px;
}
.db-interest {
    padding-bottom: 70px;
}
/* Areas of Special Interest end */
/* counter start */
.db-countrow{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    gap: 20px;
}
.db-counter-main {
    background: #767BDD;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    padding: 60px;
}
.db-counter-box {
    text-align: center;
}
.db-counter-box img {
    max-width: 80px;
    display: block;
    margin: auto;
}
.db-countimg{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.wh_img_fluid{
    padding: 15px;
    border-radius: 10px;
}

.db-counter-box h2, .db-counter-box span {
    font-size: 28px;
    margin: 22px 0px 8px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    position: relative;
}
.db-counter-box h2{
    width: 60px;
    margin: 22px auto 8px;
}
.db-counter-box h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
}
.db-counter-box h2:before, .db-counter-box h2:after{
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 1px;
    background: #ffffff;
    margin: auto;
}
.db-counter-box h2:after{
    top: -10px;
    left: -10px;
}
.db-counter-box h2:before{
    left: 10px;
    top: -6px;
}
/* counter end */
.db-blogrow{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
    gap: 30px;
}
.db-blog-box-img{
    position: relative;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
  }
  .db-blog-btn a{
    color: #767bdd;
    transition: all 0.3s;
    font-weight: 500;
  }
  .db-blog-btn a:hover{
    color: #767bdd;
    letter-spacing: 2px;
  }
  .db-blog-box-img img {
    transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
  .db-blog-box-img:hover img, .db-blog-box:hover .db-blog-box-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    border-radius: 10px;
    transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
  }
  .db-blog-box:hover .blog-date {
    bottom: 20px;
  }
  .db-blog-box:hover .db-blog-box-text h1{
    color: #767bdd;
  }
  .blog-date{
    display: flex;
    align-items: center;
    max-width: 160px;
    min-height: 30px;
    border-radius: 5px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    background-color: #767bdd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 8px; 
    position: absolute;
    bottom: 10px;
    left: 20px;
    gap: 10px;
  }
  .db-blog-box-text{
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 20px  ;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .blog-date > p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }
  .db-blog-box-text h1{
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .db-blog-box-text > p{
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  /* blog section css end  */
/* blog start */
.db-blog-box {
    border: 1px solid #eee;
    border-radius: 20px;
}

.db-blog-category {
    color: #767bdd;
    font-size: 20px;
    font-weight: 600;
}
.db-blog-title{
    padding: 20px 25px;
}
.db-blog-box h2 {
    font-size: 18px;
    margin: 5px 0px;
}
.db-blog-box h2 a:hover {
    color: #767bdd;
}
.db-blog-date{
    font-size: 14px;
}
.db-blog-view {
    margin-top: 5px;
}
.db-blog-view ul{
    margin: 0;
    padding: 0;
}
.db-blog-view ul li {
    display: inline-block;
    padding-right: 15px;
}
.db-blog-view ul li a{
    font-size: 14px;
}
.db-blog-view ul li a:hover {
    color: #767bdd;
}
.db-blog-view ul li a i {
    padding-right: 5px;
}
/* blog end */
/* testimonial start */
.hc-paragraph{
    margin-top: 15px;
}
 .db-testi-content h2 {
    font-size: 22px;
	margin-top: 15px;
    margin-bottom: 50px;
}
.db-testi-content h2 span {
    color: #767bdd;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}
.db-testi-content h2 span:before {
    content: '';
    left: 10px;
    position: absolute;
    top: 0;
    width: 1px;
    bottom: 0;
    height: 15px;
    background: #767bdd;
    margin: auto;
}
.db-testi-content {
    padding-left: 10px;
}
.db-testi-img {
    position: relative;
    padding-bottom: 10px;
}
.db-testi-img img {
    z-index: 1;
    position: relative;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
.db-testi-img:after {
    position: absolute;
    content: '';
    border-bottom: 200px solid #767bdd;
    border-left: 200px solid rgba(255, 0, 0, 0);
    right: -10px;
    bottom: -10px;
    z-index: 0;
}
.db-quote {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    height: fit-content;
}
.db-quote img {
    width: 150px;
    height: auto;
    opacity: 0.03;
}
.db-swiper-box {
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 390px;
    display: flex;
    opacity: 1;
}
.db-swiper-box .swiper-button-prev,.db-swiper-box .swiper-button-next {
    position: unset;
}
.db-testimonial {
    position: relative;
}
.db-swiper-box div {
    background: #767bdd;
    width: 40px;
    margin-right: 10px;
    opacity: 1!important;
    background-image: none;
    height: 40px;
    line-height: 47px;
    border-radius: 10px;
}
.db-swiper-box i {
    font-size: 24px;
    padding-left: 14px;
    color: #fff;
}
.db-swiper-box .swiper-button-next:after, .db-swiper-box .swiper-button-prev:after{
    color: #ffffff;
}
.hc-testimonial-row .swiper-button-prev.hc-head-left{
    left: unset;
}
/* testimonial end */
/* testimonial section css start */
.hc-testimonial-wrapper{
    padding-bottom: 80px;
  }
  .hc-testimonial{
    overflow: hidden;
    padding-top: 15px;
  }
  .hc-testimonial-row{
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 50px;
    position: relative;
    align-items: center;
  }
  .hc-testimonial-box{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    padding: 30px 28px 29px 28px;
    position: relative;
    margin: 0 auto;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .hc-testitextimg{
    display: flex;
    align-items: center;
    gap: 13px;
  }
  .hc-testiname h4{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
  }
  .hc-testi_img{
    max-width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .hc-testi_icon{
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .hc-testborder{
    width: 130px;
    height: 4px;
    margin-top: 14px;
    margin-bottom: 20px;
    background-color: rgba(118,123, 221, 0.3);
  }
  .hc-testistarrating{
    display: flex;
    gap: 5px;
  }
  .hc-testistarrating img{
    width: 13px;
    height: 12px;
  }
  .hc-test-str{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 25px;
  }
  .hc-test-str .c-paragraph{
    color: #000000;
  }
  .hc-testimonial-textcol .swiper-button-next{
    right: auto;
    left: 70px;
  }
  .hc-testimonial-textcol .swiper-button-prev::after{
    font-size: 10px;
  }
  .hc-testimonial-textcol .swiper-button-next::after{
    font-size: 10px;
  }
  .hc-testimonial-textcol .hc-depicon{
    position: absolute;
    bottom: 20px;
    margin-top: 0;
  }
  .hc-about-top h6{
    font-size:20px ;
    color: #767BDD;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .hc-depicon{
    margin-top: 20px;
  }
  /* testimonial section css end  */ 
/* footer start */
.db-footer {
    background: #3d4461;
    color: #fff;
}
.db-footer-row{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    gap: 30px;
}
.db-footer-box ul {
    padding: 0;
    margin: 0;
}
.db-footer-box ul li {
    margin-top: 10px;
}
.db-footer-box ul li:last-child{
    margin-right: 0;
}
.db-footer-box ul li a {
    color: #fff;
}
.db-footer-box h3{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}
.db-footer-nav,
.db-copyright{
    text-align: center;
}
.db-footer-social ul li{
    margin-right: 10px;
    display: inline-block;
}
.db-fotrtext{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}
.db-footer-social ul li a {
    width: 35px;
    height: 35px;
    background: #464d6b;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
}
.db-footer-subscription {
    padding: 55px 50px 0px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 50px;
    background-color: #333a56;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 30px;
    margin-top: 20px;
}
.db-footer-subscription img{
    margin-top: -140px;
}
.db-subscription-box input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    padding: 0 180px 0 20px;
}
.db-subscription-box{
    max-width: 550px;
    margin-top: 40px;
    position: relative;
}
.db-sub-box{
    margin-top: 0;
}
.db-subscription-box .db-btn {
    position: absolute;
    right: 0px;
    min-height: 50px;
    line-height: 50px;
   top: 0;
}
.db-subscription-box .db-btn:hover{
    transform: translate(0);
}

.db-footer-subscription h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
}
.db-copyright p{
    margin-bottom: 0px;
}
.db-copyright {
    background: #333a56;
    padding: 20px 10px;
    color: #fff;
}
 .wh-footer ul li a:hover{
    background-color:#767bdd ;
}
/* footer end */
/* appointment form start */
.db-back-overlay{
    position: fixed;
    background: rgb(0 0 0 / 21%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.db-appointment-form.menu-open {
    right: 0px;
}
body.menu-open .db-back-overlay {
    opacity: 1;
    visibility: visible;
}
body.menu-open .db-appointment-form {
    right: 0;
}
.db-btn1 svg {
    width: 20px;
    fill: #3d4461;
  }
  .db-formicon{
    display: flex;
    justify-content: space-between;
  }
.db-appointment-form {
    position: fixed;
    background: white;
    top: 0;
    bottom: 0;
    right: -480px;
    max-width: 450px;
    width: 100%;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 25px 30px;
    transition: 0.3s;
    overflow-y: auto;
    z-index: 99;
}
.db-appointment-form h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.db-appointment-form input, .db-appointment-form select {
    border: 1px solid #eee;
    margin-bottom: 15px;
    min-height: 50px;
    width: 100%;
    padding: 0px 20px;
    border-radius: 10px;
    outline: none;
    color: #3d4a66;
    background: #fff;
}
.db-appointment-form select{
    color: #757575;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    cursor: pointer;
}
.db-select-icon {
	position: relative;
}
.db-appointment-form textarea {
    border: 1px solid #eee;
    margin-bottom: 15px;
    min-height: 110px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 20px;
    outline: none;
    color: #3d4a66;
    background: #fff;
    resize: none;
}
.db-select-icon select {
    padding-right: 40px;
}
.db-select-icon i {
    position: absolute;
    content: "";
    right: 20px;
    top: 18px;
    z-index: 1;
    color: #aaa;
}
.db-appointment-form select option {
    font-size: 14px;
}
.db-appointment-form .db-btn {
    margin-top: 15px;
}
.db-appointment-form span:after, .db-appointment-form span:before {
    position: absolute;
    content: '';
    background: #767bdd;
    width: 21px;
    height: 2px;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.db-appointment-form span {
    position: fixed;
    top: 18px;
    right: -300px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
}
.db-appointment-form span:after {
    transform: rotate(45deg);
}
.db-appointment-form span:before {
    transform: rotate(-45deg);
}
.db-open-form .db-appointment-form{
    right: 0px;
}
.db-open-form .db-appointment-form span{
    right: 35px;
}
/* appointment form end */
/* breadcrumb start */
.db-breadcrumb ul {
    padding: 0;
    margin: 0;
}
.db-breadcrumb ul li {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}
.db-breadcrumb ul li:last-child{
    padding-right: 0px;
}
.db-breadcrumb ul li:before {
    position: absolute;
    content: '';
    top: 15.5px;
    right: 7px;
    background: white;
    width: 8px;
    height: 1px;
    transform: rotate(-40deg);
}
.db-breadcrumb ul li:after {
    position: absolute;
    content: '';
    top: 11px;
    right: 7px;
    background: white;
    width: 8px;
    height: 1px;
    transform: rotate(40deg);
}
.db-breadcrumb ul li:last-child:after,
.db-breadcrumb ul li:last-child:before{
    display: none;
}
.db-breadcrumb ul li a {
    color: #9da2ff;
    font-weight: 600;
}
.db-breadcrumb {
    text-align: center;
    padding: 92px 0;
    background: url(../images/breadcrumb.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.db-breadcrumb:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.db-breadcrumb .container{
    z-index: 1;
    position: relative;
}
.db-breadcrumb h1{
    font-size: 40px;
    color: #fff;
	margin-bottom: 15px;
    text-transform: capitalize;
}
/* breadcrumb end */
/* about dr start */
h3.db-dr-name span {
    font-size: 16px;
    color: #767bdd;
    display: block;
    padding-top: 5px;
}
h3.db-dr-name {
    font-size: 22px;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 0;
}
.db-signature {
    display: inline-block;
    padding-left: 30px;
    vertical-align: bottom;
}
.db-dr-specialization h3,.db-dr-address h3{
    font-size: 30px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.db-dr-specialization ul,.db-dr-address ul {
    padding: 0;
    margin: 0;
}
.db-dr-specialization ul {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
}
.db-dr-specialization ul li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    margin-top: 15px;
    color:#000000;
}
.db-dr-specialization h3{
    font-size: 30px;
    color: #767bdd;
}
/* .db-dr-specialization ul li:after,
.db-dr-address ul li:after,.db-discription-data ul li:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 4px;
    height: 4px;
    top: 17px;
    background: #767bdd;
} */
.db-dr-specialization ul li:last-child:after{
    display: none;
}
.db-dr-specialization,.db-dr-address {
    border-bottom: 1px solid rgba(61, 68, 97, 0.14);
    padding-bottom: 20px;
}
.db-about-achive,.db-discription{
    background: rgb(244, 250, 255);
}
.db-dr-address ul li:after,.db-discription-data ul li:after{
    right: auto;
    left: 0px;
}
.db-dr-address ul li{
    padding: 5px 0px 0px 15px;
    list-style: none;
    position: relative;
}
.db-dr-address {
    padding-top: 15px;
}
.ms-sec-wrapper{
    background-attachment: fixed;
  }
  .ms-openrow{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 50px;
    align-items: center;
  }
  .ms-daysecondcol{
    background-color: #ffffff;
    width: 100%;
    padding: 30px 50px ;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
  }
  .ms-openlist{
    display: grid;
    grid-template-columns: 100px 20px 1fr;
    gap: 30px;
    margin-top: 15px;
    align-items: center;
  }
  .ms-backline{
    width: 16px;
    height: 1px;
    background-color: #000000;
    text-align: center;
    margin-top: 20px;
  }
  .ms-day{
    text-align: left;
    font-size: 18px;
  }
  .ms-time{
    text-align: right;
    font-size: 18px;
  }
  .ms-firstcol h4{
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
  }
  .ms-firstcol p{
    color: #ffffff;
    margin-bottom: 20px;
  }
  .ms-daysecondcol h3{
    font-size: 28px;
    color: #767bdd;
  }
  .ms-sec-wrapper .db-heading h1{
    color: #ffffff;
  }
  .ms-openrow .db-discription-data{
    margin-bottom: 20px;
  }
  .ms-firstcol .db-discription-data ul li {
    color: #ffffff;
    padding-left: 0;
}
  /* sec section css end */
/* about dr end */
/* profile start */
.db-dr-post {
    margin-top: 10px;
}
.db-dr-post p {
    margin-bottom: 0px;
}
/* profile end */
/* description start */
.db-discription-box h3 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
}
.db-discription-data h1 {
    font-size: 22px;
    margin-top: 30px;
    color: #ffffff;
}
.db-discription-data ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 5px;
    display: inline-block;
    width: 35%;
}
.db-discription-data ul{
    padding: 0;
    margin-top: 15px;
}
.db-discription-data ul li:after {
    top: 12px;
}
.db-discription-box p:last-child{
    margin-bottom: 0px;
}
/* description end */
/* Surgical serivce start */
.db-card-header h5:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 30px;
    width: 8px;
    height: 2px;
    background: #767bdd;
}
.accordion-button:focus{
    box-shadow: none;
  }
  .accordion-button:not(.collapsed){
    background-color: unset;
    box-shadow: none;
    color: unset;
  }
   .accordion-button{
    height: 80px;
    display: flex;
    gap: 20px;
    }
  .accordion-flush .accordion-item .accordion-button{
    border-radius: 10px !important;
    border: 0;
  }
  .accordion-item{
    border: 0;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px !important;
  }
  .accordion-body{
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 50px;
  }
.db-card-header h5 {
    border: 1px solid #eee;
    padding: 20px 20px 20px 30px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
}
.db-card{
    margin-bottom: 20px;
}
.db-card .card-body{
    padding-bottom: 0px;
}
.db-card:last-child {
    margin-bottom: 0;
}
/* Surgical serivce end */
/* reconstruction start */
.db-reconstruction p:last-child{
    margin-bottom: 0;
}
/* reconstruction end */
/* contact start */
.db-contact-address {
    text-align: center;
}
.db-contact-address p{
    margin-bottom: 0;
}
.db-contact-address h1 {
    font-size: 60px;
    font-weight: 700;
    opacity: 0.08;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}
.db-contact-form{
    background-color: #333a56;
    padding: 40px 30px;
    border-radius: 10px;
}
.db-contact-form h3{
    color: #ffffff;
    font-size: 26px;
    font-weight:500;
    margin-bottom: 15px;
    text-align: left;
}
.db-contact-form label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.db-contact-form label input,
.db-contact-form label textarea {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    border-radius: 10px;
    padding: 0px 15px;
}
.db-contact-form label textarea{
    height: 120px;
    resize: none;
    padding: 10px 15px;
}
.db-contact-form-detail ul {
    padding-left: 0;
    margin: 30px 0px 0px;
}
.db-contact-form-detail ul li {
    list-style: none;
    margin-bottom: 20px;
    text-indent: -40px;
    padding-left: 40px;
}
.db-contact-form-detail ul li:last-child{
    margin-bottom: 0px;
}
.db-contact-form-detail ul li svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    fill: #767bdd;
	vertical-align: middle;
}
.db-contact-form-detail {
    padding-left: 0;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(249, 243, 240);
    border-radius: 10px;
    padding: 43px 50px;
}
.db-contact-form-detailblog start ng {
    text-align: left;
}
.wi_map_wrapper iframe {
    margin-bottom: -8px;
}
.db-concard-row{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
}
.db-touch .db-concard-row{
    max-width: 100%;
}
.concard{
    background-color: #767BDD;
    padding-top: 35px;
    padding-left: 20px;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    transition: all 1s ease-in-out;
    margin: 0 auto;
}
.concard svg{
    width: 30px;
    height: 30px;
    fill: #ffffff;
    margin-bottom: 20px;
}
.concard h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.concard h5{
    color: #ffffff;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
}
.concard:hover{
    background-color: #27313d;
    transform: translate(10px,10px);
}
.kz-contact-card{
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow:0 3px 10px rgb(0 0 0 / 0.1);
	padding: 25px 20px;
	border-radius: 10px;
	background-color: #fff;
  }
  .kz-contact-card-row{
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
  }
  .kz-contact-card-img img{
    max-width: 60px;
    max-height: 60px;
  }
/* contact end */
/* procedure start */
.db-procedure-box {
    position: relative;
    border-radius: 6px;
}
.db-procedure-box:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 6px;
}
.db-procedure-box img{
    border-radius: 6px;    
}
.db-procedure-content {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    padding: 20px;
    border-radius: 6px;
}
.db-procedure-content h3 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.db-procedure-content p {
    color: #fff;
    margin-bottom: 0;
}
/* procedure end */
/* Radiotherapy start */
.db-radiotherapy p:last-child {
    margin-bottom: 0px;
}
/* Radiotherapy end */
/* training start */
.db-traning-appoint{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgb(249, 243, 240);
    border-radius: 6px;
}
.db-traning-appoint h2{
    font-size: 22px;
    margin-bottom: 10px;
    color: #767bdd;
}
.db-traning-appoint p{
    margin-bottom: 20px;
}
.db-traning-content ul {
    padding: 0;
    margin: 0;
}
.db-traning-content ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.db-traning-content ul li:last-child{
    margin-bottom: 0px;
}
.db-traning-content ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #767bdd;
}
/* training end */
/* traning form start */
.db-contact-form-data .db-heading{
    text-align: left;
    margin-bottom: 30px;
}
.db-contact-form-data h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.db-contact-form-data p {
    margin-bottom: 10px;
}
/* traning form end */
/* blog single start */
.db-blog-single .db-blog-box {
    margin-bottom: 20px;
}
blockquote p {
    margin-bottom: 0;
}
blockquote {
    background: rgb(255, 250, 248);
    padding: 25px;
    position: relative;
	margin: 20px 0 15px;
}
blockquote .db-quote img {
    width: 100px;
}
.db-blog-flex {
    column-gap: 30px;
    column-count: 2;
    margin-top: 10px;
    display: inline-block;
}
.db-blog-flex-img {
    margin-bottom: 20px;
}
.db-blog-single-cmnt {
    margin-top: 30px;
}
.db-blog-single-cmnt h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.bd-blog-cmnt-img {
    width: 80px;
}
.db-blog-cmnt {
    display: flex;
}
.bd-blog-cmnt-data {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.bd-blog-cmnt-data h3 {
    font-size: 20px;
}
.bd-blog-cmnt-data h3 span {
    font-size: 16px;
    padding-left: 10px;
    color: #767bdd;
}
.bd-blog-cmnt-img img {
    border-radius: 100%;
}
.db-blog-single-cmnt ul li ul {
    padding-left: 40px;
}
.db-blog-single-cmnt ul {
    padding-left: 0;
}
.db-blog-single-cmnt ul li {
    list-style: none;
    margin-bottom: 20px;
}
.db-blog-single-cmnt>ul>li:last-child .bd-blog-cmnt-data{
    border: none;
    padding-bottom: 0;
}
.db-blog-single-cmnt ul li:last-child {
    margin-bottom: 0;
}
.db-cmnt-reply {
    margin-bottom: 0;
    line-height: normal;
}
.db-cmnt-reply i {
    color: #767bdd;
    font-size: 12px;
}
.db-blog-single-cmnt .db-contact-form {
    margin-top: 60px;
}
/* blog single end */
/* blog sidebar start */
.db-search input {
    border: 1px solid #eee;
    padding: 0px 130px 0px 20px;
}
.db-search .db-btn {
    min-width: 120px;
}
.db-widget {
    margin-bottom: 50px;
}
.db-sidebar-head {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.db-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}
.db-widget ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.db-widget ul li:last-child {
    margin-bottom: 0;
}
.db-recent-posts.db-widget ul li a span {
    position: absolute;
    right: 0;
    top: 0;
}
.db-tags ul li {
    display: inline-block;
    margin-bottom: 4px;
}
.db-tags ul li a {
    border: 1px solid #eee;
    padding: 6px 15px;
    display: block;
    border-radius: 10px;
    text-align: center;
    text-transform: capitalize;
}
.db-tags ul li a:hover {
    background: #767bdd;
    color: #ffffff;
    border: 1px solid #767bdd;
}
.db-recent-posts ul li{
    padding-left: 15px;
}
.db-recent-posts ul li:after {
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #767bdd;
    content: '';
}
.db-insta-widget ul li{
    display: inline-block;
}
.db-insta-widget ul li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 0px;
    margin-right: 6px;
    transition: 0.3s;
    border-radius: 10px;
}
.db-insta-widget ul li img:hover {
    transform: translateY(-3px);
}
.db-widget:last-child{
    margin-bottom: 0px;
}
/* blog sidebar end */
/* Team css */
.db-team-section {
    background: #f4faff;
    position: relative;
}
.db-team{
    overflow: hidden;
}
.profile-card{
	position:relative;
	overflow: hidden;
	/* margin-bottom:10px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.profile-card .profile-img img{
	width:100%;
	height:auto;
}
.profile-card:hover .profile-content:before{
	top:20px;
	left:20px;
}
.profile-card:hover .profile-content:after{
	bottom:20px;
	right:20px;
}

.profile-content{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:50% 4%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
    visibility: hidden;
	transition: all 1s ease-in-out;
	 /* -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); */
}
.profile-card:hover .profile-content {
    opacity: 1;
    visibility: visible;
	/* -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); */
}
.team_name_d {
	text-align: center;
    background-color: #767bdd;
    padding: 12px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.team_name_d h2 {
	margin-top: 5px;
	font-size:18px;
	letter-spacing:2px;
}
.team_name_d p{
    font-size: 14px;
}
.team_name_d h2::after{
	content:"";
	display:block;
	width:50%;
	margin:10px auto;
	border-bottom: 1px solid #ffffff52;
}
.profile-card .profile-content .social-link{
	margin:20px 0;
	padding:0;
	opacity:0;
	transform: translateY(134px);
	transition:all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
}
.profile-card:hover .social-link{
	opacity:1;
	transform: translateY(34px);
}
.profile-card .profile-content .social-link li{
	display: inline-block;
	list-style: none;
	margin:0 4px;
}
.profile-card .profile-content .social-link li a{
	display: inline-block;
	color: #a2a2a2;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
}
.profile-card .profile-content .social-link li a:hover {
	color: #767bdd;
}
.db-team-section .swiper-pagination{
    position: absolute;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    gap: 10px;
    display: flex;
    justify-content: center;
}
/* Team css */
.db-flex-ul{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 10px;
}
ul.justify-flex li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
ul.justify-flex li span {
    width: 600px;
}
.md-padding-top {
    width: 100%;
    float: left;
    padding: 25px 0;
}
.error_page {
    text-align: center;
    max-width: 490px;
    margin: 0 auto;
}
.db-row{
    display: grid;
    grid-template-columns: 1fr;
}
.error_page h1 {
    font-size: 140px;
    font-weight: 500;
    color: #767bdd;
    text-shadow: 8px 8px 5px #dfdfdf;
    letter-spacing: 2.5px;
}
.error_page h2 {
    margin: 20px 0;
}
.error_page p {
    margin-bottom: 40px;
}
/* custom start */
/* gallery css */
.content {    
    display: flex;
    margin: 30px auto 0 auto;
  }
  .single-content{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    right: 0;
    text-align: center;
  }
  .single-content.grid-item.gallery-box-inner{
    right: 0;
    left: 0;
    text-align: center;
  }
  .db-mainbtn{
    text-align: center;
  }
 .filters {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  }
 .filter-button-group ul {	
  padding: 20px 0;
  }
 .filter-button-group ul li {
    display: inline;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 25px 4px 25px;
    color: #000000;
}
 .filter-button-group ul li a{    
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
  }
   .filter-button-group ul li:hover, 
   .filter-button-group ul li.active {	
    background-color: #333a56;
    color: #ffffff;
}
  .filter-button-group ul li:hover a, 
   .filter-button-group ul li.active a{
    color: #fff;
  }
.fancybox-overlay-fixed {
    background: rgba(0, 0, 0, 0.6);
}
.db-traning-form {
    padding-bottom: 70px;
}
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}
.green{
  background-color:#6fb936;
}
.thumb{
	margin-bottom: 30px;
	overflow: hidden;
}
.page-top{
	margin-top:85px;
}  
img.zoom {
    width: 100%;
    height: 300px;
    border-radius:5px;
    object-fit:cover;
}       
.modal-header {
    border-bottom: none;
}
.modal-title {
	color:#000;
}
.modal-footer{
  display:none;  
}
.thumb a {
    position: relative;
}
.thumb a:after {
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    height: 305px;
    border-radius: 10px;
    width: 100%;
    background-color: #767bdd;
	content: "";
    opacity: .70;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.thumb:hover a:after {
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: .70;
}
.thumb:hover a span {
    visibility: visible;
    opacity: 0.7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.thumb a span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
	z-index: 1;
}
/* gallery css */
/* responsive css start */
@media screen and (max-width:1199px){
    .db-header-nav>ul>li {
        padding-right: 30px;
    }
    .db-header-nav>ul>li:after, ul.db-submenu li:before {
        right: 12px;
    }
    .db-swiper-box {
        left: 330px;
    }
    .db-footer-box ul li {
        margin-right: 5px;
    }
	.db-banner-content img.doctor-logo {
		display: none;
	}
	.db-banner-content h1 {
		font-size: 35px;
	}
	ul.justify-flex li {
		display: block;
	}
    .hc-testimonial-textcol .hc-depicon{
        bottom: -40px;
    }
    .db-subscription-box{
        margin-top: 25px;
    }
    .db-sub-box{
        margin-top: 0;
    }
    .db-footer-subscription h2{
        font-size: 36px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width:992px){
    ul.db-submenu {
        position: absolute;
        background: #fff;
        box-shadow: 8.918px 8.03px 40px 0px rgba(63, 171, 243, 0.08);
        padding: 20px;
        border-radius: 0 0 6px 6px;
        top: 100px;
        left: -20px;
        min-width: 220px;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        z-index: 2;
    }
    .db-header-nav ul li:hover ul.db-submenu {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
    ul.db-submenu li {
        margin-bottom: 10px;
        padding-left: 12px;
    }
	ul.db-submenu li a:hover {
		color: #767bdd;
    }
    ul.db-submenu li:last-child {
        margin-bottom: 0;
    }
    li.db-menu-child i {
        display: none;
    }
}
@media screen and (max-width:1199px){
    .hc-testimonial-row{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:991px){
	.db-header-call,.db-header-address {
        text-align: center;
    }
    .db-header-call {
        padding-bottom:10px;
    }
    .db-top-header{
        padding: 15px 0px;
    }
    .db-header-nav>ul {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -280px;
        max-width: 270px;
        background: #fff;
        width: 100%;
        z-index: 99;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 8.918px 8.03px 40px 0px rgba(63, 171, 243, 0.08);
        transition: 0.3s;
    }
    .db-header-nav.db-menu-open>ul{
        left: 0;
    }
    .db-header-nav ul li {
        display: block;
        border-bottom: 1px solid #eee;
        padding-right: 0;
    }
    .db-header-nav ul li:last-child{
        border: none;
    }
    .db-header-nav>ul>li a {
        padding: 18px 20px 18px 30px;
        display: block;
    }
    .db-header-nav>ul>li:after {
        right: auto;
        top: 30px;
        left: 14px;
    }
    .db-header-nav>ul>li:last-child:after{
        display: block;
    }
    .db-header-nav ul.db-submenu li a {
        padding-left: 55px;
    }
    .db-header-nav ul.db-submenu li:before {
        left: 40px;
        top: 30px;
        right: auto;
    }
    ul.db-submenu li:first-child:before {
        top: 12px;
    }
    ul.db-submenu li:first-child a {
        padding-top: 0;
    }
    .db-submenu{
        display: none;
    }
    .db-toggle-nav {
        display: block;
        margin-right: 20px;
        cursor: pointer;
    }
    .db-toggle-nav span {
        display: block;
        width: 18px;
        height: 2px;
        background: #3d4461;
        margin-bottom: 4px;
        transition: 0.3s;
    }
    .db-toggle-nav span:nth-child(2) {
        width: 10px;
        margin-left: 7px;
    }
    .db-toggle-nav span:nth-child(3){
        margin-bottom: 0px;
    }
    .db-menu-open .db-toggle-nav span:nth-child(1) {
        transform: translate(1px, 6px) rotate(-48deg);
    }
    .db-menu-open .db-toggle-nav span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .db-menu-open .db-toggle-nav span:nth-child(3) {
        transform: translate(1px, -6px) rotate(48deg);
    }
    .db-service-box:after {
        width: 230px;
    }
    .col-lg-3.col-md-6:nth-child(2) .db-service-box:after {
        display: none;
    }
    .spacer-top-less {
        padding-top: 52px;
    }
    .spacer-top {
        padding-top: 60px;
    }
    .spacer-bottom {
        padding-bottom: 60px;
    }
    .db-testimonial{
        padding-bottom: 100px;
    }
    .hc-testimonial-textcol .hc-depicon{
        bottom: -40px;
        left: 40%;
    }
    .db-banner-content {
        max-width: 100%;
    }
    .db-interest,.db-blog,.db-service,.db-enlargement-procedure {
        padding-bottom: 30px;
    }
    .db-about-content {
        padding: 54px 0px 60px;

    }
    .db-counter-box {
        padding-bottom: 40px;
    }
    .db-counter-main {
        padding: 50px 50px 10px;
    }
    .db-blog-box,.db-service-box,.db-procedure-box {
        margin-bottom: 30px;
    }
    .db-blog-box img {
        width: 100%;
    }
    .db-swiper-box {
        left: 250px;
    }
    .db-card:last-child {
        margin-bottom: 20px;
    }
    .db-surgical{
        padding-bottom: 40px;
    }
    .db-traning-appoint {
        padding: 20px;
    }
    .db-contact-address {
        text-align: left;
        margin-bottom: 40px;
    }
    .db-contact-box {
        padding-top: 13px;
    }
    .db-contact-form {
        margin-top:50px;
    }
    .db-contact-address h1 {
        left: 15px;
    }
    .db-blog-sidebar {
        margin-top: 60px;
    }
    .db-search.db-widget .db-subscription-box {
        max-width: 100%;
    }
    .db-search.db-widget .db-subscription-box .db-btn {
        position: absolute;
        margin-top: 0px;  
    }
    .db-search input {
        padding-right: 130px;
    }
    .db-blog.db-blog-single {
        padding-bottom: 60px;
    }
    li.db-menu-child i {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 13px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #767bdd;
        cursor: pointer;
    }
    .db-header-nav>ul>li.db-menu-child a {
        display: inline-block;
        z-index: 1;
        position: relative;
    }
	.db-team-section {
		padding: 92px 0 47px;
	}
	.team_name_d {
		margin-bottom: 50px;
	}
	.db-about-content.db-about-about2 {
		padding-bottom: 22px;
	}
	.db-card {
		margin-top: 40px;
	}
    .hc-testimonial-row{
        grid-template-columns: 1fr;
    }
    .db-team-section .swiper-pagination{
        margin: unset;
    }
    .db-footer-subscription{
        grid-template-columns: 1fr;
    }
    .db-footer-subscription img{
        margin: 0 auto;
    }
    .db-service .swiper-pagination{
        margin: 0;
    }
    .db-aboutimg{
        order: 2;
    }
    .db-about-content{
        margin-bottom: 0;
    }
    .db-about-row{
        grid-template-columns: 1fr;
    }
    .ms-openrow{
        grid-template-columns: 1fr;
    }
    .ms-daysecondcol{
        margin: 0 auto;
    }
    .ms-firstcol{
        margin: 0 auto;
        max-width: 600px;
    }
}
@media screen and (max-width:767px){
	.db-banner {
		text-align: center;
		padding: 50px 0 50px;
	}
	.db-about-content {
		padding: 14px 0px 60px;
	}
	.db-team-section {
		padding: 62px 0 50px;
	}
    .db-service-box:after,.db-testi-img:after{
        display: none;
    }
    .db-about-img {
        margin-top: 50px;
    }
    .db-testi-content {
        padding-left: 0px;
        padding-top: 10px;
    }
    .db-swiper-box {
        left: 0;
    }
    .db-footer-nav {
        margin-top: 30px;
    }
    .db-footer-box ul li {
        margin-right: 15px;
    }
    .db-profile-img {
        margin-bottom: 20px;
    }
    .db-procedure-box img {
        width: 100%;
    }
    .db-traning-appoint {
        margin-top: 30px;
    }
    .db-blog-flex {
        column-gap: 20px;
    }
    .db-footer-subscription h2 {
        font-size: 24px;
    }
    .db-about-content h1{
        font-size: 24px;
    }
    .db-heading h1{
        font-size: 24px;
    }
    .single-content{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hc-testimonial-textcol .hc-depicon{
        bottom: -40px;
        left: 25%;
    }
}
@media screen and (max-width:575px){
    .db-header-nav {
        justify-content: center;
    }
    .db-header-logo {
        margin: 0 auto 15px;
    }
    .db-main-header {
        padding: 20px 0px;
    }
    .db-banner-content h1 {
        padding: 0px 0px 5px;
        font-size: 35px;
    }
    .db-footer-subscription {
        padding: 54px 15px 0px;
        margin-top: 60px;
    }
    .db-discription-data ul li {
        width: 49%;
    }
    .db-breadcrumb h1 {
        font-size: 30px;
    }
    .db-breadcrumb {
        padding: 62px 0;
    }
    .db-foursatis{
        display: none;
    }
    .hc-satisfied{
        left: 0;
    }
    .db-satis{
        top: unset;
        bottom: 0px;
        left: unset;
    }
    .swiper-button-next.hc-head-left{
        right: 10px;
    }
    .swiper-button-prev.hc-head-left{
        left: 10px;
    }
    .db-concard-row{
        gap: 15px;
    }   
    .concard{
        width: 245px;
        height: 245px;
    }
    .single-content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .filter-button-group ul li {
        display:block;
        max-width: 170px;
        margin: 10px auto 0; 
    }
    .ms-daysecondcol{
        padding: 30px 15px;
    }
    .ms-openlist{
        grid-template-columns: 70px 20px 1fr;
        gap: 20px;
    }
    .ms-openlist p{
        font-size: 14px;
    }
    .ms-backline{
        margin-top: 0 ;
    }
    .kz-contact-card{
        gap: 10px;
        padding: 15px 10px;
    }
    .kz-contact-card h5{
        font-size: 18px;
    }
    .kz-contact-card p{
        font-size: 12px;
    }
    .db-contact-form h3{
        font-size: 20px;
    }
}
@media screen and (max-width:480px){
    .db-subscription-box .db-btn {
        position: unset;
        margin-top: 10px;
    }
    .db-subscription-box input {
        padding: 0px 20px;
    }
    .db-open-form .db-appointment-form {
        padding-top: 50px;
    }
    .db-dr-specialization ul li:after {
        right: auto;
        left: 0;
    }
    .db-dr-specialization ul li:last-child:after,.db-blog-cmnt{
        display: block;
    }
    .db-discription-data ul li,.bd-blog-cmnt-data {
        width: 100%;
    }
    .db-procedure-content {
        padding: 15px;
    }
    .db-contact-form-detail {
        padding: 23px 30px;
    }
    .bd-blog-cmnt-data{
        padding: 20px 0;
    }   
} 
.wh_doctor_img
{
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #767bdd;
}

.wh_flex
{
    border-radius: 20px;
}
.db-blog-box
{
    overflow: hidden;
    cursor: pointer;
}
.db-interest-box .img-fluid
{
    transition: all 0.3s ease-in-out;
}
.db-interest-box:hover .img-fluid
{
    animation: swing 0.8s ease-out 1;
}
@keyframes swing
{
    20% {
        transform: rotate(15deg );
    }
    40% {
        transform: rotate( -10deg );
    }
    60% {
        transform: rotate( 5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.db-blog-date
{
    font-size: 12px;
    background-color: rgb(118, 123, 221);
    color: #fff;
    padding: 8px 11px;
    position: absolute;
    top: 1px;
    left: 16px;
    border-radius: 14px 0px 14px 0px;
}
a.db-blog-date:hover
{
    color: #eee;
}


