/*----------------body------------------*/
body,
html {
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  /*overflow-x: hidden;*/
  background: white;
}
/*------------------custom css----------------*/

a {
  color: #0cb8b6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2ec8a6;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  /*line-height: 24px;*/
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.fa-caret-right:before {
  content: "\f0da";
  margin-left: 35px;
}
input,
select,
button {
  outline: none;
}
input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
textarea {
  outline: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/*margin*/
.pb-30 {
  padding-bottom: 30px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-30 {
  padding-top: 30px;
}
/*header*/
.top_header_wrapper {
  float: left;
  width: 100%;
  background-color: #2a548f;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  z-index: 6;
  font-family: "Open Sans", sans-serif;
}
.top_header_add {
  float: left;
  width: auto;
  line-height: 50px;
}
.top_header_add ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.top_header_add li {
  float: left;
  width: auto;
  list-style: none;
  margin-right: 30px;
  margin-left: -3px;
}
.top_header_add ul li i {
  margin-right: 10px;
  line-height: 33px;
  border: 2px solid #dcf3f9;
  width: 36px;
  height: 36px;
  text-align: center;
}
.top_header_add ul li a {
  color: #ffffff;
}
.top_header_add ul li a:hover {
  color: #fff;
  transition: 0.4s;
}
.top_login {
  float: right;
  width: auto;
  width: 170px;
  text-align: center;
  /*background-color: #22a98b;*/
  padding-top: 19px;
  padding-bottom: 16px;
}
.top_login ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  line-height: 5px;
  float: left;
  margin-left: 20px;
}
.top_login ul li {
  float: left;
  width: auto;
  list-style: none;
}
.top_login ul li a {
  color: #ffffff;
  padding-left: 20px;
}
.top_login ul li a:hover {
  color: #f4ab01;
  transition: 0.4s;
}
.rp_mobail_menu_main_wrapper {
  float: none;
  padding-top: 20px;
  width: 100%;
}
.menu_wrapper #sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #2ec8a6;
}
#toggle {
  float: right;
  position: relative;
  bottom: 25px;
  right: 0;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
#toggle_close {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 15px;
  font-size: 25px;
  color: #000000;
  cursor: pointer;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_wrapper #cssmenu {
  width: 300px;
  color: #ffffff;
  text-transform: capitalize;
}
.menu_wrapper #cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
.menu_wrapper #cssmenu ul li a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.menu_wrapper #cssmenu ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.menu_wrapper #cssmenu ul li:hover a,
#cssmenu ul li.active a {
  background: #114b89 !important;
  border-bottom: 1px solid #d3d3d3;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.menu_wrapper ul ul > li.has-sub > a:before {
  top: 20px;
  background: #ffffff;
}
.menu_wrapper .menu_fixed {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1000;
}
.menu_wrapper #sidebar h1 {
  font-size: 20px;
  color: #2ec8a6 !important;
  padding-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 15px;
}
.menu_wrapper#sidebar h1 span {
  margin: 0;
  color: black;
  font-size: 20px;
  background: #f9f9f9;
}
/*header*/
/*-menu wrapper*/
.menu_wrapper {
  background-color: #dcf3f9;
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
  padding:15px;
}
.header_logo {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 10;
  /*top: 20px;*/
}
.header_logo img {
  background: #fff;
  width: 150px;
  border: 2px solid #fd800f;
}
.logo_hidn h1 {
  float: left;
  width: 100%;
  visibility: hiddden;
  font-size: 24px;
  color: #2ec8a6;
  font-weight: 700;
  text-transform: uppercase;
}
.logo_hidn h1 span {
  visibility: hiddden;
  font-size: 24px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar {
  position: relative;
  border: 1px solid transparent;
  z-index: 20;
  min-height: 0px;
  margin-bottom: 0px;
}
.nav .navbar-nav {
  float: left;
  width: 100%;
}
.navbar-nav {
  float: right;
}
.nav .navbar-nav ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-left: 15px;
}
#nav_filter li a {
  display: block;
  font-size: 14px;
  cursor: pointer;
  color: #000000;
  text-transform: uppercase;
  padding: 5px 15px;
  border: 2px solid transparent;
  margin-right: 10px;
  font-weight: 500;
  border-radius: 20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#nav_filter li a:hover {
  background: transparent;
  border: 2px solid #2ec8a6;
  color: #000000;
  border-radius: 20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
#nav_filter li a:last-child {
  margin-right: 0px;
  margin-left: 0px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #2ec8a6;
  background-image: none;
  border-radius: 4px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
  color: white;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}
/*Dropdown Menu*/

