@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body{
	font-family: "balto",sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #222432;
	background: #f7f7f3;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	color: #25326a;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

strong,
b {
	font-family: "balto",sans-serif;
	font-weight: 700;
}

figure {
	margin: 0;
}

a:hover {
	color: #58b2eb;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #25326a;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.font-family-adonis {
	font-family: "adonis-web",serif !important;
}

.font-family-balto {
	font-family: "balto",sans-serif !important;
}

.weight-300 {
	font-weight: 300 !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.fix-width-495 {
	max-width: 495px;
	width: 100%;
}

.fix-width-705 {
	max-width: 705px;
	width: 100%;
}

.fix-width-725 {
	max-width: 725px;
	width: 100%;
}

.fix-width-870 {
	max-width: 870px;
	width: 100%;
}

.fix-width-1080 {
	max-width: 1080px;
	width: 100%;
}

.text-ffffff {
	color: #ffffff !important;
}

.bg-ffffff {
	background: #ffffff !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-222432 {
	color: #222432 !important;
}

.bg-222432 {
	background: #222432 !important;
}

.text-25326a {
	color: #25326a !important;
}

.bg-25326a {
	background: #25326a !important;
}

.text-c7c7c0 {
	color: #c7c7c0 !important;
}

.bg-c7c7c0 {
	background: #c7c7c0 !important;
}

.text-3f8e94 {
	color: #3f8e94 !important;
}

.bg-3f8e94 {
	background: #3f8e94 !important;
}

.text-58b2eb {
	color: #58b2eb !important;
}

.bg-58b2eb {
	background: #58b2eb !important;
}

/* main-title */
.main-title {
	font-family: "adonis-web",serif;
	font-weight: 400;
	font-size: 85px;
	line-height: 87px;
	color: #25326a;
	text-shadow: 5px 0px 31px rgba(31, 31, 31, 0.44);
	margin-bottom: 10px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a:hover {
	color: #58b2eb;
}
/* main-title */

/* section-title */
.section-title {
	font-family: "adonis-web",serif;
	font-size: 70px;
	line-height: 80px;
	color: #25326a;
	margin-bottom: 20px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #58b2eb;
}
/* section-title */

/* buttons */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "balto",sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	padding: 15px 15px 10px;
	border: 3px solid transparent;
	box-shadow: none !important;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.btn-simple-white {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #58b2eb !important;
}

.btn-simple-white:active,
.btn-simple-white:focus {
	color: #ffffff !important;
	background: transparent !important;
	border-color: #58b2eb !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #ffffff !important;
	background: #58b2eb !important;
	border-color: #58b2eb !important;
}

.btn-white {
	color: #58b2eb !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active,
.btn-white:focus {
	color: #58b2eb !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #ffffff !important;
	background: #58b2eb !important;
	border-color: #58b2eb !important;
}

.btn-simple-sky {
	color: #58b2eb !important;
	background: transparent !important;
	border-color: #58b2eb !important;
}

.btn-simple-sky:active,
.btn-simple-sky:focus {
	color: #58b2eb !important;
	background: transparent !important;
	border-color: #58b2eb !important;
}

.btn-simple-sky:active:focus,
.btn-simple-sky:hover {
	color: #ffffff !important;
	background: #58b2eb !important;
	border-color: #58b2eb !important;
}

.btn-sky {
	color: #ffffff !important;
	background: #58b2eb !important;
	border-color: #58b2eb !important;
}

.btn-sky:active,
.btn-sky:focus {
	color: #ffffff !important;
	background: #58b2eb !important;
	border-color: #58b2eb !important;
}

.btn-sky:active:focus,
.btn-sky:hover {
	color: #ffffff !important;
	background: #25326a !important;
	border-color: #58b2eb !important;
}
/* buttons */

/* common-form */
.common-form .form-group {
	margin-bottom: 25px;
}

.common-form > .row {
	margin: 0 -10px !important;
}

.common-form > .row > * {
	padding: 0 10px !important;
}

.common-form .form-select,
.common-form .form-control {
	height: 68px;
	resize: none;
	padding: 6px 35px;
	font-family: "balto",sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #25326a;
	border: 1px solid #58b2eb;
	box-shadow: none !important;
	background-color: rgba(247, 247, 243, 0.38);
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}

.common-form .form-select {
	background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15'%3E%3Cpath id='Polygon_5' data-name='Polygon 5' d='M8.5,0,17,15H0Z' transform='translate(17 15) rotate(180)' fill='%2358b2eb'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right 31px;
}

.common-form .form-control::-webkit-input-placeholder { color: #25326a; opacity: 0.8; }
.common-form .form-control::-moz-placeholder { color: #25326a; opacity: 0.8; }
.common-form .form-control:-ms-input-placeholder { color: #25326a; opacity: 0.8; }
.common-form .form-control:-o-placeholder { color: #25326a; opacity: 0.8; }
/* common-form */

/* slick slider */
.slick-slider .slick-slide {
	outline: none;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 65px;
	height: 110px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-ms-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 30px 30px 0;
}

.slick-slider .slick-arrow svg {
	width: 20px;
	height: 41px;
	fill: #25326a;
}

.slick-slider .slick-arrow.slick-prev svg {
	left: -4px;
    position: relative;
}

.slick-slider .slick-arrow.slick-next svg {
    left: -4px;
    position: relative;
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
	transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
}

.slick-slider .slick-arrow:hover svg {
	fill: #58b2eb;
}

.slick-slider .slick-arrow.slick-disabled svg {
	fill: #25326a;
}
/* slick slider */

/* border-radius */
.border-radius-30 {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.border-radius-40 {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.border-radius-50 {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
/* border-radius */

/* common-social-icons */
.common-social-icons ul {
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: row !important;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.common-social-icons ul li {
	display: inline-flex !important;
	margin: 0 8px !important;
	padding: 0 !important;
	list-style-type: none;
	font-size: 22px !important;
	line-height: 22px !important;
	color: #25326a;
}

.common-social-icons ul li:first-child {
	margin-left: 0 !important;
}

.common-social-icons ul li:last-child {
	margin-right: 0 !important;
}

.common-social-icons ul li a {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	border: 1px solid #25326a;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.common-social-icons ul li a:hover {
	color: #ffffff !important;
	background: #25326a !important;
}

.common-social-icons.white-layout ul li {
	color: #ffffff;
}

.common-social-icons.white-layout ul li a {
	border-color: #ffffff;
}

.common-social-icons.white-layout ul li a:hover {
	color: #25326a !important;
	background: #ffffff !important;
}
/* common-social-icons */

/* common-circle-list-items */
.common-circle-list-items ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.common-circle-list-items ul li {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	position: relative;
	font-family: "balto",sans-serif;
	font-weight: 500;
	color: #25326a;
}

.common-circle-list-items ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24.193' height='24.195' viewBox='0 0 24.193 24.195'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_132' data-name='Rectangle 132' width='24.193' height='24.195' fill='%233f8e94'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_51' data-name='Group 51' clip-path='url(%23clip-path)' style='isolation: isolate'%3E%3Cpath id='Path_129' data-name='Path 129' d='M12.1,0a12.1,12.1,0,1,0,12.1,12.1A12.111,12.111,0,0,0,12.1,0m0,17.126A5.028,5.028,0,1,1,17.126,12.1,5.034,5.034,0,0,1,12.1,17.126' transform='translate(0 0)' fill='%233f8e94'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
	background-size: 100% 100%;
}

.common-circle-list-items ul li a {
	color: inherit;
}

.common-circle-list-items ul li a:hover {
	color: #3f8e94;
}
/* common-circle-list-items */

h1,h2{
	font-family: "adonis-web",serif;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: #ffffff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.header .h-book-now-button {
	margin-top: -20px;
	margin-left: 40px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick .h-book-now-button {
	margin-left: 25px;
	margin-top: -18px;
}

.header .h-book-now-button .btn {
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick .h-book-now-button .btn {
	font-size: 22px;
	line-height: 28px;
	padding: 19px 42px 15px;
}

.navbar {
	padding: 23px 0 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick .navbar {
	padding: 15px 0 0;
}

.navbar .navbar-brand {
	position: relative;
	z-index: 999;
	padding: 0;
}

.navbar-brand img {
    margin-top: -20px;
}

.navbar .navbar-brand * {
	position: relative;
	width: 222px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick .navbar .navbar-brand * {
	width: 175px;
}

.navbar-toggler {
	width: 30px;
	height: 25px;
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background-color: #25326a;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -11px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .navbar-collapse {
	flex: 1 0 0;
	flex-direction: column;
	align-items: flex-end;
}

.navbar .navbar-secondary {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

.navbar .navbar-secondary .nav-item {
	display: inline-flex;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	font-family: "balto",sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: rgba(37,50,106,0.6);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick .navbar .navbar-secondary .nav-item {
	font-size: 16px;
	line-height: 22px;
}

.navbar .navbar-secondary .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-secondary .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-secondary .nav-item .nav-link {
	color: inherit;
}

.navbar .navbar-secondary .nav-item.active .nav-link,
.navbar .navbar-secondary .nav-item.current-menu-item .nav-link,
.navbar .navbar-secondary .nav-item.current-menu-parent .nav-link,
.navbar .navbar-secondary .nav-item .nav-link.active,
.navbar .navbar-secondary .nav-item .nav-link.current-menu-item,
.navbar .navbar-secondary .nav-item .nav-link.current-menu-parent,
.navbar .navbar-secondary .nav-item .nav-link:hover {
	color: #25326a;
}

.navbar .navbar-nav {
	padding: 0;
	margin: 0;
}

.navbar .navbar-nav .nav-item {
	margin: 0 22px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-family: "adonis-web",serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	color: #25326a;
	box-shadow: none !important;
	padding: 0 0 23px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick .navbar .navbar-nav .nav-item .nav-link {
	font-size: 25px;
	line-height: 33px;
	padding-bottom: 15px;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #58b2eb;
}

.navbar .navbar-nav .dropdown-menu {
	box-shadow: none;
	background: #f7f7f3;
	margin: 0 !important;
	padding: 0 35px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick .navbar .navbar-nav .dropdown-menu {
	padding: 0 28px;
}

.navbar .navbar-nav .dropdown-menu li {
	margin: 0;
}

.navbar .navbar-nav .dropdown-menu li .dropdown-item {
	position: relative;
	padding: 15px 22px;
	font-family: "balto",sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 33px;
	color: #25326a;
	background: transparent;
	border-bottom: 1px solid rgba(37,50,106,0.3);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.header.h-stick .navbar .navbar-nav .dropdown-menu li .dropdown-item {
	font-size: 20px;
	line-height: 28px;
	padding: 10px 18px;
}

.navbar .navbar-nav .dropdown-menu li.active > .dropdown-item,
.navbar .navbar-nav .dropdown-menu li.current-menu-item > .dropdown-item,
.navbar .navbar-nav .dropdown-menu li.current-menu-parent > .dropdown-item,
.navbar .navbar-nav .dropdown-menu li .dropdown-item.active,
.navbar .navbar-nav .dropdown-menu li .dropdown-item.current-menu-item,
.navbar .navbar-nav .dropdown-menu li .dropdown-item.current-menu-parent,
.navbar .navbar-nav .dropdown-menu li .dropdown-item:hover {
	color: #58b2eb;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
.content {
	margin-top: 139px;
}

/* banner */
.banner-section {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 40px 40px;
	-webkit-border-radius: 0 0 40px 40px;
	-moz-border-radius: 0 0 40px 40px;
	-ms-border-radius: 0 0 40px 40px;
	-o-border-radius: 0 0 40px 40px;
	height: 930px;
}

.banner-section .banner-main-image {
	/* position: relative; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
    background-position: 50% 50% !important;
}

/* .banner-section .banner-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(1, 11, 11, 0.86) 0%, rgba(0, 5, 5, 0) 100%);
} */

/* .banner-section .banner-main-image .banner-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.banner-section .banner-main-image * {
	width: 100%;
} */

.banner-section .banner-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 930px;
}

/* .banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
} */

.banner-section .banner-content > * {
	flex: 0 0 auto;
	max-width: 100%;
}

.banner-section .banner-content {
	color: #ffffff;
}

.banner-section .banner-content .banner-main-detail {
	width: 725px;
}

.banner-section .banner-content .banner-profile {
	position: relative;
	flex: 1 0 0;
}

.banner-section .banner-content .banner-profile:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 1225px;
	height: 1225px;
	z-index: -1;
	opacity: 0.85;
	margin-right: -50px;
	background: #25326a;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner-section .banner-content .banner-profile * {
	width: 100%;
	margin: -10px 0;
}

.banner-section .banner-button {
	margin-top: 35px;
}
/* banner */

/* clarity-guides */
.clarity-guides-section {
	padding: 115px 0 122px;
}

.clarity-guides-section .clarity-detail {
	font-size: 22px;
	line-height: 28px;
}

.clarity-guides-section .clarity-detail p {
	margin-bottom: 35px;
}

.clarity-guides-section .clarity-guides-image {
	overflow: hidden;
}

.clarity-guides-section .clarity-guides-image * {
	width: 100%;
}

.clarity-guide-services {
	padding: 40px 40px 0;
	margin: 35px 0 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.clarity-guide-services ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0;
	list-style-type: none;
}

.clarity-guide-services ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 15px 40px;
	width: calc(50% - 30px);
	list-style-type: none;
}

.clarity-guide-services ul li a {
	text-decoration: underline;
	color: inherit;
}

.clarity-guide-services ul li a:hover {
	color: #3f8e94;
}
/* clarity-guides */

/* reducing-wait */
.reducing-wait-section {
	position: relative;
	overflow: hidden;
	margin-bottom: 75px;
    height: 800px;
}

.reducing-wait-section .reducing-wait-back-side {
	position: relative;
}

.reducing-wait-section .reducing-wait-back-side * {
	width: 100%;
	height: 800px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.reducing-wait-section .reducing-wait-back-side:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 5, 5, 0) 0%, rgba(1, 11, 11, 0.8) 100%);
}

.reducing-wait-section .reducing-wait-description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 85px;
}

.reducing-wait-section .section-title {
	margin: 0 0 10px;
}

.reducing-wait-section .reducing-wait-detail {
	color: #ffffff;
}
/* reducing-wait */

/* schedule-appointment */
.schedule-appointment-section {
	overflow: hidden;
	position: relative;
	z-index: 9;
	padding: 143px 0;
}

.schedule-appointment-section:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 3606px;
	height: 3606px;
	z-index: -1;
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1196.4 1196.5' style='enable-background:new 0 0 1196.4 1196.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231f2a5e;%7D%0A%3C/style%3E%3Cg id='Group_56' transform='translate(2081 1718)'%3E%3Cpath id='Path_120' class='st0' d='M-1482.8-1718c-329.9,0-598.2,268.4-598.2,598.2s268.4,598.2,598.2,598.2 c329.8,0,598.1-268.4,598.1-598.2S-1153-1718-1482.8-1718 M-1482.8-871.1c-137.1,0-248.7-111.5-248.7-248.7 s111.5-248.7,248.7-248.7s248.7,111.5,248.7,248.7S-1345.6-871.1-1482.8-871.1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
	opacity: 0.8;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.schedule-appointment-section .schedule-appointment-content {
	padding: 68px 44px;
}

.schedule-appointment-section .sub-main-title {
	font-family: "balto",sans-serif;
	font-weight: 500;
	color: #25326a;
	margin-bottom: 20px;
}
/* schedule-appointment */

/* about amera */
.about-amera-section {
	padding: 145px 0 97px;
	overflow: hidden;
}

.about-amera-section .about-amera-content {
	padding-bottom: 110px;
}

.about-amera-section .learn-more-button {
	margin-top: 30px;
}

.about-amera-carousel {
	opacity: 0;
}

.about-amera-carousel.slick-initialized {
	opacity: 1;
}

.about-amera-carousel .slick-list {
	padding: 0 242px;
	margin: 0 -12px;
}

.about-amera-carousel .slick-slide {
	padding: 0 12px;
}

.about-amera-block {
	height: 728px;
	overflow: hidden;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.about-amera-block * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* about amera */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	position: relative;
	background: #25326a;
	z-index: 9;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
}

.footer:before {
	position: absolute;
	content: "";
	left: -158px;
	top: -400px;
	width: 1196px;
	height: 1196px;
	z-index: -1;
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1196.4 1196.5' style='enable-background:new 0 0 1196.4 1196.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231f2a5e;%7D%0A%3C/style%3E%3Cg id='Group_56' transform='translate(2081 1718)'%3E%3Cpath id='Path_120' class='st0' d='M-1482.8-1718c-329.9,0-598.2,268.4-598.2,598.2s268.4,598.2,598.2,598.2 c329.8,0,598.1-268.4,598.1-598.2S-1153-1718-1482.8-1718 M-1482.8-871.1c-137.1,0-248.7-111.5-248.7-248.7 s111.5-248.7,248.7-248.7s248.7,111.5,248.7,248.7S-1345.6-871.1-1482.8-871.1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
	opacity: 0.8;
	background-size: 100% 100%;
}

.footer .f-top {
	position: relative;
	padding: 112px 0 65px;
}

.f-block {
	margin-bottom: 30px;
}

.f-block .f-title {
	font-family: "balto",sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.5);
	margin-bottom: 10px;
}

.f-block .f-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.f-block .f-title a:hover {
	color: #ffffff;
}

.f-block .f-detail ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-detail ul li {
	display: flex;
	margin: 0 0 7px;
	padding: 0;
	list-style-type: none;
	font-family: "adonis-web",serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #ffffff;
}

.f-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.f-block .f-detail ul li a {
	color: inherit;
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a:hover {
	color: #58b2eb;
}

.f-navigation-block .row {
	justify-content: center;
	margin: 0 -42px;
}

.f-navigation-block .row > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 42px;
	width: auto;
}

.f-booknow-contact-block {
	margin-top: 60px;
}

.f-booknow-contact-block .btn {
	width: 100%;
	margin-bottom: 25px;
    max-width: 224px;
}

.f-booknow-contact-block .btn:last-child {
	margin-bottom: 0;
}

.footer .f-bottom ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer .f-bottom ul li {
	display: inline-flex;
	align-items: center;
	text-align: center;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 25px;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer .f-bottom ul li:first-child {
	margin-left: 0;
}

.footer .f-bottom ul li:last-child {
	margin-right: 0;
}

.footer .f-bottom ul li a {
	color: inherit;
}

.footer .f-bottom ul li.active a,
.footer .f-bottom ul li a.active,
.footer .f-bottom ul li a:hover {
	color: #ffffff;
}

.footer .f-bottom .f-content {
	padding: 22px 0;
	border-top: 1px solid rgba(247, 247, 243, 0.25);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.footer .f-bottom .f-content > * {
	padding: 0 15px;
}

.footer .f-bottom .f-content > *:first-child {
	padding-left: 0;
}

.footer .f-bottom .f-content > *:last-child {
	padding-right: 0;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* ***** About Page ***** */
.inner-banner{
	background: url('../images/inner-banner.jpg') 50% 50% no-repeat;
	background-size: cover;
	padding: 150px 0 150px;
	position: relative;
	border-radius: 0 0 40px 40px;
}
.inner-banner h1{
	font-size: 85px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0;
	font-family: "adonis-web",serif;
}

.about-wrp{
	padding: 130px 0;
}
.story-row{
	margin: 0 0 130px;
}
.story-row .row{
	align-items: center;
}
.story-img{
	padding: 0 0 0 30px;
}
.story-img img{
	width: 100%;
	border-radius: 30px;
}
.story-data h2{
	font-size: 70px;
	font-weight: normal;
	font-family: "adonis-web",serif;
	color: #25326A;
	margin: 0 0 10px;
}
.story-data p{
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
}

.about-data{
	padding: 0 0 0 50px;
}
.about-data h2{
	font-size: 70px;
	font-weight: normal;
	font-family: "adonis-web",serif;
	color: #25326A;
	margin: 0 0 15px;
}
.about-data p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	margin: 0 0 25px;
}
a.fullbtn{
	display: table;
	font-size: 22px;
	font-weight: 500;
	color: #58B2EB;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom: 2px solid #58B2EB;
	margin: 0 0 50px;
}
a.fullbtn:hover{
	color: #222432;
	border-bottom-color: #222432;
}

.quote-box{
	padding: 35px 60px;
	background: #fff;
	border-radius: 25px;
}
.quote-box h3{
	font-family: "adonis-web",serif;
	font-size: 28px;
	font-weight: normal;
	color: #25326A;
	line-height: 35px;
	margin: 0 0 15px;
}
.quote-box h6{
	color: #58B2EB;
	font-weight: bold;
	font-size: 30px;
	font-family: "adonis-web",serif;
	margin: 0;
}

.driving-img{
	position: relative;
	border-radius: 80px 80px 0 0;
	overflow: hidden;
}
.driving-img img{
	width: 100%;
}
.driving-img:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	background: url('../images/driving-shap.png') 0 0 no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;	
}
.driving-center{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.driving-center h2{
	font-size: 70px;
	font-weight: normal;
	color: #fff;
	font-family: "adonis-web",serif;
	text-align: center;
	margin: 0;
}

.our-team-wrp{
	padding: 60px 0;
	background: #fff;
	border-radius: 80px;
	margin: -80px 0 0;
	position: relative;
	z-index: 1;
}
.our-title{
	margin: 0 0 40px;
}
.our-title h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	font-family: "adonis-web",serif;
	margin: 0;
}
.our-title p{
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #25326A;
	line-height: 32px;
}
.team-block{
	margin: 0 0 30px;
}
.team-img{
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 0 25px;
}
.team-img img{
	width: 100%;
	height: 340px;
	object-fit: cover;
	object-position: top;
}
.team-data h3{
	font-size: 31px;
	font-weight: bold;
	font-family: "adonis-web",serif;
	color: #25326A;
	margin: 0;
}
.team-data h6{
	font-size: 24px;
	font-weight: 500;
	color: #58B2EB;
	margin: 0;
}

.team-hover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #25326A;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: .4s linear;
	-webkit-transition: .4s linear;
}
.team-hover:before{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.10);
	width:100%;
	height:100%;
	border-radius: 100%;
	top:0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.team-hover p{
	font-size: 24px;
	font-weight:normal;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	max-width: 220px;
	position: relative;
	z-index: 5;
}
.team-block:hover .team-hover:before,
.team-block:hover .team-hover{
	transform: scale(1);
	-webkit-transform: scale(1);
}

.intrested-wrp{
	padding: 130px 0;
	position: relative;
}
.intrested-wrp .row{
	align-items: center;
}
.intrested-img img{
	width: 100%;
	height: 580px;
	object-fit: cover;
	object-position: bottom;
	border-radius: 30px;
}
.intrested-data{
	padding: 0 30px 0 0;
}
.intrested-data h2{
	font-size: 70px;
	font-family: "adonis-web",serif;
	font-weight: 500;
	color: #25326A;
	margin: 0 0 15px;
}
.intrested-data p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	margin: 0 0 40px;
}
.intrested-data .btn-group .btn-main{
	padding:18px 50px 12px;
	border-radius: 50px;
	border: 3px solid #58B2EB;
	background: #58B2EB;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	margin-right: 15px;
    min-width: 240px;
    text-align: center;
}
.intrested-data .btn-group .btn-main.btn-apply{
	border: 3px solid #58B2EB;
	background: transparent;
	color: #58B2EB;
	margin: 0;
}
.intrested-data .btn-group .btn-main:hover{
	background: #25326a;
	border-color: #25326a;
	color: #fff;
}
.intrested-data .btn-group .btn-main.btn-apply:hover{
	background: #25326a;
	border-color: #25326a;
	color: #fff;
}

.modal-dialog{
	max-width: 1550px;
	margin: 35px auto;
}
.modal-content{
	padding: 50px;
	border-radius: 25px;
	border: none;
	box-shadow: none;
}
.team-img-block{
	display: flex;
	flex-flow: column;
	height: 100%;
}
.detail-img img{
	width: 100%;
	height: 530px;
	object-fit: cover;
	object-position: top;
	border-radius: 30px;
}
.team-line{
	margin: 30px 0 0;
}
.team-line h6{
	font-size: 20px;
	font-weight: normal;
	color: #25326A;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 30px;
	border-left: 5px solid #58B2EB;
}
.team-innerdt{
	display: flex;	
	flex-flow: column;
	height: 650px;
	overflow: auto;
}

.team-innerdt {
    padding-left: 30px;
    padding-right: 30px;
}

.team-breaf-dt h2{
	font-size: 55px;
	font-weight: 500;
	color: #25326A;
	margin: 0 0 15px;
}
.team-breaf-dt p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	margin: 0 0 15px;
}
button.btn-close{
	position: absolute;
	top:30px;
	right:20px;
	background: transparent;
	border: none;
	opacity: 1;
}
button.btn-close img{
	width:25px;
}
button.btn-close:focus{
	box-shadow: none;
}
/* ***** End About Page ***** */

/* ***** Service Page ***** */
.provide-path-wrp{
	padding: 100px 0;
}
.provide-path-wrp h2{
	font-size: 70px;
	font-weight: 500;
	color: #25326A;
	text-align: center;
	margin: 0 auto;
}
.provide-path-wrp h6{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	text-align: center;
	line-height: 30px;
	max-width: 920px;
	margin: 15px auto 55px;
}
.provide-box{
	max-width: 385px;
	margin: 0 auto 30px;
}
.provide-box img{
	margin: 0 auto 30px;
	display: table;
}
.provide-box h3{
	font-size: 35px;
	font-weight: 500;
	font-family: "adonis-web",serif;
	color: #25326A;
	text-align: center;
	margin: 0 auto 5px;
}
.provide-box p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	text-align: center;
	margin: 0 auto;
}
.btn-main{
	padding:18px 50px 12px;
	border-radius: 50px;
	border: 3px solid #58B2EB;
	background: #58B2EB;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	display: table;
	text-transform: uppercase;
}
.btn-main:hover{
	background: #25326a;
	border-color: #25326a;
	color: #fff;
}
.provide-path-wrp .btn-main{
	margin: 30px auto 0;
}

.services-wrp{
	padding: 85px 0;
	background: #fff;
	position: relative;
	border-radius: 40px 40px 0 0;
}
.services-wrp h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	margin: 0;
}
.services-wrp h6{
	font-size:22px;
	font-weight: normal;
	color: #222432;
	margin: 0 0 60px;
}

.service-row{
	margin: 0 0 70px;
	position: relative;
}
.service-row:last-child{
	margin: 0;
}
.service-row h5{
	display: none;
	font-size: 26px;
	font-weight: 500;
	color: #222432;
	text-align: center;
	margin: 0 auto;
	font-style: italic;
}
.coming-soonbx{
	border-radius: 30px;
	overflow: hidden;
}
.coming-soonbx:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #FFA5AC;
	opacity: 0.55;
	top: 0;
	left: 0;
	border-radius: 30px;
}
.coming-soonbx h5{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 5;
}
.service-img{
	display: flex;
	flex-flow: column;
	height: 100%;
}
.service-img img{
	width: 100%;
	border-radius: 30px;
}
.services-inbox{
	padding: 0 0 0 60px;
}
.service-data{
	border-top: 3px solid #C7C7C0;
	height: 100%;
	display: flex;
	flex-flow: column;
	padding: 45px 0 0;
}
.service-data h3{
	font-size: 45px;
	font-family: "adonis-web",serif;
	font-weight: 300;
	color: #25326A;
	margin: 0 0 15px;
}
.service-data p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	/* min-height: 150px; */
	margin: 0 0 70px;
}
.service-data .btn-main{
	display: table;
	max-width: 250px;
	padding: 15px 25px 12px;
	text-align: center;
}

.services-detail-wrp{
	padding: 130px 0;
	position: relative;
}
.detail-data-box{
	padding: 0 100px 0 0;
}
.detail-data-box h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	margin: 0 0 10px;
	max-width:750px;
}
.detail-data-box p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	margin: 0 0 35px;
}
.service-inbox{
	max-width: 360px;
}
.service-inbox h3{
	font-size: 28px;
	font-family: "adonis-web",serif;
	font-weight: bold;
	color: #25326A;
	margin: 0 0 5px;
}
.service-inbox p{
	font-weight: normal;
	font-size: 20px;
	color: #222432;
	line-height: 30px;
	margin: 0 0 30px;
}

.mri-approch-wrp{
	background: #fff;
	border-radius: 40px 40px 0 0;
	padding: 90px 0 60px;
}
.mri-approch-wrp h2{
	font-size: 70px;
	color: #25326A;
	text-align: center;
	margin: 0 auto 5px;
}
.mri-approch-wrp h6{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	text-align: center;
	margin: 20px auto 55px;
	max-width: 950px;
}
.mri-box{
	margin: 0 0 30px;
}
.mri-img{
	margin: 0 0 30px;
    text-align: right;
}
.mri-img img{
	width: 100%;
	border-radius: 30px;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
.mri-box h3{
	font-size: 35px;
	font-weight: normal;
	font-family: "adonis-web",serif;
	color: #25326A;
	text-align: center;
	margin: 0 auto 15px;
}
.mri-box p{
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
}
.services-detail-wrp .mri-img img{
	height: 581px;
    width: 537px;
}
.ct-scan-wrp{
	background: #58B2EB;
	padding: 50px 0;
}
.ct-scan-wrp .row{
	align-items: center;
}
.ct-scan-wrp h2{
	margin: 0;
	font-size: 70px;
	font-weight: normal;
	color: #fff;
    text-align: right;
}
.ct-scan-wrp .btn-group{
	display: flex;
	justify-content: flex-end;
}
.ct-scan-wrp .btn-group .btn-main{
	padding: 15px 5px 10px;
	background: #fff;
	border-radius: 50px;
	color: #58B2EB;
	font-size: 24px;
	font-weight: 500;
    min-width: 220px;
    text-align: center;
}
.ct-scan-wrp .btn-group .btn-main:hover{
	background: #25326a;
	border-color: #25326a;
	color: #fff;
}
/* ***** End Service Page ***** */

/* ***** Review Page ***** */
.reviews-wrp{
	padding: 130px 0 95px;
	position: relative;
}
.reviews-wrp h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	margin: 0 0 5px;
}
.reviews-wrp p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	margin: 0 0 35px;
	padding: 0 0 30px;
	border-bottom: 3px solid #C7C7C0;
}
.reviews-slider-row{
	overflow: hidden;
}
.reviews-wrp .slick-slide {
	margin: 0 15px;
}
.reviews-wrp .slick-list {
	margin: 0 -15px;
}
.reviews-wrp .slick-track{
    display: flex !important;
}
.reviews-wrp .slick-slide{
    height: inherit !important;
}
.reviews-wrp .slick-list {max-width: 1470px;margin: 0 auto;}
.reviews-box{
	padding: 45px;
	border-radius: 25px;
	background: #fff;
}
.raitingbx{
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.raitingbx img{
	width: 30px;
	margin-right: 5px;
}
.raitingbx img:last-child{margin: 0;}
.reviews-box h4{
	font-size: 28px;
	font-weight: normal;
	color: #25326A;
	min-height: 140px;
	margin: 0 0 20px;
	font-family: "adonis-web",serif;
}
.reviews-box h3{
	font-family: "adonis-web",serif;
	font-size: 30px;
	font-weight: bold;
	color: #58B2EB;
	margin: 0 0 5px;
}
.reviews-box h6{
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #25326A;
}
.reviews-slider button{
	padding: 0;
	margin: 0;
}
.reviews-slider .slick-prev,
.reviews-slider .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.reviews-slider .slick-prev:before,
.reviews-slider .slick-next:before {
    width: 50px;
    height:80px;
    content:"\f0d9" !important;
    font-family: 'Font Awesome 5 Pro';
    color: #25326A;
    background: #fff;
    font-weight:700;
    line-height: 80px;
    display: block;
    border-radius: 0 15px 15px 0;
    text-align: center;
    font-size:35px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.reviews-slider .slick-prev {
    left:0;
    right: auto;
}
.reviews-slider .slick-prev:before {
    content: "\f0da";
}
.reviews-slider .slick-prev:hover:before,
.reviews-slider .slick-next:hover:before{
    color: #fff;
    background: #20A0E2 ;
}


.reviews-breaf-wrp{
	padding: 130px 0;
	position: relative;
	background: #fff;
	border-radius: 80px;
}
.review-breaf-img img{
	width: 100%;
	border-radius: 30px;
}
.breaf-review{
	padding: 0 0 0 30px;
}
.breaf-review h2{
	font-size: 55px;
	font-weight: normal;
	color: #25326A;
	margin: 0 0 10px;
}
.breaf-review p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	margin: 0 0 45px;
}
.breaf-review h6{
	font-size: 28px;
	font-weight: normal;
	font-family: "adonis-web",serif;
	color: #25326A;
	margin: 0 0 45px;
	border-radius: 25px;
	padding: 35px 50px;
	background: #F7F7F3;
}
/* ***** End Review Page ***** */

/* ***** FAQ Page ***** */
.faq-title-wrp{
	padding: 120px 0;
}
.faq-title-wrp h2{
	margin: 0;
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
}
.faq-title-wrp p{
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
}

.faq-wrapper{
	padding: 90px 0;
	background: #fff;
	border-radius: 80px;
}
.faq-wrapper h2{
	font-size: 55px;
	font-weight: 400;
	color: #25326A;
	margin: 15px 0;
}
.faq-wrapper h6{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	margin: 0 0 65px;
}

.faq-wrapper .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #C7C7C0;
}
.faq-wrapper .accordion .accordion-item .accordion-button {
    font-size: 35px;
    color:#25326A;
    font-weight: 400;
    padding: 10px 50px 10px 0;
    background-color: transparent;
    position: relative;
    border-radius: 0;
}
.faq-wrapper .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.faq-wrapper .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-wrapper .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-wrapper .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 24px;
    color: #58B2EB;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-wrapper .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
    color: #C7C7C0;
}
.faq-wrapper .accordion .accordion-body {
    padding: 0 50px 15px 0;
}
.faq-wrapper .accordion .accordion-body p{
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
}
.faq-wrapper .accordion .accordion-body p a{
	color: #58B2EB;
	text-decoration: underline;
}
.faq-wrapper .accordion .accordion-body p a:hover{
	color: #111;
}

.services-form-wrp{
	padding: 0 0 130px;
}
.serv-frmimg{
	margin: 0 0 35px;
}
.serv-frmimg img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
	border-radius: 30px;
}
.form-box h3{
	font-size: 35px;
	font-family: "adonis-web",serif;
	font-weight: normal;
	color: #25326A;
	margin: 0 0 15px;
}
.form-box p{
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	color: #222432;
	margin: 0 0 25px;
    min-height: 130px;
}
.download-btn{
	margin: 35px 0 0;
	font-size: 22px;
	font-weight: 500;
	color: #214F8C;
	text-decoration: underline;
	display: table;
}
.download-btn:hover{
	color: #58B2EB;
}
/* ***** End FAQ Page ***** */

/* ***** Physicians Pages ****** */
.accreditations-wrp{
	padding: 120px 0;
}
.accreditations-wrp .row{
	align-items: center;
}
.accreditations-img img{
	width: 100%;
	border-radius: 30px;
}
.accreditations-data{
	padding: 0 30px 0 0;
}
.accreditations-data h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	margin: 0 0 15px;
}
.accreditations-data p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	margin: 0;
}

.accreditations-data strong {
	color: #25326A;
}

.accreditations-data h3 {
  font-size: 45px;
  font-family: "adonis-web",serif;
  font-weight: 300;
  color: #25326A;
  margin: 40px 0 25px;
}

.our-accreditations-wrp{
	padding: 130px 0 100px;
	background: #fff;
	border-radius: 80px 80px 0 0;
	margin: 0 0 -50px;
}
.our-accreditations-wrp h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	text-align: center;
	margin: 0 auto;
}
.our-accreditations-wrp p{
	text-align: center;
	margin: 0 auto 70px;
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	max-width: 730px;
}
.accreditations-block{
	margin: 0 auto 30px;
}
.accreditations-block img{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	object-fit: cover;
	margin: 0 auto 40px;
	display: table;
}
.accreditations-block h3{
	font-size: 35px;
	font-weight: normal;
	color: #25326A;
	font-family: "adonis-web",serif;
	text-align: center;
	margin: 0 0 10px;
}
.accreditations-block p{
	margin: 0;
}

.page-template-tpl_join-our-team .accreditations-data ul {
    font-size: 20px;
    line-height: 26px;
}

.page-template-tpl_join-our-team .accreditations-data ul li {
    margin: 0 0 15px 0;
}

.page-template-tpl_join-our-team .accreditations-data ul li strong {
	font-family: "adonis-web",serif;
}

.join-block{
	max-width: 960px;
	margin: 0 auto;
}
.join-block h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	text-align: center;
	margin: 0 auto 45px;
}
.join-block .form-group{
	margin: 0 0 25px;
}
.join-block .form-group .form-control{
	padding: 15px 35px 10px;
	border-radius: 50px;
	border: 1px solid #58B2EB;
	background-color: rgba(247,247,243,0.38);
	height: auto;
	box-shadow: none;
	font-size: 22px;
	font-weight: normal;
	color: #25326A;
	resize: none;
}
.join-block .form-group textarea.form-control{
	border-radius: 30px;
}

