.navbar .dropdown-menu-end{ right:0; left: auto;  }
.dropdown-menu{display:block;opacity: 0;visibility: hidden;/* transition:.3s; */margin-top: 0px;border: 0;box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);}
.navbar .nav-item:hover .nav-link{ color: #fff;  }
.dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.dropdown-menu.fade-up{ top:180%;  }
.navbar .nav-item:hover .dropdown-menu{transition: .3s;opacity:1;visibility:visible;top:100%;transform: rotateX(0deg);top: 65px;}

/* ============ desktop view ============ */

body
{
font-family: 'Space Grotesk', sans-serif;

font-family: 'Titillium Web', sans-serif;
}

img
{
	max-width: 100%;
	height: auto;
}

#navbar_top {
    background: transparent;
    z-index: 1;
    position: fixed;
    width: 100%;
}

.banner
{
	position: relative;
	/* top:0; */
}

@media all and (max-width: 992px) 
{
    .dropdown-menu
    {
       
        display:none;
    }

    .dropdown-menu > li:hover > .submenu
	{
		display: block;

	}
	.submenu
	{
		display: block;

	}
}
@media all and (min-width: 992px) 
{

	.dropdown-menu li
	{
		position: relative;
		/* padding: 5px; */
		/* border-bottom: 1px dashed #ccc; */
		/* padding: 5px; */
	}
	.dropdown-menu .submenu{
		display: none;
		position: absolute;
		left:100%;
		top:-7px;
		margin-top: -35px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;

	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
	margin-left:0.7rem; margin-right:0.7rem; margin-bottom: 30px;
}

}	
/* ============ small devices .end// ============ */

/*== Dropdown Menu End==*/


/* ==MegaMenu== */

.navbar .megamenu
{ 
	padding: 1rem; 
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) 
{

	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0;right:0;width: 80%;margin-top: -8px;margin: -8px auto;border: 0;box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);}

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px)
{
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse
	{
		overflow-y: auto;
		max-height: 90vh;
		margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */

/* ==MegaMenu end== */

/* ========== Hedare Slider============= */

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
	background: #000000 !important;
	padding: 0;
	border-bottom: 1px solid #59524a78;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 6%);
}
/* ========== Hedare Slider End============= */


.navbar-dark .navbar-nav .nav-link 
{
	color: rgb(255 255 255);
	font-weight: 600;
	margin: 0px 8px;
	font-size: 16px;
}

.dropdown-item 
{
	padding: 7px 20px;
	font-size: 14px;
	border-bottom: 1px solid #f7f3f3;
}
.dropdown-menu
{
	padding:0px;
}
.col-megamenu li a
{
	font-size: 14px;
	text-decoration: none;
	color: #212529;
	/* padding: 28px 20px; */
}
.col-megamenu ul li
{
	padding: 5px;
}
.col-megamenu {
    border-right: 1px solid #f9f7f7;
    margin-left: 34px;
    padding-left: 0px;
}
/* #navbar_top
{
	padding: 3px;
} */

.bg-primary {
    background-color: #191953 !important;
}



.nav-item a {
	box-shadow: inset 0 0 0 0 #dba66b;
	color: #54b3d6;
	/* padding: 0 .25rem; */
	margin: 0 -.25rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	}
.nav-item a:hover {
	color: #fff;
	box-shadow: inset 200px 0 0 0 #dba66b;
	}



.left
{
	float:left;
}
.right
{
	float:right;
}




.bg-pages .card {
	border-radius: 50px 10px;
	border       : 0 !important;
  }
  
  .bg-pages .feature-icon {
	width        : 55px;
	height       : 55px;
	text-align   : center;
	border-radius: 50%;
	position     : relative;
	left         : 0;
	right        : 0;
	top          : 0;
	text-align   : center;
	line-height  : 0;
	padding      : 15px;
	bottom       : 0;
  }
  
  .bg-pages .feature-icon i {
	font-size: 25px;
  }
  
  
  .text-white-80 {
	color: rgba(255, 255, 255, 0.8) !important;
  }
  
  .floating {
	animation-name           : floating;
	animation-duration       : 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	margin-left              : 30px;
	margin-top               : 5px;
  }
  
  @keyframes floating1 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(-20px);
	  -moz-transform   : rotateX(0deg) translateY(-20px);
	  -ms-transform    : rotateX(0deg) translateY(-20px);
	  -o-transform     : rotateX(0deg) translateY(-20px);
	  transform        : rotateX(0deg) translateY(-20px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }
  
  @-webkit-keyframes floating1 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(-20px);
	  -moz-transform   : rotateX(0deg) translateY(-20px);
	  -ms-transform    : rotateX(0deg) translateY(-20px);
	  -o-transform     : rotateX(0deg) translateY(-20px);
	  transform        : rotateX(0deg) translateY(-20px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }
  
  @keyframes floating2 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(15px);
	  -moz-transform   : rotateX(0deg) translateY(15px);
	  -ms-transform    : rotateX(0deg) translateY(15px);
	  -o-transform     : rotateX(0deg) translateY(15px);
	  transform        : rotateX(0deg) translateY(15px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }
  
  @-webkit-keyframes floating2 {
	0% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  
	50% {
	  -webkit-transform: rotateX(0deg) translateY(15px);
	  -moz-transform   : rotateX(0deg) translateY(15px);
	  -ms-transform    : rotateX(0deg) translateY(15px);
	  -o-transform     : rotateX(0deg) translateY(15px);
	  transform        : rotateX(0deg) translateY(15px)
	}
  
	100% {
	  -webkit-transform: rotateX(0deg) translateY(0px);
	  -moz-transform   : rotateX(0deg) translateY(0px);
	  -ms-transform    : rotateX(0deg) translateY(0px);
	  -o-transform     : rotateX(0deg) translateY(0px);
	  transform        : rotateX(0deg) translateY(0px)
	}
  }


  .c1
  {
	background: red;
  }

  .c2
  {
	background: green;
  }

  .c3
  {
	background: pink;
  }
  .c4
  {
	background: black;
  }


  .banner-content
  {
	position:absolute;
	top: 40%;
	}
	.logo {
		max-width: 300px;
	}

	.appt {
		background: #ff6600;
		border-radius: 5px;
	}


	
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 40%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    height: 7%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    /* opacity: 0.5; */
    transition: opacity .15s ease;
    background: #f44336;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
    filter: grayscale(1);
}
.carousel-caption
{
	width: 40%;
	left: 10%;
	top: 32%;
	text-align: left;
}

