/*
font-family: 'Poppins', sans-serif;
font-family: 'Oswald', sans-serif;
*/


*{padding: 0px; margin: 0px;}


.container {
  max-width: 90%!important;
}

.bg-dblue{
	background-color: #0E69A0!important;
}

.dscf7_refresh_captcha img{
	width: 50px!important;
	width: 50px!important;
}

 .owl-dots {
  display: flex;
  justify-content: center;
}
 .owl-dot{
  height: 10px !important;
  width: 30px !important;
  margin: 5px !important;
  border-radius: 10px !important;
  background-color: #cdcdcd !important;
}
 .owl-dot.active{
  background-color: #007f80 !important;
   width: 40px !important;	
}

.icon-bar {
	background-color: #000 !important;
	width: 100px !important;
	height: 2px !important;
}
.logo_h{
	width: 18%!important;
}
.logo_h img{
	width: 100%;
	height: 65px;
}
.navbar-light .navbar-toggler {
	border: 1px solid #000 !important;
}

.bookbtn {
	padding: 10px 20px !important;
	font-size: 18px;
	color: #fff;
	font-weight: 600 !important;
	border-radius: 50px;
	line-height: 1.3333333;
	border: 2px solid #007f80;
	background-color: #007f80;
	text-decoration: none;
}

.bookbtn:hover {
	padding: 10px 20px !important;
	font-size: 18px;
	color: var(--btn-clr-1) !important;
	border-radius: 50px;
	line-height: 1.3333333;
	border: 2px solid var(--btn-clr-1);
	background-color: #fff;
	text-decoration: none;
	transition: .5s;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
	position: relative;
	padding-top: 1%;
	padding-bottom: 1%;
	background-image: url(../images/topinfobg.jpg);
	background-size: 100% 100%;
}
.top-bar .top-bar-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.top-bar .top-bar-left a{
	text-decoration: none;
}
.top-bar .top-bar-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-bar .appbtn{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.top-bar .appbtn:hover {
	color: #007f80;
	border-radius: 50px;
	text-decoration: none;
	transition: .5s;
}
.top-bar .text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 35px;
	padding: 0 10px;
	text-align: center;
}
.top-bar .borderleft::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 85%;
  background-color: #fff;
  left: 196px;
}
.top-bar .text i {
	font-size: 14px;
	color: #ffffff;
	margin-right: 5px;
}

.top-bar .text h2 {
	color: #eeeeee;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.top-bar .text h2:hover{
	color: var(--btn-clr-1);
    transition: .5s;
}
.top-bar .text p {
	color: #eeeeee;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 5px;
}

.top-bar .social {
	display: flex;
	height: 35px;
	font-size: 0;
	justify-content: flex-end;
}

.top-bar .social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 100%;
	font-size: 16px;
	color: #ffffff;
	border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
	color: #092a49;
	background: #ffffff;
}

@media (min-width: 992px) {}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/


.section_gap {
	padding: 130px 0px;
}

@media (max-width: 991px) {
	.section_gap {
		padding: 70px 0;
	}
}

.section_gap_top {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.section_gap_top {
		padding-top: 70px 0;
	}
}

.section_gap_bottom {
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.section_gap_bottom {
		padding-bottom: 70px 0;
	}
}

.white_bg {
	background: #fff !important;
}

/* Main Title Area css
============================================================================================ */
.main_title {
	text-align: center;
	margin-bottom: 80px;
}

@media (max-width: 991px) {
	.main_title {
		margin-bottom: 40px;
	}
}

.main_title h2 {
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.main_title h2 {
		font-size: 30px;
	}
}

.main_title p {
	margin-bottom: 0px;
	max-width: 570px;
	margin: auto;
}

.main_title.white h2 {
	color: #fff;
}

.main_title.white p {
	color: #fff;
	opacity: .6;
}

/* End Main Title Area css
============================================================================================ */
.primary_btn {
	display: inline-block;
	background: #60bc0f;
	padding: 0px 50px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 48px;
	border: 1px solid #60bc0f;
	border-radius: 0px;
	outline: none !important;
	box-shadow: none !important;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 300ms linear 0s;
}

.primary_btn:hover {
	background: transparent;
	color: #60bc0f;
}

.primary_btn.yellow_btn {
	background: #fdbb00 !important;
	border: 1px solid #fdbb00 !important;
	color: #000000;
}

.primary_btn.yellow_btn:hover {
	background: transparent !important;
}

/*---------------------------------------------------- */







/*--  start slider  -- */

.carousel-fade .carousel-item {
  height:100%;
}
.carousel-inner{
	height: 90vh;
}

/*
.carousel-fade .carousel-item img {
  height: 90vh;
  width:100%;
  max-width:100%;
  background-size:cover;
  background-origin:content-box;
  background-clip:content-box;
  background-position:center;
  right:0;
  left:0;
  resize:both;
}
*/
.carousel-control-prev-icon, .carousel-control-next-icon {
  background:none;
  border:2px solid #fff;
  height:60px;
  width:60px;
  line-height:55px;
  opacity:9 !important;
  filter:brightness(100%) !important;
  font-size:40px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  opacity:9;
}
.carousel-indicators li {
  height: 10px!important;
  width: 40px!important;
  margin:5px!important;
  border-radius:10px!important;
  background-color: #cdcdcd!important;
}
.carousel-indicators .active{
  background-color: #007f80!important;	
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
}
.carousel-caption {
  top:220px;
}
.sliderpicsec{
	
}
.sliderpic {
  width: 45%;
  height: 100%;
  position: relative;
  z-index: 3;
  left: 55%;
}
.sliderpic img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.sliderpicshape{
width: 100%;
height:100%;
position: absolute;
z-index: 4;
top: 0px;
left: 0%;	
}
.sliderpicshape img{
width: 100%;
height:100vh;
}

@media (min-width: 992px) {
  .carousel-caption {
    top:220px !important;
  }
}
.carousel-caption h3 {
  font-size:70px;
  text-align:center;
  font-weight:bold;
}

@media (min-width: 992px) {
  .carousel-caption h3 {
    font-size:70px !important;
    text-align:center;
    font-weight:bold;
  }
}
.carousel-caption p {
  font-size:30px;
  margin-top:20px;
  text-align:center;
}

@media (min-width: 992px) {
  .carousel-caption p {
    font-size:30px !important;
    margin-top:20px;
    text-align:center;
  }
}
.carousel-caption .btn {
  border:2px solid #fff;
  border-radius:0;
}

@media (min-width: 300px) {
  .img-fluid.w-100.d-block {
    height:auto;
  }
}

@media (min-width: 576px) {
  .img-fluid.w-100.d-block {
    height:auto;
  }
}

@media (min-width: 768px) {
  .img-fluid.w-100.d-block {
    height:auto;
  }
}

@media (min-width: 992px) {
  .img-fluid.w-100.d-block {
    height:100vh;
  }
}

@media (min-width: 300px) {
  .carousel-caption {
    top:0;
    font-size:20px;
  }
}

@media (min-width: 300px) {
  .carousel-caption h3 {
    font-size:20px;
  }
}

.carousel-caption p {
  font-size:15px;
}

@media (min-width: 768px) {
  .carousel-caption {
    top:100px;
  }
}

@media (min-width: 768px) {
  .carousel-caption h3 {
    font-size:40px;
  }
}







/* banner slider */

.slider-captions {
    position: absolute;
    top: 25%;
	left: 10%;
	width: 50%;
	z-index: 35;
}
.slider-captions h2{
    font-size: 35px;
	width: 85%;
    font-weight: bold;
    color: var(--btn-clr-2);
    text-transform: capitalize;
    padding-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}
.slider-captions h2 span{
    color: #007f80;
}
.slider-text{
	width: 57%;
    margin-bottom: 20px;
    color: #333334;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

.carousel-indicators .active {
    background-color: #ed1b23;
}
.slider-captions .bookbtn{
	padding: 10px 20px!important;
    font-size: 15px;
	color: #fff;
	font-weight: 600!important;
	border-radius: 50px;
    line-height: 1.3333333;
	border: 2px solid var(--btn-clr-2);
	background-color: var(--btn-clr-2);
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
.slider-captions .bookbtn:hover{
    font-size: 15px;
	color: var(--btn-clr-2)!important;
	border-radius: 50px;
    line-height: 1.3333333;
	border: 2px solid var(--btn-clr-2);
	background-color: #fff;
	text-decoration: none;
	transition: 1s!important;
}
.slider-captions .conbtn{
	padding: 10px 20px!important;
    font-size: 15px;
	color: #fff;
	font-weight: 600!important;
	border-radius: 50px;
    line-height: 1.3333333;
	border: 2px solid #007f80;
	background-color: #007f80;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
.slider-captions .conbtn:hover{
    font-size: 15px;
	color: #007f80;
	border-radius: 50px;
    line-height: 1.3333333;
	border: 2px solid #007f80;
	background-color: #fff;
	text-decoration: none;
	transition: .5s;
}


/* end of banner slider */

/*--  end slider  -- */



/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: -160px;	
}	

.fact .fact-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 25px 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
}

.fact .fact-item:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}

.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
}

.fact .fact-item h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}
.fact .bglightgreen::before {
  content: "";
  background-color: var(--btn-clr-2);
  position: absolute;
  width: 65%;
  height: 300px;
  border-radius: 20px;
  transform: rotate(135deg);
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;	
}
.fact .bglightwhite::before {
  content: "";
  background-color: #f1eaea;
  position: absolute;
  width: 65%;
  height: 300px;
  border-radius: 20px;
  transform: rotate(135deg);
  left: 0;
  right: 0;
  margin: auto;
}




.serviceBox {
  font-family: 'Poppins', sans-serif;
  padding: 25px;
  position: relative;
  background-color: transparent;
  height: auto;
  width: 100%;
  margin: auto;
  padding-top: 6%;	
}

.serviceBox .width6{
	width: 52%!important;
}
.serviceBox .service-icon{
    color: #080808;
	font-size: 20px;
}
.serviceBox .title{
    color: #0d0d0d;
    font-size: 19px;
    font-weight: 600;
	text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	padding-top: 0px;
	width: 75%;
    margin: auto;
}
.serviceBox p {
  color: #0d0d0d;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  padding-top: 7%;
  width: 64%;
  margin: auto;
  line-height: 20px;
}
.serviceBox .sericon{
    text-align: center;
	position: relative;
    bottom: 10px;
}
.serviceBox .sericon img{
    height: 100px;
}
.serviceBox .description{
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding-left: 15px;
    margin: 0 5px 0 5px;
}