.navbar-right .dropdown-menu {
  right: auto;
}
.navbar-nav > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
#nav_filter .hovr_nav_tab li a {
  border: none;
  border-radius: 0;
}
#nav_filter .hovr_nav_tab li a:hover {
  border: none;
  border-radius: 0;
  color: white;
  background-color: #f4ab01;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.nav .dropdown-menu {
  display: inherit;
  padding: 5px 0;
  border: none;
  border-radius: 0;
}
.nav .dropdown-header {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav .dropdown-menu li a {
  display: block;
  line-height: 30px;
  color: black;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  margin-left: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav .dropdown .dropdown-menu {
  opacity: 0;
  border-top: 2px solid #2ec8a6;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after,
#cssmenu ul > li.has-sub > a:hover:before {
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #2a2727;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #ffffff;
}
.nav .hovr_nav_tab {
  padding: 0;
}
.respose_nav {
  padding-right: 0;
}
/*-menu wrapper*/
/*----stick menu-----*/
.menu_fixed {
  position: fixed;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  left: 0;
  right: 0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
  color: #000000;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
  background-color: #222;
}
/*----stick menu-----*/

/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
  width: 220px;
  position: absolute;
  text-align: left;
  background-color: #fff;
  top: calc(100% + 30px);
  z-index: 9999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  height: auto;
  max-height: 520px;
  overflow-x: hidden;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 165%;
  height: auto;
  border-top: 2px solid #2ec8a6;
  -o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.mainmenu ul ul li {
  display: block;
}
.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 10px 8px 20px;
  border-bottom: 0px solid #eee;
  margin: 0;
  top: 0;
  webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
  background-color: #00468c;
  color: #ffffff !important;
}
.mainmenu ul ul li:last-child > a {
  border-bottom: 0px;
}
.mainmenu ul ul li a:after {
  content: "";
}
.mainmenu ul ul li > ul {
  left: -100%;
  top: 50%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}
.mainmenu ul ul li:hover > ul {
  top: 20%;
}
.mainmenu ul li.has-mega {
  position: relative;
}
.mainmenu ul li.has-mega .mega-menu {
  width: 100%;
  left: 0;
  padding: 20px 0px;
}
.mainmenu ul li.has-mega .mega-menu span {
  width: 25%;
  float: left;
  border-left: 1px solid #eee;
  height: auto;
}
.mainmenu ul li.has-mega .mega-menu span a {
  padding-left: 20px;
  padding-right: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mainmenu ul li.has-mega .mega-menu span a:last-child {
  border-bottom: 0px;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
  padding-left: 3px;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mainmenu ul li span a.active {
  font-weight: 600;
}
.mainmenu ul ul li.active > a {
  background-color: #eee;
  font-weight: 600;
}
.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active > .gc_main_navigation i {
  color: #e99595 !important;
}
.kv_navigation_wrapper {
  width: auto;
  height: auto;
}
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
  width: 220px;
  border-top: 2px solid #2ec8a6;
  position: absolute;
  text-align: left;
  background-color: #fff;
  top: calc(100% + 30px);
  z-index: 9999999;
  padding-left: 0;
  transition: 0.3s;
  opacity: 0;
}
.mainmenu ul ul li a:hover {
  border: none;
  border-radius: 0;
  color: #fff !important;
  background-color: #f4ab01;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mainmenu ul li {
  display: inline-block;
}
.gc_main_navigation {
  border-radius: 20px;
}
.mainmenu ul li.active > .gc_main_navigation i {
  color: #e99595 !important;
}
.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  position: relative;
}
.mainmenu ul li {
  display: inline-block;
}
.mainmenu ul li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  padding: 5px 11px;
  top: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
}
.mainmenu ul li .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  border: 2px solid transparent;
}
.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  opacity: 1;
  background: transparent;
  border: 2px solid #2ec8a6;
  color: #000000;
  border-radius: 20px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.menu-bar:after,
.menu-bar:before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.menu-bar.menu-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-bar.menu-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-bar.menu-close span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/*navbar*/

