@import "https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap";
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Lobster&family=Poppins:wght@400;500;600;700;800;900&display=swap');

body {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #666;
	overflow-x: hidden !important;
}


img {
	max-width: 100%
}

.bg_grey {
	background: #eee !important;
}

.bg_white {
	background: #fff !important;
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-70 {
	padding-bottom: 70px
}

.pt-70 {
	padding-top: 70px
}

.pt-60 {
	padding-top: 60px
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.pl-15 {
	padding-left: 15px
}

.pr-15 {
	padding-right: 15px
}

.mr-20 {
	margin-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pl-20 {
	padding-left: 20px
}

.mlr-5 {
	margin-right: 5px;
	margin-left: 5px
}

.mlrt-5 {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px
}

.mt-6 {
	margin-top: 4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-weight: 700;
	line-height: 1.4
}

p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000;
	line-height: 1.8
}

p:last-child {
	margin-bottom: 0
}

a {
	text-decoration: none
}

.owl-nav {
	margin-top: 0 !important
}

.owl-dots {
	margin-top: 0 !important
}

.bg-25ab44 {
	background-color: #23597d
}

.bg-color1 {
	background: rgba(12, 184, 182, .05)
}

.form-control {
	height: 50px;
	border: 1px solid rgba(12, 184, 182, .25);
	padding-left: 15px
}

.form-control:focus {
	border: 1px solid #23597d;
	box-shadow: none
}

textarea {
	height: auto !important
}

.default-btn {
	background-color: transparent;
	color: #111;
	font-size: 16px;
	padding: 13px 30px;
	border-radius: 30px;
	position: relative;
	transition: all ease .5s;
	border: 1px solid #23597d;
	z-index: 1
}

.default-btn::before {
	position: absolute;
	content: "";
	background-color: #23597d;
	height: 100%;
	width: 100%;
	border-radius: 30px;
	top: 0;
	left: 0;
	transform: scaleX(0);
	transition: all ease .5s;
	z-index: -1
}

.default-btn.active {
	background-color: #23597d;
	color: #fff
}

.default-btn.active:hover {
	background-color: #111;
	color: #fff
}

.default-btn:hover {
	color: #fff
}

.default-btn:hover::before {
	transform: scaleX(1)
}

.default-btn:focus {
	box-shadow: none
}

.read-more-btn {
	color: #111;
	font-weight: 500;
	transition: all ease .5s;
	display: inline-block
}

.read-more-btn i {
	position: relative;
	top: 3px;
	padding-left: 5px
}

.read-more-btn:hover {
	letter-spacing: 1px;
	color: #23597d
}

.section-title {
	max-width: 730px;
	text-align: center;
	margin: -5px auto 40px;
	position: relative
}

.section-title.style2 {
	text-align: left;
	margin-left: 0;
	margin-right: auto
}

.section-title .top-title {
	color: #23597d;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
	position: relative
}

.section-title .top-title.white {
	color: #fff
}

.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px
}

.section-title h2.white {
	color: #fff
}

.section-title p {
	margin-bottom: 20px
}

.section-title p:last-child {
	margin-bottom: 0
}

.section-title.white-title .top-title {
	color: #fff
}

.section-title.white-title h2 {
	color: #fff
}

.section-title.white-title p {
	color: #fff
}
.call_dis2 {
    display: block;
}
.tob-header-area {
	padding: 10px 0;
	background-color: #045668;
	position: relative
}

.tob-header-area .container-fluid {
	max-width: 1520px;
	margin: auto
}

.heder-left-content ul {
	padding-left: 0;
	margin-bottom: 0
}

.heder-left-content ul li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 30px
}

.heder-left-content ul li::before {
	position: absolute;
	content: "|";
	right: -20px;
	color: #fff
}

.heder-left-content ul li:last-child::before {
	display: none
}

.heder-left-content ul li p,
.heder-left-content ul li a {
	font-size: 15px;
	color: #fff
}

.heder-left-content ul li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff
}

.heder-left-content ul li:last-child {
	margin-right: 0
}

.heder-right-content {
	text-align: right
}

.heder-right-content ul {
	padding-left: 0;
	margin-bottom: 0
}

.heder-right-content ul li {
	display: inline-block
}

.heder-right-content ul li .social-content ul {
	padding-left: 0;
	margin-bottom: 0;
}

.heder-right-content ul li .social-content ul li {
	margin-left: 10px
}

.heder-right-content ul li .social-content ul li a {
	color: #fff;
	transition: all ease .5s;
	font-size: 16px;
}

.heder-right-content ul li .social-content ul li a:hover {
	color: #fff;
}

.navbar-brand {
	width: 150px;
	padding: 0;
}

.navbar-area {
	position: relative;
	padding: 5px;
}

.navbar-area.is-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: sticky;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.navbar-area .container-fluid {
	max-width: 1520px;
	margin: auto
}

.navbar-area .navbar-brand .white-logo {
	display: none
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
	display: none
}

.nav-bg-1 {
	background-color: #fff
}

.desktop-nav {
	padding-top: 0;
	padding-bottom: 0
}

.desktop-nav .navbar {
	transition: all ease .5s;
	z-index: 2;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	justify-content: space-between;
}

.navbar-expand-md .navbar-collapse {
	flex-grow: inherit;
}

.desktop-nav .navbar ul {
	margin-bottom: 0;
	list-style-type: none
}

.desktop-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item a {
	font-size: 18px;
	color: #1b2336;
	line-height: 1;
	position: relative;
	font-weight: 500;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 20px
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
	display: none
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
	content: "\ea4e";
	position: absolute;
	top: 0;
	right: 0;
	font-family: remixicon !important;
	line-height: 1;
	font-size: 17px
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	transition: all .3s ease-in-out;
	background: #fff;
	position: absolute;
	visibility: hidden;
	border-radius: 0;
	display: block;
	width: 250px;
	border: none;
	z-index: 99;
	opacity: 0;
	top: 80px;
	left: 0;
	padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #1b2336;
	padding: 15px;
	border-bottom: 1px dashed #ededed;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	display: block;
	position: relative
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
	display: none
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
	content: "\ea4e";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: remixicon !important;
	line-height: 1;
	font-size: 17px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	right: 250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #1b2336;
	border-bottom: 1px dashed #ededed;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	position: relative
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
	display: none
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
	content: "\ea4e";
	position: absolute;
	top: 14px;
	right: 13px;
	font-family: remixicon !important;
	line-height: 1;
	font-size: 17px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: 250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	right: -250px;
	left: auto;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #1b2336
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #1b2336
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -1px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -1px;
	visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -15px;
	visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #23597d
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	margin-top: 20px;
	transform: translateY(1);
	visibility: visible
}

.others-option-for-responsive {
	display: none !important
}

.others-option-for-responsive .container {
	position: relative
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: -2px;
	top: 15px;
	max-width: 320px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	transition: all ease .5s;
	transform: scaleY(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1)
}