.serviceBox.blue:before,
.serviceBox.blue .service-icon:before{
    background-color: #1e578c;
}
.serviceBox.blue .title{ color: #1e578c; }
.serviceBox.blue .description{ border-color: #1e578c; }
.serviceBox.orange:before,
.serviceBox.orange .service-icon:before{
    background-color: #F8753F;
}
.serviceBox.orange .title{ color: #F8753F; }
.serviceBox.orange .description{ border-color: #F8753F; }
.serviceBox.purple:before,
.serviceBox.purple .service-icon:before{
    background-color: #6b62e5;
}
.serviceBox.purple .title{ color: #6b62e5; }
.serviceBox.purple .description{ border-color: #6b62e5; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}

/*******************************/
/********** Ends Fact CSS ***********/
/*******************************/




/*-- ==================================
		start--about-counter-area 
	================================= --*/
.circle_logo {
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 3%;
  right: 0px;
  top: 13%;
	box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);  
}
.circle_logo img{
   margin-top: 20px;
}
.circle_logo2{
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 2%;
  right: 0px;
  margin-top: 55px;	
	box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);  
}
.circle_logo2 img{
   margin-top: 20px;
}




.about-shape{
	width: 100%;
	background-size: 100% 100%;
	background-image: url(../images/Shape1.png);
	position: absolute;
	height: 950px;
	z-index: 2;
	margin-top: -180px;
}
.about-area{
	padding-top: 5%;
	padding-bottom: 15%;
	position: relative;
	z-index: 3;
}
.about-box {
    padding: 10px;
	background: #037DB6;
    -webkit-box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
    box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
    margin: 3px;
}
.about-box h4 {
    color: #fff;
    font-weight: 600;
}
.about-box p {
    color: #fff;
}
.dreamit-thumb{
	position:relative;
}
	.dreamit-thumb::after {
    content: "";
    width: 451px;
    height: 100%;
    background: #0694fd;
    position: absolute;
    z-index: -1;
    top: 85px;
    left: -98px;
    display: none;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: visapro_bounce_animation 7s infinite;
}

.style-three .dreamit-thumb::after {
	display:none;
}
.style-two .dreamit-thumb::after {
	display:none;
}
.style-fore .dreamit-thumb::after {
    display:none;
}
	@keyframes visapro_bounce_animation {
	0% {
	   border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
	   }
	25% { 
	   border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
	}
	50% {
	   border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
	   }
	75% {
	   border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
	}
	}
	.dreamit-thumb img {
    border-radius: 7px;
	width:100%;
}
.dreamit-single-counter {
    background: #0694fd;
    border-radius: 7px 7px 7px 7px;
    margin-top: -80px;
    margin-right: -37px;
    text-align: center;
    width: 46%;
    position: relative;
    float: right;
    padding: 34px 0 34px 0;
	right: 20px;
	display: none;
}
 .counter-text h1 {
    color: #fff;
}
.counter-text h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: 232323;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.counter-text h3 {
	display: inline-block;
	font-size: 40px;
	margin: 0;
	color: #fff;
}
.counter-title h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 300;
    color:#fff;
}
.dreamit-section-main-title h3{
	font-size: 25px;
	color: #007f80;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.dreamit-section-main-title h2{
	font-size: 35px;
	color: var(--btn-clr-2);
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 50px;
	width: 90%;
	padding-bottom: 12%;
}

.dreamit-section-text h4{
	font-size: 25px;
	color: #007f80;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0%;
}
.dreamit-section-text h5{
	font-size: 17px;
	color: var(--btn-clr-2);
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	width: 90%;
	padding-bottom: 3%;
}
.dreamit-section-text ul{
	margin-left: 20px;
	padding-left: 0px;
}
.dreamit-section-text li{
  font-size: 16px;
  color: #303030;
  width: 80%;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
  list-style: none;
  line-height: 30px;	
}
.dreamit-section-text li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 15px;
  color: var(--btn-clr-2)!important;
  margin-left: -20px;	
}

.dreamit-section-text p b{
	font-size: 16px;
	color: #007f80!important;
	font-family: 'Poppins', sans-serif;
}
.dreamit-section-text p a:hover{
	text-decoration: none!important;
}

.about-button .conbtn{
	padding: 8px 30px!important;
    font-size: 15px;
	color: #fff;
	font-weight: 600!important;
	border-radius: 50px;
    line-height: 1.3333333;
	border: 2px solid var(--btn-clr-2);
	background-color: var(--btn-clr-2);
	text-decoration: none;
}
.about-button .conbtn:hover{
    font-size: 15px;
	color: #fff;
	border-radius: 50px;
    line-height: 1.3333333;
	border: 2px solid #007f80;
	background-color: #007f80;
	text-decoration: none;
	transition: .6s!important;
}
.abt_iconbox {
	width: 18%;
    height: 120px;
	border-radius: 50%;
	border: 5px solid var(--btn-clr-2);
	text-align: center;
}
.about-area .d-flex:hover .abt_iconbox{
	border: 5px solid #007f80;
	background: #007f80;
	text-align: center;
	transition: .5s;
	box-shadow: 1px 5px 30px -2px rgba(0,74,22,0.74);
-webkit-box-shadow: 1px 5px 30px -2px rgba(0,74,22,0.74);
-moz-box-shadow: 1px 5px 30px -2px rgba(0,74,22,0.74);
}
.abt_iconbox img {
  width: 75%;
  height: 80px;
  margin-top: 15px;
}
.abt_iconbox_hover{
  width: 13%;
  height: auto;
  margin-top: 15px;
  position: absolute;
  z-index: 33;
  left: 30px;	
}
.abt_iconbox_hover img {
  width: 80%;
  height: 80px;
  margin-top: 0px;
  display: none;
}
.about-area .d-flex:hover .abt_iconbox img{
  display: none!important;
}
.about-area .d-flex:hover .abt_iconbox_hover img{
  display: block;
}
.about-area .d-flex:hover .abt_content h3{
  color: #007f80;
}
.about-area .d-flex:hover .abt_content p{
  color: #007f80;
}
.aboutborder.aboutborder {
  width: 70%;
  height: 650px;
  border: 20px solid #82c15a;
  position: relative;
  z-index: 2;
  margin-bottom: 8%;
}
.aboutpic1 {
  width: 75%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: -12%;
  top: 6%;
}
.aboutpic1 img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 10px;
box-shadow: -11px -6px 30px -8px rgba(0,0,0,0.42);
-webkit-box-shadow: -11px -6px 30px -8px rgba(0,0,0,0.42);
-moz-box-shadow: -11px -6px 30px -8px rgba(0,0,0,0.42);
}
.aboutpic2 {
  width: 60%;
  height: 100%;
  position: absolute;
  z-index: 4;
  bottom: -52%;
  left: 20%;
}
.aboutpic2 img{
	width: 100%;
	height: 250px;
	border-radius: 10px;
	object-fit: cover;
box-shadow: 15px 5px 30px -8px rgba(0,0,0,0.42);
-webkit-box-shadow: 15px 5px 30px -8px rgba(0,0,0,0.42);
-moz-box-shadow: 15px 5px 30px -8px rgba(0,0,0,0.42);
}

/*
.dreamit-section-title::before{
	content: '';
	position: absolute;
	background-image: url(../images/abtshape.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 10px;
	height: 400px;
	left: -18%;
	margin-top: 40px;
}
*/


.abt_content h3{
	font-size: 16px;
	color: var(--btn-clr-2);
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	width: 80%;
}
.abt_content {
  padding-top: 1.5%;
  width: 95%;	
}
.abt_content p{
	font-size: 16px;
	color: #3c3a3a;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
	width: 62%;
}


/*-- ==================================
		End--about-counter-area 
	================================= --*/





/*-- ==================================
		START Daily Activities
	================================= --*/
.dailyactivities{
	padding-top: 18%;
	padding-bottom: 12%;
	background-image: url(../images/dailyactivities.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.dailyactivities .section-header h2{
	font-size: 35px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	padding-top: 5%;
	letter-spacing: 3px;
}
.dailyactivities .section-header p{
	color: #fff;
	font-size: 15px;
	padding-bottom: 3%;
	padding-top: 0%;
	font-family: 'Poppins', sans-serif;
	width: 60%;
	margin: auto;
}
.dailyactivities .activitiespic{
	width: 65%;
	height: 100%;
	position: absolute;
	top: 0px;
}
.dailyactivities .activitiespic img{
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.dailyactivities .activitiesborder {
  width: 65%;
  height: 550px;
  border: 10px solid var(--btn-clr-1);
  position: relative;
  left: 15%;
  top: -35px;
}
.dailyactivities .activitiestext{
	text-align: left;
}
.dailyactivities .activitiestext h3{
	font-size: 25px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	padding-top: 5%;
}
.dailyactivities .activitiestext h4{
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	margin: auto;
	font-weight: bold;
	padding-bottom: 15%;
}
.dailyactivities .activitiestext ul{
	padding-left: 20px;
}
.dailyactivities .activitiestext ul li{
	font-size: 20px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	list-style: none;
	line-height: 40px;
}
.dailyactivities .activitiestext li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 15px;
  color: var(--btn-clr-2) !important;
  margin-left: -20px;
  line-height: 40px;	
}



/*-- ==================================
		End Daily Activities
	================================= --*/






/*-- ==================================
		Start Conditions We Treat
	================================= --*/

.services {
	width: 100%;
}
.services .row{
	 position: relative;
	  z-index: 5;
}
.services::before{
  width: 100%;	
  content: "";
  background-size: 100% 100%;
  background-position: center;	
  background-image: url(../images/shape1.png);
  position: absolute;
  z-index: 4;
  background-repeat: no-repeat;
  margin: auto;
  height: 1850px;
  margin-top: -240px;
}
.services .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  position: absolute;
  top: 120px;
  z-index: 65;
  height: 20px;
  width: 25%;
  background-repeat: no-repeat;
  left: 5%;
  right: 0%;
  margin: auto;
}
.services .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.services .section-heading p{
	color: #000;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;width: 90%;
	margin: auto;
	padding-bottom: 5%;
}
.services .service-item{
	width: 100%;
	border: 2px solid #cdcdcc;
	padding: 8px;
	margin-bottom: 10%;
}
.service-item img {
	width: 100%;
	overflow: hidden;
}
.service-item a{
	text-decoration: none!important;
}

.view-button {
  background-color: #fff;
  color: #007bb5;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #007bb5;
	border-radius: 50px;
}
.view-button:hover{
  background-color: #007bb5;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
	border: 2px solid #838383;
}



/*-- ==================================
		End Conditions We Treat
	================================= --*/














/*-- ==================================
		START CHOOSE YOUR VISA 
	================================= --*/
.choose{
	padding-top: 7%;
	padding-bottom: 4%;
	background-image: url(../images/servicesbg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.choose .section-header h2{
	font-size: 35px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	padding-top: 0%;
}
.choose .section-header p{
	color: #fff;
	font-size: 15px;
	padding-bottom: 3%;
	padding-top: 0%;
	font-family: 'Poppins', sans-serif;
	width: 60%;
	margin: auto;
}
.choose .down-content ul{
    padding-left: 18px;
}
.choose .down-content ul li{
    list-style: none;
}
.choose .down-content li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 15px;
  color: var(--btn-clr-2) !important;
  margin-left: -20px;
  line-height: 25px;
}
.choose .serviceBox{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 20px 15px;
	height: 280px;
	margin: 15px;
	background-color: #007f80;
	background-color: #eee;
	box-shadow: -1px 10px 30px -4px rgba(0,0,0,0.0);
-webkit-box-shadow: -1px 10px 30px -4px rgba(0,0,0,0.0);
-moz-box-shadow: -1px 10px 30px -4px rgba(0,0,0,0.0);
}
.choose .serviceBox:hover{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 20px 15px;
    border: 2px solid #000;
	background-color: #007f80;
}
.choose .serviceBox:hover h3{
    color: #fff!important;
}
.choose .serviceBox:hover p{
    color: #fff!important;
}
.choose .serviceBox .service-icon{
    color: #fff;
    background-color: #000000;
    font-size: 35px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
} 
.choose .serviceBox .service-icon:before{
    content: '';
    border-radius: 50%;
    position: absolute;
	background: #000000;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: -1;
}
.choose .serviceBox .title{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	padding-bottom: 15px;
}
.choose .serviceBox .description{
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
	padding-top: 10px;
}
.choose .owl-nav {
  position: absolute;
  width: 100%;
  display:inline-flex!important;
  justify-content: center;
  bottom: 350px;	
}
.choose-carousel .owl-stage-outer {
  margin-left: 2%;
}
.choose .owl-prev i{
	left: -1%;
	position: absolute;
}
.choose .owl-next i{
	right: -2%;
	position: absolute;
}
.choose .owl-nav i{
	color: #fff;
	margin: 5px;
	font-size: 50px;
}
.choose .view-button {
  background-color: var(--btn-clr-2);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  border: 1px solid var(--btn-clr-2);
  border-radius: 50px;
  margin-top: 3%;
  margin-left: 0%;
  margin-bottom: 5%;
  z-index: 36;
  position: relative;
}
.choose a{
	text-decoration: none!important;
}




.section-heading h2 {
  font-size: 36px;
  color: #007bb5;
}
 .service-item{
	width: 90%;
	border: 1px solid #838383;
	padding: 8px;
	margin-bottom: 10%;
	 background-color: #fff;
}
.service-item img {
	width: 100%;
	overflow: hidden;
}
.service-item .down-content {
  padding: 10px;
  position: relative;
  width: 90%;
  left: 0;
  right: 0;
  min-height: 200px;
}
.service-item .down-content h4 {
	font-size: 20px;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	color: #6bac40;
	font-weight: bold;
	padding-top: 3%;
	text-transform: uppercase;
}
.service-item:hover .down-content h4{
	color: #007f80;
}
.service-item:hover .filled-button{
  background-color: #007f80;
  color: #fff!important;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  position: absolute;
	border: 1px solid #fff;
}
.service-item .down-content p {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #505152;
}
.service-item a.filled-button {
  background-color: #fff;
  color: var(--btn-clr-2)!important;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  border: 1px solid var(--btn-clr-2);
  left: 10%;	
  bottom: -30px;
  text-align: center;
  width: 45%;
  right: 0px;
  margin: auto;	
}
.service-item a.filled-button:hover{
  background-color: #007f80;
  color: #fff!important;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  position: absolute;
	border: 1px solid #fff;
	width: 45%;
}
.view-button {
	background-color: #fff;
	color: var(--btn-clr-2);
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 24px;
	display: inline-block;
	transition: all 0.3s;
	font-family: 'Poppins', sans-serif;
	border: 1px solid var(--btn-clr-2);
	border-radius: 50px;
	margin-top: 4%;
	margin-left: 0%;
	margin-bottom: 3%;
	z-index: 36;
	position: relative;
}
.view-button:hover{
  background-color: #007f80;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
	border: 1px solid #007f80;
}


.choose .serviceBox.pink .service-icon:before{ background: linear-gradient(#D357B8,#F2506B); }
.choose .serviceBox.pink .title{ color: #F2506B; }
.choose .serviceBox.purple .service-icon:before{ background: linear-gradient(#AC5EF5,#494C9F); }
.choose .serviceBox.purple .title{ color: #494C9F; }
.choose .serviceBox.blue .service-icon:before{ background: linear-gradient(#5DC4B9,#69A5F2); }
.choose .serviceBox.blue .title{ color: #69A5F2; }
@media only screen and (max-width: 990px){
.choose .serviceBox{ margin: 0 0 30px; }
}


/*-- ==================================
		END CHOOSE YOUR VISA
	================================= --*/












/*******************************/
/*********** Start fasteasy CSS **********/
/*******************************/

.fasteasy {
	width: 100%;
}
.fasteasysec{
	position: relative;
	top: 50px;
}
#fasteasy .section-heading{
	position: relative;
	top: -20px;
}
.fasteasy .row{
	 position: relative;
	  z-index: 6;
}
.fasteasy::before {
  width: 100%;
  content: "";
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../images/shape3.png);
  position: absolute;
  z-index: 5;
  background-repeat: no-repeat;
  height: 1350px;
  margin-top: -165px;
}

.fasteasy .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}
.fasteasy .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.fasteasy .section-heading p{
	color: #000;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	margin: auto;
	width: 80%;
}



#fasteasy .serviceboxsec .service-icon{
    font-size: 55px!important;
    text-align: center!important;
    line-height: 113px!important;
    width: 200px!important;
    height: 200px!important;
    margin: 0 auto 28px!important;
    border-radius: 50%!important;
box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.41) inset;
-webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.41) inset;
-moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.41) inset;
    position: relative!important;
	z-index: auto;
    background: #007f80;
	border: 5px solid #a0ce4e;
}
#fasteasy .serviceboxsec .service-icon:before,
#fasteasy .serviceboxsec .service-icon:after{
    content: "";
    width: 93%;
    height: 93%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
	z-index: -14; 	
}
#fasteasy .serviceboxsec .service-icon::after {
  background: #a0ce4e;
  width: 80px;
  height: 75px;
  position: absolute;
  border: none;
  border-radius: 0;
  transform: rotate(-42deg);
  left: 0;
  top: 165px;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  right: 0;
  margin: auto;
  z-index: -12;
}
#fasteasy .serviceboxsec img {
  width: 80px;
  height: 80px;
  position: relative;
  top: 0px;
}
.serviceboxsec h3 {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  padding-top: 5%;
  position: relative;
  top: -130px;
  width: 35%;
  margin: auto;
  text-transform: capitalize;	
}
.fastcontactpicbg{
  background-size: 100% 100%;
  background-image: url(../images/fastcontactpicbg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;	
  z-index: 333;
  width: 92%;
  height: 100%;	
}
.fastcontactpic{
	width: 80%;
	height: 93%;
}
.fastcontactpic img{
	width: 100%;
	height: 100%;
	object-fit: initial;
}
.fastser {
  position: relative!important;
  left: -20%!important;
  top: 10%!important;
}


/*******************************/
/*********** End fasteasy CSS **********/
/*******************************/




/*******************************/
/*********** Start Info & map CSS **********/
/*******************************/

.info_map h2{
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 0rem;
  padding-top: 10%;
  width: 70%;
  margin: auto;	
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
}
.info_map h2 font{
  color: var(--btn-clr-2)!important;
}
.info_map h3{
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  padding-top: 2%;
  padding-bottom: 6%;
}
.infobg{
  background-size: 100% 100%;
  background-image: url(../images/infobg.jpg);
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-bottom: 5%;
  height: auto;
}
.infobg p{
	width: 80%;
	font-size: 18px;
	 font-family: 'Poppins', sans-serif;
}
.infobg .bookbtn {
  padding: 10px 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid var(--btn-clr-2);
  background-color: var(--btn-clr-2);
  text-decoration: none;
}
.infobg .bookbtn:hover{
  padding: 10px 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid var(--btn-clr-2);
  background-color: #007f80;
  text-decoration: none;
}
/*******************************/
/*********** End Info & map CSS **********/
/*******************************/







/*******************************/
/*********** Start Services CSS **********/
/*******************************/
#servicepage{
	padding-top: 5%;
	padding-bottom: 5%;
}
#servicepage .service-item {
  width: 100%;
  border: 1px solid #838383;
  padding: 8px;
  margin-bottom: 15%;
  background-color: #fff;
}
#servicepage a{
	width: 100%!important;
}
#servicepage .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 15px;
  width: 23%;
  left: 0%;
  right: 0%;
  margin: auto;
  top: 60px;	
}
#servicepage  .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 7%;
}
#servicepage .service-item img {
  width: 100%;
  overflow: hidden;
  height: 300px;	
}
/*******************************/
/*********** End Services CSS **********/
/*******************************/