/*slider wrapper*/
.slider_main_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -130px;
}
.cc_slider_img_section .owl-theme .owl-nav {
  position: absolute;
  bottom: 460px;
  margin: 0;
  margin-top: 100px;
  left: 0;
  right: 0;
  display: block;
}
.cc_slider_img_section .owl-theme .owl-nav .owl-prev {
  font-size: 33px;
  margin: 0;
  padding: 0;
  left: 0px;
  top: 30px;
  position: absolute;
  text-align: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  color: #6f6f6f;
  /*padding-left: 24px;*/
  text-align: center;
  line-height: 45px;
  border-radius: 100%;
}
.cc_slider_img_section .owl-theme .owl-nav .owl-next {
  font-size: 33px;
  margin: 0;
  padding: 0;
  right: 0px;
  top: 30px;
  position: absolute;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #6f6f6f;
  /*padding-right: 24px;*/
  text-align: center;
  line-height: 45px;
  border-radius: 100%;
  background: #fff;
}
.slider_main_wrapper .cc_slider_img_section .owl-theme .owl-nav[class*="owl-"] {
  background-color: white;
  color: #777777;
}
.slider_main_wrapper
  .cc_slider_img_section
  .owl-theme
  .owl-nav
  .owl-prev:hover {
  background: white;
  color: #2ec8a6;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.slider_main_wrapper
  .cc_slider_img_section
  .owl-theme
  .owl-nav
  .owl-next:hover {
  background: white;
  color: #2ec8a6;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cc_slider_img_section .owl-theme .owl-nav[class*="owl-"] {
  background-color: white;
  color: #2ec8a6;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
.medi {
  padding-bottom: 40px;
  margin-top: -130px;
}
@media only screen and (max-width: 980px) {
  .slider_main_wrapper {
    height: 280px;
  }
}
/*slider wrapper*/

/*facility*/
.first-facility-item {
  position: relative;
  padding-left: 90px;
}
.first-facility-item i {
  border: 1px dashed #ff7f11;
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #ff7f11;
  position: absolute;
  left: 0;
  top: 0;
}
.first-facility-item h3 {
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
}
/*@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){
	.first-facility-emergency{
		margin-top:0;
	}
}*/
/*facility*/
/*about*/
.about-area .hospital-img {
  margin-left: -40px;
  margin-right: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .about-area .hospital-img {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-area .hospital-img .about__img-content {
  background-color: #114b89;
  position: absolute;
  right: 9%;
  top: 30px;
  padding: 17px 48px;
  border-radius: 30px;
  border: 6px solid #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  animation: tptranslateX2 3s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area .hospital-img .about__img-content {
    right: 3%;
    padding: 17px 35px;
  }
}
@media (max-width: 767px) {
  .about-area .hospital-img .about__img-content {
    right: 0%;
    top: 8px;
    padding: 11px 20px;
  }
}
.about-area .hospital-img .about__img-content h4 {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-area .hospital-img .about__img-content h4 {
    font-size: 12px;
  }
}
.section-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #333333;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .section-subtitle {
    font-size: 14px;
  }
}
.section-subtitle::before {
  content: "";
  background-color: #ff7f11;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.section-subtitle::after {
  content: "";
  background-color: #ff7f11;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}
.section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  color: #114b8a;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    font-size: 33px;
  }
}
.section-title span {
  color: #ff7f11;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  .section-title br {
    display: none;
  }
}

.about-title-shape {
  position: absolute;
  bottom: -9%;
  right: 35%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-title-shape {
    bottom: -9%;
    right: 30%;
  }
}
.about-title-shape img {
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-title-shape img {
    max-width: 100%;
  }
}
.about__text {
  padding-bottom: 20px;
}
/*.about__text p{
    padding-top: 20px;
}*/
.about__list {
  padding-bottom: 40px;
}
.about__list ul li {
  font-size: 16px;
  color: #222222;
  list-style-type: none;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.about__list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #40d0c6;
  font-weight: 500;
  font-size: 15px;
  transform: translateY(3px);
}
.main-btn {
  display: inline-block;
  background-color: #0cb8b6;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 37px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.main-btn i {
  margin-left: 20px;
}
.main-btn:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.about-area .about__content .about__text h4 {
  color: #ff7f11;
  font-weight: 600;
  font-size: 22px;
}
.btn-grad {
  background-image: linear-gradient(
    to right,
    #114a87 0%,
    #e74c3c 51%,
    #114a88 100%
  );
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  /*display: block;*/
  border: none;
}
.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.about-area .about__content .about__text ul {
  margin-bottom: 20px;
  overflow: hidden;
  list-style-type: none;
}
.about-area .about__content .about__text li {
  margin-top: 10px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  padding: 0 15px;
  padding-left: 30px;
}
.about-area .about__content .about__text li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f14d";
  font-family: "fontawesome";
  color: #1ebeb6;
}
/*about*/

