/*
Theme Name: platinum
*/
@font-face {
	font-family: berlin;
	src: url(../platinum/assets/berlin/Berlingske-Serif-Bold.otf);
	font-weight: 400
}
@font-face {
	font-family: berlin;
	src: url(../platinum/assets/berlin/Berlingske-Serif-Bold.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../platinum/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../platinum/assets/roboto/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url(../platinum/assets/roboto/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(../platinum/assets/roboto/Roboto-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');



.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.bypostauthor {}


.home-banner-wrap .slick-next {
    right: 50px;
}
.home-banner-wrap .slick-prev {
    left: 50px;
}
.home-banner-wrap .slick-next:before {
    content: '\f054';
    padding: 8px;
    border-radius: 9px;
    border: 2px solid #00000047;
}
.home-banner-wrap .slick-prev:before {
    content: '\f054';
    padding: 8px;
    border-radius: 9px;
    border: 2px solid #00000047;
}

/* WordPress gallery */
.gallery-caption {}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
font-family: 'Inter', sans-serif!important;
	--RedColor: #0d4976;
	--BlueColor: #0c498a;
	--TextColor: #6b6a6a;
	--LightBg: #f5f5f5;
}

body {
	background: #fff !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #37C1CC;
}

button {
	transition-duration: 0.3s;
}

.container {
	max-width: 1240px !important;
}

p {
	color: #2e2e2e;
	font-size: 16px;
	line-height: 28px;
}


::selection {
	background: #0d4976;
	color: #fff;
}

::-moz-selection {
	background: #0d4976;
	color: #fff;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #0d4976;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgb(20, 41, 111);
}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.team-expert-section .slick-dots li button:before {
    color: #393c7a;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	/* -webkit-transform: translate(0, -50%); */
	-ms-transform: translate(0, -50%);
	/* transform: translate(0, -50%); */
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: white;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 100px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
    content: '\f28d'!important;
    font-family: "Font Awesome 6 Free"!important;
    
	/*font-family: 'slick';*/
	font-size: 17px;
	line-height: 20px;
    
	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	/*content: '•';*/
	text-align: center;

	opacity: .95;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #71bf44;
}

/*----*/


.solutionscroll .slick-dots,
.testimonialsscroll .slick-dots,
.services-scroll .slick-dots {
	bottom: -60px !important;
}

.service-detail-main .service-content p{
    text-align:justify;
}
.service-detail-main .service-content li{
    text-align:justify;
    padding-bottom:10px;
}
.service-remain-cont{
   margin-top:20px;
}
.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #0d4976;
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.solutionscroll li button:before,
.testimonialsscroll li button:before,
.services-scroll li button:before {
	display: none;
	visibility: hidden;
}


.solutionscroll .slick-dots li.slick-active button,
.testimonialsscroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button {
	background: #0d4976;
}

.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #0d4976;
	list-style: none !important;
	z-index: 990;
	border-radius: 5%;
}

.solutionscroll .slick-dots li.slick-active button,
.testimonialsscroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button {
	background: #0d4976;
}

.footerwrapper {
	width: 100%;
	height: auto;
	background: url(../platinum/assets/img/footer-bg.jpg) top no-repeat;
	padding-top: 90px;
	background-size: cover;
	background-position: center;
}

.footer-credit {
	width: 100%;
	padding: 0;
	margin: 0;
	background:#ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 70px;
}

.footer-credit p {
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.logo-sec p{
	padding-top: 20px!important;
}
.top-container{
	display: flex;
    padding: 0px 6%;
}


.footer-top{
	padding: 40px;
	background: url(../platinum/assets/img/footer-bg.webp) top no-repeat #040d25;
    background-position: center;
    background-repeat: no-repeat;
}
.footerwrapper p i {
	margin-right: 8px;
}

.footer-credit p a {
	color: #000;
	text-decoration: none;
}

.footer-credit p a:hover {
	color: #000;
}

.footer-credit .col-lg-6:last-child p {
	text-align: center;
}

.footerwrapper .col-lg-3 ul,
.footerwrapper .col-lg-6 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.footerwrapper .col-lg-3 ul li,
.footerwrapper .col-lg-6 ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}

.footerwrapper .col-lg-6 ul li {
	width: 50%;
	display: inline-block;
	float: left;
}


.footerwrapper .col-lg-3 ul li a,
.footerwrapper .col-lg-6 ul li a {
	font-size: 15px;
	padding: 6px 0px;
	margin: 0;
	width: 100%;
	color: #000;
	transition-duration: 0.3s;
	font-weight: 400;
	line-height: normal;
	display: block;
}

.footerwrapper .col-lg-3 ul li a:hover,
.footerwrapper .col-lg-6 ul li a:hover {
	color: #74bf45;
	text-decoration: none;
	opacity: 1;
}

.footerwrapper .col-lg-3 p {
	color: #000;
	text-decoration: none;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}

.footerwrapper .col-lg-3 p:last-child {
	padding: 0;
	margin: 0;
}

.footerwrapper .col-lg-3 p a {
	color: #000;
	text-decoration: none;
	    font-size: 13px;
}
.footer-logo{
	width: 280px;
}
.footerwrapper .justify-content {
    justify-content: center;
}
.footerwrapper .logo-sec img{
    width: 330px;
    height: 90px;
}
.footerwrapper h4 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	color: #000;
	font-size: 22px;
	font-weight: 500;
}

.footer-topwrap {
	width: 100%;

	background: #21287c;
	margin-bottom: 80px;
	position: relative;
	z-index: 990;
}

.footerwrapper .col-lg-12 .row {
	margin-left: 0px;
	margin-right: 0px;
}

.footerwrapper .col-lg-12 .row .col-lg-3 {
	padding: 0px 0px;
	text-align: center;
	border-right: 1px solid #5580ad;
	min-height: 95px;
}

.footerwrapper .col-lg-12 .row .col-lg-3:last-child {
	border-right: none;
}

.footer-top-item {
	width: 100%;
	text-align: center;
	display: block;
}

.footer-top-item span img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.footer-top-item span {
	display: inline-block;
	padding: 0px;
	margin: 22px 0px 0px 0px;
	position: relative;
	text-align: left;
	padding-left: 70px;
}

.footer-top-item span h6 {
	padding: 0;
	margin: -5px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

.footer-top-item span h2 {
	font-size: 34px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 700;
}



.footerwrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#curve-styles {
	height: 84px;
	width: 4324px;
	position: absolute;
	z-index: 900;
	left: 50%;
	margin-left: -2162px;
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #0d4976;
}

.footerwrapper #curve-styles {
	top: 0px;
	fill: #fff;
}

.page-id-6 .footerwrapper #curve-styles {
	top: 0px;
	fill: var(--LightBg);
}

.blog-enquiry-wrapper {
	width: 100%;
	padding: 50px 0px;
	margin: 0;
	height: auto;
	margin-top: 0px;
	z-index: 100;
	position: relative;
	padding: 75px 15% 75px 8%;

}
.home-blog .enquiry-form input {
    border-bottom: 1px solid #0E9A5E!important;
    
}
.home-blog .enquiry-form input::placeholder {
  color: #6A6A6A !important;
}
.home-blog .enquiry-form textarea::placeholder {
  color: #6A6A6A !important;
}
.home-blog .enquiry-form textarea{
    border-bottom: 1px solid #0E9A5E!important;
}
.home-blog .enquiry-form .wpcf7-submit {

	background: unset;
  	border-bottom: unset !important;

}
.home-blog{
/*	background: url(../platinum/assets/img/hours-bg.webp);*/

	background: rgba(14, 154, 94, 0.09);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
    padding-bottom: 100px;
}

.blog-enquiry-wrapper h1{
	font-size: 34px;
	color: #000000;
}
.blog-enquiry-wrapper h2{
	color: #07497B;
	font-size: 36px;
	margin-bottom: 50px;
	font-family: berlin !important;
	font-weight: 600;
}
.blog-enquiry-wrapper h3{
	color: #000000;
	font-size: 30px;
}
.blog-enquiry-wrapper p{
	color: #000000;
}
.blog-enquiry-wrapper span{
color: #71bf44;
    font-weight: 800;
	font-family: berlin !important;
	font-size: 36px;
}
.blog-enquiry-wrapper .hourhead
{
	font-family: 'Courgette', cursive !important;
	font-size: 32px;
}
.home-blog .enquiry-form {
    padding: 50px;
    border: 1px solid #0E9A5E;
    border-radius: 50px;
    height: 100%;
}
.home-blog .aboutus-btn {
    color: #000000;
   border: 1px solid #71bf44;
    background-color: #71bf44;
    border-radius: 10px;
}
.home-blog .aboutus-btn:hover {
    color: #1b1f69;
   border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
}
@keyframes dots-anim-two {
	0% {
		top: -65px;
		left: 40%;
	}



	50% {
		top: 40px;
		left: 40%;
	}




	100% {
		top: 40px;
		left: 45%;
	}
}

.blog-enquiry-wrapper .curve-styles-wrap #curve-styles {
	fill: var(--LightBg);
	transform: rotate(180deg);
}

.curve-styles-wrap {
	width: 100%;
	overflow: hidden;
	height: 84px;
	position: absolute;
	z-index: 900;
	top: -84px;

}

.page-heading {
	width: 100%;
	padding: 0;
	margin: 0px 0px 45px 0px;
	color: #000000b3;
	font-size: 44px;
	font-weight: 700;
}

.page-heading font {
	position: relative;
	z-index: 200;
}
.enquiry-form input[type=text],
.enquiry-form input[type=email] {
	width: 100%;
    background: none;
    border: 1px solid #cbcbcb00;
    height: 42px;
    border-radius: 3px;
    outline: none;
    font-size: 15px;
    transition-duration: 0.3s;
}

.enquiry-form textarea:focus,
.enquiry-form input:focus {
	border-color: #ffffff;
}

.enquiry-form textarea {
	width: 100%;
    background: none;
    border: 1px solid #cbcbcb00;
    height: 42px;
    border-radius: 3px;
    outline: none;
    font-size: 15px;
    transition-duration: 0.3s;
}
.home-blog .enquiry-form input::placeholder{
   color:#fff;
}
.home-blog .enquiry-form textarea::placeholder{
   color:#fff;
}
.enquiry-form .wpcf7-submit {
	width: 100%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #ffffff;
    border: none;
    outline: none;
    color: #6bb140;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.enquiry-form .col-lg-12 {
	position: relative;
	padding-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	text-align: center;
	padding: 4px 0px;
	margin: 0;
	font-size: 13px;
}

.enquiry-form .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.blog-item {
	color: var(--TextColor);
	text-decoration: none;
}

.blog-item span {
	width: 100%;
	height: 275px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: none;
	margin-bottom: 16px;
	display: block;
	background: #0d497682;
}

.blog-item span img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.blog-item h6 {
	width: 100%;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 18px;
}

.blog-item .date-div {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 900;
	background: #0d4976c9;
	border-radius: 5px;
	width: 70px;
	padding: 5px 0px 8px 0px;
}

.blog-item .date-div h5 {
	color: #fff;
	padding: 0;
	margin: -3px 0px 0px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

.blog-item .date-div h2 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 700;
}

.blog-item:hover {
	text-decoration: none !important;
}

.blog-item:hover img {
	opacity: 0.2;
}

.blog-item:hover h6 {
	text-decoration: none !important;
	color: #0d4976;
}

.blog-item span i {
	position: absolute;
	top: 40%;
	opacity: 0;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 28px;
	z-index: 950;
	transition-duration: 0.3s;
	color: #fff;
}

.blog-item:hover span i {
	top: 50%;
	opacity: 1;
}

.bannerslider-item .col-lg-7 .banner-imagecon {
	width: 100%;
	height: calc(100vh - 100px);
	object-fit: cover;
	overflow: hidden;
	clip-path: circle(59% at 60% 30%);
}

.bannerslider-item .col-lg-7 .banner-imagecon::before {
	width: 100%;
	height: 250px;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;

	background: rgba(0, 0, 0, 0.8);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.bannerslider-item .col-lg-7 .banner-imagecon img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.banner-slider-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-slider-wrap .container-fluid {
	position: relative;
}

.banner-bg-style {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -5;
	height: calc(100vh - 100px);
}

.banner-slider-wrap .container-fluid,
.banner-slider-wrap .container-fluid .row .col-lg-5,
.banner-slider-wrap .container-fluid .row .col-lg-7 {
	padding-left: 0px;
	padding-right: 0px;
}

.banner-slider-wrap .container-fluid .row {
	margin-left: 0px;
	margin-right: 0px;
}

.header-wrapper {
	width: 100%;
	z-index: 1020;
	position: fixed;
	left: 0px;
	top: 40px;
}

.header-wrapper .col-lg-8 {
	padding-top: 22px;
	transition-duration: 0.3s;
}

.header-wrapper .col-lg-8 .mega-menu-link {
	font-weight: 500 !important;
}

@media screen and (min-width: 980px) {
	#mega-menu-item-777 .mega-menu-link { 
		color: #ffffff!important;
    border: 1px solid #1B1F69!important;
    background-color: #1B1F69!important;
    border-radius: 10px!important;
    padding: 0px 20px 0px 20px!important;
    margin-left: 10px!important;
	}
	#mega-menu-item-777 .mega-menu-link:hover {
	transition-duration: 0.3s!important;
    color: #ffffff!important;
    border: 1px solid #71bf44!important;
    background-color: #71bf44!important;
    border-radius: 10px!important;
	}

	.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #312f2f;
	}
}

