
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/*-- Default CSS --*/
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #4a6f8a;
  background-color: #ffffff;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
}

p {
  line-height: 1.7;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
  color: #01a388;
}
a:hover {
  color: #111111;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pb40_hm{ padding-bottom:30px;}

.pt-100 {
  padding-top: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}


/*css for country selector top header*/

.custom-select-wrapper {
  position: relative;
}

.selected {
    background: #ffffff;
    color: #000000;
    padding: 0px 6px 2px 8px;
    font-size: 18px;
    border-radius: 24px;
    display: inline-block;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.selected span {
    margin-right:0px;
    font-size: 16px;
    font-weight: 600;
}

.arrow {
  margin-left: auto;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 6px 6px 14px 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index:9;
    width:250px;
    height:300px;
    overflow: auto;
    scrollbar-width: thin;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 8;
}
span#selected-code {
    font-size: 16px;
    font-weight: 600;
}

.option {
    padding: 8px 15px 8px 25px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
}
.option img {
    width: 25px;
    margin: 0 5px 0 0;
    border-radius: 40px;
    height: 25px;
}
.flag-img {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    margin: 0 4px 0 0;
}
.option:last-child {
    border-bottom:0;
}
.option-group {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 8px 15px 8px 10px;
    border-bottom: 1px solid #ebebeb;
}
.option:hover {
  background-color: #f0f0f0;
}




/*-- End Default CSS --*/
/*-- Preloader CSS --*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #0046c0;
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*-- End Preloader CSS --*/
/*----- Home Page One -----*/
/*-- Header Top --*/
.header-top {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
  background-color: #225479;
  z-index: 1;
}

.header-top-item .header-top-left ul {
  margin: 0;
  padding: 0;
}
.header-top-item .header-top-left ul li {
  display: inline-block;
  list-style-type: none;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  margin-right: 25px;
}
.header-top-item .header-top-left ul li i {
  color: #01a28a;
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.header-top-item .header-top-left ul li:last-child {
  margin-right: 0;
}
.header-top-item .header-top-left ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
}
.header-top-item .header-top-left ul li a:hover {
  color: #01a28a;
}
.header-top-item .header-top-left ul li a i {
    color: #01a28a;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.header-top-item .header-top-right {
  text-align: right;
}
.header-top-item .header-top-right ul {
  margin: 0;
  padding: 0;
}
.header-top-item .header-top-right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.header-top-item .header-top-right ul li:last-child {
  margin-right: 0;
}
.header-top-item .header-top-right ul li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #01a28a;
    border-radius: 4px;
}
.header-top-item .header-top-right ul li a:hover {
  color: #cd6454;
  background-color: transparent;
  border: 1px solid #cd6454;
}



/*-- End Header Top --*/
/*-- Navbar --*/
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    width: 175px;
    padding: 0;
}

.main-nav {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.main-nav nav {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 0;
  transition: 0.5s all ease;
}
.main-nav nav .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: #01a388;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px #ddd;
  border: 0;
  border-left: 3px solid #01a388;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dashed rgba(0, 70, 192, 0.2784313725);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #4a6f8a;
  font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0046c0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #0046c0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a.active {
  color: #0046c0;
}
.main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  color: #323232;
  text-transform: capitalize;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #01a388;
}

.search-icon {
    font-size: 15px;
    border: 0;
    outline: none;
    transition: 0.5s all ease;
    color: #01a388;
    background-color: #d8e0e8;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50px;
}
.search-icon:hover {
  background-color: #225479;
  color: #ffffff;
}

.search-toggle .search-icon.icon-close {
  display: none;
}

.search-toggle.opened .search-icon.icon-search {
  display: none;
}

.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.nav-srh {
  position: relative;
}
.nav-srh .search-area {
  position: absolute;
  right: 8px;
  bottom: -105px;
  z-index: 5;
  transition: 0.5s all ease;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.nav-srh .search-area .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 22px;
  background-color: transparent;
  font-size: 20px;
  color: #01a28a;
  transition: 0.5s all ease;
}
.nav-srh .search-area .search-icon:hover {
  color: #111111;
}
.nav-srh .search-area .src-input {
    outline: none;
    padding: 10px 10px 10px 10px;
    margin: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    height: 50px;
    border-radius: 6px;
    line-height: 50px;
    font-weight: 500;
}
.nav-srh .search-area.opened {
    max-height: 100px;
    padding: 20px 25px;
    box-shadow: 0px 0px 15px rgba(221, 221, 221, 0.5019607843);
    min-width: 590px;
}

.menu-shrink {
  box-shadow: 0px 0px 15px 0px #ddd;
}
.menu-shrink nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*-- End Navbar --*/
/*-- Home Slider --*/

.home_slider{ position:relative;}
.admit_forms {
    position: absolute;
    z-index:7;
    width: 35%;
    background: rgb(255 255 255 / 90%);
    right: 10%;
    padding: 20px 20px;
    top: 40px;
    border-radius: 10px;
}
.admit_forms::before {
    position: absolute;
    content: '';
    background: #01a28a;
    width: 80%;
    left: 50%;
    top: 0;
    height: 52px;
    z-index: 0;
    border-radius: 45px;
    transform: translate(-50%, 0px);
  display:none;
}
.mobile_form .form-group {
    margin: 0 0 20px 0;
}
.enquery_input {
    width: 100%;
    margin: 0;
    padding: 10px 5px 11px 10px;
    font-size: 15px;
    color: #333;
    height: 44px;
    border-radius: 4px;
    border: solid 1px #22537859;
}
.enquery_input_text{
  width: 100%;
    margin: 0;
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    color: #333;
    border-radius: 4px;
    border: solid 1px #22537859;
}
.mobile_form h3 {
    text-align: center;
    margin: 0px 0 22px 0;
    color: #225479;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}
.mobile_form .form-group label {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 500;
    display: none;
}
.appointment_bnt {
    font-size: 16px;
    color: #fff;
    background: #00a488;
    border: none;
    padding: 7px 0 8px 0;
    width: 65%;
    height: 40px;
    display: block;
    margin: 10px auto 0;
    line-height: 16px;
    border-radius: 6px;
    font-weight: 600;
}

.slider-item-img {}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}
.slider-item .slider-shape img {
  position: absolute;
  top: -9px;
  right: -90px;
  max-width: 730px;
}
.slider-item .slider-shape-two img {
  position: absolute;
  top: 20px;
  right: -60px;
  max-width: 730px;
}
.slider-item .slider-shape-three img {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 730px;
}
.slider-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #225479;
    opacity: 0.7;
}
.slider-item .slider-text {
  position: relative;
  margin-top: -160px;
}
.slider-item .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 35px;
  max-width: 600px;
  margin-left: 0;
}
.slider-item .slider-text p {
  color: #ffffff;
  font-weight: 40;
  margin-bottom: 40px;
  max-width: 575px;
  margin-left: 0;
}

.common-btn a {
  display: inline-block;
  color: #00a488;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 5px;
  margin-right: 20px;
  border: 2px solid transparent;
}
.common-btn a:hover {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.common-btn a:last-child {
  margin-right: 0;
}
.common-btn .cmn-btn-right {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}
.common-btn .cmn-btn-right:hover {
  color: #00a488;
  background-color: #ffffff;
}

.home-slider .owl-prev {
  position: absolute;
  top: 45%;
  left: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px !important;
  font-size: 28px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #00a488 !important;
  transition: 0.5s all ease;
}
.home-slider .owl-prev:hover {
  color: #ffffff !important;
  background-color: #111111 !important;
}
.home-slider .owl-next {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px !important;
  font-size: 28px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #00a488 !important;
  transition: 0.5s all ease;
}
.home-slider .owl-next:hover {
  color: #ffffff !important;
  background-color: #111111 !important;
}

.home-slider.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 5px 4px;
  background-color: #01a28a;
  transition: 0.5s all ease;
}

.home-slider.owl-theme .owl-dots .owl-dot.active span, .home-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  width: 30px;
}

/*-- End Home Slider --*/
/*-- Counter --*/
.counter-bg {
  background-image: url("../img/home-one/3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
  border-radius: 8px;
  /* box-shadow: 0px 0px 30px 0px rgba(221, 221, 221, 0.6509803922); */
  margin-top: 0px;
  position: relative;
  z-index: 1;
}

.counter-item {
  margin-bottom: 15px;
  text-align: center;
}
.counter-item i {
    display: block;
    color: #225479;
    font-size: 45px;
    margin-bottom: 10px;
}
.counter-item h3 {
    font-weight: 800;
    font-size: 44px;
    color: #225479;
    margin-bottom: 8px;
    line-height: 44px;
}
.counter-item p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: normal;
}

/*-- End Counter --*/
/*-- About --*/
.about-item {
  margin-bottom: 30px;
}
.about-item h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-item p {
    margin-bottom: 15px;
    color: #5a5a5a;
}
.about-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.about-item ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 12px;
}
.about-item ul li:last-child {
  margin-bottom: 0;
}
.about-item ul li i {
  display: inline-block;
  margin-right: 10px;
  color: #01a28a;
  font-size: 23px;
  position: relative;
  top: 2px;
}
.about-item a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  background-color: #01a28a;
  font-weight: 500;
  padding: 20px 45px;
  border-radius: 5px;
}
.about-item a:hover {
  color: 15px;
  background-color: #111111;
}

.about-left {
  position: relative;
}
.about-left img {
  width: 100%;
  z-index: 1;
  border-radius: 10px;
  animation: a-seven 10s infinite linear;
}
.about-left:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 430px;
  height: 375px;
  border-radius: 10px;
  z-index: -1;
  animation: a-one 5s infinite linear;
  background-color: #013d48;
}
.about-left:after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 430px;
  height: 375px;
  border-radius: 10px;
  z-index: -1;
  animation: a-two 5s infinite linear;
  background-color: #013d48;
}

@keyframes a-one {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes a-two {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.about-right {
  padding-left: 40px;
  position: relative;
}
.welcome-area {
    padding: 0px 0px 70px 0px;
}
.aboutAr {
    padding: 50px 0px 70px 0px;
}
.about-right img {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: -1;
  width: 500px;
  animation: a-three 5s infinite linear;
}

@keyframes a-three {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 35px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End About --*/
/*-- Services --*/
.section-title {
  margin-bottom: 50px;
  margin-top: -7px;
}
.section-title h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.section-title p {
    color: #5a5a5a;
    padding: 10px 100px 0 0;
}
.section-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #01a28a;
    border-radius: 5px;
}

.service-item {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.7490196078);
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 265px;
    border-radius: 10px 0 10px 10px;
    border: solid 0px #225378;
}


.serivice_ancer {
    text-decoration:none;
    color:#5a5a5a;
}
.Searvice_btn {
    text-align: center;
    position: relative;
    padding: 32px 0 36px 0;
}
.Searvice_btn a {
    border: 2px solid #01a28a;
    padding: 10px 40px 10px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    color: #01a28a;
}


.service-item::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    border-top: solid 15px #225479;
    border-right: solid 15px #225479;
    border-left: solid 15px transparent;
    border-bottom: solid 15px transparent;
}
/* .service-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  background-color: #013d48;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
  border-radius:10px;
} */
.service-item:hover {
  box-shadow: 0px 0px 25px 0px rgb(1, 61, 72, 0.4);
} 
/* .service-item:hover:before {
  opacity: 1;
} 
.service-item:hover .service-front {
  display: none;
  transform: scale(0.5);
} */
/* .service-item:hover .service-end {
  display: block;
  transform: scale(1);
}
.service-item:hover .service-end p {
  margin-bottom: 24px;
} */
.service-item .service-front {
  transition: 0.5s all ease;
  display: block;
}

.service-item .service-front img {
    width: 70px;
    margin: 0 0 10px 0;
}

.service-item .service-front i {
  display: block;
  color: #01a28a;
  font-size: 65px;
  margin-bottom: 20px;
}
.service-item .service-front h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
    color: #000000;
}
.service-item .service-front p {
    margin-bottom: 0;
    color: #5a5a5a;
}
.service-item .service-end {
  position: relative;
  display: none;
  transform: scale(0.5);
  padding-top: 4px;
  padding-bottom: 5px;
}

.service-item .service-end img {
    width: 70px;
    margin: 0 0 10px 0;
}

.service-item .service-end i {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  font-size: 170px;
  color: #fff;
  opacity: 0.1;
  z-index: -1;
}
.service-item .service-end h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.service-item .service-end p {
  margin-bottom: 0;
  color: #ffffff;
}
.service-item .service-end a {
  display: inline-block;
  color: #0046c0;
  background-color: #ffffff;
  padding: 12px 15px;
}
.service-item .service-end a:hover {
  color: #ffffff;
  background-color: #111111;
}

/*-- End Services --*/
/*-- Expertise --*/
.expertise-item {
  text-align: center;
}
.expertise-item a {
  display: block;
}
.expertise-item .expertise-inner {
  background-color: #013d48;
  padding: 42px 25px 35px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.expertise-item .expertise-inner:hover i {
  box-shadow: none;
}
.expertise-item .expertise-inner i {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: #013d48;
  font-size: 30px;
  margin-bottom: 35px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.6509803922);
  background-color: #ffffff;
  transition: 0.5s all ease;
  position: relative;
  top: 8px;
}
.expertise-item .expertise-inner h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 14px;
}
.expertise-item .expertise-inner p {
  margin-bottom: 0;
  color: #ffffff;
}
.expertise-item .expertise-right {
  padding-left: 80px;
  position: relative;
}
.expertise-item .expertise-right:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 70px;
  width: 430px;
  height: 380px;
  z-index: -1;
  border-radius: 10px;
  animation: a-one 5s infinite linear;
  background-color: #013d48;
}
.expertise-item .expertise-right:after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 430px;
  height: 380px;
  z-index: -1;
  border-radius: 10px;
  animation: a-two 5s infinite linear;
  background-color: #013d48;
}
.expertise-item .expertise-right img {
  width: 100%;
  z-index: 1;
  animation: a-seven 10s infinite linear;
}

@keyframes a-seven {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*-- End Expertise --*/
/*-- Video --*/
.video-area {
  background-image: url("../img/home-one/7.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 560px;
  text-align: center;
}

.video-item a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  color: #4d93e9;
  font-size: 35px;
  background-color: #ffffff;
}
.video-item a:hover {
  color: #ffffff;
  background-color: #111111;
}
.video-item .video-content {
  margin-top: 90px;
  text-align: left;
  padding-left: 30px;
  position: relative;
  max-width: 745px;
  margin-left: 0;
}
.video-item .video-content:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 5px;
  height: 130px;
  background-color: #ffffff;
}
.video-item .video-content h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 25px;
}
.video-item .video-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.video-wrap .video-nav {
  margin-top: -42px;
  background-color: #ffffff;
  text-align: center;
  display: block;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 15px 0px #ddd;
}
.video-wrap .video-nav .video-nav-item {
  display: inline-block;
}
.video-wrap .video-nav .video-nav-item a {
  color: #01a28a;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  padding: 25px 49.4px 22px 49.3px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.video-wrap .nav-pills .nav-link, .video-wrap .nav-pills .show > .nav-link {
  border-top: 4px solid transparent;
}
.video-wrap .nav-pills .nav-link.active, .video-wrap .nav-pills .show > .nav-link {
  border-top: 4px solid #01a28a;
}