.carousel-caption h1
{
	color:#fff;
	font-size: 36px;
	font-weight: 700;
	margin: 13px 0px;
	text-transform: capitalize;
}

.carousel-caption h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.carousel-caption p {
    color: #fff;
    /* font-size: 14px; */
    /* font-weight: 600; */
    line-height: 30px;
    margin-bottom: 35px;
}

.carousel-caption:before
{
	content: "";
	position: absolute;
	top: 0px;
	left: -22px;
	width: 54px;
	height: 54px;
	/* border: solid #fff; */
	border-width: 6px 0 0 6px;
	margin: -10px;
}

.carousel-caption:after
{
	content: "";
	position: absolute;
	width: 54px;
	height: 54px;
	/* border: solid #fff; */
	border-width: 0 6px 6px 0;
	top: calc(var(--position-top) + 19px);
	left: calc(var(--position-left) + 17px);
	bottom: 222px;
	right: -30px;
}

.read-more
{
	background-color: #ff6600;
	padding: 12px 35px;
	color:#fff;
	/* border-radius: 30px; */
	margin-top: 10px;
	text-decoration: none;
}
.read-more 
{
			
box-shadow: inset 0 0 0 0 #F44336;
			
color: #fff;
			
/* padding: 0 .25rem; */
			
margin: 0 -.25rem;
			
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.read-more:hover 
{
	color: #fff;
	box-shadow: inset 200px 0 0 0 #dba66b;
}





  .badge:after {
    content: attr(value);
    font-size: 15px;
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 2px 6px;
    position: relative;
    left: -8px;
    top: -10px;
    opacity: 0.9;
    font-weight: 500;
}

.fa-lg
{
	font-size: 25px;
}
.icon-info h4
{
	/* padding-left: 5px; */
	margin-bottom: 2px;
	font-size: 20px;
	font-weight: 600;
	color: #04b7af;
}
.icon-info p
{
	margin: 0px;
	font-size: 18px;
	color: #3e4095;
}
.mt-18
{
	margin-top: 45px;
	margin-bottom: 10px;
}

.mt-30
{
	margin-top: 30px;
}

.logo
{
	padding-right: 30px;
	margin-top: 10px;
}
.Logo-part
{
	background: url(../images/header-bg.png);
}





/* About*/

.about
{
	padding: 50px 0px;
	background: #ffffff;
}
.about ul
{
	list-style-type: none;
	padding: 0;
}
.about ul .fa
{
	padding: 2px;
	
	color: #04b7af;
}
.title
{
	font-size: 20px;
}
.title-sub
{
	font-size: 25px;
	font-weight: 700;
	line-height: 38px;
}
.about p
{
	text-align: justify;
	line-height: 30px;
	font-size: 17px;
	color: #6b7375;
}
.about-l1
{
	background: red;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	}

.about-l1::after
{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: red; */


}

.about-l1 img
{
	float: right;
}

.ttm-list-li-content
{
	margin-left: 10px;
	color: #54595b;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}


.view-more
{
	border: 1px solid #000;
	padding: 13px 16px;
	text-decoration: none;
	font-weight: 600;
	color: #332f2f;
	font-size: 15px;
}


.contact
{
	/* background: #01d6a3; */
	/* border: 1px solid #01d6a3; */
	padding: 13px 16px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	margin: 10px;
	font-size: 15px;
}
.title-h4
{
	font-size: 20px;
	font-weight: 700;
}

/* About*/


/* Packages */
.title-center {
    text-align: center;
    padding: 0px;
    /* margin-bottom: 70px; */
    font-size: 30px;
    font-weight: 700;
    color: #1b0947;
}

.packages {
    padding: 50px 0px;
    background: #fdfdfd;
}

.package-box {
    border-radius: 3px;
    box-shadow: 0 0 30px 0 rgba(0, 20, 9, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 0px;
    background: url(../images/waves-bg.png);
    /* background: url(https://www.pngkey.com/png/detail/260-2608683_wave-background-png-transpa-images-pluspng-png-waves.png); */
    background-size: cover;
}
.package-icon {
    width: 25%;
    float: left;
}
.package-content {
    width: 75%;
    float: left;
}
.package-content h4 {
    font-size: 20px;
    font-weight: 700;
}
.price {
    font-size: 20px;
    font-weight: 600;
}
.price-drop {
    text-decoration: line-through;
    margin-left: 10px;
}
.package-box .view-more {
    border: 1px solid #f9f9f947;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
}
.package-box .contact {
    background: #01d6a300;
    border: 1px solid #ffffff47;
    padding: 8px 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    margin: 10px;
    font-size: 15px;
}

.b1
{
	border-top: 5px solid #9C27B0;
	background: #9C27B0;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}


.b2
{
	border-top: 5px solid #E91E63;
	background: #E91E63;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b3
{
	border-top: 5px solid #257dc3;
	background: #257dc3;
	color: #ffff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b4
{
	border-top: 5px solid #00897B;
	background: #00897B;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b5
{
	border-top: 5px solid #4CAF50;
	background: #4CAF50;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.b6
{
	border-top: 5px solid #FF9800;
	background: #FF9800;
	color: #fff;
	border: 6px solid #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}


.package-box:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}
.package-box:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
	background: rgba(255, 255, 255, 0.3);
}
.package-box:after, .package-box:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}

/* Packages */


/* Health check */


.health-checks {
    /* background: url(../images/checkup.jpg); */
    position: relative;
    padding: 40px 0px;
    /* z-index: -2; */
    background-size: cover;
    padding-top: 0;
    padding-bottom: 160px;
    /* border: 10px solid #ffffff; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.10); */
    background: url(../images/header-bg1.png);
    padding-top: 21px;
}

.Checkup-inner {
    /* border: 1px solid #ccc; */
    text-align: center;
    border-radius: 40px;
    margin-bottom: -25px;
    position: relative;
    padding: 18px;
    /* background: #220b4b3d; */
}
.checkup-icon {
    /* position: absolute; */
    background: #f4faff;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: -11px;
    margin-bottom: 10px;
    /* font-size: 20px; */
    width: 80px;
    /* line-height: 0px; */
    height: 80px;
    border-radius: 50%;
    /* float: left; */
    margin-left: -8px;
    margin: 0 auto;
}
.checkup-icon img {
    width: 80px;
    margin-top: 6px;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 30px rgb(217 199 199 / 10%);
    border-radius: 50%;
}
.checkup-info {
    width: 100%;
    /* background: #0d1459ab; */
    /* position: absolute; */
    bottom: 17px;
}
.checkup-info h4 {
    color: #6d6c6c;
    font-size: 16px;
    /* padding-left: 63px; */
    font-weight: 600;
    margin-top: 17px;
}

/* Health check */

/*appointment*/
	.appointment 
	{
		background: url(../images/checkup1.jpg);
		position: relative;
		/* padding: 40px 0px; */
		/* z-index: -2; */
		background-size: cover;
		/* padding-bottom: 70px; */
	}
	.appointment::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		/* background-color: #06132fe3!important; */
		/* opacity: .8; */
		/* z-index: 0; */
	}
	.appointment-content .title1 {
		color: #fff;
		font-size: 20px;
		margin-top: 20px;
	}
	.appointment-content {
		margin-top: 50px;
		/* padding-bottom: 30px; */
	}

	.appointment-content .title2 {
		color: #fff;
		font-size: 46px;
		font-weight: 700;
	}
	.appointment-content .title3 {
		color: #fff;
		font-size: 36px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	.appointment-girl {
		margin-top: -100px;
	}

/*appointment*/


/*  why-choose */

.why-choose {
    padding: 40px 0px;
}
.why-choose-left img {
    border: 10px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.choose-box {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}
.choose-box-icon {
    width: 22%;
    float: left;
    margin-right: 9px;
}
.choose-box-content {
    width: 75%;
    float: left;
}
.left {
    text-align: left;
    width: 100%;
}
.choose-box-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.choose-box-content p {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    /* text-align: justify; */
    color: #54595b;
}

/*  why-choose */



/*  Footer */

footer {
    background: #000000;
    /* padding: 40px 20px; */
    padding-bottom: 0;
}

.footer-inner {
    padding-top: 30px;
    background: url(../images/footer-bg-pattern.png);
    color: #fff;
    background-size: cover;
    background-position: top;
}
footer h4 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}
.footer-info {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0px;
    padding-top: 14px;
    /* border-bottom: 1px solid #cccccc38; */
}
.icon {
    float: left;
    background: #ffffff1a;
    padding: 15px;
    margin-right: 15px;
    border-radius: 8px;
    width: 70px;
    font-size: 22px;
    text-align: center;
    height: 65px;
    margin-bottom: 0px;
}
.icon-text h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ff6600;
}
.icon-text span {
    font-size: 14px;
    font-weight: 600;
}
.footer-links ul li {
    list-style-type: disclosure-closed;
    padding: 5px;
    font-weight: 600;
}
.footer-inner img {
    margin: 5px;
    /* width: 73px; */
}
.socailmedia {
    padding: 0;
    margin-top: 20px;
}
.socailmedia li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 28px;
    background: #f5f5f51c;
    color: #fff;
    margin: 3px;
    /* border: 1px solid #000; */
    border-radius: 5px;
    /* width: 45%; */
}
.socailmedia li a {
    color: #fff;
}
.footer-links a:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #04b7af;
}
.footer-links a {
    box-shadow: inset 0 0 0 0 #dba66b;
    color: #fff;
    /* padding: 0 0.25rem; */
    margin: 0 -0.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.footer-links a {
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
}

.copy-right {
    border-top: 1px solid #56566d;
    padding-top: 15px;
    margin-top: 10px;
}

.copy-right p
{

	font-size: 16px;
}
footer p {
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

/*  Footer */




/* Chatbot */
.botIcon {bottom: 25px;right: 65px;position: fixed;z-index: 9999;}
.iconInner {-webkit-align-items: center;-ms-align-items: center;align-items: center;background: #3e4095;background: -webkit-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(to left,#00dbde, #fc00ff, #00dbde,#fc00ff);/* background: linear-gradient(to left, #dba66b, #a56c2d, #FF9800, #fc00ff); */background-position: 50%;background-size: 300%;border-radius: 50%;color: #fff;cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;font-size: 1.7em;height: 2em;justify-content: center;width: 2em;}
.botSubject, .messages, .showBotSubject .botIconContainer, .showMessenger .botIconContainer {display: none;}


.botIcon .Messages, .botIcon .Messages_list {-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;}
.chat_close_icon {color: #fff;cursor: pointer;font-size: 16px;position: absolute;right: 12px;z-index: 9;}
.chat_on {background-color: #8a57cf;bottom: 20px;border-radius: 50%;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;color: #fff;cursor: pointer;display: block;height: 45px;padding: 9px;position: fixed;right: 15px;text-align: center;width: 45px;z-index: 10;}
.chat_on_icon {color: #fff;font-size: 25px;text-align: center;}
.botIcon .Layout {-webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);-ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);-webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;animation-fill-mode: forwards;background-color: rgb(63, 81, 181);bottom: 20px;border-radius: 10px;box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);box-sizing: content-box !important;color: rgb(255, 255, 255);display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;max-height: 30px;max-width: 300px;min-width: 50px;opacity: 0;pointer-events: auto;position: fixed;-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;z-index: 999999999;}
.botIcon .Layout-open {border-radius: 10px;color: #fff;height: 500px;max-height: 500px;max-width: 300px;overflow: hidden;-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);width: 100%;}
.botIcon .Layout-expand {display: none;height: 400px;max-height: 100vh;min-height: 300px;right: 40px;}
.showBotSubject.botIcon .Layout-expand {display: block;}
.botIcon .Layout-mobile {bottom: 10px}
.botIcon .Layout-mobile.Layout-open {min-width: calc(100% - 20px);width: calc(100% - 20px);}
.botIcon .Layout-mobile.Layout-expand {border-radius: 0 !important;bottom: 0;height: 100%;min-height: 100%;min-width: 100%;width: 100%;}
.botIcon .Messenger_messenger {height: 100%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;position: relative;width: 100%;}
.botIcon .Messenger_header, .botIcon .Messenger_messenger {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.botIcon .Messenger_header {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;background-color: #512DA8;color: rgb(255, 255, 255);-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;height: 40px;padding-left: 10px;padding-right: 40px;}

.botIcon .Messenger_header h4 {-webkit-animation: slidein .15s .3s;-ms-animation: slidein .15s .3s;animation: slidein .15s .3s;-webkit-animation-fill-mode: forwards;-ms-animation-fill-mode: forwards;animation-fill-mode: forwards;font-size: 16px;opacity: 0;}
.botIcon .Messenger_prompt {font-size: 16px;font-weight: 400;line-height: 18px;margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.botIcon .Messenger_content {background-color: #fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;height: 80px;}
.botIcon .Messages {background-color: #fff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1;overflow-x: hidden;overflow-y: auto;padding: 10px;position: relative;-webkit-overflow-scrolling: touch;}
.botIcon .Input {background-color: #fff;border-top: 1px solid #e6ebea;color: #96aab4;-webkit-box-flex: 0;-webkit-flex-grow: 0;-ms-flex-positive: 0;flex-grow: 0;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;padding-bottom: 15px;padding-top: 17px;position: relative;width: 100%;}
.botIcon .Input-blank .Input_field {max-height: 20px;}
.botIcon .Input_field {background-color: transparent;border: none;outline: none;padding-left: 20px;padding-right: 45px;resize: none;width: 100%;font-size: 14px;line-height: 20px;min-height: 20px !important;}
.botIcon .Input_button-emoji {right: 45px;}
.botIcon .Input_button {background-color: transparent;border: none;bottom: 15px;cursor: pointer;height: 25px;outline: none;padding: 0;position: absolute;width: 25px;}
.botIcon .Input_button-send {right: 15px;}
.botIcon .Input-emoji .Input_button-emoji .Icon, .botIcon .Input_button:hover .Icon {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;transition: all .1s ease-in-out;}
.botIcon .Input-emoji .Input_button-emoji .Icon path, .botIcon .Input_button:hover .Icon path {fill: #2c2c46;}
.Icon svg {height: auto;width: 100%;}

.msg {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.msg.user {-webkit-box-direction: row-reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.msg + .msg {margin-top: 15px;}
span.responsText {color: #000;display: inline-block;margin-left: 10px;vertical-align: top;max-width: calc(100% - 50px);}
.msg.user span.responsText {margin-left: 0;margin-right: 10px;}
span.avtr {display: inline-block;width: 30px;}
span.avtr figure {background-color: #ccc;background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 50%;display: block;margin: 0;padding-bottom: 100%;}

@-webkit-keyframes appear {
    0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
    100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
}
@-ms-keyframes appear {
    0% {opacity: 0;-ms-transform: scale(0);transform: scale(0);}
    100% {opacity: 1;-ms-transform: scale(1);transform: scale(1);}
}
@keyframes appear {
    0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
    100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
}
@-webkit-keyframes slidein {
    0% {opacity: 0;-webkit-transform: translateX(10px);transform: translateX(10px);}
    100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}
@-ms-keyframes slidein {
    0% {opacity: 0;-ms-transform: translateX(10px);transform: translateX(10px);}
    100% {opacity: 1;-ms-transform: translateX(0);transform: translateX(0);}
}
@keyframes slidein {
    0% {opacity: 0;-webkit-transform: translateX(10px);transform: translateX(10px);}
    100% {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
}

@media only screen and (max-width: 412px) {
	.botIcon .Layout-open {width: 250px;}
}

/* Chatbot */


/* Scroll Top */

.scroll-to-top {
    color: #ffffff;
    background: #3e4095;
    position: fixed;
    z-index: 99999999;
    bottom: 85px;
    right: 32px;
    border-radius: 50%;
    padding: 6px 13px;
    border: 2px solid #ffffff;
}
/* Scroll Top */



.testimonial-section {
    position: relative;
    padding: 40px 0 60px;
}

.testimonial-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/dotted-map.png);
    opacity: .20;
}

#testimonial-slider{
    /* padding: 50px 20px 35px 20px; */
    /* background: #fff; */
    text-align: center;
    /* box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1); */
}
.testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("../images/client1.webp") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/client2.webp") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/client3.webp") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    position: absolute;
    /* left: -120px; */
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 44px;
    font-size: 24px;
    color: #1370b5;
    border: 2px solid #1370b5;
    text-align: center;
    border-radius: 50%;
}
.owl-buttons .owl-prev:before, .owl-buttons .owl-next:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 30px;
    /* font-weight: 900; */
    color: #0D47A1;
    line-height: 20px;
    /* opacity: 0.8; */
}
.testimonial .description {
    font-size: 15px;
    /* font-style: italic; */
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    min-height: 10px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    /* line-height: 2em; */
    color: #666666;
    margin-bottom: 20px;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #0CCA4A;
}
.checked {
    color: orange;
}




.post-slide{
    padding: 10px 10px;
    border: 1px solid #efefef;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.10); */
    margin: 6px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    /* filter: grayscale(100%); */
    opacity: 0.9;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.post-slide .post-content{
    padding: 18px 15px;
    position: relative;
    background: #fff;
}
.post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: #556677;
    position: absolute;
    top: -30px;
    left: 30px;
}
.post-slide .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #14bf9b;;
    text-transform: uppercase;
}
.post-slide .date{
    color: #fff;
    font-size: 14px;
}
.post-slide .post-title{
    margin: 8px 0;
}
.post-slide .post-title a {
    font-size: 19px;
    font-weight: 600;
    /* letter-spacing: 2px; */
    color: #170943;
    display: inline-block;
    /* text-transform: uppercase; */
    transition: all 0.30s linear 0s;
    margin-top: 20px;
    text-decoration: none;
}
.post-slide .post-title a:hover{
    color:#333;
    text-decoration: none;
}
.post-slide .post-description {
    color: #54595b;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    min-height: 10px;
    font-weight: 600;
}
.post-slide .post-bar {
    padding: 15px 0;
    list-style: none;
    text-align: center;
    /* background: #14bf9b; */
    border-top: 1px solid #f3f1f1;
    margin: 0px 30px;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 5px;
}

.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-bar li i{
    color:#fff;
    margin-right: 5px;
}

.post-slide .post-bar li a {
    text-transform: capitalize;
    font-size: 17px;
    color: #535050;
    transition: 0.2s ease;
    text-decoration: none;
}

.post-slide .post-bar li i {
    color: #434242;
    margin-right: 5px;
}

.blog {
    padding: 40px 0px;
}




a.animated-button.thar-three {
	color: #3e4095;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 11px 10px;
	border: 1px solid #3e409530;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	font-size: 16px;
	font-weight: 600;
	/* width: 160px; */
	margin-top: 2px;
	float: left;
	/* margin-right: 20px; */
}
a.animated-button.thar-three:hover {
	color: #fff !important;
	background-color: #04b7af;
	text-shadow: nthree;
	border: 1px solid #04b7af;
}
a.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: #3e4095;
	color: red !important;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}





.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	/* left: 0; */
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 20px;
	/* width: 115px !important; */
	height: auto;
	top: 25%;
	right: 0px;
	z-index: 99999999;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.14);
	/* padding: 40px 8px; */
	/* border: 10px solid #ffffff; */
	box-shadow: 5px 7px 0px -2px rgb(37 37 37 / 12%);
	border-radius: 20px 0px 0px 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
  
  .sidenav a {
	padding: 8px 8px 8px 3px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	display: block;
	transition: 0.3s;
	border-bottom: 1px solid #f4ecec;
	text-align: center;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	}
  
  .sidenav a:hover {
	color: #3e4095;
	}
  
  .sidenav .closebtn {
	position: absolute;
	top: -5px;
	right: 3px;
	font-size: 33px;
	/* margin-left: 52px; */
	border: 0;
	}
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }

  .side-menu
  {
	font-size: 30px;
	cursor: pointer;
	position: fixed;
	top: 25%;
	z-index: 9;
	background: #3e4095;
	padding: 0px 5px;
	color: #fff;
	right: 0;
	}

#mySidenav img
{
	width: 30px;
	display: block;
	text-align: center;
	margin: 0 auto;
}


.watsapp
{
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 30px;
}

.watsapp img
{
	width: 40px;
}



/* 
.searchBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBox input{
    background-color: rgb(48,168,220);
    border: none;
    outline: none;
    width: 0;
    padding: 0; 
    opacity: 0;
    border-radius: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    transition: all 1s;
}

.searchBox input::placeholder {
    color: rgba(255,255,255,.5);
    font-weight: 400;
}

.searchBox i {
    background-color: rgb(48,168,220);
    width: 40px;
    height: 40px;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s;
}

.searchBox:hover input{
    width: 240px;
    opacity: 1;
    padding: 10px 20px;
}

.searchBox:hover i{
    color: #fff;
} */






.marquee-text {
    background-color: #2220;
    border-color: #08080800;
    border-top: 35px solid #3e4095;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    position: absolute;
    /* overflow: hidden; */
    width: 55%;
    /* border-top: 1px solid #ccc; */
    height: 45px;
    z-index: 999;
    margin: 0 auto;
    margin-left: 40px;
}

marquee {
    margin-right: 0;
    float: left;
    margin: 0;
    margin-top: -34px;
    z-index: 999;
    width: 100%;
    /* margin: 0 auto; */
    /* margin-left: 110px; */
    color: #fff !important;
    font-weight: 600;
}



.spl
{
  color: #ff6600;
  }



  .swiper-container {
	  width: 100%;
	  height: 100%;
	  /* height: 440px; */
	  z-index: 0;
	  margin-top: 30px;
  }
  .swiper-slide {
	  /* text-align: center; */
	  font-size: 18px;
	  /* background: #fff; */
	  
	  /* Center slide text vertically */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
  }


  .top-test 
  {
	  margin: 8px;
	  text-align: left;
	  padding: 20px 25px 30px;
	  background: #fff;
	  border-radius: 15px;
	  /* box-shadow: 0 0 10px #00000010; */
	  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	  margin-bottom: 30px;
	  margin-top: 35px;
  }

  .top-test h4
  {
	  color: #000000;
	  font-size: 20px;
	  font-weight: 600;
  }

  .disc
  {
	  float: right;
	  background: #ff66001c;
	  padding: 3px 10px;
	  font-weight: 700;
  }

  

  .top-test img
  {
	  max-width: 70px;
	  margin-bottom: 15px;
  }

.amt
{
  font-weight: 700;
  color:red;
  margin-right: 10px;
}
.amtsec
{
  overflow: auto;
  margin-bottom: 15px;
}



.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
 
left: 93%;
 
right: auto;
 
top: 40px;
 
right: -480px;
 
/* position: absolute; */
 
/* right: 190%; */
 
width: 40px;
 
height: 15px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  top: 40px;
  left: 95%;
  right: auto;
  top: 40px;
  /* right: -480px; */
  position: absolute;
  /* right: 190%; */
  width: 40px;
  height: 15px;
}

.top-test p
{
  font-size: 16px;
}

.home-collection
{
  font-size: 14px;
  padding: 11px;
  font-weight: 600;
  color: #000000;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 7px;
}

.book-now
{
  font-size: 15px;
  padding: 10px 10px;
  font-weight: 600;
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
  border-radius: 7px;
}

.pad-0
{
  padding: 0;
}

.swiper-wrapper
{
  /* margin-top: -40px; */
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #ff6600;
}

.health-package
{
  margin: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 25px;
  border-radius: 20px;
}

.mt-40-min
{
  margin-top: -40px;
}


.health-package .title h4
{
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.health-package img
{
  border-radius: 20px;
}

.health-package .amtsec
{
  margin-top: 10px;
}




.title-center {
    text-align: center;
    padding: 0px;
    /* margin-bottom: 70px; */
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    text-transform: capitalize;
}

.title-left {
    text-align: left;
    padding: 0px;
    /* margin-bottom: 70px; */
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    font-family: 'Titillium Web', sans-serif;
    text-transform: capitalize;
}
.pulse-icon {
    text-align: center;
    margin-bottom: 20px;
}
.pulse-icon img {
    width: 140px;
    /* margin: 0 auto; */
}




.button1
{
	background: #D81B60;
	border:1px solid #D81B60;
	color:#fff;
}

.button1:hover
{
	background: #D81B60;
	border:1px solid #D81B60;
	color:#fff;
}

.button2
{
	background: #5E35B1;
	border:1px solid #5E35B1;
	color:#fff;
}
.button2:hover
{
	background: #5E35B1;
	border:1px solid #5E35B1;
	color:#fff;
}
.button3
{
	background: #01d6a3;
	border: 1px solid #01d6a3;
	color:#fff;
}
.button3:hover
{
	background: #01d6a3;
	border: 1px solid #01d6a3;
	color:#fff;
}
.left {
    text-align: left;
    width: 100%;
}
.col-megamenu img {
    width: 60px;
    margin-right: 10px;
}
/*Inner Page*/

.inner-main
{
	padding: 40px;
}

/*Inner Page*/


.mandate
{
	color:red;
}

.abtbg
{
    background: url(../images/abtbg.png);
    padding: 30px;
    min-height: 230px;
    position: relative;
}

.abtbg h3
{
    position: absolute;
    bottom: 40px;
    color: #fff;
    left: 47%;
    text-align: center;
    background: #e140407a;
    padding: 10px 20px;
    border-radius: 10px;
    padding-top: 6px;
}

.inner-main p
{
    font-size: 17px;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
}

.inner-title
{
    font-size: 35px;
    font-weight: 600;
}



.footer-info:nth-child(3)
{
    border-bottom: 0 !important;
}


.contact-form .footer-info
{
    border-bottom: 1px solid #cccccc38
}

.contact-form .footer-info:nth-child(3)
{
    border-bottom: 0 !important;
}

.inner-main p
{
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 7px;
    font-weight: 500;
    font-weight: 600;
    font-size: 15px;
}

.tmc
{
    list-style-type: none;
}

.tmc li
{
    padding: 2px;
    font-weight: 600;
    font-size: 15px;
    margin-left: 20px;
    padding-left: 12px;
}

.inner-main h4
{
    font-weight: 700;
}

.br-b
{
    border-bottom: 4px solid #ff6600;
    width: 100px;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 20%;
}
.tmc li
{
    position: relative;
}
.tmc li::before
{
    content: '\f067';
    font-family: fontAwesome;
    position: absolute;
    top: 6px;
    /* width:100px; */
    /* height: 100px; */
    margin-right: 32px;
    left: -16px;
    font-size: 11px;
}
.img_container {
    position: relative;   
    cursor: pointer;
    }

    .img_image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    }

    .img_middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    }

    .img_container:hover .img_image {
    opacity: 0.3;
    }

    .img_container:hover .img_middle {
    opacity: 1;
    }

    .img_text {
        font-size: 15px;
    padding: 10px 10px;
    font-weight: 600;
    background: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
    border-radius: 7px;
    }
    ol li
    {
        font-weight: 600;
        font-size: 15px;
    }
    #viewh4
    {
        font-weight: 700;
    }