@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: inherit;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
}

h5 {
  font-weight: 500;
}

h1 {
  color: #252525;
  font-size: 5em;
}

h2 {
  color: #272727;
  font-size: 3em;
  padding-bottom: 30px;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h4 {
  color: #454545;
  font-size: 1.8em;
  padding-bottom: 2px;
}

h6 {
  letter-spacing: 0;
  font-weight: normal;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #4fdf73;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  margin-top: 0;
}

.section-btn {
  background: #4fdf73;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: inherit;
  font-weight: 500;
  padding: 14px 20px;
  margin-top: 60px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.section-btn:hover {
  transform: translateY(-5px);
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 4em;
  padding-top: 2.5em;
}

.btn-gray {
  background: #393939;
  display: none;
}

.btn-blue {
  background: #4267b2;
}

.news-thumb {
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .news-thumb{
    margin-bottom: 30px;
  }
}
.branch{
  background-color: #f9f9f9;
  border-radius: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .branch{
    margin-bottom: 30px;
  }
}
.news-thumb img {
  border-radius: 10px 10px 0 0;
}

.news-info {
  padding: 30px;
  text-align: left;
}
.news-info span {
  display: block;
  letter-spacing: 0.5px;
}
.news-info h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.author {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5em;
  margin-top: 2em;
}
.author img,
.author .author-info {
  display: inline-block;
  vertical-align: top;
}
.author-info h5 {
  margin-bottom: 0;
}
.author img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

#about,
#team,
#news,
#news-detail {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-thumb {
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0); 
}
.news-thumb:hover{
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
  transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
 
}
.branch{
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0);
}
.branch:hover{
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
  transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
#news,
#service {
  text-align: center;
}

#google-map {
  line-height: 0;
  margin: 0;
  padding: 0;
}

#team .row img{
  border-radius: 5px;
}
#team .offer_section{
  background-color: #f8f8f8;
  padding: 50px;
  border-radius: 25px;
  border: 1px solid #4fdf73;
  margin-top: 30px;
  margin-bottom: 50px;
}
.offer_section:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.offer_section h5{
  background-color: #4fdf7323;
  padding: 6px 6px 6px 78px;
  border-radius: 8px;
  border: 1px solid #4fdf73;
 
}

.offer_section .btn{
  background-color: #4fdf73;
  padding: 6px 15px 6px 15px;
  border-radius: 1px;
  border: 1px solid #4fdf73;
  color: white;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  margin-left: 70px;
}

.offer_section .btn a{
  color: white;
}

#news .btn{
  background-color: #4fdf73;
  padding: 6px 15px 6px 15px;
  border-radius: 1px;
  border: 1px solid #4fdf73;
  color: white;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
  margin-left: 40px;
}


#news .btn a{
  color: white
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #4fdf73;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}

header .col-md-8 {
  padding-right: 0;
}

header p,
header span {
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}

header a,
header span {
  color: #747474;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}

header span.date-icon {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding-right: 19px;
  padding-left: 19px;
}

header span i {
  color: #4fdf73;
  margin-right: 5px;
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
  padding-bottom: 50px;
}

.navbar-default .navbar-brand img {
  width: 95px;
  height: 95px;
  margin-top: -30px;
}

.navbar-default .navbar-brand .fa {
  color: #4fdf73;
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: #4fdf73;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #4267b2;
  color: #ffffff !important;
}

.navbar-default .navbar-nav li a {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav > li a:hover {
  color: #393939 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #393939;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.dropbtn {
  /* background-color: #4CAF50; */
  background-color: Transparent;
  color: #555555;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  text-decoration-style: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home h1 {
  color: #ffffff;
  padding-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #home h1{
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
  }
}

#home h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -170px !important;
}

.slider .container {
  width: 100%;
}

.slider .owl-dots {
  position: absolute;
  top: 575px;
  width: 100%;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}

.slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  color: #fff;
  cursor: e-resize;
}