/*-- End Video --*/
/*-- Doctors --*/
.doctor-item {
  margin-bottom: 10px;
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 10px;
}
.doctor-item:hover .doctor-top:before {
  opacity: 0.6;
  transform: scale(1);
}
.doctor-item:hover .doctor-top a {
  opacity: 1;
  bottom: 20px;
}
.doctor-item .doctor-top {
  position: relative;
  border-radius: 10px;
}
.doctor-item .doctor-top a {
    display: inline-block;
    color: #01a28a;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    text-align: center;
}
.doctor-item .doctor-top a:hover {
  color: #ffffff;
  background-color: #111111;
}
.doctor-item .doctor-top img {
  width: 100%;
  border-radius: 10px;
}
.doctor-item .doctor-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
      min-height: 162px;
}
.doctor-item .doctor-bottom h3 a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #232323;
}
.doctor-item .doctor-bottom p {
    font-size: 15px;
    margin: 0 0 8px 0;
    color: #5a5a5a;
    font-weight: 500;
    line-height: normal;
}
.doctor-item .doctor-bottom h3 a:hover {
  color: #013d48;
}
.doctor-item .doctor-bottom span {
    display: block;
    color: #01a388;
    font-size: 15px;
    font-weight: 500;
}

.doctor-btn {
  text-align: center;
}
.doctor-btn a {
  margin-top: 30px;
  display: inline-block;
  font-weight: 600;
  color: #232323;
  font-size: 18px;
  border: 2px solid #01a388;
  padding: 10px 55px;
  border-radius: 10px;
}
.doctor-btn a:hover {
  color: #ffffff;
  background-color: #01a388;
}

/*-- End Doctors --*/

.our_hostitals {
    padding: 60px 0 60px 0;
    background: #225479;
}
.our_hostitals .section-title h2 {
    color: #fff;
    font-size: 30px;
}

.our_hostitals .blog-item .blog-bottom {
    padding: 15px 15px 15px 15px;
}
.our_hostitals .blog-item .blog-top img {
    height: 215px;
}
.our_hostitals .blog-item .blog-bottom h3 a {
    font-size: 18px;
    margin: 0 0 5px 0;
}
.our_hostitals .blog-item .blog-bottom p {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-weight: 500;
    color: #01a388;
}
.our_hostitals .doctor-btn a {
    color: #fff;
    padding: 10px 40px 10px 40px;
}
/*-- Blog --*/
.blog-area {
  background-color: #edf2fa;
  position: relative;
  padding-bottom: 35px;
}

.blog-item {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4196078431);
}
.blog-item:hover .blog-top {
  overflow: hidden;
}
.blog-item:hover .blog-top img {
  transform: scale(1.1);
}
.blog-item .blog-top {
  overflow: hidden;
}
.blog-item .blog-top img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s all ease;
}
.blog-item .blog-top a {
  display: block;
}
.blog-item .blog-bottom {
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.blog-item .blog-bottom h3 {
  margin-bottom: 0;
}
.blog-item .blog-bottom h3 a {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
    transition: 0.5s all ease;
    line-height: normal;
    display: block;
}
.blog-item .blog-bottom h3 a:hover {
  color: #01a28a;
}
.blog-item .blog-bottom p {
  color: #232323;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #01a28a;
}
.blog-item .blog-bottom ul li {
  display: inline-block;
  list-style-type: none;
  color: #01a28a;
  font-weight: 500;
  font-size: 15px;
}
.blog-item .blog-bottom ul li i {
  color: #01a28a;
}
.blog-item .blog-bottom ul li:last-child {
  float: right;
}
.blog-item .blog-bottom ul li:last-child i {
  font-size: 19px;
  top: 1px;
  margin-right: 3px;
}
.blog-item .blog-bottom ul li a {
  display: block;
  color: #01a28a;
  font-weight: 500;
  font-size: 15px;
}
.blog-item .blog-bottom ul li a:hover {
  color: #111111;
}
.blog-item .blog-bottom ul li a:hover i {
  color: #111111;
}
.blog-item .blog-bottom ul li a i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
  transition: 0.3s all ease;
}

/*-- End Blog --*/
/*-- Newsletter --*/
.newsletter-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 55px;
  padding-right: 55px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6705882353);
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  max-width: 1105px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-item h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
}
.newsletter-item p {
  margin-bottom: 0;
  color: #676767;
  font-size: 15px;
  max-width: 550px;
  margin-left: 0;
}
.newsletter-item .newsletter-form {
  position: relative;
}
.newsletter-item .newsletter-form .form-control {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #919191;
    padding-left: 12px;
    font-size: 16px;
}
.newsletter-item .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #111111;
}
.newsletter-item .newsletter-form ::-moz-placeholder {
  color: #333333;
}
.newsletter-item .newsletter-form ::placeholder {
  color: #333333;
}
.newsletter-item .newsletter-form .newsletter-btn {
    border-radius: 10px;
    padding: 14px 25px;
    font-size: 18px;
    position: absolute;
    top:0px;
    right:0px;
    color: #ffffff;
    background-color: #01a28a;
    transition: 0.5s all ease;
    /* opacity: 1; */
    cursor: pointer;
}
.newsletter-item .newsletter-form .newsletter-btn:hover {
  background-color: #111111;
}
.newsletter-item .newsletter-form .validation-danger {
  color: #dc3545;
  margin-top: 10px;
}

/*-- End Newsletter --*/
/*-- Footer --*/
footer {
    background-image: url(../img/home-one/14.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #225479;
    padding-top: 55px;
    position: relative;
}

.footer-item {
  margin-bottom: 30px;
}
.footer-item .footer-contact h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  position:relative;
}

.footer-item .footer-contact h3::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    background: #02a288;
    margin-top: 14px;
    margin-left: 10px;
}

.footer-item .footer-contact ul {
  margin: 0;
  padding: 0;
}
.footer-item .footer-contact ul li {
  list-style-type: none;
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  padding-left: 0px;
  position: relative;
  margin-bottom: 30px;
}
.footer-item .footer-contact ul li:last-child {
  margin-bottom: 0;
  margin-left: 0;
}
.footer-item .footer-contact ul li:last-child i {
  top: 2px;
}
.footer-item .footer-contact ul li a {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 14px;
}
.footer-item .footer-contact ul li a:last-child {
  margin-bottom: 0;
}
.footer-item .footer-contact ul li a:hover {
  margin-left: 5px;
}
.footer-item .footer-contact ul li a:hover i {
  left: 5px;
}
.footer-item .footer-contact ul li a i {
    transition: 0.5s all ease;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 22px;
    line-height: 24px;
    margin: 0 5px 0 0;
    display: inline-block;
    background: #01a28a;
}
.footer-item .footer-quick h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  position:relative;
}

.footer-item .footer-quick h3::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    background: #02a288;
    margin-top: 14px;
    margin-left: 10px;
}

.footer-item .footer-quick ul {
  margin: 0;
  padding: 0;
}
.footer-item .footer-quick ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}
.footer-item .footer-quick ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-quick ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.footer-item .footer-quick ul li a:hover {
  margin-left: 5px;
}
.footer-item .footer-feedback h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}
.footer-item .footer-feedback .form-group {
  margin-bottom: 20px;
}
.footer-item .footer-feedback .form-group .form-control {
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7803921569);
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 15px;
  color: #ffffff;
}
.footer-item .footer-feedback .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7803921569);
}
.footer-item .footer-feedback .form-group ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7803921569);
}
.footer-item .footer-feedback .form-group ::placeholder {
  color: rgba(255, 255, 255, 0.7803921569);
}
.footer-item .footer-feedback .feedback-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #ffffff;
  padding: 12px 35px;
  border-radius: 30px;
  color: #0046c0;
  transition: 0.5s all ease;
}
.footer-item .footer-feedback .feedback-btn:hover {
  color: #ffffff;
  background-color: #111111;
}

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
  background-color: #1f4a6a;
}
.copyright-area .copyright-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-area .copyright-item p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.copyright-area .copyright-item p a {
  display: inline-block;
  color: #ffffff;
}
.copyright-area .copyright-item p a:hover {
  color:#01a28a;
}
.copyright-item p span a {
    color: #01a28a !important;
}
.copyright-item p span {
    margin: 0 4px 0 0px;
    display: inline-block;
}

/*-- End Copyright --*/
/*----- End Home Page One -----*/
/*----- Home Page Two -----*/
/*-- Home Slider --*/
.home-slider-two.owl-theme .owl-dots .owl-dot.active span, .home-slider-two.owl-theme .owl-dots .owl-dot:hover span {
  background: #9dbdfc;
}

.slider-item-img-two {
  background-image: url("../img/home-two/slider/1.jpg");
}

.slider-item-img-three {
  background-image: url("../img/home-two/slider/2.jpg");
}

.slider-item-img-four {
  background-image: url("../img/home-two/slider/3.jpg");
}

.home-slider-two .owl-prev {
  background-color: #bdcce2 !important;
}
.home-slider-two .owl-next {
  background-color: #bdcce2 !important;
}
.home-slider-two .slider-item {
  height: 830px;
}
.home-slider-two .slider-item .slider-shape img {
  position: absolute;
  top: -160px;
  left: 0;
  width: 525px;
  animation: a-three 5s infinite linear;
}
.home-slider-two .slider-item:before {
  display: none;
}
.home-slider-two .slider-item .slider-text h1 {
  color: #232323;
}
.home-slider-two .slider-item .slider-text p {
  color: #616263;
}
.home-slider-two .slider-item .slider-text .common-btn a {
  border: 2px solid #0046c0;
  color: #ffffff;
  background-color: #0046c0;
  position: relative;
}
.home-slider-two .slider-item .slider-text .common-btn a:hover {
  color: #0046c0;
  background-color: transparent;
}
.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right {
  background-color: transparent;
  color: #0046c0;
}
.home-slider-two .slider-item .slider-text .common-btn .cmn-btn-right:hover {
  color: #ffffff;
  background-color: #0046c0;
}

/*-- End Home Slider --*/
/*-- Emergency --*/
.emergency-area {
  margin-top: -125px;
  position: relative;
  z-index: 1;
}

.emergency-bg {
  background-image: url(../img/home-two/2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px 0 15px 110px;
  border-radius: 10px;
}

.emergency-item {
  margin-bottom: 30px;
  position: relative;
}
.emergency-item i {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #111111;
  font-size: 20px;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.6117647059);
  background-color: #ffffff;
}
.emergency-item .emergency-inner {
  padding-left: 75px;
}
.emergency-item .emergency-inner h3 {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
}
.emergency-item .emergency-inner p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}
.emergency-item .emergency-inner a {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}

/*-- End Emergency --*/
/*-- Welcome --*/
.welcome-left {
  /* background-image: url("../img/home-two/3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  border-radius: 0 10px 10px 0;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
}
.welcome-left img {
    
}

.welcome-item ul {
  margin: 0;
  padding: 0;
  max-width: 430px;
}
.welcome-item ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 45px;
}
.welcome-item ul li:hover i {
  box-shadow: 0px 0px 0px 10px #225479;
}
.welcome-item ul li:last-child {
  margin-bottom: 0;
}
.welcome-item ul li i {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 0;
    text-align: center;
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    color: #111111;
    box-shadow: 0px 0px 0px 4px #01a28a;
    background-color: #f1f1f1;
    transition: 0.5s all ease;
}
.welcome-item ul li .welcome-inner {
  padding-left: 88px;
}
.welcome-item ul li .welcome-inner h3 {
    font-weight: 700;
    font-size: 18px;
    color: #101010;
    margin-bottom: 10px;
}
.welcome-item ul li .welcome-inner p {
    margin-bottom: 0;
    color: #333;
}

.welcome-right {
  padding-left: 70px;
  padding-top: 0;
}

.section-title-two {
  max-width: 430px;
  margin-left: 0;
  margin-bottom: 40px;
  margin-top: -5px;
}
.section-title-two span {
    display: inline-block;
    color: #01a28a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.section-title-two h2 {
    font-size: 34px;
    font-weight: 800;
    color: #225479;
}

/*-- End Welcome --*/
/*-- Speciality --*/
.speciality-area .section-title-two {
  padding-top: 50px;
  padding-left: 15px;
}

.speciality-item .speciality-inner {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6509803922);
  padding: 35px;
  margin-bottom: 30px;
}
.speciality-item .speciality-inner:hover i {
  color: #ffffff;
  background-color: #6096fd;
}
.speciality-item .speciality-inner i {
  display: block;
  color: #6096fd;
  background-color: #e9eef5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 18px;
  transition: 0.5s all ease;
}
.speciality-item .speciality-inner h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}
.speciality-item .speciality-inner p {
  margin-bottom: 0;
}

.speciality-right {
  background-image: url("../img/home-two/4.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
.speciality-right img {
  display: none;
}
.speciality-right .speciality-emergency {
  position: absolute;
  bottom: 20px;
  left: -70px;
  background-color: #225479;
  padding: 30px 295px 25px 40px;
  border-radius: 10px;
}
.speciality-right .speciality-emergency .speciality-icon {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
}
.speciality-right .speciality-emergency .speciality-icon i {
  display: inline-block;
  line-height: 45px;
  color: #01a388;
  text-align: center;
  font-size: 20px;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  left: 12px;
}
.speciality-right .speciality-emergency h3 {
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 8px;
  position: absolute;
  top: 23px;
  right: 70px;
}
.speciality-right .speciality-emergency a {
  margin-bottom: 0;
  color: #ffffff;
  position: absolute;
  right: 142px;
  top: 56px;
  display: block;
}

.speciality-left {
  padding-left: 55px;
  padding-right: 120px;
}

/*-- End Speciality --*/
/*-- Video --*/
.video-wrap-two .video-area {
  background-image: url("../img/home-two/7.jpg");
}
.video-wrap-two .video-nav .video-nav-item a {
  padding-left: 49.7px;
  padding-right: 49px;
}
.video-wrap-two .video-item a {
  color: #0046c0;
}
.video-wrap-two .nav-pills .nav-link, .video-wrap-two .nav-pills .show > .nav-link {
  border-top: 0;
}
.video-wrap-two .nav-pills .nav-link.active, .video-wrap-two .nav-pills .show > .nav-link {
  border-top: 0;
  background-color: #0046c0;
  color: #ffffff;
}

/*-- End Video --*/
/*-- Counter --*/
.counter-area-two .counter-bg {
  margin-top: 0;
  bottom: -100px;
}

/*-- End Counter --*/
/*-- Appointment --*/
.appointment-area {
  background-image: url("../img/home-two/6.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.appointment-item {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 80px 100px 80px;
  border-radius: 20px;
  background-image: url("../img/home-two/5.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.appointment-item h2 {
  color: #0046c0;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.appointment-item span {
  display: block;
  color: #4a6f8a;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 50px;
}
.appointment-item .appointment-form .form-group {
  padding-left: 70px;
  position: relative;
  margin-bottom: 60px;
}
.appointment-item .appointment-form .form-group i {
  display: inline-block;
  color: #0046c0;
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 50px;
}
.appointment-item .appointment-form .form-group label {
  margin-bottom: 10px;
  color: #4a6f8a;
  font-size: 15px;
  font-weight: 500;
}
.appointment-item .appointment-form .form-group .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 70, 192, 0.6196078431);
  font-size: 15px;
  padding-left: 0;
  padding-bottom: 8px;
  height: 40px;
  background-color: transparent;
}
.appointment-item .appointment-form .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 70, 192, 0.6196078431);
}
.appointment-item .appointment-form .form-group ::-moz-placeholder {
  color: #4a6f8a;
}
.appointment-item .appointment-form .form-group ::placeholder {
  color: #4a6f8a;
}
.appointment-item .appointment-form .appointment-btn {
  color: #ffffff;
  background-color: #0046c0;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  padding: 18px 45px;
  transition: 0.5s all ease;
}
.appointment-item .appointment-form .appointment-btn:hover {
  color: #ffffff;
  background-color: #111111;
}