.mobile-responsive-nav {
	display: none
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes ripple {
	0% {
		transform: scale(1)
	}

	75% {
		transform: scale(1.75);
		opacity: .6
	}

	100% {
		transform: scale(2);
		opacity: 0
	}
}

@keyframes movebounce {
	0% {
		transform: translateY(0px)
	}

	50% {
		transform: translateY(40px)
	}

	100% {
		transform: translateY(0px)
	}
}

.preloader-area {
	position: fixed;
	z-index: 999999;
	background-color: #23597d;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	right: 0;
	top: 0
}

.preloader-area .spinner {
	width: 4em;
	height: 4em;
	transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
	transform-style: preserve-3d;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	transform: translateY(-45%);
	margin-left: auto;
	margin-right: auto
}

.preloader-area .spinner .disc {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: .3em dotted #fff
}

.preloader-area .spinner .disc:nth-child(1) {
	animation: rotate 12s linear infinite
}

.preloader-area .spinner .disc:nth-child(2) {
	animation: rotateDisc2 12s linear infinite
}

.preloader-area .spinner .disc:nth-child(3) {
	animation: rotateDisc3 12s linear infinite
}

.preloader-area .spinner .inner {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	animation: sphereSpin 6s linear infinite
}

.preloader-area .spinner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	right: 0;
	bottom: 0;
	border: 2px dotted #fff;
	margin: -15px
}

@keyframes sphereSpin {
	0% {
		transform: rotateX(360deg) rotateY(0deg)
	}

	100% {
		transform: rotateX(0deg) rotateY(360deg)
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes rotateDisc2 {
	from {
		transform: rotateX(90deg) rotateZ(0deg)
	}

	to {
		transform: rotateX(90deg) rotateZ(360deg)
	}
}

@keyframes rotateDisc3 {
	from {
		transform: rotateY(90deg) rotateZ(0deg)
	}

	to {
		transform: rotateY(90deg) rotateZ(360deg)
	}
}

.banner-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden
}

.banner-area .container-fluid {
	max-width: 1520px
}

.banner-area .banner_cont {}

.banner-area .banner_cont h1 {
	font-size: 85px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 95px;
	text-shadow: 2px 3px 5px #000;
	margin: 0;
}

.banner-area .banner_cont p {
	width: 100%;
	font-size: 23px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	margin-top: 0px;
	overflow: hidden;
	line-height: 45px;
	padding: 0px 0px;
	letter-spacing: 0.4px;
	text-shadow: 2px 2px 3px #000;
	margin: 0;
}

.banner-area .shape-1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1
}

.banner-area .shape-2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: none
}

.slider-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding-top: 200px;
	padding-bottom: 300px
}

.banner-content {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	text-align: center;
	top: 35%;
}

.banner-content span {
	font-size: 16px;
	color: #23597d;
	display: inline-block;
	margin-bottom: 15px
}


.banner-content h1 {
	font-size: 57px;
	margin-bottom: 20px
}

.banner-content p {
	margin-bottom: 30px
}

.banner-content .feature ul {
	padding-left: 0;
	margin-bottom: 0
}

.banner-content .feature ul li {
	padding-left: 25px;
	list-style-type: none;
	position: relative;
	margin-bottom: 15px
}

.banner-content .feature ul li i {
	position: absolute;
	left: 0;
	color: #23597d;
	font-size: 16px
}

.banner-img {
	position: relative
}


.banner-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	background-color: #fff;
	border: 1px solid #23597d;
	height: 40px;
	width: 40px;
	line-height: 43px;
	border-radius: 100%;
	transition: all ease .5s;
	font-size: 24px
}

.banner-slider.owl-theme .owl-nav [class*=owl-] i {
	position: relative;
	top: -2px;
	left: -1px
}

.banner-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	right: 30px;
	left: auto
}

.banner-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px
}

.banner-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #23597d;
	color: #fff;
	border: 1px solid #23597d
}

.banner-slider2 {
	position: relative
}

.banner-slider2.owl-theme .owl-dots {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100px
}

.banner-slider2.owl-theme .owl-dots .owl-dot {
	display: block
}

.banner-slider2.owl-theme .owl-dots .owl-dot span {
	width: 45px;
	height: 45px;
	margin: 5px 0;
	background: 0 0;
	border: 1px solid #eee;
	display: block;
	transition: .5s;
	border-radius: 50%;
	position: relative;
	color: #111
}

.banner-slider2.owl-theme .owl-dots .owl-dot span::before {
	position: absolute;
	content: "1";
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 600
}

.banner-slider2.owl-theme .owl-dots .owl-dot:hover span,
.banner-slider2.owl-theme .owl-dots .owl-dot.active span {
	background-color: #23597d;
	border-color: #23597d;
	color: #fff
}

.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
	content: "2"
}

.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
	content: "3"
}

.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
	content: "4"
}

.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
	content: "5"
}

.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
	content: "6"
}

.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
	content: "7"
}

.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
	content: "8"
}

.single-features-card {
	padding: 23px;
	border: 1px solid rgba(12, 184, 182, .2);
	transition: all ease .5s !important;
	margin-bottom: 30px;
	border-radius: 10px 40px 10px 10px
}

.single-features-card .icon {
	margin-bottom: 5px
}

.single-features-card .icon i {
	font-size: 50px;
	transition: all ease .5s
}

.single-features-card h3 {
	font-size: 20px;
	margin-bottom: 15px
}

.single-features-card p {
	margin-bottom: 0
}

.single-features-card:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 10px 40px 10px 10px
}

.single-features-card:hover .icon i {
	color: #23597d
}

.single-features-card .read-more-btn {
	margin-top: 20px
}

.style-feature-box .col-lg-6:nth-child(2) .single-features-card {
	border-radius: 40px 10px 10px 10px
}

.style-feature-box .col-lg-6:nth-child(3) .single-features-card {
	border-radius: 10px 10px 40px 10px
}

.style-feature-box .col-lg-6:nth-child(4) .single-features-card {
	border-radius: 10px 10px 10px 40px
}

.feature-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	bottom: 30px;
	left: -130px;
	background-color: #fff;
	border: 1px solid #23597d;
	height: 40px;
	width: 40px;
	line-height: 43px;
	border-radius: 100%;
	transition: all ease .5s;
	font-size: 24px
}

.feature-slider.owl-theme .owl-nav [class*=owl-] i {
	position: relative;
	top: -2px;
	left: -1px
}

.feature-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: -70px
}

.feature-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px
}

.feature-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #23597d;
	color: #fff;
	border: 1px solid #23597d
}

.about-area {
	overflow: hidden
}

.about-area .border-top {
	border-top: 1px solid rgba(12, 184, 182, .2) !important
}

.about-img {
	position: relative
}

.about-img img {
	border-radius: 40px 10px 10px 10px;
	width: 100%
}

.about-content .about-title span {
	color: #23597d;
	font-weight: 500;
	display: inline-block;
	font-size: 15px;
}

.about-content .about-title h2 {
	font-size: 36px;
	margin-bottom: 25px
}

.about-content .about-title p {
	margin-bottom: 30px
}

.about-content .list ul {
	padding-left: 0;
	margin-bottom: 30px
}

.about-content .list ul li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px
}

.about-content .list ul li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #23597d
}

.about-content .list ul li p {
	margin-bottom: 0
}

.about-content .list ul li:last-child {
	margin-bottom: 0
}

.about-content.style .list2 {
	margin-bottom: 30px
}

.about-content.style .list2 .about-card {
	margin-bottom: 20px;
	padding: 30px;
	border: 1px solid rgba(12, 184, 182, .25);
	border-radius: 10px 10px 40px 10px;
	position: relative;
	padding-left: 140px;
	transition: all ease .5s
}

.about-content.style .list2 .about-card .icon {
	font-size: 35px;
	border: 1px solid #23597d;
	color: #111;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 30px;
	transition: all ease .5s
}