.join-block .btn-group{
	display: flex;
	align-items: center;
}
.custom-chech{
	margin-right: 30px;
}
.custom-chech .styled-checkbox {
	position: absolute;
	opacity: 0;
	display: none;
}
.custom-chech .styled-checkbox + span {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	color: #25326A;
	margin: 0;
}
.custom-chech .styled-checkbox + span:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: #fff;
	border: 2px solid #25326A;
}
.custom-chech .styled-checkbox:checked + span:before {
  	background: #25326A;
}
.custom-chech .styled-checkbox:checked + span:after {
	content:"\f00c";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	top: 0;
	background: #25326A;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.join-block .btn-group .btn-main{
	transition: .4s linear;
	-webkit-transition: .4s linear;
}
/* ***** End Physicians Pages ****** */

/* ***** Attorneys Page **** */
.attorneys-wrp .accreditations-data p{
	margin: 0 0 40px;
}
.attorneys-our-lst{
	margin: 0;
	border-radius: 80px;
}
.our-accreditations-attorny{
	margin: 0;
	background: transparent;
}
/* ***** End Attorneys Page **** */

/* ***** Book Appointment ***** */
.appointment-wrp{
	padding: 125px 0;
}
.appointment-block{
	padding: 100px;
	background: #fff;
	border-radius: 80px;
}
.appointment-frm{
	max-width: 995px;
	margin: 0;
}
.appointment-frm h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	margin: 0 0 25px;
}
.appointment-frm .form-group{
	margin: 0 0 25px;
}
.appointment-frm .form-group h6{
	font-size: 22px;
	font-weight: 500;
	color: #25326A;
	margin:0 0 10px;
}
.appointment-frm .form-group .form-control{
	padding: 15px 35px 10px;
	border-radius: 50px;
	border: 1px solid #58B2EB;
	background-color: rgba(247,247,243,0.38);
	height: auto;
	box-shadow: none;
	font-size: 22px;
	font-weight: normal;
	color: #25326A;
	resize: none;
}
.appointment-frm .form-group textarea.form-control{
	border-radius: 30px;
}
.join-block select.form-control,
.appointment-frm select.form-control{
	-webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 35px;	
}