/*-- End Appointment --*/
/*----- End Home Page Two -----*/
/*----- Home Page Three -----*/
/*-- Banner --*/
.banner-area {
  height: 700px;
  position: relative;
}
.banner-area .heart-shape img {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: -1;
}

.banner-item {
  position: relative;
}
.banner-item h1 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 25px;
  max-width: 575px;
  margin-left: 0;
}
.banner-item p {
  color: #616263;
  margin-bottom: 35px;
  max-width: 575px;
  margin-left: 0;
}
.banner-item .common-btn-two a {
  display: inline-block;
  color: #ffffff;
  background-color: #0046c0;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 5px;
  margin-right: 20px;
  border: 2px solid transparent;
}
.banner-item .common-btn-two a:hover {
  background-color: transparent;
  border: 2px solid #0046c0;
  color: #0046c0;
}
.banner-item .common-btn-two a:last-child {
  margin-right: 0;
}
.banner-item .common-btn-two .cmn-btn-right-two {
  background-color: transparent;
  color: #0046c0;
  border: 2px solid #0046c0;
  padding-left: 25px;
  padding-right: 25px;
}
.banner-item .common-btn-two .cmn-btn-right-two:hover {
  color: #ffffff;
  background-color: #0046c0;
}
.banner-item .banner-right img {
  position: absolute;
}
.banner-item .banner-right img:nth-child(1) {
  top: -125px;
  right: 10px;
  max-width: 510px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.banner-item .banner-right img:nth-child(2) {
  top: -125px;
  right: 20px;
  max-width: 510px;
  animation: a-four 5s infinite linear;
  margin-left: auto;
  margin-right: auto;
}
.banner-item .banner-right img:nth-child(3) {
  top: -125px;
  right: 0px;
  max-width: 510px;
  animation: a-five 5s infinite linear;
  margin-left: auto;
  margin-right: auto;
}
.banner-item .banner-right img:nth-child(4) {
  bottom: 215px;
  left: 50px;
  max-width: 360px;
  z-index: -1;
  animation: a-eight 20s infinite linear;
}

@keyframes a-eight {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(75px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes a-four {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes a-five {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*-- End Banner --*/
/*-- About --*/
.hospital-area {
  position: relative;
}
.hospital-area .hospital-shape img {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 290px;
  animation: a-six 5s infinite linear;
}

@keyframes a-six {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.hospital-item {
  margin-bottom: 30px;
  position: relative;
}
.hospital-item .hospital-play-btn {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  color: #0046c0;
  text-align: center;
  font-size: 32px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  top: 40%;
}
.hospital-item .hospital-play-btn:hover {
  color: #ffffff;
  background-color: #111111;
}
.hospital-item h2 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 15px;
}
.hospital-item p {
  margin-bottom: 40px;
}
.hospital-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.hospital-item ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  margin-bottom: 20px;
}
.hospital-item ul li:last-child {
  margin-bottom: 0;
}
.hospital-item ul li i {
  color: #6096fd;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  bottom: -1px;
}
.hospital-item .hospital-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #0046c0;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  padding: 20px 42px;
}
.hospital-item .hospital-btn:hover {
  color: #ffffff;
  background-color: #111111;
}
.hospital-item .hospital-left-one {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.hospital-item .hospital-left-one:before {
  position: absolute;
  content: "";
  right: -17px;
  bottom: -15px;
  width: 430px;
  height: 380px;
  z-index: -1;
  border-radius: 10px;
  background-color: #0046c0;
}
.hospital-item .hospital-left-one img {
  width: 100%;
  z-index: 1;
}
.hospital-item .hospital-left-two {
  margin-left: 15px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.hospital-item .hospital-left-two:before {
  position: absolute;
  content: "";
  left: -17px;
  top: -15px;
  width: 295px;
  height: 380px;
  z-index: -1;
  border-radius: 10px;
  background-color: #0046c0;
}
.hospital-item .hospital-left-two img {
  width: 100%;
  z-index: 1;
}

.hospital-right {
  max-width: 525px;
  margin-left: 85px;
}

/*-- End About --*/
/*-- Speciality --*/
.speciality-right-two {
  position: relative;
}
.speciality-right-two:before {
  position: absolute;
  content: "";
  top: -25px;
  right: 0;
  width: 405px;
  height: 300px;
  z-index: -1;
  background-color: #01a388;
}

/*-- End Speciality --*/
/*-- Welcome --*/
.welcome-left-two {
  position: relative;
  z-index: 1;
}

/*-- End Welcome --*/
/*-- Counter --*/
.counter-area-three .counter-bg {
  margin-top: 0;
  bottom: -100px;
}

/*-- End Counter --*/
/*-- Review Slider --*/
.review-area {
  position: relative;
  background-image: url("../img/home-three/review-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 200px;
}

.main {
  max-width: 770px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}
.main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 330px;
  top: 65px;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.slick-dotted.slick-slider {
  margin-bottom: 25px;
}

.slider-nav {
  margin-bottom: 30px;
  position: relative;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.slider-nav .slick-dots {
  bottom: -145px;
}
.slider-nav .slick-dots li {
  margin: 0;
}
.slider-nav .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #4a6f8a;
}
.slider-nav .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0046c0;
}
.slider-nav .slick-track {
  padding-top: 2px;
}
.slider-nav div {
  text-align: center;
}
.slider-nav div .review-img {
  position: relative;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
}
.slider-nav div .review-img img {
  display: inline-block;
  margin-bottom: 45px;
  width: 90px;
  height: 90px;
  border: 3px solid #0046c0;
  border-radius: 50%;
  transition: 0.5s all ease;
  margin-top: 2px;
  cursor: pointer;
}
.slider-nav div h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.slider-nav div span {
  display: block;
  color: #3776d0;
}

.slick-slide .review-details {
  opacity: 0;
}

.slick-slide:focus {
  outline: 0;
}

.slick-slide.slick-center .review-details {
  opacity: 1;
}
.slick-slide.slick-center .review-img img {
  transform: scale(1.3);
}

.slider-for div p {
  margin-bottom: 0;
  color: #000000;
  font-size: 15px;
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Review Slider --*/
/*----- End Home Page Three -----*/
/*----- Doctor Page -----*/
/*-- Page Title --*/
.page-title-one {
  background-image: url("../img/doctor/1.jpg");
}

.page-title-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  text-align: center;
  position: relative;
}
.page-title-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #225479;
}

.page-title-item {
  position: relative;
  margin-top: -80px;
}
.page-title-item h2 {
  color: #f8f8f8;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
}
.page-title-item ul {
  margin: 0;
  padding: 0;
}
.page-title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #f8f8f8;
  font-weight: 500;
  font-size: 15px;
  margin-right: 3px;
  margin-left: 3px;
}
.page-title-item ul li a {
  display: inline-block;
  color: #f8f8f8;
}
.page-title-item ul li a:hover {
  color: #111111;
}
.page-title-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
}

/*-- End Page Title --*/
/*-- Doctor Search --*/
.doctor-search-wrap {
  padding-top: 45px;
  padding-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #ddd;
  margin-top: -80px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}

.doctor-search-item {
  margin-bottom: 30px;
  position: relative;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
.doctor-search-item .form-group {
  position: relative;
  padding-left: 60px;
  margin-bottom: 0;
}
.doctor-search-item .form-group i {
  display: inline-block;
  color: #0046c0;
  font-size: 45px;
  position: absolute;
  top: 8px;
  left: 0;
}
.doctor-search-item .form-group label {
  color: #4a6f8a;
  font-size: 15px;
  margin-bottom: 5px;
}
.doctor-search-item .form-group .form-control {
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd9f2;
}
.doctor-search-item .form-group .form-control:focus {
  border-bottom: 1px solid #111111;
  box-shadow: none;
}
.doctor-search-item .form-group ::-moz-placeholder {
  color: #4a6f8a;
}
.doctor-search-item .form-group ::placeholder {
  color: #4a6f8a;
}
.doctor-search-item .doctor-search-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #4a6f8a;
  font-size: 18px;
}

/*-- End Doctor Search --*/
/*-- Doctor --*/
.doctors-area-two {
  padding-bottom: 180px;
  position: relative;
}
.doctors-area-two .doctor-shape {
  position: absolute;
  top: 45%;
  left: 0;
  animation: a-six 5s infinite linear;
}

/*-- End Doctor --*/
/*----- End Doctor Page -----*/
/*----- Apoointment Page -----*/
/*-- Page Title --*/
.page-title-two {
    background-image: url(../img/appointment/1.jpg);
    height: 200px;
    padding: 0px 0 0 0;
}
.page-title-two .page-title-item {
    margin-top: 0;
}
.page-title-two .page-title-item h2 {
    margin: 0 0 10px 0;
    font-size: 32px;
}

/*-- End Page Title --*/
/*-- Appointment --*/
.appointment-area-two {
    padding-bottom: 40px;
    padding-top: 45px;
}

.appointment-item-two {
    background-image: none;
    margin-bottom: 30px;
    box-shadow: 0px 6px 9px 0px #e7e7e7;
    padding: 35px 15px 35px;
    position: relative;
    border: 1px solid #e3e3e3;
}
.appointment-item-two .appointment-shape {
  position: absolute;
  bottom: -65px;
  left: -74px;
  width: 310px;
  animation: a-six 5s infinite linear;
}

.doct_header {
    text-align: center;
}
.doct_header img {
    /** width: 150px; **/
    border-radius: 15px;
    border: solid 1px #ddd;
    height: 200px;
}

.doct_footer {
    text-align: center;
}
.doct_footer h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 5px 0;
    color: #000;
}
.doct_footer h4 {
    font-size: 15px;
    color: #777;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #ddd;
    padding: 0 0 25px 0;
}
.doct_footer p {
    font-size: 15px;
    color: #333;
    margin: 0 0 10px 0px;
}
.doct_footer h6 {
    font-size: 15px;
    color: #333;
    margin: 0 0 10px 0px;
}

.book_appoint_main h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.enquiryInput .form-group {
    margin: 0 0 20px 0;
}

.enquiryInput label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 5px 0;
}

.form-group-second {
    margin: 14px 0 0 0;
}

.appointment_inpur {
    height: 50px;
    border: solid 1px #dbdbdb;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 10px 10px 10px;
}

select,input.appointment_inpur::-webkit-input-placeholder {
color: #777777;
}


.appointment_textaera {
    border: solid 1px #dbdbdb;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    padding: 8px 10px 10px 10px;
}

.doctor_ment_bnt{
  font-size: 16px;
    color: rgb(255, 255, 255);
    width: 65%;
    height: 50px;
    display: block;
    line-height: 16px;
    font-weight: 600;
    background: rgb(0, 164, 136);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 7px 0px 8px;
    margin: 10px auto 0px;
    border-radius: 6px;
}

.popup_doctor_ment_bnt {
    font-size: 16px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    display: block;
    line-height: 16px;
    font-weight: 600;
    background: rgb(0, 164, 136);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 7px 0px 8px;
    margin: 0px auto 0px;
    border-radius: 6px;
}

.uploads_files input[type="file"] {
    margin-top: 0;
    padding: 0;
    border: solid 1px #dbdbdb;
    background-color: transparent;
    width: 100%;
    border-radius: 10px;
}

.uploads_files input[type="file"]::file-selector-button {
   height:50px;
   border-width: 0;
   border-radius: 1rem;
   background-color: #fff;
   color: #777777;
   font-weight: bold;
   transition: all 0.25s ease-in-out;
   cursor: pointer;
   margin-right: 1em;
   padding:0 10px;
}

.doct_footer .stars_rating {}
.doct_footer .stars_rating ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 6px 0;
}
.doct_footer .stars_rating ul li {
    font-size: 16px;
    display: inline-block;
    color: #f59e0b;
}
.doct_footer .stars_rating ul li span {
    color: #333;
    margin: 0 0 0 10px;
    font-size: 15px;
}