.header-logo img {
	width: 200px;
    height: 70px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.header-wrapper {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 0px;
	transition-duration: 0.3s;
	padding-bottom: 0px;
    background-color: #fff;
}

.f-nav .header-wrapper {
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding-top: 5px;
	padding-bottom: 5px;
}

.f-nav .header-wrapper .header-logo img {
	height: 70px;
	width: auto;
}

.f-nav .header-wrapper .col-lg-7 {
	padding-top: 15px;
}

.banner-caption {
	width: 100%;
	height: calc(100vh - 100px);
	display: table;
	padding-left: 90px;
}
.banner-caption h2 font {
    font-family: berlin !important;
    font-weight: 800 !important;
    font-size: 68px !important;
    color: #000 !important;
}
.banner-caption h5{
font-size: 22px;
color: #000;
}
.banner-caption h5 span{
	font-size: 22px;
	color: #70BF42 !important;
	}

.banner-caption .b-cap {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 45vh;
}

.banner-caption span h2 {
	width: 100%;
	padding: 15px;
	margin: 0px 0px 25px 0px;
	color: #000;
	font-size: 38px;
	font-weight: 500;
    border-radius: 10px;
	padding:0;

}
.google-reviews{
	padding: 0px 0px 60px 0px;
}
.google-reviews h2{
	width: 100%;
    padding: 0;
    margin: 10px 0px 40px 0px;
    color: #0d4976;
    font-size: 35px;
    font-weight: 600;
	text-align: center;
}
.google-reviews .ti-profile-img{
display: none!important;
}

.banner-caption span p {
	margin-bottom: 5px;
    color: #000;
    margin-top: 5px;
    font-weight: 300;
    font-size: 16px;
}

.banner-caption span h2 font {
	position: relative;
	z-index: 200;
	
}



.readmore-btn {
	font-size: 15px;
	color: #fff;
	border: 2px solid #0d4976;
	font-weight: 500;
	width: 125px;
	height: 34px;
	position: relative;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	transition-duration: 0.3s;
}

.readmore-btn:before {
	width: 135px;
	height: 34px;
	position: absolute;
	left: -7px;
	top: -2px;
	content: '';
	transition-duration: 0.3s;
}

.readmore-btn:after {
	width: 125px;
	height: 44px;
	position: absolute;
	left: -2px;
	top: -7px;
	content: '';
	transition-duration: 0.3s;
}
.banner-btn{
	background-color: #0d4976;
	border: 0px solid #0d4976;
	border-radius: 10px!important;
	line-height: 34px;
}
.readmore-btn:hover {
	background: #0d4976;
	color: #fff;
	text-decoration: none;
}

.readmore-btn:hover:before {
	width: 125px;
	left: -2px;
}

.readmore-btn:hover:after {
	height: 34px;
	top: -2px;
}

.banner-bottom-div {
	margin-top: 24px;
	position: relative;
}

.banner-bottom-div .mouse-icon {
	width: 19px;
	height: 25px;
	background: url(../platinum/assets/img/mouse-icon.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -50px;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	z-index: 999;
	animation: mouse-animation 1.5s infinite alternate;
}

.banner-bottom-div .mouse-icon:hover {
	background: url(../platinum/assets/img/mouse-icon-red.jpg) no-repeat;
}

@keyframes mouse-animation {
	0% {
		top: -50px;
	}



	70% {
		top: -50px;
	}

	71% {
		top: -50px;
	}



	100% {
		top: -80px;
	}
}

.banner-bottom-div font {
	background: #fff;
}

.banner-bottom-div:after {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 20px;
	background: #eeeeee;
	z-index: -1;
}

.banner-bottom-div .col-lg-8 font {
	float: right;
	padding-left: 45px;
}
.banner-bottom-div .col-lg-8 font h2 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}

.banner-bottom-div .col-lg-8 font h2 a {
	color: #000;
	text-decoration: none;
}

.banner-bottom-div .col-lg-8 font h6 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.banner-bottom-div .col-lg-8 font h6 a {
	color: #0d4976;
	text-decoration: none;
}


.banner-bottom-div .col-lg-4 h5 {
	padding: 0;
	margin: 25px 0px 0px 0px;
	color: var(--TextColor);
	font-size: 16px;
}

.banner-bottom-div .col-lg-4 h5 font {
	background: #fff;
	padding-right: 45px;
	position: relative;
	padding-left: 30px;
}

.banner-bottom-div .col-lg-4 h5 font i {
	color: #0d4976;
	position: absolute;
	left: 0px;
	top: 1px;
}

.partners-scroll img {
	width: auto !important;
	height: 40px;
	object-fit: cover;
}

.partners-scroll {
	margin-top: 80px;
}

.partners-scroll div {
	padding-left: 25px;
	padding-right: 25px;
}
.services h2, .speciality h2{
	text-align: center !important;
}
.services p{
	text-align: center;
	padding: 20px 0 50px;
}
.speciality p{
    text-align:center;
}
.services-wrap {
	width: 100%;
	background: var(--LightBg);
	position: relative;
	margin-top: 200px;
}

.services-wrap .container {
	position: relative;
}

.services-wrap .container:after {
	width: 183px;
	height: 183px;
	background: url(../platinum/assets/img/circle-animation.png) no-repeat;
	position: absolute;
	top: -150px;
	right: -45px;
	z-index: 900;
	content: '';
	animation: infinite halfcircle-animation 8s;
}

@keyframes halfcircle-animation {
	0% {
		transform: rotate(0);
	}



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

.service-item {
	position: relative;
	z-index: 100;
	text-decoration: none !important;
}

.service-item p {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-item h4 {
	width: 100%;
	padding: 0;
	margin: 16px 0px 16px 0px;
	font-size: 20px;
	display: block;
	transition-duration: 0.3s;
}

.service-item span {
	width: 90px;
	height: 90px;
	display: inline-block;
	border-bottom-left-radius: 0px;
}

.service-item span img {
	width: 86px;
	height: 86px;
	object-fit: contain;
}
.vis-mis-content{
	height:100%;
}
.service-item:hover h4 {
	color: #0d4976;
}

.services-wrap .row {
	margin-left: -30px;
	margin-right: -30px;
}

.services-wrap .col-lg-4 {
	padding-left: 30px;
	padding-right: 30px;
}

.services-wrap .curve-top .st0,
.services-wrap .curve-bottom .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: var(--LightBg);
}
.team-section h2{
    text-align:center;
    padding-bottom: 30px!important;
}
.team-section{
    margin-top: 50px!important;
}
.services-wrap .curve-top {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -150px;
	z-index: -1;
}

.services-wrap .curve-top svg,
.services-wrap .curve-bottom svg {
	height: 163px;
	width: 4326px;
	position: relative;
	left: 50%;
	margin-left: -2163px;
}


.services-wrap .curve-bottom {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -150px;
	transform: rotate(180deg);
	z-index: -1;
}

.about-wrapper {
	margin-top: 40vh;
}

.about-wrapper .container {
	position: relative;
}


.our-doctor img {
    width: 100%;
    height: auto;
    object-fit: cover;
	margin-top: 15%;
}
@keyframes aboutdotanim {
	0% {
		top: -50px;
	}



	50% {
		top: 100px;
	}



	100% {
		top: -50px;
	}
}

.about-wrapper p {
	text-align: justify;
}

.about-wrapper .readmore-btn {
	margin-top: 25px;
}

.about-wrapper .about-image {
	width: 100%;
	height: 490px;
	
	border-radius: 5px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
}
.aboutphysioon {
	margin-top: 50px;
}
.about-wrapper .about-image img {
	width: 100%;
	height: 490px;
	object-fit: cover;
}

.about-wrapper .col-lg-6:first-child {
	padding-right: 50px;
	position: relative;
}


@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

.callback-companyprofile {
	margin-top: 120px;
}

.callback-companyprofile .callback-item {
	width: 100%;
	height: 120px;
	background: #0d4976;
	position: relative;
	padding: 0px 40px 0px 120px;
}

.callback-companyprofile .callback-item:before {
	width: 60px;
	height: 60px;
	content: '';
	position: absolute;
	left: 40px;
	top: 30px;
	background: #000;
}

.callback-companyprofile .col-lg-6:first-child .callback-item:before {
	background: url(../platinum/assets/img/callback.png) no-repeat;
}

.callback-companyprofile .col-lg-6:first-child .callback-item a {
	color: #0d4976;
}

.callback-companyprofile .col-lg-6:last-child .callback-item:before {
	background: url(../platinum/assets/img/company-profile.png) no-repeat;
}

.callback-companyprofile .col-lg-6:last-child .callback-item a {
	color: #0d4976;
}

.callback-companyprofile .col-lg-6:first-child .callback-item {
	background: #0d4976;
}
a.mega-menu-link:hover {
    color: #71bf44!important;
}
.callback-companyprofile .callback-item .col-lg-4 a {
	width: 100%;
	padding: 0;
	margin: 42px 0px 0px 0px;
	height: 38px;
	background: #fff;
	border-radius: 20px;
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-align: center;
	line-height: 38px;
}
.callback-companyprofile .callback-item .col-lg-4 a:hover {
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);


}

.callback-companyprofile .callback-item h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}

.callback-companyprofile .callback-item h5 {
	width: 100%;
	padding: 0;
	margin: 30px 0px 0px 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	opacity: 0.8;
}
.solutions-wrapper p{
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}
.solutions-wrapper {
	width: 100%;
	overflow: hidden;

}

.solutions-wrapper h1 {
	text-align: center;
}

.solutions-wrapper .service-item {
	text-decoration: none !important;
}

.solutions-wrapper .service-item span {
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: block;
	position: relative;
	background: #0d4976;
}

.solutions-wrapper .service-item span img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.solutions-wrapper .service-item p {
	padding: 0;
	margin: 0;
	padding: 0px 10px 15px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.solutions-wrapper .service-item h4 {
	width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    transition-duration: 0.3s;
    color: #fff;
    padding: 15px 10px;
}
.solutions-wrapper .service-content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 0px;
    background-color: #71bf44db;
}
.serv-desc{
	margin-bottom: 60px;
}
.solutions-wrapper .service-item:hover h4 {
	color: #21287c;
}

.solutions-wrapper .service-item:hover img {
	opacity: 0.3;
}

.solutions-wrapper .service-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.solutions-wrapper .service-item:hover i {
	top: 50%;
	opacity: 1;
}
.about-testimonial img{
	width: 100%;
	height: auto;
}
.sp-ea-one.sp-easy-accordion{
   width: 80%;
    margin: auto;
    display: block;
}
.faq-sec .faq-title{
    text-align: center;
    padding-bottom: 30px;
}
.faq-sec a{
   color: #fff!important;
    background: #80bacc!important;
    font-size: 17px!important;

}
.faq-sec .ea-expand-icon.fa {
    color: #21287c!important;
    font-size: 15px!important;
}



#sp__eap-show-preview{
    display:none!important;
}

.testimonials-wrap {
	margin-top: 120px;
	margin-bottom: 160px;
}

.testimonials-wrap .container {
	position: relative;
}

.testimonials-wrap .container:before {
	width: 183px;
	height: 183px;
	background: url(../platinum/assets/img/circle-animation.png) no-repeat;
	position: absolute;
	top: 0px;
	left: -75px;
	z-index: 900;
	content: '';
	animation: infinite halfcircle-animation 8s;
	z-index: -2;
}

.testimonials-wrap .page-heading {
	text-align: center;
}

.testimonial-item {
width: 100%;
    background: #f5f5f500;
    border-radius: 10px;
    padding: 30px;
    display: block;
    position: relative;
    margin-top: 50px;
    min-height: 360px;
    border: 1px solid #4cc6ec;
}
.about-testimonial h1{
text-align: center;
}


.testimonial-item p {
	text-align: center;
	font-style: italic;
	display: block;
	padding: 0;
	margin: 0;
}

.testimonial-item span {
	width: 100px;
	height: 100px;
	background: url(../platinum/assets/img/testimonial-pic.png) no-repeat #0d4976;
	display: block;
	left: 50%;
	margin-left: -50px;
	border-radius: 50%;
	margin-top: -75px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.testimonial-item span img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.testimonial-item h6 {
	width: 100%;
	padding: 0px 0px 0px 85px;
	margin: 0;
	position: absolute;
	bottom: -36px;
	left: 0px;
}

.testimonials-wrap .row {
	margin-left: -30px;
	margin-right: -30px;
}

.testimonials-wrap .row .col-lg-6 {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}



.reputation-wrapper {
	width: 100%;
	position: relative;
	background: var(--LightBg);
	margin-top: 120px;
}

.reputation-wrapper .col-lg-5 {
	position: relative;
}

.reputation-wrapper .col-lg-5 .col-lg-5 img {
	width: 352px;
	height: 540px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 920;
}

.reputation-wrapper .col-lg-5 {
	min-height: 540px;
	margin-top: 45px;
}

.reputation-wrapper .col-lg-7 {
	min-height: 540px;
	display: table;
}

.reputation-wrapper .col-lg-7 .spancenter-align {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.reputation-wrapper .col-lg-7 span h3 {
	font-size: 38px;
	color: #0d4976;
	font-weight: 700;
	padding: 0;
	margin: 0;
	width: 100%;
}

.reputation-wrapper .col-lg-7 span p {
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 25px 0px 45px 0px;
}

.reputation-wrapper #curve-styles {
	fill: #fff;
}

.reputation-wrapper .top-curve {
	height: 84px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}

.reputation-item {
	width: 100%;
	padding: 0;
	margin: 15px 0px;
	height: 100px;
	background: #0000003d;
	border-radius: 3px;
	display: table;
	padding-left: 105px;
	float: left;
	position: relative;
	z-index: 940;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
     border-radius: 10px;


}

.reputation-item img {
	position: absolute;
	left: 20px;
	top: 18px;
}

.reputation-item h6 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	line-height: 24px;
	color: #fff;
}

.reputarion-right-items {
	padding-top: 120px;
}

.socialmedia-sticky {
	position: absolute !important;
	top: 47%;
	-webkit-transform: translate(-50%) rotate(-90deg);
	-ms-transform: translate(-50%) rotate(-90deg);
	transform: translate(-50%) rotate(-90deg);
	left: 30px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	font-weight: 600;
	z-index: 999;
	color: #4b4949;
	letter-spacing: 2px;
}

.socialmedia-sticky a {
	font-weight: normal !important;
	padding: 0px 4px;
	color: #4b4949;
}

.socialmedia-sticky a:hover {
	color: #0d4976;
}

.banner-slider-wrap .banner-circle-anim {
	position: absolute;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 36%;
	top: 15vh;
	z-index: -3;
	opacity: 0.12;
}



@keyframes banner-circle-one {
	0% {
		width: 20px;
		height: 20px;
	}



	50% {
		width: 80px;
		height: 80px;
	}



	100% {
		width: 20px;
		height: 20px;
	}
}

@keyframes banner-circle-two {
	0% {
		width: 80px;
		height: 80px;
	}



	50% {
		width: 20px;
		height: 20px;
	}



	100% {
		width: 80px;
		height: 80px;
	}
}




@keyframes halfcircle-animation {
	0% {
		transform: rotate(0);
	}



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	color: #000000b3;
}



.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	color: #0d4976;
}

.partners-wrap-scroll {
	width: 100%;
	overflow: hidden !important;

	display: block
}

