.btn {
	border-radius: 5px;
	height: 56px;
	padding: 6px 28px;
	background-color: #2a3c7f;
	color: #fff;
	border-width: 0;
	font-size: 13px;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	border: 1px solid #2a3c7f;
	font-weight: 600;
	min-width: 180px;
	justify-content: center
}
.booking_btn {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    height: 36px;
    min-width: auto;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
	.btn {
		min-width: 100%
	}
}

.btn.disabled,
.btn:disabled {
	opacity: 1
}

.btn:hover,
.btn:focus,
.btn:active {
	border-color: transparent;
	box-shadow: none;
	color: #fff
}

.form-error-msg {
	color: red;
	font-weight: 400;
	font-size: 12px;
	margin-top: 4px;
	position: absolute;
	bottom: -20px;
	right: 0
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	word-break: break-word
}

*:focus {
	box-shadow: none
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	text-rendering: auto
}

ul,
ol,
li {
	list-style-type: none;
	padding: 0
}

html,
body {
	height: 100%;
	font-family: "Poppins", sans-serif
}

body {
	width: 100%;
	height: 100%;
	font-size: 15px;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

*:before,
*:after {
	-webkit-tap-highlight-color: transparent !important
}

body,
ul,
figure {
	padding: 0;
	margin: 0
}

li {
	list-style: none
}

a {
	color: #2a3c7f;
	text-decoration: none;
	cursor: pointer
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	cursor: pointer;
	color: #1d2a59
}

p {
	font-size: 15px
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px transparent inset !important;
	-webkit-box-shadow: 0 0 0 30px transparent inset !important;
	transition: background-color 5000s ease-in-out 0s !important
}

select::-ms-expand {
	display: none
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

input,
select,
textarea {
	vertical-align: middle;
	-webkit-appearance: none;
	border-radius: 0;
	resize: none
}

.cursor-pointer {
	cursor: pointer
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	box-shadow: 0 2px 23px 0 rgba(0, 0, 0, .11);
	background-color: #fff;
	padding: 0;
	height: 60px;
	flex-direction: column;
}
.nav_top_cnt{
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    margin-bottom:5px;
}
.nav_top_cnt ul{
    padding: 5px 0;
    display: flex;
    align-items: center;
 justify-content: space-between;
 width: 100%;
}
.nav_top_cnt ul li a{
   font-size: 14px;
   position:relative;
   font-weight: 600;
}
.nav_top_cnt ul li a.video_consultation_navtop{
      font-size: 13px;
   position:relative;
 padding-left: 20px;   
 color: #2a3c7f;
   font-weight: 500;
}
.dot:before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
      margin-top: 4px;
  background-color: #f79a2d;
  border-radius: 50%;
}

.dot:after {
  content: " ";
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 13px;
      margin-top:5px;
  background-color: #f79a2d;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  -webkit-animation-name: "ripple"; /*动画属性名，也就是我们前面keyframes定义的动画名*/
  -webkit-animation-duration: 1s; /*动画持续时间*/
  -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
  -webkit-animation-delay: 0s; /*动画延迟时间*/
  -webkit-animation-iteration-count: infinite; /*定义循环资料，infinite为无限次*/
  -webkit-animation-direction: normal; /*定义动画方式*/
}

@keyframes ripple {
  0% {
    left: 5px;
    top: 5px;
    opcity: 75;
    width: 0;
    height: 0;
  }
  100% {
    left: -20px;
    top: -20px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
	.main-header {
		height: 120px
	}
}

.main-header .container-fluid {
	padding: 0 15px
}

@media screen and (min-width: 992px) {
	.main-header .container-fluid {
		padding: 0 40px
	}
}

.main-header .logo {
	margin: 0;
	padding: 0
}

.main-header .home-logo-img {
	width: 135px;
	height: auto
}
@media screen and (max-width: 768px) {
    .nav_top_cnt ul{
 justify-content: center;
 flex-direction: column;
}
    .main-header{
        height:auto;
    }
    
}
@media screen and (min-width: 768px) {
	.main-header .home-logo-img {
		width: 165px;
		height: auto
	}
}

@media screen and (min-width: 992px) {
	.main-header .home-logo-img {
		width: 200px;
		height: auto
	}
}

@media screen and (min-width: 1200px) {
	.main-header .home-logo-img {
		width: 222px;
		height: 73px
	}
}

@media screen and (min-width: 992px) {
	.main-header .nav-item {
		margin-left: 20px
	}
}

@media screen and (min-width: 1441px) {
	.main-header .nav-item {
		margin-left: 40px
	}
}

.main-header .nav-item.active .nav-link {
	color: #0eb2d0
}

.main-header .nav-item.show .nav-link {
	color: #0eb2d0
}

.main-header .nav-item.show .dropdown-menu {
	background-color: #eff5f7;
	border-width: 0;
	padding: 0;
	margin: 0
}

@media screen and (min-width: 992px) {
	.main-header .nav-item.show .dropdown-menu {
		background-color: #fff;
		padding: 15px 0 15px;
		border-radius: 3px;
		box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 8px 10px 1px rgba(0, 0, 0, .14);
		transform: translate3d(0px, 18px, 0px);
		min-width: 300px
	}
}

.main-header .nav-item.show .dropdown-menu .dropdown-item {
	color: #454545;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 18px
}

.main-header .nav-item.show .dropdown-menu .dropdown-item:hover {
	background-color: transparent
}

.main-header .nav-item.show.user-profile .nav-link:after {
	display: none !important
}

.main-header .nav-item .nav-link {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: #2a3c7f;
	padding: 0
}

.main-header .nav-item .nav-link:hover,
.main-header .nav-item .nav-link:focus {
	color: #2a3c7f
}

.main-header .nav-item .nav-link:after {
	font-size: 12px
}

.main-header .collapse {
	justify-content: flex-end
}

.main-header .icon-user-profile {
	font-size: 20px
}

.main-header .navbar-toggler {
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	border-width: 0;
	padding: 0;
	margin: 0 8px 0 0;
	font-size: 16px
}

@media screen and (max-width: 991px) {
	.navbar-collapse {
		background-color: #eff5f7;
		text-align: left;
		position: fixed;
		right: 0;
		max-width: 280px;
		width: 100%;
		top: 59px;
		height: calc(100vh - 0px) !important;
		z-index: 2;
		transform: translate3d(100%, 0, 0) !important;
		transition: all .3s ease 0s !important;
		-webkit-transition: .3s !important;
		padding: 15px;
		overflow: auto
	}
	.navbar-collapse.show {
		right: 0;
		transform: translate3d(0, 0, 0) !important
	}
	.navbar-collapse .search-box {
		max-width: 100%;
		padding: 0
	}
	.navbar-collapse .navbar-nav {
		text-align: left;
		align-items: flex-start
	}
	.navbar-collapse .navbar-nav .nav-item {
		width: 100%
	}
	.navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 15px 0
	}
	.navbar-collapse .navbar-nav .nav-item .btn {
		min-width: 100%;
		margin: 15px 0
	}
}

.navbar-nav {
	align-items: center
}

.dropdown-toggle::after {
	border-width: 0;
	margin: 0;
	background: url("../images/dropdown-arrow.svg") center center/100% 100% no-repeat;
	width: 9px;
	height: 6px;
	vertical-align: .1em
}

em {
	font-style: normal
}

.mb-16 {
	margin-bottom: 16px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.pb-60 {
	padding-bottom: 60px
}

.btn-with-icon .btn-icon {
	margin-left: 10px
}

.btn-with-icon .btn-icon .icon-right-arrow {
	font-size: 12px
}

.home-content {
	padding-top: 60px
}

@media screen and (min-width: 992px) {
	.home-content {
		padding-top: 120px
	}
}

.home-content .btn {
	border-color: #fff
}

.home-content .container {
	padding: 30px 15px
}

@media screen and (min-width: 1200px) {
	.home-content .container {
		padding: 70px 15px
	}
}

.home-content p {
	color: #454545;
	font-size: 15px;
	margin: 0
}

@media screen and (max-width: 767px) {
    .home-content {
	padding-top: 100px
}
	.home-content p {
		font-size: 13px
	}
}

.home-header {
	background-color: transparent;
	border-width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px
}

@media screen and (min-width: 992px) {
	.home-header {
		height: 120px
	}
}

.home-header .container-fluid {
	padding: 15px 15px
}

@media screen and (min-width: 992px) {
	.home-header .container-fluid {
		padding: 15px 40px
	}
}

.home-header .header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.home-header .logo {
	display: inline-block
}

.home-header .home-logo-img {
	width: 165px;
	height: auto
}

@media screen and (min-width: 768px) {
	.home-header .home-logo-img {
		width: 165px;
		height: auto
	}
}

@media screen and (min-width: 992px) {
	.home-header .home-logo-img {
		width: 200px;
		height: auto
	}
}

@media screen and (min-width: 1200px) {
	.home-header .home-logo-img {
		width: 222px;
		height: 73px
	}
}

.home-banner {
	position: relative
}

.home-banner .home-banner-image img {
	width: 100%;
	min-height: 175px
}

@media screen and (min-width: 768px) {
	.home-banner .home-banner-image img {
		min-height: 100%;
		object-fit: cover;
		/*height: 638px*/
	}
}

.home-banner .container {
	padding: 0;
	z-index: 1;
	position: relative
}

.home-banner .container::before {
	content: "";
	/*background-color: #2a3c7f;*/
	position: absolute;
	left: -60%;
	bottom: 0;
	height: 310px;
	width: 100%;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.home-banner .container::before {
		display: none
	}
}

.home-banner .home-banner-content {
	color: #fff;
	position: absolute;
	display: flex;
	height: 310px;
	justify-content: flex-end;
	text-align: left;
	max-width: 600px;
	bottom: 0;
	left: 15px;
	flex-direction: column;
	right: 0;
	z-index: 2;
	/*background-color: #2a3c7f;*/
	padding-bottom: 28px
}

@media screen and (max-width: 767px) {
	.home-banner .home-banner-content {
		padding-bottom: 16px;
		flex-direction: column;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
		position: relative
	}
}

.home-banner .home-banner-content::after {
	content: "";
	position: absolute;
	right: -88px;
	bottom: 0;
	width: 90px;
	height: 310px;
	/*background: url("../images/BlueMask.png") center center/100% 100% no-repeat*/
}

@media screen and (max-width: 767px) {
	.home-banner .home-banner-content::after {
		display: none
	}
}

.home-banner .home-banner-content h1 {
	color: #fff;
	font-weight: bold;
	margin: 8px 0 16px;
	max-width: 420px;
	font-size: 24px;
	line-height: 28px
}

@media screen and (min-width: 768px) {
	.home-banner .home-banner-content h1 {
		font-size: 32px;
		line-height: 38px;
		margin: 14px 0 48px
	}
}

.home-banner .home-banner-content .heading-caption {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: left
}

@media screen and (max-width: 767px) {
	.home-banner .home-banner-content .heading-caption {
		font-size: 16px;
		line-height: 20px
	}
}

.home-banner .banner-action {
	display: flex;
	align-items: center
}

@media screen and (max-width: 767px) {
	.home-banner .banner-action {
		flex-direction: column;
		align-items: flex-start
	}
	.home-banner .banner-action span {
		width: 100%
	}
}

.home-banner .consultation-on-call {
	margin-left: 32px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media screen and (max-width: 767px) {
	.home-banner .consultation-on-call {
		margin: 16px 0 0 0
	}
}

.home-banner .consultation-on-call .call-icon {
	background-color: #26366e;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.home-banner .call-info {
	display: flex;
	flex-direction: column;
	margin-left: 11px
}

.home-banner .call-info em {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px
}

.home-banner .call-info strong {
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px
}

@media screen and (max-width: 767px) {
	.home-banner .call-info strong {
		font-size: 18px;
		line-height: 24px
	}
}

h3 {
	font-size: 30px;
	line-height: 38px;
	color: #000;
	font-weight: 600;
	margin: 0 0 14px
}

@media screen and (max-width: 767px) {
	h3 {
		margin: 0 0 8px;
		font-size: 24px;
		line-height: 28px
	}
}

h3+p {
	color: #454545;
	font-weight: 500;
	line-height: 24px;
	font-size: 15px
}

@media screen and (max-width: 767px) {
	h3+p {
		line-height: 22px;
		font-size: 14px
	}
}

.our-services {
	background-color: #eff5f7
}

.our-services .list-unstyled {
	margin: 0 0 32px
}

@media screen and (max-width: 767px) {
	.our-services .list-unstyled {
		margin: 8px 0 16px
	}
}

.our-services .list-unstyled .check-mark {
	position: relative;
	padding: 8px 0 8px 35px
}

@media screen and (max-width: 767px) {
	.our-services .list-unstyled .check-mark {
		padding: 8px 0 8px 28px
	}
}

.our-services .list-unstyled .check-mark a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 18px
}

@media screen and (max-width: 767px) {
	.our-services .list-unstyled .check-mark a {
		font-size: 14px
	}
}

.our-services .list-unstyled .check-mark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 17px;
	height: 13px;
	background: url("../images/blue-tick.png") center center/100% 100% no-repeat
}

@media screen and (max-width: 767px) {
	.our-services .list-unstyled .check-mark::before {
		top: 17px;
		width: 14px;
		height: 10px
	}
}

.our-services .book-appointment {
	background-color: #fff;
	padding: 46px 60px 60px 60px
}

@media screen and (max-width: 767px) {
	.our-services .book-appointment {
		margin-top: 24px;
		padding: 24px 15px
	}
}

.our-services .book-appointment h2 {
	color: #000;
	font-weight: 400;
	margin: 0 0 24px;
	font-size: 30px;
	line-height: 38px
}

@media screen and (max-width: 767px) {
	.our-services .book-appointment h2 {
		margin: 0 0 12px;
		font-size: 24px;
		line-height: 28px
	}
}

.our-services .book-appointment .form-group {
	margin-bottom: 28px;
	position: relative
}

.our-services .book-appointment .form-group label {
	margin: 0;
	display: block;
	font-size: 15px;
	color: #000
}

.our-services .book-appointment .form-group .form-control {
	border-width: 0;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
	font-size: 15px;
	color: #000;
	border-radius: 0
}

.our-services .book-appointment .form-group .form-control::placeholder {
	color: #cacaca
}

.our-services .book-appointment .form-group .form-control:focus {
	border-color: #2a3c7f;
	box-shadow: none;
	outline: 0 none
}

.our-services .book-appointment .form-action-btn {
	text-align: right;
	margin-top: 42px
}

.our-services .contact-info-with-payment {
	position: relative;
	z-index: 1;
	margin-top: 68px
}

@media screen and (max-width: 767px) {
	.our-services .contact-info-with-payment {
		margin-top: 32px;
		background-color: #d8e6eb;
		padding: 15px 0
	}
}

.our-services .contact-info-with-payment::before {
	content: "";
	background: url("../images/coneect-with-doctor.png") center center/100% 100% no-repeat;
	height: 150px;
	z-index: -1;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

@media screen and (max-width: 767px) {
	.our-services .contact-info-with-payment::before {
		display: none
	}
}

.our-services .contact-info-with-payment .contact-info-wrappper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: auto;
	padding-left: 0;
	flex-direction: column
}

@media screen and (min-width: 768px) {
	.our-services .contact-info-with-payment .contact-info-wrappper {
		flex-direction: row;
		min-height: 150px;
		padding-left: 15px
	}
}

@media screen and (min-width: 992px) {
	.our-services .contact-info-with-payment .contact-info-wrappper {
		padding-left: 65px
	}
}

@media screen and (min-width: 1200px) {
	.our-services .contact-info-with-payment .contact-info-wrappper {
		padding-left: 165px
	}
}

.our-services .contact-info-with-payment .video-consultation {
	display: flex;
	align-items: center
}

.our-services .contact-info-with-payment .video-consultation .video-cons-img {
	min-width: 72px
}

@media screen and (max-width: 767px) {
	.our-services .contact-info-with-payment .video-consultation .video-cons-img {
		min-width: 32px
	}
}

.our-services .contact-info-with-payment .video-consultation .video-cons-img img {
	width: 72px;
	height: 72px
}

@media screen and (max-width: 767px) {
	.our-services .contact-info-with-payment .video-consultation .video-cons-img img {
		width: 32px;
		height: 32px
	}
}

.our-services .contact-info-with-payment .video-consultation .video-content {
	margin-left: 16px;
	display: flex;
	flex-direction: column
}

.our-services .contact-info-with-payment .video-consultation .video-content em {
	font-size: 12px;
	line-height: 18px;
	color: #2a3c7f;
	font-weight: 500
}

.our-services .contact-info-with-payment .video-consultation .video-content strong {
	font-size: 28px;
	line-height: 44px;
	color: #2a3c7f;
	font-weight: bold
}

@media screen and (max-width: 991px) {
	.our-services .contact-info-with-payment .video-consultation .video-content strong {
		font-size: 20px;
		line-height: 32px
	}
}

.our-services .contact-info-with-payment .online-consultaion {
	display: flex;
	position: relative
}

@media screen and (max-width: 991px) {
	.our-services .contact-info-with-payment .online-consultaion {
		max-width: 350px
	}
}

@media screen and (max-width: 767px) {
	.our-services .contact-info-with-payment .online-consultaion {
		padding-left: 16px;
		margin-top: 44px;
		align-items: center
	}
}

.our-services .contact-info-with-payment .online-consultaion em {
	font-size: 12px;
	line-height: 18px;
	color: #2a3c7f;
	font-weight: 500
}

.our-services .contact-info-with-payment .online-consultaion strong {
	font-size: 13px;
	line-height: 24px;
	color: #2a3c7f;
	font-weight: bold;
	max-width: 450px
}

@media screen and (max-width: 991px) {
	.our-services .contact-info-with-payment .online-consultaion strong {
		font-size: 12px;
		line-height: 20px
	}
}

.our-services .contact-info-with-payment .online-consultaion strong.mb-16 {
	font-size: 16px
}

.our-services .contact-info-with-payment .border-left {
	border-radius: 0 9px 9px 0;
	border: 4px solid #b7d1da;
	width: 18px;
	height: 120px;
	transform: rotate(180deg);
	margin-right: 22px
}

@media screen and (max-width: 767px) {
	.our-services .contact-info-with-payment .border-left {
		margin-right: 12px
	}
}

.our-services .contact-info-with-payment .consultaion-wrapper {
	display: flex;
	flex-direction: column
}

.our-services .contact-info-with-payment .payment-method {
	position: absolute;
	left: -78px;
	top: 55px;
	font-size: 16px;
	line-height: 24px;
	color: #2a3c7f;
	font-weight: bold;
	background-color: #d8e6eb
}

@media screen and (max-width: 767px) {
	.our-services .contact-info-with-payment .payment-method {
		left: 18px;
		right: 0;
		text-align: left;
		top: -32px
	}
}

.home-footer {
	background-color: #1c2f4a
}

.home-footer .container {
	padding: 30px 15px 30px
}

@media screen and (min-width: 1200px) {
	.home-footer .container {
		padding: 60px 15px 30px
	}
}

.home-footer .copyright-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.home-footer .copyright-content-wrapper {
		flex-direction: column
	}
}