.about-content.style .list2 .about-card h3 {
	font-size: 20px;
	margin-bottom: 15px
}

.about-content.style .list2 .about-card p {
	margin-bottom: 0
}

.about-content.style .list2 .about-card:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border: 1px solid transparent
}

.about-content.style .list2 .about-card:hover .icon {
	transform: scale(1) rotate(10deg);
	background-color: #23597d;
	color: #fff;
	border: 1px solid #23597d
}

.about-content.style-3 .about-title p {
	margin-bottom: 25px
}

.about-content.style-3 .about-title p:last-child {
	margin-bottom: 30px
}

.about-content.style-3 .list ul li {
	background-color: #f5f5f5;
	padding: 15px;
	padding-left: 35px;
	border-radius: 7px
}

.about-content.style-3 .list ul li i {
	left: 15px;
	top: 50%;
	transform: translateY(-50%)
}

.counter-bg {
	padding-left: 50px;
	padding-right: 100px;
	border-radius: 40px 40px 10px 10px;
	background: #23597d;
}

.counter-card {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.counter-card h1 {
	font-size: 50px;
	color: #fff;
}

.counter-card h1 .target {
	margin-left: -10px
}

.counter-card p {
	color: #fff;
	font-size: 20px;
}

.counter-card::before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, .4);
	width: 1px;
	height: 42px;
	right: 0
}

.col-lg-3:last-child .counter-card::before {
	display: none
}

.services-content span {
	color: #23597d;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 15px
}

.services-content h2 {
	color: #000;
	font-size: 3em;
	line-height: 51px;
}

.services-content p {
	margin-bottom: 30px
}

.services-area .container-fluid {
	max-width: 1620px;
	margin-right: 0;
	margin-left: auto
}

.services-area.style .container-fluid {
	max-width: 1520px;
	margin: auto
}

.services-area.style .services-bg {
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 10px 10px 40px 40px
}

.services-area.style .services-bg.style {
	border-radius: 40px 40px 0 0
}

.single-services-card {
	/* border: 1px solid rgba(12, 184, 182, .25); */
	box-shadow: 0 0 20px #ccc;
	transition: all ease .5s !important;
	margin: 5px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.single-services-card-cont {
	padding: 15px 20px;
	transition: all ease .5s !important;
	background-color: #fff
}

.single-services-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	height: 45px;
	overflow: hidden;
}

.single-services-card h4 {
	font-size: 16px;
	margin-bottom: 5px
}

.single-services-card p {
	margin-bottom: 15px
}

.single-services-card:hover {
	/* border: 1px solid #23597d */
	box-shadow: 0 0 20px #a5a5a5;
}

.single-services-card:hover i {
	color: #23597d
}

.single-services-card:hover .default-btn {
	background-color: #23597d;
	color: #fff
}

.single-services-card.style {
	margin-bottom: 30px
}

.single-services-card.style p {
	margin-bottom: 0
}

.single-services-card.style:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-services-card.style3 {
	margin: 0;
	margin-bottom: 30px
}

.single-services-card.style3:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-color: transparent;
	transform: translateY(-10px)
}

.services-slider {
	margin-bottom: 30px
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	bottom: -50px;
	left: -80px;
	background-color: #fff;
	border: 1px solid #23597d;
	height: 40px;
	width: 40px;
	line-height: 43px;
	border-radius: 100%;
	transition: all ease .5s;
	font-size: 24px;
	margin: 0 auto;
	right: 0;
}

.services-slider.owl-theme .owl-nav [class*=owl-] i {
	position: relative;
	top: -2px;
	left: -1px
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: 30px
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
	position: relative;
	right: -1px;
	left: auto;
	top: -2px
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #23597d;
	color: #fff;
	border: 1px solid #23597d
}

.services-details .top-image {
	margin-bottom: 30px
}

.services-details .top-image img {
	border-radius: 10px
}

.services-details .real-health h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.services-details .real-health p {
	margin-bottom: 20px
}

.services-details .this-services {
	margin-bottom: 30px
}

.services-details .this-services h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.services-details .this-services p {
	margin-bottom: 20px
}

.services-details .this-services .list {
	margin-bottom: 0;
	padding-left: 0
}

.services-details .this-services .list li {
	list-style-type: none;
	position: relative;
	padding-left: 25px
}

.services-details .this-services .list li p {
	margin-bottom: 15px
}

.services-details .this-services .list li i {
	position: absolute;
	left: 0;
	color: #23597d
}

.services-details .this-services .list li:last-child p {
	margin-bottom: 0
}

.opening-hours {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 10px
}

.opening-hours h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.opening-hours ul {
	padding-left: 0;
	margin-bottom: 0
}

.opening-hours ul li {
	list-style-type: none;
	margin-bottom: 10px
}

.opening-hours ul li span {
	color: #111;
	font-weight: 600;
	padding-right: 5px
}

.opening-hours ul li:last-child {
	margin-bottom: 0
}



.reply-content {
	padding: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 10px;
	margin-bottom: 30px
}

.reply-content h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.reply-content p {
	margin-bottom: 20px
}

.reply-content .form-group {
	margin-bottom: 20px
}

.reply-content .form-check {
	margin-bottom: 20px
}

.reply-content .form-check .form-check-input:focus {
	box-shadow: none
}

.search-content {
	padding: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	border-radius: 10px
}

.search-content .form-group {
	position: relative
}

.search-content .form-group .form-control {
	border-radius: 10px
}

.search-content .form-group .src-btn {
	position: absolute;
	right: 10px;
	top: 5px;
	border: none;
	background-color: transparent
}

.search-content .form-group .src-btn i {
	font-size: 24px;
	color: #23597d
}



.holder::-webkit-scrollbar {
	display: none;
	position: relative;
}

.top-image {
	position: relative;
}

.slides img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