/*app*/
.call_wrapper_2 {
  background: url(../img/appoint_img.jpg) 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 110px;
  padding-bottom: 95px;
  margin-bottom: 80px;
}
.call_wrapper_2 .call_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(9, 9, 9, 0.9);
}
.call_wrapper_2 .call_heading_wraper h1 {
  margin: 0px 0px 0px 0px;
  color: #ff7f11;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.call_wrapper_2 .call_heading_wraper h3 {
  color: white;
  font-size: 21px;
}
.call_wrapper_2 .appointmnt_wrapper_2 {
  text-align: center;
  float: left;
  width: 100%;
}
.call_wrapper_2 .appoint_btn_2 {
  display: inline-block;
}
.call_wrapper_2 .appoint_btn_2 ul {
  padding: 0;
  list-style: none;
}
.call_wrapper_2 .appoint_btn_2 li a {
  width: 270px;
  float: left;
  color: #fff;
  background: #ff7f11;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  border-radius: 50px;
  border: 2px solid transparent;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.call_wrapper_2 .appoint_btn_2 li a:hover {
  background: transparent;
  border: 2px solid #f4ab01;
  color: white;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.call_wrapper_2 .appoint_btn_2 i {
  margin-right: 10px;
}
.med_bottompadder40 {
  padding-bottom: 40px;
}
/*app*/
/*services*/
.grey-bg {
  background: #f5f8f9;
}
.services-area .service__item {
  background-color: #fff;
  padding: 50px 25px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 170px;
}
.services-area .service__item::before {
  content: "";
  top: 0;
  right: 0;
  height: 20%;
  width: 100%;
  position: absolute;
  background-color: #081e41;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
}
@media only screen and (max-width: 980px){
  .services-area .service__item {
  background-color: #fff;
  padding: 50px 25px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height:auto;
}
}
.service__item-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.service__item-shape span {
  font-size: 150px;
  line-height: 0;
  color: #233756;
}
.service__icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #0cb8b6;
  line-height: 76px;
  text-align: center;
  position: relative;
  margin-right: 30px;
  flex: 0 0 auto;
  z-index: 1;
  transition: 0.3s;
}
.service__icon span {
  transition: 0.3s;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 54px;
  height: 53px;
  width: 53px;
}
.service__icon span img {
  margin-bottom: 10px;
  transition: 0.3s;
}
.service__icon::after {
  content: "";
  top: 50%;
  right: -17px;
  height: 31px;
  width: 30px;
  position: absolute;
  background-color: #0cb8b6;
  clip-path: polygon(100% 46%, 0 0, 0 100%);
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.3s;
}
.service__content a {
  font-weight: 600;
  color: #333333;
  transition: 0.3s;
}
.service__title-sm {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 7px;
  transition: 0.3s;
  color: #222222;
}
.service__content p {
  transition: 0.3s;
}
.service__content a {
  font-weight: 600;
  color: #333333;
  transition: 0.3s;
}
.service__content a i {
  margin-right: 10px;
  font-weight: 700;
}
.service__main-img {
  overflow: hidden;
}
.service__main-img img {
  width: 100%;
  transition: 0.6s;
}

.service__item-wrapper {
  width: 100%;
}

.service__item-wrapper:hover .service__item::before {
  content: "";
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.service__item::before {
  content: "";
  top: 0;
  right: 0;
  height: 20%;
  width: 100%;
  position: absolute;
  background-color: #081e41;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
}
.service__item-wrapper:hover .service__item-shape {
  opacity: 1;
  visibility: visible;
}
.service__item-wrapper:hover .service__item::before {
  content: "";
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.service__item-wrapper:hover .service__item-shape {
  opacity: 1;
  visibility: visible;
}
.service__item-wrapper:hover .service__icon {
  background-color: #fff;
}
.service__item-wrapper:hover .service__icon span {
  background-color: #0cb8b6;
}
.service__item-wrapper:hover .service__icon span i {
  color: #fff;
}
.service__item-wrapper:hover .service__icon::after {
  background-color: #fff;
}
.service__item-wrapper:hover .service__content a {
  color: #fff;
}
.service__item-wrapper:hover .service__title-sm {
  color: #fff;
}
.service__item-wrapper:hover .service__content p {
  color: #fff;
}
.service__item-wrapper:hover .service__content a {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__title-sm {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__item {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item {
    flex-wrap: wrap;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .service__item {
    flex-wrap: wrap;
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__item {
    flex-wrap: wrap;
    padding: 65px 30px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .service__item {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__title-sm {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .service__title-sm {
    font-size: 20px;
  }
}
.service__content a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .service__content a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .service__content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .service__icon {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__item-shape {
    left: 59%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .service__item-wrapper {
    margin-bottom: 30px;
  }
}
/*services*/

/* ===== Choose Area CSS ===== */
.why_choose_area .choose-content {
  padding-top: 100px;
}
.why_choose_area .choose-content .btn {
  background-color: #08449b;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  box-shadow: 0 0 25px 2px rgba(196, 206, 213, 0.2);
  font-weight: 600;
}
.why_choose_area .choose-heading h2 {
  font-size: 35px;
  margin-bottom: 15px;
  color: #273353;
  font-weight: 600;
}
.why_choose_area .choose-content1 .btn1 {
  display: inline-block;
  background-color: #0cb8b6;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  padding: 0 37px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.why_choose_area .choose-content1 .btn1:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.why_choose_area .choose-content .btn2 {
  display: inline-block;
  background-color: #114b8a;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  padding: 0 37px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.why_choose_area .choose-content .btn2:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .why_choose_area .choose-content {
    padding-top: 30px;
  }
  .why_choose_area .choose-heading h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #273353;
    font-weight: 600;
  }
}
/* ===== Choose Area CSS ===== */
/*form*/
/*.appointment-area-seven {
    position: relative;
}*/
.appointment-area-seven .appointment-here-form {
  max-width: unset;
  padding: 40px;
}
.appointment-here-form {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
  max-width: 750px;
  position: relative;
  z-index: 1;
}
.appointment-here-form span {
  text-align: center;
  display: block;
}
.top-title {
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  color: #ff7f11;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-title {
    font-size: 14px;
  }
}
.appointment-here-form h2 {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .appointment-here-form h2 {
    font-size: 35px;
  }
}
.appointment-here-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.appointment-here-form .form-group .form-control {
  padding: 12px 50px;
}
.form-control {
  height: 50px;
  color: #001430;
  border: 1px solid #e8e8e8;
  background-color: #f2f9fc;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}
.appointment-here-form .form-group i {
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: 1;
  font-size: 18px;
  color: #ff7f11;
}
.default-btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 30px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #0cb8b6;
  display: inline-block;
  border: none;
}
.appointment-area-seven .appointment-here-form .default-btn {
  margin-top: 0;
}
.appointment-here-form .default-btn {
  display: block;
  margin: 15px auto 0;
}
.appointment-area-seven .appointment-here-form .default-btn:hover {
  background-color: #000;
  color: #fff;
}

.appointment-area-seven .appointment-area-content h6 {
  color: #114b8a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.appointment-area-seven .appointment-area-content h1 {
  /*color: #1cba9f;*/
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 70px;
  margin-bottom: 5px;
}
.appointment-area-seven .appointment-area-content h5 {
  color: #114b8a;
  font-size: 24px;
  font-weight: 700;
}
.text-green {
  color: #ff7f11;
}
.text-blue {
  color: #114b8a;
}
.appointment-area-seven .appointment-area-content {
  padding-top: 70px;
}
/*form*/

/********---------testimonial wrapper---------****************/
.testimonial_wrappper_4 {
  background: url("../img/slider/1.jpg") 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}
.testimonial_wrappper_4 .testi_overlay_4 {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(9, 9, 9, 0.87);
}
.testimonial_wrappper_4 .heading_white h1 {
  color: #fff;
}
.testimonial_wrappper_4 .rotate {
  margin: auto;
  display: block;
  width: 95px;
  height: 95px;
  margin-bottom: 37px;
  margin-top: -95px;
}
.testimonial_wrappper_4 .test_main {
  background: #ffffff;
  padding: 25px;
  text-align: center;
  margin-top: 90px;
  width: 100%;
  height: 330px;
}
.testimonial_wrappper_4 .test_main h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial_wrappper_4 .test_main h4 a:hover {
  color: #1e9ce5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial_wrappper_4 .test_main h5 {
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
}
.testimonial_wrappper_4 .test_main p {
  font-style: italic;
  margin-top: 5px;
}
.testimonial_wrappper_4 .ppp {
  color: #fff;
  opacity: 0.8;
}
.testimonial_slider_wrapper_4 {
  float: left;
  width: 100%;
}
.testimonial_slider_wrapper_4 .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  margin-top: 10px;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 50px 5px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #fff;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_wrapper_4 .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial_slider_wrapper_4 .owl-theme .owl-nav {
  display: block;
  margin-top: 40px;
}
.what_can_Wrapper_4 .owl-theme .owl-nav {
  margin-top: 40px;
}
/*testimonial*/

/*footer*/
.dark-bg {
  background-color: #1b1b1b;
}
.primary-footer {
  color: #ffffff;
}
.primary-footer h5 {
  color: #ffffff;
}
footer h5 {
  margin-bottom: 20px;
}
.text-theme {
  color: #ff7f11;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.footer .footer-list li {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-list li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  text-transform: capitalize;
}
.primary-footer h5 {
  font-weight: 700;
  padding-top: 50px;
}
.primary-footer p {
  color: #dcdcdc;
}
.primary-footer .footer-logo {
  padding-top: 50px;
}
.footer .primary-footer a {
  color: #ffffff;
}
.footer-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.media-icon li {
  padding-left: 40px;
  position: relative;
}
.media-icon li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #ff7f11;
  /*font-weight: normal;*/
  line-height: 24px;
}
.footer .secondary-footer {
  background: #ff7f11;
}
.secondary-footer {
  padding: 15px 0;
  background: #191919;
  color: #ffffff;
}
.secondary-footer span a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
/*footer*/

/*page-title*/
.med_tittle_section {
  background: url(../img/bg/page-title.jpg) 50% 0 repeat-y;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 40px;
  margin-top: -95px;
  margin-bottom: 50px;
}
.med_img_overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: rgba(245, 245, 245, 0.7);
}
.breadcrumb li {
  float: left;
}
.breadcrumb {
  background-color: white;
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  content: "/\00a0";
}
.med_tittle_cont {
  text-align: right;
  margin-top: 45px;
}
.med_tittle_cont h1 {
  font-size: 32px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.breadcrumb li a {
  color: black;
}
.breadcrumb > li + li:before {
  color: black;
}
.breadcrumb li:last-child {
  color: #2ec8a6;
  float: left;
}
/*page-title*/

/*service-page*/
.service-page .service-5__item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.service-page .service-5__thumb {
  position: relative;
  overflow: hidden;
}
.service-page .service-5__icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.z-index {
  position: relative;
  z-index: 2;
}
.service-page .service-5__item-color .service-5__icon span {
  border: 1px dashed #40d0c6;
}
.service-page .service-5__icon span {
  height: 70px;
  width: 70px;
  line-height: 65px;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  border: 1px dashed #1167b1;
  position: relative;
}
.service-page .service-5__icon span::before {
  position: absolute;
  bottom: -19px;
  left: 17px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  content: "";
  z-index: -1;
  transform: rotate(45deg);
}
.service-page .service-5__thumb img {
  transition: 0.4s;
}
.service-page .service-5__icon span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(1.3);
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.service-page .service-5__item-color .service-5__thumb::after {
  height: 100%;
  background-color: rgba(64, 208, 198, 0.839);
}
.service-page .service-5__thumb::after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 0%;
  height: 100%;
  background-color: rgba(17, 103, 177, 0.84);
  content: "";
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.service-page .service-5__content {
  text-align: center;
  padding: 30px;
}
.service-page .service-5__title-sm {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
}
.service-page .service-5__title-sm a {
  color: #114b8a;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-5__title-sm {
    font-size: 20px;
  }
}
.service-5__item-color .service-5__content span {
  color: #40d0c6;
}
.service-5__content span {
  font-size: 17px;
  font-weight: 400;
  color: #1167b1;
  display: block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-5__content span {
    font-size: 15px;
  }
}
.service-5__item:hover .service-5__thumb::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0;
}
.service-5__item-color .service-5__thumb::after {
  height: 100%;
  background-color: rgba(64, 208, 198, 0.839);
}
/*service-page*/

/*crisis*/
.crisis-section .featured-block {
  margin-top: 30px;
}
.featured-block .inner-box {
  padding: 15px 15px;
  border-radius: 15px 15px;
  text-align: left;
  transition: all 0.5s;
}
.featured-block .icon-box {
  position: relative;
  font-size: 46px;
  line-height: 1em;
  color: #223a66;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
}
.featured-block .icon-box > .icon {
  background-image: linear-gradient(135deg, #114b8a 9%, #ff7f11 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-title {
  font-size: 18px;
  margin: 0px 0px 6px;
  color: #232323;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
.theme-content:last-child {
  margin: 0px;
}
.theme-content {
  font-size: 15px;
  color: #555;
  margin: 0px 0px 8px;
}
/*crisis*/

/*department*/
.department-single-area .info .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.department-single-area .info .thumb .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}

.department-single-area .info .thumb .title h3 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 30px;
}

.department-single-area .info .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 82%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%)
    repeat scroll 0 0;
}

.department-single-area .info .thumb .title span {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}
.department-single-area .info h4 {
  margin-top: 25px;
  font-weight: 600;
  color: #114b8a;
  font-size: 23px;
}
.department-single-area .info ul {
  margin-bottom: 20px;
  overflow: hidden;
  list-style-type: none;
}
.department-single-area .info ul li {
  margin-top: 10px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  padding: 0 15px;
  padding-left: 30px;
}
.department-single-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f14d";
  font-family: "fontawesome";
  color: #1ebeb6;
}
@media only screen and (max-width: 767px) {
  .department-single-area .info ul li {
    width: 100%;
  }
}

/*faq*/
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #114b8a;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #114b8a;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 10px;
}
/*faq*/