.slider .item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 650px;
}

.slider .item-first {
  background-image: url(../images/pexels-anna-shvets-3845810.jpg);
}

.slider .item-second {
  background-image: url(../images/christian-hermann-mpr5QrN9rjM-unsplash.jpg);
}

/* .slider .item-third {
  background-image: url(../images/slider3.jpg);
} */

/* ----------------- Home Services Section ----------- */

#featured .owl-theme .owl-nav [class*=owl-] {
	color: #000!important;
	font-size: 35px!important;
	margin: 0 3px;
	background: #e5e5e5!important;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	padding: 0!important;
	width: 40px;
	height: 40px;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 0!important;
	position: relative;
	z-index: 1;
	text-align: center
}
#featured .owl-theme .owl-nav [class*=owl-]::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
  margin: 0 auto;
  background: -webkit-gradient(linear, right bottom, left top, from(#ff2c9c), color-stop(#ff287b), color-stop(#39ff85), color-stop(#78ffa0), to(#51ff00));
  background: linear-gradient(to left top, #4fdf73, #32db57, #23c23e, #53d420, #a2cc09);
	/* background: -webkit-gradient(linear, right bottom, left top, from(#ff2c9c), color-stop(#ff287b), color-stop(#ff395a), color-stop(#ff5137), to(#ff6a00));
	background: linear-gradient(to left top, #ff2c9c, #ff287b, #ff395a, #ff5137, #ff6a00); */
	width: 0;
	height: 0;
	z-index: -1;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
#featured .owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff!important
}
#featured .owl-theme .owl-nav [class*=owl-]:focus::before, .owl-theme .owl-nav [class*=owl-]:hover::before {
	width: 100%;
	height: 100%
}
#featured .owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 0 4px;
	background: 0 0;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}
#featured .owl-theme .owl-dots .owl-dot span::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	width: 10px;
	height: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	background: #b7b7b7;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
#featured .owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:focus, .owl-theme .owl-dots .owl-dot:hover {
	outline: 0
}
#featured.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:focus span, .owl-theme .owl-dots .owl-dot:hover span {
	background: 0 0;
	border-color:  #4fdf73;
}
#featured .owl-theme .owl-dots .owl-dot.active span::before, .owl-theme .owl-dots .owl-dot:focus span::before, .owl-theme .owl-dots .owl-dot:hover span::before {
	background: #4fdf73;
}
.featured-services-area {
	position: relative;
	z-index: 1;
	margin-top: -85px;
	margin-bottom: -30px
}
.featured-services-area .featured-services-box {
	margin-top: 50px
}
.featured-services-area.boxes-style-two {
	margin-top: 0;
	padding-top: 80px
}
.featured-services-box {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 55px 30px;
	-webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
	box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
	margin-bottom: 30px;
}
.featured-services-box .icon {
	font-size: 45px;
	color:  #4fdf73;
	-webkit-transition: .5s;
	transition: .5s
}
.featured-services-box h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0 15px;
	-webkit-transition: .5s;
	transition: .5s
}
.featured-services-box p {
	margin-bottom: 25px;
	-webkit-transition: .5s;
	transition: .5s
}
.featured-services-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right bottom, left top, from(#ff2c9c), color-stop(#ff287b), color-stop(#ff395a), color-stop(#ff5137), to(#ff6a00));
  /* background: linear-gradient(to left top, #ff2c9c, #ff287b, #ff395a, #ff5137, #ff6a00); */
  background: linear-gradient(to left top, #4fdf73, #32db57, #23c23e, #53d420, #a2cc09);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.featured-services-box .back-text {
	font-size: 200px;
	position: absolute;
	font-weight: 700;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	top: 0;
	color: #010101;
	opacity: .04;
	z-index: -1;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s
}
.featured-services-box.active::before, .featured-services-box:focus::before, .featured-services-box:hover::before {
	opacity: 1;
	visibility: visible
}
.featured-services-box.active .icon, .featured-services-box:focus .icon, .featured-services-box:hover .icon {
	color: #fff;
	filter: brightness(600%)
}
.featured-services-box.active p, .featured-services-box:focus p, .featured-services-box:hover p {
	color: #fff
}
.featured-services-box.active h3, .featured-services-box:focus h3, .featured-services-box:hover h3 {
	color: #fff
}
.featured-services-box.active .read-more-btn, .featured-services-box:focus .read-more-btn, .featured-services-box:hover .read-more-btn {
	color: #fff
}
.featured-services-box.active .back-text, .featured-services-box:focus .back-text, .featured-services-box:hover .back-text {
	opacity: .1
}
.read-more-btn {
	color: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 15px;
	font-weight: 600
}
.read-more-btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 2px;
	background: #000;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.read-more-btn:focus::before, .read-more-btn:hover::before {
	opacity: 1;
	visibility: visible;
	left: 40px
}
.featured-services-slides.owl-theme .owl-nav {
	margin-top: 0;
	line-height: .01
}
.featured-services-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.featured-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0
}
.featured-services-slides.owl-theme:focus .owl-nav [class*=owl-], .featured-services-slides.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
	visibility: visible;
	left: -35px
}
.featured-services-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next, .featured-services-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -35px
}
#featured .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: -90px;
}