/*******************************/
/*********** Start Recovery Process CSS **********/
/*******************************/
.recovery_process{
  background-size: 100% 100%;
  background-image: url(../images/homebg.jpg);
  background-repeat: no-repeat;
	padding-top: 2%;
	padding-bottom: 0%;
	height: 1300px;
}
.recovery_process .section-heading{
	padding-top: 5%;
}
.recovery_process .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}
.recovery_process .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.recovery_process .section-heading p{
	color: #000;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	margin: auto;
	text-align: center;
	width: 80%;
}
.recovery_process .processpic{
	width: 300px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
	height: 260px;
	left: 6%;
    top: 10px;
	position: relative;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	box-shadow: 2px 1px 14px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 2px 1px 14px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 1px 14px -1px rgba(0,0,0,0.75);
}
.processbox1{
	display: flex;
	margin-top: 4%;
	margin-left: 25%;
}
.processbox1 .processtext {
width: 70%;
background-size: 100% 100%;
background-image: url(../images/redbg.png);
background-repeat: no-repeat;
height: 135px;
padding-left: 8%;
padding-top: 2%;
}
.processbox1 .processtext h3{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.processbox1 .processtext p{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: normal;
	width: 96%;
	line-height: 20px;
}

#processbox2 {
  position: relative;
  top: -180px;
  width: 60%;
  left: 18%;
}
#processbox2 .processtext {
  width: 58%;
  background-size: 100% 100%;
  background-image: url(../images/orangebg.png);
  background-repeat: no-repeat;
  height: 280px;
  padding-left: 12%;
  padding-top: 8%;
}
#processbox2  .processpic{
	width: 300px;
	background-color: bisque;
	height: 260px;
	left: 7%;
    top: 10px;
	position: relative;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