@media screen and (max-width:992px) {
	.slides img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

/* Hide the images by default */
.slides {
	display: none;
}

.slides img {
	width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {

	.prevContainer,
	.nextContainer {
		display: none;
		visibility: hidden;
	}
}

.prevContainer,
.nextContainer {
	background-color: rgb(0 0 0 / 68%);
	position: absolute;
	top: 50%;
	transform: translate(0, calc(-50% - 50px));
	height: 54px;
	width: 54px;
	cursor: pointer;
}

.prevContainer {
	border-radius: 0 27px 27px 0;
}

.prev {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	height: 34px;
	width: 32px;
	float: left;
	margin-left: 12px;
}

.prev svg,
.next svg {
	fill: white;
}

.nextContainer {
	border-radius: 27px 0 0 27px;
	right: 0;
}

.next {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	height: 34px;
	width: 32px;
	float: right;
	margin-right: 12px;
}

/* Container for image text */
.caption-container {
	padding: 2px 0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
	width: 100%;
	height: 70px;
	/* object-fit: cover; */
	opacity: 0.6;
	cursor: pointer;
	transition: all 0.3s ease;
}

.active,
.slide-thumbnail:hover {
	opacity: 1;
}

/* Slider CSS End  */

.social-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.social-content ul li {
	display: inline-block
}

.social-content ul li a {
	color: #fff;
	transition: all ease .5s;
	font-size: 16px;
	background: #23597d;
	height: 30px;
	width: 30px;
	display: block;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0;
}

.bdrn {
	border: none;
}

/*Popular Packages*/
.package_sec {
	padding: 50px 0;
	background: #eee;
}

.package_sec h2 {
	color: #000;
	font-size: 3em;
	line-height: 51px;
}

.package_bx {
	width: 95%;
	margin: 30px auto;
	background: #fff;
	box-shadow: 0px 0 25px #8f8f8f;
	border-radius: 10px;
	overflow: hidden;
}

.package_img {
	width: 100%;
	height: 250px;
	margin: auto;
	overflow: hidden
}

.package_img figure {
	width: 100% !important;
	height: 250px;
	margin: auto;
	/* display: table-cell; */
	vertical-align: middle;
	text-align: center;
}

.package_img figure img {
	width: 100%;
	height: 100%;
	transition: all linear .6s;
}

.package_bx:hover .package_img figure img {
	transform: rotate(-1deg) scale(1.1);
}

.p_bx {
	padding: 15px 12px;
	height: 140px;
}

.pck-pr {
	font-size: 21px;
	font-weight: 600;
	color: #23597d;
}



.p_title {
	max-height: 65px;
	overflow: hidden
}

.p_title a {
	display: inline-block;
	font-size: 1.4em;
	color: #000;
	height: 32px;
	overflow: hidden;
}

.p_title a:hover {
	color: #0066ae;
}

.pkg_tx {
	font-size: 1.1em;
	line-height: 1.2em;
	height: 78px;
	overflow: hidden;
}

.dtl_link a {
	font-size: 1.3em;
	color: #000;
	transition: all linear .6s;
}

.dtl_link a:hover img {
	transform: rotate(-1deg) scale(1.2);
}

.small_font {
	height: 58px;
	overflow: auto;
	display: none;
}

.small_font::-webkit-scrollbar {
	width: 5px;
	/* Width of the scrollbar */
}


.small_font::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* Background of the scrollbar track */
	border-radius: 10px;
	/* Rounded corners for the track */
}


.small_font::-webkit-scrollbar-thumb {
	background: #888;
	/* Color of the scrollbar thumb */
	border-radius: 10px;
	/* Rounded corners for the thumb */
}

.small_font::-webkit-scrollbar-thumb:hover {
	background: #000;
	/* Color of the thumb on hover */
}


.serv_area {
	padding-bottom: 50px;
	/* background: #eee; */
}

.serv_area h2 {
	text-align: center;
	font-size: 40px;
}

.serv_area ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.serv_area ul li {
	margin: 10px 10px;
	padding: 10px 15px;
	list-style: none;
	width: 15%;
	border: 1px solid #23597d;
	border-radius: 5px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	transition: .3s;
}

.serv_area ul li p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-top: 7px;
	font-weight: 500;
	transition: .3s;
}

.hov1 {
	transition: .3s;
}

.hov {
	display: none;
	transition: .3s;
}

.serv_area ul li:hover .hov1 {
	display: none;
	transition: .3s;
}

.serv_area ul li:hover .hov {
	display: block;
	transition: .3s;
}

.serv_area ul li:hover {
	background: #23597d;
}

.serv_area ul li:hover p {
	color: #fff;
}


/* counter bg section start */
.count-bg {
	background: #11414f url("../images/counter-bg.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.company_stats_lst {
	margin: 0 auto;
	padding: 90px 0px;
	width: 100%;
	overflow: hidden;
}

.company_stats_lst ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.company_stats_lst ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 25%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 0px 1px 0px 0
}

.company_stats_lst ul li:last-child {
	border-width: 0px 0px 0px 0px
}

.company_stats_w {
	/* padding: 15px 35px; */
	text-align: center;
}

.company_stats_w b {
	display: inline-block;
	font-size: 2.7em;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.company_stats_w i {
	font-size: 3em;
	line-height: 1.5em;
	color: #fff;
	font-style: normal;
	font-weight: 600;
}

.company_stats_w span {
	display: block;
	font-size: 1.4em;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	margin-top: 0px;
	height: 30px;
	overflow: hidden;
}

.company_goals {
	padding: 1em 0 0 3em;
	width: 100%;
	margin: 1em auto
}

/* counter bg section end */

.vision_box {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px #ccc;
	background-color: #fff;
}

.vision_box h5 {
	font-weight: 500;
	margin-bottom: 5px;
}

.vision_box p {
	font-size: 16px;
	line-height: 22px;
}

.vis_icon {
	background: #23597d;
	border-radius: 5px;
	padding: 20px;
}

.vis_icon img {
	max-width: 60px;
}

.value_box {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px #ccc;
	margin-top: 25px;
}

.value_box h5 {
	font-weight: 600;
	margin-bottom: 5px;
}

.value_box p {
	font-size: 16px;
	line-height: 22px;
}

.value_icon {
	background: #23597d;
	border-radius: 5px;
	padding: 20px;
}

.value_icon img {
	max-width: 60px;
}


.blue {
	background: #23597d;
	display: inline-block;
	border-radius: 5px;
	padding: 1px 8px;
	color: #fff;
}

.pck-sect {
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #759eb7;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.pck-img {
	width: 100%;
	height: 205px;
	overflow: hidden;
	margin: 0;
}

@media screen and (max-width:1200px) {
	.pck-img {
		height: 350px;
	}
}

.pck-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
}

.act-inn {
	width: 100%;
	height: auto;
	padding: 12px;
	text-align: left;
}

.act-inn p:nth-child(1) {
	font-size: 1.4em;
	margin-bottom: 13px;
	font-weight: 500;
	color: #0b63a5;
	height: 35px;
	overflow: hidden;
}

.act-inn p:nth-child(2) {
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	background: #ddf0ff;
	display: inline-block;
	padding: 6px 10px;
}

.act-inn p:nth-child(3),
.act-inn1 p:nth-child(3) {
	font-size: 16px;
	margin-top: 10px;
	color: #000;
	line-height: 21px;
}

.act_cont {
	/* height: 170px; */
	overflow: hidden;
}

.activity_page .act_cont {
	height: 85px;
	overflow-y: auto;
}

@media screen and (max-width:600px) {
	.act-inn1 p:nth-child(3) {
		height: auto;
	}
}


.activity_page .act_cont::-webkit-scrollbar,
.act-inn1 p:nth-child(3)::-webkit-scrollbar {
	width: 5px;
	/* Width of the scrollbar */
}

.activity_page .act_cont::-webkit-scrollbar-track,
.act-inn1 p:nth-child(3)::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* Background of the scrollbar track */
	border-radius: 10px;
	/* Rounded corners for the track */
}

.activity_page .act_cont::-webkit-scrollbar-thumb,
.act-inn1 p:nth-child(3)::-webkit-scrollbar-thumb {
	background: #888;
	/* Color of the scrollbar thumb */
	border-radius: 10px;
	/* Rounded corners for the thumb */
}

.activity_page .act_cont::-webkit-scrollbar-thumb:hover {
	background: #000;
	/* Color of the thumb on hover */
}

.vew-but {
	background: #0e7c96;
}

.act-inn1 {
	width: 100%;
	height: auto;
	padding: 12px 12px;
	text-align: center;
	padding-bottom: 1rem;
}

.act-inn1 p:nth-child(1) {
	font-size: 1.4em;
	font-weight: 500;
	color: #0b63a5;
	height: 35px;
	overflow: hidden;
	margin-bottom: 5px;
}

.act-inn1 p:nth-child(2) {
	font-size: 1.1em;
	font-weight: 600;
	color: #000;
	background: #ddf0ff;
	display: inline-block;
	padding:3px 20px;
	line-height: 25px;
	margin-bottom: 0;
}