/*-----------------------------------
      Laboratory Services         
  -----------------------------------------*/
  
/* home delivery section
------------------------------------------------ */
.delivery{
  padding: 80px;
  background: linear-gradient(to left top, #4fdf73, #32db57, #23c23e, #53d420, #a2cc09);
}
.delivery h3{
  color: white;
  font-size: 38px;
}
.delivery p{
  color: white;
  padding-top: 20px;
  font-size: 28px;
}

.delivery a{
  color: white;
}

@media (max-width: 767px) {
  .delivery h3{
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .delivery p{
    font-size: 22px;
  }
}
/* Boxes
------------------------------------------------ */

/* List style */
ul.thumbnails { 
list-style: none; 
margin: 0;
padding: 0;
}

.thumbnails .thumbnail{
  background: none !important;
  border: none !important;
}

.caption-box h4 {
  font-size: 1.94rem;
  color: #444;
  }

.caption-box p {
  font-size: 0.75rem;
  color: #999;
  }

  .btn.btn-mini {
    font-size: 0.63rem;
  }



/* ------------------------- Control box 
------------------------------------------------ */
.control-box {
  width: 100%;
  }
  .carousel-control{
      background: #666 !important;
      border: 0px;
      border-radius: 0px;
      display: inline-block;
      font-size: 34px;
      font-weight: 200;
      line-height: 18px;
      opacity: 0.5;
      padding: 4px 10px;
      margin: 30px -20px 0;
      height: 30px;
      width: 30px;
      }



/* Mobile only
------------------------------------------------ */
@media (max-width: 767px) {
  .carousel-control.right{
    right: 28px;
  }
}
@media (max-width: 767px) {
  .carousel-control.left{
    left: 28px;
  }
}
@media (max-width: 767px) {
  .page-header { text-align: center; } 
}

@media (max-width: 479px) {
  .caption-box { word-break: break-all; }
  ul.thumbnails li { margin-bottom: 30px; }
}
/*-----------------------------------
      Image Gallery            
  -----------------------------------------*/
  .services-area .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
  .services-area.services-section {
    padding-bottom: 80px
  }
  .services-inner {
    background: -webkit-gradient(linear, right bottom, left top, from(#ff2c9c), color-stop(#ff287b), color-stop(#ff395a), color-stop(#ff5137), to(#ff6a00));
    background: linear-gradient(to left top, #4fdf73, #32db57, #23c23e, #53d420, #a2cc09);
    padding-top: 110px;
    width: 100%;
    height: 100%
  }
  .services-inner .services-section-title {
    max-width: 540px;
    padding-right: 60px;
    margin-left: auto
  }
  .services-inner .services-section-title h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-left: 30px;
  }
  .services-inner .services-section-title .bar {
    position: relative;
    width: 55px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .services-inner .services-section-title p {
    color: #fff;
    opacity: .95;
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .services-list {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 70px;
    /* background-image: url(../images/IMG_20200911_094607.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
  }
  .services-list::before {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: #1c7513;
    opacity: .1;
    z-index: -1;
    content: ''
  }
  .services-list .single-services {
    margin-bottom: 0
  }
  .single-services {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
  }
  .single-services::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .55;
    right: 0;
    bottom: 0
  }
  .single-services .content {
    position: absolute;
    bottom: -145px;
    left: 0;
    text-align: center;
    padding: 20px 20px 35px;
    z-index: 2;
    -webkit-transition: .8s;
    transition: .8s
  }
  .single-services .content .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border: 1px solid #a2cc09;
    line-height: 65px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
  }
  .single-services .content .icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    background: -webkit-gradient(linear, right bottom, left top, from(#ff2c9c), color-stop(#ff287b), color-stop(#ff395a), color-stop(#ff5137), to(#ff6a00));
    background: linear-gradient(to left top, #4fdf73, #32db57, #23c23e, #53d420, #a2cc09);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
  }
  .single-services .content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 145px;
    color: #fff;
    padding-left: 30px;
  }
  .single-services .content p {
    color: #fff;
    opacity: .95;
    margin-bottom: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .single-services .content .read-more-btn {
    color: #fff;
    visibility: hidden;
    opacity: 0
  }
  .single-services .content .read-more-btn:focus, .single-services .content .read-more-btn:hover {
    color: #a2cc09;
  }
  .single-services:focus .content, .single-services:hover .content {
    bottom: 0
  }
  .single-services:focus .content .icon::before, .single-services:hover .content .icon::before {
    width: 100%;
    height: 100%
  }
  .single-services:focus .content p, .single-services:hover .content p {
    opacity: 1;
    visibility: visible
  }
  .single-services:focus .content a, .single-services:hover .content a {
    opacity: 1;
    visibility: visible
  }
  .p-0 {
    padding: 0!important;
}
.m-0 {
  margin: 0!important;
}
.services-area .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.services-area .container-fluid {
  width: 100%;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}
.services-area article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
.services-area img {
  vertical-align: middle;
  border-style: none;
}
.owl-carousel .owl-item img{
  width: auto;
  display: block;
}
@media only screen and (max-width: 767px){
.single-services .content {
    bottom: -100px;
}
}

@media (max-width: 767px){
  .single-services img{
    max-width: auto;
    /* height: 100%; */
  }
}
@media (max-width: 767px){
  .services-list{
    display: none;
  }
}
@media (max-width: 767px){
  .services-inner .services-section-title{
    padding-bottom: 80px;
  }
}
/*-----------------------------------
      ABOUT              
  -----------------------------------------*/
.welcome_clicnic_area {
  padding-top: 150px;
  padding-bottom: 100px;
}
.welcome_clicnic_area img {
  height: 700px;
}
@media (max-width: 767px) {
  .welcome_clicnic_area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .welcome_clicnic_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.welcome_clicnic_area .welcome_thumb {
  position: relative;
  z-index: 0;
}

.welcome_clicnic_area .welcome_thumb .thumb_1 {
  left: 0;
  margin-left: 0px;
  position: relative;
  margin-left: 30px;
}


.welcome_clicnic_area .welcome_thumb .thumb_1::before {
  background: #e0fbff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: -30px;
  bottom: -30px;
}


.welcome_clicnic_area .welcome_thumb .thumb_1 img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
 
  .welcome_clicnic_area .welcome_thumb .thumb_1 img {
    width: 100%;
  }
}


.welcome_clicnic_area .welcome_docmed_info {
  padding-left: 40px;
  padding-top: 40px;
}

@media (max-width: 767px) {
  
  .welcome_clicnic_area .welcome_docmed_info {
    padding-left: 0;
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .welcome_clicnic_area .welcome_docmed_info {
    padding-left: 0;
    margin-top: 100px;
  }
}

.welcome_clicnic_area .welcome_docmed_info h4 {
  font-size: 32px;
}

.welcome_clicnic_area .welcome_docmed_info h3 {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 60px;
}

.welcome_clicnic_area .welcome_docmed_info h3 span {
  display: block;
  color: #1a1a1a;
  font-weight: 700;
}

@media (max-width: 767px) {
 
  .welcome_clicnic_area .welcome_docmed_info h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  
  .welcome_clicnic_area .welcome_docmed_info h3 br {
    display: none;
  }
}

.welcome_clicnic_area .welcome_docmed_info p {
  font-size: 16px;
  color: #6b6a6a;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-word;
}


.welcome_clicnic_area .welcome_docmed_info ul {
  margin-bottom: 46px;
  margin-top: 20px;
}

.welcome_clicnic_area .welcome_docmed_info ul li {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 44px;
  position: relative;
  padding-left: 40px;
}

@media (max-width: 767px) {

  .welcome_clicnic_area .welcome_docmed_info ul li {
    line-height: 30px;
  }
}

.welcome_clicnic_area .welcome_docmed_info ul li i {
  list-style-type: none;
  margin-right: 15px;
  color: #84dfff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {

  .welcome_clicnic_area .welcome_docmed_info ul li i {
    top: 0px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

#about {

  background-size: cover;
  padding-top: 10px;
  padding-bottom: 150px;
}

.profile img,
.profile figcaption {
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}
.profile img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 1em;
}
.profile figcaption h3 {
  margin-top: 0;
}

#about h6 {
  color: #858585;
  margin: 0;
}

/*---------------------------------------
      DEPARTMENT AREA            
  -----------------------------------------*/

/*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/
.doctorpage_doctors{
  background-color: #f8f8f8;
}
.doctorpage_doctors .doctor_name{
  background-color: white;
  border-radius: 6px;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.team-thumb {
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 20px 30px 0 30px;
}

.team-contact-info {
  border-top: 1px solid #e9e9e9;
  padding-top: 1.2em;
  margin-top: 1.5em;
}

.team-contact-info .fa {
  margin-right: 5px;
  display: inline-block;
}

.team-contact-info p {
  margin-bottom: 2px;
}

.team-contact-info a {
  color: #757575;
}

.team-thumb .social-icon li {
  font-weight: 500;
}

.team-thumb .social-icon li a {
  background: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 2px 0 2px;
}

.team-thumb .social-icon {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
  text-align: center;
  position: relative;
  top: 0;
}

.team-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
  top: -22em;
}

/*---------------------------------------
     SERVICE              
  -----------------------------------------*/

#service {
  background: #a5c422;
}

#service h2,
#service h4 {
  color: #ffffff;
}

#service p {
  color: #d9d9d9;
}

#service .service-thumb {
  padding: 0 22px;
}

#service .fa {
  font-size: 50px;
  margin-bottom: 10px;
  background: #ffffff;
  color: #a5c422;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
}