.appointment-item-two-right {
  background-image: url("../img/appointment/2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
.appointment-item-two-right .appointment-item-content {
  background-color: #e7e7e7;
  padding: 95px 30px 100px;
  margin: 0 40px;
  border-radius: 10px;
}
.appointment-item-two-right .appointment-item-content h2 {
  color: #0046c0;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.appointment-item-two-right .appointment-item-content .content-one {
  display: inline-block;
}
.appointment-item-two-right .appointment-item-content .content-one ul {
  margin: 0;
  padding: 0;
}
.appointment-item-two-right .appointment-item-content .content-one ul li {
  list-style-type: none;
  display: block;
  position: relative;
  color: #4a6f8a;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.appointment-item-two-right .appointment-item-content .content-one ul li:last-child {
  margin-bottom: 0;
}
.appointment-item-two-right .appointment-item-content .content-one ul li:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 10px;
  left: 95px;
  background-color: #b7b2b2;
}
.appointment-item-two-right .appointment-item-content .content-two {
  display: inline-block;
  margin-left: 70px;
}
.appointment-item-two-right .appointment-item-content .content-two ul {
  margin: 0;
  padding: 0;
}
.appointment-item-two-right .appointment-item-content .content-two ul li {
  list-style-type: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #4a6f8a;
  margin-bottom: 10px;
}
.appointment-item-two-right .appointment-item-content .content-two ul li:last-child {
  margin-bottom: 0;
}

.appointment-wrap-two {
  margin-top: -160px;
}

/*-- End Appointment --*/
/*----- End Apoointment Page -----*/
/*----- Doctor Details Page -----*/
/*-- Page Title --*/
.page-title-three {
  background-image: url("../img/doctor/1.jpg");
  height: 460px;
}
.page-title-three .d-table-cell {
  vertical-align: bottom;
}

.page-title-item-two {
  position: relative;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
}
.page-title-item-two h2 {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 14px;
}
.page-title-item-two h3 {
  font-weight: 600;
  font-size: 32px;
  color: #fefefe;
  margin-bottom: 15px;
}
.page-title-item-two p {
  margin-bottom: 0;
  font-size: 20px;
  color: #fefefe;
  padding-bottom: 55px;
}

/*-- End Page Title --*/
/*-- Doctor Details --*/
.doctor-details-left {
  box-shadow: 0px 0px 10px 0px #ddd;
  border-radius: 10px;
  margin-top: -225px;
  position: relative;
}

.doctor-details-item {
  margin-bottom: 30px;
}
.doctor-details-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 60px;
}
.doctor-details-item .doctor-details-contact {
  padding-left: 65px;
  margin-bottom: 50px;
}
.doctor-details-item .doctor-details-contact h3 {
  font-weight: 600;
  font-size: 22px;
  color: #4a6f8a;
  margin-bottom: 30px;
}
.doctor-details-item .doctor-details-contact ul {
  margin: 0;
  padding: 0;
}
.doctor-details-item .doctor-details-contact ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #858585;
  margin-bottom: 25px;
}
.doctor-details-item .doctor-details-contact ul li:last-child {
  margin-bottom: 0;
}
.doctor-details-item .doctor-details-contact ul li i {
  display: inline-block;
  color: #0046c0;
  margin-right: 8px;
  font-size: 23px;
  position: relative;
  top: 2px;
}
.doctor-details-item .doctor-details-contact ul li a {
  color: #858585;
}
.doctor-details-item .doctor-details-work {
  padding-left: 65px;
  padding-bottom: 60px;
}
.doctor-details-item .doctor-details-work h3 {
  font-weight: 600;
  font-size: 22px;
  color: #4a6f8a;
  margin-bottom: 30px;
}
.doctor-details-item .doctor-details-work .appointment-item-two-right {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}
.doctor-details-item .doctor-details-work .appointment-item-two-right .appointment-item-content {
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.doctor-details-item .doctor-details-biography {
  padding-left: 63px;
  padding-top: 70px;
}
.doctor-details-item .doctor-details-biography h3 {
  font-weight: 600;
  font-size: 24px;
  color: #2f60bd;
  margin-bottom: 25px;
}
.doctor-details-item .doctor-details-biography p {
  margin-bottom: 0;
}
.doctor-details-item .doctor-details-biography ul {
  margin: 0;
  padding: 0;
}
.doctor-details-item .doctor-details-biography ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}
.doctor-details-item .doctor-details-biography ul li:last-child {
  margin-bottom: 0;
}

/*-- End Doctor Details --*/
/*-- Appointment --*/
.appointment-area-three {
  padding-bottom: 210px;
}
.appointment-area-three .appointment-item {
  max-width: 565px;
  margin-left: auto;
  margin-right: 80px;
  margin-top: 50px;
}
.appointment-area-three .appointment-item .appointment-shape {
  bottom: 0;
  top: -95px;
  left: -74px;
  width: 250px;
}
.appointment-area-three .speciality-right-three {
  background-image: url("../img/doctor/4.jpg");
}

/*-- End Appointment --*/
/*----- End Doctor Details Page -----*/
/*----- Blog Details Page -----*/
/*-- Page Title --*/
.page-title-four {
  background-image: url("../img/blog/1.jpg");
}
.page-title-four .page-title-item {
  margin-top: 0;
}

/*-- End Page Title --*/
/*-- Blog Details --*/
.blog-details-area {
  padding-bottom: 20px;
}

.blog-details-item {
  margin-bottom: 30px;
}
.blog-details-item .blog-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-img h2 {
    color: #232323;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}
.blog-details-item .blog-details-img ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-img ul li {
    list-style-type: none;
    display: inline-block;
    color: #01a28a;
    font-size: 15px;
    margin-right: 50px;
}
.blog-details-item .blog-details-img ul li a {
    font-weight: 400;
    color: #01a28a;
    display: inline-block;
    font-size: 15px;
}
.blog-details-item .blog-details-img ul li a:hover {
  color: #111111;
}
.blog-details-item .blog-details-img ul li:last-child {
  margin-right: 0;
}
.blog-details-item .blog-details-img ul li i {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
.blog-details-item .blog-details-img p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.blog-details-item .blog-details-previous h3 {
  color: #232323;
  font-weight: 700;
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 25px;
}
.blog-details-item .blog-details-previous ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-previous ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}
.blog-details-item .blog-details-previous ul li:last-child {
  margin-bottom: 0;
}
.blog-details-item .blog-details-previous .prev-next ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-previous .prev-next ul li {
  list-style-type: none;
  display: inline-block;
}
.blog-details-item .blog-details-previous .prev-next ul li:last-child {
  float: right;
}
.blog-details-item .blog-details-previous .prev-next ul li a {
  display: block;
  font-size: 15px;
  color: #0045be;
  border: 1px solid #0045be;
  padding: 10px 25px;
  border-radius: 6px;
}
.blog-details-item .blog-details-previous .prev-next ul li a:hover {
  color: #ffffff;
  border: 1px solid #4a6f8a;
  background-color: #4a6f8a;
}
.blog-details-item .blog-details-search {
  position: relative;
  margin-bottom: 40px;
}
.blog-details-item .blog-details-search .form-control {
    height: 45px;
    border-radius: 6px;
    border: 1px solid #a9a9a9;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.blog-details-item .blog-details-search .form-control:focus {
  box-shadow: none;
}
.blog-details-item .blog-details-search .blog-details-btn {
    color: #ffffff;
    background-color: #01a28a;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    padding: 9px 20px;
    transition: 0.5s all ease;
}
.blog-details-item .blog-details-search .blog-details-btn:hover {
  background-color: #4a6f8a;
}
.blog-details-item .blog-details-search ::-moz-placeholder {
  color: #777777;
}
.blog-details-item .blog-details-search ::placeholder {
  color: #4a6f8a;
}
.blog-details-item .blog-details-recent {
  margin-bottom: 40px;
}
.blog-details-item .blog-details-recent h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-recent ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-recent ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 120px;
  padding-bottom: 25px;
}
.blog-details-item .blog-details-recent ul li:last-child {
  padding-bottom: 0;
}
.blog-details-item .blog-details-recent ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 95px;
}
.blog-details-item .blog-details-recent ul li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #232323;
  margin-bottom: 15px;
  padding-top: 4px;
}
.blog-details-item .blog-details-recent ul li a:hover {
  color: #0046c0;
}
.blog-details-item .blog-details-recent ul li ul li {
  display: inline-block;
  padding-left: 0;
  color: #01a28a;
  font-size: 14px;
  margin-right: 25px;
  padding-bottom: 0;
  font-weight: 500;
}
.blog-details-item .blog-details-recent ul li ul li a {
    font-weight: 500;
    color: #01a28a;
    display: inline-block;
  font-size: 14px;
}
.blog-details-item .blog-details-recent ul li ul li a:hover {
  color: #111111;
}
.blog-details-item .blog-details-recent ul li ul li i {
  font-size: 20px;
  margin-right: 2px;
  display: inline-block;
}
.blog-details-item .blog-details-recent ul li ul li:last-child {
  margin-right: 0;
}
.blog-details-item .blog-details-category {
  margin-bottom: 40px;
}
.blog-details-item .blog-details-category h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-category ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-category ul li {
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #dee8f5;
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog-details-item .blog-details-category ul li:hover a {
  color: #ffffff;
}
.blog-details-item .blog-details-category ul li:hover:before {
  width: 100%;
}
.blog-details-item .blog-details-category ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
  width: 3px;
  height: 30px;
  z-index: -1;
  transition: 0.5s all ease;
  background-color: #01a28a;
}
.blog-details-item .blog-details-category ul li:last-child {
  margin-bottom: 0;
}
.blog-details-item .blog-details-category ul li a {
  display: block;
  z-index: 1;
  color: #4a6f8a;
  font-weight: 500;
}
.blog-details-item .blog-details-tags h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-tags ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.blog-details-item .blog-details-tags ul li a {
  display: block;
  font-size: 15px;
  color: #4a6f8a;
  background-color: #e5e5e5;
  padding: 12px 25px;
  border-radius: 8px;
}
.blog-details-item .blog-details-tags ul li a:hover {
  color: #ffffff;
  background-color: #4a6f8a;
}

.blog-details-form {
  position: relative;
}
.blog-details-form .blog-details-shape {
  position: absolute;
  top: 130px;
  right: 0;
  width: 360px;
  animation: a-six 5s infinite linear;
}
.blog-details-form .blog-details-form-wrap {
  max-width: 770px;
}
.blog-details-form .blog-details-form-wrap h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
}
.blog-details-form .blog-details-form-wrap .form-group {
  margin-bottom: 30px;
}
.blog-details-form .blog-details-form-wrap .form-group textarea {
  height: auto !important;
  padding: 20px;
  z-index: 1;
  position: relative;
}
.blog-details-form .blog-details-form-wrap .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  border-radius: 6px;
  border: 0;
  background-color: #fafafa;
  box-shadow: 0px 3px 8px 0px rgba(221, 221, 221, 0.7215686275);
}
.blog-details-form .blog-details-form-wrap .form-group ::-moz-placeholder {
  color: #4a6f8a;
}
.blog-details-form .blog-details-form-wrap .form-group ::placeholder {
  color: #4a6f8a;
}
.blog-details-form .blog-details-form-wrap .blog-details-form-btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 34px;
  background-color: #0046c0;
  transition: 0.5s all ease;
}
.blog-details-form .blog-details-form-wrap .blog-details-form-btn:hover {
  color: #ffffff;
  background-color: #4a6f8a;
}

/*-- End Blog Details --*/
/*-- Blog --*/
.blog-area-two {
    padding-bottom: 11px;
}
.blog-area-two .section-title {
  margin-bottom: 0;
}
.blog-area-two .section-title h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.blog-area-two .section-title h2:before {
  display: none;
}

/*-- End Blog --*/
/*----- End Blog Details Page -----*/
/*----- Contact Page -----*/
/*-- Page Title --*/
.page-title-five {
  background-image: url("../img/contact/1.jpg");
}
.page-title-five .page-title-item {
  margin-top: -120px;
}

/*-- End Page Title --*/
/*-- Location --*/
.location-wrap {
    background-image: url(../img/home-one/3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 0px #ddd;
    padding-top: 45px;
    padding-bottom: 5px;
    padding-left: 170px;
    margin-top: -125px;
    position: relative;
    background-color: #ffffff;
}
.location-wrap .location-item {
  margin-bottom: 30px;
}
.location-wrap .location-item i {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  background-color: #01a388;
}
.location-wrap .location-item h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
.location-wrap .location-item p {
  margin-bottom: 18px;
}
.location-wrap .location-item a {
  color: #4a6f8a;
}
.location-wrap .location-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}
.location-wrap .location-item ul li {
  list-style-type: none;
  display: block;
}

/*-- End Location --*/
/*-- Drop --*/
.drop-img {
  background-image: url("../img/contact/2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.drop-img img {
  display: none;
}

.drop-area .speciality-right-three {
  border-radius: 0;
}

.drop-item .drop-left {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.drop-item .drop-left h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px;
  padding-right: 50px;
}
.drop-item .drop-left .form-group {
  margin-bottom: 30px;
}
.drop-item .drop-left .form-group .form-control {
  height: 50px;
  background-color: #ffffff;
  padding-left: 20px;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.6392156863);
}
.drop-item .drop-left .form-group textarea {
  padding-top: 20px;
  height: auto !important;
}
.drop-item .drop-left .drop-btn {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  padding: 14px 35px;
  transition: 0.5s all ease;
  background-color: #01a388;
  box-shadow: none;
  border: 0;
}
.drop-item .drop-left .drop-btn:hover {
  color: #ffffff;
  background-color: #4a6f8a;
}
.drop-item .drop-left .list-unstyled {
  color: #dc3545;
  font-size: 13px;
  margin-top: 10px;
}
.drop-item .drop-left .text-danger {
  color: #dc3545;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 24px;
}
.drop-item .drop-left .text-success {
  color: #28a745;
  margin-top: 25px;
  font-size: 24px;
}

/*-- End Drop --*/
/*-- Map --*/
#map {
  height: 600px;
  display: block;
  width: 100%;
  border: 0;
}

/*-- End Map --*/
/*----- End Contact Page -----*/
/*----- FAQ PAGE -----*/
/*-- Faq --*/
.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}

.faq-wrap {
  margin-bottom: 50px;
}
.faq-wrap:last-child {
  margin-bottom: 30px;
}

.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}
.accordion li:first-child {
  border-top: 0;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li .faq-head.active {
  color: #ffffff;
  background-color: #0046c0;
  border: 1px solid #0046c0;
}
.accordion li .faq-head.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}
.accordion li .faq-head {
  color: #232323;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 35px 15px 18px;
  border: 1px solid #232323;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  transition: 0.5s all ease;
}
.accordion li .faq-head:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
.accordion li .faq-content {
  display: none;
}
.accordion li .faq-content p {
  font-size: 15px;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}
.accordion li .faq-content p a {
  display: inline-block;
  color: #0046c0;
}
.accordion li .faq-content p a:hover {
  color: #111111;
}

/*-- End Faq --*/
/*-- Footer --*/
.footer-two {
  padding-top: 100px;
}

/*-- End Footer --*/
/*----- END FAQ PAGE -----*/
/*----- ERROR PAGE -----*/
/*-- 404 --*/
.error-item {
  height: 700px;
  text-align: center;
  margin-top: -65px;
}
.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
}
.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
}
.error-item span {
  display: block;
}
.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #0046c0;
  border-radius: 10px;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}
.error-item a:hover {
  background-color: #111111;
}

/*-- End 404 --*/
/*----- END ERROR PAGE -----*/
/*----- COMING SOON PAGE -----*/
/*-- Coming --*/
.coming-item {
  height: 100vh;
  text-align: center;
}
.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}
.coming-item p {
  margin-bottom: 40px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.coming-item .coming-wrap .coming-inner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}
.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}
.coming-item ul {
  margin: 0;
  padding: 0;
}
.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}
.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #232323;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 15px;
}
.coming-item ul li a:hover {
  background-color: #0046c0;
}

