@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

:focus {
  outline: none;
}

body {
  background: #F6F6F6;
  font-family: 'Poppins', sans-serif;
}

header {
  width: 100%;
  background: #FFF;
}

header .header-top {
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #EFEFEF;
}

header .header-top .top-address {
  padding-top: 10px;
  padding-bottom: 10px;
}

header .header-top .top-address img {
  float: left;
  margin-right: 5px;
}

header .header-top .top-address p {
  font-size: 14px;
  color: #2C2C2D;
  margin: 0;
  float: left;
  padding-right: 18px;
}

header .header-top .top-media {
  float: right;
  border-right: 1px solid #dcdcdc;
}

header .header-top .top-media a {
  width: 38px;
  text-align: center;
  display: inline-block;
  padding: 9px;
  float: left;
  border-left: 1px solid #dcdcdc;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #0AA7F8;
  height: 40px;
  line-height: 25px;
}

header .header-top .top-media a:hover {
  background: #0AA7F8;
  color: #FFF;
}

header .menu {
  width: 100%;
  background: #0AA7F8;
  position: relative;
}

header .menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
  height: 100%;
  background: #FFF;
}

header .menu .navbar-brand {
  padding: 17px ​6px 6px 15px;
  height: auto;
}

header .menu .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

header .menu .navbar {
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  background: none;
}