/*---------------------------------------
      NEWS             
  -----------------------------------------*/

#news,
#news-detail {
  background: #f9f9f9;
}

#news-detail blockquote {
  margin: 30px 0;
}

.news-detail-thumb .news-image img {
  border-radius: 10px;
}

.news-detail-thumb h3 {
  margin-bottom: 8px;
}

.news-image {
  margin-bottom: 30px;
  position: relative;
}

.news-image img {
  width: 100%;
}

.news-detail-thumb ul {
  margin: 32px 12px 22px 0px;
}

.news-detail-thumb ul li {
  list-style: circle;
  font-weight: normal;
  padding: 6px 12px 6px 0px;
}

.news-sidebar {
  margin-top: 16px;
}

.news-social-share {
  text-align: center;
  padding-top: 22px;
}

.news-social-share .btn {
  border-radius: 100px;
  border: none;
  font-size: 10px;
  font-weight: 600;
  margin: 2px 6px;
  padding: 8px 14px;
}

.news-social-share .btn-primary {
  background: #3b5998;
}

.news-social-share .btn-success {
  background: #1da1f2;
}

.news-social-share .btn-danger {
  background: #dd4b39;
}

.news-social-share a .fa {
  padding-right: 4px;
}

.recent-post {
  padding-top: 2px;
  padding-bottom: 18px;
}

