/**
* Template Name: Medicio - v4.7.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color:#2172fc;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5ec6ca;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #051460;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  top: 36px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo a {
  color: #555555;
}
#header .logo img {
  max-height: 100%;
  width: 100%;
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-top: 28px;
  margin-left: 25px;
  background: #49a149;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.appointment-btn:hover {
  background: #051460;
  color: #fff;
}
/*@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.contact-form11 img{
	width:100%;
	
}

.contact-form11 {
    background: #f1f1f1;
    width: 100%;
    height: 535px;
    border-radius: 5px;
    padding: 20px 40px;
}


.cnt-icon{padding-top:25px;}
.contact-form1{
	background:#f1f1f1;
	width:100%;
	height:535px;
	border-radius:5px;
	padding:20px 40px;
}
.contact-form1 h5 {
    text-align: center;
	font-size:25px;
}
.contact-form1 .cnt-icon p{
	text-align:justify;
	/* padding-top:3%; */
	font-size:18px;
	    /* margin-left: 19%; */
	position:relative;
	padding-left:27px;
	margin:0px;
	font-family: FOCO;
	color: #000;
	
}

.contact-form1 h1{
	margin-top:1% !important;
	text-align:left;
	color:#881687;
	font-family: FOCO;
	padding-top: 2%;
	font-weight:700!important;
	/* position:relative; */
}
/* .contact-form1 h1:after{ */
	/* position:absolute; */
	/* content:''; */
	/* background:#488eab; */
	/* width:50px; */
	/* height:3px; */
	/* left:0px; */
	/* bottom:0px; */
/* } */
.contact-form1 .cnt-icon p i{
	position:absolute;
	left:0px;
	top:2px;
	color:#c52061;
}



.d-flex.flex-column.justify-content-start {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}


.contact-form{
	padding:0 40px;
	border:1px solid #f1f1f1;
	height:535px;
	box-shadow: 0px 4px 16px rgb(0 0 0 / 9%);
	 
}

.accordion-content h2 {
    text-align: center;
    color: #881687;
   font-family: 'Roboto', sans-serif;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left:0%;
  margin-bottom:20px;
}

button#sendMessageButton {
    background: #007e00;
    color: #fff;
}

button#sendMessageButton :hover{
   
    color: #369127;
}
.appoint{}
.appoint h1{
	color:#007e00;
	font-family: 'Roboto', sans-serif;
	padding-top: 6%;
	font-weight:500!important;
	padding-bottom:20px;
}


.faqs1 h1{
	color: #881687;
    font-family: FOCO;
    padding-top: 6%;
    font-weight: 500!important;
    padding-bottom: 20px;
	text-align:center;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f7beab;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 100, 54, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #777777;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}



.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

section.aboutus.doctor-2 {
    /* padding-top: 50px; */
    padding-bottom: 50px;
}

.cashless {
    
    background:#fff;
    text-align: center
}

.cashlessinn {
    background: #00000085;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    margin-top: 10%;
}

.cashlessinn h1 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 600;
    margin: 0;
    padding: 0 50px
}

.cashlessinn h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0
}

.viemore {
    text-align: center;
    display: block;
}

.viemore button {
    margin-top: 5px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #089b57;
    padding: 7px 15px;
    box-shadow: 2px 2px 12px 2px #00000010;
    -webkit-box-shadow: 2px 2px 12px 2px #00000010;
    -moz-box-shadow: 2px 2px 12px 2px #00000010;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    cursor: pointer;
}

.viemore button:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #113574;
}
.wid2{
    padding-left: 50px;
}
.table-responsive table {
    background: #00000008;
    margin-top: 15px;
}
.table-responsive table tr td{
    padding: 8px 10px;
}
.table-responsive table tr td span{
    font-weight: 600;
}
.sidebar {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}