#processbox2 .processtext p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: normal;
  width: 92%;
  line-height: 20px;
}

#processbox3 {
  position: relative;
  top: -23%;
  width: 60%;
  left: -25%;
}
#processbox3 .processtext {
  width: 58%;
  background-size: 100% 100%;
  background-image: url(../images/yellowbg.png);
  background-repeat: no-repeat;
  height: 280px;
  padding-left: 3%;
  padding-top: 8%;
}
#processbox3 .processpic {
  width: 300px;
  background-color: bisque;
  height: 260px;
  left: -8%;
  top: 10px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
#processbox3 .processtext p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: normal;
  width: 80%;
  line-height: 20px;
}


#processbox4 {
  position: relative;
  top: -27%;
  width: 92%;
  left: -25%;
}
#processbox4 .processtext {
  width: 58%;
  background-size: 100% 100%;
  background-image: url(../images/lightgreenbg.png);
  background-repeat: no-repeat;
	height: 140px;
	padding-left: 3%;
	padding-top: 2%;
}
#processbox4 .processpic {
  width: 300px;
  background-color: bisque;
  height: 260px;
  left: -6%;
  top: -130px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
#processbox4 .processtext p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: normal;
  width: 80%;
  line-height: 20px;
}

#processbox5{
  position: relative;
  top: -38%;
  width: 81%;
  left: 0%;
}
#processbox5 .processtext {
  width: 62%;
  background-size: 100% 100%;
  background-image: url(../images/greenbg.png);
  background-repeat: no-repeat;
  height: 280px;
  padding-left: 10%;
  padding-top: 7%;
  margin-left: 8%;
}
#processbox5 .processpic {
  width: 300px;
  background-color: bisque;
  height: 265px;
  left: 14%;
  top: 10px;
  position: relative;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
#processbox5 .processtext p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: normal;
  width: 80%;
  line-height: 20px;
}



/*******************************/
/*********** End Recovery Process CSS **********/
/*******************************/







/*******************************/
/*********** Start review CSS **********/
/*******************************/
#review {
    padding-top: 5%;
	padding-bottom: 5%;
    width: 100%;
	background-color: #fff;
}
#review .padtop10{
	 padding-top: 5%;
}
#review .fa-chevron-circle-right{
  right: -50px !important;
  position: absolute !important;
  bottom: 110px !important;
}
#review .fa-chevron-circle-left{
  left: -50px !important;
  position: absolute !important;
  bottom: 110px !important;
}
#review .owl-nav i{
  font-size: 40px;
	color: #888888;
}
#review .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}
#review .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#review h2 {
  color: #39a2a2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
}
#review p{
  color: #000;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
	padding-bottom: 3%;
}
#review .reviewbox p{
  color: #000;
  font-weight: normal;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 3%;
}
.google-rating{
	width: 35%;
}
.google-rating img{
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.review .writebtn{
  padding: 8px 20px!important;
  font-size: 17px!important;
  color: #fff!important;
  font-weight: bold!important;
  line-height: 1.3333333!important;
  background-color: var(--btn-clr-2)!important;
  text-decoration: none!important;
  font-family: 'Montserrat', sans-serif!important;
  border-radius: 50px!important;
  position: relative;
  top: 40px;
}
.review .writebtn:hover{
  padding: 8px 20px!important;
  font-size: 17px!important;
  color: #fff!important;
  font-weight: bold!important;
  line-height: 1.3333333!important;
  background-color: #205b6e!important;
  text-decoration: none!important;
  font-family: 'Montserrat', sans-serif!important;
  border-radius: 50px!important;
}
#review .review-carousel{
	margin-top: 40px;
}
 
.review-carousel .owl-prev span{
  position: absolute!important;
  z-index: 10;
  left: -30px!important;
  font-size: 70px;
  bottom: 50%;
  color: #19e683;
}
.review-carousel .owl-next span{
	position: absolute!important;
	z-index: 10;
	right: -30px!important;
	font-size: 70px;
	bottom: 50%;
	color: #19e683;
}


.reviewbox{
	width: 90%;
	margin-left: 5%;
	background: #f3f3f3;
	padding: 20px;
	border-radius: 10px;
}
.reviewbox img{
	width: 100%;
}
.reviewbox i{
	font-size: 20px;
	color: #EF6B05;
	margin-bottom: 10px;
	margin-top: 0px;
}
#review .reviewbox h4{
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
#review .bookbtn {
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff;
  font-weight: bold!important;
  border-radius: 40px;
  line-height: 1.3333333;
  border: 2px solid var(--btn-clr-1);
  background-color: var(--btn-clr-1);
  text-decoration: none;
}
#review .bookbtn:hover{
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff!important;
  font-weight: bold!important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid var(--btn-clr-2);
  background-color: var(--btn-clr-2);
  text-decoration: none;
}
/*******************************/
/*********** End review CSS **********/
/*******************************/



/*******************************/
/*********** Start Patient Forms page CSS **********/
/*******************************/
#patient {
    padding-top: 5%;
	padding-bottom: 7%;
    width: 100%;
	background-color: #f2f3f3;
}
#patient .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5%;
}
#patient .section-heading p{
	color: #000;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}
#patient .section-heading p a{
	color: var(--btn-clr-1);
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
}
#patient .bookbtn {
  padding: 10px 20px !important;
  font-size: 18px;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #007f80;
  background-color: #007f80;
  text-decoration: none;
}
#patient .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  top: 50px;	
  margin: auto;
}
/*******************************/
/*********** End Patient Forms page CSS **********/
/*******************************/



/*******************************/
/*********** Start review page CSS **********/
/*******************************/
#reviewpage {
    padding-top: 5%;
	padding-bottom: 7%;
    width: 100%;
	background-color: #f2f3f3;
}
#reviewpage h4{
	color: #D85030;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
}
#reviewpage .uk-list{
	margin-top: 5%;
}
#reviewpage ul li{
	list-style: none;
	text-align: left;
}
#reviewpage ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -20px;
  font-size: 16px;
  color: #007f80;
}
#reviewpage .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#reviewpage .section-heading p{
	color: #000;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}
#reviewpage .section-heading p b{
	color: var(--btn-clr-1);
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
}
#reviewpage .padtop10{
	 padding-top: 3%;
	padding-bottom: 5%;
}
#reviewpage .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}
#reviewpage .reviewcon{
  border: 1px solid #A7A7A7;
	padding: 20px;
	border-radius: 10px;
}
#reviewpage .reviewcon .star i{
  color: #F96304;
	padding-right: 3px;
	margin-bottom: 5px;
}
#reviewpage .reviewcon h3{
  color: #000;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
	padding-bottom: 0%;
}
#reviewpage .reviewcon p{
  color: #444;
  font-weight: normal;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
	padding-bottom: 0%;
}
#reviewpage .reviewcon{
	margin-top: 2%;
}
#reviewpage input{
	width: 100%;
	border: 1px solid var(--btn-clr-1);
	border-radius: 50px;
	padding-left: 3%;
	min-height: 40px;
}
#reviewpage textarea{
	width: 100%;
	border: 1px solid var(--btn-clr-1);
	border-radius: 10px;
	padding: 2%;
}
#reviewpage select {
  border: 1px solid var(--btn-clr-1);
  border-radius: 50px;
  padding: 8px 20px;
  background: #fff;
  width: 100%;	
}
#reviewpage form {
  text-align: left;
	margin-top: 0%;
}
#reviewpage form label{
  color: #000;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
	padding-top: 2%;
	margin-bottom: 5px;
}

#reviewpage .submitbtn {
  padding: 10px 20px !important;
  font-size: 20px;
  color: #fff;
  width: 30%;
  margin-top: 2%;
  font-weight: bold !important;
  border-radius: 40px;
  line-height: 1.3333333;
  border: 2px solid #007f80;
  background-color: #007f80;
  text-decoration: none;
}
#reviewpage .submitbtn:hover{
  color: #fff;
  border: 2px solid var(--btn-clr-1);
  background-color: var(--btn-clr-1);
  text-decoration: none;
  transition: .5s;	
}

/*******************************/
/*********** End review page CSS **********/
/*******************************/




/*******************************/
/*********** Start Team CSS **********/
/*******************************/
.team{
	padding-top: 3%;
	padding-bottom: 0%;
	position: relative;
	z-index: 32;
}
.team-shape{
	width: 100%;
	background-size: 100% 100%;
	background-image: url(../images/Shape1.png);
	position: absolute;
	height: 1400px;
	z-index: 2;
	margin-top: -255px;
}
.team .section-header h2 {
  font-size: 35px;
  color: #007f80;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  padding-top: 2%;
  text-transform: uppercase;
  padding-bottom: 2%;
}
 .circle_logo3{
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 4%;
right: 0px;
margin-top: 12%;
	box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);  
}
.circle_logo3 img{
   margin-top: 20px;
}
.team-carousel{
	text-align: center;
}
.team-carousel .owl-dots {
  display: block !important;
  margin-top: -50px;
  position: absolute;
  left: 0;
  right: 0;
}
.team-carousel .owl-nav{
	display: block!important;
}
.team-carousel .owl-prev{
	position: absolute;
	font-size: 50px;
	color: var(--btn-clr-2);
	left: -10px;
}
.team-carousel .owl-next{
	position: absolute;
	right: -10px;
	font-size: 50px;
	color: var(--btn-clr-2);
}
.team-carousel .owl-nav{
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 500px;
}
.team-carousel .owl-dot {
  width: 20px;
  height: 10px;
  background: #CECECE;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
}
.team-carousel .owl-dot.active {
  background: #007f80;
  width: 40px;
}