.home-footer .follow-us-on-social-media h4 {
	margin-bottom: 16px
}

.home-footer .follow-us-on-social-media .list-unstyled {
	margin: 0 0 0 -16px;
	display: flex
}

.home-footer .follow-us-on-social-media .list-unstyled li {
	margin-left: 16px
}

.home-footer .follow-us-on-social-media .list-unstyled .link-with-outer {
	width: 40px;
	height: 40px;
	border: solid 0 #383838;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center
}

.home-footer .contact-us .phone-number {
	margin-top: 20px
}

.home-footer .contact-us .link {
	color: #fff
}

.home-footer .contact-us .link .image-icon-text {
	margin-left: 12px
}

.home-footer .separator {
	background-color: rgba(255, 255, 255, .19);
	height: 1px;
	margin: 30px 0
}

@media screen and (max-width: 767px) {
	.home-footer .separator {
		margin: 15px 0
	}
}

.home-footer .copyright-text {
	font-size: 12px;
	line-height: normal;
	color: #fff;
	text-align: left;
	padding: 0;
	margin-top: 16px
}

@media screen and (min-width: 768px) {
	.home-footer .copyright-text {
		margin-top: 0;
		font-size: 15px
	}
}

.home-footer .copyright-text a {
	color: #fff !important
}