.sidebar ul li{
    line-height: 28px;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-bottom: none;
transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.sidebar ul li:hover{
    padding-left: 28px;
    background-color: #099a55;
}
.sidebar ul li a{
    color: #333;
    font-size: 20px;
    font-weight: 600;
     display: block;
     text-decoration: none;
}

.sercnt.services-inner h1 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.sercnt.services-inner ul li a {
    font-size: 20px;
    color: #000;
}
.sidebar ul li i{
    float: right;
    transform: translateY(7px);
    color: #666;
    font-size: 12px;
}
.sidebar ul li:hover a, .sidebar ul li:hover i{
    color: #fff;
}
.sidebar ul li ul li{
    border: none;
}
.sidebar ul li ul li{
    padding: 10px;
}
.facilitiespage ul{
    padding-bottom: 15px;
}
.facilitiespage ul li{
    font-size: 18px;
    line-height: 38px;
    list-style: square;
    margin-left: 25px;
}
.facib{
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.10);
    padding: 10px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    margin-bottom: 30px;

}
.facib:hover{
    background: #296598
}
.facib h3{
    font-size: 16px;
    line-height: 26px;
    background: #eee;
    padding: 10px 15px;
    margin: 0;
}
.sidebarcontact{
    background: #099a55;
    padding: 15px;
    margin-top: 30px;
}
.sidebarcontact_inn{
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
}
.sidebarcontact_inn h2{
    font-size: 26px;
    padding-bottom: 20px;
    color: #fff;
    font-family: roboto;
}
.sidebarcontact_inn i{
    color: #fff;
    padding-right: 5px;
}
.sidebarcontact_inn p{
    color: #fff;
}
.sidebarcontact_inn p:last-child{
    padding-bottom: 0
}
.topright{
    float: right;
    margin-right: 15px;

}
.topright ul li{
    float: left;
    border-left: 2px solid #000: 

}
.topright ul li i{
    margin-right: 20px;
    font-size: 21px;
    color: #fff;
    transition: 0.3s ease-out;
    
}
.topright ul li i:hover{
   color: #fff;
}

.index-contact form{
   outline: none !important;
   padding: 50px 30px 50px 50px!important;
}

.about-banner {
    width: 100%;
	height:220px;
   background: url(../../images/all-bg.jpg);
   background-size: 100% 100%;
		
}

.about-banner h1 {
    padding-top: 70px;
    color: #362727;
    font-family: 'Poppins';
    font-size: 33px;
    text-shadow: 0px 0px 2px #fff;
    letter-spacing: .8px;
}

.about-banner a {
    color: #362727;
    /* font-weight: bold; */
    font-size: 18px;
    font-family: 'Roboto';
    text-shadow: 0px 0px 2px #fff;

}

.about-banner a:hover{
	color:#000;
    text-shadow: 0px 0px 0px #007e00;

	
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: right;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  padding: 36px 10px 20px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight:bold;
  544
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #007e00;
   
}

.doc img{
	width: 75%;
	height: auto;
    box-shadow: 0 0 3px 2px;
}

.doc1 img{
	width:100%;
	height: auto;
    box-shadow: 0 0 3px 2px;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #007e00;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3fbbc0;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3fbbc0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 71vh;
  /*background-color: rgba(60, 60, 60, 0.8);*/
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  bottom: 0;

}
#hero .carousel-item {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#hero .container {
 text-align: left;
  
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  
}
@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
	text-align: left;
  
  }
}
#hero h2 {
  color: #051460;
 font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0px 0px 4px #fff;
 
}

.ab {
 
    text-align: center;
    padding-right: 45%;
    padding-bottom: 16%;
  text-align: left;

}


i.bx.bx-map {
    font-size: 16px;
}
#hero p {
    margin: 0 auto 30px auto;
    color: #000;
    font-size: 16px;
    font-family: Georgia, serif;
  /*text-shadow: 0px 0px 4px #282828;*/
  font-weight: 500;
  letter-spacing: 0.8px;

}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #007e00;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: #3fbbc0;
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #03042a;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #007e00;
}
#hero .btn-get-started:hover {
  background: #5a5050;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;

  }
}


@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  
  .ab{
 text-align: left;
  
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
 
  top: 29px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #2172fc;
    bottom: 8;
    left: calc(50% - 25px);
}






  
  
}