.recent-post .media img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 5px;
}

.recent-post .media-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  margin-top: 5px;
}

.news-categories {
  margin-top: 8px;
}

.news-categories li a {
  color: #2b2b2b;
}

.news-ads {
  background: #ffffff;
  border-right: 4px solid #2b2b2b;
  padding: 42px;
  text-align: center;
  margin: 26px 0 26px 0;
}

.news-ads.sidebar-ads {
  border-left: 4px solid #2b2b2b;
  border-right: 0px;
}

.news-ads h4 {
  font-size: 18px;
}

.news-tags h4 {
  padding-bottom: 6px;
}

.news-categories li,
.news-tags li {
  list-style: none;
  display: inline-block;
  margin: 4px;
}

.news-tags li a {
  background: #393939;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  float: left;
  min-width: 30px;
  padding: 6px 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.news-tags li a:hover {
  background: #4267b2;
}

.breadcam_bg {
  background-image: url(../images/pexels-andrea-piacquadio-3779693.jpg);
}

/* line 4, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.breadcam_bg_1 {
  background-image: url(../images/moses-vega-_YfoApRxd4I-unsplash.jpg);
}

.breadcam_bg_3 {
  background-image: url(../images/guardian-angel-2704181_1280.jpg);
}

/* line 7, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.breadcam_bg_2 {
  background-image: url(../images/banner/arseny-togulev-DE6rYp1nAho-unsplash.jpg);
}

.breadcam_bg_department{
  background-image: url(../images/pexels-daniel-frank-287237.jpg);
}

.breadcam_bg_contact {
  background-image: url(../images/arseny-togulev-DE6rYp1nAho-unsplash.jpg);
}

.breadcam_bg_lab {
  background-image: url(../images/pexels-chokniti-khongchum-3938022.jpg);
}

.breadcam_bg_xray {
  background-image: url(../images/pexels-pixabay-247786.jpg);
}

/* line 10, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  /* background-position: center center; */
  padding: 275px 0 275px 0px;

  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(10, 172, 59, 0.295);
  /* background-size: cover; */
  /* padding: 200px 0 120px 0; */
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0 120px 0;
  }
}