.team .down-content h4 {
  font-size: 18px;
  margin-bottom:10px;
  font-family: 'Poppins', sans-serif;
  color: var(--btn-clr-2);
  font-weight: normal;
  padding-top: 0%;
}
.team .down-content h5{
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  color: #007f80;
  font-weight: bold;
  padding-top: 0%;
}
.team .down-content p{
  font-size: 16px;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: normal;
  padding-top: 0%;
  padding-bottom: 10%;	
  min-height: 180px;	
}
.team-carousel a.filled-button {
  background-color: #fff;
  color: var(--btn-clr-2)!important;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s;
  border: 1px solid var(--btn-clr-2);
  text-align: center;
  width: 60%;
  left: 0px;
  bottom: 20px;
}
.team-carousel a.filled-button:hover{
	  width: 60%;
	    background-color: #007f80;
}
.team-carousel .service-item{
	border: 0px solid #838383;
}
.team-carousel:hover .filled-button {
  background-color: var(--btn-clr-2);
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  border: 1px solid #fff;
  width: 60%;
}
.team-carousel .service-item .down-content {
  position: relative;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  padding-bottom: 20%;
	
}
.team-carousel .service-item img{
	height: 350px;
	width: 100%;
	object-fit: cover;
}
/*******************************/
/*********** End Team CSS **********/
/*******************************/







/*--=================================
             Start brand
	-====================================*/
.brand{
	padding-top: 5%;
	padding-bottom: 5%;
}
.brand .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 15px;
  width: 20%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
}
.brand .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.brand .section-heading p{
  color: #000;
  font-weight: normal;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 3%;
}
.brand .branditem img{
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.brand .branditem {
  width: 85%;
}




/*--=================================
		End brand
	-====================================*/



/* Testimonials Style */

.circle_logo5{
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 2%;
  z-index: 41;
  right: 0px;
  margin-top: -15%;
  box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
  -webkit-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
}
.circle_logo5 img {
  margin-top: 20px;
}
.testimonials {
	background-image:url(../images/Shape2.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	position: relative;
    top: -210px; 
	height: 520px;
}
.testimonial-content.owl-carousel.owl-loaded.owl-drag {
  position: relative;
  top: 60px;
}
.testimonials .section-heading h2{
	width: 70%;
	margin: auto;
	font-size: 35px;
	color: #007f80;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	padding-top: 5%;
	padding-bottom: 0%;
	text-transform: uppercase;
}
.testimonials .section-heading p{
	width: 60%;
	margin: auto;
	font-weight: normal;
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	padding-top: 1%;
}
.testimonials .view-button {
  background-color: #fff;
  color: var(--btn-clr-2);
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  border: 1px solid var(--btn-clr-2);
  border-radius: 50px;
  margin-top: 10%;
  margin-left: 0%;
  margin-bottom: 0%;
  z-index: 36;
  position: relative;
}
.testimonials .view-button:hover{
  background-color: #007f80;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: inline-block;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #007f80;
  border-radius: 50px;
  margin-bottom: 0%;
  z-index: 36;
  position: relative;
}


.testimonial-item{
	background: #dfffe9;
}
.testimonial-item .inner-content{
	text-align: left;
}
.testimonial-item p {
	font-size: 14px;
	line-height: 20px;
	padding-top: 5%;
	font-weight: normal;
    font-family: 'Poppins', sans-serif
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #007f80;
    padding-bottom: 3%;
}
.testimonial-pic{
  border-radius: 0%;
  width: 25%;
  height: auto;	
  margin-right: 5%;
}
.testimonial-pic img {
  width: 100%;
  height: 170px;	
  border-radius: 0%;
  object-fit: cover;
}


.testimonial-content .owl-dots{
	display: block!important;
	position: relative;
    top: 50px;
}
.testimonial-content .owl-nav{
	display: block!important;
}
.testimonial-content .owl-prev{
	position: absolute;
	font-size: 50px;
	color: var(--btn-clr-2);
	left: -40px;
}
.testimonial-content .owl-next{
	position: absolute;
	right: -40px;
	font-size: 50px;
	color: var(--btn-clr-2);
}
.testimonial-content .owl-nav{
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 150px;
}




.sec-title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	position: relative;
}
.sec-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #000;
}
.sec-title h2 {
	font-size: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--blue);
}
.sec-title p {
	font-size: 18px;
	line-height: 28px;
}
.testimonial-area {
	background: var(--blue);
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
	border: 7px solid #fff;
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
}
.single-testimonial p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}
.single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 34px 19px;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.client-video {
	padding-right: 15px;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.client-info span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.sec-title.white-title h2 {
	color: #fff;
}
.testimonial-content .owl-dot {
  width: 20px;
  height: 10px;
  background: #CECECE;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
}
.testimonial-content .owl-dot.active {
  background: #007f80;
   width: 40px;	
}
/* Testimonials Style End */



/*******************************/
/*********** Start consultation CSS **********/
/*******************************/

.consultation {
	background-image: url(../images/requestappointmentbg.jpg);
	background-size: 100% 100%;
    width: 100%;
	padding-top: 12%;
	padding-bottom: 18%;
}
.consultation h2{
	color: #007f80;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	padding-top: 1%;
}
.consultation h3{
	color: #fff!important;
	font-size: 30px;
	margin-bottom: 0rem;
	padding-top: 10px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.consultation .bookbtn{
	position: relative;
	top: 40%;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.consultation .bookbtn:hover{
	padding: 15px 20px !important;
}
 .circle_logo4{
  width: 6%;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 2%;
  z-index: 41;	 
  right: 0px;
  margin-top: 20px;	
	box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 3px 16px -3px rgba(0,0,0,0.75);  
}
.circle_logo4 img{
   margin-top: 20px;
}


/*******************************/
/*********** Ends consultation CSS **********/
/*******************************/


/*******************************/
/*********** Start sitemap CSS **********/
/*******************************/
#sitemap .aon-title {
  color: var(--btn-clr-2);
  font-weight: bold;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  padding-top: 0%;
  border-bottom: 1px solid var(--btn-clr-2);
  padding-bottom: 1%;
  margin-bottom: 2%;	
}
#sitemap h4{
  color: #007f80;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding-top: 0%;
  padding-bottom: 1%;
  margin-bottom: 2%;	
}

#sitemap .siteicon {
    padding-left: 4%;
}
#sitemap .siteicon2{
    padding-left: 4%;
}
#sitemap ul{
	padding-left: 0px;
}
#sitemap .list-check-style2 {
  list-style: none;
  margin-top: 2%;
}
#sitemap li a{
margin-bottom: 0px;
font-size: 16px;
color: #303030;
width: 80%;
font-family: 'Poppins', sans-serif;
text-align: justify;
list-style: none;
line-height: 25px;
text-decoration: none;
}
#sitemap li a:hover{
	color: var(--btn-clr-2);
	transition: .5s;
}
.aon-med-appoint-area2 ul li{
	list-style: none;
}
.aon-med-appoint-area2 .siteicon li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -15px;
  font-size: 16px;
  color: #007f80;
  margin-top: 0px;
  font-weight: bold;
}
.aon-med-appoint-area2 .siteicon2 li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: -20px;
  font-size: 16px;
  color: #007f80;
  margin-top: 2px;
  font-weight: bold;
}
.aon-med-appoint-area2 .siteicon3 li{
  margin-left: 7%;
}
.aon-med-appoint-area2 .siteicon3 li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 16px;
  color: #007f80;
  margin-top: 2px;
  font-weight: bold;
  margin-left: -20px;	
}
/*******************************/
/*********** Ends sitemap CSS **********/
/*******************************/




/* footer section */

.footer {
	background-image: url(../images/footerbg.jpg);
	background-size: 100% 100%;
	background-position: center;
    padding-top: 3%;
    padding-bottom: 1%;
}

.footer-single-cell {
    font-size: 14px;
    color: #5b5959;
    padding-bottom: 15%;
}
.footer .footerlogo img{
	margin-top: 5%;
    width: 85%;
}
.footer-single-cell a {
	padding-bottom: 0px;
}
.footer-contact li {
    display: flex;
	margin-bottom: 15px;
    align-items: flex-start;
}
.footer-social a i {
  color: var(--btn-clr-2);
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  line-height: 40px;	
}
.footer-social a i:hover{
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  line-height: 40px;	
}
.footer-social a{
	 padding-bottom: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
	text-align: center;
	margin-right: 20px;
}
.footer-social a:hover{
  background: var(--btn-clr-2);
	transition: .5s;
}
.footer-contact li i {
    margin-top: 5px;
}
.footer-contact li a::before {
  position: relative!important;
  content: ""!important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
  margin-right: 10px;
}
.footer-contact li {
    color: #fff;
    font-size: 16px;
    padding-bottom:0px;
	padding-top: 0px;
}

.footer-contact li p {
    color: #fff;
    padding-left: 15px;
	width: 60%;
	font-size: 17px;
	line-height: 25px;
}

.footer-contact li p a {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 50px;
}
.footer-single-cell h4 {
    color: #fff;
	font-size: 22px;
    margin: 0;
	padding-bottom: 30px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.footer-single-cell p{
    color: #fff;
	font-size: 16px;
    margin: 0;
	font-family: 'Poppins', sans-serif;
}
.footer-single-cell ul li {
    list-style: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}
.footer-single-cell ul li a:hover{
    color: var(--btn-clr-2);
	transition: .5s;
}
.footer-single-cell ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
}
.footer-single-cell .social-icon ul li{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.footer-single-cell .social-icon ul li i{
	color: var(--btn-clr-2);
	position: relative;
    left: -4px;
	top: 7px;
}
.footer-single-cell ul {
    padding-left: 0;
}
.footer-single-cell hr{
	width: 60px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 20px;
}
.first-item li::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}
.footer .social-icon ul li i{
	font-size: 18px;
}
.footer button {
    padding: 10px 5px;
    background: #f0d327;
    text-align: center;
    color: #266d89;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    border: none;
	font-weight: bold;
	position: relative;
    bottom: 1px;
}
.footer .form-control{
	border-radius: 0px!important;
}

.footer-single-cell ul li a::before {
  position: relative;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}


.footer-single-cell .social-icon ul li a::before {
  position: relative;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}


.clientspic{
	width: 100%;
}
.clientspic img{
	width: 100%;
	height: 70px;
}
.clientspic2{
	width: 70%;
	height: 70px;
}
.clientspic2 img{
	width: 85%;
	height: 70px;
}
.clientspic img {
  width: 100%;
  height: 60px;
}
.social-icon ul li {
    display: inline-block;
	padding: 0px!important;
}
.social-icon uli li a{
   line-height: 50px;
}