.appointment-frm .btn-group{
	display: flex;
	align-items: center;
}
.custom-chech{
	margin-right: 30px;
}
.appointment-frm .btn-group .btn-main{
	transition: .4s linear;
	-webkit-transition: .4s linear;
}
.custom-rad-rw{
	display: flex;
	align-items: center;
}
.custom-radio {
	margin-right: 30px;
}
.custom-radio:last-child{
	margin: 0;
}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.custom-radio [type="radio"]:checked + span,
.custom-radio [type="radio"]:not(:checked) + span{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    font-size: 22px;
    color: #25326A;
    font-weight: normal;
}
.custom-radio [type="radio"]:checked + span:before,
.custom-radio [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #25326A;
    background: #fff;
}
.custom-radio [type="radio"]:checked + span:after,
.custom-radio [type="radio"]:not(:checked) + span:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    width: 25px;
    height: 25px;
    background: #25326A;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* ***** Emd Book Appointment ***** */

/* ***** Contact Page ***** */
.contact-banner{
	padding: 150px 0 200px;
	background: url('../images/contact-banner.png') center center no-repeat;
	background-size: cover;
}
.call-usbox{
	padding: 70px;
	background: #fff;
	border-radius: 80px;
}
.call-usbox h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	line-height: 80px;
	margin: 0 0 15px;
}
.call-usbox p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	max-width: 440px;
	margin: 0 0 25px;
}
.contact-wrp{
	padding: 150px 0;
	background: #fff;
	border-radius: 80px 80px 0 0;
	margin: -80px 0 -70px;
}
.contact-data{

}
.contact-data h2{
	font-size: 70px;
	font-weight: normal;
	color: #25326A;
	line-height: 80px;
	margin: 0;
}
.contact-data p{
	margin: 0 0 60px;
	font-size: 22px;
	font-weight: normal;
	color: #222432;
}
.contact-data ul{
	margin: 0 0 40px;
	padding: 0;
}
.contact-data ul li{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	margin: 0 0 20px;
	display: flex;
}
.contact-data ul li:last-child{
	margin: 0;
}
.contact-data ul li svg{
	color: #58B2EB;
	min-width: 50px;
	margin: 5px 10px 0 0;
}
.contact-data ul li span strong{
	display: block;
	font-weight: 500;
}
.contact-data h6{
	font-size: 22px;
	font-weight: 500;
	color: #58B2EB;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: underline;
	transition: .4s linear;
	-webkit-transition: .4s linear;
}
.contact-data h6:hover{
	color: #111;
}
/* ***** End Contact Page ***** */