.callback-companyprofile {
	width: 100%;
	overflow: hidden;
}



.innerpage-header {
	width: 100%;
	background: #040d25;
	height: 300px;
	margin-top: 100px;
	position: relative;

}

/* .innerpage-header:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: rgba(9, 74, 138, 1);
	background: -moz-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 74, 138, 1)), color-stop(100%, rgba(246, 43, 43, 1)));
	background: -webkit-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -o-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -ms-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: linear-gradient(to right, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094a8a', endColorstr='#f62b2b', GradientType=1);
	opacity: 0.3;
} */

.innerpage-header .container {
	position: relative;
}


.innerpage-header h2 {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-weight: 500;
	font-size: 21px;
}

.innerpage-header h2 font {
	position: relative;
}

.innerpage-header h2 font:before {
	width: 50px;
	height: 50px;
	border: 5px solid #0d4976;
	border-radius: 50%;
	position: absolute;
	left: 20%;
	top: -20px;
	z-index: -2;
	content: '';
	animation: square-to-circle 2s infinite alternate;
	opacity: 0.3;
}

.innerpage-header h6 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	opacity: 0.8;
}

.innerpage-header h6 span a,
.innerpage-header h6 span span {
	padding-left: 8px;
	padding-right: 8px;
}

.innerpage-header h6 a {
	color: #fff;
	text-decoration: none;
}

.innerpage-header h6 a:hover {
	color: #0d4976;
}

.innerpage-header .pageheading-middle {
	width: 100%;
	
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
	height: 350px;

}

.innerpage-header .pageheading-middle div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.innerpage-header img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
}


.innerpage-content-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}
.appointmentpage .wpcf7-submit {
    width: 180px!important;
}
.contact-page input[type=text],
.contact-page input[type=email] {
	width: 100%;
    background: none;
    border: 1px solid #0d49762e;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #e1dddd14;
}

.contact-page textarea:focus,
.contact-page input:focus {
	border-color: #a7a7a7;
}

.contact-page textarea {
	width: 100%;
	background: none;
	border: 1px solid #0d49762e;
	height: 90px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
	background-color: #e1dddd14;
}

.contact-page .wpcf7-submit {
	width: 100%;
	padding: 0;
	margin: -7px 0px 0px 0px;
	height: 42px;
	border-radius: 3px;
	background: #0d4976;
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.contact-page .col-lg-6,
.contact-page .col-lg-12 {
	padding-bottom: 17px;
}

.contact-page .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.contact-page h3 {
	width: 100%;
	padding: 0px 35px 15px 35px;
    text-align: center;
    color: #0d4976;
    font-size: 23px;
    font-weight: 500;
}
.form-contact h3{
	color:#21287c;
}
.contact-form-sec .wpcf7-submit {
    width: 26%;
    margin: auto;
    display: block;
}


.google-maps {
	position: relative;
	padding-bottom: 300px;
	height: 0;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	height: 106%;
}
.contact-page .google-maps {
	padding-bottom: 325px;
	border-radius: 10px;
}
.contact-form-pge h3 {
    padding: 0px 6px 15px 0px;
    text-align: left!important;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-page .contact-item {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.con-details{
    padding: 25px;
}
.contact-page .border-right{
    border-right:1px solid #000;
}
.contact-page .contact-item:last-child {
	margin-bottom: 0px;
}

.contact-page .contact-item font {
	position: absolute;
	left: 0px;
	top: 0px;
}

.contact-page .contact-item h6 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #525252;
}

.contact-page .contact-item p {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.contact-page .contact-item a {
	color: var(--TextColor);
	text-decoration: none;
}

.contact-page .contact-item font {
	width: 65px;
    height: 65px;
    color: #0d4976;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 8px;
    background: #c3c3c330;
    text-align: center;
    font-size: 20px;
    line-height: 65px;
    border-left: 3px solid #0d4976;
}
.contact-form-sec {
    margin: 50px 20px 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 12px 0px 12px !important;
}
.page-container {
	width: 100%;
	overflow-x: hidden;
}

.post-single .col-lg-4 .post-image {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 45px;
}

.post-single .col-lg-4 .post-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.post-single .col-lg-4 h4 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #0d4976;
}

.post-single .col-lg-4 ul {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #0d497608;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 20px;
    border: 1px solid #0000001f;
}

 

.post-single .col-lg-4 ul li {
	list-style: none;
	padding: 0;
	margin: 15px 0px 0px 0px;
}

.post-single .col-lg-4 ul li a {
	color: var(--TextColor);
	padding: 0;
	margin: 0;
}

.post-single .col-lg-4 ul li a:hover {
	text-decoration: none;
	color: #0d4976;
}

.post-single .col-lg-8 {
	text-align: justify;
}

.blog-date-style {
	width: 100%;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	color: #0d4976;
	background: rgb(12 73 138 / 6%);
    border-radius: 3px;
    width: 100px;
}



.blog-heading-style {
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
}

.blog-page .blog-item {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	display: inline-block;
}

.carousel-item {
	background: rgba(255, 255, 255, 1);
	position: relative;
}

/*team-expert section*/
.team-cls{
    text-align:center;
    padding:40px 0px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: berlin !important;
    font-weight: 600;
    color: #094a7b;
}
.team-page-wrap .justify-content{
    justify-content: center;
}
.team-expert-section {
    background: url(../platinum/assets/img/team-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.team-sub-title{
    color: #71bf44 !important;
    text-align:center;
}
.team-title{
    width: 100%;
    padding: 0;
    margin: 10px 0px 10px 0px;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    padding-bottom:30px;
    text-align:center;
	font-family: berlin !important;
}
.team-content{
    padding-top:20px;
    text-align:center;
}
.team-expert-section .team-item {
    text-decoration: none !important;
}
.team-item {
    position: relative;
    z-index: 100;
    text-decoration: none !important;
}
.page-id-6 .team-expert-section .team-item span {
    background: #0d497657!important;
    border-top-right-radius: 38px;
    border-bottom-left-radius: 38px;
}
.team-expert-section .team-content h5{
    color: #000;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
}
.team-expert-section .team-content h5:hover{
    color: #71bf44;
}
.team-expert-section .team-content h6{
   font-size: 13px;
    color: #1B1F69;
    text-transform: uppercase;
}
.team-expert-section .slick-dots {
    bottom: -50px;
}
.team-expert-section .team-item span {
    width: 100%;
    height: 275px;
    overflow: hidden;
    display: block;
    position: relative;
    background: #0d4976;
}

.team-expert-section .team-item span img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition-duration: 0.3s;
}



.product-page .service-item {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0px 0px 35px 0px;
}

.product-page .service-item span {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	background: #0d49761a;
	border-left: 4px solid #0d4976;
}

.product-page .service-item span img {
	width: 100%;
	height: 220px;
	transition-duration: 0.3s;
	object-fit: cover;
}

.product-page .service-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}
.product-icon {
	position: absolute;
    width: 70px;
    left: 10px;
    right: 0px;
    bottom: 0px;
	z-index: 99;
}
.product-icon img{
	object-fit: cover;
    background-color: #0d497694;
    padding: 15px;
   border-radius: 5px;
    width: 100% !important;
    height: auto !important;
}

.product-bg .pt-200 {
    padding-top: 200px !important;
		padding-bottom: 180px !important;
	}

.product-page .service-item:hover i {
	top: 50%;
	opacity: 1;
}

.product-page .service-item:hover img {
	opacity: 0.3;
}

.solution-page .solution-item {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 20px 0px;
}
.solution-page .solution-item span {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    background: #74bf457a;
}
.solution-page .solution-item i {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 990;
    color: #fff;
    font-size: 24px;
    transition-duration: 0.3s;
    opacity: 0;
}
.solution-page .solution-item span img {
    width: 100%;
    height: 220px;
    transition-duration: 0.3s;
    object-fit: cover;
}



.solution-page .solution-item h4 {
	font-size: 17px;
	padding: 0;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	line-height: normal;
	text-align: center;
	background-color: #74bf45fc;
    padding: 10px 0px 10px 0px;
    color: #fff;
    border-radius:6px;
}
.solution-page .solution-item:hover i {
    top: 50%;
    opacity: 1;
}
.solution-page .solution-item:hover img {
    opacity: 0.3;
}

.solution-page .solution-item:hover h4 {
	color: #ffffff;
    background-color: #0d4976;
}

.solution-page .solution-item:hover {
	text-decoration: none;
}

.testimonials-page .testimonial-item {
	margin-bottom: 25px;
}

.testimonials-page .testimonial-item h6 {
	position: relative;
	bottom: 0px;
	padding: 0;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.testimonials-page .testimonial-item:after {
	display: none;
	visibility: hidden;
}

.ourteam-item {
	width: 100%;
	height: 280px;
	background: #fff;
	display: inline-block;
	position: relative;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition-duration: 0.3s;
	cursor: pointer;
	margin-top: 15px;

}

.ourteam-item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

.ourteam-item span {
	width: 280px;
	height: 280px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	display: inline-block;
	border-top-right-radius: 0px;
	transition-duration: 0.3s;
}

.ourteam-item span img {
	width: 280px;
	height: 280px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.ourteam-item .team-content {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 12px 0px;
	background: rgb(255 255 255 / 83%);
}

.ourteam-item .team-content h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.ourteam-item .team-content h5 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.ourteam-item font {
width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 35px;
    color: #74bf45;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(113 191 68);
    z-index: 900;

}

.ourteam-item:hover span,
.ourteam-item:hover span img {
	width: 100%;
	height: 280px;
	border-radius: 0px;
}


@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

.page-id-101 .innerpage-content-wrap h4 {
	margin-bottom: 25px;
}

.directors-message {
	width: 100%;
	padding: 0;
	margin: 160px 0px 0px 0px;
	text-align: center;
	background: var(--LightBg);
	position: relative;
}

.directors-message h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 25px 0px;
	color: #0d4976;
	font-size: 44px;
	font-weight: 700;
}

.directors-message h6 {
	width: 100%;
	padding: 0;
	margin: 20px 0px 0px 0px;
	color: #0d4976;
	font-size: 16px;
	font-weight: 500;
}

.directors-message p {
	padding: 0;
	margin: 0;
	font-style: italic;
}

.directors-message span {
	width: 140px;
	height: 140px;
	display: inline-block;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border-radius: 50%;
	overflow: hidden;
}

.directors-message span img {
	width: 140px;
	height: 140px;
	object-fit: cover;
}

.directors-message .st0 {
	fill: var(--LightBg);
}

.directors-message .curve-top {
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -105px;
	left: 0px;
	z-index: -1;
}

.directors-message .curve-top svg,
.directors-message .curve-bottom svg {
	height: 120px;
	width: 4326px;
	position: relative;
	left: 50%;
	margin-left: -2163px;
}


.directors-message .curve-bottom {
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -105px;
	transform: rotate(180deg);
	z-index: -1;
}

.overview-wrapper {
	margin-top: 100px;
	text-align: justify;
	margin-bottom: 50px;
}

.overview-wrapper .col-lg-7 h4 {
	font-size: 22px;
	padding: 0;
	text-align: left;
	margin: 0px 0px 30px 0px;
	line-height: 32px;
}

.overview-wrapper .col-lg-5 span {
	width: 100%;
	height: 360px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 8px;
	position: relative;
	overflow: hidden;
}

.overview-wrapper .col-lg-5 span img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.strategic-approach-wrap {
	margin-top: 160px;
	margin-bottom: 100px;
	text-align: justify;
}

.strategic-approach-wrap .col-lg-5 span {
	width: 100%;
	height: 360px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 8px;
	overflow: hidden;
	position: relative;
}

.strategic-approach-wrap .col-lg-5 span img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.strategic-approach-wrap .col-lg-7 {
	height: 360px;
	display: table;
}

.strategic-approach-wrap .col-lg-7 div {
	display: table-cell;
	vertical-align: middle;
}

.strategic-approach-wrap .col-lg-7 h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 25px 0px;
	color: #0d4976;
	font-size: 44px;
	font-weight: 700;
	text-align: left;
}

.whatsapp-iconbtn {
	width: 60px;
	height: 60px;
	background: #4ac7ed;
	color: #fff !important;
	position: fixed;
	right: 25px;
    bottom: 95px;
	z-index: 1050;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgb(91 186 204 / 64%);
}
.whatsapp-iconbtn:hover::before {
    content: "Whatsapp Us";
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    background-color: #4ac7edd1;
    color: white;
    padding: 0px 40px;
    border-radius: 7px;
    white-space: nowrap;
    right: -19px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0px 0px 5px 0px #0000008c;
    font-family: berlin !important;
}
.contact-iconbtn {
    width: 60px;
    height: 60px;
    background: #4ac7ed;
    color: #fff !important;
    position: fixed;
    right: 25px;
    bottom: 170px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(91 186 204 / 64%);
}
.contact-iconbtn:hover::before {
    content: "Get Appointment";
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
    background-color: #4ac7edd1;
    color: white;
    padding: 0px 24px;
    border-radius: 7px;
    white-space: nowrap;
    right: -19px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0px 0px 5px 0px #0000008c;
    font-family: berlin !important;
}
.tawk-button {
    background-color: #4ac7ed!important;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px!important;
    height: 50px!important;
}

@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}




@media screen and (max-width: 1024px) {
	.services-wrap .container:after {
		right: 0px;
	}
.about-home-content .text-gray{
   text-align: center!important;
    margin: auto;
    display: block;
}
.about-first-content .before-image:before {
    bottom: 80px!important;
}

.about-home-content h1 {
    text-align: center!important;
}
.about-home-content{
	margin-top: 110px!important;
}
	.testimonials-wrap,
	.about-wrapper {
		width: 100%;
		overflow: hidden !important;
	}

	.services-wrap .row {
		margin-left: auto;
		margin-right: auto;
	}

	.socialmedia-sticky {
		display: none;
		visibility: hidden;
	}

	.header-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
    
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		padding-left: 12px;
		padding-right: 12px;
	}


	.banner-caption {
		padding-left: 25px;
	}

	.services-wrap .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: circle(59% at 64% 30%);
	}

	.overview-wrapper .col-lg-5 span,
	.overview-wrapper .col-lg-5 span img,
	.strategic-approach-wrap .col-lg-5 span,
	.strategic-approach-wrap .col-lg-5 span img {
		height: auto;
	}

	.overview-wrapper .col-lg-5 span {
		margin-bottom: 45px;
	}

	.strategic-approach-wrap .col-lg-7 {
		height: auto;
		margin-bottom: 30px;
	}

	.strategic-approach-wrap .col-lg-7 h3 {
		text-align: center;
	}
	.service-wrapper .slick-slide {
    min-height: 365px;
}
.team-expert-section .slick-slide {
    min-height: 450px;
}
.solutionscroll .slick-dots, .testimonialsscroll .slick-dots, .services-scroll .slick-dots {
    bottom: -10px !important;
}
.team-expert-section .slick-dots {
    bottom: 0px;
}
}