/* line 18, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 18, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 35px;
  }
}

/* line 28, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 33, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.bradcam_area p a {
  color: #fff;
}

/* line 35, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.bradcam_area p a:hover {
  color: #fff;
}

/* line 42, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  /* line 42, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
  .popup_box {
    padding: 40px 25px;
  }
}

/* line 51, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box h3 {
  font-size: 50px;
  color: #222222;
  font-weight: 100;
  line-height: 50px;
  margin-bottom: 50px;
}

/* line 57, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box h3 span {
  font-weight: 600;
  display: block;
}

@media (max-width: 767px) {
  /* line 51, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
  .popup_box h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

/* line 67, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 71, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box input {
  width: 100%;
  height: 60px;
  border: 1px solid #b7b7b7;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 16px;
}

/* line 79, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box input::placeholder {
  color: #c4c4c4;
  font-weight: 400;
  font-size: 16px;
}

/* line 84, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box input:focus {
  outline: none;
  border-color: #48a36c;
}

/* line 89, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #b7b7b7;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 60px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 20px;
  height: 60px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
  border-radius: 5px;
  white-space: normal;
}

/* line 125, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box .nice-select::after {
  content: "\e64b";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: "themify";
  color: #939393;
  font-size: 16px;
  right: 40px;
}

/* line 141, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 150, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 154, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.popup_box .nice-select:focus {
  outline: none;
  border-color: #48a36c;
}

/* line 160, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 168, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

/* line 173, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
#test-form button.mfp-close {
  display: none !important;
}

/* line 178, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.7;
}

/* line 189, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.gj-picker-md div[role="navigator"] div:first-child,
.gj-picker-md div[role="navigator"] div:last-child {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 197, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.gj-picker-md div[role="navigator"] div:first-child i,
.gj-picker-md div[role="navigator"] div:last-child i {
  font-size: 16px;
  line-height: 42px;
  position: relative;
  top: -1px;
}

/* line 203, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.gj-picker-md div[role="navigator"] div:first-child:hover,
.gj-picker-md div[role="navigator"] div:last-child:hover {
  color: #fff;
  background: #000;
}

/* line 208, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.gj-textbox-md:focus,
.gj-textbox-md:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

/* line 216, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.gj-datepicker-md [role="right-icon"],
.gj-timepicker-md [role="right-icon"] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #919191;
  margin-right: 15px;
  top: 20px;
  font-size: 18px;
}

/* line 230, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_bradcam.scss */
.book_apointment_area .popup_box {
  width: 100% !important;
}