@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
    height: auto;
  }
}
@media (max-height: 500px) {
  #hero {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

}
  overflow: hidden;
}



.section-bg {
  background-color: #eee;
  margin-top: 2%;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  
  
  padding-bottom: 15px;
 
  position: relative;
font-family: 'Poppins', sans-serif;
  color:#0f890e;
}

.imgabt {
    padding-top: 60px;
}

.abtlft.about-us.inner-about.doctor-text {
    padding-top: 60px;
}
.cf {
    padding-top: 50px;
    padding-bottom: 50px;
}

.abtlft.about-us.inner-about.doctor-text h3 {
    font-size: 22px;
    text-decoration: underline;
    color: #49a149;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;

}
.abtlft ul{
  list-style: none;
  margin: 0px 0;
  padding: 11px 0;
}
.abtlft ul li{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 0px 0 5px 0;
}
.abtlft .fa-solid{
  padding: 0px 10px 0px 0px;
}

.imgabt h3 {
    color: #49a149;
    font-size: 25px;
    text-decoration: underline;
    padding-top: 30px;
}
.cont {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #007e00 !important;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
  color: #000;
    font-size: 20px;
    font-family: 'bootstrap-icons';
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
	
  position: relative;
  overflow: hidden;
     border: 1px solid#49a149;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
 min-height:300px;
 margin-top: 25px;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #f1f1f1;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #c3e1c3;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
  display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 167px;
	
    margin-bottom: 20px;
    background: #fff;
   
    transition: 0.5s;
    color: #3fbbc0;
    overflow: hidden;
    box-shadow: 0px 0 25px rgb(0 0 0 / 15%);
}
.featured-services .icon img{
  width: 100%;
  overflow: none;
}
.ent{
	text-align:center;
}
.ent a {
    font-size: 17px;
    font-family: 'roboto',sans-serif;
    padding: 7px 18px;
    color: #fff;
    background: #49a149;
    border-radius: 6px;
}
.ent a:hover{

  background: #fff;
  color: #49a149;
  box-shadow: 0px 0px 3px #000;
}
.innerbanner {
    background:url(../images/breadcrumbs.jpg) no-repeat;
    padding: 3em 0;
    background-size: 100%;
    text-align: center;
    box-shadow: inset 1px 4px 0px 0px rgb(0 0 0 / 1%);
}
.innerbanner h1{
        font-family: 'Open Sans', sans-serif  !important;
        color: #fff;
}   
.innerbanner ul li {
    display: inline;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    color: #fff;
}

.innerbanner ul li:after {
    position: absolute;
    content: '//';
    top: -1px;
    padding: 0 12px;
}

.innerbanner ul li:last-child:after {
    display: none;
}

.innerbanner ul {
    margin-bottom: 0;
   color: #fff;
}

.innerbanner ul li a {
   color: #fff;
    text-decoration: none;
}

.aboutpage h1 {
    margin-top: 0;
}

.contactpage {
    /*    padding: 4em 0;*/
}

.contactpage h2 {
    font-size: 18px;
    /* font-weight: 600; */
    color: #000;
    position: relative;
    padding-bottom: 0px;
    line-height: 29px;
    padding-left: 75px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.contactpage h2 i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 26px;
    background-color: #f29633;
/*    border: 1px solid #29659850;*/
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    text-align: center;
}

.contactpage p {
    color: #333;
    line-height: 20px;
    padding-bottom: 8px;
    margin: 0;
    padding-left: 75px;
    padding-right: 75px;
}

.enqform h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: center;
	font-family: roboto;
        
}

.enqform form {
    padding: 30px;
    border-radius: 0px;
    outline: 10px solid #00bdd3a6;
}