@media screen and (max-width: 980px) {
	.banner-caption {
		min-height: 450px;
		height: auto;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: none;
	}

	.banner-bottom-div .mouse-icon,
	.bannerslider-item .col-lg-7 .banner-imagecon::before,
	.reputation-wrapper .col-lg-5 .col-lg-5 {
		display: none;
		visibility: hidden;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		height: 450px;
	}

	.about-wrapper .col-lg-6:first-child {
		padding-right: 15px;
	}

	.about-wrapper .about-image,
	.about-wrapper .about-image img {
		height: auto;
	}

	.about-wrapper .col-lg-6:first-child:after {
		top: auto;
		bottom: -90px;
		right: 50%;
		margin-right: -90px;
	}

	.page-heading {
		width: 100%;
		text-align: left !important;
	}

	.about-wrapper .page-heading {
		margin-top: 145px;
	}

	.about-wrapper {
		padding-bottom: 5px;
	}

	.callback-companyprofile .callback-item h2 {
		font-size: 26px;
	}

	.reputation-wrapper .col-lg-7,
	.reputation-wrapper .col-lg-5 {
		min-height: auto;
	}

	.reputation-wrapper .col-lg-7 .spancenter-align {
		text-align: center;
	}

	.reputation-wrapper .col-lg-7 span p {
		text-align: center;
	}

	.reputation-item {
		margin: 4px 0px;
	}

	.reputarion-right-items {
		padding-top: 75px;
	}

	.reputation-wrapper {
		padding-bottom: 105px;
	}

	.reputation-wrapper .col-lg-5 {
		margin-top: 95px;
	}

	.callback-companyprofile {
		margin-top: 80px;
	}

	.secure-identity .col-lg-6:first-child span {
		text-align: center;
	}

	.secure-identity {
		padding-top: 60px;
	}

	.enquiry-form {
		margin-top: 75px;
	}

	.footer-top-item span {
		padding-left: 90px;
	}

	.footer-top-item span img {
		left: 25px;
	}

	.footer-credit p {
		text-align: center !important;
		padding: 0;
		margin: 0;
	}

	.footerwrapper .col-lg-3 ul li {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.callback-companyprofile .callback-item {
		height: auto;
	}

	.callback-companyprofile .callback-item .col-lg-4 a {
		width: auto;
		margin-top: 15px;
		margin-bottom: 30px;
		display: inline-block;
		padding-left: 30px;
		padding-right: 30px;
	}

	.contact-page .col-lg-5 {
		margin-bottom: 65px;
	}
}

@media screen and (max-width: 740px) {}

@media screen and (max-width: 520px) {

	.partners-wrap-scroll,
	.banner-bottom-div:after,
	.about-wrapper .container::before,
	.footerwrapper .col-lg-6.mt-md-5 {
		display: none;
		visibility: hidden;
	}

	.banner-caption span h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.banner-caption span p {
		margin-bottom: 30px;
	}

	.banner-bottom-div .col-lg-8 font h2 {
		width: 100%;
		text-align: center;
	}

	.banner-bottom-div .col-lg-8 font {
		padding: 0px;
		width: 100%;
	}

	.banner-bottom-div .col-lg-8 font h6 {
		text-align: center;
		margin: 10px 0px 0px 0px;
	}

	.banner-bottom-div .col-lg-4 h5 {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.banner-bottom-div .col-lg-4 h5 font {
		padding-right: 0px;
	}

	.services-wrap .curve-top,
	.services-wrap .curve-top svg,
	.services-wrap .curve-bottom,
	.services-wrap .curve-bottom svg {
		height: 50px;
	}

	.services-wrap .curve-top {
		top: -50px;
	}

	.services-wrap .curve-bottom {
		bottom: -50px;
	}

	.services-wrap .container:after {
		right: -80px;
	}

	.services-wrap {
		margin-top: 80px;
	}

	.services-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.about-wrapper {
		margin-top: 90px;
	}

	.about-wrapper .readmore-btn {
		left: 50%;
		margin-left: -67px;
	}

	.callback-companyprofile .callback-item {
		padding-left: 100px;
		padding-right: 0px;
	}

	.callback-companyprofile .callback-item:before {
		left: 20px;
	}

	.solutions-wrapper {
		margin-top: 50px;
		padding-top: 75px;
	}

	.reputation-wrapper {
		margin-top: 65px;
	}

	.reputation-wrapper .col-lg-5 {
		margin-top: 75px;
	}

	.reputation-wrapper:before,
	.blog-enquiry-wrapper:before {
		z-index: 0;
	}

	.reputation-wrapper {
		padding-bottom: 70px;
	}

	.secure-identity .col-lg-6:first-child span h3 {
		font-size: 28px;
	}

	.secure-identity .secure-image,
	.secure-identity .secure-image img {
		height: auto;
	}

	.secure-identity .secure-image {
		margin-top: 45px;
	}

	.secure-identity {
		padding-bottom: 80px;
	}

	.testimonials-wrap {
		margin-top: 0px;
		padding-top: 60px;
		margin-bottom: 80px;
	}

	.blog-enquiry-wrapper {
		padding: 75px 0px;
	}

	.blog-enquiry-wrapper .col-lg-6 {
		margin-bottom: 20px;
	}

	.enquiry-form {
		margin-top: 20px;
	}

	.footer-top-item span {
		width: 100%;
		text-align: left;
	}

	.footerwrapper .col-lg-12 .row .col-lg-3 {
		border-right: none;
		border-bottom: 1px solid #5580ad;
	}

	.footerwrapper .col-lg-12 .row .col-lg-3:last-child {
		border-bottom: none;
	}

	.footer-topwrap {
		margin-bottom: 50px;
	}

	.footerwrapper .col-lg-3 {
		margin-top: 25px;
	}

	.footer-credit {
		margin-top: 60px;
	}

	.banner-slider-wrap .banner-circle-anim {
		left: auto;
		right: 0px;
	}

	.banner-slider-wrap .carousel-item::before {
		bottom: auto;
		top: 400px;
	}

	.contact-page h3 {
		font-size: 22px;
	}

	.innerpage-content-wrap {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.innerpage-header h2 {
		font-size: 36px;
	}


	.innerpage-header,
	.innerpage-header img,
	.innerpage-header .pageheading-middle {
		height: 200px;
	}

	.overview-wrapper {
		margin-top: 60px;
	}

	.directors-message h3,
	.strategic-approach-wrap .col-lg-7 h3 {
		font-size: 32px;
	}

	.directors-message,
	.strategic-approach-wrap {
		margin-top: 90px;
	}

	.directors-message .curve-top {
		height: 60px;
		top: -60px;
	}

	.directors-message .curve-top svg,
	.directors-message .curve-bottom svg {
		height: 60px;
	}

	.directors-message .curve-bottom {
		height: 60px;
		bottom: -60px;
	}


}

/* custom */
.top-header {
    background-color: #0E2727;
    height: 40px;
    width: 100%;
    clear: both;
    position: fixed;
    top: 0;
    z-index: 999;
}
.top-header .container {
    padding: 0px;
}
.header-left {
    margin-bottom: 5px;
    text-align: right;
    padding: 10px 20px 12px 20px;
    margin-right: auto;
}
.header-left a{
	color: #fff;
}
.header-right a{
	color: #fff;
}
.header-left a:hover{
	color: #fff;
	text-decoration: none;
}
.header-right a:hover{
	color: #fff;
	text-decoration: none;
}
.top-header p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
.header-left p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 10px;
}
.header-left strong {
    font-weight: 600;
}
.header-right {
   
    padding: 5px 20px 12px 0px;
}
.ht-right-email {
    display: inline-block;
    margin-right: 10px;
   
}
.ht-right-address {
    display: inline-block;
}
.ht-right-social {
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    font-size: 15px;
}
.ht-right-whatsap{
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    font-size: 15px;
}
.ht-right-whatsap i{
   color: #1b1f69;
    background: #fff;
    padding: 3px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 800;
}

.ht-right-phone {
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    font-size: 15px;
	padding-right: 15px;
}
.ht-right-email p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 10px;
}
.ht-right-address p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f3c5";
    margin-right: 10px;
}
.ht-right-phone p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f879";
    margin-right: 10px;
    color: #1b1f69;
    background: #fff;
    padding: 3px;
    border-radius: 2px;
    font-size:11px;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.ht-right-social a{
	color: #fff;
}
.ht-right-social a:hover{
	color: #fff0ff;
}