.home-footer .ready-to-start-wrapper {
	text-align: center
}

.home-footer .footer-information {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	color: #fff
}

@media screen and (min-width: 768px) {
	.home-footer .footer-information {
		flex-direction: row
	}
}

.home-footer .logo-wrapper {
	margin-right: 20px
}

.home-footer .logo-wrapper img {
	width: 165px;
	height: auto
}

@media screen and (min-width: 768px) {
	.home-footer .logo-wrapper img {
		width: 165px;
		height: auto
	}
}

@media screen and (min-width: 992px) {
	.home-footer .logo-wrapper img {
		width: 200px;
		height: auto
	}
}

@media screen and (min-width: 1200px) {
	.home-footer .logo-wrapper img {
		width: 222px;
		height: 73px
	}
}

.home-footer .address-with-location {
	display: flex
}

@media screen and (max-width: 767px) {
	.home-footer .address-with-location {
		flex-direction: column;
		margin-top: 16px
	}
}

.home-footer .address-with-location .location strong {
	font-weight: 500;
	font-size: 13px;
	line-height: normal;
	display: block
}

.home-footer .address-with-location .location .d-block {
	margin-top: 8px;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	color: #ccc;
	max-width: 450px
}

.home-footer .address-with-location .location .d-block.phone {
	font-size: 12px
}

