

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;

	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: #1AAB8A;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
	.mainBtn{
		background:#1AAB8A;
		color:#fff;
		border:none;
		position:relative;
		height:40px;
	  margin-left: 0px !important;
		font-size:18px;
		padding:0 1em;
		cursor:pointer;
		transition:800ms ease all;
		outline:none;
	  }
}

.mainBtn{
  background:#1AAB8A;
  color:#fff;
  border:none;
  position:relative;
  height:40px;
margin-left: 28px;
  font-size:18px;
  padding:0 1em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.mainBtn:hover{
  background:#fff;
  color:#1AAB8A;
}
.mainBtn:before,.mainBtn:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1AAB8A;
  transition:400ms ease all;
}
.mainBtn:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.mainBtn:hover:before,.mainBtn:hover:after{
  width:100%;
  transition:800ms ease all;
}
.topNavHIDE{
  display: none ;
}
#box {
  display: block;
}
.slider {
  width: 100%;
}
.slider .slide {
  text-align: center;
  padding: 50px;
  background-color: #f5f5f5;
}
.slider .slide h1 {
  margin-top: 0;
}
.slider-nav {
	text-align: center;
    position: relative;
    bottom: 61px;
}
.slider-nav button {
  background: none;
  border: none;
  font-size: 34px;
  margin: 0 10px;
  cursor: pointer;
}
.slider .content {
margin-top: 90px;
height: 408px;
display: flex;
flex-direction: column;
align-items: center;

}
.content{
float: left;
}
.slider .content h1{
	color: #031B4E;
	font-size: 56px;
	font-weight: 700;
line-height: 60px ;
letter-spacing: 1px ;

}
.content span{
	color: #6CB038;
}
.content p{
	color: #7D8490;
	font-size: 16px;
	font-weight: 600;
}
.btnSlide{
	background-color: #044C80;
	color: white;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 600;
}
.btnWork{
	display: flex !important;
	align-items: center !important;
}
.btnWork i{
font-size: 36px;
color: #044C80;
margin-right: 5px;
}
.btnWork span{
	color: #044C80;
font-weight: 600;
font-size: 18px;

}
.section2 h2, .section3 h2 , .section4 h2{
	color: #044C80;
font-size: 28px;
	font-weight: 700;
}
.section2Card{
display: flex;
flex-direction: column;
height: 160px;
width: 130px;

align-items: center;
justify-content: center;
-webkit-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.78);
-moz-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.78);
box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.78);
border-radius: 0 33px 0;

}

.section2Card {
	position: relative;
	overflow: hidden;
	background-color: #EFF5F9 ;
	transition: transform 0.3s;
  }
  .underLineHeading{
	background-color: #1AAB8A;
	height: 3px;
	width: 120px;
	position: relative;
	left: 210px;
  }
  .section2Card:hover {
	transform: scale(1.04);

  }
  
  .section2Card:hover img {
	transform: scale(1.03);
  }
  
  .section2Card:hover .card-body {
	transform: translateY(5%);
  }
  
  .section2Card img {
	height: 77px;
	transition: transform 0.3s;
  }
  .section2{
	margin-top: 70px;
  }
  .section2Card h6{
margin-top: 8px;
font-weight: 500;
  }
  .section2Card .card-body {
	transition: transform 0.3s;
  }

  @media screen and  (max-width:600px){
	.section3, .section5 .col-5{
margin-top: 12px;

	}

	#lastPara{
		width: 100% !important ;
	}
	.counter-container{
		position: relative;
		top: -70px;
	}

  }

  #lastPara{
	width: 50%;
  }
  .section3 span{
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
  }
  .section3 .col-lg-2{
	padding: 10px 0px;
	text-align: center;
	border: 6px;

	-webkit-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.78);
-moz-box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.78);
box-shadow: 3px 4px 12px -4px rgba(0,0,0,0.78);
  }
  .section5 .img-fluid {
	height: 70px;
  }
  .section5 h2{
	color: #031B4E;
	font-size: 28px;
		font-weight: 700;
  }
  .section5 p{
	font-weight: 600;
  }
  .section5 .col-lg-2{
	padding: 8px 0px;
	-webkit-box-shadow: 2px 3px 12px -3px rgba(0,0,0,0.72);
-moz-box-shadow: 2px 3px 12px -3px rgba(0,0,0,0.72);
box-shadow: 2px 3px 12px -3px rgba(0,0,0,0.72);
border-radius: 7px;
  }