.energy-front-boxes {
    margin-top: 200px;
}
.content-box {
    background-color: #000000cf;
    height: 100%;
    padding: 40px 10px;
    text-align: center;
    transition: 0.3s;
}
.content-box a {
    text-decoration: none;
    position: relative;
    color: #0d4976;
    transition: 0.3s;
}
.content-box .icon-circle {
    width: 70px;
    height: 70px;
    background: #0d4976e3;
    border-radius: 50%;
    position: relative;
    margin: auto auto 20px;
    transition: 0.3s;
}
.content-box .icon-circle .fas {
    width: 70px;
    height: 70px;
}
.fa-lightbulb:before {
    content: "\f0eb";
}
.content-box h3 {
    transition: 0.3s;
	margin-bottom: 20px;
	color: #fff;
}
.content-box p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
	color: #fff;
}
.content-box a:hover{
	text-decoration: none!important;
	color: #fff;
}
.content-box a:after {
	right: 143px;
    content: '';
    width: 50%;
    position: absolute;
    bottom: -20px;
    border-width: 0 0 2px;
    border-style: solid;
}
.content-box h5 {
    font-size: 16px;
	font-size: 17px;
    line-height: 1.7;
    margin-top: 15px;
    text-transform: none;
    margin-bottom: 0px;
}
.content-box h5::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    margin-left: 10px;
}
.middle-box {
    border-left: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.fa-shield-alt:before {
    content: "\f3ed";
}
.box-1{
	background: url(../platinum/assets/img/quality.webp);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.box-2{
	background: url(../platinum/assets/img/innovation.webp);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.box-3{
	background: url(../platinum/assets/img/clientcentric.webp);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	border-bottom-right-radius: 25px;
    border-right: 5px solid #0d4976;
    border-top-right-radius: 25px;

}
.about-home-content{
	position: relative;
	padding-top: 12vh !important;
}

.about-section-page .about-home-content::after{
	content: url('../platinum/assets/img/platinum/leaf1.png');
	width:170px;
	height: 165px;
	bottom: 0;
	right: 0;
	position: absolute;
	animation: swingSideToSide 5s ease-in-out infinite;
}
@keyframes swingSideToSide {
	0%, 100% {
	  transform: rotate(0deg);
	}
	25% {
	  transform: rotate(2deg);
	}
	50% {
	  transform: rotate(-2deg);
	}
	75% {
	  transform: rotate(2deg);
	}
	100% {
		transform: rotate(-2deg);
	  }
  }
.about-section-page.home-about {

    padding-top: 75px;
    padding-bottom:40px;
}
.about-home-content h6{
	padding-bottom:15px;
	font-size: 16px;
}
.about-home-content h4{
	padding-bottom:15px;
	font-size: 37px;
	font-family: berlin !important;
	font-weight: 600;
	padding-bottom: 5px;
}
.about-home-content{
	position: relative;
}
.about-home-content:after{
	position: absolute;
	content: '';
	background: url(../platinum/assets/img/);
}
.about-section-page.about-page {
    padding: 50px 83px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.pr-lg-5.abt-master-image{
	padding-right: 3rem!important;
}
.about-first-content{
    margin-top:30px;
}
.quote{
    color: #000;
    font-weight: 400;
    font-style: italic;
    background: #6fb74259;
	
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #232261;
    line-height: 1.6;
}
.vision-mission-val .vision-mission-cont {
    padding-bottom: 10px;
    display: flex;
}
.vision-mission-val img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.vision-mission-val h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-top:25px;
}
.vision-mission-val p {
    color: #fff;
}
.vis-mis-content img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision-mission-val{
    padding-top: 40px!important;
    padding-left: 70px!important;
    padding-right: 80px!important;
}
.vis-mis-wrap{
   background-color: #1b1f69;
}
.about-first-content .before-image:before {
    bottom: 40px;
}
.about-first-content h1{
    text-align:center;
    font-size: 24px;
    font-weight: 600;
}
.about-first-content p{
    text-align:center!important;
}

.service-wrapper {
    background: url(../platinum/assets/img/platinum/serv-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
	padding-bottom: 100px;
}

/* innersection-about-page */

.text-center {
    text-align: center!important;
}

.icon-circle img{
	width:50px;
	height: 50px;
	margin-top: 7px;
}

.z-index-1 {
	z-index: 1 !important;
}
.justify-content-between {
  justify-content: space-between!important;
}
.image-box {
position: relative;
}
.w-100 {
width: 100%!important;
}
.image-box .video-play {
position: absolute;
top: 50px;
right: -30px;
}
.image-box .video-play a {
	background: #0d4976ad;
    color: #fff;
    padding: 40px 45px;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 30px;
}
.fa-play:before {
content: "\f04b";
}
.about-section-page .fa-check-circle{
	color:#0d4976;
}
.image-box .layer-content {
position: absolute;
bottom: 0;
background: #ffffffd4;
padding: 130px 50px 55px 50px;
box-shadow: -4px 6px 40px 5px rgba(35, 35, 35, 0.35);
left: -40px;
bottom: 40px;
}
.bg-theme-colored1 {
background-color: #ffd32a !important;
}
.p-20 {
padding: 20px !important;
}
.position-absolute {
position: absolute!important;
}
.image-box .layer-content .content-inner .title {
margin: 0;
color: #000000a8;
}

.about-section-page .abt-image img{

    width: 100%;
    height: 778px;
    object-fit: cover;
    margin-top:20px;
}

.about-section-page .content-inner img{
	border-radius: 0px!important;
}

.text-gray {
color: #71bf44 !important
}
.line-top-left {
position: relative;
display: inline-block;
}
/* .before-image:before{
    content: '';
    background: url(../platinum/assets/img/before-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.before-image{
    position:relative!important;
} */
.our-doctor{
	padding: 45px 0;
	background: url(../platinum/assets/img/platinum/docbg.webp) no-repeat;
	background-size: cover;
}
.abt-doctor h1 {
    font-family: berlin !important;
    font-size: 38px;
    font-weight: 600;
}
.abt-doctor p{
	text-align: justify;
}
.about-sub-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.about-title {
    width: 50%;
    padding: 0;
    margin: 10px 0px 10px 0px;
    color: #07497B;
    font-size: 37px;
    font-weight: 600;
    text-align: left !important;
    font-family: berlin !important;
}
.about-section-page p{
	text-align: justify !important;
	padding: 20px 0;
}
.about-section-page .aboutus-btn {
    color: #fff;
	border: 1px solid #48c8ef;
    background-color: #48c8ef;
    border-radius: 10px;
}
.about-section-page .aboutus-btn:hover {
    border: 1px solid #1b1f69;
    background-color: #1b1f69;
}
.about-section-page-btn{
	margin-top: 30px;
}
.about-section-page-btn .ht-right-phone::before{
	content: "\f879";
}
.guss-exp{
	background-color:#0d4976;
}
.font-weight-300 {
font-weight: 300 !important;
}
p {
margin-bottom: 30px;
}

.text-black {
color: #000 !important;
}
.text-uppercase {
text-transform: uppercase!important;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.tm-sc-unordered-list ul > li,
.tm-sc-unordered-list ol > li {
margin-bottom: 12px;
}
.text-theme-colored1 {
color: #ffd32a !important;
}
.fa-check-circle:before {
content: "\f058";
}

.call-us {
margin-left: 20px;
}
.d-flex {
display: flex!important;
}
.call-us .icon i {
font-size: 32px;
margin-top: 7px;
display: inline-block;
}
.mb-0 {
margin-bottom: 0!important;
}
.m-0 {
margin: 0!important;
}

.ht-right-phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: ;
    margin-right: 10px;
	color: #0000007a;
}
.about-section-page .ht-right-phone {
    margin-right: 0px;
    padding-right: 5px;
}

.service-sub-title {
  text-align: left;
  position: relative;
}
.section-title {
    margin-top: -8px;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.section-title__title {
    color: var(--thm-black);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 21px;
}

.physio-img {
	padding-right: 60px!important;
    padding-left: 0px!important;
}

.principle-page .coloum-lg-15 span {
    width: 100%;
    height: 100px;
    border: 1px solid #0d497696;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    text-align: center;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.principle-page .coloum-lg-15 span img {
    max-width: 100%;
    max-height: 100px;
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
}
.coloum-xs-15, .coloum-sm-15, .coloum-md-15, .coloum-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}



@media (min-width: 1200px){
.col-xl-6 {
  flex: 0 0 auto;
  width: 50%;
}
.coloum-lg-15 {
    width: 20%;
    float: left;
}
ul.mega-sub-menu{
    left: -220px!important;
}
}

@media (min-width: 992px){
.col-lg-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.mega-sub-menu{
	column-count: 3;
    width: 100%;
    position: absolute;
    left: 0;
    width: 642px!important;
    top: 63px!important;
}
.mega-sub-menu li{
	border-bottom: 0.1px solid #ffffff5c!important;
}


}

.contact-cnt{
	background: url(../platinum/assets/img/platinum/dotbg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.form-contact h2{
	padding: 20px 0 25px;
}
.form-contact p{
	padding-right: 10px;
}
.home-banner-wrap img {
    width: 100%;
	height: 108vh;
    object-fit: cover;
}
.banner-item.banner-imagecon {
	height: 118vh;
}
.home-banner-wrap .banner-caption .col-lg-5 span {
    display: table-cell;
    vertical-align: middle;
}
.home-banner-wrap {
    width: 100%;
    height: 108vh;
    position: relative;
}
.home-banner-wrap .banner-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 35px;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 120vh;
    display: table;
    width: fit-content;
}
.col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.about-testimonial{
	background: url(../platinum/assets/img/testi-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.style-phone{
    margin-bottom:0px!important;
}
.aboutus-btn {
    color: #ffffff;
    border: 1px solid #48c8ef;
    background-color: #48c8ef;
    border-radius: 10px;
}
.banner-caption .readmore-btn {
    width: 200px;
}
.banner-caption .call-btn {
    width: 130px;
    border: 1px solid #71bf44;
    background-color: #71bf44;
}
.banner-caption .call-btn:hover {
    border: 1px solid #0d4976;
    background-color: #0d4976;
}
.aboutus-btn:hover {
	color: #ffffff;
    border: 1px solid #71bf44;
    background-color: #71bf44;
    border-radius: 10px;
}
.banner-btn:hover{
	background-color: #000000b3;
}


.swing {
	animation: zoom-in-zoom-out 3s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.03, 1.03);
	}
	100% {
	  transform: scale(1, 1);
	}
  }

/* whychoose us  */

.whychoose-bg {
    background-color: #4bb3aee8!important;
}
.whychoose-features-inner-one .custom-container {
    padding: 80px 7%;
}
.whychoose-features-inner-one .img a {
    font-family: poppins!important;
    background-color: #fff;
    color: #acb647;
    border-radius: 5px;
    padding: 7px 25px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    cursor: pointer;
    border: none;
    margin: 30px auto;
    font-size: 18px;
}
.whychoose-features-inner-one .content .icon {
    padding: 10px;
	border-radius: 10px;
    border: 1px solid #ffcb08;
    margin: 4px;
}

.whychoose-features-inner-one .content .icon img {
    width: 100%;
    height: auto;
}
.m-auto {
    margin: auto!important;
}
.whychoose-features-inner-one{
	
	margin-top: 100px;
}

.whychoose-features-inner-one {
	background: url(../platinum/assets/img/whychooseus.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.whychoose-features-inner-one .page-heading {
    margin: 0px 0px 10px 0px;
}
.whychoose-features-inner-one p {
   color: #000;
}
.whychoose-features-inner-one .content .ft-content h6 {
	color: #000000b3;
    font-size: 23px;
    font-weight: 500;
	margin-bottom: 0px!important;
}
.whychoose-features-inner-one .content{
    padding: 15px;
    border-radius: 10px;
	margin: 5px;
}

.whychoose-features-inner-one .img img {
    height: 587px;
    object-fit: cover;
    animation: zoom-in-zoom-out 5.5s ease infinite;
}

/*pdf*/
.featured-icon-box.icon-align-top-content.style1 {
   text-align: center;
    padding: 40px 35px 45px;
    margin: 15px 15px 25px;
    background-color: #fff;
    box-shadow: 0px 4px 14px 0px #00000017;
    border-radius: 5px;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.featured-icon-box.icon-align-top-content.style1:before {
    content: '';
    background-color: #6cc0d0;
    position: absolute;
    width: 3px;
    height: 40%;
    top: 30%;
    left: -3px;
    transition: all 0.3s linear;
      
}
.featured-icon-box.icon-align-top-content.style1:hover:before {
    top: 0;
    height: 100%;
    transition: all 0.3s linear;
      
}
.featured-icon-box.icon-align-top-content.style1 h3 {
  font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 0;
    margin-bottom: 0px;
}
.featured-icon-box.icon-align-top-content.style1 .fetured-bottom {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: 0 auto;
}


.hours-sec h2,
.hours-sec p{
    text-align:center;
}
.hours-sec h2{
    font-weight:600;
    font-size: 24px;
}
.hours-sec h2 span{
    color: #71bf44;
}
.hours-sec p{
    padding-bottom:30px;
}
.hours-sec h4{
   font-size:15px;
   line-height: 1.6;
    padding: 10px 10px 10px 30px;
}
.hours-cards-main .custom-container {
    padding: 60px 0%;
}
.hours-cards-main .card-box {
    -webkit-box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    min-height: 234px;
    height: 90%;
}
.hours-cards-main .card-box img {
    height: 175px;
    object-fit: contain;
    margin-bottom: 30px;
}
.hours-cards-main .card-box h4 {
    font-size: 19px;
}
.hours-cards-main .card-box h4 {
    font-weight: bold;
    font-size: 15px;
    color: #2f2f2f;
    margin-bottom: 10px;
    text-align: center;
        text-transform: uppercase;
}
.rate-sec{
    display:contents!important;
}
.hours-cards-main .card-box a {
    border-radius: 5px;
    border: 1px solid #71bf44;
    padding: 8px 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #71bf44;
    margin-bottom: 25px;
    transition: 0.3s ease-in-out;
}

.hours-cards-main .card-box a:hover{
    text-decoration:none;
    background-color: #71bf44;
    color:#fff;
}
.send-message-wrapper {
    position: relative;
    padding: 80px 0px;
    background-color: #fafafa;
    background-position: center;
    background-size: cover;
}
.send-message-wrapper h3 {
    margin: 0px 0px 30px 0px;
    width: 100%;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    color: #2d2c80;
    font-weight: 600;
    font-family: poppins!important;
}
.send-message-wrapper .google-maps-wrap {
    width: 45%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.send-message-wrapper .col-lg-6 .col-lg-6 {
    padding-bottom: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-6 input {
    width: 100%;
    height: 45px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-12 textarea {
    width: 100%;
    height: 100px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-4 .subbtn {
    width: 100%;
    height: 45px;
    background: #0d4976;
    color: #fff;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.footer-credit p,
.footer-credit a{
    color: #000;
	text-align: center;
}
.mt-md-5.addr-foot{
	margin-top: 0rem!important;
}
/* social media */

.Social-media{
  display: flex;
 
}
.Social-media a{
 display: flex;
    background: #ffffff0d;
    height: 35px;
    width: 35px;
    margin: 0 5px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px dotted rgb(0 0 0 / 39%);
    transition: transform 0.5s;
}
.Social-media a i{
  font-size: 50px
  color: #777;
  transition: transform 0.5s;
}
.Social-media a:hover{
	border: 1px solid rgb(113 191 68);
    transform: translateY(2px);
}
.Social-media a:hover i{
  transform: scale(0.90);
}
.Social-media a:hover .fa-facebook{
  color: #71bf44;
}
.Social-media a:hover .fa-linkedin{
	color: #71bf44;
}
.Social-media a:hover .fa-whatsapp{
	color: #71bf44;
}
.Social-media a:hover .fa-instagram{
	color: #71bf44!important;
}
.Social-media a:hover .fa-youtube{
	color: #71bf44;
}
.Social-media{
	display: flex;
}

/* about us page  */
.wp-block-separator {
    border-bottom: 1px solid #0d4976;
}
.fa-clock-o-alt:before {
    content: "\f017";
}
.form-img img{
    width: 100%;
    height: 105%;
    object-fit: cover;
    border-radius: 15px;
}
.contactmap{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.contact-form-pge {
    padding: 30px 30px 30px 30px!important;
    border-radius: 10px;
    border: 1px solid #0d497626;
    box-shadow: 2px 3px 3px 1px #0d497630;
}
.about-section-page .pr-lg-5 img{
width: 100%;
    height: 95%;
    object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}
.about-section-page .wp-block-heading{
	text-align: left;
	text-align: left;
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: #0d4976;
    font-size: 30px;
    font-weight: 700;
}
.contact-form-pge h3{
	color: #ffffff;
}
.about-page-middle .col-lg-5 img {
    width: 100%;
    height: 430px;
    object-fit: cover;
	border-radius: 10px;
}
.about-page-middle {
    width: 100%;
    background: var(--GreyColor);
    margin-top: 10px;
    padding: 70px 0px;
}
.about-page-middle .col-lg-7 {
    display: table;
}
.about-page-middle .col-lg-7 span {
    display: table-cell;
    vertical-align: middle;
}
.about-page-middle .col-lg-7 h4 {
    padding: 0;
    margin: 10px 0px 10px 0px;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
}
.about-page-middle .col-lg-7 p {
    padding: 0;
    margin: 0;
    text-align: justify;
}
.about-btm-bar {
   width: 100%;
    min-height: 100px;
	background-image: url(./assets/img/clientsbg.webp);
	padding-bottom: 60px;
    padding-top: 60px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.about-btm-bar .row {
    margin-left: 0px;
    margin-right: 0px;
}
.about-btm-bar .row .col-lg-3:nth-child(1) {
    padding-left: 115px;
}
.about-btm-bar .row .col-lg-3:first-child {
    border-left: 2px solid #0d4976;
}
.about-btm-bar .row .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 2px solid #0d4976;
    min-height: 100px;
    position: relative;
}
.about-btm-bar .row .col-lg-3:nth-child(1) img {
    left: 55px;
}
.about-btm-bar .row .col-lg-3 img {
    position: absolute;
    left: 0px;
    top: 28px;
}
.about-btm-bar .row .col-lg-3 h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 24px 0px 0px 0px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}
.about-btm-bar .row .col-lg-3 h6 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.about-btm-bar .row .col-lg-3:nth-child(2) {
    padding-left: 125px;
}
.about-btm-bar .row .col-lg-3:nth-child(2) img {
    left: 65px;
}
.about-btm-bar .row .col-lg-3:nth-child(3) {
    padding-left: 94px;
}
.about-btm-bar .row .col-lg-3:nth-child(3) img {
    left: 30px;
}

.about-btm-bar .row .col-lg-3:nth-child(4) {
    padding-left: 115px;
}
.about-btm-bar .row .col-lg-3:nth-child(4) img {
    left: 55px;
}
.about-wrapper h1{
    margin: 0px 0px 15px 0px;
}






/* careers */

.innerpage-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}
.career-list-wrap .card-career {
    margin-bottom: 25px;
}
.card-career {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.career-list-wrap .btn-link.collapsed {
    
    color: #fff;
}
.career-list-wrap .btn-link {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
	background: linear-gradient(90deg, rgb(23 167 107 / 87%) 0%, rgb(0 56 132 / 87%) 100%)!important;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition-duration: 0.3s;
    text-decoration: none !important;
    position: relative;
}

.career-list-wrap .btn-link font {
    background: var(--OrangeColor);
    color: #fff;
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.career-list {
    width: 100%;
    
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.career-list h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color:#000000b3;
}
.career-list h6 {
    width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    color: var(--TextColor);
    font-weight: normal;
    font-size: 15px;
}

.card-career .btn-link:hover {
    color: #ffffff;
	background: linear-gradient(90deg, rgb(23 167 107) 0%, rgb(0 56 132 / 94%) 100%)!important;
}
.career-image {
    width: 100%;
    height: auto;
    position: sticky;
    top: 30%;
    float: left;
}
.career-image img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}

.whychoose-features-inner-one h1 span{
    font-family:lora!important;
   
}
.career-list a {
    display: inline-block;
    background: #0d4976;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 18px 0px 0px 0px;
}
.career-list a:hover {
    background:#2b2b80;
    color: #fff;
    text-decoration:none;
}

.career-note h3{
    font-size: 20px;
    text-align: left;
}
.career-note a{
  color:red;
}
.career-note a:hover{
  text-decoration:none;
}



/* Team */

.adminlist{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #efefef33;
}
.adminlist h4 {
    font-weight: 800;
    padding: 0px 0px 30px;
    font-size: 40px;
    text-align: center;
}

.adminlist .custom-container {
    padding: 50px 7%;
}
.adminlist .leader-box {
    margin-bottom: 25px;
    min-height: 340px;
}
.adminlist .leader-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.adminlist .leader-box .content {
    padding: 20px;
	background-color: #00000008;
    border-radius: 10px;
}
.adminlist .leader-box .content:hover {
    background-color: #0000001f;
}
.adminlist .leader-box .content h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
	text-align: center;
}
.adminlist .leader-box .content p {
    font-weight: 300;
    margin-bottom: 0px;
	text-align: center;
}
.adminlist a:hover {
  text-decoration: none;
}
.admin-detail .admin-img {
    background-color: #0d4976;
    padding: 25px;
    margin-bottom: 20px;
	border-radius:10px;
}
.leaders-detail-main .profile-img-box img {
    width: 200px;
    height: 200px;
    border-radius: 225px;
    display: block;
    margin: -130px auto 30px;
    object-fit: cover;
}
.admin-detail .custom-container {
    padding: 160px 7% 70px;
}
.admin-detail .profile-img-box h4 {
    font-family: poppins!important;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.admin-detail .profile-img-box h6 {
    text-align: center;
    color: #fff;
    font-family: poppins!important;
    font-weight: 400;
}
.admin-detail .profile-content p {
    font-family: poppins!important;
    font-weight: 300;
	text-align: justify;
}
.adminlist .row{
	justify-content: center;
}


.page-id-6 .solutions-wrapper .service-item span {
	background: #0d497657!important;
   border-top-right-radius: 10px;
   border-bottom-left-radius: 10px;

}

/* service-inner */
.service-detail-main .custom-container {
    padding: 100px 7% 70px;
	
}
.service-detail-main .readmore-btn {
    width: 180px;
    margin: auto;
    display: block;
    margin-top:30px;
}
.service-img img{
border-radius: 10px;
    padding: 3px;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.service-wrapper .aboutus-btn{
	width: 210px;
    margin: auto;
    display: block;
    margin-top: 80px;
}
.contact-messg p,
.contact-messg h3
{
   text-align: center;
   padding-left: 100px;
   padding-right: 100px;

}
.contact-messg{
	margin-bottom: 30px;
} 
/* why choose us */
.whychoose-page{
    position: relative;
    background-color: #edf2f5;
}

.whychoose-page .custom-container {
    padding: 70px 7%;
}
.m-auto {
    margin: auto!important;
}
.whychoose-page h1{
	color: #0d4976;
    font-size: 40px;
}
.whychoose-page h3{
	font-size: 20px;
	line-height: 1.5;
	color: #49b889;
}
.whychoose-caption p{
	text-align: justify;
}
.inner-banner-provider .head a {
    color: #fff;
    border-radius: 5px;
    padding: 7px 25px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    cursor: pointer;
	background-color: #0d4976;
}
.inner-banner-provider .head a:hover {
    text-decoration: none;
	background-color: #003885;
}
.whychoose-caption li {
    font-weight: 400;
    color: #000;
    line-height: 30px;
    font-size: 17px;
}
.whychoose-page img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
    padding: 5px;
    border: 1px solid #ffcb08;

}
 
/* point why choose */
.vision-mission-cards-main .custom-container {
	padding: 100px 7% 70px 7%;
}
.vision-mission-cards-main{
	background-color: #83838305;
}
.vision-mission-cards-main .card-box {
    -webkit-box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    border-radius: 15px;
    padding: 30px;
	min-height: 360px;
    height: 40%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	background-color: #fff;
}


.vision-mission-cards-main .card-box img {
    height: 175px;
    object-fit: contain;
    margin-bottom: 30px;
}
.vision-mission-cards-main .card-box h4 {
    font-size: 23px;
    text-align: center;
}
.vision-mission-cards-main .card-box h4 {
	font-weight: 600;
    font-size: 24px;
    color: #787878;
    margin-bottom: 10px;
}
.vision-mission-cards-main .card-box p {
   text-align: center;
   color:#000;
}
.certification-physioon{
	width: 100%;
	height: auto;
	object-fit: cover;
}




.why-mb{
margin-bottom: 30px;
}
/* appointment */

.appointment-today h1{
	text-align: center!important;
	margin-top: 40px;
	font-size: 25px;
}
.appointment-today p{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.appointment-form-pge {
    padding: 40px 40px 40px 40px!important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.appointmentpage img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.active {
    color: #71bf44 !important;
}
.appointmentpage{
    margin-top: 40px;
}
.contact-page .feature-icon{
   width: 65px;
    height: 65px;
    color: #07497B;
    left: 0px;
    top: 2px;
    border-radius: 50px;
    background: #c3c3c330;
    text-align: center;
    font-size: 20px;
    line-height: 65px;
    border-left: 3px solid #07497B;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contact-item{
    text-align:center;
}
.service-sec-content {
    background: #4dc7ed26 !important;
    padding: 45px !important;
    border-radius:8px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:active{
    color:#71bf44;
}
.contact-page input[type=date]{
	width: 100%;
    background: none;
    border: 1px solid #0d49762e;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #e1dddd14;
    color: #00000096;
}
.wpcf7-select{
width: 100%;
    background: none;
    border: 1px solid #0d49762e;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #e1dddd14;
    color: #00000096;
}
.certification{
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding: 0;
    margin: 0px 0px 35px 0px;
    line-height: normal;
    font-weight: 500;
	text-align: center;
}

.ourclients-wrap span {
    width: 100%;
    float: left;
    height: 170px;
    border: 1px solid #bac8d0;
    border-radius: 5px;
    overflow: hidden;
}
.ourclients-wrap span img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.ourclients-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
.footer-topsection {
    width: 100%;
    background: linear-gradient(90deg, rgba(77,162,109,1) 2%, rgba(77,162,112,0.6979166666666667) 43%, rgba(50,40,125,0.8155637254901961) 91%);
    min-height: 120px;
}
.footer-topsection .footertop-txt {
    width: 100%;
    position: relative;
    padding-left: 0;
}
.footer-topsection h4 {
    padding: 0;
    margin: 31px 0 0 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.footer-topsection h6 {
    padding: 0;
    margin: 4px 0 0 0;
    float: left;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}
.footer-topsection .download-brochure.bookdemo {
    right: 180px;
}
.footer-topsection .download-brochure {
    height: 42px;
	background: #ffffff4d;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    line-height: 42px;
    padding: 0 15px;
    position: absolute;
    top: 39px;
    right: 0;
    text-decoration: none;
}
.footer-topsection .download-brochure:hover {
background-color: #0d497696;
}
.footer-topsection ul {
    padding: 0;
    margin: 39px 0 0 0;
    width: 100%;
    text-align: right;
}
.footer-topsection ul li {
    list-style: none;
    display: inline-block;
}
.footer-topsection ul li a {
    width: 42px;
    height: 42px;
    background-color: #ffffff75;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 3px;
    line-height: 42px;
}
.footer-topsection ul li a:hover{
	background-color: #0d497696;
}
.vision-mission-cards-main .card-box img {
	width: 70px;
    height: 55px;
}
.card-box .icon-circle{
	width: 70px;
    height: 70px;
    background: #0d4976e3;
    border-radius: 50%;
    position: relative;
    margin: auto auto 20px;
    transition: 0.3s;
}

.submit-btn{
    padding-bottom:0px!important;
}
.send-message-wrapper .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #0d4976;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}


@media only screen and (max-width:1100px){
	.vision-mission-wrap .col-lg-6 {
		padding-bottom: 20px;
	}
	.about-btm-bar .row .col-lg-3:nth-child(3) {
		border-left: 2px solid #0d4976;
		border-top: 1px solid #0d4976;
	}
	.about-btm-bar .row .col-lg-3:nth-child(4) {
		border-top: 1px solid #0d4976;
	}
	.about-btm-bar .row {
		border-top: 1px solid #0d4976;
		border-bottom: 1px solid #0d4976;
	}
	.about-title {
		font-size: 20px;
	}
		#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #0d4976!important;
		border-radius: 5px!important;
	}
	.sp-ea-one.sp-easy-accordion {
    width: 100%;
}
.contact-form-sec {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (min-width:768px) and (max-width:999px){
	.home-banner-wrap .banner-caption {
		width: 75%;
		position: absolute;
		left: 0px;
		top: 0px;
		padding-left: 35px;
		text-align: left;
	}
	.banner-caption .b-cap{
		padding-top: 15vh;
	}
	.banner-caption h2 font{
		font-size: 37px !important;
	}
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #fff;
		border-radius: 5px;
	}
	.menu-sec{
	    justify-content: space-between!important;
	}
	.adminlist .row {
		justify-content: unset;
		width: 115vh;
	}
	.vision-mission-val img {
    width: 15%;
}
.vis-mis-content img {
    height: 60vh;
}
.contact-page .col-lg-6, .contact-page .col-lg-12 {
    padding-bottom: 50px;
}
.con-details {
    padding: 15px;
    margin: 5px!important;
}
	.adminlist h4 {
		text-align: left;
	}
	.footerwrapper .col-lg-3{
	padding-bottom: 20px;
    padding-top: 35px;
		
	}
	.whychoose-page .custom-container {
		padding: 30px 7% 30px;
	}
	.top-container {
    padding: 0px 0%;
}
	
	
}

@media only screen and (min-width:380px) and (max-width:500px){
    .home-banner-wrap img {
    height: 55vh!important;
}
.banner-item.banner-imagecon {
    height: 70vh;
}
.home-banner-wrap .slick-dots {
    bottom: 70px;
}
.about-section-page {
    margin-top: 0px;
}
.about-section-page.home-about {
    padding-top: 0px;
}
}

@media only screen and (max-width:767px){
	.banner-caption h2 font{
		font-size: 40px !important;
	}
	.about-section-page .abt-image img{
	    height:auto;
	}
	.contact-form-sec .wpcf7-submit {
		width: 48%;
	}
	.banner-caption .b-cap{
		padding-top: 19vh;
	}
	.section-with-ripples::before{
		left: 50px !important;
	}
	.about-home-content{
		margin-top: 30px !important;
		padding-top: 0 !important;
	}
    .about-home-content h4{
		text-align: center;
		font-size: 28px;
	}
	.about-sub-title {
         font-size: 16px;
	}
	.about-section-page .about-home-content::after{
		right: 50px !important;
	}
	.abt-doctor h1{
		font-size: 28px;
	}
	.ourclients-wrap span img {
		height: 160px;
	}
	.col-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.solutions-wrapper p {
		padding-left: 0px; 
		 padding-right: 0px;
	}
	.wor-pre {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.service-content{
		padding-top: 20px;
	}
	.whychoose-page .custom-container {
		padding: 30px 0% 30px;
	}
	.contact-page .col-lg-5 {
		margin-bottom: 0px; 
	}
	.main-timeline .timeline-content{
		width: 45vh;
		margin: auto;
	}
	.main-timeline .timeline {
		flex: 0 0 calc(100% - 0px) !important;
	}
	
}



}




@media only screen and (min-width:1100px) {
	.home-banner-wrap .banner-caption .col-lg-6 {
		padding-left: 60px;
	}
}

@media screen and (max-width: 480px){
.send-message-wrapper {
    padding-top: 60px;
}
}
@media screen and (max-width: 480px){
.send-message-wrapper {
    margin-top: 60px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper .google-maps-wrap {
    position: relative;
    width: 100%;
    height: 400px;
   margin-top: 45px;
}


}

@media (min-width: 992px){
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.about-wrapper .readmore-btn {
    margin-left: 80px;
}
.about-wrapper .lisc{
    padding-right:30px;
    border-right: 1px solid #0d4976;
}
}

@media (min-width: 992px){
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
}

@media only screen and (min-width:768px) and (max-width:1050px){
    .about-wrapper {
    margin-top: 0vh;
}
.contact-page .border-right {
    border-right: none !important;
}
.main-timeline .timeline-content{
	width: 100vh;
    margin: auto;
}
.main-timeline .timeline {
    flex: 0 0 calc(100% - 0px);
}
.team-expert-section .team-item span {
    height: 200px;
}
.team-expert-section .team-item img {
    height: 200px;
}
.blog-enquiry-wrapper h1 {
    font-size: 42px;
    text-align: left!important;
    padding-top: 0;
}

.service-content h4{
    padding-top:30px;
}
.why-main-box{
	margin-bottom: 15px;
}
.serviceBox {
    margin: 0 0px 31px !important;
}
.our-team .pic img {
    width: 100% !important;
    height: auto !important;
}
.contact-form-sec .wpcf7-submit {
    width: 50%;
}
.serv-desc {
    margin-bottom: 0px;
}
.about-wrapper .page-heading {
    margin-top: 0px;
}
.about-wrapper .lisc {
    padding-right: 30px;
    border-right: 1px solid #0d4976;
}
.about-wrapper .readmore-btn {
    margin-left: 80px;
}
.service-wrapper h1{
    text-align: center !important;
	width: 100%;
	font-size: 28px;
}
.speciality-box{
	margin-bottom: 15px;
}
.team-expert-section{
	padding-top: 30px !important;
}
.team-title {
    margin: 10px 0px 0px 0px;
    padding-bottom: 0;
}
.whychoose-features-inner-one .col-md-2{
    padding-left:0px;
    padding-right:0px;
}
.speciality-wrapper h6{
	text-align: center;
}
.whychoose-features-inner-one .img img {
    height: 350px;
}
.footer-topsection h6 {
    margin: 4px 0 30px 0;
}
.google-maps-wrap iframe{
    width:850px;
}
 .home-banner-wrap .slick-track {
    top: 100px;
}
.about-section-page .abt-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.home-banner-wrap img {
    height: 45vh;
}
.banner-caption span h2 {
    font-size: 30px!important;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}
.home-banner-wrap {
    height: 60vh;
}
.whychoose-page h1 {
    margin-top: 25px;
}
.vision-mission-cards-main .why-mb {
    flex: 0 0 50%;
    max-width: 50%;
}
.vision-mission-cards-main .card-box img {
    width:250px;
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
}
.header-left {
  display:none;
}

.ht-right-social {
    display: none;
}
.header-right {
    margin: auto;
}
.energy-front-boxes {
    margin-top: 50px;
}
.content-box {
    border-bottom: 5px solid #0d4976;
    border-radius: 15px;
}
.box-3 {
    border-right: none;
    border-top-right-radius: none;
}
.middle-box {
     border-left:none;
     border-right: none;
}
.energy-front-boxes .row{
	padding: 10px;
}
.about-section-page {
    margin-top: 20px;
}
.about-home-content{
	margin-top: 50px;
}
.about-section-page.home-about {
    padding-top: 0 !important;
}
.about-section-page .about-home-content::after{
	right:65px !important;
}
.our-doctor img{
	margin-top: 0 !important;
}
.content-box a:after {
    right: 83px;
}
.solutions-wrapper .service-item p {
    padding: 0px 10px 130px 10px;
}
.product-bg .pt-200 {
    padding-bottom: 250px !important;
}

.solutions-wrapper .service-item span img {
    height: 240px;
}
.solutions-wrapper .service-item span {
    height: 237px;
}
  .contact-page h3 {
    padding: 0px 10px 50px 10px;

  }
.contactmap {
	margin: 70px 10px;
}
.contact-page{
	margin-top: 30px;
	margin-bottom: 20px;
}
.contact-form-sec{
	margin-top: 0px;
	margin-bottom: 0px;
}
.form-img{
	margin: 30px 0px;
}
.contact-form-pge {
    margin: 0px 0px;
}
.main-timeline .timeline {
    flex: 0 0 calc(100% - 0px) !important;
}
.contact-form-sec{
	padding-top: 20px;
}
}

@media only screen and (min-width:992px) and (max-width:1115px){
	.con-details p{
		font-size: 15px !important;
	}
}
@media only screen and (max-width:767px){
    .innerpage-header h2 {
    font-size: 14px;
    padding-left:30px;
    padding-right:30px;
	padding-top: 60px;
}
 .home-banner-wrap .slick-track {
    top: 100px;
}
.slick-dots {
    bottom: -75px;
}
.vis-mis-content img {
    height: 50vh;
}
.ourteam-item span img {
    width: 350px;
    height: 350px;
}
.ourteam-item span {
    width: 350px;
    height: 350px;
}
.vision-mission-val img {
    width: 25%;
}
.contact-page .border-right {
     border-right:unset!important; 
}
.con-details {
    margin: 2px!important;
    padding: 14px;
    padding-bottom: 44px;
}
.our-team .pic img {
    width: 100% !important;
    height: 320px !important;
}
.border-right {
     border-right:unset!important; 
}
.team-title {
    padding-bottom: 0px;
    font-size:24px;
}
.blg-btn {
    width:35% !important;
}
.about-first-content .before-image:before {
    bottom: 100px!important;
}
.about-first-content h1 {
    margin-top: 40px;
}
.team-expert-section .slick-track {
    top: 35px;
}
.team-expert-section {
    padding-top: 150px;
}
.home-banner-wrap img {
    height: 70vh;
    object-position: right;
    opacity: .6;
}
.home-banner-wrap {
    height: 70vh;
}
.banner-caption .call-btn {
    margin-top: 10px;
}
.banner-caption span h2 {
    font-size: 20px!important;
    font-weight:600;
}
.contact-page .col-lg-6{
    padding-bottom: 40px;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}
.banner-caption span p {
    font-size: 12px;
    line-height: 1.5;
}
.banner-caption span p {
    margin-bottom: 15px;
}
.about-wrapper {
    margin-top: 0px;
}
.about-wrapper .page-heading {
    margin-top: 0px;
}
.aboutphysioon {
    margin-top: 0px;
}

.service-content h4{
    padding-top:20px;
}
.lisc{
    width:100%;
}
.about-wrapper .readmore-btn {
    left: 0%; 
    margin-left: 0px; 
}
.solutions-wrapper h1 {
    text-align: center!important;
    margin-bottom: 100px!important;
    width: 100%;
    font-size: 28px;
}
.speciality-point {
    margin: 10px 0 45px;
}
.speciality-icon{
	left: 37%!important;
}
.pa-why-img {
    width: 280px !important;
    height: 280px !important;
    line-height: 280px !important;
}
.why-main-box{
	margin: 15px 0 ;
}
.services h2, .speciality h2 {
    text-align: center !important;
    font-size: 24px;
}
.services p, .speciality p {
    text-align: justify;
    padding: 20px 0 50px;
}
.whyBox .why-icon{
	margin: 0 0 20px -40px !important;
}
.blog-enquiry-wrapper h2{
	font-size: 30px;
}
.service-sub-title {
 text-align: center;
}
.service-sub-title:after {
    left: 0%;
}
.servicescroll{
    margin-top:-50px;
}
.whychoose-features-inner-one h1{
    font-size:35px;
}
.solutions-wrapper .service-item h4 {
    margin: -2px 0px 0px 0px;
}
.whychoose-features-inner-one .content .ft-content h6 {
    font-size: 17px;
}
.whychoose-features-inner-one .col-md-2{
    padding-left:0px;
    padding-right:0px;
}
.whychoose-features-inner-one .img img {
    height: 330px;
    width: 100%;
}
.google-reviews {
    padding: 0px 0px 10px 0px;
}
.about-section-page.about-page {
    padding: 0px 15px;
}

.blog-enquiry-wrapper h1 {
   font-size: 41px;
    padding-top: 30px;
    text-align: left!important;
    margin-bottom: 10px!important;

}

.footer-topsection ul {
    margin: 20px 0 30px 0px;
    text-align: left;
}
.footerwrapper h4 {
    margin: 20px 0px 20px 0px;
}

.home-blog .enquiry-form {
       padding: 35px;
    margin: 10px;
    margin-top: 50px;

}
.home-blog font{
    font-size:30px;
}
.about-btm-bar {
    width: 100%;
    min-height: 71px;
}
.about-page-middle {
    padding: 40px 0px;
}
.whychoose-page h1 {
    font-size: 30px;
    margin-top: 25px;
}

.vision-mission-cards-main .card-box img {
    width:100%
}
.career-note h3 {
    font-size: 12px;
}
.contact-messg p, .contact-messg h3 {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-form-pge{
    margin:0px 0px;
}
.package-cnt {
    margin-top: 50px !important;
}
.header-left {
    display:none;
}
.ht-right-address {
   display: none;
}
.ht-right-social {
    display: none;
}
.ht-right-phone {
    display: none;
}
.banner-caption span h2 {
    padding: 40px 10px;
	text-align: left;
}
.home-banner-wrap .banner-caption {
    padding-left: 5px;
}
.banner-caption {
    padding-right: 0px;
}
.energy-front-boxes {
    margin-top: 110px;
}
.content-box {
    border-bottom: 5px solid #0d4976;
    border-radius: 15px;
    margin: 5px 5px;
}
.box-3 {
    border-right: none;
    border-top-right-radius: none;
}
.middle-box {
     border-left:none;
     border-right: none;
}
.about-section-page {
    margin-top: 0px;
}
.about-home-content .about-title {
    margin: 20px 0px 20px 0px;
    font-size: 25px;
}
.about-section-page-btn {
    margin-top: 20px;
}
.about-section-page.home-about {
    padding-bottom: 0px;
}
.service-wrapper {
    padding-top: 0px;
    padding-bottom: 50px;
}
.solutions-wrapper p {
    text-align: center;
}
.serv-desc{
        text-align: center!important;
}
.serv-desc {
    margin-bottom: 0px;
}
.service-wrapper .aboutus-btn {
    margin-top: 0px;
}
.google-reviews h2 {
    font-size: 26px;
}
.call-us {
    margin-left: 0px;
    margin-top: 20px;
}
.solutions-wrapper .service-item span img {
    height: 228px;
}
.solutions-wrapper .service-item span {
    height: 228px;
}
.solutions-wrapper .service-item p {
    padding: 0px 10px 130px 10px;
    
}
.content-box a:after {
    right: 125px;
}

.industries .about-title {
    text-align: left;
}
.industries .about-title {
    margin: 0px 0px 10px 0px;
}
.vision-mission-cards-main .card-box {
    min-height: 390px;
}
.vision-mission-cards-main .custom-container {
    padding: 40px 7%;
}
.about-section-page .wp-block-heading {
    margin: 24px 0px 10px 0px;
    font-size: 23px;
}
.product-page .service-item {
    margin: 0px 0px 15px 0px;
}
.service-content {
    padding-top: 0px;
    padding-bottom: 30px;
}
.principle-page .row{
	display: inline;
}
.principle-page{
	margin: 20px 0px!important;
}
.principals-section{
margin-bottom: 90vh;
}
.contact-page h3 {
	padding: 0px 10px 10px 10px;
    font-size: 22px;
}
.contactmap {
	margin: 70px 10px;
}
.contact-page{
	margin-top: 30px;
	margin-bottom: 20px;
}
.contact-form-sec{
	margin-top: 0px;
	margin-bottom: 0px;
}
.form-img{
	margin: 30px 0px;
}
.banner-caption span {
    padding-top: 90px;
}
.ht-right-email {
    border-right: 0px solid #fff;
    padding-right: 0px;
}
.header-right {
    padding: 10px 0px 12px 0px;
    margin: auto;
}

.contact-form-sec {
    padding-top: 70px;
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
}
.testimonial-item {
    margin-top: 0px;
    margin-bottom: 130px;
}
}



/* Due to reasons writing from here - Sorry*/


/* Speciality home page  */


.speciality-box {
    position: relative;
}
.speciality-icon {
	position: absolute;
    left: 32%;
    top: -55px;
    border-radius: 50%;
	/* background: #c2e0cf5c; */
  	padding: 14px;
	  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	  box-shadow: 0 0 0 0 #068c824d;
}


@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(152, 221, 198, 0);
	}
}
.speciality-point {
    text-align: center;
    padding: 55px 8% 28px;
    background: #bababa38;
    border-radius: 15px;
    height: 160px;
    box-shadow: 0px 0px 5px 0px #bebebe;
    width: 100%;
}
.speciality-txt p {
    font-size: 14px !important;
    line-height: 1.6rem !important;
    font-weight: 700 !important;
    padding: 10px 5%!important;

}
.speciality-icon img {

    padding: 15px;
    width: 75px;
    height: 75px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #8f8f8fc4;
    border-radius: 50%;
    
}
.speciality-icon .image-container
{
	border-radius: 50%;
    background: rgb(10,152,98);
	background: linear-gradient(192deg, rgba(10,152,98,1) 0%, rgba(1,125,170,1) 100%);
}
.speciality-icon .invert
{
	filter: invert(100%);
}
.speciality-box-divider
{
	margin-top: 7%;
}
.speciality-wrapper
{
	position: relative;
	overflow: unset !important;
}
.speciality-wrapper::after {
	  content: '';
	  display: block;
	  position: absolute;
	  bottom: -157px;
	  left: 0;
	  width: 250px;
	  height: 250px;
	  background: url('./assets/img/leaf.png') center center/contain no-repeat;
	  animation: balancingScales 4s infinite;
}

/* about page why ayurveda */

:root {
    --pureayurveda-primary: #6caaa8;
}
.pa-why
{
	padding: 6%;
}
.pa-why,.pa-counter,.pa-tesimonial,.pa-why-pure,.pa-team-home{
    background: rgba(108, 170, 168, 0.1);
}
.pa-why-img {
    width: 330px;
    height: 330px;
    line-height: 330px;
    border: 1px dashed var(--pureayurveda-primary);
    border-radius: 100%;
    text-align: center;
    margin: 20px auto;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.99, 0, 0, 1);
    box-shadow: 0 0 10px 0 #6caaa8;
}
.pa-why-ul ul li {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
     list-style: none;
}
.pa-why-ul ul li:last-child{
    margin-bottom: 0;
}
.pa-why-ul ul li:after {
    position: absolute;
    content: '';
    width: 145px;
    border: 0.5px dashed var(--pureayurveda-primary);
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto 0;
}
.pa-why-left ul li {
    text-align: right;
    padding-right: 150px;
}
.pa-why-right ul li {
    text-align: left;
    padding-left: 150px;
}
.pa-why-right ul li:after{
    left: 0;
}
.pa-why-left ul li:after {
    right: 0;
}
.pa-why-left ul li:first-child:after {
    transform: rotate(11deg) translate(70px, 0px);
}
.pa-why-left ul li:nth-child(2):after {
    transform: rotate(8deg) translate(13px, 10px);
}
.pa-why-left ul li:nth-child(4):after {
    transform: rotate(-8deg) translate(10px, -10px);
}
.pa-why-left ul li:last-child:after {
    transform: rotate(-14deg) translate(55px, -10px);
}
.pa-why-right ul li:first-child:after {
    transform:rotate(-11deg) translate(-62px, 10px);
}
.pa-why-right ul li:nth-child(2):after {
    transform: rotate(-8deg) translate(-15px, 10px);
}
.pa-why-right ul li:nth-child(3):after {
    transform: rotate(0deg);
}
.pa-why-right ul li:nth-child(4):after {
    transform: rotate(8deg) translate(-11px, -10px);
}
.pa-why-right ul li:last-child:after {
    transform: rotate(16deg) translate(-50px, -10px);
}
.pa-why-left ul li:first-child {
    padding-right: 85px;
}
.pa-why-left ul li:nth-child(2) {
    padding-right: 140px;
}
.pa-why-left ul li:nth-child(4) {
    padding-right: 145px;
}
.pa-why-left ul li:last-child {
    padding-right: 100px;
}
.pa-why-right ul li:first-child {
    padding-left: 95px;
}
.pa-why-right ul li:nth-child(2) {
    padding-left: 140px;
}
.pa-why-right ul li:nth-child(4) {
    padding-left: 145px;
}
.pa-why-right ul li:last-child {
    padding-left: 110px;
}
.pa-why-img img {
    width: 150px;
}
.pa-heading{

	text-align: center;
  	margin-bottom: 30px;
}
.pa-heading h1,h5{

	color: #37C1CC;

}


/*end why ayurveda*/

:root{ 
    --white: #fff;
    --main-color: #48C8EF; 
}
.serviceBox{
    color: var(--main-color);
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    padding: 30px 25px;
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: #f4f4f4;
    border-radius: 40px 40px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox:after{
    content: "";
    background: var(--main-color);
    width: 100%;
    height: calc(100% - 75px);
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.serviceBox .service-icon{
    color: var(--white);
    background: var(--main-color);
    font-size: 40px;
    line-height: 80px;
    height: 200px;
    width: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.serviceBox .title{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.serviceBox .description{
    color: #444;
    font-size: 15px;
    line-height: 22px;
}
.service-icon img {

	width: 100%;
	height: auto;
	overflow: hidden;

}
.services .row {
        display: flex;
        flex-wrap: wrap;
    }

.services .col-md-4,
.services .col-sm-12 {
        
      margin-bottom: 60px; 
 }

.services .serviceBox {
        display: flex;
        flex-direction: column;
        height: 100%; 
        width: 100%; 
        overflow: hidden; 
}

    
.services .solution-item {
        text-decoration: none;
    }

.services .title {
        margin-top: 15px; /* Adjust as needed */
    }


.serviceBox.blue{ --main-color: #359BC8; }
.serviceBox.yellow{ --main-color: #f37f12; }
.serviceBox.purple{ --main-color: #5557B4; }


:root{ --main-color: #48C8EF; }
.pricingTable{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
    content: '';
    background: linear-gradient(to right, #37C1CC, #48C8EF);
    height: calc(100% - 45px);
    width: 80%;
    border-radius: 0 0 200px 200px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: -1;
}
.pricingTable:after{
    background: #fff;
    width: calc(80% - 10px);
    height: calc(100% - 51px);
}
.pricingTable .pricingTable-header{
    color: #222;
    margin: 0 0 35px 0;
}
.pricingTable .title{
    color: #fff;
    background: linear-gradient(to right, #37C1CC, #48C8EF);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 17px 10px;
    margin: 8px 0 25px;
    border-radius: 10px 10px 10px 10px;
}
.pricingTable .price-value .amount{
    font-size: 37px;
    font-weight: 700;
    display: block;
}
.pricingTable .price-value .duration{
    font-size: 16px;
    display: block;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 28px;
    margin: 0 0 15px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #fff;
    background: #5dbb54;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    line-height: 21px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    background: #ed4444;
    padding-right: 1px;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: linear-gradient(-135deg, #37C1CC, #48C8EF);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 100px;
    height: 100px;
    padding: 20px 15px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    transition: all 0.5s;
}
.pricingTable-signup img{

	width: 100%;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
}
.pricingTable.blue:before,
.pricingTable.blue .title{
    background: linear-gradient(to right, #896BEF, #60CEE7);
}
.pricingTable.blue .pricingTable-signup a{
background: linear-gradient(-135deg, #896BEF, #60CEE7);
}
.pricingTable.green:before,
.pricingTable.green .title{
    background: linear-gradient(to right, #30CEBF, #47AA40);
}
.pricingTable.green .pricingTable-signup a{
background: linear-gradient(-135deg, #30CEBF, #47AA40);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}

.main-timeline{ font-family: 'Poppins', sans-serif; display: flex;
        flex-wrap: wrap; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;

}
.main-timeline .timeline{
    margin: 0 0 20px 5px;
    float: right;
    position: relative;
    z-index: 1;
    flex: 0 0 calc(48% - 30px); 
    margin: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 86px;
	animation: skew 4s infinite alternate;
}
@keyframes skew {
	0% {
		transform: skewY(0deg);
	}
	25% {
		transform: skewY(1.5deg);
	}
	50% {
		transform: skew(0deg);
	}
	100% {
		transform: skewY(1.5deg);
	}
}
.main-timeline .timeline-content{
    color: #fff;
    background: #FFF;
    border: 6px solid #48c8ef;
    min-height: 120px;
    padding: 18px 15px 15px 50px;
    border-radius: 30px;
    display: block; 
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background-color: #48c8ef;
    height: 70%;
    width: 40%;
    border-radius: 40px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: -2;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: #37c1cc;
    font-size: 33px;
    text-align: center;
    line-height: 72px;
    height: 70px;
    width: 70px; 
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -35px;
    top: 50%;
}
.timeline-icon img{

	width: 100%;
  	border-radius: 50%;
  	padding: 10%;
	vertical-align: unset;
	filter: invert(100%);


}
.main-timeline .title{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 7px;
	text-align: center;
}
.main-timeline .description{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
}
.main-timeline .timeline:nth-child(odd){
    padding: 15px 0 0 15px;
    margin: 0 75px 20px 0;
    float: left;
}
.main-timeline .timeline:nth-child(odd) .timeline-content{ padding: 15px 50px 15px 15px; }
.main-timeline .timeline:nth-child(odd) .timeline-content:before{
    right: auto;
    left: -15px;
}
.main-timeline .timeline:nth-child(odd) .timeline-icon{
    left: auto;
    right: -35px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{ background: #FFF;border: 6px solid #48c8ef; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content{ background: #FFF;border: 6px solid #48c8ef; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content{ background: #FFF;border: 6px solid #48c8ef; }
@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        padding-left: 35px;
        margin: 0 0 40px;
    }
    .main-timeline .timeline:nth-child(odd){ padding-right: 35px; }
}
@media screen and (max-width:576px){
    .main-timeline .timeline{ padding: 35px 15px 15px 0; }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 50px 15px 15px;
        text-align: center;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(odd) .timeline-content:before{
        top: auto;
        bottom: -15px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(odd) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: -35px;
    }
}

.our-team a:hover{
    text-decoration: none;
}
.our-team .pic {
    border-top: 5px solid #37c1cc;
    border-bottom: 5px solid #48c8ef;
    border-radius: 25% 25% 25% 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    border-top-color: #37c1cc;
    border-bottom-color: #48c8ef;
    border-radius: 50% 0;
}
.our-team .pic img{
    width: 300px;
	height: 300px;
	transition: all 0.5s ease 0s;
	object-fit: cover;
	object-position: 0% 25%;
}
.our-team .team-content{ padding: 20px 0; }
.our-team .title{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 17px;
    color: #878484;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #8f2d56;
    background: #fff;
    font-size: 17px;
    color: #8f2d56;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #8f2d56;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}



/*Even, i dont know,  just trying some animations , Sorry*/





   .section-with-ripples, .section-with-flower, .section-with-scales, .section-with-pulse {
		position: relative !important;
	}
    .section-with-flower::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      background-color: #ffcc00;
      border-radius: 50%;
      animation: blossomingFlower 3s infinite alternate;
    }
    

    .section-with-ripples::before {
	  content: '';
	  position: absolute;
	 top: 105px;
	  left: 201px;
	  width: 100px;
	  height: 100px;
	  background-color: #48c8ef6b;
	  border-radius: 50%;
	  animation: blossomingFlower 3s infinite alternate;
	  z-index: -1; 
	}

    .section-with-scales::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 50px;
      background-color: #d35400;
      transform-origin: bottom center;
      animation: balancingScales 4s infinite;
    }

    .section-with-pulse::before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: #27ae60;
      border-radius: 50%;
      animation: healingPulse 3s infinite;
    }
@keyframes blossomingFlower {
      0% { transform: scale(0); }
      50% { transform: scale(1.2); }
      100% { transform: scale(1); }
    }

    @keyframes waterRipples {
      0% { transform: scale(1); opacity: 1; }
      100% { transform: scale(2); opacity: 0; }
    }

    @keyframes balancingScales {
      0% { transform: rotate(0); }
      50% { transform: rotate(5deg); }
      100% { transform: rotate(0); }
    }

    @keyframes healingPulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.2); }
      100% { transform: scale(1); }
    }




/*Tried to impress - but not walking - :(*/

/*Place the below style only in the last portion Thanks*/
 .footer-indicator {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; 
  background-color: #3498db;
  z-index: 1000;
 }

#scroll-indicator {
  height: 100%;
  width: 0;
  background-color: #174d76; 
  transition: width 0.5s;  
}
 /* why choose */
 .why-to-choose h2{
	text-align: center;
	padding: 30px 0;
 }
 .why-to-choose{
	padding: 30px 0 70px;
 }
 :root{ --main-color: #37c1cc; }
 .whyBox{
    background-color: #4cc6ed;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 20px 40px;
    border-radius: 0 50px;
    box-shadow: -10px -10px rgba(0,0,0,.3) inset;
    position: relative;
    z-index: 1;
	height: 100%;
}
.whyBox:before{
    content: '';
    background-color: #fff;
    border-radius: 0 33px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: -1;
}
.whyBox img {
    width: 60%;
    height: auto;
    filter: invert(100);
}
.package-cnt{
    margin-top:0px;
}
.about-section-page .package-cnt p {
    text-align: justify !important;
    padding: 0px 0;
}
.whyBox .why-icon{
    color: #fff;
    background-color: #4cc6ed;
    font-size: 40px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 0 40px -40px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
}
.whyBox .whytitle{
    color:#37c1cc;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}
.whyBox .whydescription{
    color: #202020;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin: 0;
}
@media only screen and (max-width: 1199px){
    .whyBox{ 
		margin: 0 0 30px 15px; 
	}
}

/*speciality css starts*/

a:hover{
    text-decoration:none!important;
}
:root{ --main-color: #4ac7ea; }
.specialityBox{
    color: var(--main-color);
    text-align: center;
    padding: 0 30px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
        min-height: 280px;
}
.specialityBox:before,
.specialityBox:after{
    content: "";
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 38px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    box-shadow: 0px 0px 7px 0px #3e3e3e52;
}
.specialityBox:after{
    background-color: var(--main-color);
    border-radius: 30px;
    top: 55%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.specialityBox .special-icon{
    color: #fff;
    background: var(--main-color);
    font-size: 35px;
    line-height: 67px;
    width: 75px;
    height: 75px;
    margin: 0 auto 60px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: relative;
}
.specialityBox .special-icon:before,
.specialityBox .special-icon:after{
    content: '';
    background-color: var(--main-color);
    height: 70px;
    width: 140px;
    border-radius: 0 0 100px 100px/0 0 100px 100px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.specialityBox:hover .special-icon {
    background:#1e5880;
}
.specialityBox:hover .title {
    color: #4ac7ea;
}
.specialityBox .special-icon:before{
    height: 10px;
    width: 170px;
    border-radius: 10px 10px 0 0;
    top: auto;
    bottom: 50%;
}
.specialityBox .title{
   font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #1e5880;
}
.specialityBox .description{
    color: #999;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

@media only screen and (max-width: 1199px){
    .specialityBox{ margin: 0 0 30px; }
}

/*speciality css ends*/

.ins-img img{
    width:100%;
    height:120px;
    object-fit:contain;
}
.insurance-section {
    padding: 45px 0;
background: linear-gradient(180deg, rgba(236,246,249,1) 0%, rgba(255,255,255,0) 31%);
margin-top:45px;
margin-bottom:40px;
}

.home-testimonial{
    color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 10px 10px 30px;
    border: 3px solid var(--main-color);
    position: relative;
    z-index: 1;
    height:450px;
}
.home-testimonial:before,
.home-testimonial:after{
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.home-testimonial:after{
    background: var(--main-color);
    width: 50%;
    height: 100%;
    box-shadow: none;
    transform: translateX(0) translateY(0);
    top: 0;
    left: auto;
    right: 0;
    z-index: -2;
}
.home-testimonial .testimonial-icon{
    color: #fff;
    background: var(--main-color);
    font-size: 40px;
    line-height: 85px;
    width: 85px;
    height: 85px;
    margin: 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.home-testimonial .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 10px;
}
.home-testimonial .description{
    color: #888;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin: 0 15px 0;
    padding:20px;
}
.testimonial-icon span img{
    width:100%;
    height:85px !important;
    object-fit:contain !important;
}
.home-testimonial .description:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 70px;
    height: 73px;
    line-height: 50px;
    font-size: 80px;
    color: #e0dcdc;
    position: absolute;
    top: 50px;
    right: 40px;
}
.home-testimonial h4{
    color:#000 !important;
    font-size:20px !important;
}
@media only screen and (max-width: 1199px){
    .home-testimonial{ margin: 0 0 22vh; 
        height: auto;
    }
    .speciality-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 165px;
    height:220px;

}
}
.home-blog-section{
    background:url(../platinum/assets/img/platinum/blgbg.webp);
    padding:55px 0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin:45px 0;
}
.blog-img img{
    width:100%;
    height:300px !important;
    object-fit:cover !important;
    border-radius:15px;
}
.home-blog-box {
    box-shadow:1px 7px 6px 0px #00000040;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    border-top: 3px solid #4ac7ea;
    border-bottom: 3px solid #0004;
    height: 430px;
}
.home-blog-heading-style {
    text-align: center;
    color: #000;
    font-family: berlin !important;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
.blg-btn {
    margin: 45px auto 15px;
    display: block;
    text-align: center;
    border: 1px solid #4ac6e9;
    width: 12%;
    padding: 5px;
    border-radius: 9px;
    background: #4ac6e9;
    color: #fff;
    font-weight: 500;
}
.blg-btn:hover{
    text-decoration:none;
    background:#07497B;
    border:1px solid #07497B;
    color:#fff;
}
.insurance-section{
    position:relative;
    overflow:hidden;
}
.insurance-section::after {
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: -43px;
    width: 230px;
    height: 250px;
    background: url(./assets/img/platinum/dots.png) center center / contain no-repeat;
}
.vdo-img img{
    width:100%;
    height:300px !important;
    object-fit:cover !important;
    border-radius:15px;
}

.vdo-img {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.vdo-img .circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fffffff7;
  margin: auto;
  transform: scale(1, 1);
}
.vdo-img .circle.pulse {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation: play 2s infinite;
          animation: play 2s infinite;
  background-color: #48c8ef8f;
}
.vdo-img svg {
  fill: #4ac6e9;
  stroke: #4ac6e9;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.vdo-img svg:hover {
  cursor: pointer;
  fill: #07497B;
  stroke: #07497B;
  transform: scale(1.2, 1.2);
}

@-webkit-keyframes play {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes play {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}