.act-inn1 p:nth-child(3) {
	font-size: 14px;
	color: #000;
}

.pck-sect:hover img {
	transform: scale(1.1);
}

.pck-txt-sect p {
	line-height: 18px;
}

.hot-hd {
	font-size: 1.9em;
	border-bottom: 1px solid #e9e9e9;
}

.hot-dys {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	font-size: 1em;
	font-weight: 600;
}

.hot-dys span {
	border-right: 1px solid #959595;
	padding: 0px 10px;
}

.hot-dys span:last-child {
	border-right: 0px;
}


.hot-pnt {
	margin: 18px 0px;
	margin-bottom: 0px;
}

.hot-pnt p {
	background: #0c7f99;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 2px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	font-weight: 500
}

.hot-pnt p:hover {
	background: #043f4c;
}

.sticky-top {
	top: 150px;
	z-index: 1;
}

.description_box {
	box-shadow: 0 0 10px #ccc;
}


.popular-post {
	padding: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	border-radius: 10px
}

.popular-post h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.popular-post .popular-card {
	position: relative;
	padding-left: 110px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.popular-post .popular-card .img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.popular-post .popular-card .img img {
	border-radius: 10px
}

.popular-post .popular-card h4 {
	font-size: 16px;
	margin-bottom: 10px;
	transition: all ease .5s
}

.popular-post .popular-card h4:hover {
	color: #23597d
}

.popular-post .popular-card .date {
	position: relative;
	padding-left: 20px
}

.popular-post .popular-card .date i {
	position: absolute;
	left: 0;
	color: #23597d
}

.popular-post .popular-card:last-child {
	margin-bottom: 0
}

.categories {
	padding: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
	border-radius: 10px
}

.categories h3 {
	font-size: 20px;
	margin-bottom: 25px
}

.categories ul {
	padding-left: 0;
	margin-bottom: 0
}

.categories ul li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px
}

.categories ul li a p {
	color: #111;
	font-weight: 600;
	transition: all ease .5s
}

.categories ul li a i {
	position: absolute;
	left: 0;
	color: #23597d
}

.categories ul li a:hover p {
	color: #23597d
}

.categories ul li:last-child {
	margin-bottom: 0
}

.tag-content {
	padding: 30px 30px 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.tag-content h3 {
	font-size: 20px;
	margin-bottom: 30px
}

.tag-content ul {
	padding-left: 0;
	margin-bottom: 0
}

.tag-content ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 30px
}

.tag-content ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #111;
	margin-right: 10px
}

.tag-content ul li a {
	padding: 10px 20px;
	background: rgba(12, 184, 182, .2);
	transition: all ease .5s;
	color: #111;
	font-weight: 500;
	border-radius: 30px
}

.tag-content ul li a:hover {
	background-color: #23597d;
	color: #fff
}

.tag-content ul li:last-child {
	margin-right: 10px
}

.footer {
	padding-top:40px !important;
}
.footer.pb-50 {
    padding-bottom: 0px;
}
.footer-area {
	background-color: #23597d;
}

.logo-area {
	text-align: right;
}

.logo-area img {
	margin-bottom: 20px;
	width: 42%;
}

.logo-area p {
	color: #fff;
	margin-bottom: 30px
}

.ft_logo a {
	position: relative;
}

.ft_logo span {
	color: #fff;
	position: absolute;
	bottom: -140%;
	right: 0;
	font-size: 9.5px;
	font-weight: 600;
	width: 100%;
}

@media screen and (max-width:1200px) {
	.ft_logo span {
		color: #fff;
		position: absolute;
		bottom: -110%;
		right: 0;
		font-size: 8px;

	}
}

@media screen and (max-width:992px) {
	.ft_logo span {
		text-align: right;
		color: #fff;
		position: absolute;
		bottom: -110%;
		right: 0;
		font-size: 7px;

	}
}



.quick-link {
	margin-bottom: 30px
}

.quick-link h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px
}

.quick-link ul {
	padding-left: 0;
	margin-bottom: 0
}

.quick-link ul li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px
}

.quick-link ul li i {
	position: absolute;
	left: 0;
	/* color: #b7e2ff; */
	color: #fff;
	transition: all ease .5s
}

.quick-link ul li p {
	/* color: #b7e2ff; */
	color: #fff;
	transition: all ease .5s
}

.quick-link ul li:last-child {
	margin-bottom: 0
}

.quick-link ul li:hover i {
	color: #fff;
}

.quick-link ul li:hover p {
	color: #fff;
}

.helpful-link {
	margin-bottom: 30px
}

.helpful-link h3 {
	font-size: 20px;
	margin-bottom:20px;
	color: #fff
}

.helpful-link ul {
	padding-left: 0;
	margin-bottom: 0
}

.helpful-link ul li {
	list-style-type: none;
	/* color: #b7e2ff */
	color: #fff;
	margin-bottom: 10px
}

.helpful-link ul li span {
	color: #fff;
	font-weight: 600;
	margin-right: 5px;
	display: inline-block
}

.helpful-link ul li:last-child {
	margin-bottom: 0
}

.helpful-link ul li a {
	/* color: #b7e2ff */
	color: #fff;
}

.copyright {
	border-top: 1px solid rgb(255 255 255 / 9%);
	padding: 10px 0;
}

.copyright .copy p {
	/* color: #b7e2ff */
	color: #fff;
}

.copyright .copy p a {
	/* color: #23597d */
	/* color: #b7e2ff */
	color: #fff;
}

.copyright .social-content {
	text-align: right
}

.copyright .social-content ul {
	padding-left: 0;
	margin-bottom: 0
}

.copyright .social-content ul li {
	display: inline-block;
	margin-right: 10px
}

.copyright .social-content ul li:last-child {
	margin-right: 0
}

.copyright .social-content ul li span {
	/* color: #b7e2ff */
	color: #fff;
}

.copyright .social-content ul li a {
	/* color: #b7e2ff */
	color: #fff;
	transition: all ease .5s
}

.copyright .social-content ul li a:hover {
	color: #fff
}

/* our client section start */
.prd-bot {
	padding: 30px 0px 40px;
}

.prd-bot h2 {
	text-align: center;
}

.clnt-ar {
	width: 150px;

	height: 85px;
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	transition: all linear 0.5s;
	justify-content: center;
	display: flex;
	flex-direction: column;
	background: #f8f8f8;
}

.clnt-ar:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cnt-bx {
	width: 135px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
}

.cnt-bx img {
	transition: all ease-out 0.5s;
}

.cnt-bx img:hover {
	transform: scale(1.1);
}

.tag-lne {
	text-align: center;
	color: #fff;
	padding: 37px 0px;
	font-size: 38px;
	font-weight: 800;
	background: #02728d;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 42px;
}

.tag-lne b {
	color: #fced00
}

/* our client section end */
.provid-area .container-fluid {
	max-width: 1520px
}

.provid-area .row .col-lg-6:nth-child(2) .single-provide-card {
	border-radius: 10px 40px 10px 10px
}

.provid-area .row .col-lg-6:nth-child(3) .single-provide-card {
	border-radius: 10px 10px 10px 40px
}

.provid-area .row .col-lg-6:nth-child(4) .single-provide-card {
	border-radius: 10px 10px 40px 10px
}

.provide-bg {
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 10px 10px 40px 40px
}

.single-provide-card {
	padding: 30px;
	border: 1px solid rgba(12, 184, 182, .25);
	transition: all ease .5s;
	border-radius: 40px 10px 10px 10px;
	margin-bottom: 30px
}