.enqform form label {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.enqform form input {
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding: 10px;
    margin-bottom: 15px;
}

.enqform form input::placeholder {
    color: #666 !important;
}

.enqform form input:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.enqform form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 155px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.enqform form textarea::placeholder {
    color: #666 !important;
}

.enqform form textarea:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.enqform form button {
    width: 100%;
    height: 40px;
    background: #49a149;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.enqform form button:hover {
    background: #089b57;
}

.healthcare {
    background: url(../images/healthbg.jpg) center no-repeat;
    background-attachment: fixed;
    height: auto;
    width: 100%;
    height: 400px;
    background-image: cover;
    align-items: center;
    padding-top: 8%;
    text-align: center;
}

.healthcare h1 {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    line-height: 60px;
    font-size: 45px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #00000015;
    /*font-family: 'Lato', sans-serif*/
    font-family: 'Oswald', sans-serif
}

.healthcare h1 span {
    display: block;
    color: #f58634;
    font-weight: 700;
}

.healthcare a button {

    cursor: pointer;
    background-color: #ffffff;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 2px 2px 12px #00000025;
}

.healthcare a button i {
    width: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #296598;
    margin-left: 15px;
}

.callnow {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: -140px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;

}

.callnow img {
    width: 200px;
}

.callnow:hover {
    left: -2px;
}

.enqpage {
    background: url(../images/make-an-appointment.jpg) no-repeat;
    padding: 4em 0;
    background-size: cover;
}

.abtlft.about-us.inner-about.doctor-text h1 {
    font-size: 31px;
    color: #49a149;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 800;
}

.abtlft.about-us.inner-about.doctor-text h4 {
    font-size: 20px;
    color: #282828;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;

}

.abtlft.about-us.inner-about.doctor-text p {
    font-size: 16px;
    color: #f1f1f;
    color: #000;
    line-height: 31px;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    text-align: justify;

}






}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3fbbc0;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.featured-services .title a {
  color: #423636;
}
.featured-services .description {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
  text-align: justify;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3fbbc0;
  color: #fff;
  background-size: cover;
  padding: 60px 0; 
}
.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  
}

.about.us p {
    color: #314297;
    font-size: 18px;
  font-family: 'Poppins', sans-serif;
    font-weight: bold;
	text-align: center;
	
}

.about.us1 h3 {
    color: #007e00;
    font-size: 27px;
    font-family: Georgia, serif;
    text-align: justify;
    padding-top: 29px;
    font-weight: bold;
}


.about.us1 p {
    color: #000;
    font-size: 16px;
    font-family: Georgia, serif;
    font-weight: bold;
      text-align: justify;
}

.doc1 {
   text-align: justify;
}
.about.us1 a {
    padding: 10px 12px;
    border: 1px solid#2172fc;
    /* margin-top: 18px; */
    color: #fff;
    background: #051460;
    border-radius: 15px;
}
.doc {
    text-align: center;
	padding:0 25px;
	padding-top: 31px;
}

.about.us h2 {
    color: #000;
    font-size: 18px;
    font-family: Georgia, serif;
    line-height: 29px;
    text-align: justify;
	padding-bottom:28px;
}

.about.us a {
    padding: 7px 18px;
    /* margin-top: 18px; */
    color: #fff;
	background:#49a149;
	border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
}

.about.us a:hover {
    color: #49a149;
	background:#fff;
  box-shadow: 0px 0px 3px #000;
}
.img-fluid {
    max-width: 100%;
    height: auto;
        border: 1px solid #000;
}

.about.us h3 {
    color: #49a149;
    font-size: 27px;
   font-family: 'Roboto', sans-serif;
   text-align: center;
    padding-top: 29px;
    font-weight: bold;
	
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #3fbbc0;
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 176px;
    height: 167px;
  margin-bottom: 20px;
  background: #fff;
 
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon i {
  font-size: 36px;
  line-height: 0;
}
.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
  font-family: Georgia, serif;
}
.services .title a:hover {
  color: #3fbbc0;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
 background: #2172fc !important;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}
.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: #000;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}
.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.departments .nav-link:hover h4 {
  color: #3fbbc0;
}
.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}
.departments .nav-link.active h4 {
  color: #3fbbc0;
}
.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}
@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}
.departments .tab-pane p {
  color: #777777;
}
.departments .tab-pane p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}
.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.doctors .member .social a i {
  line-height: 0;
}
.doctors .member .social a:hover {
  color: #3fbbc0;
}
.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.doctors .member .member-info {
  padding: 25px 15px;
}
.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}
.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}
.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}
.gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid #3fbbc0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #3fbbc0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #65c9cd;
}
.pricing .featured h3 {
  color: #fff;
  background: #3fbbc0;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #49a149;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #007e00;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #007e00;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
padding: 5px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding:61px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #03042a;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #03042a;
  padding: -1 0 30px 0;
  color: #555555;
  font-size: 14px;
}