/* ***** 404 Page ***** */
.not-found-wrp{
	padding: 100px 0;
	background: #EAF3F6;
}
.not-found-wrp h1{
	font-size: 350px;
	font-weight: normal;
	color: #25326A;
	line-height: 300px;
	text-align: center;
	margin: 0 auto ;
}
.not-found-wrp p{
	font-size: 22px;
	font-weight: normal;
	color: #222432;
	line-height: 32px;
	text-align: center;
	margin: 0 auto 60px;
}
.not-found-wrp .btn-main{
	margin: 0 auto;
}

.wpcf7-list-item{
	position: relative;
}
.wpcf7-list-item:first-child{
	margin: 0;
}

span.wpcf7-not-valid-tip{
	font-size: 16px;
	padding: 0 35px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	background: #ffb900;
	color: #111;
	padding: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin:35px 0 0;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #46b450;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin:35px 0 0;
}
/* ***** End 404 Page ***** */


.whitep p {
    color: #fff;
}

#team-popup {
	background-color: rgba(37,50,106,0.84);
}

.about-modal-container {
	position: relative;
	padding: 10px 30px;
}
.simplebar-track.simplebar-vertical {
	width: 6px;
	background: #cdccc6;
	border-radius: 10px;
	top: 25px;
}
.simplebar-scrollbar::before
{
  background: #63b7f5;
  opacity: 1 !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/*#team-popup .modal-content
{
	max-width: 1000px;
    margin: 0 auto;
}*/
