:root {
  --color-black: #000000;
  --color-one: #2C2E71;
  --color-two: #ED1D24;
  --color-three: #9AC454;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-UnGrey: #F6F6F6;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: "Be Vietnam Pro", sans-serif;
  --bs-font-size-main: 14px;
  --bs-font-weight-main: 300;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: #020E3F;
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

/* .site-container{background:var(--color-white);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);margin:0 auto;max-width:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus,
textarea:focus,
select:focus,
:focus {
  outline: none;
}

p {
  line-height: 24px;
  text-align: justify;
}

a,
.home-expert-box a,
.home-expert-box a .home-expert-box-bg,
.home-expert-box a .home-expert-text-box,
ul.inner-footer-top-link-list li a,
ul.inner-footer-top-link-list li a img,
.inner-specialities-box .our-speciality-page-box a img {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
}

.linkBlack:hover {
  color: var(--color-two);
}

.linktwo {
  color: var(--color-two);
  font-weight: 600;
  text-decoration: underline;
}

.linktwo:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorOne {
  color: #020E3F;
}

.colortwo {
  color: var(--color-two);
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  position: relative;
  width: 100%;
  z-index: 0;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 150px;
  left: unset;
  right: 145px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
  padding: 5px;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 150px;
  left: unset;
  right: 100px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
  padding: 5px;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem
}

.formbox {    box-shadow: 0px 20px 60px 0px #E2990E33;
  padding: 57px;
  border-radius: 15px;}
  .formbox button {    background: #020E3F;
  border: 1px solid #020E3F;
  margin: 0 auto;
  display: block;}

.padding-top-bottom {    padding: 20px 0 10px 0;}

.text-center {text-align: center;}

.faq {padding: 0 0 40px 0;}

.map-circle {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(148, 148, 148, 0.8);
  width: 400px;
  height: 400px;
  position: absolute;
  opacity: 0;
  right: 130px;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
  z-index: -1;
  top: 80px;
}


@keyframes scaleIn {
  from {
    transform: scale(.3, .3);
    opacity: .5;
  }

  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}



/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 5px 30px 5px 30px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 24px;
}

.btn-one {
  border: 2px solid #020E3F;
  color: #020E3F !important;
}

.btn-one:hover {
  background: #020E3F;
  color: var(--color-white) !important;
}

.btn-one-full {
  border: 2px solid #020E3F;
  color: var(--color-white) !important;
  background: #020E3F;
}

.btn-one-full:hover {
  border: 2px solid #020E3F;
  background: none;
  color: #020E3F !important;
}

.btn-two {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
}

.btn-two:hover {
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid #E2990E;
  background: #E2990E;
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid #E2990E;
  color: #E2990E !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:hover {
  background: var(--color-white);
  color: #020E3F !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: #020E3F !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */

.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 7px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-two);
}

.head-main {
  font-size: 30px;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0 0px 5px 0;
  margin-bottom: 20px;
  color: #020E3F;
  text-transform: uppercase;
  line-height: 32px;
}

.head-main span {
  display: block;
  font-weight: 700;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: #020E3F;
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-two);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-two);
  color: var(--color-two);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-UnGrey);
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-two);
  color: var(--color-white);
  width: 100%;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-two);
  color: var(--color-two);
  width: 100%;
}

.link {
  color: var(--color-two);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.img-radius-15 {
  border-radius: 15px;
}

.img-radius-20 {
  border-radius: 20px;
}

.top-head-pad {
  margin-top: 110px;
}

.top-menu-height {
  margin-top: 109px;
  position: relative;
  z-index: 1;
}

.head-common {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.head-common i {
  font-size: 7px;
  margin-right: 6px;
}

.home-top-section-bg {
  position: relative;
  background: url('../img/home-top-section-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.home-doc-search-bg {
  position: relative;
  top: -60px;
  padding-bottom: 100px;
}

.home-doc-name-box {
  background: rgba(43, 46, 113, .80);
  border-radius: 15px;
  border: 2px solid #787CEE;
  padding: 40px;
  color: var(--color-white);
}

.home-doc-name-box h2 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
}

.home-doc-name-box h2 span {
  font-weight: 700;
}

.home-doc-form-box {
  background: rgba(255, 255, 255, .80);
  border-radius: 15px;
  border: 2px solid var(--color-white);
  padding: 40px;
  box-shadow: 0px 20px 60px 0px #2C2E711A;
}

.blurBg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.home-doc-search-box h2 {
  color: #022e87;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px
}

.home-doc-search-box .form-group {
  margin-bottom: 0
}

.home-doc-search-box input,
.home-doc-search-box input.form-control:focus,
.home-doc-search-box textarea,
.home-doc-search-box textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #d2d2d2 !important;
  box-shadow: none
}

.home-doc-search-box select,
.home-doc-search-box select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #d2d2d2 !important;
  box-shadow: none;
  cursor: pointer
}

.home-doc-search-box select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #d2d2d2 !important;
  color: #000
}

.home-doc-search-box input,
.home-doc-search-box select,
.home-doc-search-box textarea {
  border-radius: 0;
  background-color: transparent !important;
  margin-bottom: 16px;
  color: #565950 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #565950 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0
}

.home-doc-search-box button {
  padding: 15px 40px;
  font-size: 14px
}

.home-doc-search-box input,
.home-doc-search-box select,
.home-doc-search-box textarea {
  color: #565950 !important
}

.form-control::-webkit-input-placeholder {
  color: #d2d2d2 !important
}

.form-control::-moz-placeholder {
  color: #d2d2d2 !important
}

.form-control:-ms-input-placeholder {
  color: #d2d2d2 !important
}

.contact-address-bg {
  padding: 60px 300px 60px 300px;
  background: #fff
}

.home-doc-search-box .contact-btn {
  margin: 10px auto 0 auto;
  display: block;
  color: #fff;
  background: var(--color-two);
  border: 2px solid var(--color-two);
  padding: 5px 30px;
  font-size: 16px;
  border-radius: 100px
}

.home-doc-search-box .contact-btn:hover {
  background: 0 0;
  color: var(--color-two)
}