.copy span {
    color: #2172fc;
}
.#footer .footer-top {
  background: #010b3e;
  padding: 60px 0 30px 0;
}

.footer-info h2 {
    color: #fff;
    font-size: 25px;
    
	padding-top:50px;
    
}



.footer-info p {
    color: #fff;
    font-size: 15px;
    font-family: 'boxicons';
   
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007e00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


#footer .footer-top .social-links a:hover {
  background: #fff;
  text-decoration: none;
  color: #007e00;
}
#footer .footer-top h4 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
   padding-top: 50px;
	text-decoration: underline;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-newsletter p {
    color: #fff;
}
.footer-newsletter  {
  color: #000;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #007e00;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  transition: 0.8s;
}
#footer .footer-top .footer-links ul a:hover {
  /*color: #3fbbc0;*/
  letter-spacing: 0.2px;
  border-bottom: 1px double #fff;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #65c9cd;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

/* services pages */


.admin-sidenav {
    width: auto;
	height: auto;
	margin-left: 0px; 
}
.admin-sidenav a {
	text-decoration: none; 
}
.admin-sidenav li {
	font-weight: 400;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
    border-bottom: 1px solid #7c7c7c;

}
.admin-sidenav li a {
	color: #fff; 
  font-family: 'roboto',sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 15px 15px;
    display: inline-block;
    width: 100%;
    background-color: ;
}

.admin-sidenav li a:active {
	color: #fff!important; 
}

.admin-sidenav li a:hover {
	border-color: #282828;
  background: #24833d;
  color: #fff;
  text-shadow: 0 0 2px #000;

}
.admin-sidenav li a.active{
  border-color: #282828;
  background: #24833d;
  color: #fff;
  text-shadow: 0 0 2px #000;

}

.admin-sidenav li:active {
	border-color: #02d3f5; 
}
.services {
    width: 100%;
    background: #fff;
    padding: 50px 0px 40px 0px;

}

.service {
    width: 100%;
    background: #fff;
    padding: 50px 0px 40px 0px;
    
}


.services img{
	padding: 0px 27px 38px 38px;
  width: 100%!important;
}


.services p{
	color:#221d1d;
	font-size:15px;
	 text-align: justify;
	line-height:28px;
	font-family: 'Poppins', sans-serif;
	padding: 0 38px;
}
.services h2{
	color:#007e00;
	padding: 0 38px;
	font-size:27px;
	font-family: 'Poppins', sans-serif;
	text-decoration: underline;
}





.service img{  
	padding: 0px 38px 38px 38px;
}
.admin-sidenav {
  background: #4c4e54;
  border-radius: 2px 2px 0 0;
}

.admin-sidenav h1 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding: 5px 0px;
    margin: 0px 0px;
    background: #49a149;
}

.service p{
	color:#221d1d;
	font-size:15px;
	 text-align: justify;
	line-height:28px;
	font-family: 'Poppins', sans-serif;
	padding: 0 38px;
}
.service h2{
	color:#007e00;
	padding: 0 38px;
	font-size:27px;
	font-family: 'Poppins', sans-serif;
	text-decoration: underline;
}
.text-md-right p{
    text-align: right!important;
    margin-right: 15px;
}
.text-md-right img{
  width: 20px;
  height: 20px;

}
.remvo{
  margin: 0px 0px;
  padding: 0px 0px;
}
/*--------------------
new about part
--------------------*/
.text-part-fr-doctor h4{
  font-size: 22px;
  font-family: 'roboto',sans-serif;
  font-weight: 600;  
  letter-spacing: 1px;
  margin: 0px 0px;
  color: #2f4eeb;
  



}
.text-part-fr-doctor h2{
    font-size: 26;
   font-family: 'Roboto Slab', serif;
  color: #0f890e;
  margin: 0px 0px;
  padding-top: 5px;


}
.text-part-fr-doctor h3{
    font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;  
  letter-spacing: 1px;
  color: #f36565;
  margin: 0px 0px;
  padding: 5px 0;
  border-bottom: 1px solid #94f394;
}