.quality_area {
  padding-top: 95px;
  padding-bottom: 170px;
  background-color: #f9f9f9;
}

.quality_area .section-title p {
  margin-bottom: 20px;
}
.quality_area.minus_padd {
  padding-top: 125px;
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_quality.scss */
  .quality_area.minus_padd {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_quality.scss */
  .quality_area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

/* line 14, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_quality.scss */
.quality_area .single_quality {
  border: 3px solid rgba(206, 243, 255, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 70px 45px 63px 45px;
  margin-bottom: 30px;
  text-align: center;
}

/* line 20, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_quality.scss */
.quality_area .single_quality .icon {
  background-image: -webkit-linear-gradient(90deg, #4fdf73 0%, #9efab5 100%);
  background-image: -ms-linear-gradient(90deg, #4fdf73 0%, #9efab5 100%);
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  text-align: center;
  line-height: 90px;
}

/* line 32, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_quality.scss */
.quality_area .single_quality .icon i {
  line-height: 90px;
}

/* line 36, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_quality.scss */
.quality_area .single_quality h3 {
  font-size: 26px;
  font-weight: 400;
  color: #222222;
  margin-top: 32px;
  margin-bottom: 24px;
}


.quality_area .single_quality p {
  color: #6b6a6a;
  margin-bottom: 0;
}


.quality_area .col-lg-4:nth-child(2) .single_quality .icon i {
  position: relative;
  /* left: 6px; */
}

/* Float columns ------------------ counter section----------- */
#strength{
  background-color: #f8f8f8;
}
#strength .column { 
  float: left; 
  width: 33%; 
  padding: 0 5px; 
  padding-bottom: 100px;
} 
#strength .about-info{
  padding-top: 80px;
}   
#strength .row { 
  margin: 0 -5px; 
  
} 

#strength .row:after { 
  content: ""; 
  display: table; 
} 

/* Style the cards */
#strength .card { 
  padding: 30px; 
  text-align: center; 
  background-color: #4fdf73;
  color: white; 
  } 
    
  #strength .card:hover { 
  transform: scale(1.1); 
  /* background-color: #667910;  */
  transition-duration: 2s; 
  color: white; 
} 
#strength .card p{
  color: white;
}   
#strength .fa { 
  font-size: 50px; 
} 

/*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

#appointment {
  padding-top: 0;
}

.appointment_area {
  background-image: url(../images/form_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

#appointment label {
  color: #393939;
  font-weight: 500;
}

/* #appointment option{
  color: #393939;
  font-weight: 500;
} */