.home-specialities-bg h3 {
  font-size: 50px;
  font-weight: 400;
  color: #020E3F;
  line-height: 52px;
  text-transform: uppercase;
}

.home-specialities-bg h3 span {
  display: block;
}

.home-specialities-bg h3 b {
  font-weight: 700;
}

#commonTabOne.home-explore-tab ul li {
  background: transparent;
}

#commonTabOne .commonTab-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  border: 0;
}

#commonTabOne .commonTab-list li {
  list-style: none;
  border: 0;
  margin-bottom: 0;
}

#commonTabOne .commonTab-list li a {
  display: block;
  text-align: center;
  color: #020E3F;
  border: 1px solid #020E3F;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 0 5px 8px 5px;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  line-height: normal;
}

#commonTabOne .commonTab-list li a:hover {
  color: var(--color-white);
  background: #020E3F;
  border: 1px solid #020E3F;
}

#commonTabOne.r-tabs .r-tabs-nav .r-tabs-state-active a {
  background: #020E3F;
  color: var(--color-white);
}

#commonTabOne.r-tabs {
  overflow: auto;
}

#commonTabOne.r-tabs .r-tabs-panel {
  width: 100%;
  border: 0;
  padding: 0px 15px 15px 20px;
  position: relative;
}

#commonTabOne.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

#commonTabOne.r-tabs .r-tabs-panel ul li {
  list-style: circle;
}

#commonTabOne.r-tabs .r-tabs-panel ul li a {
  display: block;
  padding: 5px 5px;
  font-weight: 600;
}

.home-specialities-box-content-bg {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
}

.home-specialities-box-content-bg .home-specialities-box-content-box {
  margin: 13px 0;
}

.home-specialities-box-content-bg .home-specialities-box-content-box a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 10px;
  box-shadow: 0px 20px 60px 0px #2C2E711A;
  border: 2px solid #fff;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
}

.home-specialities-box-content-bg .home-specialities-box-content-box a img {
  width: 60%;
  margin-bottom: 20px;
  filter: grayscale(100%);
}

.home-specialities-box-content-bg .home-specialities-box-content-box a h4 {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  min-height: 54px;
}

.home-specialities-box-content-bg .home-specialities-box-content-box a:hover {
  color: var(--color-two);
}

.home-specialities-box-content-bg::-webkit-scrollbar {
  width: 4px;
}

.home-specialities-box-content-bg::-webkit-scrollbar-thumb {
  background: rgba(70, 138, 218, 0.5);
}

.home-specialities-left-box {
  margin-top: 100px;
}



.home-about-bg {
  padding: 45px 0 150px 0;
  background: #EAEAEA;
  position: relative;
}

.home-about-bg h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #020E3F;
  letter-spacing: -2px;
}

.home-about-bg h3 span {
  font-weight: 600;

}

/* .home-about-bg:before {content: "";
  position: absolute;
  top: 33px;
  left: 196px;
  bottom: 0;
  right: unset;
  background: url(../img/about-hospital-bg.png) no-repeat scroll center center;
  background-size: contain;
  animation: rotate 200s linear infinite;
  width: 500px;
  height: 500px;
  opacity: 0.5;} */

/* .home-about-bg:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -200px;
  bottom: 0;
  right: unset;
  background: url(../img/about-hospital-bg.png) no-repeat scroll center center;
  background-size: contain;
  animation: rotate 200s linear infinite;
  width: 600px;
  height: 580px;
  opacity: 0.5;
} */

@keyframes rotate {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(3600deg);
  }
}

.home-about-bg:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: unset;
  right: 0;
  background: url(../img/about-hospital-bg-2.png) no-repeat scroll center center;
  background-size: contain;
  width: 350px;
  height: 305px;
}

.home-doctors-owl {
  margin-bottom: 80px;
}

.home-doctors-bg {
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.home-doctors-bg .container-fluid {
  background: #F6F6F6;
  border-radius: 20px;
  padding: 80px 60px 0px 60px;
}

.home-doctors-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 20px 0;
}

.home-doctors-box img {
  border-radius: 15px;
}

.home-doctors-box h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}

.home-doctors-box h4 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #9D9FA2;
  margin: 0;
}

.celebration-name-bg {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.celebration-name-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/home-confetti-bg.png) no-repeat scroll center center;
  background-size: cover;
}

.celebration-name-bg h2 {
  font-size: 280px;
  font-weight: 800;
  color: var(--color-white);
  margin: 0;
  letter-spacing: -40px;
  text-shadow: 0px 20px 40px #2C2E7126, 0px -10px 15px #FFFFFF;
}

.celebration-name-bg h3 {
  position: absolute;
  right: 110px;
  bottom: 0;
  font-family: "Allura", cursive;
  font-size: 50px;
  font-weight: 400;
  color: #020E3F;
}

.celebration-name-bg h3 span {
  display: block;
  font-family: var(--bs-font-main);
  color: var(--color-two);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-left: 50px;
}

.home-accreditation-bg {
  position: relative;
  z-index: 0;
  top: -40px;
  background: url("../img/home-accreditation-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 200px 40px 0px 40px;
  margin: 0 40px;
  color: var(--color-white);
  border-radius: 20px;
}

.home-accreditation-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  border-radius: 20px;
  z-index: -1;
}

.home-accreditation-bg h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.home-accreditation-bg h2 b {
  font-weight: 700;
}

.home-fact-bg {
  backdrop-filter: blur(12px);
  padding: 60px 0 60px 0;
  margin-top: 140px;
  border-top: 1px solid #868686;
}

.home-fact-box {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-fact-box h3 {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}

.home-fact-box h4 {
  font-size: 20px;
  font-weight: 300;
  margin: auto;
}

.home-fact-box span {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.home-fact-box i {
  font-size: 30px;
}

.home-fact-box div {
  margin-left: 20px;
  text-align: left;
}

.home-birth-bg {
  padding: 0 40px;
}

.home-birth-bg .container-fluid {
  background: #fafff1;
  border-radius: 20px;
  padding: 100px 60px 100px 60px
}

.home-birth-bg h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 15px;
  color: #020E3F;
  text-transform: uppercase;
}

.home-birth-bg h2 span {
  font-weight: 700;
  display: block;
}

.home-birth-bg p {
  line-height: 22px;
}

.home-birth-img-box {
  position: relative;
}

.home-birth-img-box:before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 0;
  background: url(../img/home-birth-bg-3.png) no-repeat scroll center center;
  width: 164px;
  height: 190px;
}