.text-part-fr-doctor p{
  font-size: 16px;
  font-family: 'roboto', sans-serif;
  font-weight: 400;  
  letter-spacing: 1px;
  color: #282828;
  text-align: justify;
  margin: 10px 0px 20px 0px;
  padding: 5px 0;
  line-height: 30px;

}
.text-part-fr-doctor a{
  background: #007e00;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
  padding: 7px 25px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  transition: 0.5s;

}
.text-part-fr-doctor a:hover{
  box-shadow: 0 0 4px #000;
  background: #fff;
  color: #007e00;
}
.for-sp-abt1{
  padding: 50px 0;
}
.for-sp-abt2{
  padding: 50px 0;
  background: #f1f1f1;

}
.img-for-doc img{
  box-sizing: border-box;
  border: 1px solid #0f890e;
  padding: 15px;
}
.for-white-bg{
  padding: 40px 0;
  background: #fff;
}
.for-white-bg1{
  background: #f1f1f1;
  padding: 40px 0;


}


/*-------------------responsive------------------*/

@media only screen and (min-width:240px) and (max-width: 339px){

/*---header-----*/
  #header {
    padding: 12px 0;
}

.top-btn{
  display: none !important;
}
.navbar {
    padding: 0;
    float: right;
}

/*-----banner-----*/
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #007e00;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
#hero h2 {
    font-size: 17px;
    margin-bottom: 2px;
}
.ab {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    m: ;
    padding-bottom: 27%;
    padding-left: 10px;
}
#hero {
    height: 30vh;
}
.carousel-control-prev {
    left: 33%;
}
.carousel-control-next {
    right: 40%;
}
.carousel-control-next, .carousel-control-prev {
    top: 83px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 32px;
    height: 32px;
    font-size: 25px;
}
.carousel-indicators{
  display: none;
}
/*------index-abt----*/
.od-2{
  display: flex;
  order: 2;
}
.od-1{
  display: flex;
  order: 1;
}
.for-sp-abt1 {
    padding: 10px 0;
}
/*-----services-index---------*/
.for-white-bg {
    padding: 40px 20px
}
.for-white-bg1 {
    padding: 40px 20px;
}
/*------footer-----*/
#footer .footer-top h4 {
    padding-top: 0px;
  }
.footer-top{
  margin-bottom: 15px
}
.contact .php-email-form {
    padding: 10px;
}
}

@media only screen and (min-width:340px) and (max-width: 379px){

/*---header-----*/
  #header {
    padding: 12px 0;
}

.top-btn{
  display: none !important;
}
.navbar {
    padding: 0;
    float: right;
}

/*-----banner-----*/
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #007e00;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
#hero h2 {
    font-size: 20px;
    margin-bottom: 2px;
}
.ab {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    m: ;
    padding-bottom: 22%;
    padding-left: 10px;
}
#hero {
    height: 30vh;
}
.carousel-control-prev {
    left: 34%;
}
.carousel-control-next {
    right: 40%;
}
.carousel-control-next, .carousel-control-prev {
  top: 118px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 32px;
    height: 32px;
    font-size: 25px;
}
.carousel-indicators{
  display: none;
}
/*------index-abt----*/
.od-2{
  display: flex;
  order: 2;
}
.od-1{
  display: flex;
  order: 1;
}
.for-sp-abt1 {
    padding: 10px 0;
}
/*-----services-index---------*/
.for-white-bg {
    padding: 40px 20px
}
.for-white-bg1 {
    padding: 40px 20px;
}
/*------footer-----*/
#footer .footer-top h4 {
    padding-top: 15px;
  }