#appointment .form-control {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#appointment input,
#appointment select {
  height: 45px;
}

#appointment button#cf-submit {
  background: #4fdf73;
  color: #ffffff;
  font-weight: 600;
  height: 55px;
}

#appointment button#cf-submit:hover {
  background: #393939;
  color: #ffffff;
}

.contact-section .container {
  /* margin-top: 50px; */
  margin-bottom: 50px;
  padding: 80px 0 100px 50px;
  background: #2df57d11;
  border-radius: 75px 0 75px 0;
}

@media (max-width: 991px) {
  /* line 133, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_contact.scss */
  .contact-section {
    padding: 70px 30px 40px;
  }
}

@media (max-width: 991px) {
  /* line 133, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_contact.scss */
  .contact-section .form-control {
    padding: 10px 50px 10px 50px;
    width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}
.w-100 {
  width: 100% !important;
}
input[type="text" i] {
  padding: 1px 2px;
}
user agent stylesheet input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: textfield;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
  border-image: initial;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form {
  display: block;
  margin-top: 0em;
}
.boxed-btn {
  background: #fff;
  color: #4bd180 !important;
  display: inline-block;
  padding: 18px 30px;
  /* font-family: "Work Sans", sans-serif; */
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #5be391;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #0d161f;
}

footer h4 {
  padding-bottom: 5px;
  color: #ffffff;
}

footer .opening-hours h4 {
  margin-top: -8px;
}

footer p {
  color: #e6e6e6;
}

footer a {
  color: #e6e6e6;
}

footer a:hover {
  color: #4267b2;
}

.contact-info {
  padding-top: 10px;
}

.contact-info .fa {
  background: #393939;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 2px;
}

.latest-stories {
  margin-bottom: 20px;
}

.stories-image,
.stories-info {
  display: inline-block;
  vertical-align: top;
}

.stories-image img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
}

.stories-info {
  margin-left: 15px;
}

.stories-info h5 {
  margin-bottom: 2px;
}

.stories-info span {
  color: #858585;
  font-size: 12px;
}

.opening-hours p {
  line-height: 18px;
}

.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}

.copyright-text p,
.footer-link a {
  color: #e6e6e6;
  font-size: 12px;
  font-weight: 500;
}

.footer-link a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}
/* @media (max-width: 767px){

 .angle-up-btn {
  position: relative;
  bottom: 4em;
  display: block;
}
} */
.angle-up-btn {
  position: relative;
  margin-left: 300px;
  bottom: 4em;
  display: block;
}

.angle-up-btn a {
  background: #e6e6e6;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.angle-up-btn a:hover {
  background: #4267b2;
  color: #ffffff;
  transform: translateY(-5px);
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100px;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: #4267b2;
  color: #ffffff;
}
.copyright-text {
  color: #ffffff;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.5em;
  }

  header {
    height: inherit;
  }
  header span.date-icon {
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
  header span.email-icon {
    padding-top: 0;
  }

  .navbar-default .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .slider .item {
    background-position: center;
  }

  header {
    padding-bottom: 10px;
  }
  header .text-align-right {
    text-align: left;
  }
  header span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-default .navbar-nav li.appointment-btn {
    margin-left: 15px;
  }
  .navbar-default .navbar-nav li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .dropbtn {
    margin-left: -15px;
  }

  .news-sidebar {
    margin-top: 2em;
  }

  #appointment-form {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .footer-thumb {
    padding-bottom: 10px;
  }

  .border-top {
    text-align: center;
  }

  .copyright-text {
    margin-top: 10px;
  }

  .angle-up-btn {
    bottom: 9em;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 3em;
    line-height: 1.2em;
  }
  h2 {
    font-size: 2.1em;
  }
  h4 {
    font-size: 1.4em;
  }

  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }
}