/*-- End Coming --*/
/*----- END COMING SOON PAGE -----*/
/*----- TESTIMONIAL PAGE -----*/
/*-- Testimonial --*/
.testimonial-area {
  background-image: url("../img/testimonial-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.testimonial-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0046c0;
  opacity: 0.5;
}
.testimonial-area .owl-theme .owl-nav {
  margin-top: 25px;
}
.testimonial-area .testimonial-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 60px;
}
.testimonial-area .testimonial-wrap h2 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 50px;
}
.testimonial-area .testimonial-wrap .testimonial-slider .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #232323 !important;
  font-size: 25px !important;
  transition: 0.5s all ease;
}
.testimonial-area .testimonial-wrap .testimonial-slider .owl-prev:hover {
  background-color: #0046c0 !important;
}
.testimonial-area .testimonial-wrap .testimonial-slider .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #232323 !important;
  font-size: 25px !important;
  transition: 0.5s all ease;
}
.testimonial-area .testimonial-wrap .testimonial-slider .owl-next:hover {
  background-color: #0046c0 !important;
}
.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}
.testimonial-area .testimonial-wrap .testimonial-slider .testimonial-item p {
  margin-bottom: 0;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Testimonial --*/
/*----- END TESTIMONIAL PAGE -----*/
/*----- SIGN UP PAGE -----*/
/*-- Sign Up --*/
.signup-left {
  background-image: url("../img/signup-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.signup-left img {
  display: none;
}

.signup-item {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.signup-item .signup-head {
  margin-bottom: 40px;
}
.signup-item .signup-head h2 {
  font-weight: 700;
  font-size: 38px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.signup-item .signup-head h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80px;
  height: 5px;
  background-color: #0046c0;
  border-radius: 5px;
}
.signup-item .signup-head p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.signup-item .signup-head p a {
  display: inline-block;
  color: #0046c0;
}
.signup-item .signup-head p a:hover {
  color: #111111;
}
.signup-item .signup-form .form-group {
  margin-bottom: 30px;
}
.signup-item .signup-form .form-group .form-control {
  height: 45px;
  border: 1px solid #4a6f8a;
  padding-left: 20px;
  font-size: 15px;
}
.signup-item .signup-form .form-group .form-control:focus {
  border: 1px solid #0046c0;
  box-shadow: none;
}
.signup-item .signup-form .form-group .form-check .form-check-input {
  width: 15px !important;
  height: 15px !important;
  top: 3px;
  margin-top: 0;
}
.signup-item .signup-form .form-group .form-check label {
  color: #4a6f8a;
}
.signup-item .signup-form .form-group .form-check label a {
  display: inline-block;
  color: #0046c0;
}
.signup-item .signup-form .form-group .form-check label a:hover {
  color: #111111;
}
.signup-item .signup-form .form-group ::-moz-placeholder {
  color: #4a6f8a;
}
.signup-item .signup-form .form-group ::placeholder {
  color: #4a6f8a;
}
.signup-item .signup-form .form-group .forgot-pass a {
  color: #4a6f8a;
  display: inline-block;
  border-bottom: 2px solid #0046c0;
}
.signup-item .signup-form .form-group .forgot-pass a:hover {
  color: #0046c0;
}
.signup-item .signup-form .signup-btn {
  color: #ffffff;
  background-color: #0046c0;
  width: 100%;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  transition: 0.5s all ease;
}
.signup-item .signup-form .signup-btn:hover {
  background-color: #232323;
}

/*-- End Sign Up --*/
/*----- END SIGN UP PAGE -----*/
/*----- LOGIN PAGE -----*/
/*-- Login --*/
.login-left {
  background-image: url("../img/login-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.login-left img {
  display: none;
}

/*-- End Login --*/
/*----- END LOGIN PAGE -----*/
/*----- PRIVACY POLICY PAGE -----*/
/*-- Privacy --*/
.privacy-area {
  padding-bottom: 160px;
}

.privacy-item {
  margin-bottom: 50px;
}
.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}
.privacy-item p {
  margin-bottom: 0;
}
.privacy-item ul {
  margin: 0;
  padding: 0;
}
.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}
.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}
.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*-- End Privacy --*/
/*----- END PRIVACY POLICY PAGE -----*/
/*----- DEPARTMENTS PAGE -----*/
/*-- Department --*/
.departments-area {
  padding-bottom: 180px;
}

.department-item {
  text-align: center;
  border: 1px solid #0046c0;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.5s all ease;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.department-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #0046c0;
  transition: 0.5s all ease;
}
.department-item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #0046c0;
  transition: 0.5s all ease;
}
.department-item:hover:before {
  width: 51%;
}
.department-item:hover:after {
  width: 50%;
}
.department-item:hover i {
  color: #ffffff;
}
.department-item:hover h3 {
  color: #ffffff;
}
.department-item:hover p {
  color: #ffffff;
}
.department-item i {
  font-size: 45px;
  display: block;
  margin-bottom: 20px;
  color: #0046c0;
  transition: 0.5s all ease;
}
.department-item h3 {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 600;
  transition: 0.5s all ease;
}
.department-item p {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.5s all ease;
}

/*-- End Department --*/
/*----- END DEPARTMENTS PAGE -----*/
/*----- SERVICES DETAILS PAGE -----*/
/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}
.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.services-details-img P {
  margin-bottom: 20px;
}
.services-details-img blockquote {
  font-size: 15px;
  color: #4a6f8a;
  background-color: rgba(0, 70, 192, 0.0784313725);
  padding: 30px 75px;
  line-height: 26px;
  position: relative;
  margin-bottom: 20px;
}
.services-details-img blockquote i {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 38px;
  font-size: 32px;
}

.service-details-inner-left {
  background-image: url("../img/signup-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service-details-inner-left img {
  display: none;
}

.service-details-inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.service-details-inner h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}
.service-details-inner p {
  margin-bottom: 0;
}

/*-- End Service Details --*/
/*----- END SERVICES DETAILS PAGE -----*/
/*----- ABOUT PAGE -----*/
/*-- Counter --*/
.counter-area-four {
  margin-top: 0;
  margin-bottom: 100px;
}

/*-- End Counter --*/
/*----- END ABOUT PAGE -----*/
/*-- Back To Top --*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
    background-color: #01a28a;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    transition: 0.5s all ease;
    margin-right: 28px;
    box-shadow: 0px 0px 14px 0px #01a28a;
}
.back-to-top-btn i:hover {
  background-color: #225479;
  color: #ffffff;
  box-shadow: 0px 0px 14px 0px #225479;
}

/*-- End Back To Top --*/
/*----- Home Four CSS -----*/
.slider-item-two {
  overflow: hidden;
}
.slider-item-two:before {
  background-color: #000111;
}
.slider-item-two .slider-shape img {
  top: -75px;
  right: 0;
  animation: item-two-ani 35s infinite linear;
}
.slider-item-two .slider-text h1 {
  margin-bottom: 25px;
  line-height: 60px;
}

@keyframes item-two-ani {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-area-two .about-item p {
  margin-bottom: 10px;
}
.about-area-two .about-item a {
  margin-top: 20px;
}

.service-area-two .section-title {
  max-width: 415px;
}

.symptoms-img {
  margin-bottom: 30px;
}
.symptoms-img img {
  border-radius: 10px;
  width: 100%;
}

.symptoms-content .section-title {
  margin-bottom: 30px;
}
.symptoms-content p {
  margin-bottom: 20px;
}
.symptoms-content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.symptoms-content ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px;
  position: relative;
}
.symptoms-content ul li span {
  display: block;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5019607843);
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 10px 14px 40px;
  border-radius: 5px;
  z-index: 1;
  transition: 0.5s all ease;
}
.symptoms-content ul li span:hover {
  color: #ffffff;
}
.symptoms-content ul li span:hover i {
  color: #ffffff;
}
.symptoms-content ul li span:hover:before {
  height: 100%;
  border-radius: 5px;
}
.symptoms-content ul li span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0046c0;
  border-radius: 0 0 5px 5px;
  z-index: -1;
  transition: 0.5s all ease;
}
.symptoms-content ul li span i {
  display: inline-block;
  color: #0046c0;
  font-size: 30px;
  position: absolute;
  top: 9px;
  left: 10px;
  transition: 0.5s all ease;
}

.faq-area-two {
  background-color: #4f87fb;
  position: relative;
}
.faq-area-two .faq-shape img {
  position: absolute;
}
.faq-area-two .faq-shape img:nth-child(1) {
  top: 0;
  right: 0;
}
.faq-area-two .faq-shape img:nth-child(2) {
  left: 0;
  bottom: 0;
}
.faq-area-two .section-title {
  text-align: center;
}
.faq-area-two .section-title h2 {
  color: #ffffff;
  display: inline-block;
}
.faq-area-two .section-title h2:before {
  background-color: #fff;
}
.faq-area-two .faq-img {
  margin-bottom: 30px;
  background-image: url("../img/home-four/faq-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.faq-area-two .faq-img img {
  width: 100%;
  display: none;
}
.faq-area-two .faq-img a {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  background-color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 20%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}
.faq-area-two .faq-img a:hover {
  background-color: #232323;
}
.faq-area-two .accordion li .faq-head {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.faq-area-two .accordion li .faq-head.active {
  border: 1px solid #0046c0;
}
.faq-area-two .accordion li .faq-head:after {
  color: #ffffff;
}
.faq-area-two .accordion li .faq-content p {
  color: #ffffff;
}
.faq-area-two .accordion li .faq-content p a {
  color: #ffffff;
}
.faq-area-two .accordion li .faq-content p a:hover {
  color: #111111;
}

/*----- End Home Four CSS -----*/
/*----- Home Five CSS -----*/
.slider-item-three-img {
  background-image: url("../img/home-five/banner-main.jpg");
}

.slider-item-three-img-two {
  background-image: url("../img/home-five/banner-main2.jpg");
}

.home-slider-three .owl-dots {
  display: none !important;
}

.slider-item-three {
  overflow: hidden;
}
.slider-item-three:before {
  display: none;
}
.slider-item-three .slider-text {
  margin-top: -30px;
}
.slider-item-three .slider-text span {
  display: inline-block;
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.slider-item-three .slider-text span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  left: 0;
  bottom: 10px;
  background-color: #2459b8;
  border-radius: 10px;
}
.slider-item-three .slider-text h1 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #111111;
}
.slider-item-three .slider-text p {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 22px;
  color: #111111;
}
.slider-item-three .slider-text .common-btn a {
  color: #fff;
  background-color: #0046c0;
}
.slider-item-three .slider-text .common-btn a:hover {
  border: 2px solid #111111;
  background-color: #111111;
}
.slider-item-three .slider-text .common-btn .cmn-btn-right {
  background-color: transparent;
  color: #0046c0;
  border: 2px solid #0046c0;
}
.slider-item-three .slider-text .common-btn .cmn-btn-right:hover {
  background-color: #0046c0;
  color: #fff;
  border: 2px solid #0046c0;
}
.slider-item-three .slider-shape img {
  top: -65px;
  right: 0;
  animation: item-two-ani 40s infinite linear;
}

.spread-area .spread-img {
  margin-bottom: 30px;
}
.spread-area .spread-img img {
  border-radius: 10px;
  width: 100%;
}
.spread-area .spread-content .section-title-two {
  margin-bottom: 25px;
}
.spread-area .spread-content p {
  margin-bottom: 25px;
}
.spread-area .spread-content ul {
  margin: 0;
  padding: 0;
}
.spread-area .spread-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-left: 105px;
}
.spread-area .spread-content ul li:hover img {
  animation: item-two-ani 5s infinite linear;
}
.spread-area .spread-content ul li img {
  position: absolute;
  top: 0;
  left: 0;
  animation: none;
  transition: 0.5s all ease;
}
.spread-area .spread-content ul li h3 {
  font-weight: 600;
  font-size: 20px;
}
.spread-area .spread-content ul li p {
  margin-bottom: 0;
}

/*----- End Home Five CSS -----*/
/*----- Buy Now Btn -----*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}/*# sourceMappingURL=style.css.map */


.trusted_host {
    padding: 40px 0;
    background: #edf2fa;
  margin-bottom: 0px;
}
.hosti_tittle {
    text-align: center;
}
.hosti_tittle h3 {
    font-weight: 600;
    margin: 0 0 0 0;
    color: #000;
    font-size: 28px;
}

.trusted_items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}
.trusted_items ul li {
    width: 15%;
    float: left;
    background-color: transparent;
    padding: 20px 20px 20px 20px;
    background-image: linear-gradient(180deg, #FFFFFF 70%, #FFFFFF00 100%);
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    height: 95px;
    align-items: center;
    display: flex;
    margin: 30px 0px 0;
}

.hospital_banner{ position:relative;}
.hospital_banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #225479;
    opacity: 0.8;
    z-index: 0;
}

.hospi_content {
    position: relative;
}
.hospi_content h1 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 700;
}
.hospi_content .searchBox_bn {
    width: 60%;
    margin: 0 auto;
    position: relative;
}
.hostpitals_inputs {
    height: 48px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0 13px 35px;
}
.searchBox_bn .icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    color: #01a28a;
}

.find_your_hs {
    padding: 45px 0 40px 0;
    background: #ffffff;
}

.treatment_input {
    width: 100%;
    padding: 0 15px 0 10px;
    height: 40px;
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    font-size: 15px;
    color: #242424;
    background: url(../../assets/img/dropdown.png) right center no-repeat;
    background-size: 12px;
    background-position: 96%;
    -webkit-appearance: none;
}

.our_hospital_nm {
    margin: 0 0 30px 0;
}
.our_hospital_nm h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0px 0 15px 0;
    color: #1a1a1a;
}
.our_hospital_nm h2 span {
    color: #01a28a;
}

.search_item_ind {
    border-radius: 8px;
    border: solid 1px #ddd;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
}
.blog_top_sear {
    height: 200px;
    overflow: hidden;
}
.blog_top_sear img {
    width: 100%;
    height: 200px;
  border-radius: 6px;
    transition: 0.5s all ease;
}
.search_item_ind:hover .blog_top_sear img {
    transform: scale(1.1);
}
.search_bottom {
    padding: 15px 10px 15px 10px;
  position:relative;
}
.search_bottom h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.search_bottom p {
    margin: 0 0 0 0;
    color: #777;
    line-height: normal;
    font-size: 15px;
}
.search_bottom svg {
    position: absolute;
    right: 10px;
    top: 29px;
    width: 26px;
    background: #d3e3fd;
    border-radius: 24px;
    padding: 2px;
    height: 26px;
}

.doctor_item_list {
    border-radius: 8px;
    border: solid 1px #ddd;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
}

.doctor_list_top {
    text-align: center;
    background: #e9e9e9;
}
.doctor_list_top img {
    /**width: 150px;**/
    height: 180px;
}

.doctor_list_bottom {
    padding: 16px 10px;
}
.doctor_list_bottom .stars_rating {}
.doctor_list_bottom .stars_rating ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 6px 0;
}
.doctor_list_bottom .stars_rating ul li {
    font-size: 16px;
    display: inline-block;
    color: #f59e0b;
}
.doctor_list_bottom .stars_rating ul li span {
    color: #333;
    margin: 0 0 0 10px;
    font-size: 15px;
}