.footer-top{
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 10px;
}
.contact .php-email-form {
    box-shadow: 0 0 20px rgb(214 215 216 / 50%);
    padding: 10px;
}
}


@media only screen and (min-width:380px) and (max-width: 419px){

/*---header-----*/
  #header {
    padding: 12px 0;
}

.top-btn{
  display: none !important;
}
.navbar {
    padding: 0;
    float: right;
}

/*-----banner-----*/
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #007e00;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
#hero h2 {
    font-size: 20px;
    margin-bottom: 2px;
}
.ab {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-bottom: 18%;
    padding-left: 10px;
}
#hero {
    height: 30vh;
}
.carousel-control-prev {
    left: 34%;
}
.carousel-control-next {
    right: 40%;
}
.carousel-control-next, .carousel-control-prev {
  top: 128px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 32px;
    height: 32px;
    font-size: 25px;
}
.carousel-indicators{
  display: none;
}
/*------index-abt----*/
.od-2{
  display: flex;
  order: 2;
}
.od-1{
  display: flex;
  order: 1;
}
.for-sp-abt1 {
    padding: 10px 9px;
}
.for-sp-abt2 {
    padding: 10px 9px;
}
.for-sp-abt1 {
    padding: 35px 9px;
}
.for-sp-abt2 {
    padding: 35px 9px;
}
/*-----services-index---------*/
.for-white-bg {
    padding: 40px 20px
}
.for-white-bg1 {
    padding: 40px 20px;
}
/*------footer-----*/
#footer .footer-top h4 {
    padding-top: 15px;
  }
.footer-top{
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 10px;
}
.contact .php-email-form {
    box-shadow: 0 0 20px rgb(214 215 216 / 50%);
    padding: 10px;
}
}

@media only screen and (min-width:420px) and (max-width: 575px){

/*---header-----*/
  #header {
    padding: 12px 0;
}
#header .d-flex{
  display: block !important;
}
.top-btn{
  display: none !important;
}
.navbar {
    padding: 0;
    float: right;
}

/*-----banner-----*/
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #007e00;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
#hero h2 {
    font-size: 22px;
    margin-bottom: 2px;
}
.ab {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
       padding-bottom: 24%;
    padding-left: 26px;
}
#hero {
    height: 38vh;
}
.carousel-control-prev {
    left: 37%;
}
.carousel-control-next {
    right: 40%;
}
.carousel-control-next, .carousel-control-prev {
  top: 146px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 32px;
    height: 32px;
    font-size: 25px;
}
.carousel-indicators{
  display: none;
}
/*------index-abt----*/
.od-2{
  display: flex;
  order: 2;
}
.od-1{
  display: flex;
  order: 1;
}
.for-sp-abt1 {
    padding: 10px 9px;
}
.for-sp-abt2 {
    padding: 10px 9px;
}
/*-----services-index---------*/
.for-white-bg {
    padding: 40px 20px
}
.for-white-bg1 {
    padding: 40px 20px;
}
/*------footer-----*/
#footer .footer-top h4 {
    padding-top: 15px;
  }
.footer-top{
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 10px;
}
.contact .php-email-form {
    box-shadow: 0 0 20px rgb(214 215 216 / 50%);
    padding: 10px;
}
}

@media only screen and (min-width:576px) and (max-width: 700px){

/*---header-----*/
  #header {
    padding: 12px 0;
}
#header .d-flex{
  display: block !important;
}
.top-btn{
  display: none !important;
}
.navbar {
    padding: 0;
    float: right;
}