.home-birth-bg .btn-one-full {
  background: var(--color-three);
  border-color: var(--color-three);
}

.home-birth-bg .btn-one-full:hover {
  background: transparent;
  color: var(--color-three) !important;
}

.home-critical-care-unit-bg {
  padding: 40px 0 120px 0;
}

.home-critical-care-unit-bg h2 {
  color: var(--color-two);
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.home-critical-care-unit-bg h2 span {
  display: block;
}

.home-expert-bg .container {
  border-top: 1px solid #9D9FA2;
  border-bottom: 1px solid #9D9FA2;
  padding-top: 100px;
  padding-bottom: 80px;
}

.home-expert-bg h2 {
  color: #020E3F;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.home-expert-bg h2 b {
  font-weight: 800;
}

.home-expert-bg h2 span {
  display: block;
}

.home-expert-box a {
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 15px;
  overflow: hidden;
}

.home-expert-box a .home-expert-text-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}

.home-expert-box a .home-expert-text-box h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--color-white);
  margin: 10px 0 0 0;
}

.home-expert-box a .home-expert-text-box h3 span {
  display: block;
}

.home-expert-box a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .50);
  border-radius: 15px;
  z-index: 1;
}

.home-expert-box a:hover .home-expert-box-bg {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.home-expert-box a:hover .home-expert-text-box {
  opacity: 1;
}

.home-hospital-insights-bg {
  padding: 80px 0;
}

.home-hospital-insights-bg h2 {
  margin-bottom: 40px;
}

.home-video-box iframe {
  border-radius: 15px;
}

.home-news-box img {
  border: 1px solid #9D9FA2;
  border-radius: 15px;
}

.home-news-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: #020E3F;
  margin: 15px 0 15px 0;
}

.home-news-box .btn-one-full {
  margin: 0;
  padding: 2px 12px 2px 12px;
  font-size: 13px;
}

.home-news-box p {
  color: #9D9FA2;
}


.main-wrapper {
  z-index: 2;
  position: relative;
  background: var(--color-white);
}







footer {
  padding: 100px 0 0 0;
  margin: 0 40px;
  font-size: 14px;
  background: #020E3F;
  color: var(--color-white);
  z-index: 0;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0
}

footer h2 {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

footer h2 span {
  display: block;
}

footer a {
  color: var(--color-white);
}

footer a:hover {
  color: var(--color-two);
}

footer .footer-list {
  margin-top: 60px;
}

footer .footer-list h3 {
  margin: 0 0 15px;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

footer .footer-list h3 span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-list h3 div {
  border-bottom: 1px solid var(--color-white);
  width: 25%;
  position: relative;
  right: 0;
  bottom: 0px;
  display: inline-block;
}

footer .footer-list ul {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 6px;
}

footer .footer-list ul li a {
  color: var(--color-white);
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: var(--color-grey);
  padding-left: 2px;
}

footer .footer-list ul.half {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 23%;
}

footer .footer-list ul.half li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 6px;
}

footer .footer-list ul.half li a {
  color: var(--color-white);
}

footer .footer-list ul.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul.half li a:hover {
  color: #020E3F;
  padding-left: 2px;
}

footer .footer-list ul.contact {
  padding: 0;
  margin: 0 0 0 0px;
}

footer .footer-list ul.contact li {
  list-style: none;
  padding: 4px 0 4px 4px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.contact li::before {
  display: none;
}

footer .footer-list ul.contact li a {
  color: var(--color-white);
}

footer .footer-list ul.contact li a i {
  padding-right: 5px;
  font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
  color: #020E3F;
  padding-left: 2px;
}

.footerextra {
  padding: 0;
  margin: 0;
}

.footerextra li {
  display: inline-block;
  padding-right: 3%;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

.footerextra li::before {
  content: "\f7a5";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: -10px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-white);
}

.footerextra li a:hover {
  color: #020E3F;
}

.footerextra-Mt {
  margin-top: 30px;
}

footer .copy {
  padding: 20px 0 40px 0;
  margin-top: 60px;
  border-top: 1px solid #e2e2e2;
}

footer .copy a {
  color: var(--color-white);
  font-weight: 500;
}

footer .copy a:hover {
  color: var(--color-two);
}

footer .copy .copy-right {
  text-align: right;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline-block;
  margin: 10px 0px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.8);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-black);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */


.contact-address-bg h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.contact-address-bg address {
  margin-top: 60px;
  font-weight: 600;
}

.contact-address-box h3 {
  color: var(--color-two);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-address-box.br {
  border-right: 1px solid #ACACAC;
}

.contact-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: #020E3F !important;
  border: 2px solid #020E3F !important;
  color: var(--color-white) !important;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: #020E3F !important;
  border: 2px solid #020E3F !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: #020E3F !important;
  border-color: #020E3F !important;
}

.contact-form-bg select option selected {
  color: red;
}

.contact-head-box {
  margin-right: 30px;
}

.contact-form-box-bg {
  margin-top: 60px;
}

.contact-num-box i {
  margin-right: 10px;
}

.inner-contact-bg h2 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

.contact-map iframe {
  height: 450px;
}

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner .container-fluid {
  position: relative;
  z-index: 0;
}

.inner-banner .container-fluid::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 2.5rem;
  bottom: 0;
  left: 2.5rem;
  background: rgba(44, 46, 113, 0.4);
  border-radius: 20px;
}

.inner-banner .container-fluid img {
  border-radius: 20px;
}

.inner-banner .container-fluid h1 {
  color: var(--color-white);
  font-size: 38px;
  font-weight: 200;
  line-height: 40px;
  position: absolute;
  right: 55px;
  bottom: 0px;
  z-index: 11;
}

.inner-banner .container-fluid h1 span {
  color: #020E3F;
  display: block;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 55px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  z-index: 111;
  position: relative;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: #020E3F;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-bg {
  padding: 100px 0;
}