/*aside*/
/*.department-single-area .sidebar-widget-area {
    margin: 115px 0;
}*/
.sidebar-widget-area .widget-title {
  background-color: #e12454;
}
.sidebar-widget-area .widget-title {
  padding: 13px 30px 12px 30px;
  color: #ffffff;
  font-size: 23px;
  margin: -30px -30px 40px -30px;
}
.sidebar-widget-area .widget {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f4f9fc;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-area .widget.widget_nav_menu ul li a,
.sidebar-widget-area .widget.widget_categories ul li a {
  display: block;
  padding: 13px 10px 10px 40px;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  border: 1px solid #dddddd8f;
  color: #000;
}

.sidebar-widget-area .widget_nav_menu ul li a:before,
.sidebar-widget-area .widget.widget_categories ul li a:before {
  position: absolute;
  content: "\f101";
  font-family: "FontAwesome";
  left: 25px;
  font-size: 13px;
  top: 15px;
  font-weight: 600;
}

.sidebar-widget-area .widget.widget_nav_menu ul li.current-menu-item a:hover {
  color: #ffffff;
}
.sidebar-widget-area .widget.widget_nav_menu ul li a:hover,
.sidebar-widget-area .widget.widget_categories ul li a:hover {
  color: #000;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-widget-area .widget.widget_nav_menu ul li.current-menu-item a {
  background-color: #e12454;
  color: #fff;
}
@media (max-width: 767px) {
  .department-single-area .sidebar-widget-area {
    margin: 50px 0;
  }
}
/*aside*/
/*department*/

/*--counter wrapper--**/
.counter_section_2 {
  background: url("../img/slider/achiv.webp") 50% 0 repeat-y;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index: -9999;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  text-align: center;
}
.counter_section_2 .counter_overlay {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 100px;
  padding-bottom: 95px;
}
.counter_section_2 .count-description {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-top: 20px;
}
.counter_section_2 .icon {
  width: 100px;
  height: 100px;
  line-height: 98px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border: 2px solid #363838;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: 0px;
  background: transparent;
}
.counter_section_2 .icon i {
  text-align: center;
  width: 80px;
  border-radius: 80px;
  line-height: 80px;
  background: #3a3f41;
  display: inline-block;
  font-size: 30px;
  color: #f4ab01;
}
/*.counter_section_2 .count-description {
	padding-top: 20px;
}*/
.counter_section_2 .icon:hover {
  background-color: #f4ab01;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.counter_section_2 .con1,
.counter_section_2 .con2,
.counter_section_2 .con3,
.counter_section_2 .con4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  padding-top: 15px;
}
.counter_section_2 p {
  color: #fff;
}
/*--counter wrapper--**/

/*about page*/
.about-area .about__content .about__text h3 {
  color: #114b8a;
  font-weight: 700;
  font-size: 26px;
}
/*about page*/

/* Contact Page */
.wrd-contact-info-section {
  padding-top: 115px;
}

.contact-page .wrd-contact-form-two-section {
  padding-top: 80px;
}

.wrd-contact-details-box {
  background: #f4f9fc;
  padding: 45px 30px 40px 135px;
  margin-bottom: 30px;
  position: relative;
}

.wrd-contact-details-box-icon {
  height: 65px;
  width: 65px;
  box-shadow: -10px 10px #ff8f30;
  position: absolute;
  left: 45px;
  font-size: 30px;
  text-align: center;
  line-height: 65px;
  background: #fff;
}

.wrd-contact-details-box .wrd-contact-box-title {
  /*font-size: 22px;*/
  line-height: 32px;
  margin: -8px 0 5px 0;
  font-weight: 600;
  color: #114b8a;
}

.wrd-contact-details-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrd-contact-details-box ul li {
  margin-bottom: 0;
}

.wrd-contact-details-box a {
  color: #223645;
  font-weight: 400;
}

.wrd-contact-details-box p:last-child {
  margin-bottom: 0;
}
/*contact page*/

/*map*/
.map iframe {
  width: 100%;
  height: 300px;
}
/*map*/

/*doctor*/
.team__item-box {
  padding: 40px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .team__item-box {
    padding: 40px 0;
    padding-bottom: 85px;
  }
}
.team__circle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #4ecad4;
  position: absolute;
  top: -33px;
  left: -37px;
}
.team__circle::after {
  content: "";
  border: 3px solid #4ecad4;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team__img-text {
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0 0 122px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: -45px;
  position: relative;
  display: inline-block;
  z-index: 3;
}
.team__img-text h4 {
  font-size: 23px;
  font-weight: 600;
  transition: 0.3s;
  margin-bottom: 5px;
}
.team__img-text h4 a {
  color: #144d8c;
}
.team__img-text p {
  margin-top: 5px;
}
.team__img-text p i {
  font-size: 15px;
  color: #144d8c;
  width: 30px;
  display: inline-block;
}
.team__img-text p a {
  color: #144d8c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__img-text h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__img-text h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .team__img-text h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__img-text h4 {
    font-size: 21px;
  }
}
.team__img-text h4:hover {
  color: #4ecad4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__img-text span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__img-text span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .team__img-text span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__img-text span {
    font-size: 16px;
  }
}
.team__wrapper:hover .team__main-img img {
  transform: scale(1.1);
}
.team__wrapper:hover .team__main-img::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team__wrapper:hover .team__item::after {
  background-color: #4ecad4;
}
.team__wrapper:hover .team__img-icon {
  opacity: 1;
  visibility: visible;
}
.team__main-img {
  border-radius: 50%;
  transform: 0.3s;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 254px;
  height: 254px;
}
.team__main-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(8, 30, 65, 0.588);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 2;
}
.team__item {
  position: relative;
  z-index: 2;
  height: 254px;
  width: 254px;
  margin: 0 auto;
}
.team__item::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: 0.6s;
  transform: scale(1.07);
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.p-relative {
  position: relative;
}
.fix {
  overflow: hidden;
}
/*doctor*/