/*-----banner-----*/
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #007e00;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
#hero h2 {
    font-size: 20px;
    margin-bottom: 2px;
}
.ab {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-bottom: 106px;
    padding-left: 26px;
}
#hero {
    height: 57vh;
}
.carousel-control-prev {
    left: 38%;
}
.carousel-control-next {
    right: 40%;
}
.carousel-control-next, .carousel-control-prev {
  top: 189px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 32px;
    height: 32px;
    font-size: 25px;
}
.carousel-indicators{
  display: none;
}
/*------index-abt----*/
.od-2{
  display: flex;
  order: 2;
}
.od-1{
  display: flex;
  order: 1;
}
.for-sp-abt1 {
    padding: 10px 9px 35px;
}
.for-sp-abt2 {
    padding: 40px 9px;
}
/*-----services-index---------*/
.for-white-bg {
    padding: 40px 20px
}
.for-white-bg1 {
    padding: 40px 20px;
}
/*------footer-----*/
#footer .footer-top h4 {
    padding-top: 15px;
  }
.footer-top{
  margin-bottom: 15px;

}
}

@media only screen and (min-width:700px) and (max-width: 768px){

/*---header-----*/
  #header {
    padding: 12px 0;
}
#header .d-flex{
  display: block !important;
}
.top-btn{
  display: none !important;
}
.navbar {
    padding: 0;
    float: right;
/*    top: 32px;*/
}

/*-----banner-----*/
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #007e00;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
#hero h2 {
    font-size: 26px;
    margin-bottom: 2px;
}
.ab {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-bottom: 27%;
    padding-left: 26px;
}
#hero {
    height: 57vh;
}
.carousel-control-prev {
    left: 38%;
}
.carousel-control-next {
    right: 40%;
}
.carousel-control-next, .carousel-control-prev {
/*  top: 238px;*/
top: 212px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 32px;
    height: 32px;
    font-size: 25px;
}
.carousel-indicators{
  display: none;
}
/*------index-abt----*/
.od-2{
  display: flex;
  order: 2;
}
.od-1{
  display: flex;
  order: 1;
}
.for-sp-abt1 {
    padding: 10px 9px 35px;
}
.for-sp-abt2 {
    padding: 40px 9px;
}
/*-----services-index---------*/
.for-white-bg {
    padding: 40px 20px
}
.for-white-bg1 {
    padding: 40px 20px;
}
/*------footer-----*/
#footer .footer-top h4 {
    padding-top: 15px;
  }
.footer-top{
  margin-bottom: 15px;

}
}

@media only screen and (min-width:769px) and (max-width: 991px){
/*  ----header-----*/
.top-btn{
  display: none !important;
}
#header .d-flex{
  display: block !important;
}

.navbar {
    padding: 0;
    float: right;
    top: 36px;
}
/*-----banner-----*/
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #007e00;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
#hero h2 {
    font-size: 26px;
    margin-bottom: 2px;
}
.ab {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-bottom: 29%;
    padding-left: 26px;
}
#hero {
    height: 54vh;
}
.carousel-control-prev {
    left: 38%;
}
.carousel-control-next {
    right: 40%;
}
.carousel-control-next, .carousel-control-prev {
  top: 238px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 32px;
    height: 32px;
    font-size: 25px;
}
.carousel-indicators{
  display: none;
}
/*  ----index-form---*/
.index-contact form {
    padding: 20px 5px 30px 10px!important;
}
.enqform form textarea {
  padding: 10px;
    margin-bottom: 10px;
    height: 77px;
}
.enqform h1{
  font-size: 25px;
  padding-bottom: 1px;
}
.enqform form input{
  margin-bottom: 7px;
  padding: 10px;
}

}
@media only screen and (min-width:992px) and (max-width: 1200px){
/*  ----header-----*/
#header .logo a {
    color: #555555;
    width: 100%;
}
/*-----banner-----*/
#hero {
    height: 57vh;
}
.carousel-control-prev {
    left: 40%;
}
.carousel-control-next {
    right: 38%;
}
.carousel-control-next, .carousel-control-prev {
  top: 298px;
  }
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    
    width: 50px;
    height: 50px;
    font-size: 35px;
}
.carousel-indicators{
  display: none;
}
#hero p{
  display: none;
}
#hero .btn-get-started{
  display: none;
}
.ab {

       padding-bottom: 34%;
    padding-left: 20px;
    }
  }