.single-provide-card .provide-content {
	position: relative;
	padding-left: 110px
}

.single-provide-card .provide-content .icon {
	font-size: 35px;
	border: 1px solid #23597d;
	color: #111;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease .5s
}

.single-provide-card .provide-content h3 {
	font-size: 20px;
	margin-bottom: 15px
}

.single-provide-card .provide-content p {
	margin-bottom: 0
}

.single-provide-card:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border: 1px solid transparent
}

.single-provide-card:hover .provide-content .icon {
	transform: scale(1) rotate(10deg);
	background-color: #23597d;
	color: #fff;
	border: 1px solid #23597d
}

.testimonial-area .container-fluid {
	max-width: 1520px;
	margin: auto
}

.testimonial-bg {
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 10px 10px 40px 40px
}

.single-testimonial-card {
	margin-bottom: 30px
}

.single-testimonial-card .top-content {
	background-color: #fff;
	border-radius: 40px 10px 40px 10px;
	border: 1px solid rgba(12, 184, 182, .002);
	padding: 30px;
	position: relative;
	margin: 5px;
	margin-bottom: 45px;
	transition: all ease .5s
}

.single-testimonial-card .top-content i {
	font-size: 35px;
	color: #23597d
}

.single-testimonial-card .top-content::before {
	position: absolute;
	content: "";
	background-color: #f8f2f2;
	height: 30px;
	width: 30px;
	bottom: -31px;
	left: 50px;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.single-testimonial-card .clients-profile {
	position: relative;
	padding-left: 110px
}

.single-testimonial-card .clients-profile img {
	position: absolute;
	left: 30px;
	top: -8px;
	width: auto;
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 100%;
	transition: all ease .5s
}

.single-testimonial-card .clients-profile h4 {
	font-size: 18px;
	margin-bottom: 8px
}

.single-testimonial-card .clients-profile p {
	margin-bottom: 0
}

.single-testimonial-card:hover .top-content {
	border: 1px solid rgba(12, 184, 182, .35)
}

.single-testimonial-card:hover .clients-profile img {
	border: 1px solid #23597d
}

.single-testimonial-card.style3 {
	padding: 30px;
	border-radius: 40px 10px 40px 10px;
	border: 1px solid rgba(12, 184, 182, .25);
	margin: 5px;
	margin-bottom: 30px;
	transition: all ease .5s
}

.single-testimonial-card.style3 .top-content {
	margin-bottom: 30px;
	padding: 0;
	border-radius: 0;
	border: none
}

.single-testimonial-card.style3 .top-content::before {
	display: none
}

.single-testimonial-card.style3 .clients-profile {
	padding-left: 80px
}

.single-testimonial-card.style3 .clients-profile img {
	left: 0;
	top: -8px
}

.single-testimonial-card.style3:hover {
	border: 1px solid #23597d
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
	background-color: #23597d;
	margin-left: 15px
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
	position: relative
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	border: 1px solid #23597d;
	border-radius: 100%;
	top: -4px;
	left: -4px
}

.appoinment-area {
	overflow: hidden
}

.appoinment-area .container-fluid {
	max-width: 1520px;
	margin: auto
}

.appoinment-bg {
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 10px 10px 40px 40px
}

.appoinment-content span {
	color: #23597d;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 15px;
	display: inline-block
}

.appoinment-content h2 {
	font-size: 36px;
	margin-bottom: 20px
}

.appoinment-content p {
	margin-bottom: 30px
}

.appoinment-form .form-group {
	margin-bottom: 25px
}

.appoinment-form .default-btn {
	width: 100%
}

.information {
	max-width: 920px;
	margin: auto;
	padding: 40px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.information h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.information .form-group {
	margin-bottom: 25px
}

.information .gender {
	margin-bottom: 20px
}

.information .gender ul {
	padding-left: 0;
	margin-bottom: 0
}

.information .gender ul li {
	display: inline-block;
	margin-right: 20px
}

.information .gender ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #111
}

.information .gender ul li .form-check-input:focus {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.information .gender ul li .form-check-input:checked {
	background-color: #23597d
}

.information .default-btn {
	width: 100%
}

.faq-area {
	overflow: hidden
}

.faq-area .container-fluid {
	max-width: 1520px
}

.faq-bg {
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 40px 40px 10px 10px
}

.faq-title span {
	color: #23597d;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block
}

.faq-title h2 {
	font-size: 36px;
	margin-bottom: 20px
}

.faq-title p {
	margin-bottom: 30px
}

.accordion .accordion-item {
	margin-bottom: 20px;
	border: 1px solid rgba(12, 184, 182, .4);
	border-radius: 10px
}

.accordion .accordion-item .accordion-button {
	border: none;
	background-color: transparent;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin-bottom: 0
}

.accordion .accordion-item .accordion-button:focus {
	box-shadow: none;
	outline: none
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
	box-shadow: unset
}

.accordion .accordion-item .accordion-button::after {
	background-image: unset;
	content: "";
	font-size: 20px;
	color: #111;
	text-align: center;
	content: "\ea13";
	font-family: remixicon !important;
	position: relative;
	top: -4px
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: unset;
	text-align: center;
	content: "\f1af";
	position: relative;
	top: -2px
}

.accordion .accordion-item .accordion-body {
	padding-top: 0;
	font-size: 15px
}

.faq-image img {
	border-radius: 40px 10px 40px 10px
}

.portfolio-area .container-fluid {
	max-width: 1520px;
	margin: auto
}

.porfolio-bg {
	padding-left: 100px;
	padding-right: 100px;
	position: relative
}

.porfolio-bg::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 80%;
	background-color: #23597d;
	border-radius: 10px 10px 40px 40px
}

.porfolio-bg2 {
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 40px 40px 0 0
}

.single-portfolio-card {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px 40px 10px 40px
}

.single-portfolio-card .portfolio-img {
	position: relative
}

.single-portfolio-card .portfolio-img::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.69) 52.25%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: all ease .5s;
	transform: scaleX(0)
}

.single-portfolio-card .caption {
	position: absolute;
	bottom: 0;
	padding: 20px;
	text-align: center;
	left: 0;
	right: 0;
	transform: scaleX(0);
	transition: all ease .5s
}

.single-portfolio-card .caption h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff
}

.single-portfolio-card .caption p {
	color: #fff
}

.single-portfolio-card::before {
	position: absolute;
	content: "";
	height: 70px;
	width: 1px;
	background-color: #fff;
	top: -100%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	transition: all ease .5s
}

.single-portfolio-card::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 70px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: -120%;
	right: 0;
	margin: auto;
	z-index: 2;
	transition: all ease .5s
}

.single-portfolio-card:hover::before {
	top: 50%
}

.single-portfolio-card:hover::after {
	left: 0
}

.single-portfolio-card:hover .portfolio-img::before {
	transform: scaleX(1)
}

.single-portfolio-card:hover .caption {
	transform: scaleX(1)
}

.telimedicine-content h1 {
	font-size: 40px;
	margin-bottom: 20px
}

.telimedicine-content img {
	border-radius: 10px;
	margin-bottom: 30px
}

.health-care {
	margin-bottom: 30px
}

.health-care h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.health-care p {
	margin-bottom: 20px
}

.about-the-project {
	margin-bottom: 30px
}

.about-the-project h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.about-the-project p {
	margin-bottom: 25px
}