.doctor_list_bottom h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.doctor_list_bottom p {
    font-size: 15px;
    color: #4a6f8a;
    line-height: normal;
    margin: 0 0 0 0;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doctor_list_bottom h6 {
    font-size: 15px;
    margin: 0 0 0 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
}
.view_details {
    display: flex;
    justify-content: space-between;
}
.view_details a {
    width: 45%;
    display: block;
    background: #fff;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 9px 0 12px;
    color: #01a28a;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    border: solid 2px #01a28a;
}
.whatsapp_link {
    margin: 0 0 0 5px;
}
.whatsapp_link a {
    margin: 0 0px 0 9px;
}
.my_links {
    text-align: end;
    padding: 20px 0;
}
.my_links ul {
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
}
.my_links ul li { display:inline-block; font-weight: 500;}
.my_links ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin: 0 13px 0 0;
  
}

.mission_vision {
    padding-left: 40px;
}
.mission_visionSecond {
    padding-left:0px;
}
.mission_vision h4 {
    font-weight: 700;
    margin: 15px 0 4px 0;
    color: #333;
    font-size: 20px;
}
.mission_vision p {
    font-size: 15px;
    color: #333;
    margin: 0 0 10px 0;
}
.mission_vision ul {
    padding: 0;
    list-style: none;
    margin: 0px 0 10px 0;
}
.aboutContact_sec {
    padding: 0 0 0 0;
    border: 1px solid #add5ef;
    margin: 0 0 0 0px;
    border-radius: 10px;
    overflow: hidden;
}
.aboutContact_sec h4 {
    margin: 0 0 0 0;
    background: #e0f3ff;
    padding: 7px 15px 7px 15px;
    border-radius: 2px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #add5ef;
}
.aboutContact_sec ul {
    margin: 0 0 0 0;
    padding: 18px 18px 18px 18px;
    display: block;
}
.aboutContact_sec ul li {
    list-style: none;
    margin: 0 0 12px 0;
}
.aboutContact_sec ul li:last-child {
    margin:0 0 0 0;
}
.aboutContact_sec ul li strong {
    color: #000;
    font-size: 16px;
    margin: 0 6px 0 0;
}
.aboutContact_sec ul li strong i {
    margin: 0 2px 0 0;
}
.aboutContact_sec ul li a {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    margin: 0 8px 0 0;
}
.mission_vision ul li {
    font-size: 15px;
    color: #333;
    line-height: 28px;
}
.contactAbout_social {
    border-top: 4px solid #f2f2f2;
    border-bottom: 4px solid #f2f2f2;
    padding: 10px 0 15px 16px;
    margin: 21px 0 0 0px;
}
.contactAbout_social h4 {
    margin: 0 0 11px 0;
    font-size: 18px;
    font-weight: 600;
}
.contactAbout_social ul {
    margin: 0;
    padding: 0;
}
.contactAbout_social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.contactAbout_social ul li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #01a28a;
    border-radius: 4px;
}
.whatsapchat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 105px;
    right: 30px;
    background-color: #40c351;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    -webkit-box-shadow: 0 0 0 0 #42db87;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.whatsapchat i {
    font-size: 30px;
    color: #fff;
    margin-top: 2px;
}


@-webkit-keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}


.doctors_details1 h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0 0;
    color: #000;
}
.doctors_details1 p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.doctors_details1 h4 {
    font-size: 16px;
    margin: 5px 0 20px 0;
    color: #01a28a;
}
.doctors_details1 h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #333333;
  position:relative;
}
.doctors_details1 h3::after {
    content: "";
    vertical-align: top;
    height: 2px;
    width: 50px;
    background: #02a288;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.doctors_details1 ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}
.doctors_details1 ul li {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 30px;
}


.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 77%);
    overflow-y: scroll;
}
.popup-content {
    background: #fff;
    margin: 4% auto;
    padding: 30px 28px;
    border-radius: 16px;
    max-width: 43%;
    position: relative;
}
.appointment_bnt2 {
    font-size: 16px;
    color: #fff;
    background: #00a488;
    border: none;
    padding: 7px 0 8px 0;
    width: 65%;
    height: 40px;
    display: block;
    margin: 0px auto 0;
    line-height: 16px;
    border-radius: 6px;
    font-weight: 600;
}
.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border: solid 1px #bfbfbf;
    padding: 0;
    display: block;
    line-height: 18px;
    text-align: center;
    border-radius: 28px;
}



/*---------------form fixed css-----------------*/

.slideForm_fixed {
    position: fixed;
    right:0px;
    top:28%;
    z-index:8;
    width:26%;
    background: #fff;
    padding: 0 0 0 0;
    border-radius: 18px 0px 0px 18px;
    box-shadow: 0 2px 0.75rem rgba(12, 14, 28, .08);
    overflow: hidden;
}
.mobile_form2 h3 {
    background: #e3fffb;
    padding: 10px 0 10px 0;
    margin: 0 0 18px 0;
    font-size: 22px;
    text-align: center;
    color: #01a28a;
    font-weight: 600;
}
.formMain_slide {
    padding: 0 24px 20px 24px;
    position: relative;
}
.enquery_input2 {
    width: 100%;
    margin: 0;
    padding:6px 5px 6px 10px;
    font-size: 14px;
    color: #333;
    height:40px;
    border-radius: 4px;
    border: solid 1px #22537859;
    font-weight: 500;
}
.mobile_form2 .form-group {
    margin: 0 0 12px 0;
}
.mobile_form2 .form-group label {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 500;
    display: none;
}
.book_appoint_main h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.appointment_bnt3 {
    font-size: 15px;
    color: #fff;
    background: #00a488;
    border: none;
    padding: 7px 0 8px 0;
    width: 70%;
    height: 40px;
    display: block;
    margin: 0px auto 0;
    line-height: 16px;
    border-radius: 6px;
    font-weight: 600;
}


/*---------------form fixed css end*/


.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  align-items: start;
}
@media (max-width: 580px) {
  .photos-grid-container {
    grid-template-columns: 1fr;
  }
}
.photos-grid-container .img-box {
    border: 10px solid #ffffff;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
    width: 100%;
    display: block;
    height: 200px;
}
.main-photo.img-box img {
    height: 420px !important;
    width: 100%;
}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}
.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
}
.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0em;
}
.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {
  .container {
    margin: 0 auto;
    width: 1250px;
  }
}


.hostpital_content {
    background: #ebebeb;
    padding: 45px 0 40px;
}

.full_discrapsion {
    background: #fff;
    padding: 20px;
  position: relative;
}

.full_discrapsion h1 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.hostpital_content .icon-list span {
    font-size: 15px;
    color: #01a28a;
    margin: 0 15px 0 0;
    display: inline-block;
    font-weight: 500;
}
.hostpital_content .icon-list span i{
    margin: 0 5px 0 0;
}
.full_discrapsion .icon-list {
    margin-bottom: 10px;
}

.full_discrapsion p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.full_discrapsion h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}

.full_discrapsion h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.Specialisation {
    clear: left;
}
.Specialisation ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.Specialisation ul li {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    width: 25%;
}



/*------------------css for hospital details doctors slider------------------*/


.sec_hospitalDoctor {
    background: #fff;
    padding: 0px 8px 20px 8px;
    position: relative;
    margin: 0px 0 0 0;
}
.doctorHeding_hd {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0 14px;
}
.doctorhospital-slider-wrapper {
    width: 100%;
    margin:20px auto 0 auto;
    position: relative;
}

.doctorhospital-slider-container {
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.doctorhospital-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 16px;
    padding: 0 8px;
    box-sizing: border-box;
}

.doctorhospital-slide {
    flex: 0 0 calc(33.5% - 12px);
    margin: 0 0 8px 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
    overflow: hidden;
}
.image_sliderCapDoc {
    padding: 17px 20px 18px 20px;
    position: relative;
}
.image_sliderCapDoc h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.image_sliderCapDoc p {
    margin: 0px 0 5px 0;
    color: #666;
    line-height: normal;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
}
.image_sliderCapDoc span {
    color:#333;
    font-size:14px;
    margin: 0px 0px 5px 0px;
    display: inline-block;
}
.image_sliderCapDoc span i {
    margin: 0 4px 0 0;
    color: #eb8a1d;
}
.doctor_Img {
    text-align:center;
    background: #e9e9e9;
}
.doctor_Img img {
    height: 180px;
    display: block;
    border-radius: 0 0 0 0;
    margin: 0 auto 0 auto;
}

.doctorhospital-prev, .doctorhospital-next {
    position: absolute;
    top: -46px;
    background: #dddddd;
    color: #0c9b83;
    border: none;
    font-size: 16px;
    padding: 0 0 0 0px;
    z-index: 2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.doctorhospital-prev {
    right:49px;
}
.doctorhospital-next { right:10px; }


/*------------------css end hospital details doctors slider------------------*/


.oncology_img {
    margin: 0 0 20px 0;
}
.oncology_img img {
    border-radius: 15px;
}

.breadcrumb_mn {
    background: #efefef;
    padding: 3px 0 6px;
}
.breadcrumb_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb_list ul li {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px 0 0;
    font-weight: 500;
    color: #777;
}
.breadcrumb_list ul li svg {
    width: 14px;
    height: 14px;
}
.breadcrumb_list ul li a {
    color: #181818;
}

.book_appoint_hospital {
    position: absolute;
    background: #225479;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    right: 20px;
    border-radius: 4px;
}
.book_appoint_hospital:hover {
    background: #01a28a;
    color: #fff;
}




/*--------------css for treatment page--------------*/

.treatment_banner {
    background-image: url(../img/blog/treatment-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    text-align: center;
    position: relative;
}
.treatment_banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b5;
}
.treatment_Caption {
    position: relative;
}
.treatment_Caption h2 {
    color: #f8f8f8;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 18px;
}
.treatment_Caption p {
    margin: 13px auto 13px auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 80%;
}
.treatment_Caption ul {
    margin: 0;
    padding: 0;
    display:block;
}
.treatment_Caption ul li {
    list-style-type: none;
    display: inline-block;
    color: #f8f8f8;
    font-weight: 500;
    font-size: 15px;
    margin-right: 3px;
    margin-left: 3px;
}
.treatment_Caption ul li a {
    display: inline-block;
    color: #f8f8f8;
}
.treatment_Caption ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.treatment_areaAll {
    position: relative;
    padding: 60px 0px 40px;
}

.bredCrumb_sec {
    background: #ffffff;
    padding: 12px 0 12px 0;
    border-top: 1px solid #f5f5f5;
}
.bredCrumb_Cont {
    position:relative;
}
.bredCrumb_Cont ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    gap: 12px;
}
.bredCrumb_Cont ul li {
    list-style-type:none;
}
.bredCrumb_Cont ul li a {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    text-decoration:none;
}
.treatMent_angle {
    font-size: 16px;
}

.treamentDeals_sec {
    padding: 42px 0px 50px 0px;
    position: relative;
    background: #f7f7f7;
    border-top: 1px solid #efefef;
}
.treatmentDetails_Top {
    padding: 15px 14px 18px 14px;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 15px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.treatMent_img {
    width: 7%;
}
.treatMent_Cont {
    width:93%;
}
.treatMent_Cont h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 0;
    color: #333;
}
.treatMent_Cont p {
    margin: 7px 0 0 0;
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}
.treatMent_Cont span {
    font-size: 16px;
    font-weight: 600;
    margin:6px 0 8px 0;
    display: inline-block;
}
.treatMent_Cont span i {
    color: #d7cb05;
    font-size: 16px;
    margin: 0 6px 0 0;
}
.treatMent_Cont h6 {
    color: #01a28a;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0 0;
}