.footer_bottom{
    padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	border-top: 2px solid #fff;
}


.copyright_content p{
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.bottom_menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.bottom_menu ul li {
    position: relative;
}

.bottom_menu ul li a {
    padding: 0px 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-decoration: none;
}
.bottom_menu ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.copyright_container {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 22px 0;
}

.copyright_text p {
    color: #ffffff;
    margin: 0;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}
.copyright_text p a{
    color: var(--btn-clr-2);
    margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.copyright_text p a:hover{
    color: #fff;
    transition: .5s;
}
/* end of footer section */

/* Footer End */







/* ====================  Start breadcrumb Area css    ====================== */

.aon-page-benner-overlay {
	position: absolute;
	opacity: 0.4;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aon-page-benner-area {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sf-banner-heading-wrap {
	display: table;
	position: relative;
	height: 300px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.sf-banner-heading-wrap {
	font-size: 55px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.sf-banner-heading-large {
	padding-top: 5%;
	font-size: 40px;
}

@media only screen and (max-width:767px) {
	.sf-banner-heading-large {
		font-size: 36px;
	}

	.sf-banner-heading-wrap {
		height: 300px;
	}
}

.sf-banner-heading-large strong {
	font-weight: 600;
}

.sf-banner-breadcrumbs-nav ul {
	margin: 0;
	line-height: 0px;
}

.sf-banner-breadcrumbs-nav ul li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
	margin-right: 0px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.sf-banner-breadcrumbs-nav ul li a {
	color: #fff;
	text-decoration: none;
}

.sf-banner-breadcrumbs-nav ul li a:hover {
	color: #00a9a5;

}

.sf-banner-breadcrumbs-nav ul li:after {
	content: '\f101';
	position: relative;
	top: 1px;
	font-size: 18px;
	color: #fff;
	margin-left: 0px;
    font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	left: 5px;
}

.sf-banner-breadcrumbs-nav ul li:last-child:after {
	display: none;
}

/* ====================  End breadcrumb Area css    ====================== */



/* ====================  Start mission css    ====================== */
#mission .media img {
	width: 100%;
	object-fit: cover;
	height: 450px;
}
#mission .section-head p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  letter-spacing: normal;
  font-weight: normal;
  text-transform: capitalize;
}
#mission  .aon-title {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  padding-top: 10%;
  padding-bottom: 7%;
}
#mission  .aon-med-appoint-area2 {
  padding-top: 2%;
  padding-bottom: 5%;
}
/* ====================  End Start mission css    ====================== */



	/*--======================================
		start About Us
	-=============================================*/
#abtpage{
	padding-top: 5%;
	padding-bottom: 10%;
}
#abtpage .aone-med-future-r-inner {
  position: absolute;
}
#abtpage .section-head{
  margin-bottom: 0px;
  padding-left: 0%;
  padding-top: 10%;
}
#abtpage .section-head p{
  font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: capitalize;
}
#abtpage .section-head p font{
  font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
	letter-spacing: normal;
	font-weight: bold;
	text-transform: capitalize;
}
#abtpage .section-head font{
  font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #007f80;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: capitalize;
}
#abt_whychoose .aon-med-appoint-area2-content p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-bottom: 0rem;
  padding-top: 3%;	
}
#abt_whychoose .list-check-style2 li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 15px;
  font-size: 15px;
  color: #fff !important;
}
.list-check-style2{
	list-style: none;
	padding-left: 25px;
	margin-top: 3%;
}





.aone-med-future-r-section ul li{
	list-style: none;
}
.aone-med-future-l-inner .aone-med-future-content {
	padding: 30px;
	color: #fff;
	background-color: #007f80;
	height: auto;
	width: 50%;
    float: left;
	text-align: center;
}
.aone-med-future-l-inner .aone-med-future-content img{
	width: 125px!important;
    height: 115px!important;
}
.aone-med-future-r-inner .aone-med-future-content img{
	width: 125px!important;
    height: 115px!important;
}
.aone-med-future-content p{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: normal;
	text-transform: capitalize;
}
.aone-med-future-l-inner .aone-med-future-content h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
}

.aone-med-future-l-inner .aone-med-future-content span img {
	padding-bottom: 10px;
	display: block;
	width: 100px;
	height: 100px;
    margin: auto;	
}

.aone-med-future-content span img {
	margin-bottom: 20px;
	display: block;
	width: 50px;
	height: 50px;
}

.aone-med-future-l-inner .media {
	width: 50%;
	height: 100%;
}

.aone-med-future-l-inner .media img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.aone-med-future-r-inner .aone-med-future-content {
    padding: 10px;
    height: 200px;
    color: #fff;
    background-color: var(--btn-clr-2);
    float: right;
    width: 49%;
    position: relative;
    top: 0px;
    text-align: center;
    left: -13px;
}

.aone-med-future-r-inner .aone-med-future-content h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: normal;
}

.aone-med-future-r-inner .aone-med-future-content span {
	margin-bottom: 20px;
	display: block;
}

.aone-med-future-r-inner .media img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.aone-med-future-r-inner .media {
	width: 49%;
    height: auto;
    float: left;
	  position: relative;
     top: -175px;
}

.aon-med-working-area {
	padding-bottom: 5%;
	padding-top: 5%;
}

.aon-med-working-area h2 {
	font-weight: bold;
	color: #28581e;
}

.aon-med-future-section {
	color: #007f80;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	font-weight: 600;
}

.aon-med-working {
	padding: 20px;
	text-align: center;
	border: 1px solid #eee;
}

.aon-med-working:hover {
	-webkit-box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 9px 17px -1px rgba(0, 0, 0, 0.75);
	transition: .5s;
}

.aon-med-working .media span {
	width: 170px;
	height: 160px;
	background-color: #fff;
	margin: 0px auto 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 2px solid #ff8a00;
	border-radius: 6px;
	overflow: hidden;
}

.aon-med-working-info h4 {
	color: #2f6759;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.aon-med-working-info p {
	color: #000;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.section-head.center {
	text-align: center;
	margin: 0px auto 60px;
	max-width: 60%;
}

#abtpage .section-head{
  margin-bottom: 0px;
  padding-left: 0%;
	padding-top: 10%;
}
#abtpage .left{
  border-right: 0px!important;
}
.aon-med-appoint-area2{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.aon-med-appoint-area2 .section-head.white .aon-title {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	padding: 0px;
	width: 100%;
	padding-top: 10%;
}

.aon-med-appoint-area2 h2 {
	font-size: 35px;
	margin: auto;
	width: 70%;
	color: #fff;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	padding-top:3%;
}

.aon-med-appoint-area2 {
	padding-top: 2%;
	padding-bottom: 8%;
}

.aon-med-appoint-area2 .media {
	width: 100%;
	height: 400px;
	padding-top: 10%;
}
.aon-med-appoint-area2 .media img {
	width: 100%;
	object-fit: cover;
	height: 600px;
}
.aon-med-appoint-area2-content .section-head.white {
  width: 90%;
  float: right;
}
.aon-med-appoint-area2-content h4{
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	padding-top: 2%;
}
.aon-med-appoint-area2-content .section-head.white .aon-title {
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	padding-top: 10%;
	padding-bottom: 0%;
}
.aon-med-appoint-area2-content
.aon-med-appoint-area2-content .section-head p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}

.aon-med-appoint-area3 .aon-med-appoint-area2-content .section-head p {
	font-size: 16px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}

.aon-med-appoint-area2 .aon-med-appoint-area2-content {
	padding-top: 0%;
}

.aon-med-appoint-area3 .media img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.aon-med-appoint-area3 .media {
	width: 100%;
}

.aon-med-appoint-area3 .section-head.white .aon-title {
	color: var(--btn-clr-2);
	font-weight: bold;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	padding-top: 10%;
	padding-bottom: 2%;
}
.section-head.left .aon-title {
	margin-bottom: 8%;
	font-size: 40px;
	font-weight: 700;
	color: var(--btn-clr-2);
	font-family: 'Poppins', sans-serif;
	letter-spacing: normal;
}

.aon-med-appoint-area2-content .aon-sub-title {
	color: #007f80;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}

	/*--======================================
		End About Us
	-=============================================*/





/*--=================================
		 start Medical library
	-====================================*/
.library{
	padding-top: 5%;
	padding-bottom: 5%;
}
.library .lipborder{
	border: 1px solid #007f80;
	margin-top: 3%;
}
.library .service-item img {
  width: 100%;
  overflow: hidden;
  height: 300px;
  object-fit: cover;
}
.library h4 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #6bac40;
  font-weight: bold;
  padding-top: 1%;
  text-transform: uppercase;
}
 .library p {
  margin-bottom: 20px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #505152;
}
.library .section-heading h2 {
  color: var(--btn-clr-1);
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.library .section-heading p {
  color: #000;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  width: 90%;
  margin: auto;
  padding-bottom: 5%;
}
.library .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  position: absolute;
  top: 120px;
  z-index: 65;
  height: 20px;
  width: 25%;
  background-repeat: no-repeat;
  left: 5%;
  right: 0%;
  margin: auto;
}




/*--=================================
		 end Medical library
	-====================================*/









/*--=================================
		 team  page start
	-====================================*/
.doctor-area {
	padding-bottom: 5%;
	padding-top: 5%;
}

.doctor-area .section-title {
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-family: 'Poppins', sans-serif;
}

.doctor-area .section-title h2 {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
}

.doctor-area .section-title span {
	display: block;
	margin-bottom: 5px;
	color: #007f80;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}


.box {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.box:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.box img {
	width: 100%;
	height: 250px;
	transition: all 0.3s ease-in-out;
}

.doctor-area .box img {
	width: 100%;
	height: 400px;
	object-fit: contain;
	transition: all 0.3s ease-in-out;
	
}
.name h3{
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
}
.name h5{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #007f80;
	margin-top: 20px;
    line-height: 25px;
}
.name p{
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	color: #000;
}


.box:hover img {
	opacity: 0.7;
	transform: scale(1.3);
	filter: rotate(180deg);
	height: 250px;
	overflow: hidden;
}

.box .box-content {
	color: #fff;
	background: linear-gradient(109.6deg, rgba(144, 109, 50, 0.8) 11.2%, rgba(198, 153, 77, 0.8) 100.2%);
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	padding: 15px 0 20px;
	transform: translateX(-50%);
	position: absolute;
	top: -130px;
	left: 50%;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.box:hover .box-content {
	top: 0;
}

.box .title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 2px;
}

.box .post {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0 0 10px;
	display: block;
}

.box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
	transition: all 0.4s ease-out;
}

.box .icon li {
	margin: 0 3px;
	display: inline-block;
}

.box .icon li a {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	height: 35px;
	width: 35px;
	border: 2px solid #fff;
	display: block;
	transition: all 0.3s;
}

.box .icon li a:hover {
	border-radius: 0 10px 0 10px;
	box-shadow: 0 0 5px #fff;
}

@media only screen and (max-width:990px) {
	.box {
		margin: 0 0 30px;
	}
}

#more {
	display: none;
}