.about-the-project .list {
	margin-bottom: 0;
	padding-left: 0
}

.about-the-project .list li {
	list-style-type: none;
	position: relative;
	padding-left: 25px
}

.about-the-project .list li p {
	margin-bottom: 15px
}

.about-the-project .list li i {
	position: absolute;
	left: 0;
	color: #23597d
}

.about-the-project .list li:last-child p {
	margin-bottom: 0
}

.our-treatment h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.our-treatment p {
	margin-bottom: 30px
}

.our-treatment .treatment-img {
	margin-bottom: 30px
}

.our-treatment .treatment-img img {
	border-radius: 10px 10px 40px 40px
}

.col-lg-6:nth-child(2) .treatment-img img {
	border-radius: 40px 40px 10px 10px
}

.project-details {
	padding: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px
}

.project-details h3 {
	font-size: 20px;
	margin-bottom: 25px
}

.project-details ul {
	padding-left: 0;
	margin-bottom: 0
}

.project-details ul li {
	list-style-type: none;
	margin-bottom: 15px
}

.project-details ul li span {
	color: #111;
	font-weight: 500;
	padding-right: 5px
}

.project-details ul li:last-child {
	margin-bottom: 0
}

.single-pricing-card {
	border: 1px solid rgba(12, 184, 182, .25);
	padding: 30px;
	border-radius: 40px 10px 40px 10px;
	transition: all ease .5s;
	background-color: #fff;
	margin-bottom: 30px
}

.single-pricing-card .top-content {
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px
}

.single-pricing-card .top-content .icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100%;
	box-shadow: 0 0 30px rgba(17, 17, 17, .07), inset 0 0 20px rgba(102, 102, 102, .15);
	position: absolute;
	left: 0;
	text-align: center;
	color: #f8db6a;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.single-pricing-card .top-content h3 {
	font-size: 20px
}

.single-pricing-card h1 {
	font-size: 36px;
	margin-bottom: 30px
}

.single-pricing-card h1 span {
	font-size: 15px;
	color: #666;
	font-weight: 500
}

.single-pricing-card .list {
	margin-bottom: 30px
}

.single-pricing-card .list ul {
	padding-left: 0;
	margin-bottom: 0
}

.single-pricing-card .list ul li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px
}

.single-pricing-card .list ul li i {
	position: absolute;
	color: #23597d;
	left: 0;
	top: 0
}

.single-pricing-card .list ul li:last-child {
	margin-bottom: 0
}

.single-pricing-card .default-btn {
	display: block
}

.single-pricing-card:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border: 1px solid transparent
}

.single-pricing-card:hover .default-btn {
	background-color: #23597d;
	color: #fff
}

.single-pricing-card.active {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border: 1px solid transparent
}

.single-pricing-card.active .default-btn {
	background-color: #23597d;
	color: #fff
}

.page-banner {
	position: relative;
	background-size: cover;
	background-position: center center;
	padding: 120px 0;
	background-position: center;
}

.page-banner.bg-1 {
	background-image: url(../images/page-header/page-header-bg.jpg)
}

.page-banner-content h1 {
	font-size: 50px;
	margin-bottom: 10px
}

.page-banner-content ul {
	padding-left: 0;
	margin-bottom: 0
}

.page-banner-content ul li {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #111
}

.page-banner-content ul li a {
	text-decoration: none;
	color: #23597d
}

.page-banner-content ul li::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 13px;
	right: 1px;
	top: 12px;
	background-color: #111
}

.page-banner-content ul li:last-child {
	padding-right: 0
}

.page-banner-content ul li:last-child::before {
	display: none
}

.page-banner-img {
	text-align: right
}

.contact-area .contact-form {
	margin: auto
}

.contact-area .contact-form .form-group {
	margin-bottom: 15px
}

.contact-area .contact-form .form-group label {
	margin-bottom: 7px
}

.contact-area .contact-form .list-unstyled {
	color: #e60808;
	margin-top: 7px
}

.contact-area .contact-form .text-danger {
	color: #23597d;
	font-size: 16px;
	margin-top: 7px
}

.add-sct {
	background: #f0f5fb;
}

.add-lst {
	width: 90%;
	font-size: 16px;
	padding-left: 15px;
	color: #282828;
	font-weight: 500;
	line-height: 22px;
}

/* input::placeholder{
	font-family: "Popins";
} */

.cnt-det {
	/* font-size: 19px; */
	font-weight: 600;
	letter-spacing: 0.3px;
	background: #f2faff;
}

.cnt-det a {
	color: #000;
}

.blu-col {
	color: #0e7c96;
}

.map-area {
	overflow: hidden
}

.map-area iframe {
	height: 500px;
	width: 100%;
	margin-bottom: -10px
}

.error-area {
	text-align: center
}

.error-area .top-content {
	margin-bottom: 20px
}

.error-area .top-content ul {
	padding-left: 0;
	margin-bottom: 0
}

.error-area .top-content ul li {
	font-size: 200px;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	margin-right: 30px;
	color: #23597d;
	animation: movebounce 5s linear infinite
}

.error-area .top-content ul li:first-child {
	color: #111;
	animation: movebounce 7s linear infinite
}

.error-area .top-content ul li:last-child {
	color: #666;
	animation: movebounce 9s linear infinite
}

.error-area h2 {
	font-size: 36px;
	margin-bottom: 20px
}

.error-area p {
	margin-bottom: 30px
}

.login {
	max-width: 860px;
	margin: auto;
	padding: 50px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px
}

.login h3 {
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	position: relative
}

.login h3::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 70px;
	background-color: #23597d;
	top: 43px
}

.login .form-group {
	margin-bottom: 20px
}

.login .form-check {
	margin-bottom: 30px
}

.login .form-check .form-check-input:checked {
	background-color: #23597d
}

.login .form-check .form-check-input:focus {
	box-shadow: none
}

.login .default-btn {
	padding: 15px 40px;
	margin-bottom: 20px
}

.login a {
	display: inherit;
	color: #666;
	font-weight: 500
}

.register {
	max-width: 860px;
	margin: auto;
	padding: 50px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px
}

.register h3 {
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	position: relative
}

.register h3::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 70px;
	background-color: #23597d;
	top: 43px
}

.register .form-group {
	margin-bottom: 20px
}

.register .default-btn {
	padding: 15px 40px;
	margin-top: 20px
}

.password {
	max-width: 650px;
	margin: auto;
	padding: 50px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.password h3 {
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	position: relative
}

.password h3::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 70px;
	background-color: #23597d;
	top: 43px
}

.password .form-group {
	margin-bottom: 20px
}

.password .default-btn {
	width: 100%
}

.privacy-content {
	margin-bottom: 10px
}

.privacy-content h2 {
	font-size: 36px;
	margin-bottom: 10px
}

.privacy-content h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px
}

.privacy-content p {
	margin-bottom: 25px
}

.privacy-content .list ul {
	margin-bottom: 20px;
	padding-left: 0
}

.privacy-content .list ul li {
	font-weight: 600;
	color: #111;
	position: relative;
	padding-left: 20px;
	list-style-type: none;
	padding-bottom: 15px
}

.privacy-content .list ul li i {
	position: absolute;
	left: 0;
	color: #23597d
}

.condition-content {
	margin-bottom: 10px
}

.condition-content h2 {
	font-size: 36px;
	margin-bottom: 30px
}

.condition-content h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px
}

.condition-content p {
	margin-bottom: 25px
}