header .menu .navbar-inverse .navbar-nav > li > a {
  font-weight: 400;
  color: #FFF;
  padding: 0px 13px;
  font-size: 14px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .menu .navbar-inverse .navbar-nav > .active > a, header .menu .navbar-inverse .navbar-nav > .active > a:focus, header .menu .navbar-inverse .navbar-nav > .active > a:hover {
  color: #FFF;
  font-weight: 400;
}

header .menu .navbar-inverse .navbar-nav > .active > a, header .menu .navbar-inverse .navbar-nav > .active > a:focus, header .menu .navbar-inverse .navbar-nav > .active > a:hover, header .menu .navbar li a:hover {
  background: none !important;
  color: #1E1E1E !important;
  font-weight: 400;
}

header .menu .navbar-inverse .navbar-nav > .open > a, header .menu .navbar-inverse .navbar-nav > .open > a:focus, header .menu .navbar-inverse .navbar-nav > .open > a:hover {
  background: none !important;
  color: #FFF !important;
}

header .menu .navbar-nav {
  float: right;
  padding: 28px 0px;
}

header .menu .quote {
  float: right;
  margin-top: 28px;
}

header .menu .quote a {
  color: #1E1E1E;
  font-weight: 400;
  padding: 10px 20px  !important;
  background: #FFF;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .menu .quote a:hover {
  background: #1E1E1E;
  color: #FFF;
}

.banner {
  width: 100%;
  position: relative;
}

.banner .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.banner .banner-txt {
  width: 40%;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 99;
}

.banner .banner-txt h2 {
  text-align: center;
  font-size: 28px;
  color: #FFF;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.banner .banner-txt h1 {
  text-align: center;
  color: #FFF;
  font-weight: 400;
  font-size: 25px;
}

.banner .banner-txt p {
  font-size: 14px;
  color: #FFF;
}

.banner .banner-txt a {
  padding: 10px 25px;
  background: #FFF;
  display: inline-block;
  color: #1E1E1E;
  text-decoration: none;
  border-radius: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.banner .banner-txt a:hover {
  background: #0AA7F8;
  color: #FFF;
}

.banner .carousel-indicators li {
  width: 16px;
  height: 16px;
}

.banner .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background: #0AA7F8;
  border: 1px solid #0AA7F8;
}

.main-info {
  width: 100%;
  background: #FFF;
  padding: 30px 0px;
}

.main-info .appoinment-sec h3 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.main-info .appoinment-sec p {
  font-size: 14px;
  color: #1E1E1E;
}

.main-info .appoinment-sec a {
  display: inline-block;
  padding: 12px 12px;
  background: #0AA7F8;
  color: #FFF;
  text-align: center;
  width: 100%;
  text-decoration: none;
  border-radius: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.main-info .appoinment-sec a:hover {
  background: #1E1E1E;
}

.main-info .working-time {
  width: 100%;
  float: left;
  padding: 0px 20px;
}

.main-info .working-time h3 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.main-info .working-time ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-info .working-time ul li {
  width: 100%;
  float: left;
  padding: 8px 0px;
  border-bottom: 1px solid #E1E1E1;
}

.main-info .working-time ul li:last-child {
  border-bottom: none;
}

.main-info .working-time ul li .days {
  float: left;
  font-size: 14px;
  color: #1E1E1E;
  text-align: left;
}

.main-info .working-time ul li .time {
  float: right;
  font-size: 14px;
  color: #1E1E1E;
  text-align: right;
}

.main-info .emergency-cases h3 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.main-info .emergency-cases h4 {
  font-size: 18px;
  color: #0AA7F8;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.main-info .emergency-cases p {
  font-size: 14px;
  color: #1E1E1E;
}

.why-stand-section h3 {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}

.speciality-sec {
  width: 100%;
  background: #FFF;
  text-align: center;
}

.speciality-sec a {
  font-weight: 400;
  text-align: center;
  color: #1E1E1E;
  font-size: 18px;
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.speciality-sec a:hover {
  background: #1E1E1E;
  color: #FFF;
}

.our-team {
  width: 100%;
  padding: 14px 0px 50px 0px;
  background: #FFF;
}

.our-team .dr-sec {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 54px;
  min-height: 180px;
}

.our-team .dr-sec .dr-pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
  margin-top: -50px;
}

.our-team .dr-sec h4 {
  text-align: center;
  font-size: 15px;
  color: #1E1E1E;
  font-weight: 700;
}

.our-team .dr-sec p {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.facilities-sec {
  width: 100%;
  padding: 14px 0px 50px 0px;
  background: #FFF;
}

.facilities-sec .facilities-area {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 66px;
  text-align: center;
  min-height: 140px;
}

.facilities-sec .facilities-area p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.facilities-sec .faci-img {
  width: 86px;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: -60px;
}

.facilities-sec .faci-img img {
  width: 100%;
}

.cont-sec {
  width: 100%;
  padding: 15px;
  background: #eaeaea;
  margin-bottom: 10px;
  border-radius: 4px;
}

.cont-sec h5 {
  font-size: 15px;
  text-align: center;
}

.cont-sec h6 {
  font-size: 15px;
  text-align: center;
}

.sec-dr {
  width: 100%;
  border: 1px solid #FFF;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 4px;
}

.sec-dr h5 {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

.about-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-inner ul li {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.about-inner ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 6px;
  background: #0AA7F8;
  border-radius: 50px;
}

.map-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maps {
  width: 50%;
  padding: 12px;
  background: #0AA7F8;
  margin: 2px;
}

footer {
  width: 100%;
  background: #FFF;
  border-top: 1px solid #EFEFEF;
}

footer .f-address {
  width: 100%;
  padding: 25px 0px;
}

footer .f-address img {
  margin-bottom: 10px;
}

footer .f-address p {
  font-size: 14px;
  color: #2C2C2D;
  padding: 0px 15px 0px 0px;
}

footer .service-link ul {
  width: 50%;
  float: left;
  padding-right: 12px;
}

footer .f-information {
  width: 100%;
  float: left;
  padding: 25px 0px;
}

footer .f-information h4 {
  font-size: 17px;
  color: #2C2C2D;
  font-weight: 700;
  margin-bottom: 12px;
}

footer .f-information ul {
  list-style: none;
  margin: 0;
  width: 50%;
  float: left;
}

footer .f-information ul li {
  width: 100%;
  float: left;
}

footer .f-information ul li a {
  font-size: 14px;
  color: #2C2C2D;
  font-weight: 400;
  text-decoration: none;
  padding: 4px 0px 4px 14px;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
}

footer .f-information ul li a i {
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .f-information ul li a:hover {
  color: #0AA7F8;
}

footer .f-information ul li a:hover i {
  color: #0AA7F8;
}

footer .f-contact {
  width: 100%;
  float: left;
  padding: 25px 0px;
}

footer .f-contact h4 {
  font-size: 17px;
  color: #2C2C2D;
  font-weight: 700;
  margin-bottom: 12px;
}

footer .f-contact p {
  font-size: 14px;
  color: #2C2C2D;
}

footer .f-contact p a {
  color: #0AA7F8;
}

footer .f-contact .f-media {
  width: 100%;
  padding-top: 15px;
}

footer .f-contact .f-media a {
  width: 29px;
  height: 29px;
  display: inline-block;
  color: #FFF;
  background: #0AA7F8;
  text-align: center;
  line-height: 29px;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .f-contact .f-media a:hover {
  background: #1E1E1E;
}

footer .copyright {
  width: 100%;
  padding: 20px 0px;
  background: #0AA7F8;
}

footer .copyright p {
  color: #FFF;
  font-size: 13px;
  text-align: center;
  margin: 0;
}

.service-section {
  width: 100%;
  background: #E8F5FF;
  padding: 40px 0px;
}

.service-section h5 {
  text-align: center;
  font-size: 18px;
  color: #0AA7F8;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.service-section h6 {
  text-align: center;
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}

.service-section .service-list {
  width: 100%;
}

.service-section .service-list .service-img {
  width: 100%;
}

.service-section .service-list .service-img img {
  width: 100%;
}

.service-section .service-list h4 {
  text-align: center;
  font-size: 17px;
  color: #0AA7F8;
}

.service-section .service-list p {
  font-size: 14px;
  text-align: center;
  color: #1E1E1E;
}

.service-section .service-link {
  text-align: center;
}

.service-section .service-link a {
  display: inline-block;
  padding: 14px 29px;
  background: #0AA7F8;
  color: #FFF;
  border-radius: 45px;
  margin-top: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}

.service-section .service-link a:hover {
  background: #1E1E1E;
}

.simple-process {
  width: 100%;
  background: #FFF;
  padding: 40px 0px;
}

.simple-process h5 {
  text-align: left;
  font-size: 18px;
  color: #0AA7F8;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.simple-process h6 {
  text-align: left;
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.simple-process p {
  font-size: 14px;
  text-align: left;
  color: #1E1E1E;
}

.simple-process ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-process ul li {
  width: 100%;
  position: relative;
  padding-left: 30px;
}

.simple-process ul li .number {
  position: absolute;
  color: #0AA7F8;
  font-size: 28px;
  font-weight: 700;
  top: 0;
  left: 0;
}

.simple-process ul li h3 {
  font-size: 16px;
  color: #0AA7F8;
  margin: 0;
  margin-bottom: 6px;
  padding-top: 7px;
}

.simple-process ul li p {
  font-size: 14px;
  text-align: left;
  color: #1E1E1E;
}

.simple-process .processImg img {
  width: 100%;
}

.expericence {
  width: 100%;
  background: #0AA7F8;
  padding: 40px 0px;
}

.expericence h6 {
  text-align: center;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
}

.expericence h6 span {
  border-bottom: 1px solid #4bc2ff;
  padding: 0 14px;
}

.expericence p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}

.review {
  width: 100%;
  padding: 30px 0px;
  background: #E8F5FF;
}

.review h5 {
  text-align: center;
  font-size: 18px;
  color: #0AA7F8;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
}

.review h6 {
  text-align: center;
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}

.review .review-section {
  width: 100%;
}

.review .review-section .patient-img {
  width: 120px;
  height: 120px;
  background: #0AA7F8;
  padding: 10px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.review .review-section .patient-img img {
  width: 100%;
  border-radius: 50%;
}

.review .review-section h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.review .review-section p {
  font-size: 14px;
  color: #1E1E1E;
  text-align: center;
}

.review .review-section p span {
  color: #0AA7F8;
  font-size: 36px;
  font-weight: 800;
}

.achivements {
  width: 100%;
  background: #0AA7F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.achivements .achivement-img {
  width: 50%;
  background-image: url(../images/Picture1.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.achivements .achivement-txt {
  width: 50%;
  padding: 15px;
}

.achivements .achivement-txt h6 {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
}

.achivements .achivement-txt p {
  color: #FFF;
  font-size: 14px;
}

.achivements .achivement-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.achivements .achivement-txt ul li {
  font-size: 14px;
  color: #FFF;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}

.achivements .achivement-txt ul li::before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
}

.inner-banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px;
  position: relative;
}

.inner-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0aa7f8;
  background: -webkit-gradient(linear, left top, right top, from(#0aa7f8), to(#2c2c2d));
  background: linear-gradient(to right, #0aa7f8 0%, #2c2c2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa7f8', endColorstr='#2c2c2d',GradientType=1 );
  opacity: 0.8;
  z-index: 1;
}

.inner-banner h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  z-index: 2;
  margin: 0;
}

.inner-banner p {
  font-size: 14px;
  text-align: center;
  color: #0AE8F8;
  position: relative;
  z-index: 2;
  margin: 0;
}

.inner-banner p a {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}

.about-inner {
  width: 100%;
}

.about-inner .welcome-section {
  width: 100%;
  padding: 50px 0px;
  background: #FFF;
}

.about-inner .welcome-section h3 {
  font-size: 17px;
  color: #1E1E1E;
  font-weight: 400;
  margin: 0;
}

.about-inner .welcome-section h4 {
  font-size: 33px;
  margin-bottom: 10px;
  color: #1E1E1E;
  font-weight: 700;
}

.about-inner .welcome-section .welcomeimg {
  width: 100%;
}

.about-inner .welcome-section .welcomeimg img {
  width: 100%;
}

.about-inner .why-stand-section {
  width: 100%;
  padding: 33px 0px;
  background: #008DD8;
}

.about-inner .why-stand-section .first-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-inner .why-stand-section .first-sec .cm-sec2 {
  padding-left: 15px;
}

.about-inner .why-stand-section .first-sec .cm-sec2 h5 {
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  margin: 0;
  margin-bottom: 6px;
}

.about-inner .why-stand-section .first-sec .cm-sec2 p {
  font-size: 14px;
  color: #FFF;
  margin: 0;
}

.about-inner .doctors-section {
  width: 100%;
  background: #FFF;
  padding: 23px 0px;
}

.about-inner .doctors-section h5 {
  font-size: 18px;
  color: #0AA7F8;
  text-align: center;
  font-weight: 400;
}

.about-inner .doctors-section h6 {
  font-size: 20px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.about-inner .doctors-section .doctors-area {
  width: 100%;
  text-align: center;
}

.about-inner .doctors-section .doctors-area .dr-pic {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #0AA7F8;
  margin: auto;
  margin-bottom: 10px;
}

.about-inner .doctors-section .doctors-area .dr-pic img {
  width: 100%;
}

.about-inner .doctors-section .doctors-area h5 {
  font-size: 18px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 700;
}

.about-inner .doctors-section .doctors-area h6 {
  font-size: 14px;
  color: #0AA7F8;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.about-inner .doctors-section .brdr-right {
  border-right: 1px solid #CCC;
}

.about-inner .about-appoinment {
  width: 100%;
  background-image: url(../images/bg-1.png);
  background-position: center;
  background-size: cover;
  background-color: #F1F6F9;
  padding: 80px 0px;
}

.about-inner .about-appoinment h6 {
  font-size: 31px;
  color: #0AA7F8;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-inner .about-appoinment p {
  font-size: 14px;
  color: #1E1E1E;
}

.about-inner .about-appoinment a {
  display: inline-block;
  padding: 12px 20px;
  background: #0AA7F8;
  border-radius: 25px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.about-inner .about-appoinment a:hover {
  background: #1E1E1E;
}

.technology {
  width: 100%;
  padding: 30px 0px;
  background: #FFF;
}

.technology h5 {
  font-size: 18px;
  color: #0AA7F8;
  text-align: center;
  font-weight: 700;
}

.technology h6 {
  font-size: 20px;
  color: #1E1E1E;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.technology .facilities {
  width: 100%;
}

.technology .facilities .facilities-img {
  width: 320px;
  float: left;
  margin-right: 18px;
}

.technology .facilities .facilities-img img {
  width: 100%;
}

.technology .facilities h4 {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 700;
}

.contact-sec {
  width: 100%;
  background: #F9F9F9;
}

.contact-sec .map-sec {
  position: relative;
  margin-top: -70px;
  width: 100%;
  float: left;
}

.contact-sec .contact-section {
  width: 100%;
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}

.contact-sec .contact-section .main-form {
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px #cecece;
          box-shadow: 0px 0px 10px #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.contact-sec .contact-section .main-form .contact-form {
  width: 60%;
  padding: 40px;
}

.contact-sec .contact-section .main-form .contact-form h4 {
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}

.contact-sec .contact-section .main-form .contact-form h5 {
  text-align: center;
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
}

.contact-sec .contact-section .main-form .contact-form input {
  width: 100%;
  padding: 10px 0px;
  border: none;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 10px;
}

.contact-sec .contact-section .main-form .contact-form textarea {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  border: none;
  border-bottom: 1px solid #DADADA;
  resize: none;
  margin-bottom: 10px;
}

.contact-sec .contact-section .main-form .contact-form button {
  width: 100%;
  padding: 15px;
  border: none;
  background: #0AA7F8;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-sec .contact-section .main-form .contact-form button:hover {
  background: #1E1E1E !important;
}

.contact-sec .contact-section .main-form .contact-address {
  width: 40%;
  background: #0AA7F8;
  padding: 40px;
}

.contact-sec .contact-section .main-form .contact-address h3 {
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}

.contact-sec .contact-section .main-form .contact-address h4 {
  text-align: center;
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  margin: 0;
  margin-bottom: 25px;
}

.contact-sec .contact-section .main-form .contact-address .cmn-contact {
  width: 100%;
  margin-bottom: 15px;
}

.contact-sec .contact-section .main-form .contact-address .cmn-contact h5 {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-sec .contact-section .main-form .contact-address .cmn-contact h5 span {
  border-bottom: 1px solid #FFF;
}

.contact-sec .contact-section .main-form .contact-address .cmn-contact p {
  font-size: 14px;
  color: #FFF;
  text-align: center;
}

.contact-sec .contact-section .main-form .contact-address .cmn-contact p a {
  color: #FFF;
  text-decoration: none;
}

.contact-sec .contact-section .main-form .contact-address .media-icon {
  width: 100%;
  text-align: center;
}

.contact-sec .contact-section .main-form .contact-address .media-icon a {
  width: 35px;
  height: 35px;
  background: #FFF;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-sec .contact-section .main-form .contact-address .media-icon a:hover {
  background: #1E1E1E;
}

.main-cases {
  width: 100%;
  padding: 40px 0px;
  background: #F9F9F9;
}

.main-cases h2 {
  font-size: 26px;
  color: #1E1E1E;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.main-cases h3 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.main-cases .cases-sec {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.main-cases .cases-sec img {
  width: 100%;
}

.main-cases .cases-sec .opacity {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0AA7F8;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.main-cases .cases-sec .case-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  padding: 15px;
}

.main-cases .cases-sec .case-details h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  margin: 0;
  margin-bottom: 10px;
}

.main-cases .cases-sec .case-details p {
  font-size: 14px;
  color: #FFF;
  margin: 0;
}

.main-cases .cases-sec:hover .opacity {
  opacity: 0.5;
}

.main-cases .cases-sec:hover .case-details {
  opacity: 1;
  bottom: 0;
}

.service-inner {
  width: 100%;
}

.service-inner .clinic-sec {
  width: 100%;
  padding: 30px 0px;
  background: #FFF;
}

.service-inner .clinic-sec .welcomeimg {
  width: 100%;
}

.service-inner .clinic-sec .welcomeimg img {
  width: 100%;
}

.service-inner .clinic-sec h4 {
  font-size: 33px;
  margin-bottom: 10px;
  color: #1E1E1E;
  font-weight: 700;
}

.service-inner .clinic-sec ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.service-inner .clinic-sec ul li {
  font-size: 14px;
  background: url(../images/icon-right.svg) no-repeat left 7px;
  padding-left: 13px;
  margin-bottom: 5px;
}

.service-inner .clinic-sec .panel-heading {
  padding: 0px;
}

.service-inner .clinic-sec .panel-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.service-inner .clinic-sec .panel-title a {
  display: block;
  padding: 16px 10px;
  text-decoration: none;
  position: relative;
}

.service-inner .clinic-sec .panel-heading h4 a.collapsed:before {
  content: '\f107';
  position: absolute;
  font-family: FontAwesome;
}

.service-inner .clinic-sec .panel-heading h4 a:before {
  content: '\f106';
  position: absolute;
  right: 20px;
  font-family: FontAwesome;
}

.service-inner .clinic-sec .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.service-inner .clinic-sec .panel-group .panel + .panel {
  margin-top: 2px;
}

.service-inner .pulmonary-sec {
  width: 100%;
  padding: 30px 0px;
  background: #E8F5FF;
}

.service-inner .pulmonary-sec img {
  width: 100%;
  border-radius: 4px;
}

.service-inner .pulmonary-sec h5 {
  font-size: 26px;
  font-weight: 700;
}

.service-inner .pulmonary-sec p {
  font-size: 14px;
}

.service-inner .pulmonary-sec ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.service-inner .pulmonary-sec ul li {
  font-size: 14px;
  background: url(../images/icon-right.svg) no-repeat left 7px;
  padding-left: 13px;
  margin-bottom: 5px;
}

.service-inner .our-services {
  width: 100%;
  padding: 30px 0px;
  background: #F9F9F9;
}

.service-inner .our-services h6 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #1E1E1E;
}

.service-inner .our-services p {
  font-size: 14px;
  text-align: center;
}

.service-inner .our-services .service-area {
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px #eaeaea;
          box-shadow: 0px 0px 10px #eaeaea;
  overflow: hidden;
  margin-top: 30px;
}

.service-inner .our-services .service-area .service-img {
  width: 100%;
  margin-bottom: 12px;
}

.service-inner .our-services .service-area .service-img img {
  width: 100%;
}

.service-inner .our-services .service-area .service-txt {
  width: 100%;
  padding: 15px;
  min-height: 100px;
}

.service-inner .our-services .service-area .service-txt h5 {
  font-size: 14px;
  color: #505050;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

.service-inner .our-services .service-area .service-txt h6 {
  font-size: 17px;
  color: #1E1E1E;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.service-inner .our-services .service-area .service-link {
  width: 100%;
  padding: 0px 15px 25px 15px;
  text-align: center;
}

.service-inner .our-services .service-area .service-link a {
  padding: 12px 26px;
  background: #0AA7F8;
  color: #FFF;
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-inner .our-services .service-area .service-link a:hover {
  background: #1E1E1E;
}

.main-service {
  width: 100%;
  padding: 30px 0px;
  background: #FFF;
}

.main-service p {
  font-size: 14px;
}

.main-service h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  border-bottom: 1px dashed #d8d8d8;
  padding-bottom: 6px;
  margin-bottom: 9px;
}

.main-service .treatment-img {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e8e8e8;
}

.main-service .treatment-img img {
  width: 100%;
}

.main-service .treatment-img h3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  background: #1E1E1E;
  color: #FFF;
  font-size: 16px;
  margin: 0;
}

.main-service ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.main-service ul li {
  font-size: 14px;
  background: url(../images/icon-right.svg) no-repeat left 7px;
  padding-left: 13px;
  margin-bottom: 5px;
}

.appointment-section {
  width: 100%;
  float: left;
  background: #FFF;
  border-radius: 4px;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 20px #e0e0e0;
          box-shadow: 0px 0px 20px #e0e0e0;
}

.appointment-section .appointment-head {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCC;
}

.appointment-section .appointment-head h5 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.appointment-section .appointment-head p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}

.appointment-section p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.appointment-section input {
  width: 100%;
  float: left;
  padding: 15px 15px;
  border: none;
  border: 1px solid #DADADA;
  margin-bottom: 4px;
}

.appointment-section select {
  width: 100%;
  padding: 15px 15px;
  border: none;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
}

.appointment-section textarea {
  width: 100%;
  height: 100px;
  float: left;
  padding: 15px 15px;
  border: none;
  border: 1px solid #DADADA;
  resize: none;
  margin-bottom: 10px;
}

.appointment-section button {
  width: 100%;
  padding: 15px;
  border: none;
  background: #0AA7F8;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.appointment-section button:hover {
  background: #1E1E1E;
}

.form-sec {
  width: 50%;
  float: left;
  padding: 7px 19px;
}

.form-sec1 {
  width: 100%;
  float: left;
  padding: 7px 19px;
}

@media (min-width: 990px) and (max-width: 1066px) {
  .navbar-inverse .navbar-brand {
    background: #FFF;
  }
  header .menu::before {
    width: 20%;
  }
}

@media (max-width: 990px) {
  .navbar-toggle {
    display: block;
    margin-top: 18px !important;
    border: none !important;
    float: right;
  }
  .navbar-header {
    width: 100%;
    float: inherit;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: none;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-inverse .in {
    display: block !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  header .menu {
    background: #FFF;
  }
  .navbar-toggle {
    margin-top: 21px;
    border: none;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1c2d89;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 7px;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: #FFF;
  }
  header .menu .navbar-inverse .navbar-nav > .active > a, header .menu .navbar-inverse .navbar-nav > .active > a:focus, header .menu .navbar-inverse .navbar-nav > .active > a:hover, header .menu .navbar li a:hover, header .menu .navbar-inverse .navbar-nav > li > a {
    color: #1E1E1E !important;
  }
  header .menu .navbar-nav {
    float: left;
    width: 100%;
    padding: 2px 0px;
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
  header .menu .navbar-inverse .navbar-nav > li > a {
    padding: 10px 13px;
    text-align: center;
  }
  header .menu .quote a {
    color: #fff !important;
    background: #0AA7F8;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  header .menu .quote {
    width: 100%;
    margin-top: 8px;
  }
  .nav > li {
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #e4e4e4;
  }
  header .menu .quote a {
    padding: 10px 15px !important;
  }
  .navbar-brand > img {
    width: 164px;
  }
  footer {
    padding-top: 20px;
  }
  footer .f-address, footer .f-information, footer .f-contact {
    padding: 12px 12px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
  }
  .banner .banner-txt {
    top: 13%;
  }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 326px;
  }
  .appoinment-sec {
    padding: 13px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }
  .working-time {
    padding: 13px !important;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }
  .emergency-cases {
    padding: 13px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }
  .service-section .service-list {
    padding: 10px;
    background: #FFF;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .service-section .service-link a {
    margin-top: 4px;
  }
  .achivements {
    display: block;
  }
  .achivements .achivement-img, .achivement-txt {
    width: 100% !important;
  }
  .about-inner .doctors-section .brdr-right {
    border: none;
  }
  .about-inner .doctors-section .doctors-area h6 {
    margin-bottom: 10px;
  }
  .about-inner .doctors-section .doctors-area {
    border: 1px solid #CCC;
    margin-bottom: 12px;
    padding: 14px;
  }
  .about-inner .doctors-section {
    padding: 9px 0px 12px 0px;
  }
  .about-inner .about-appoinment {
    background: #F1F6F9;
    text-align: center;
    padding: 30px 0px;
  }
  .about-inner .about-appoinment h6 {
    text-align: center;
  }
  .main-cases .cases-sec {
    margin-bottom: 15px;
  }
  .main-cases {
    padding: 13px 0px;
  }
  .main-cases h3 {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .header-top {
    display: none;
  }
  header .menu {
    background: #FFF;
  }
  .navbar-toggle {
    margin-top: 21px;
    border: none;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1c2d89;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 7px;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: #FFF;
  }
  header .menu .navbar-inverse .navbar-nav > .active > a, header .menu .navbar-inverse .navbar-nav > .active > a:focus, header .menu .navbar-inverse .navbar-nav > .active > a:hover, header .menu .navbar li a:hover, header .menu .navbar-inverse .navbar-nav > li > a {
    color: #1E1E1E !important;
  }
  header .menu .navbar-nav {
    float: left;
    width: 100%;
    padding: 2px 0px;
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
  header .menu .navbar-inverse .navbar-nav > li > a {
    padding: 10px 13px;
    text-align: center;
  }
  header .menu .quote a {
    color: #fff !important;
    background: #0AA7F8;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  header .menu .quote {
    width: 100%;
    margin-top: 8px;
  }
  .nav > li {
    border-bottom: 1px solid #f5f5f5;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #e4e4e4;
  }
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: auto;
  }
  .banner-txt {
    display: none;
  }
  .service-section .service-list {
    padding: 10px;
    background: #FFF;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .service-section .service-link a {
    margin-top: 4px;
  }
  .ex-sec {
    width: 100%;
    border: 1px solid #64c9fd;
    margin-bottom: 12px;
  }
  .ex-sec:last-child {
    margin-bottom: 0;
  }
  .service-section, .expericence, .simple-process {
    padding: 16px 0px;
  }
  .about-inner .welcome-section {
    padding: 20px 0px;
  }
  .about-inner .why-stand-section .first-sec {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #FFF;
    padding: 17px;
  }
  .about-inner .why-stand-section {
    padding: 22px 0px 4px 0px;
  }
  .technology .facilities .facilities-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .technology {
    padding: 8px 0px;
  }
  .technology h6 {
    margin-bottom: 12px;
  }
  .contact-sec .contact-section .main-form {
    display: block;
  }
  .contact-sec .contact-section .main-form .contact-form, .contact-sec .contact-section .main-form .contact-address {
    width: 100%;
  }
  .contact-sec .map-sec {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .simple-process h5, .simple-process h6 {
    text-align: center;
  }
  .main-info .appoinment-sec h3, .main-info .appoinment-sec p, .main-info .working-time h3, .main-info .emergency-cases h3, .main-info .emergency-cases h4, .main-info .emergency-cases p {
    text-align: center;
  }
  .carousel-indicators {
    display: none;
  }
  .about-inner .why-stand-section .first-sec {
    display: block;
  }
  .cm-sec1 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .cm-sec2 {
    width: 100%;
    text-align: center;
  }
  .contact-sec .contact-section .main-form .contact-form, .contact-sec .contact-section .main-form .contact-address {
    padding: 23px;
  }
  .service-inner .clinic-sec h4 {
    font-size: 21px;
  }
  .inner-banner h1 {
    font-size: 22px;
  }
  .map-sec {
    display: block;
  }
  .maps {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=main.css.map */