.team_con {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border: 1px solid #c2c7cd;
}
.team_con:hover {
	width: 100%;
	transition: .5s;
	box-shadow: -4px 6px 20px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -4px 6px 20px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -4px 6px 20px 0px rgba(0, 0, 0, 0.75);
}
.team_con:hover .box img {
	filter: rotate(180deg);
	overflow: hidden;
	height: 400px;
	object-fit: contain;
}

.doctor-area .team_con h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding: 5px 10px;
	width: 70%;
	background: var(--btn-clr-2);
	margin: auto;
	margin-top: 10px;
	border-radius: 5px;
	min-height: 60px;
}

.doctor-area .team_con h4 {
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
	text-align: center;
	min-height: 60px;
}

.doctor-area .team_con p {
	margin-bottom: 0;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	text-align: center;
	padding-top: 20px;
	padding: 20px;
}

.readmore {
	padding: 8px 20px !important;
	font-size: 15px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
	border-radius: 50px;
	line-height: 1.3333333;
	background: #007f80;
	text-decoration: none;
	border: none;
	margin-top: 30px;
}

.readmore:hover {
	padding: 8px 20px !important;
	font-size: 15px;
	color: #3e7034;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
	border-radius: 50px;
	line-height: 1.3333333;
	background: #fff;
	border: 2px solid #3e7034;
	text-decoration: none;
	transition: .5s;
}


.booknow {
	padding: 8px 20px !important;
	font-size: 15px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
	border-radius: 50px;
	line-height: 1.3333333;
	background: rgb(52, 105, 41);
	background: linear-gradient(180deg, rgba(99, 161, 59, 1) 0%, rgba(6, 93, 108, 1) 60%);
	text-decoration: none;
	margin-top: 0px;
	border: none;
}

.booknow:hover {
	padding: 8px 20px !important;
	font-size: 15px;
	color: #3e7034;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
	border-radius: 50px;
	line-height: 1.3333333;
	background: #fff;
	border: 2px solid #3e7034;
	text-decoration: none;
	transition: .5s;
}


/*--=================================
		end team  page
	-====================================*/









	/*--======================================
		start blog page
	-=============================================*/
.dreamit-single-blog-box {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    padding-bottom: 30px;
    transition: .5s;
}
.style-two .dreamit-single-blog-box {
    padding: 0px;
    padding-bottom: 38px;
}
.dreamit-single-blog-box:hover{
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
	background: #C7E0CE;
}
.dreamit-blog-thumb {
    position: relative;
}
.dreamit-blog-thumb img {
    width: 100%;
	height: 250px;
	object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post-catgory {
    position: absolute;
    top: 10px;
    left: 17px;
}
.post-catgory a {
    background: #007f80;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.dreamit-meta-box {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 12px 19px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    top: -24px;
    background: #fff;
    margin: 0 20px;
}
.style-two .dreamit-meta-box {
    box-shadow: none;
    padding: 12px 19px;
    text-align: left;
    border-radius: 3px;
    position: relative;
    top: 0;
    background: #fff;
    margin: 0;
}
.dreamit-meta-box a {
    color: #6c757d;
    margin-right: 0px;
    position: relative;
	
}
/*
.dreamit-meta-box a:before {
    position: absolute;
    content: "";
    top: 6px;
    right: -15px;
    height: 15px;
    width: 1px;
    background: #6c757d;
}
*/
.dreamit-meta-box a:hover{
	color: #007f80;
}
.dreamit-meta-box h3 {
    font-size: 13px;
    display: inline-block;
    color: #6c757d; 
	font-family: 'Poppins', sans-serif;
}
.dreamit-meta-box h3:hover{
	color: #007f80;
}
.dreamit-meta-box a {
    color: #616161;
}
.dreamit-blog-content {
    padding: 0px 24px 0px;
    text-align: center;
}
.dreamit-blog-button {
    margin-top: 20px;
}
.dreamit-blog-title h2 a {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #232323;
    transition: .3s;
	font-family: 'Poppins', sans-serif;
    text-align: center;
}
.style-two .dreamit-blog-title h2 a {
    text-align: left;
	font-family: 'Poppins', sans-serif;
}
.dreamit-blog-title h2 a:hover{
	color: #007f80;
}
.dreamit-blog-button a i {
    font-size: 12px;
}
.dreamit-blog-content p {
		margin-top: 15px;
		font-size: 16px;
		height: 100px;
		font-family: 'Poppins', sans-serif;
		color: #4d4d4d;
		overflow: hidden;
}
.dreamit-blog-button a {
    display: block;
    text-transform: capitalize;
    padding: 9px 10px;
    border: 1px solid #eee;
    color: #616161;
    font-weight: 400;
    margin-top: 5px;
    transition: .3s;
    border-radius: 3px;
}
.dreamit-blog-button a:hover{
	background:red;
}
.dreamit-blog-button a:hover{
	color: #fff;
}
.page-number ul li a{
  background: #007f80;
  color: #fff;
	padding: 10px;
  border-radius: 5px;
	display: inline-block;
}
.page-number ul li a.active {
  background: #007f80;
}
.readmore{
font-size: 18px;
letter-spacing: 1px;
margin: 0;
font-family: 'Poppins', sans-serif;
color: #fff;
}
.readmore:hover{
font-size: 18px;
letter-spacing: 1px;
margin: 0;
font-family: 'Poppins', sans-serif;
color: var(--btn-clr-2);
}



.blog-area.style-three{
    background: #f4f7fc;
	padding: 20px;
}


/*------  Start blog Details ----*/
.blog-single .blog-content {
  padding: 0px;
  margin: 30px 0 30px 0;
}
.blog-single .blog-img {
  
}
.blogdetailspic img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.blog-single .blog-content p{
  font-family: 'Poppins', sans-serif;
  color: #595959;
  font-size: 16px;	
}
.blog-single .blog-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  height: 500px;
  object-fit: cover;
	width: 68%;
	border-radius: 20px;
}
.blog-meta{
	margin-top: 10px;
}
.blog-meta a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #007f80;
  font-weight: 600px;	
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
}
.blog-meta a:hover{
  color: var(--btn-clr-2);
  transition: .5s;	
}
.widget {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #F3F6F7;
  border-radius: 5px;
}
.widget.service ul{
	margin-left: 20px;
}
.blog-details{
	padding-top: 5%;
	padding-bottom: 5%;
}
.widget {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #F3F6F7;
  border-radius: 5px;
  width: 30%;
  float: right;
  margin-left: 20px;
}

.blog-details h1{
   font-size: 38px;
   font-weight: 600;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  color: var(--btn-clr-2);
  padding-top: 0px;	
}
.blog-details h2{
	font-size: 35px;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
	padding-top: 1%;
}
.blog-details h3{
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
	padding-top: 1%;
}
.blog-details h4{
	font-size: 25px;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
	padding-top: 1%;
	margin-bottom: 0px;
	height: 45px;
  overflow: hidden;
}

.blog-single li{
	margin-left: 3%;
	list-style: square;
}

.blog-meta {
  border-bottom: 1px solid #eee;
}
.widget .widget-title{
  font-size: 28px;
  line-height: 1em;
  font-family: 'Poppins', sans-serif;
  color: var(--btn-clr-2);
  padding-bottom: 2%;
  border-bottom: 1px solid #89DEA3;
	margin-bottom: 2%;
}
.widget .chevron-circle-right li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 15px;
  color: var(--btn-clr-2) !important;
  margin-left: -20px;
}
.widget .chevron-circle-right li{
  list-style: none;
}
.widget .chevron-circle-right li a .active{
  color: var(--btn-clr-2)!important;
}
.widget .chevron-circle-right li a{
  padding-top: 0%;
  padding-bottom: 1%;
  font-family: 'Poppins', sans-serif;
  color: #505152;
  font-size: 17px;
  font-weight: normal;
}
.widget .chevron-circle-right li a:hover{
  transition: .5s;
  font-family: 'Poppins', sans-serif;
  color: var(--btn-clr-2);
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
}
.thumb-post .post-title{
  line-height: 15px;
}
.thumb-post .media-body i{
	margin-right: 2px;
}
.media-body a {
  color: #007f80;	
  font-size: 14px;
  text-decoration: none !important;
  font-weight: normal;
	line-height: 15px!important;
	font-family: 'Poppins', sans-serif;
}
.media-body a:hover{
  color: var(--btn-clr-2);
  transition: .5s;	
}
.thumb-post .media-img {
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
 
}
.thumb-post .media-img img {
  transition: all ease .4s;
  transform: scale(1.001);
  width: 90px;
  object-fit: cover;
  height: 80px;	
}

/*------  end blog Details ----*/





	/*--========================================
		end blog page
	-===========================================*/





	/*--========================================
		Start Services page
	-===========================================*/

#activerelease .tofel-title h2 {
  font-size: 40px;
  color: #007f80;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
	font-weight: bold;
}
#activerelease .visa-content-inner h4 {
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-2);
	padding-bottom: 20px;
	padding-top: 0%;
}
#activerelease .tofel-thumb img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.visa-content-inner {
	text-align: left;
	padding-top: 5%;
	padding-bottom: 5%;
}

#activerelease .visa-content-inner p {
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-family: 'Poppins', sans-serif;
	color: #505050;
}
#massage {
  padding-bottom: 5%;
}
#massage .section-head.left{
	padding-top: 8%;
	padding-left: 0px;
	border: 0px!important;
}
#massage .section-head.left p {
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 17px;
	padding-left: 1%;
}
#massage .media {
  padding-top: 10%;
}
#massage .section-head.left ul {
	padding: 0px;
	padding-left: 20px;
}