.condition-content .list ul {
	margin-bottom: 20px;
	padding-left: 0
}

.condition-content .list ul li {
	font-weight: 600;
	color: #111;
	position: relative;
	padding-left: 20px;
	list-style-type: none;
	padding-bottom: 15px
}

.condition-content .list ul li i {
	position: absolute;
	left: 0;
	color: #23597d
}

.coming-soon-area {
	background-image: url(../images/coming-soon-img.jpg);
	background-size: cover;
	background-position: center center;
	height: 100vh;
	vertical-align: middle;
	position: relative
}

.coming-soon-area::before {
	position: absolute;
	content: "";
	background: rgba(37, 171, 68, .0025);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

.coming-soon-area .coming-soon {
	text-align: center;
	max-width: 720px;
	margin: auto;
	background-color: #000;
	padding: 40px;
	border-radius: 40px 10px 40px 10px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	z-index: 1;
	position: relative
}

.coming-soon-area .coming-soon img {
	margin-bottom: 20px
}

.coming-soon-area .coming-soon h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff
}

.coming-soon-area .coming-soon .list ul {
	margin-bottom: 0;
	padding-left: 0
}

.coming-soon-area .coming-soon .list ul li {
	margin: 0 20px;
	font-size: 36px;
	font-weight: 700;
	height: 100px;
	width: 100px;
	border: 6px double #23597d;
	border-radius: 50px 50px 0 0;
	margin-bottom: 30px;
	color: #fff
}

.coming-soon-area .coming-soon .list ul li span {
	font-size: 15px;
	font-weight: 500;
	color: #23597d
}

.go-top {
	position: fixed;
	cursor: pointer;
	top: 87%;
	right: -10%;
	background-color: #23597d;
	z-index: 4;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .9s
}

.go-top i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	transition: .5s;
	font-size: 26px
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%
}

.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: -1;
	background-color: #23597d;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

.go-top:hover {
	color: #fff;
	background: #111
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible
}

.go-top:hover i {
	color: #fff
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top:focus {
	color: #fff
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%
}

.go-top.active {
	transform: translateY(-95%);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 93%
}


/* whatsap css */
#whatsapp {
	position: fixed;
	right: 40px;
	bottom: 15%;
	width: 70px;
	height: 70px;
	cursor: pointer;
	opacity: 1;
	z-index: 99990;
}

#whatsapp #whatsappMain {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(255, 255, 255, 0);
	width: 70px;
	height: 70px;
	color: #40c351;
	z-index: 9;
	-webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
	-moz-animation: zcwmini2 1.5s 0s ease-out infinite;
	animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-image: url('../images/whatsapp.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: zcwphone2 1.5s linear infinite;
	-moz-animation: zcwphone2 1.5s linear infinite;
	animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes zcwphone {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}


	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes zcwphone2 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
	}
}

@-moz-keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
	}
}

@keyframes zcwmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
	}
}

@-webkit-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
	}
}

@-moz-keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
	}
}

@keyframes zcwmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
	}

	10% {
		box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
	}

	100% {
		box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
	}
}

/* whatsap css */

/* Holidays Package */


.catagoriess>h1 {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 22px !important;
	font-weight: 600 !important;
	margin-bottom: 1rem;
	color: #fff !important;
}

#categories ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.holidays_countries ul{
	display: none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
	text-align: left;
	width: 180px;
    background-color: #0e7c96;
    color: white;
    padding: 10px 16px;
	border-radius: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fdfbfb;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #e1e0e0;
}

.dropdown:hover .dropdown-content {
	width: 180px;
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #0e7c96;
}



.blog-post h1 {
	text-align: left;
	font-size: 22px !important;
	font-weight: 600 !important;
	margin-bottom: -5px;
	color: #4e4e4e !important;
	margin-top: 1rem;
}



#blogs {
	float: left;
	width: 75%;
	padding-left: 20px;
}

#blog-posts .blog-box {
	width: 100%;
	height: 250px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgb(213 205 205 / 25%);
	margin: 0px 8px 35px 8px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-bottom: 5px #86335d solid;
	transform-style: preserve-3d;
	transition: .4s linear all;
}

#blog-posts .blog-box:hover {
	transform: scale(1.05);
	border-color: #000;
}

.blog-post .twoBoxes {
	display: flex;
	gap: 20px;
}



#blog-posts .blog-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-box-content {
	text-align: center;
	position: absolute;
	top: 0%;
	right: 0%;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	transition: all 0.5s ease;
}

.blog-box-content .blog-date {
	margin-top: 1rem;
	font-weight: 600;
}

.blog-box-content .blog-title {
	padding: 0.5rem;
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px !important;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* .blog-post .twoBoxes:hover .blog-box-content {
    width: 100%;

} */

.blog-box-content a {
	color: #fff;
	background-color: #fff;
	font-weight: 500;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	position: absolute;
	bottom: 20px;
	border-radius: 5px !important;
	margin-top: 10px;
}

.blog-box-content a:hover {
	color: #fff;
	text-decoration: none;
	background: var(--darkBlue);
}

.tabs{display: flex;align-items: flex-start;}

#blog-container {
	width: 100%;
	margin: 0 auto;
	/* display: flex; */
	flex-wrap: wrap;
}



#categories {
	flex: 1
}

#categories ul {
	padding: 0 !important;
	list-style: none;
	background: var(--darkBlue);
}

#categories ul li {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#categories ul li:last-child {
	border-bottom: none;
}



#categories ul li a {
	/* display: block; */
	color: #9e9d9d;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin-right: 5px;
	;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 8px 25px;
	border-radius: 25px;

}

/* #categories ul{
	display: flex;
} */

#categories ul li a:hover {
	background-color: #0e7c96;
	color: #fff;
}

#categories .pro_active {
	background-color: #0e7c96;
	color: #fff;
}

#blog-posts {
	flex: 3;
}

.blog-post {
	display: none;
	margin-bottom: 20px;
}



.blog-post:nth-child(1) {
	display: block;
}

[data-category]:hover {
	cursor: pointer;
}

.background_blue {
	background-color: #0e7c96;
	color: white;
}

.bg_blue {
	color: #fff;
	background-color: #0e7c96;
}

.price_table,
.price_table td,
.price_table th {
	border: 1px solid #000;
	color: #000;
}

.price_table td,
.price_table th {
	padding: 0.5rem;

}

.table_responsive {
	overflow-x: auto;
	/* Enables horizontal scrolling */
}

.price_table {
	min-width: 992px;
	/* overflow-x: scroll; */
	border-collapse: collapse;

}

html {
	overflow-x: hidden !important;

}


.nav .nav-item button.active {background:#23597d;color: #fff;position: relative;transition: .3s;}
.nav .nav-item button.active::after{
	    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 8px solid #245a7b;
    border-bottom: 24px solid transparent;
    right: -8px;
    top: 0px;
transition: .3s;}
/*.nav .nav-item button.active::after {content: "";border-right: 4px solid var(--bs-danger);height: 100%;position: absolute;right: -1px;top: 0;border-radius: 5px 0 0 5px;}*/
.tab_btn {display: block;
    padding:12px 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-weight: 500;
    position: relative;
    width: 100%;
    text-align: left;}

.nav-pills{width:350px;}
.nav-pills li{width: 100%;background: #fafafa;border-bottom: 1px solid #e6e6e6;}
.tab-content{margin-left: 30px;}
.pack_cont{line-height:22px !important;height:70px;overflow: hidden;}