.home-footer .location-1 {
	padding-right: 60px
}

@media screen and (max-width: 767px) {
	.home-footer .location-1 {
		padding-right: 0;
		margin-bottom: 16px
	}
}

.years-of-experience {
	background-color: #2a3c7f;
	color: #fff
}

.years-of-experience .container {
	padding-top: 0;
	padding-bottom: 0
}

.years-of-experience .highlight-features {
	padding: 31px 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap
}

@media screen and (max-width: 767px) {
	.years-of-experience .highlight-features {
		justify-content: center;
		padding: 15px 0
	}
}

.years-of-experience .highlight-features strong {
	font-size: 33px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 4px;
	display: block
}

.years-of-experience .highlight-features p {
	color: #fff;
	font-size: 15px;
	line-height: 24px
}

@media screen and (max-width: 767px) {
	.years-of-experience .highlight-features p {
		font-size: 13px;
		line-height: 20px
	}
}

.years-of-experience .highlight-features .feature {
	margin: 10px 0;
	text-align: center
}

@media screen and (max-width: 767px) {
	.years-of-experience .highlight-features .feature {
		max-width: 50%;
		width: 50%
	}
}

.happy-clients {
	background-color: #eff5f7
}

.happy-clients .happy-client-heading-wraaper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px
}