.inner-footer-top-link-bg .container {
  border-top: 1px solid #9D9FA2;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: -40px;
  background: #fff;
  border-radius: 0 0 80px 80px;
}

ul.inner-footer-top-link-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

ul.inner-footer-top-link-list li {
  width: 30%;
  list-style: none;
  border-left: solid 1px #aaa;
}

ul.inner-footer-top-link-list li:first-child {
  border-left: none;
}

ul.inner-footer-top-link-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

ul.inner-footer-top-link-list li a img {
  width: 14%;
  bottom: 0px;
  position: relative;
}

ul.inner-footer-top-link-list li a h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0 0 0;
}

ul.inner-footer-top-link-list li a:hover {
  color: var(--color-two);
}

ul.inner-footer-top-link-list li a:hover img {
  bottom: 10px;
}

.inner-cm-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #020E3F;
  text-align: right;
}

.inner-cm-box h5 {
  font-size: 16px;
  font-weight: 300;
  color: #020E3F;
  text-align: right;
}


.inner-management-bg .container {
  border-top: 1px solid #9D9FA2;
  padding-top: 80px;
  padding-bottom: 60px;
}

.inner-management-bg h2 {
  font-size: 20px;
  font-weight: 600;
  color: #020E3F;
}

.inner-management-bg h3 {
  font-size: 16px;
  font-weight: 300;
  color: #020E3F;
}

.in-management-bg {
  padding-top: 80px;
  padding-bottom: 40px;
}

.in-management-box {
  border: 1px solid #9D9FA2;
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.in-management-box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #020E3F;
  margin: 0;
}

.in-management-box h4 {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-black);
  margin: 0;
}

.inner-vision-mission-bg h2 {
  font-size: 40px;
  font-weight: 400;
  color: #020E3F;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inner-vision-mission-bg h2 i {
  background: #020E3F;
  color: var(--color-white);
  padding: 10px;
  margin-right: 15px;
  border-radius: 100%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-vision-mission-bg p {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 50px;
  margin-top: 10px;
}

.inner-department-overview-bg {
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* .inner-department-overview-bg:before {
  content: "";
  position: absolute;
  top: 10%;
  right: -100px;
  left: unset;
  background: url(../img/about-hospital-bg.png) no-repeat scroll center center;
  background-size: contain;
  animation: rotate 200s linear infinite;
  width: 500px;
  height: 500px;
  opacity: 0.5;
  z-index: -1;
} */

.dep-head {
  font-size: 26px;
  font-weight: 300;
  color: #020E3F;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.department-highlights-bg {
  position: relative;
  z-index: 0;
}

.department-highlights-bg::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0;
  background: #F6F6F6;
  width: 100%;
  height: 25%;
  opacity: 0.5;
  z-index: -1;
}

.department-highlights-box-bg {
  background: #020E3F;
  color: var(--color-white);
  padding: 50px;
  border-radius: 20px;
  margin-top: 80px;
}

.department-highlights-box-bg h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}

.department-highlights-box-bg h2:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 7px;
  left: 0;
  background: var(--color-white);
  height: 1px;
  z-index: -1;
}

.department-highlights-box-bg h2 span {
  background: #020E3F;
  padding: 0 20px 0 0;
}

.department-highlights-box-bg ul.department-highlights-list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

.department-highlights-box-bg ul.department-highlights-list b {font-size: 21px;
  color: #E2990E;
  font-weight: 800;}

.department-highlights-box-bg ul.department-highlights-list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 20px;
  width: 45%;
  display: inline-block;
}

.department-highlights-box-bg ul.department-highlights-list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 7px;
  font-weight: 900;
  color: var(--color-white);
}

.dep-doctor-bg {
  background: #F6F6F6;
  padding: 80px 0;
}

.dep-doctor-bg h2 {
  margin-bottom: 40px;
}

.dep-doctor-box {
  margin: 20px 0;
}

.dep-doctor-box a {
  background: var(--color-white);
  padding: 0px 20px 30px 20px;
  border-radius: 15px;
  box-shadow: 0px 20px 60px 0px #2C2E711A;
  text-align: center;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.dep-doctor-box a i {
  color: #ED1D24;
  background: #D9D9D9;
  border-radius: 100%;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: -15px;
  font-size: 40px;
  font-weight: 800;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dep-doctor-box a h3 {
  font-size: 17px;
  font-weight: 500;
  color: #020E3F;
  margin-bottom: 4px;
}

.dep-doctor-box a h4 {
  font-size: 15px;
  font-weight: 300;
  color: #9D9FA2;
  margin: 0;
  padding: 15px 0;
}

.dep-doctor-box a p {text-align: center;}

.dep-doctor-box a:hover {
  box-shadow: 0px 20px 60px 0px #2C2E7150;
}


.doctor-modal .modal-content {
  background: #fff;
  color: #565950;
  border: 0;
  border-radius: 0
}

.doctor-modal .modal-body {
  padding: 30px 30px 20px 30px;
  position: relative;
  z-index: 0
}

.doctor-modal .modal-body .close {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .7;
  z-index: 9;
  position: absolute;
  right: 0;
  top: -30px
}

.doctor-modal .modal-body .close:hover {
  opacity: .3
}

.doctor-details-popup a.btn-one-r-curve-full {
  margin: 0 auto;
  background: #020E3F;
  color: var(--color-white);
  border: 2px solid #020E3F;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-radius: 20px;
  padding: 5px 15px;
}

.doctor-details-popup a.btn-one-r-curve-full:hover {
  background: transparent;
  color: #020E3F;
}

.doctor-details-popup img {
  margin: -80px auto 20px auto;
  border: 8px solid #fff;
  display: block;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .46);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .46);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .46)
}

.doctor-details-popup h3 {
  color: #022e87;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative
}

.doctor-details-popup .doctor-details-name {
  text-align: center;
  margin: 15px 0
}

.doctor-details-popup .doctor-details-name.br {
  border-right: 1px solid #022e87
}

.doctor-details-popup .doctor-details-name h4 {
  font-size: 16px;
  font-weight: 600;
  color: #022e87
}

