@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700;900&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #223645;
	line-height: 1.7;
	word-break: break-word;
}
p {
	margin-bottom: 1.5rem;
}
strong {
	font-weight: 700;
}
h2 {
	font-size: 36px;
	color:#231f20;
	font-weight: 700;
}
a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
}
a:focus, button:focus {
	outline: none !important;
}
.header {
	padding: 30px 0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:2;
}
.header.stick {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem 0;
	background-color: #005ca9;
	-webkit-animation: slide-down 1s;
	animation: slide-down 1s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	box-shadow: 0 4px 28.8px 3.2px rgba(0,0,0,.1);
}
 @-webkit-keyframes slide-down {
 0% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes slide-down {
 0% {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.navbar-nav li{
	padding:0 !important;
}
.navbar-nav li a {
	font-size: 1rem !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-weight: 700 !important;
	padding: 12px 20px !important;
	display: block !important;
}
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li.current-menu-item a {
	text-decoration: none;
	color: #eb008b !important;
}
.btn {
	font-weight: 700;
	padding: 12px 40px;
	border-radius:50px;
	text-transform: uppercase;
}
.menu-top_menu-container{
	margin-left:auto;
}
.btn-primary {
	background: #00a0e3;
	border-color: #00a0e3;
}

.btn-secondary {
	background: #eb008b;
	border-color: #eb008b;
}
.btn-secondary:hover, .btn-secondary:focus {
	background: #c90679;
	border-color: #c90679;
}
.banner{
	background:url(../images/banner.jpg) top center no-repeat;
	background-size:cover;
	height:100vh;
	position:relative;
	color:#fff;
}
.banner h2{
	font-size:66px;
	margin-bottom:25px;
	font-weight:900;
	color:#fff;
}
.banner h2 span{
	font-weight:100;
}
.banner p{
	font-size:24px;
	margin-bottom:40px;
	color:#fff;
}
.banner .btn {
	padding: 16px 40px;
}
.white-section{
	padding:120px 0 85px 0;
}
.section-title h5{
    text-transform: uppercase;
    font-weight: 700;
    border-left: 3px solid #eb008b;
    padding-left: 10px;
    line-height: 20px;
    display: inline-block;
    color: #223645;
    margin-bottom: 7px;
}
.section-title h2{
	font-size:56px;
	margin-bottom:32px !important;
}
.gray-section{
	padding:120px 0 85px 0;
	background:#f0f4f8;
}
.home-doctor-info {
    background: #fff;
    padding: 20px;
    color: #15222b;
	margin:-80px 25px 0 25px;
	z-index:1;
	position:relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	border-radius:5px;
    transition: 0.5s;
}
.home-doctor-info:hover{
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
.home-doctor-info h4, .testimonials-box h4{
	font-size:24px;
	position:relative;
	color:#231f20;
	font-weight: 700;
	padding-bottom:10px;
	margin-bottom:10px;
}
.home-doctor-info h4::after, .testimonials-box h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #eb008b;
    bottom: 0;
    left: 0;
}
.designation{
	font-style: italic;
    display: block;
    font-size: 13px;
	font-weight:300;
}
.testimonials-box blockquote {
    padding: 40px 30px 40px;
    margin: 0 0 0;
    border-radius: 10px;
	color:#fff;
	font-style:italic;
	font-weight:300;
	background:#eb008b;
	position:relative;
}
.testimonials-box blockquote:before {
    content: "\f10d";
    font-size: 50px;
    color: rgba(255,255,255,.2);
    z-index: 1;
    position: absolute;
	width:60px;
	height:60px;
    top: 0px;
    left: 15px;
    font-family:'FontAwesome';
}
.testimonial-author {
    margin: -45px 0 15px 30px;
	height:95px;
	width:95px;
	overflow:hidden;
	position:relative;
    object-fit: cover;
	border-radius:50%;
	box-shadow: 0 8px 15px 0 rgba(0,0,0,.15);
}
.testimonial-author img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.testimonials-box h4{
	margin-left:30px;
	margin-top:30px;
}
.counter-box{
	background:url(../images/counter-bg.png) center no-repeat;
	background-size:cover;
	text-align:center;
	padding:70px 0 35px 0;
	border-radius: 10px;
	font-size:20px;
	color:#a9d0ff;
	margin:120px 0 -230px 0;
	position:relative;
	z-index:2;
}
.counter-box h3{
	font-size:46px;
	font-weight:900;
	color:#fff;
}
.make-an-appoinment{
	background:#f0f4f8;
	position:relative;
	padding:120px 0 85px 0;
}
.make-an-appoinment:after{
	width:50%;
	height:100%;
	background:url(../images/contact-form-bg.jpg) center no-repeat;
	background-size:cover;
	content:"";
	position:absolute;
	right:0px;
	top:0px;
}
.make-an-appoinment .container{
	position:relative;
	z-index:1;
}
.request-box{
	padding:0 60px 0 0;
}
.form-control {
    height: calc(32px + .75rem + 2px);
	padding-left:25px;
	border-radius:36px;
}
.make-an-appoinment h2{
	font-size:40px;
	position:relative;
	font-weight: 700;
	padding-bottom:20px;
	margin-bottom:25px;
}
.make-an-appoinment h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb008b;
    bottom: 0;
    left: 0;
}

.bullet-ul{
	margin:0 0 40px 0;
	padding:0;
	list-style:none;
}
.bullet-ul li{
	background:url(../images/bullet.png) 0px 17px no-repeat;
	padding:17px 17px 0 60px;
	font-size:24px;
	font-weight:700;
	background-size:40px 40px;
}
footer{
	background:#11162a;
	padding:40px 0;
	color:#fff;
}
.container{
	margin-left:auto !important;
	margin-right:auto !important;
}
.doctor-box{
	background: #fff;
    padding:45px 35px 15px 35px !important;
    color: #15222b;
    z-index: 1;
	margin-bottom:60px !important;
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: 0.5s;
}
.doctor-box:hover{
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
.doctor{
	    object-fit: cover;
    height: 260px;
	border-radius:50%;
	background:#fff;
	border:10px solid #fff;
	width:260px;
	overflow:hidden;
	margin:0 auto;
	 box-shadow: 0 2px 12px 3px rgba(0,0,0,.1);
}
.doctor img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.doctor-box h3 {
    font-size: 32px;
	margin-top:25px;
    position: relative;
	text-align:center;
    color: #231f20;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.doctor-box h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
	margin-left:-25px;
    background: #eb008b;
    bottom: 0;
    left: 50%;
}
.doctor-box .designation{
	text-align:center;
}
.doctor-box h4 {
	margin-top:20px;
	padding-bottom:14px;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 25px;
	border-bottom:1px solid #eb008b;
}
.inner-banner-pic{
	object-fit: cover;
    height: 400px;
	overflow:hidden;
}
.inner-banner-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.inner-banner{
	position:relative;
}
.inner-banner-title {
  position: absolute;
  top: 50%;
	width:100%;
  transform: translateY(-50%);
}
.inner-banner h1{
	color: #fff;
    font-weight: 900;
	margin-top:45px;
	font-size:46px;
	text-transform:uppercase;
	display:inline-block;
	padding:12px 0;
	border-top:2px solid #00a0e3;
	border-bottom:2px solid #eb008b;
}
.depart-box{
	padding:45px 30px !important;
}
.depart-box .wpb_content_element{
	margin-bottom:0px !important;
}
.depart-box h3 {
	text-align:left;
	margin:15px 0 25px;
}
.depart-box h3:after{
	left:0px;
	margin-left:0px;
}
.depart-box h5{
	font-weight:700;
	margin:15px 0;
}
.depart-box .designation{
	text-align:left;
	font-size:18px;
	color:#777;
}
.contact-right{
	padding:50px 40px;
	background:#eb008b;
	border-radius:15px;
	color:#fff;
}
.contact-right h3{
	font-size:32px;
	font-weight:900;
	margin-bottom:20px;
}
.contact-right a{
	color:#fff;
}
.contact-left h3{
	font-size:32px;
	color:#231f20;
	font-weight:900;
	margin-bottom:25px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background: #00a0e3;
	width: 38px;
	height: 38px;
	color: #fff;
}
.textarea-302 textarea{
	max-height:100px;
}
.header.stick .navbar-brand img{
	width:190px;
	height:auto;
}
.container{
	padding-left:0px;
	padding-right:0px;
}
header .container, .banner .container, footer .container, .inner-banner .container{
	padding-left:15px;
	padding-right:15px;
}