@media screen and (max-width: 767px) {
	.happy-clients .happy-client-heading-wraaper {
		flex-direction: column;
		margin-bottom: 8px
	}
	.happy-clients .happy-client-heading-wraaper .action-btn {
		margin-top: 16px;
		width: 100%
	}
}

.happy-clients .happy-client-heading-wraaper .content {
	text-align: left
}

.happy-clients .card {
	margin-top: 16px;
	background-color: #fff;
	border-radius: 0;
	border-width: 0;
	margin: 16px 0 0;
	padding: 24px 15px 24px 15px;
	text-align: center;
	position: relative
}

@media screen and (min-width: 992px) {
	.happy-clients .card {
		margin: 0;
		height: 100%;
		padding: 46px 24px 36px 24px
	}
}

.happy-clients .card .google-review {
	position: absolute;
	right: 16px;
	top: 16px
}

.happy-clients .card .google-review img {
	width: 86px;
	height: 37px
}

@media screen and (max-width: 991px) {
	.happy-clients .card .google-review img {
		width: 46px;
		height: auto
	}
}

.happy-clients .card .title {
	color: #272727;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px
}

@media screen and (max-width: 991px) {
	.happy-clients .card .title {
		font-size: 14px;
		line-height: 20px
	}
}

.happy-clients .card .title-text {
	color: #454545;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin: 4px 0 10px
}