.bannerMiddle h1{
	color: #082153;
font-weight: 600;
}
  .bannerMiddle{
	min-height: 50vh; 
	background: url('../assets/row-bgimage-9.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .spanGreen{
	text-align: center;
	color: #6CB038;
  }
  .slider {
	width: 100%;

  }
  
  .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px  ;
	position: relative;
	border-radius: 30px 2px 30px 2px !important;
	min-height: 30vh !important;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

  }
  .footerLinks{
	color: white !important;
  }
  .card img {
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
  }
  
  .card-content {
	padding: 20px;
	text-align: center;
  }
  
  .icon-image{
	background-color: #044c80;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	border-radius: 7px;
	margin: 12px 0px 0px 15px ;
	transition: transform 0.8s ease;
  }
  .icon-image i {
	color: #fcfaff;
	font-size: 26px;
  }
  .icon-image:hover {
	transform: rotatey(360deg);
  }
  .slider .card h3{
color: #044C80;
font-size: 24px;
text-align: left;
font-weight: 400;
  }
  .cardBtn {
	--color: #044C80;
	padding: 0.8em 1.7em;
margin: auto;
	background-color: transparent;

	position: absolute;

	overflow: hidden;
	cursor: pointer;
	transition: .5s;
	font-weight: 400;
	font-size: 17px;
	border: 1px solid;
	bottom: 5px;
	font-family: inherit;
	text-transform: uppercase;
	color: var(--color);
	z-index: 1;
   }
   
   .cardBtn::before, .cardBtn::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	background-color: var(--color);
	transition: 0.8s ease;
   }
   
   .cardBtn::before {
	top: -1em;
	left: -1em;
   }
   
   .cardBtn::after {
	left: calc(100% + 1em);
	top: calc(100% + 1em);
   }
   
   .cardBtn:hover::before, .cardBtn:hover::after {
	height: 410px;
	width: 410px;
   }
   
   .cardBtn:hover {
	color: rgb(255, 255, 255);
   }
   .shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
   .cardBtn:active {
	filter: brightness(.8);
   }
   .priceTag{
	font-size: 26px;
	display: block;
	text-align: left;
	color: #044C80;
   }
   .card {
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
  }

  .circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
background-color: white ;
	border: 2px dashed #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px ;
	position: relative;
	z-index: 1;
	transition: border-color 0.3s ease-in-out;
  }
.circle i{
	font-size: 34px;	
}
  .circle:hover {
	border-color: #3368c6;
	animation: rotateBorder 6s infinite linear;
  }

  @keyframes rotateBorder {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
  }
.feature .card{
	background:none;
	border: none;
	border-radius: 0px !important;
	padding: 0px !important;
}

  .arrow:after {
	border-radius: 50% 50% 0 50%;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
  }
  .count{
	background-color: #044C80;
	padding: 6px;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -24px;
	z-index: 100;
	left: 26px;
  }
  .bannerMiddle h3{
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
	word-break: break-all;
	text-align: center;
  }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #044C80;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}


.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #044C80;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #050505;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #044C80;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #044C80;
}

.testimonialBody{
	height: 60vh;
	display: flex;
	align-items: center;
	background-size: cover;
	margin-top: 20px;
	background-position: center;
	background-repeat: no-repeat !important;
	background: url('../assets/row-bgimage-1.jpg') ;
}

a{
	text-decoration: none !important;
	color: #373636;
}
.footer-section {
	background: #031B4E;
	position: relative;
  }
  .footer-cta {
	border-bottom: 1px solid #373636;
  }
  .single-cta i {
	color: #ff5e14;
	font-size: 30px;
	float: left;
	margin-top: 8px;
  }
  .cta-text {
	padding-left: 15px;
	display: table-cell;
  }
  .cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
  }
  .cta-text span {
	color: #757575;
	font-size: 15px;
  }
  .footer-content {
	position: relative;
	z-index: 2;
  }
  .footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
  }
  .footer-logo {
	margin-bottom: 30px;
  }
  .footer-logo img {
	  max-width: 200px;
  }
  .footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
		color: #7e7e7e;
	line-height: 28px;
  }
  .footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
  }
  .footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
  }
  .footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
  }
  .facebook-bg{
	background: #3B5998;
  }
  .twitter-bg{
	background: #55ACEE;
  }
  .google-bg{
	background: #DD4B39;
  }
  .footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
  }
  .footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #ff5e14;
  }
  .footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
	color: #ff5e14;
  }
  .footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
  }
  .subscribe-form {
	position: relative;
	overflow: hidden;
  }
  .subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
  }
  .subscribe-form button {
	  position: absolute;
	  right: 0;
	  background: #ff5e14;
	  padding: 13px 20px;
	  border: 1px solid #ff5e14;
	  top: 0;
  }
  .subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
  }
  .copyright-area{
	background: #202020;
	padding: 25px 0;
  }
  .copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
  }
  .copyright-text p a{
	color: #ff5e14;
  }
  .footer-menu li {
	display: inline-block;
	margin-left: 20px;
  }
  .footer-menu li:hover a{
	color: #ff5e14;
  }
  .footer-menu li a {
	font-size: 14px;
	color: #878787;
  }
  .team{
	padding: 100px 0;
  }
  .team-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
	grid-gap: 30px;
  }
  .team-img{
position: relative;
overflow: hidden;
  }
  .team-img img{
	width: 100%;
	vertical-align: middle;
	transition: all 0.5s ease;
  }
  .team-item:hover .team-img img{
	transform: scale(1.1);
	filter: brightness(60%) grayscale(100%);
  }
  .team-links{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;

  }
  .team-links a{
	height: 40px;
	width: 40px;
	display: inline-flex;
align-items: center;
justify-content: center;
background-color: hsl(183, 67%, 51%);
text-decoration: none;
margin: 0 2px;
transform: translateX(-100px) rotate(90deg);
opacity: 0;
transition: all 0.5s ease calc(0.1s * var(--i) );
}
.team-item:hover .team-links a{
	transform: translateX(0) rotate(0);
	opacity: 1;
}
.team-links i {
transition: transform 0.3s ease;
}
.team-links a:hover i{
	transform: rotate(360deg);
}
  .team-text{
	padding: 20px 15px;
	text-align: center;
  }
  .team-text h3{
	color: #044C80;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 5px ;
	font-size: 20px;
  }