#massage  .list-check-style2 li::before {
	content: "\f192";
    font-family: "Font Awesome 5 Free";
	position: absolute;
	margin-left: -20px;
	font-size: 17px;
	color: #fff;
}
#massage_blog {
  padding-top: 5%;
   padding-bottom: 5%;
}
#massage_blog .visa-title h3 {
  margin: 0px;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  color: var(--btn-clr-2);
  padding-bottom: 3%;
  font-weight: bold;
}
#massage_blog .visa-content-inner h4{
  margin: 0px;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  color: #007f80;
  padding-bottom: 0%;
	padding-top: 2%;
}
#massage_blog .visa-content-inner p {
  line-height: 23px;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0%;
  font-family: 'Poppins', sans-serif;
  width: 90%;	
}

#massage_blog .list-check-style2 {
  list-style: none;
  margin: 20px 0px;
}
#massage_blog .tofel-thumb img {
  width: 100%;
  height: 420px;
  object-fit: cover;	
}



.list-check-style2 {
  list-style: none;
  padding-left: 20px;
}
.list-check-style2 li::before {
	content: "\f192";
    font-family: "Font Awesome 5 Free";
	position: absolute;
 	margin-left: -20px;
    font-size: 16px;
	color: #007f80;
}


#massagetherapy{
  padding-bottom: 3%;
  padding-top: 2%;	
}
#massagetherapy h2{
  padding-bottom: 3%;
}
#massagetherapy .section-head p{
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 17px;
}




	/*--========================================
		end Services page
	-===========================================*/




/*--========================================
	Start Services details page
-===========================================*/
.main-container{
	padding-top: 5%;
	padding-bottom: 5%;
}
.main-container .lead{
	padding-top: 3%;
	padding-bottom: 0%;
	font-family: 'Poppins', sans-serif;
	color: var(--btn-clr-1);
	font-size: 17px;
	font-weight: bold;
}
.main-container p{
	padding-top: 0%;
	padding-bottom: 1%;
	font-family: 'Poppins', sans-serif;
	color: #505152;
	font-size: 17px;
	font-weight: normal;
}
.main-container h3{
  color: var(--btn-clr-1);
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  padding-top: 0%;	
}
.main-container .alignright {
  display: inline;
  float: right;
  margin: .75em 0 .75em 1.5em;
}
.main-container h4 , h5{
	color: var(--btn-clr-1);
	margin-bottom: 0px;
}

.main-container .alignright{
  width: 50%;
  height: 300px!important;	
}
.service-img img{
	width: 100%;
	height: 500px!important;
	object-fit: cover;
}
/*--========================================
	end Services details page
-===========================================*/






/* ====================  Start Faq css    ====================== */

.faqvideo{
	padding-top: 5%;
	padding-bottom: 5%;
}
.faqvideo h3{
  color: var(--btn-clr-1);
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.video_sec {
	background-image: url(../images/videopic.png);
	background-size: 100% 100%;
    width: 100%;
	height: 500px;
	text-align: center;
	margin-bottom: 5%;
}
.video_sec:hover i{
	color: var(--btn-clr-1);
	font-size: 80px;
	transition: .5s;
}
.video_sec i{
	font-size: 70px;
	color: #000;
	padding-top: 20%;
}
.accordion{
   width: 100%;
}

.accordion .accordion-item {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding:15px 20px;
  margin-top:20px;
  border-radius:10px;
}
.accordion .accordion-item:hover .accordion h2{
  color: #007f80!important;
  transition: .5s!important;	
}
.accordion h2 {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding:0px;
  line-height:25px;
  margin:0px;
  font-family: 'Open Sans', sans-serif;
  color: #007f80;	
}
.accordion h2:hover, .accordion h2:focus {
  cursor: pointer;
  color: #007f80;
}
.accordion h2:hover::after, .accordion h2:focus::after {
  cursor: pointer;
  color: #007f80;
  border: 1px solid #007f80;
}
.accordion h2 .accordion-title {
color: var(--btn-clr-1);
font-size: 20px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
text-align: center;
}
.accordion h2 .accordion-title:hover{
	color: #007f80;
    transition: .5s; 	
}
.accordion h2 .icon {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.faq-content {
    padding: 80px 0px;
}
.accordion h2 .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion h2 .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion h2[aria-expanded=true] {
  color: #007f80;
}
.accordion h2[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion h2[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 5000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
	color: #000;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal; 
	padding-top: 1%;
}

/* ====================  End Faq css    ====================== */





	/*--========================================
	   Start more service
	-===========================================*/

#moreservice{
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #F2F3F3;
}
#moreservice .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}
.more-service{
	margin-top: 5%;
}
#moreservice .service-item img {
  width: 100%;
  height: 300px;	
  overflow: hidden;
}
#moreservice .section-heading h2 {
	color: var(--btn-clr-1);
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}


	/*--========================================
		end  more service
	-===========================================*/








	/*--========================================
		Start Contact page
	-===========================================*/
.contact{
	padding-top: 5%;
	padding-bottom: 5%;
}
.contact a{
	text-decoration: none!important;
}
.contact .contactgap{
	padding-top: 6%;
}
.bg-violet{
	background: #EFEFF0!important;
	border-radius: 10px;
}
.contact .bg-violet{
	padding: 0px 20px;
	min-height: 300px;
	text-align: center;
	align-content: center;
}
.contact .bg-violet p{
	color: rgb(0, 127, 128) !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.contact .bg-violet:hover{
	box-shadow: 0px 5px 22px 0px rgba(48,46,145,0.75);
-webkit-box-shadow: 0px 5px 22px 0px rgba(48,46,145,0.75);
-moz-box-shadow: 0px 5px 22px 0px rgba(48,46,145,0.75);
	transition: .5s;
}
.contact .bg-violet:hover p {
	color: var(--btn-clr-2) !important;
	transition: .5s;	
}
.contact h2{
	color: #007f80!important;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-align: center;
}
.contact h3{
	color: var(--btn-clr-2)!important;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding-bottom: 3%;
}
.contact .btn-square.bg-white.rounded-circle{
  line-height: 100px;
  background: #B2DBBF!important;
  text-align: center!important;
}
.contact .btn-square i{
  font-size: 30px;
  color: var(--btn-clr-2)!important;
}
.contact .btn-square{
  background: #D6D5E4!important;	
}
.contact h4{
    color: var(--btn-clr-2)!important;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.contact .form-control{
	line-height: 30px;
	margin-bottom: 20px;
	border: 2px solid #B2DBBF;
}
.contactgap textarea{
	height: 100px!important;
}
.contact .sendbtn {
  padding: 10px 20px !important;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;	
  color: #fff;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid var(--btn-clr-2);
  background-color: var(--btn-clr-2);
  text-decoration: none;
}
.contact .sendbtn:hover{
  padding: 10px 20px !important;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;	
  color: #007f80;
  font-weight: 600 !important;
  border-radius: 50px;
  line-height: 1.3333333;
  border: 2px solid #007f80;
  transition: .5s;	
  background-color: #fff;
  text-decoration: none;
}
.contact form{
	margin-top: 5%;
}

	/*--========================================
		end Contact page
	-===========================================*/
















/* --   start Scroll To Top   -- */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	color: var(--btn-clr-2);
	right: 25px;
	bottom: 0px;
	padding-top: 2px;
	z-index: 9999999;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	font-size: 40px;
	bottom: 1px;
	position: relative;
}
/* --  end Scroll To Top  -- */


.aon-med-future-area h1{
  font-size: 40px;
  font-weight: 700;
  color: var(--btn-clr-2);
  padding-bottom: 1%;
}

.aon-med-future-area h2{
  font-size: 35px;
  font-weight: 700;
  color: var(--btn-clr-2);
  padding-bottom: 1%;
}
.aon-med-future-area h3{
	 font-size: 28px;
  font-weight: 700;
  color: var(--btn-clr-2);
}
.aon-med-future-area h4,h5{
	color: var(--btn-clr-2);
}
.aon-med-future-area ul{
	margin-left: 2%;
}
.aon-med-future-area li{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	list-style: square;
	margin-left: 30px;
}








.main-container h1{
  font-size: 40px;
  font-weight: 700;
  color: var(--btn-clr-2);
  padding-bottom: 1%;
}
.main-container h2{
  font-size: 35px;
  font-weight: 700;
  color: var(--btn-clr-2);
  padding-bottom: 1%;
}
.main-container ul{
	margin-left: 2%;
}
.main-container li{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	list-style: square;
}





  /*Trigger Button*/
.login-trigger {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 30px;
  position: relative; 
  top: 50%;
}

/*Modal*/
.modal-dialog {
    max-width: 70%!important;
    margin: 10% auto 0px!important;
}
.close {
  color: #fff;
  transform: scale(1.2)
}
.modal-content {
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom right,#007f80,#3C8099);
  position: relative;
  z-index: 78978798789!important;
}
.modal-dialog label{
	width: 100%;
	text-align: left;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	padding-top: 3%;
	margin-bottom: 0px;
}
.modal-dialog select{
	width: 100%;
	background-color: #fff;
	border-radius: 50px;
	padding: 0px 10px;
	height: 35px;
	border: 2px solid var(--btn-clr-2);
}


.modal-dialog #date {
  width: 100%;
	border-radius: 50px;
	padding: 4px 10px;
	border: 2px solid var(--btn-clr-2);
}
.modal-dialog  #ep1 {
  float: left;
	border-radius: 50px;
	padding: 5px 10px;
	border: 2px solid var(--btn-clr-2);
}
.modal-dialog  #ptime1 {
  float: left;
	border-radius: 50px;
	padding: 5px 10px;
	border: 2px solid var(--btn-clr-2);
}
.modal-dialog .inputbox input{
	width: 100%;
	border-radius: 50px;
	padding: 0px 10px;
	border: 2px solid var(--btn-clr-2);
	line-height: 30px;
}
.modal-dialog #appt {
  width: 100%;
	border-radius: 50px;
	padding: 0px 5px;
	border: 2px solid var(--btn-clr-2);
	line-height: 30px;
}
.modal-content h4{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 0px;
	font-family: 'Poppins', sans-serif;
}
 .requestbtn{
  padding: 10px 20px;
  font-size: 15px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid var(--btn-clr-2)!important;
  background-color: var(--btn-clr-2)!important;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  margin-top: 5%;	  
}
 .requestbtn:hover{
  padding: 10px 20px;
  font-size: 15px;
  color: #278090!important;
  height: 40px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid var(--btn-clr-2);
  background-color: #fff!important;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: .5s;
}
.modal-content p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
}
.form-control {
  margin: 1em 0;
}


.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #fff;
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.appbtn {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.appbtn:hover {
  background: #FAB87F;
  color: #fff;
}






