@media screen and (max-width: 991px) {
	.happy-clients .card .title-text {
		font-size: 12px;
		line-height: 20px
	}
}

.happy-clients .card .user-name {
	font-family: "Caveat", cursive;
	color: #272727;
	font-weight: bold;
	font-size: 21px;
	line-height: 26px
}

@media screen and (max-width: 991px) {
	.happy-clients .card .user-name {
		font-size: 16px;
		line-height: 21px
	}
}

.happy-clients .user-profile-pic {
	margin: 0 auto;
	text-align: center
}

.happy-clients .user-profile-pic img {
	object-fit: cover;
	border-radius: 50%;
	width: 89px;
	height: 89px
}

@media screen and (max-width: 767px) {
	.happy-clients .user-profile-pic img {
		width: 60px;
		height: 60px
	}
}

.happy-clients .google-rating .rating-option {
	font-size: 0
}

.happy-clients .google-rating .rating-option img {
	width: 19px;
	height: 19px
}

.happy-clients .google-rating {
	margin: 24px 0 12px
}

@media screen and (max-width: 767px) {
	.happy-clients .google-rating {
		margin: 12px 0 8px
	}
}

.recent-blogs {
	text-align: center;
	background-color: #fff
}

.recent-blogs p {
	max-width: 800px;
	margin: 0 auto
}