/*gallery*/
.gallery-area .portfolio-thumb img {
  width: 100%;
}
.gallery-area .portfolio_icon_wrapper_3:before {
  content: "";
  border-left: 80px solid transparent;
  border-bottom: 80px solid #2ec8a6;
  position: absolute;
  bottom: 0;
  right: 0;
}
.gallery-area .portfolio_icon_wrapper_3 a {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.gallery-area .portfolio_icon_wrapper_3 i {
  color: #fff;
  font-size: 18px;
}
.gallery-area .portfolio-wrapper {
  margin-bottom: 30px;
  border-radius: 5px;
}
.gallery-area .portfolio-thumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery-area .portfolio-wrapper:hover .portfolio-thumb::before {
  left: 0;
  bottom: 0;
  opacity: 1;
}
.gallery-area .portfolio-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -80%;
  bottom: -80%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
/*gallery*/
/*sticky btn*/

.icon-bar {
  position: fixed;
  top: 85%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  right: 0;
}

.icon-bar a {
  /*display: block;*/
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 26px;
}

.icon-bar a:hover {
  background-color: #0cb8b6;
}

.facebook {
  background: #63d549;
  color: white;
}

.twitter {
  /*background: #dd4b39;
     color: white;*/
  height: 60px;
  width: 60px;
  background-color: #ff7f11;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.twitter::before {
  content: "";
  position: absolute;
  border: 1px solid #ff7f11;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
}

.twitter::after {
  content: "";
  position: absolute;
  border: 1px solid #ff7f11;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s;
}
.menu_wrapper .mainmenu .main_nav_ul .appoint a {
  color: #ffffff;
}
.menu_wrapper .mainmenu .main_nav_ul .appoint a:hover {
  color: #000000;
}
.appoint a {
  background-color: #1ebeb6;
  font-weight: bold;
  font-family: sans-serif;
}

/*.carousel-control-next-icon {
  background-image: url(
    data:image/svg + xml;charset=utf8,
    %3Csvgxmlns="http://www.w3.org/2000/svg"fill="%23fff"viewBox="0 0 8 8"%3E%3Cpathd="M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z"/%3E%3C/svg%3E
  );
  background-color: aqua;
  padding: 20px;
  border-radius: 25px;
}

.carousel-control-prev-icon {
 background-image: url(
    data:image/svg + xml;charset=utf8,
    %3Csvgxmlns="http://www.w3.org/2000/svg"fill="%23fff"viewBox="0 0 8 8"%3E%3Cpathd="M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z"/%3E%3C/svg%3E
  );
  background-color: aqua;
  padding: 20px;
  border-radius: 25px;
} */

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
/*sticky btn*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
 /* outline: black;*/
  background-size: 100%, 100%;
  border-radius: 50%;
  /*border: 1px solid black;*/
  background:#20468b;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  color: #dff3f8;
  line-height: 50px;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: #dff3f8;
  line-height: 50px;
}

@media only screen and (max-width: 980px) {
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 40%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
}