.doctor-details-popup .doctor-details-name h5 {
  font-size: 14px
}

.doctor-details-popup .doctor-details-name h5 p {
  text-align: center
}

.modal.doctor-modal .modal-dialog {
  margin-top: 60px
}

.dep-services-bg {
  padding: 0 55px;
  position: relative;
  z-index: 0;
}

.dep-services-bg::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0;
  background: #F6F6F6;
  width: 100%;
  height: 25%;
  opacity: 0.5;
  z-index: -1;
}

.dep-services-bg .container-fluid {
  padding: 60px;
  color: var(--color-white);
  background: url('../img/dep-services-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  border-radius: 20px;
}

.dep-services-bg .container-fluid:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: -1;
  border-radius: 20px;
}

.dep-services-bg h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}

.dep-services-bg h2:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 7px;
  left: 0;
  background: var(--color-white);
  height: 1px;
  z-index: -1;
}

.dep-services-bg h2 span {
  background: var(--color-black);
  padding: 0 20px 0 0;
}

.dep-services-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px;
}

.dep-services-box img {
  margin-bottom: 15px;
}

.dep-services-box h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}


.department-faq-bg {
  padding: 80px 0;
}

#accordion-dep-programs.accordion .card-header:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0%;
  top: 25%;
  color: var(--color-black);
  border: 0 solid #565950;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

#accordion-dep-programs.accordion .card-header.collapsed:after {
  content: "\f067"
}

#accordion-dep-programs.accordion>.card {
  border-radius: 0;
  border: 0
}

#accordion-dep-programs.accordion>.card .card-header {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative;
  border: 0
}

#accordion-dep-programs.accordion>.card .card-header .card-title {
  display: block;
  padding: 15px 10px 15px 10px;
  margin: 0;
  cursor: pointer;
  background: #fff;
  color: var(--color-black);
  font-weight: 400;
  font-size: 16px;
  border-bottom: 2px solid #f4f4f4;
  line-height: 28px;
  text-transform: uppercase;
}

#accordion-dep-programs.accordion>.card .card-header .card-title:hover {
  color: #565950
}

#accordion-dep-programs.accordion>.card .card-body {
  border-top: 0 solid #d5d5d5;
  border-bottom: 0 solid #d5d5d5;
  margin-bottom: 20px;
  background: #fbfbfb
}


.inner-specialities-box .our-speciality-page-box a {
  background: #fff;
  padding: 30px 15px;
  margin: 15px 0;
  display: block;
  text-align: center;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.inner-specialities-box .our-speciality-page-box a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #022e87;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.inner-specialities-box .our-speciality-page-box a:active:before,
.inner-specialities-box .our-speciality-page-box a:focus:before,
.inner-specialities-box .our-speciality-page-box a:hover:before {
  left: 0;
  right: 0
}

.inner-specialities-box .our-speciality-page-box a h3 {
  color: #022e87;
  font-size: 14px;
  font-weight: 600;
  margin: 0
}

.inner-specialities-box .our-speciality-page-box a img {
  margin: 0 auto 15px auto;
  display: block;
  width: 30%
}

.inner-specialities-box .our-speciality-page-box a:hover {
  background: #f5f5f5
}

.inner-specialities-box .our-speciality-page-box a:hover img {
  margin: -15px auto 30px auto
}


/* jammu */
.translatebtn {
  font-size: 15px;
  bottom: 33px;
  position: absolute;
  right: 23px;
  text-transform: uppercase;
}

.translatebtn .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  font-size: 12px;
}

.translatebtn .goog-te-gadget-simple {
  white-space: nowrap;
  border: 1px solid #d9d9d9;
  padding: 6px 6px 6px 29px;
  border-radius: 11px;
}

.translatebtn img {
  position: relative;
  top: 10;
  top: 30px;
  left: 7px;
  background: white;
}

.translatebtn .goog-te-gadget img {
  display: none !important;
}

.top-menu.tiny .translatebtn {
  bottom: 8px;
}

.carousel-item .content {
  position: absolute;
  width: 30%;
  color: #1F2D4F;
  bottom: 108px;
  left: 53px;
}

.carousel-item .content h2 {
  font-size: 40px;
  font-weight: 800;
}

.carousel-item .content p {
  padding: 15px 0;
}

.btn1 {
  background: #E2990E;
  padding: 8px 15px;
  border-radius: 10px;
  color: #020E3F;
  font-weight: 600;
}

.btn1:hover {
  background-color: white;
  color: #E2990E !important;
  border-radius: 1ps solid #E2990E;
}