.recent-blogs .card {
	background-color: #fff;
	border-radius: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	margin-top: 56px
}

@media screen and (max-width: 767px) {
	.recent-blogs .card {
		margin-top: 16px
	}
}

.recent-blogs .card-media img {
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 991px) {
	.recent-blogs .card-media img {
		height: 150px;
		width: 100%
	object-fit: cover;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
}

.recent-blogs .title {
	display: block;
	margin-top: 28px;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	color: #272727
}

@media screen and (max-width: 767px) {
	.recent-blogs .title {
		margin-top: 16px;
		font-size: 15px;
		line-height: 24px
	}
}

.recent-blogs .title-text {
	display: block;
	margin-top: 2px;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #454545
}

.recent-blogs .read-more {
	margin-top: 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #2a3c7f;
	display: inline-block
}

@media screen and (max-width: 767px) {
	.recent-blogs .read-more {
		font-size: 14px
	}
}

.recent-blogs .recent-blogs-heading-wraaper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

@media screen and (max-width: 767px) {
	.recent-blogs .recent-blogs-heading-wraaper {
		flex-direction: column;
		margin-bottom: 8px
	}
	.recent-blogs .recent-blogs-heading-wraaper .action-btn {
		margin-top: 16px;
		width: 100%
	}
}

.recent-blogs .recent-blogs-heading-wraaper .content {
	text-align: left
}

.about-us {
	background-color: #eff5f7
}

.about-us .row {
	align-items: center
}

.about-us .patient-image {
	position: relative;
	margin-right: 0
}

@media screen and (min-width: 992px) {
	.about-us .patient-image {
		margin-right: 40px
	}
}

.about-us .patient-image img {
	object-fit: cover;
	margin-bottom: 32px
}

@media screen and (min-width: 992px) {
	.about-us .patient-image img {
		margin-bottom: 0
	}
}

@media screen and (min-width: 992px) {
	.about-us .patient-image img {
		height: 500px
	}
}

.about-us .patient-image-video-play {
	position: absolute;
	right: -30px;
	top: 24px;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.about-us .patient-image-video-play {
		right: 0;
		top: 8px
	}
}

.about-us .patient-image-video-play img {
	width: 64px;
	height: 64px
}

.about-us .action-btn {
	margin-top: 32px;
	display: flex;
	align-items: center
}

@media screen and (max-width: 767px) {
	.about-us .action-btn {
		margin-top: 24px
	}
}

@media screen and (max-width: 767px) {
	.about-us .action-btn .btn {
		min-width: 180px
	}
}

.about-us .action-btn .youtueb-link {
	margin-left: 32px
}

.about-us .action-btn .youtueb-link img {
	width: 94px;
	height: 23px
}

.arrow-icon {
	margin-top: 2px;
	margin-right: 4px
}

.arrow-icon::before {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid #2a3c7f;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	transform: rotate(-90deg)
}

.main-container {
	min-height: 100%;
	display: flex
}


/*# sourceMappingURL=style.css.map */