.treatStart_price {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.treatStart_priceCont {
    background: #eff9ff;
    padding: 11px 20px 12px 20px;
    border-bottom: 1px solid #d6fff9;
}
.treatStart_priceCont span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2px 0;
    display: inline-block;
}
.treatStart_priceCont h4 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 0 0;
}
.treatBottom_Cont {
    padding: 15px 20px 18px 20px;
}
.treatBottom_Cont p {
    margin: 0 0 0 0;
    font-size: 15px;
    color: #383737;
    font-weight: 500;
}
.treatBottom_Cont button {
    border: none;
    display: block;
    background: #01a28a;
    width: 100%;
    text-align: center;
    padding: 6px 0 7px 0;
    margin: 8px 0 8px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.treatBottom_Cont span {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #535353;
    font-weight: 500;
}

.treatMent_list {
    padding:22px 14px 18px 14px;
    border-radius:10px;
    margin: 25px 0 0 0;
    background:#fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.treatMent_list_cont {
    display: flex;
    gap: 15px;
}
.treatMent_Cap h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin:0 0 7px 0;
    padding: 0 0 15px 0;
}
.treatMent_listCont img {

}
.treatMent_listCont {
    text-align: center;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 13px;
    padding: 15px 0 15px 0;
}
.treatMent_listCont h4 {
    margiN: 8px 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.treatMent_listCont p {
    margin: 0 0 0 0;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.treatMent_Procedures {
    background:#fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius:10px;
    margin: 25px 0 0 0;
    padding: 15px 22px 20px 22px;
    text-align:center;
}
.treatMent_Procedures h4 {
    margin: 10px 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.treatMent_Procedures button {
    border: none;
    display: block;
    background: #01a28a;
    width: 100%;
    text-align: center;
    padding: 6px 0 7px 0;
    margin:8px 0 0px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.treatMent_Procedures button a {
    color: #fff;
}
.treatMent_Procedures p {
    margin:8px 0 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.treatMent_Procedures p strong {
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.treatMent_Procedures img {
    width: 60px;
}
.treatMent_Howword {
    background:#fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius:10px;
    margin: 25px 0 0 0;
}
.treatMent_Howword a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 15px 22px 20px 22px;
}
.treatMents_howwork_cont {
    padding:0px 25px 0 25px;
    max-height: 0;
    overflow: hidden;
/*    transition: max-height 0.4s ease;*/
}
.treatMents_howwork_cont.open {
    padding: 0 25px 15px 25px;
}
.treatMents_howwork_cont p {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.treatMents_howwork_cont p strong {
    color: #000;
    font-size: 14px;
}
.treatMents_howwork_cont.open {
  max-height: 1000px;
}

.collapseHead i {
  transition: transform 0.3s ease;
}

.collapseHead i.rotated {
  transform: rotate(180deg);
}

.hospital_treatMentSec {
    border-radius: 8px;
    border: solid 1px #ddd;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
}
.hospital_top_sear {
    height: 200px;
    overflow: hidden;
}
.hospital_top_sear a {
    padding:0 0 0 0 !important;
    display: block;
}
.hospital_bottom a {
    padding: 0 0 0 0 !important;
    display: block;
}
.hospital_top_sear img {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    transition: 0.5s all ease;
}
.hospital_bottom {
    padding: 15px 10px 15px 10px;
    position: relative;
}
.hospital_bottom h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.hospital_bottom p {
    margin: 0 0 0 0;
    color: #777;
    line-height: normal;
    font-size: 15px;
}
.hospital_bottom svg {
    position: absolute;
    right: 10px;
    top: 29px;
    width: 26px;
    background: #d3e3fd;
    border-radius: 24px;
    padding: 2px;
    height: 26px;
}

.Searvice_btn2 a {
    border: 2px solid #01a28a !important;
    padding: 6px 40px 6px 40px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
    color: #01a28a !important;
    text-align: center !important;
    width: 22%;
    margin:0 auto 16px auto;
}
.view_details2 {
    display: flex;
    justify-content: space-between;
}
.view_details2 a {
    font-size: 15px !important;
    padding: 8px 0 10px 0;
    text-align: center !important;
    width: 45%;
    display: block;
    background: #fff;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 9px 0 12px;
    color: #01a28a;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    border: solid 2px #01a28a;
}
.view_details3 {
    display: flex;
    justify-content: center;
}
.view_details3 a {
    padding: 8px 34px 9px 34px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.mainSlide_sec {
    position: relative;
    background:#fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius:10px;
    padding:20px 15px 25px 15px;
    margin: 25px 0 0 0;
}
.multi-slider-wrapper {
    width: 100%;
    margin:20px auto 0 auto;
    position: relative;
}

.multi-slider-container {
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.multi-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 16px;
    padding: 0 8px;
    box-sizing: border-box;
}

.multi-slide {
    flex: 0 0 calc(33.5% - 12px);
    margin: 0 0 8px 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
    overflow: hidden;
}
.image_sliderCap {
    padding: 17px 20px 16px 20px;
    position: relative;
}
.image_sliderCap h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.image_sliderCap p {
    margin: 0 0 0 0;
    color: #555;
    line-height: normal;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
}
.image_sliderCap p span {
    width: 35px;
    background: #00a388;
    border-radius: 24px;
    padding: 0px;
    height: 35px;
    color: #ffffff;
    text-align: center;
    line-height: 33px;
    font-size: 13px !important;
}
.image_sliderCap p span svg {

}

.multi-slide img {
    width: 100%;
    height:200px;
    display: block;
    border-radius: 6px 6px 0px 0px;
}

.multi-prev, .multi-next {
    position: absolute;
    top: -46px;
    background: #dddddd;
    color: #0c9b83;
    border: none;
    font-size: 16px;
    padding: 0 0 0 0px;
    z-index: 2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.multi-prev {
    right:49px;
}
.multi-next { right:10px; }
.newsHeding_hd {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0 14px;
}



.doctor-slider-wrapper {
    width: 100%;
    margin:20px auto 0 auto;
    position: relative;
}

.doctor-slider-container {
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.doctor-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 16px;
    padding: 0 8px;
    box-sizing: border-box;
}

.doctor-slide {
    flex: 0 0 calc(33.5% - 12px);
    margin: 0 0 8px 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
    overflow: hidden;
}
.image_sliderCapDoc {
    padding: 17px 20px 18px 20px;
    position: relative;
}
.image_sliderCapDoc h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.image_sliderCapDoc p {
    margin: 0px 0 5px 0;
    color: #666;
    line-height: normal;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
}
.image_sliderCapDoc span {
    color:#333;
    font-size:14px;
    margin: 0px 0px 5px 0px;
    display: inline-block;
}
.image_sliderCapDoc span i {
    margin: 0 4px 0 0;
    color: #eb8a1d;
}
.doctor-slide img {
    width: 100%;
    height:200px;
    display: block;
    border-radius: 6px 6px 0px 0px;
}

.doctor-prev, .doctor-next {
    position: absolute;
    top: -46px;
    background: #dddddd;
    color: #0c9b83;
    border: none;
    font-size: 16px;
    padding: 0 0 0 0px;
    z-index: 2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.doctor-prev {
    right:49px;
}
.doctor-next { right:10px; }


.bookDoctor_btn {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.bookDoctor_btn a {
    width: 50%;
    display: block;
    background: #fff;
    text-align: center;
    margin:9px 0 0 0;
    padding: 9px 0 12px;
    color: #01a28a;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    border: solid 2px #01a28a;
    font-size: 14px;
}


/*--------------css end treatment page--------------*/



/*------------css for privacy and terms page----------*/

.privacy_content {
    padding: 36px 0px 40px 0px;
    position: relative;
    background: #e9f3ff4f;
}
.privacyCont h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #000;
}
.privacyCont h3 {
    margin: 0 0 8px 0;
    font-size: 19px;
    font-weight: 700;
    color: #000000;
}
.privacyCont h4 {
    margin: 0 0 8px 0;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.privacyCont p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin: 0 0 12px 0;
    font-weight: 500;
}
.privacyCont ul {
    margin:0 0 0 0;
    padding:0 0 0 0;
    display:block;
}
.privacyCont ul li {
    list-style-type:none;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin: 0 0 12px 0;
    font-weight: 500;
}
.privacyCont ul li i {
    margin: 0px 3px 0px 0px;
    color: #01a28a;
    border: 1px solid #01a28a;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}
.privacyCont p strong {
    color: #000;
    font-size: 15px;
}



/*------------css for privacy and terms page----------*/



/*------------------css for patient stories----------------*/


.patientStories_sec {
    background: #e9f3ff;
    padding: 40px 0 42px 0;
    margin: 0 0 54px 0;
}
.secPatient {
    background: #ffffff00;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: 0px 0 0 0;
}
.patient_hd {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    margin: 0 0 2px 0px;
}
.paytientList_para {
    font-size: 15px;
    color: #666;
    font-weight: 500;
    margin: 0 0 0 0px;
}
.patientStor-slider-wrapper {
    width: 100%;
    margin:20px auto 0 auto;
    position: relative;
}

.patientStor-slider-container {
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.patientStor-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 16px;
    padding: 0 8px;
    box-sizing: border-box;
}

.patientStor-slide {
    flex: 0 0 calc(33.5% - 12px);
    margin: 0 0 8px 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 18px 0px;
    overflow: hidden;
}
.image_StoriesCap {
    padding: 17px 20px 18px 20px;
    position: relative;
}
.image_StoriesCap h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.image_StoriesCap p {
    margin: 0px 0 0px 0;
    color: #666;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: center;
    line-height: 23px;
}
.image_StoriesCap h4 span {
    color: #7d7a7a;
    font-size: 14px;
    margin: 7px 0px 4px 0px;
    display: block;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding: 8px 0 8px 0;
}
.image_StoriesCap span i {
    margin: 0 4px 0 0;
    color: #eb8a1d;
}
.patientStor-slide img {
    width: 100%;
    height:200px;
    display: block;
    border-radius: 6px 6px 0px 0px;
}

.patientStor-prev, .patientStor-next {
    position: absolute;
    top: -60px;
    background: #ffffff;
    color: #0c9b83;
    border: none;
    font-size: 16px;
    padding: 0 0 0 0px;
    z-index: 2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.patientStor-prev {
    right:49px;
}
.patientStor-next { right:10px; }

/*---------------css for treatment footer-----------*/

.treatMnet_sec {
    position: relative;
    margin: 8px 0 25px 0;
}
.treatMnet_sec h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 14px;
    position: relative;
    border-bottom: 1px solid #ffffff1a;
    padding: 0 0 10px 0;
}
.treatMnet_sec ul {
    margin:0 0 0 0;
    padding:0 0 0 0;
    display:block;
}
.treatMnet_sec ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 50px 0px 0;
    line-height: 38px;
}
.treatMnet_sec ul li a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.treatMnet_sec ul li i {
    color: #ffffff;
    margin:0px 3px 0px 0px;
}


@media only screen and (min-width:320px) and (max-width:360px) {
.admit_forms {
    width: 100%;
    right: 0;
    top: 20px;
    position: relative;
    background-color:rgb(255 255 255);
}
.mean-container .mean-bar {
    background-color:#ffffff !important;
    padding: 0;
}
.mobile-nav .logo {
    width: 140px !important;
    top: 4px !important;
}
.mean-container a.meanmenu-reveal span {
    background: #000000;
}
.mean-container .mean-bar {
    position: relative;
}
.whatsapp_link {
    margin: 0 0 0 0px;
    position: fixed;
    right: 0;
    top: 50%;
    text-align: center;
    background-color: #01a28a;
    padding: 4px 2px 7px 3px;
    border-radius: 5px 0px 0px 5px;
}
.whatsapp_link a {
    margin: 0 0px 0 0px;
    display: block;
    line-height: 35px;
}
.home-slider.owl-theme .owl-dots {
    bottom: 8px !important;
}
.mean-container .mean-bar {
    padding: 0px 0 10px 0 !important;
    height: auto;
    box-shadow: 0px 0px 4px #767676;
}
.home-slider {
    display: none !important;
}
.mean-container a.meanmenu-reveal {
    color: #000000;
}
section.welcome-area {
    padding: 40px 0 0px 0 !important;
}
.trusted_items ul {
    gap: 15px;
    flex-wrap:wrap;
}
.trusted_items ul li {
    width: 47%;
    margin: 0 0 0 0;
}
.hosti_tittle h3 {
    font-weight: 700;
    margin: 0 0 26px 0;
    color: #000;
    font-size: 24px;
}
.counter-bg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 0 !important;
}
.our_hostitals {
    padding: 40px 0 10px 0;
    background: #225479;
}
.footer-item .footer-contact ul li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 12px !important;
}
.footer-item .footer-quick ul li {
    margin-bottom: 9px !important;
}
.footer-item .footer-quick h3 {
    margin-bottom: 18px !important;
}
.footer-item .footer-contact h3 {
    margin-bottom: 18px !important;
}
.my_links {
    text-align: left;
    padding:12px 0;
    border-top: 1px solid #205882;
}
.my_links ul li a {
    font-size: 13px;
    margin: 0 0px 0 0px;
    line-height: 28px;
}
.my_links ul li {
    display: inline-block;
    font-weight: 500;
    width: 32%;
}
footer {
    padding-top: 156px;
    padding-bottom: 0px !important;
}
.find_your_hs {
    padding: 45px 0 25px 0;
    background: #ffffff;
}
.hospital_banner {
    position: relative;
    padding: 110px 0 50px 0 !important;
}
.our_hospital_nm .form-group {
    margin: 0 0 10px 0;
}
.our_hospital_nm {
    margin: 0 0 8px 0;
}
.newsletter-item .newsletter-form .newsletter-btn {
    height: 100% !important;
}
.page-title-area {
    height: auto !important;
    padding: 100px 0 30px 0 !important;
}
.page-title-four .page-title-item {
    margin-top: 0 !important;
}
.mission_vision {
    padding-left: 0;
}
.appointment-area-two {
    padding-bottom: 40px !important;
}
.appointment-area-two {
    padding-top: 40px !important;
}
.treatMent_listCont {
    flex:0 0 47%;
}
.treatMent_list_cont {
    flex-wrap: wrap;
}
.treatMent_Cont {
    width: 70%;
}
.treatMent_img {
    width: 30%;
}
.bredCrumb_sec {
    background: #f7f7f7;
    padding: 80px 0 14px 0;
}
.treatMent_Howword {
    margin: 16px 0 0 0;
}
.treatment_dealsRight {
    margin: 16px 0px 0px 0px;
}
.treatMent_Procedures {
    margin: 16px 0 0 0;
}
.treatMent_list {
    margin: 16px 0 0 0;
}
.treatMents_howwork_cont.open {
    max-height: 1313px;
}
.Searvice_btn2 a {
    padding: 4px 40px 8px 40px !important;
    width: 62%;
}
.treamentDeals_sec {
    padding: 40px 0px 156px 0px;
}
.hospi_content .searchBox_bn {
    width: 100%;
}
.hostpitals_inputs {
    padding: 12px 25px 13px 35px;
}
.breadcrumb_mn {
    background: #efefef;
    padding: 80px 0 15px;
}
.popup-content {
    margin: 2% auto;
    max-width: 98%;
}
.uploads_files input[type="file"] {
    padding: 0 0 0 12px;
}
.full_discrapsion h1 {
    margin:12px 0 10px 0;
}
.book_appoint_hospital {
    position: relative;
    right:0;
    padding: 10px 20px;
    margin: 8px 0 0px 0;
    display: inline-block;
}
.page-title-two .page-title-item {
    margin-top: 0 !important;
}
.appointment_bnt {
    margin: 10px auto 34px;
}
.view_details a {
    width: 100%;
}
.treatment_banner {
    padding: 0 0 60px 0;
}
.view_details {
    gap: 15px;
}
.custom-select-wrapper {
    position: relative;
    margin: 0 0 13px 0;
}
.multi-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.doctor-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.doctorhospital-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.patientStor-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.whatsapp_link a img {
    width: 32px !important;
}
.aboutContact_sec {
    margin: 0 0 0 0px;
}
.contactAbout_social {
    margin: 22px 0 0 0px;
}
.aboutContact_social {
    padding: 0 0 36px 0;
}
.slideForm_fixed {
    display: none;
}
.hoslist_ban ul {
    flex-wrap: wrap;
}
.hoslist_ban ul li {
    border: none !important;
    width:50% !important;
}
.emergency-area {
    margin-top: 87px !important;
}
.landing-title p {
    padding: 0 0px 0 0px !important;
}
.doctors-area {
    padding:35px 0px 45px 0px !important;
}
.blog-area {
    padding-bottom: 10px !important;
}
footer {
    padding-top: 35px !important;
}
.treatMnet_sec ul li {
    margin: 0 0px 0px 0;
}
.treatMnet_sec {
    margin: 5px 0 22px 0;
}
.blog-area-two {
    padding-bottom: 20px !important;
}
.speciality-right .speciality-emergency {
    left: 0 !important;
    padding: 25px 0px 20px 30px !important;
    width: 100% !important;
}
.speciality-right img {
    display: inline-block;
    width: 100% !important;
}
.speciality-emergency p {
    color: #fff;
    text-align: center;
}
}

@media only screen and (min-width:360px) and (max-width:480px) {
.admit_forms {
    width: 100%;
    right: 0;
    top: 20px;
    position: relative;
    background-color:rgb(255 255 255);
}
.mean-container .mean-bar {
    background-color:#ffffff !important;
    padding: 0;
}
.mobile-nav .logo {
    width: 140px !important;
    top: 4px !important;
}
.mean-container a.meanmenu-reveal span {
    background: #000000;
}
.mean-container .mean-bar {
    position: relative;
}
.whatsapp_link {
    margin: 0 0 0 0px;
    position: fixed;
    right: 0;
    top: 50%;
    text-align: center;
    background-color: #01a28a;
    padding: 4px 2px 7px 3px;
    border-radius: 5px 0px 0px 5px;
}
.whatsapp_link a {
    margin: 0 0px 0 0px;
    display: block;
    line-height: 35px;
}
.home-slider.owl-theme .owl-dots {
    bottom: 8px !important;
}
.mean-container .mean-bar {
    padding: 0px 0 10px 0 !important;
    height: auto;
    box-shadow: 0px 0px 4px #767676;
}
.home-slider {
    display: none !important;
}
.mean-container a.meanmenu-reveal {
    color: #000000;
}
section.welcome-area {
    padding: 40px 0 0px 0 !important;
}
.trusted_items ul {
    gap: 15px;
    flex-wrap:wrap;
}
.trusted_items ul li {
    width: 47%;
    margin: 0 0 0 0;
}
.hosti_tittle h3 {
    font-weight: 700;
    margin: 0 0 26px 0;
    color: #000;
    font-size: 24px;
}
.counter-bg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 0 !important;
}
.our_hostitals {
    padding: 40px 0 10px 0;
    background: #225479;
}
.footer-item .footer-contact ul li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 12px !important;
}
.footer-item .footer-quick ul li {
    margin-bottom: 9px !important;
}
.footer-item .footer-quick h3 {
    margin-bottom: 18px !important;
}
.footer-item .footer-contact h3 {
    margin-bottom: 18px !important;
}
.my_links {
    text-align: left;
    padding:12px 0;
    border-top: 1px solid #205882;
}
.my_links ul li a {
    font-size: 13px;
    margin: 0 0px 0 0px;
    line-height: 28px;
}
.my_links ul li {
    display: inline-block;
    font-weight: 500;
    width: 32%;
}
footer {
    padding-top: 156px;
    padding-bottom: 0px !important;
}
.find_your_hs {
    padding: 45px 0 25px 0;
    background: #ffffff;
}
.hospital_banner {
    position: relative;
    padding: 110px 0 50px 0 !important;
}
.our_hospital_nm .form-group {
    margin: 0 0 10px 0;
}
.our_hospital_nm {
    margin: 0 0 8px 0;
}
.newsletter-item .newsletter-form .newsletter-btn {
    height: 100% !important;
}
.page-title-area {
    height: auto !important;
    padding: 100px 0 30px 0 !important;
}
.page-title-four .page-title-item {
    margin-top: 0 !important;
}
.mission_vision {
    padding-left: 0;
}
.appointment-area-two {
    padding-bottom: 40px !important;
}
.appointment-area-two {
    padding-top: 40px !important;
}
.treatMent_listCont {
    flex:0 0 47%;
}
.treatMent_list_cont {
    flex-wrap: wrap;
}
.treatMent_Cont {
    width: 70%;
}
.treatMent_img {
    width: 30%;
}
.bredCrumb_sec {
    background: #f7f7f7;
    padding: 80px 0 14px 0;
}
.treatMent_Howword {
    margin: 16px 0 0 0;
}
.treatment_dealsRight {
    margin: 16px 0px 0px 0px;
}
.treatMent_Procedures {
    margin: 16px 0 0 0;
}
.treatMent_list {
    margin: 16px 0 0 0;
}
.treatMents_howwork_cont.open {
    max-height: 1313px;
}
.Searvice_btn2 a {
    padding: 4px 40px 8px 40px !important;
    width: 62%;
}
.treamentDeals_sec {
    padding: 40px 0px 156px 0px;
}
.hospi_content .searchBox_bn {
    width: 100%;
}
.hostpitals_inputs {
    padding: 12px 25px 13px 35px;
}
.breadcrumb_mn {
    background: #efefef;
    padding: 80px 0 15px;
}
.popup-content {
    margin: 2% auto;
    max-width: 98%;
}
.uploads_files input[type="file"] {
    padding: 0 0 0 12px;
}
.full_discrapsion h1 {
    margin:12px 0 10px 0;
}
.book_appoint_hospital {
    position: relative;
    right:0;
    padding: 10px 20px;
    margin: 8px 0 0px 0;
    display: inline-block;
}
.page-title-two .page-title-item {
    margin-top: 0 !important;
}
.appointment_bnt {
    margin: 10px auto 34px;
}
.view_details a {
    width: 100%;
}
.treatment_banner {
    padding: 0 0 60px 0;
}
.view_details {
    gap: 15px;
}
.custom-select-wrapper {
    position: relative;
    margin: 0 0 13px 0;
}
.multi-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.doctor-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.doctorhospital-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.patientStor-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.whatsapp_link a img {
    width: 32px !important;
}
.aboutContact_sec {
    margin: 0 0 0 0px;
}
.contactAbout_social {
    margin: 22px 0 0 0px;
}
.aboutContact_social {
    padding: 0 0 36px 0;
}
.slideForm_fixed {
    display: none;
}
.hoslist_ban ul {
    flex-wrap: wrap;
}
.hoslist_ban ul li {
    border: none !important;
    width:50% !important;
}
.emergency-area {
    margin-top: 87px !important;
}
.landing-title p {
    padding: 0 0px 0 0px !important;
}
.doctors-area {
    padding:35px 0px 45px 0px !important;
}
.blog-area {
    padding-bottom: 10px !important;
}
footer {
    padding-top: 35px !important;
}
.treatMnet_sec ul li {
    margin: 0 0px 0px 0;
}
.treatMnet_sec {
    margin: 5px 0 22px 0;
}
.blog-area-two {
    padding-bottom: 20px !important;
}
.speciality-right .speciality-emergency {
    left: 0 !important;
    padding: 25px 0px 20px 30px !important;
    width: 100% !important;
}
.speciality-right img {
    display: inline-block;
    width: 100% !important;
}
.speciality-emergency p {
    color: #fff;
    text-align: center;
}
}

@media only screen and (min-width:480px) and (max-width:768px) {
.admit_forms {
    width: 100%;
    right: 0;
    top: 20px;
    position: relative;
    background-color:rgb(255 255 255);
}
.mean-container .mean-bar {
    background-color:#ffffff !important;
    padding: 0;
}
.mobile-nav .logo {
    width: 140px !important;
    top: 4px !important;
}
.mean-container a.meanmenu-reveal span {
    background: #000000;
}
.mean-container .mean-bar {
    position: relative;
}
.whatsapp_link {
    margin: 0 0 0 0px;
    position: fixed;
    right: 0;
    top: 50%;
    text-align: center;
    background-color: #01a28a;
    padding: 4px 2px 7px 3px;
    border-radius: 5px 0px 0px 5px;
}
.whatsapp_link a {
    margin: 0 0px 0 0px;
    display: block;
    line-height: 35px;
}
.home-slider.owl-theme .owl-dots {
    bottom: 8px !important;
}
.mean-container .mean-bar {
    padding: 0px 0 10px 0 !important;
    height: auto;
    box-shadow: 0px 0px 4px #767676;
}
.home-slider {
    display: none !important;
}
.mean-container a.meanmenu-reveal {
    color: #000000;
}
section.welcome-area {
    padding: 40px 0 0px 0 !important;
}
.trusted_items ul {
    gap: 15px;
    flex-wrap:wrap;
}
.trusted_items ul li {
    width: 47%;
    margin: 0 0 0 0;
}
.hosti_tittle h3 {
    font-weight: 700;
    margin: 0 0 26px 0;
    color: #000;
    font-size: 24px;
}
.counter-bg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 0 !important;
}
.our_hostitals {
    padding: 40px 0 10px 0;
    background: #225479;
}
.footer-item .footer-contact ul li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 12px !important;
}
.footer-item .footer-quick ul li {
    margin-bottom: 9px !important;
}
.footer-item .footer-quick h3 {
    margin-bottom: 18px !important;
}
.footer-item .footer-contact h3 {
    margin-bottom: 18px !important;
}
.my_links {
    text-align: left;
    padding:12px 0;
    border-top: 1px solid #205882;
}
.my_links ul li a {
    font-size: 13px;
    margin: 0 0px 0 0px;
    line-height: 28px;
}
.my_links ul li {
    display: inline-block;
    font-weight: 500;
    width: 32%;
}
footer {
    padding-top: 156px;
    padding-bottom: 0px !important;
}
.find_your_hs {
    padding: 45px 0 25px 0;
    background: #ffffff;
}
.hospital_banner {
    position: relative;
    padding: 110px 0 50px 0 !important;
}
.our_hospital_nm .form-group {
    margin: 0 0 10px 0;
}
.our_hospital_nm {
    margin: 0 0 8px 0;
}
.newsletter-item .newsletter-form .newsletter-btn {
    height: 100% !important;
}
.page-title-area {
    height: auto !important;
    padding: 100px 0 30px 0 !important;
}
.page-title-four .page-title-item {
    margin-top: 0 !important;
}
.mission_vision {
    padding-left: 0;
}
.appointment-area-two {
    padding-bottom: 40px !important;
}
.appointment-area-two {
    padding-top: 40px !important;
}
.treatMent_listCont {
    flex:0 0 47%;
}
.treatMent_list_cont {
    flex-wrap: wrap;
}
.treatMent_Cont {
    width: 70%;
}
.treatMent_img {
    width: 30%;
}
.bredCrumb_sec {
    background: #f7f7f7;
    padding: 80px 0 14px 0;
}
.treatMent_Howword {
    margin: 16px 0 0 0;
}
.treatment_dealsRight {
    margin: 16px 0px 0px 0px;
}
.treatMent_Procedures {
    margin: 16px 0 0 0;
}
.treatMent_list {
    margin: 16px 0 0 0;
}
.treatMents_howwork_cont.open {
    max-height: 1313px;
}
.Searvice_btn2 a {
    padding: 4px 40px 8px 40px !important;
    width: 62%;
}
.treamentDeals_sec {
    padding: 40px 0px 156px 0px;
}
.hospi_content .searchBox_bn {
    width: 100%;
}
.hostpitals_inputs {
    padding: 12px 25px 13px 35px;
}
.breadcrumb_mn {
    background: #efefef;
    padding: 80px 0 15px;
}
.popup-content {
    margin: 2% auto;
    max-width: 98%;
}
.uploads_files input[type="file"] {
    padding: 0 0 0 12px;
}
.full_discrapsion h1 {
    margin:12px 0 10px 0;
}
.book_appoint_hospital {
    position: relative;
    right:0;
    padding: 10px 20px;
    margin: 8px 0 0px 0;
    display: inline-block;
}
.page-title-two .page-title-item {
    margin-top: 0 !important;
}
.appointment_bnt {
    margin: 10px auto 34px;
}
.view_details a {
    width: 100%;
}
.treatment_banner {
    padding: 0 0 60px 0;
}
.view_details {
    gap: 15px;
}
.custom-select-wrapper {
    position: relative;
    margin: 0 0 13px 0;
}
.multi-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.doctor-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.doctorhospital-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.patientStor-slide {
    padding: 0px;
    flex: 0 0 calc(100% - 0px);
}
.whatsapp_link a img {
    width: 32px !important;
}
.aboutContact_sec {
    margin: 0 0 0 0px;
}
.contactAbout_social {
    margin: 22px 0 0 0px;
}
.aboutContact_social {
    padding: 0 0 36px 0;
}
.slideForm_fixed {
    display: none;
}
.hoslist_ban ul {
    flex-wrap: wrap;
}
.hoslist_ban ul li {
    border: none !important;
    width:50% !important;
}
.emergency-area {
    margin-top: 87px !important;
}
.landing-title p {
    padding: 0 0px 0 0px !important;
}
.doctors-area {
    padding:35px 0px 45px 0px !important;
}
.blog-area {
    padding-bottom: 10px !important;
}
footer {
    padding-top: 35px !important;
}
.treatMnet_sec ul li {
    margin: 0 0px 0px 0;
}
.treatMnet_sec {
    margin: 5px 0 22px 0;
}
.blog-area-two {
    padding-bottom: 20px !important;
}
.speciality-right .speciality-emergency {
    left: 0 !important;
    padding: 25px 0px 20px 30px !important;
    width: 100% !important;
}
.speciality-right img {
    display: inline-block;
    width: 100% !important;
}
.speciality-emergency p {
    color: #fff;
    text-align: center;
}
}


.whatsapchat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 30px;
    background-color: #40c351;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    -webkit-box-shadow: 0 0 0 0 #42db87;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.whatsapchat i {
    font-size: 30px;
    color: #fff;
    margin-top: 2px;
}


@-webkit-keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

/** INNER PAGE CSS **/

.landing_text {
    text-align: center;
    margin: -150px 0 0 0;
}

.landing_text h1 {
    text-align: center;
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.landing_text p {
    font-size: 17px;
    color: #fff;
    margin: 0 0 35px 0;
}

.inner_form {
    background: #225479;
    padding: 0 15px;
    border-radius: 2px;
    width: 100%;
    margin: 0 auto;
}
.hoslist_ban ul {
    list-style: none;
    padding: 0;
    margin: 0;
  display: flex;
    justify-content: space-between;
}
.hoslist_ban ul li {
    text-align: center;
    width: 25%;
    border-right: solid 1px #dddddd3d;
    border-left: solid 1px #0e0e0e;
    padding: 25px 0 25px 0;
}

.hoslist_ban ul li:last-child{ border-right: none;}
.hoslist_ban ul li:first-child{ border-left: none;}

.hoslist_ban ul li i {
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px 0px;
    display: block;
}
.hoslist_ban ul li h4 {
    margin: 0 0 5px 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.hoslist_ban ul li p {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
}

.landing-title {
    text-align: center;
    margin: 0 0 30px 0;
}
.landing-title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #225479;
    margin: 0 0 5px 0;
}
.landing-title p {
    font-size: 15px;
    color: #333;
    padding: 0 90px 0 90px;
    margin: 0 0 0 0;
}

.bookDoctor_btn {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.bookDoctor_btn a {
    width: 50%;
    display: block;
    background: #fff;
    text-align: center;
    margin:9px 0 0 0;
    padding: 9px 0 12px;
    color: #01a28a;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    border: solid 2px #01a28a;
    font-size: 14px;
}

.surgeons-item {
    box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 84%);
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff;
}

.surgeons-item .surgeons-top {
    position: relative;
    border-bottom: solid 3px #01a28a;
  height: 200px;
}
.surgeons-item .surgeons-top img {
    width: 100%;
    height: 200px;
}

.treat_img img {
    width: 100% !important;
    height: auto !important;
}

.treat_img {
    position: absolute;
    bottom: 15px;
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 6px;
    right: 15px;
    padding: 6px;
    box-shadow: 0px 0px 14px 0px #1e1e1e;
}
.surgeons-item .surgeons-bottom {
    padding: 20px 15px 20px 15px;
}
.surgeons-item .surgeons-bottom h3 {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 10px 0;
}
.surgeons-item .surgeons-bottom p {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #333;
}

.enquiryInput label sup {
    color: #ff1100;
    font-size: 16px;
    top: 0;
}