.colorwhite {color: white !important;}
.colororange {color:#EF5201 !important;}
.colorblue {color: #03A0D5;}
.heightbottom {    bottom: 72px !important;
  left: 325px !important;}
  .heightbottomone  {bottom: 73px !important;
    left: 65px !important;}


.secound-section {
  position: relative;
  top: -76px;
}

.secound-section .results {
  background: #020E3F;
  padding: 15px;
  border-radius: 15px;
}

.secound-section .results img {
  margin: 0 auto;
  display: block;
}

.secound-section .results p {
  text-align: center;
  color: white;
}

.heading {width: 100%;height:50px;overflow:hidden;position:relative;}
.heading div{display:block;width:200%;height:50px;position:absolute;overflow:hidden;animation:marquee 10s linear infinite;}
.heading  {float:left;font-size:110px;font-weight:400;word-spacing:.8rem;color:#020E3F;text-align:center}
@keyframes marquee {
  0% { left: 0; }
  50% { left: -50%; }
  100% { left: 0; }
}

.drop-text span {
  display: inline-block;
  opacity: 0;
  animation: drop 0.5s forwards;
  animation-delay: calc(var(--i) * 0.1s);
}

@keyframes drop {
  0% {
      transform: translateY(-50px);
      opacity: 0;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}







.map-circle {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #949494;
  width: 400px;
  height: 400px;
  position: absolute;
  opacity: 0;
  top: 80px;
  right: -120px;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
  z-index: -1;
}

.service {
  color: #020E3F;
  padding: 40px 0 60px 0;
  position: relative;
}
.service .widths {
  width: 32.333333%;
}

/* .service:before {
  content: "";
  position: absolute;
  top: 169px;
  left: 333px;
  bottom: 0;
  right: unset;
  background: url(../img/about-hospital-bg.png) no-repeat scroll center center;
  background-size: contain;
  animation: rotate 200s linear infinite;
  width: 800px;
  height: 800px;
  opacity: 0.5;
} */

.service .up {
  position: relative;
  bottom: 75px;
}

.service .rows {
  padding: 20px 0 0;
}

.service .col-md-4 {
  width: 32.333333%;
}

.service .servicebox {
  box-shadow: 0px 20px 60px 0px #E2990E33;
  border-radius: 30px;
  padding: 30px;
  margin: 6px 6px;
  position: relative;
  min-height: 332px !important;
}

.service .servicebox img {
  margin: 0 auto;
  display: block;
}

.service .servicebox::after {
  content: '';
  position: absolute;
  background-image: url(../img/bagr.png);
  width: 350px;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 94px;
  opacity: 0.5;
  left: 176px;
  z-index: 0;
}

.service .bottom {
  bottom: 50px;
}

.service .servicebox p {
  padding: 0 30px;
  text-align: center;
}

.margintop {
  margin: 10px 0;
}

.service .servicebox .hide {
  display: none;
}

.service .servicebox:hover::after {
  display: none;
}

.service .servicebox:hover .show {
  display: none;
}

.service .servicebox:hover {
  background: #020E3F;
  border: 10px solid white;
  color: white;
  min-height: 332px;
}

.service .servicebox:hover .hide {
  display: block;
}

.marginauto {
  width: fit-content;
  margin: 10px auto;
}

.margintops {
  margin-top: 6px;
}


.chooseUs {
  background: #020E3F;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 60px 40px 0 40px;
  color: white;
  z-index: 11111;
    position: relative;
}

.radius {
  border-radius: 20px;
}

.chooseUs .texts {
  padding: 50px;
}

.yellowcolor {
  color: #E2990E;
}

.chooseUs .pds {
  padding: 20px;
}

.chooseUs .texts img {
  margin: 0 0 10px;
}


.footer-top-bg{padding: 10px 0;}
.custome-marquee{width: 100%;height:150px;overflow:hidden;position:relative;}
.custome-marquee div{display:block;width:200%;height:150px;position:absolute;overflow:hidden;animation:marquee 10s linear infinite;}
.custome-marquee span{float:left;font-size:110px;font-weight:400;word-spacing:.8rem;color:#020E3F;text-align:center;    text-transform: uppercase;}
@keyframes marquee {
  0% { left: 0; }
  50% { left: -50%; }
  100% { left: 0; }
}

.ideas {    background-image: url(../img/bgk2.jpg);
  min-height: 430px;
  padding: 200px 0 40px;
  position: relative;
  bottom: 77px;}
.ideas h2 {color: #020E3F;
  font-size: 30px;}

.btn2 {border: 2px solid #020E3F;
  color: #020E3F;
  margin-top: 20px;
  padding: 5px 30px 5px 30px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 24px;}

  .paddings {    padding: 100px 0 0 24px;}

.paddingtop { padding: 30px 0 ;}

.client {padding: 80px 0 0;}
.client img {padding: 20px;}
.client h3 {color: #020E3F;}

.common-fee-btn a {
  background: #E2990E !important;
    border-radius: 50%;
    border: 0 !important;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 15px !important;
    padding: 15px 15px !important;
    position: fixed !important;
    right: 0;
    top: 25%;
    z-index: 1111111;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}
.common-fee-btn1 a {
  background: #E2990E !important;
    border-radius: 50%;
    border: 0 !important;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 15px !important;
    padding: 15px 15px !important;
    position: fixed !important;
    right: 0;
    top: 33%;
    z-index: 1111111;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}
.rotate {    rotate: 0deg;}
.common-fee-btn2 a {
  background: #E2990E !important;
    border-radius: 50%;
    border: 0 !important;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 15px !important;
    padding: 15px 15px !important;
    position: fixed !important;
    right: 0;
    top: 41%;
    z-index: 1111111;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}
.common-fee-btn3 a {
  background: #E2990E !important;
    border-radius: 50%;
    border: 0 !important;
    color: var(--color-white) !important;
    display: inline-block;
    font-size: 15px !important;
    padding: 15px 18px !important;
    position: fixed !important;
    right: 0;
    top: 49%;
    z-index: 1111111;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}

.fa-whatsapp {    font-weight: 600 !important;
  color: #020E3F;
  font-size: 21px;
}


  /*  */

  /* body {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
} */
.planet-container {
    border-radius: 50%;
    box-shadow: 5px -3px 10px 3px #5e90f1;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 300px;
    z-index: 1;
}
.night {
    animation: rotate-night 80s linear infinite;
    background-image: url(https://www.solarsystemscope.com/textures/download/2k_earth_nightmap.jpg);
    background-size: 200%;
    height: 500px;
    position: absolute;
    width: 500px;
    z-index: 2;
}
.day {
    animation: rotate-day 80s linear infinite;
    background-image: url(https://www.solarsystemscope.com/textures/download/2k_earth_daymap.jpg);
    background-size: 200%;
    border-left: solid 1px black;
    border-radius: 50%;
    box-shadow: 5px 0 20px 10px #040615 inset; 
    height: 500px;
    margin-left: 110px;
    position: absolute;
    width: 500px;
    z-index: 3;
}
.clouds {
    animation: rotate-day 50s linear infinite, spin-clouds 100s ease infinite;
    background-image: url(https://www.solarsystemscope.com/textures/download/2k_earth_clouds.jpg);
    background-size: 200%;
    border-radius: 50%;    
    box-shadow: 5px 0 20px 10px #040615 inset, -9px 0px 20px 10px #5e90f1 inset;
    height: 500px;
    margin-left: 100px;
    opacity: 0.45;
    position: absolute;
    width: 500px;
    z-index: 4;
}
.inner-shadow {
    background: transparent;
    border-radius: 50%;
    box-shadow: -5px 0 10px 1px #152b57 inset, 5px 0 10px 1px #040615 inset;
    height: 500px;
    margin-left: 0;
    position: absolute;
    width: 500px;
    z-index: 5;
}

@keyframes rotate-day {
    0% { background-position: 120% 0; }
    100% { background-position: -80% 0; }
}
@keyframes rotate-night {
    0% { background-position: calc(120% + 120px) 0; }
    100% { background-position: calc(-80% + 120px) 0; }
}
@keyframes spin-clouds {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(20deg); }
    100% { transform: rotate(0deg); }
}




  /*  */





.for-xs {
  display: none !important;
}

.fontSize {    font-size: 24px;
  font-weight: 400;}
.fontWeight {    font-weight: 600;}
.padss {    padding: 20px 20px 30px 20px !important;    min-height: 204px;}
.justfycenter {justify-content: center;}
.processBox{ background: white;
  width: 19%;
  color: black;
  margin: 5px;
  border-radius: 10px;
  padding: 15px;}
  .processBox img {margin: 0 auto;
    display: block;min-height: 60px;}
    .processBox   h3 {    font-size: 20px;
      text-align: center;
      padding: 10px;}

      .paddingTop {padding-top: 50px;}

.serviceSection {    padding: 40px 0;}
.serviceSection .servisebox {    width: 23%;
  box-shadow: 0px 20px 60px 0px #E2990E33;
  padding: 15px;
  border-radius: 17px;    min-height: 217px;    margin: 6px;}
.serviceSection  .servisebox img  {    margin: 0 auto;
    display: block;
    border-radius: 15px;    height: 190px;}
    .serviceSection .servisebox .img {display: block;}
    .serviceSection .servisebox .content {display: none;    padding: 25px 0 0 0;}
    .serviceSection  .servisebox .content h2 {text-align: center;
  font-size: 31px;
  font-weight: 800;
  color: #E2990E;}
  .serviceSection  .servisebox .content p {border: 1px solid #020E3F;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  display: block;
  width: 50%;}
  .serviceSection  .servisebox:hover .img {display: none;}
  .serviceSection .servisebox:hover .content {display: block;}
 
.padds {    padding: 0 0 40px;}
.client .owl-carousel.owl-loaded {    margin: 0;}


.goog-te-gadget img {display: none !important;}
.goog-te-gadget-simple {    border: 3px solid #E2990E !important;}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span { color:#E2990E !important;    margin: 0 5px !important;}

.gallerybox {background: #EDEDED;
  padding: 40px 0;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;}

  .transaltor {    font-size: 15px;
    margin-top: 28px;
    position: absolute;
    top: 12px;
    right: 25px;}





@media(min-width:320px) and (max-width:1080px) {
  .top-head-pad {
    margin-top: 65px !important;
  }

  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  .M-center {
    text-align: center;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: 5px;
  }

  .top-menu-height {
    margin-top: 87px;
  }
  .goog-te-gadget-simple {
    border: 1px solid #E2990E !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  margin: 0 1px !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration: none;
  font-size: 8px;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed {margin-left: 1px;
  margin-right: 1px;}
  .goog-te-gadget-simple {    font-size: 7pt;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 1px;}
    .transaltor {
      font-size: 15px;
      margin-top: 28px;
      position: fixed;
      top: -2px;
      right: 107px;
      z-index: 11111;}




  .container-fluid {
    padding-right: .5rem;
    padding-left: .5rem
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 80px 0 0;
    margin: 0 20px;
    text-align: center;
  }

  footer h2 {
    font-size: 28px;
  }

  .footerextra-Mt {
    margin-top: 20px;
  }

  footer .footer-list {
    margin-top: 10px;
  }

  .back-to-top {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 20px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  .home-doc-search-bg {
    position: relative;
    top: 0;
    padding-bottom: 80px;
  }

  footer .footer-list ul.half li {
    text-align: left;
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  #announcementCarousel {
    padding: 0px 15px;
    margin-right: 0;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  ul.social-network li {
    margin: 0 5px;
    display: inline-block;
  }

  .footer-link-bg {
    margin: 10px 0 0 0;
  }

  .footer-link-bg .container h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: center
  }

  .slider {
    padding: 0 0 20px 0;
  }

  #commonTabOne .commonTab-list {
    display: none;
  }

  #commonTabOne.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    padding: 10px 15px;
    background-color: #020E3F;
    border: 1px solid #020E3F;
    color: var(--color-white);
    margin: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }

  #commonTabOne.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: transparent;
    border: 1px solid #020E3F;
    color: #020E3F;
  }

  .home-specialities-box-content-bg {
    margin-top: 10px;
    padding: 0px;
    height: auto;
    overflow-y: hidden;
  }

  .home-doc-name-box {
    padding: 20px;
    text-align: center;
  }

  .home-specialities-bg h3 {
    font-size: 30px;
    line-height: 32px
  }

  .home-specialities-left-box {
    margin-top: 0
  }

  .home-about-bg {
    padding: 30px 0 130px 0;
  }

  .home-about-bg h3 {
    font-size: 27px;
    line-height: 32px
  }

  .home-about-bg:before {
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 250px;
    opacity: .5;
    margin: 0 auto
  }


  .home-doctors-bg {
    padding: 0 0px;
  }

  .home-doctors-bg .container-fluid {
    padding: 40px 20px 0px 20px;
  }

  .home-doctors-owl {
    margin-bottom: 30px
  }

  .celebration-name-bg h2 {
    font-size: 200px
  }

  .home-accreditation-bg {
    top: 0;
    padding: 40px 14px 0 14px;
    margin: 0 0
  }

  .home-accreditation-bg h2 {
    text-align: center;
  }

  .home-fact-bg {
    padding: 20px 0 30px 0;
    margin-top: 20px;
    backdrop-filter: blur(0px);
  }

  .home-fact-box i.Hicon {
    display: none;
  }

  .home-fact-box {
    justify-content: flex-start;
    margin: 15px 0
  }

  .home-birth-bg {
    padding: 0;
    text-align: center;
  }

  .home-birth-bg .container-fluid {
    padding: 100px 20px 40px 20px
  }

  .home-birth-img-box:before {
    right: 0;
  }

  .home-birth-bg h2 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    margin: 26px 0;
  }

  .home-critical-care-unit-bg {
    padding: 40px 0 40px 0;
    text-align: center
  }

  .home-critical-care-unit-bg h2 {
    font-size: 40px;
    line-height: 44px;
    text-align: center
  }

  .home-critical-care-unit-bg .home-critical-care-unit-text-box {
    padding-top: 25px;
  }

  .home-expert-bg .container {
    border-top: 1px solid #9d9fa2;
    border-bottom: 1px solid #9d9fa2;
    padding-top: 60px;
    padding-bottom: 60px
  }

  .home-expert-bg h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center
  }

  .home-expert-box a {
    margin: 12px 0;
  }

  .home-expert-box a .home-expert-text-box {
    opacity: 1
  }

  .home-expert-box a .home-expert-box-bg {
    filter: blur(4px);
    -webkit-filter: blur(4px)
  }

  .home-expert-box a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    z-index: 1
  }

  .home-expert-box a:hover .home-expert-text-box h3 {
    color: var(--color-two);
  }

  .home-hospital-insights-bg {
    padding: 60px 0
  }

  .home-news-owl {
    margin-top: 15px;
  }

  .inner-banner .container-fluid::before {
    top: 0;
    right: .5rem;
    bottom: 0;
    left: .5rem
  }

  .inner-banner-head {
    font-size: 24px;
    font-weight: 300;
    right: 20px;
    bottom: 0
  }

  .head-main {
    font-size: 26px;
    padding: 0 0 5px 0;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: center
  }

  .inner-bg {
    padding: 40px 0
  }

  ul.inner-footer-top-link-list {
    flex-wrap: wrap
  }

  ul.inner-footer-top-link-list li {
    width: 32%;
    list-style: none;
    border-left: solid 1px #aaa
  }

  ul.inner-footer-top-link-list li a img {
    width: 30%;
    bottom: 0;
    position: relative
  }

  ul.inner-footer-top-link-list li a h3 {
    text-align: center;
    font-size: 14px;
  }

  .inner-footer-top-link-bg .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .inner-cm-box {
    margin-top: 20px !important;
  }

  .inner-vision-mission-bg h2 {
    font-size: 20px;
  }

  .inner-vision-mission-bg h2 i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .in-management-box {
    margin-bottom: 15px;
  }

  .inner-management-bg img {
    margin-bottom: 15px;
  }

  .inner-banner .container-fluid h1 {
    color: var(--color-white);
    font-size: 24px;
    font-weight: 200;
    line-height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center
  }

  .bg-color-one {
    padding: 20px;
  }

  .inner-cm-box h4 {
    font-size: 18px
  }

  .inner-cm-box h5 {
    font-size: 14px
  }

  .inner-department-overview-bg:before {
    display: none;
  }

  .inner-banner .inner-breadcrumb {
    display: none;
  }

  .inner-department-overview-bg {
    padding: 40px 0;
    text-align: center
  }

  .dep-head {
    font-size: 22px;
    text-align: center;
  }

  .department-highlights-box-bg {
    padding: 20px;
    margin-top: 40px
  }

  .department-highlights-box-bg h2 {
    font-size: 22px;
    margin-bottom: 30px
  }

  .department-highlights-box-bg h2 span {
    padding: 0
  }

  .department-highlights-box-bg h2:before {
    bottom: -5px;
  }

  .department-highlights-box-bg ul.department-highlights-list li {
    padding-bottom: 10px;
    width: 100%
  }

  .dep-doctor-bg {
    padding: 40px 0;
    text-align: center
  }

  .dep-services-bg {
    padding: 0;
    text-align: center;
  }

  .dep-services-bg h2 {
    font-size: 22px;
    margin-bottom: 30px
  }

  .dep-services-bg h2 span {
    background: 0 0;
    padding: 0
  }

  .dep-services-bg h2:before {
    bottom: -5px;
  }

  .dep-services-bg .container-fluid {
    padding: 50px 10px
  }

  .dep-services-box {
    padding: 20px 0
  }

  .dep-services-box h3 {
    font-size: 13px
  }

  .inner-specialities-box .our-speciality-page-box a h3 {
    font-size: 12px;
    font-weight: 400
  }

  .translatebtn {
    margin-top: 40px;
    position: fixed;
    right: 81px;
    text-transform: uppercase;
    z-index: 11111;
    bottom: auto;
  }
  .custome-marquee span {font-size: 35px;}
  .custome-marquee {     height: auto;}
  .slider .carousel-control-prev {    right: 170px;}
  .slider .carousel-control-next { right: 132px;}
  .common-fee-btn a {padding: 5px 5px !important;}
  .common-fee-btn1 a {    top: 30%; padding: 5px 5px !important;}
  .common-fee-btn2 a {    top: 35%;padding: 5px 5px !important; }
  .home-about-bg:after {display: none !important;}
  .rotate {
    rotate: 90deg;
}
  [data-aos^=fade][data-aos^=fade] {    opacity: 1 !important; }
  /* .topforxs {    position: relative;
    bottom: 100px;
}
.bottomforxs {    position: relative;
  top: 106px;} */
  .service .widths {width: 100%;}
  .service .servicebox::after {display: none; }
  .col-12 {
    flex: 0 0 auto;
    width: 100% !important;
}

.service .up {bottom: 40px; }
.service .bottom {bottom: 0px;} 
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333% !important;
}
.service .rows {justify-content: center; }
.chooseUs {     padding: 40px 20px 0 20px;}
.chooseUs .texts {padding: 20px 0; } 
.chooseUs .texts p {text-align: left;}
.planet-container {     margin: 0 auto;}
.ideas {padding: 100px 0 40px;}
.ideas h2 {    font-size: 28px;
  text-align: center;}
  .paddings {  padding: 10px 0 0 0px;}
  .btn2 {
    padding: 5px 17px 5px 20px;}
    .chooseUs .pds {
      padding: 10px;
  }
  .processBox {    width: 47%; }
  .dep-doctor-box {    margin: 5px 0;}

  .serviceSection .servisebox {    width: 79%;}
  .padds {    padding: 0 0 ;}


}