.teamPara{

	margin: auto;
}
.counter-container {
	display: flex;
	justify-content: space-evenly;
	padding: 20px;
	position: relative;
	top: 0;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: 20px;
  }

  .counter-item {
	text-align: center;
  }

  .counter-item h2 {
	font-size: 36px;
	color: #333;
	margin: 0;
  }

  .counter-item p {
	font-size: 14px;
	color: #777;
	margin: 0;
  }
  .ba-we-love-subscribers {
	width: 290px;
	height: 50px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 0 0 10px 0;
	overflow: hidden;
	opacity: 0;
}
.ba-we-love-subscribers.open {
	height: 270px;
	opacity: 1;
}
.ba-we-love-subscribers.popup-ani {
	-webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ba-we-love-subscribers h1 {
	font-size: 20px;
	color: #757575;
	padding: 25px 0;
	margin: 0;
  font-weight:400;
  font-family: 'Roboto', sans-serif;

}
.ba-we-love-subscribers .love {
	width: 20px;
	height: 20px;
	background-position: 35px 84px;
	display: inline-block;
	margin: 0 6px;
	background-size: 62px;
}
.ba-we-love-subscribers .ba-logo {
	width: 65px;
	height: 25px;
	background-position: 0px;
	margin: 0 auto;
	opacity: .5;
	cursor: pointer;
}
.ba-we-love-subscribers .ba-logo:hover {
	opacity: 1;
}
.logo-ani {
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.ba-we-love-subscribers input {
	font-size: 14px;
	padding: 12px 15px;
	border-radius: 15px;
	border: 0;
	outline: none;
	margin: 8px 0;
	width: 100%;
	box-sizing: border-box;
	line-height: normal;
	/*Bootstrap Overide*/
	font-family: sans-serif;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers form {
	padding: 5px 30px 0;
	margin-bottom: 15px;
}
.ba-we-love-subscribers input[name="email"] {
	background-color: #eee;
}
.ba-we-love-subscribers input[name="submit"] {
	background-color: #00aeef;
	cursor: pointer;
	color: #fff;
}
.ba-we-love-subscribers input[name="submit"]:hover {
	background-color: #26baf1;
}

.ba-we-love-subscribers-fab {
	width: 65px;
	height: 65px;
	background-color: #00aeef;
	border-radius: 30px;
	float: right;
	box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
	z-index: 5;
	position: relative;
}
.ba-we-love-subscribers-fab .img-fab {
	height: 30px;
	width: 30px;
	margin: 15px auto;
	background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
	background-position: -1px -53px;
}
.ba-we-love-subscribers-fab .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .ani {
	transform: rotate(45deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .close {
	background-position: -2px 1px;
	transform: rotate(-45deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers-wrap {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 1000;
}
.ba-settings {
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}
.aboutSubHeading{
	color: #6CB038;
}

.appointment-search-container{
	max-width: 1000px;
	width: 90%;
	background-color: #ffff;
	padding: 20px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 2px 16px 30px rgba(0, 0, 0, 0.12);
	z-index: 3;
position: relative;

margin-top: -110px;
}
.appointment-search-container h3{
	color: #031B4E;
	font-size: 1rem;
	margin-bottom: 5px;
}
.appointment-search{
	display: grid;
	padding-left: 20px;
	padding-right: 20px;
	grid-template-columns: 1fr 1fr 60px;
	grid-gap: 10px;
}
.appo-search-box{
	width: 100%;
	align-items: center;
	background-color: #f7fbff;
	padding: 15px;
	border-radius: 4px;
	display: flex;
	border: 1px solid #e4e4e4;
	justify-content: space-between;
}
.appo-search-box i{
	color: #535353;
	margin-right: 10px;
}
.appo-search-box input{
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	
}
.appointment-search button{
	background-color: #031B4E;
	color: #ffffff !important;
	border: none;
width: 60px;
height: 50px;
	outline: none;
	margin: 0px auto;
	border-radius: 5px;
	font-size: 1.1rem;
	cursor: pointer;
}

.stats i{
	font-size: 30px;
	color: #1AAB8A;

}

.stats .counting{
	font-size: 24px ;
	font-weight: 600 !important;
	color: #031B4E;
}
.stats{
	display: flex;
	flex-direction:  column;
	align-items: center;
	justify-items: center;

}
.seperator{
	background-color: #1AAB8A;
	height: 2.5px;
	width: 95px;
margin: auto;
}
.bgSection1{
	background-color: #F6FAFF;
	padding: 10px;
}

