.orange{
	color: var(--secondary);
}
.apologreen{ color: var(--primary);}
.spl-color{ background:#dcfdff;}
.abt-bg-color{ background:#EAF1F8;}
.yellow{ color: #fbc105;}
.bg-apologreen{ background: var(--primary) !important;}
.bg-darkfooter{ background:#015873!important;}
.bg-lightfooter{ background:#006397!important;}
.green { color: #01c009; }
.txtgray{color: #848484;}
.innerbgdots{ 
 
background: #d5d9e4 url(../img/innerpagedots.svg) right !important;
background-repeat: repeat !important;
    background-size: 30px 30px !important;
 
}

.package-logo {
    transition: all 0.3s;
    background: rgb(255 255 255 / 92%);
    color: var(--light);
    font-weight: 600;
    /* left: 0; */
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 35%;
    font-size: 17px;
    padding: 5px 0px;
    top: 8%;
    right: 0;
    border-radius: 5% 0 0 5%;
}
.dr-image img {
    margin: 0 auto 15px;
    max-width: 200px;
    max-height: 200px;
}
.br-14{ border-radius: 14px;}
.drdeticons {
    border: 0px !important;
    width: 35px!important;
    height: 35px!important;
    font-size: 16px!important;
    padding: 8px!important;
    box-shadow: rgb(100 100 111 / 63%) 0px 1px 9px 0px!important; border-radius:50%; text-align:center;
}
.list.list-icons.list-icons-drstyle-2 li {
    padding-top: 10px;
    padding-left: 50px;
}

.blog-info-title {
    transition: all .3s;
     
    color: var(--light);
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 27px;
    padding: 13px 21px 2px;
    bottom: 13%;
}

 .btn-outline {
    
    background-color: #fff;
    border-color: #228aaa;
    color: #228aaa;
}
.dr-image {
    object-position: top;
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.dr-detail-image {
    object-position: top;
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.homedr-image {
    object-position: top;
    object-fit: cover;
    height: 225px;
    width: 100%;
}
.clinic-image{
	object-position: top;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.ms-n5 {
    margin-left: -1.25rem !important;
}
.ms-8 {
    margin-left: 2rem !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #0081a0;
    border-color: #0081a0;
}
.btn-outline-primary {
    --bs-btn-color: #0081a0;
    --bs-btn-border-color: #0081a0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0081a0;
    --bs-btn-hover-border-color: #0081a0;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0081a0;
    --bs-btn-active-border-color: #0081a0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0081a0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0081a0;
    --bs-gradient: none;
}



@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  height: 200px;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

/*[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}*/

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}





























.mob-bot-text {
    font-size: 0.5em;
    text-align: center;
    margin: 0 auto;
}






















.sc-bottom-bar{
	 
    position: fixed;
    display: flex;
    padding: 5px 28px;
    justify-content: space-between;
    width: 375px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: -81%;
    right: 0;
    height: 53px;
    font-size: 18px;
  /*position:fixed;
  display:flex;
  
  padding: 26px 36px;
  justify-content:space-between;
  width:375px;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height: 38px;
  
  font-size:26px;*/
  background-image:radial-gradient(circle at 36px 6px,transparent 36px, #ffffff 37px);
  filter: drop-shadow(0px -1px 6px  rgba(0, 0, 0, 0.08)) drop-shadow(0px -2px 12px  rgba(0, 0, 0, 0.12));
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
  transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) .45s;
}

.sc-nav-indicator{
  position:absolute; 

  width: 56px;
  height: 56px;
  bottom:18px;
  margin:auto;
  left:0;
  
  background-color: #000000;
  box-shadow: var(--main-cast-shadow);
  border-radius:50%;
  transition: cubic-bezier(0.45, 0.73, 0, 0.59) .3s;
}
.sc-menu-item{
  color:var(--fore-color);
  transition:ease-in-out .5s;
  text-align: center;
  cursor: pointer;
}
.sc-current{
  position:relative;
  
  color:#ffffff;
  
  z-index:3;
  transform:translate3d(0px,-10px,0px);
}

.v-bottom{vertical-align: bottom;}

.dr-spl {
    background-color:#fff3cd;
    border-color: #ffe69c;
    color: var(--primary);
    border-radius: 24px;
    font-weight: 300;
	text-decoration:none; padding:8px 12px;  
}

.testybg{ background-color:#F7F9FC; border-radius:14px;}
















/* Full Parallax Slider */
.slider-wrap{
    background: #162340;
    height: 600px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #006b8f5e;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 

}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.slide-des p{ color: rgb(255, 255, 255);}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #0081a0, #0081a0, #6dc8d6, #0081a0, #0081a0, #0081a0, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;     
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;

}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}



	.modal.left .modal-dialog,
	.modal.modalright .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}



        
/*Right*/
	.modal.modalright.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	.modal.modalright.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

 
 /* ----------------------------------blog csss*/
 
 /*
Name: 			theme-blog.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	12.0.0
*/
/* Posts */
.blog-posts:not(.blog-posts-no-margins) article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.blog-posts:not(.blog-posts-no-margins) .pagination {
	margin: -10px 0 20px;
}

.blog-posts.blog-posts-no-margins .pagination {
	margin-top: 28.8px;
	margin-top: 1.8rem;
}

/* Post */
article.post h2 a {
	text-decoration: none;
}

article.post .post-meta {
	font-size: 0.9em;
	margin-bottom: 7px;
}

article.post .post-meta > span {
	display: inline-block;
	padding-right: 8px;
}

article.post .post-meta i {
	margin-right: 3px;
}

article.post .post-date {
	float: left;
	margin-right: 10px;
	text-align: center;
}

article.post .post-date .month {
	display: block;
	background: var(--grey-500);
	border-radius: 0 0 2px 2px;
	color: var(--light);
	font-size: 0.8em;
	line-height: 1.8;
	padding: 1px 10px;
	text-transform: uppercase;
}

article.post .post-date .day {
	background: var(--grey-100);
	border-radius: 2px 2px 0 0;
	color: var(--grey-500);
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
}

article.post .post-image .owl-carousel {
	width: 100.1%;
}

article .post-video {
	transition: all 0.2s ease-in-out;
	padding: 0;
	background-color: var(--light);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: var(--border-radius2x);
	display: block;
	height: auto;
	position: relative;
	margin: 0 0 30px 0;
	padding-bottom: 61%;
}

article .post-video iframe {
	bottom: 0;
	height: auto;
	left: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

article .post-audio {
	transition: all 0.2s ease-in-out;
	padding: 0;
	background-color: var(--light);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: var(--border-radius2x);
	display: block;
	height: auto;
	position: relative;
	margin: 0 0 30px 0;
	padding-bottom: 35%;
	min-height: 160px;
}

article .post-audio iframe {
	bottom: 0;
	height: auto;
	left: 0;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

article.post-medium .post-image .owl-carousel {
	width: 100.2%;
}

article.post-large {
	margin-left: 60px;
}

article.post-large h2 {
	margin-bottom: 5px;
}

article.post-large .post-image, article.post-large .post-date {
	margin-left: -60px;
}

article.post-large .post-image {
	margin-bottom: 25px;
}

article.post-large .post-image.single {
	margin-bottom: 30px;
}

article.post-large .post-video {
	margin-left: -60px;
}

article.post-large .post-audio {
	margin-left: -60px;
}

/* Single Post */
.single-post article {
	border-bottom: 0;
	margin-bottom: 0;
}

article.blog-single-post .post-meta {
	margin-bottom: 20px;
}

/* Post Block */
.post-block h3 {
	font-size: 1.8em;
	font-weight: 200;
	margin: 0 0 20px;
	text-transform: none;
}

.post-block h3 i {
	margin-right: 7px;
}

/* Post Author */
.post-author img {
	max-height: 80px;
	max-width: 80px;
}

.post-author p {
	font-size: 0.9em;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.post-author p .name {
	font-size: 1.1em;
}

.post-author .img-thumbnail {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

/* Post Comments */
ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.comments li {
	clear: both;
	padding: 10px 0 0 70px;
}

ul.comments li img.avatar {
	height: 48px;
	width: 48px;
}

ul.comments li ul.reply {
	margin: 0;
}

ul.comments li a {
	text-decoration: none;
}

ul.comments li .img-thumbnail {
	margin-left: -70px;
	position: absolute;
}

ul.comments li .comment {
	margin-bottom: 10px;
}

ul.comments .comment-arrow {
	border-bottom: 12px solid transparent;
	border-right: 12px solid var(--grey-100);
	border-top: 12px solid transparent;
	height: 0;
	left: -12px;
	position: absolute;
	top: 12px;
	width: 0;
}

ul.comments .comment-block {
	background: var(--grey-100);
	border-radius: 5px;
	padding: 20px 20px 30px;
	position: relative;
}

ul.comments .comment-block p {
	font-size: 0.9em;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

ul.comments .comment-block .comment-by {
	display: block;
	font-size: 1em;
	line-height: 21px;
	margin: 0;
	padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
	color: var(--grey-900);
	font-size: 0.9em;
}

/* Leave a Comment */
.post-leave-comment h3 {
	margin: 0 0 40px;
}

/* Recent Posts */
.recent-posts h4 {
	margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
	margin: 0 0 3px 0;
}

.recent-posts article.recent-post h4 a {
	display: block;
}

.recent-posts .date {
	margin-right: 10px;
	text-align: center;
}

.recent-posts .date .month {
	background: var(--grey-500);
	color: var(--light);
	font-size: 0.9em;
	padding: 3px 10px;
	position: relative;
	top: -2px;
}

.recent-posts .date .day {
	background: var(--grey-100);
	color: var(--grey-500);
	display: block;
	font-size: 18px;
	font-weight: 500;
	font-weight: bold;
	padding: 8px;
}

section.section .recent-posts .date .day {
	background: var(--light);
}

/* Simple Post List */
ul.simple-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.simple-post-list li {
	border-bottom: 1px dotted #E2E2E2;
	padding: 15px 0;
}

ul.simple-post-list li::after {
	clear: both;
	content: "";
	display: block;
}

ul.simple-post-list li:last-child {
	border-bottom: 0;
}

ul.simple-post-list .post-image {
	float: left;
	margin-right: 12px;
}

ul.simple-post-list .post-meta {
	color: var(--grey-900);
	font-size: 0.8em;
}

ul.simple-post-list .post-info {
	line-height: 20px;
}

@media (max-width: 575px) {
	ul.comments li {
		border-left: 8px solid rgba(0, 0, 0, 0.06);
		clear: both;
		padding: 0 0 0 10px;
	}

	ul.comments li .img-thumbnail {
		display: none;
	}

	ul.comments .comment-arrow {
		display: none;
	}
}

/* Blog - Skin */
.recent-posts .date .month, article.post .post-date .month {
	background-color: var(--primary);
}

.recent-posts .date .day, article.post .post-date .day {
	color: var(--primary);
}
.drexp-badges {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 35%;
    z-index: 3;
}


/*
* Footer Top Info
*/
.footer-top-info {
    margin-bottom: -1px;
}

.footer-top-info .footer-top-info-detail {
    position: relative;
    width: 100%;
    padding-right: 190px;
}

@media (max-width: 991px) {
    .footer-top-info .footer-top-info-detail {
        margin: 15px;
    }
}

@media (max-width: 575px) {
    .footer-top-info .footer-top-info-detail {
        margin: 0;
        margin-left: -10px;
    }
}

.footer-top-info .footer-top-info-desc {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-top-info .btn-footer-top-info {
    width: 180px;
    height: 55px;
    line-height: 51px;
    position: absolute;
    right: 20px;
}

.footer-top-info .btn-footer-top-info:hover {
    border-color: var(--light) !important;
}

@media (max-width: 991px) {
    .footer-top-info .btn-footer-top-info {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .footer-top-info .btn-footer-top-info {
        margin-right: -5px;
    }
}

/*
* Footer
*/
#footer .custom-info .custom-info-block span {
    display: block;
    font-size: 14px;
}

#footer .custom-info .custom-info-block span.title-custom-info-block {
    letter-spacing: -0.35px;
}

#footer .custom-info .custom-info-block span.text-custom-info-block {
    letter-spacing: -0.35px;
}

#footer .nav-footer > ul {
    padding: 0;
}

#footer .nav-footer > ul li {
    list-style: none;
}

#footer .social-icons li {
    margin: -1px 13px 0 0;
}

#footer .social-icons li a {
    width: 38px;
    height: 38px;
    line-height: 41px;
}

#footer .social-icons li:hover a {
    color: var(--dark--200) !important;
}

#footer .footer-copyright {
    border-top: 1px solid rgba(225, 225, 225, 0.1);
}

#footer .footer-column-opening-hours .custom-info {
    padding: 15px 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}
 
	
	.btn-outline-new {
	color: #006397!important;
	background-color: transparent;
	background-image: none;
	border-color: #006397!important;
	border:#006397 solid 1px!important; padding:5px 20px !important; border-radius: 100px; font-size:14px; text-transform: capitalize;
}

.btn-outline-new:hover, .btn-outline-new.hover {
	color: #006397;
	background-color: var(--light);
border:#006397 solid 1px!important;}

.border-radius-100{ border-radius:100px;}

.highlighted-word {
	font-family: "Shadows Into Light", cursive;
	font-weight: 500;
}

.highlighted-word.highlighted-word-animation-1 {
	position: relative;
}

.highlighted-word.highlighted-word-animation-1:after {
	content: '';
	position: absolute;
	right: calc(100% - 74px);
	bottom: -6px;
	background: url(../img/pencil-blue-line.png);
	width: 0;
	height: 15px;
	animation-name: pencilAnimation;
	animation-duration: 500ms;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	overflow: hidden;
	transform: rotate(180deg);
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-end:after {
	right: 0 !important;
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-light:after {
	filter: brightness(0) invert(1);
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-dark:after {
	background: url(../img/pencil-blue-line-dark.png);
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-rotate:after {
	transform: rotate(0);
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-animate:after {
	animation-duration: 0ms;
	animation-delay: 0ms;
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-2:after {
	animation-name: pencilAnimation2;
	right: calc(100% - 115px);
	background: url(../img/pencil-blue-line-2.png);
	background-repeat: no-repeat;
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-2-dark:after {
	background-image: url(../img/pencil-blue-line-2-dark.png);
}

.highlighted-word.highlighted-word-rotate {
	transform: rotate(-15deg);
	transform-origin: 0 0;
}
#particles-js {
    position : fixed;
    width:100%;
    height:100%;
    z-index:1;
    top: 0;
	background-image: url(../img/bodybg.jpg);
	background-size: cover; background-position: center;   background-attachment: fixed;
}

/*
* Custom Heading Bar
*/
.custom-heading-bar:before {
    border-color: var(--secondary);
}

/*
* Custom Heading Bar
*/
.custom-heading-bar {
    position: relative;
}

.custom-heading-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc( 100% + 15px);
    width: 50px;
    border-top: 5px solid var(--grey-500);
    transform: translate3d(0, -50%, 0);
}

.custom-heading-bar.custom-heading-bar-right:before {
    right: auto;
    left: calc( 100% + 15px);
}

.custom-heading-bar.custom-heading-bar-with-padding {
    padding-left: 65px;
}

.custom-heading-bar.custom-heading-bar-with-padding:before {
    right: auto;
    left: 0;
}

/*
* Custom Icon
*/
.custom-arrow-icon {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
}

.custom-arrow-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--grey-500);
    border-color: inherit;
    transform: translate3d(0, -50%, 0);
}

.custom-arrow-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 50%;
    border-top: 1px solid var(--grey-500);
    border-right: 1px solid var(--grey-500);
    border-color: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}

.custom-icon-wrapper {
    max-height: 100px;
}

/*
* Custom Link Effect
*/
.custom-link-effect-1 > i {
    transition: ease all 300ms;
}

.custom-link-effect-1:hover > i {
    transform: translate3d(10px, 0, 0);
}

.custom-link-effect-1.btn {
    transition: ease all 300ms;
}

.custom-link-effect-1.btn:hover {
    padding-right: 35px !important;
}
.sap-icon {
    height: 2em;
    transform: translateY(.4em);
    margin-top: -1em;
    margin-left: .0em;
    margin-right: -.3em;
}
.custom-dots-rect-3 {
		width: 99px;
		height: 119px;
		position: absolute;
		top: -77px;
		left: -71px;
		z-index: 0;
}
.custom-svg-background-1 {
		position: absolute;
		width: 1000%;
		top: 0;
		left: 50%;
		height: 100.2%;
		transform: translate3d(-50%, 0, 0);
}

@media (max-width: 991px) {
		.custom-svg-background-1 {
				left: 77%;
		}
}

@media (max-width: 575px) {
		.custom-svg-background-1 {
				left: 82%;
		}
}
*/
@media (min-width: 992px) {
		.custom-text-background {
				background-repeat: no-repeat;
				background-size: 100%;
				background-position: 20% 30%;
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
		}
}

.highlight-text {
    background: linear-gradient(88deg, #67B6FE, #12cc7d 82.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    font-weight: 700;
    line-height: 1.1;
}

.gradienbg{  background: linear-gradient(88deg, #0c5d61, #0b795c 82.1%);}

/*
* Cards
*/
.custom-cards {
     margin-top: -145px; 
}

@media (max-width: 1199px) {
    .custom-cards {
        margin-top: 3rem;
    }
}

.custom-cards .col-custom-cards .card {
    bottom: 0;
    position: relative;
}

@media (max-width: 1199px) {
    .custom-cards .col-custom-cards .card {
        position: static;
    }
}

.custom-cards .col-custom-cards:nth-child(2) {
    transform: translateY(45px);
}

.custom-cards .col-custom-cards:nth-child(3) {
    transform: translateY(90px);
}
 

.herocard {
    padding: 22px 18px 10px;
    border-radius: 22px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.03)
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.herocard:hover {
    padding: 22px 18px 10px;
    border-radius: 22px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.03)
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}
.herocard:before {
    background: radial-gradient(100rem circle at var(--xPos) var(--yPos), #8d59ff80, transparent 15%);
}
.benefit-card {
    background: linear-gradient(209deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgb(153 255 213 / 42%);
    border-radius: 15px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    transition: transform .4s cubic-bezier(.4,0,.2,1),box-shadow .1s ease-out;
     
    overflow: hidden;
    position: relative;
	
}

.benefit-card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(117deg,rgba(64,147,255,.3) 6.34%,rgba(100,117,255,.3) 94.59%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.benefit-card.sap-card:before {
    background: linear-gradient(117deg,rgb(64,147,255) 6.34%,rgb(100,117,255) 94.59%)
}

.benefit-card__spotlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0s ease
}

.benefit-card:hover {
    transform: translateY(-8px) scale(1.02);
	 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
		  
      background: linear-gradient(
        201deg,
        rgba(0, 0, 0, 0) 27.65%,
        #163d54 75.6%
      );
       
      transition: all 0.4s;
}

@media(max-width: 768px) {
    .benefit-card:hover {
        transform:none
    }

    .benefit-card {
        animation: none
    }
}
.card-glass {
	margin: 40px auto;
	background-color: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	backdrop-filter: blur(10px);
}
.custom-drop-caps .custom-drop-caps-number {
    font-weight: bold;
    float: left;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin-right: 15px;
    margin-top: 0; color:#ffffff;
}
.custom-vr-1 {
    width: 6px;
    height: 70px;
}
/* Button Shine Animation */
            .shine-animation {
                position: relative;
                overflow: hidden;
            }

            .shine-animation::before {
                content: "";
                position: absolute;
                top: 0;
                left: -75%;
                width: 50%;
                height: 100%;
                background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% );
                animation: ShineAnimation 2s infinite;
            }

            @keyframes ShineAnimation {
                0% {
                    left: -75%;
                }

                100% {
                    left: 125%;
                }
            }

 