html,
body {
  width: auto !important;
  overflow-x: hidden !important;
}
body {
  font-family: "Poppins", serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.8px;
}#toggle {
    display: none!important;
  }
a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}
/* Main Menu*/
#mainmenu {
  width: 100%;
  padding: 0px;
}
#mainmenu .logo {
  width: 100%
}
.shortlogo {
  display: block;
}
.shortlogomob {
  display: none;
}
#mainmenu .deccanhospitallogo {
  width: 220px;
  display: inline-block;
  padding-left: 20px;
}
.MobileBanner {
  display: none;
}
#mainmenu .icons i {
  margin-right: 10px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: calc(32px - 2px);
  border: 2px solid;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.iconcontent,
.iconcontent a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}i.fa.fa-play.top_ackground {
    font-size: 65px;
    color: #fff;
    margin-left: -28px;
    margin-top: -16px;
}
#mainmenu .align-items-center {
  padding: 0px;
}
.whatsapp-button:hover{transform: translateX(5px);}
.whatsapp-button {
       background-color: #0082A8;
    color: white;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 0px 0px;
    border-radius: 33px 11px 13px 34px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
.whatsapp-button:hover {
    color: #fff;
}
.whatsapp-button img {
    width: 41px !important;
    margin-bottom: 0px !important;
    margin-left: -10px;
}



@media (max-width: 768px) {
  .DesktopBanner,
  .iconcontent,
  .icons {
    display: none;
  }
  .MobileBanner {
    display: block;
  }
  .shortlogo {
    display: none !important;
  }
  .shortlogomob {
    display: inline-block;
  }
  #mainmenu .logo {
    /*width: 45%;*/
}
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
  .menuzord-menu > li > a {
    padding: 30px 9px !important;
  }
  #mainmenu .logo {
    
}
}
/* Large screens ----------- */
@media screen and (min-width: 1400px) and (max-width: 2000px) {
  #mainmenu .logo {
    padding: 10px 0px;
  }
  #mainmenu .deccanhospitallogo {
    width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mainmenu .logo {
    margin-bottom: 20px;
  }
  .DesktopBanner,
  .iconcontent,
  .icons {
    display: block;
  }
}
.contactus {
  background: #8d06db;
  padding: 10px !important;
  color: white !important;
  margin: 35px 10px 35px 25px;
}
header {
  color: #fff;
  padding: 5px 0px 0px;
  font-size: 13px;
  background: #17006b !important;
}
header a {
  color: #fff;
}
.styled-icons {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.styled-icons a {
  color: #fff;
  float: left;
  font-size: 16px;
  width: 30px;
}

.FirstSlide {
  background-image: url(../images/banner/Banner.png);
}
.FirstSlideMob {
  background-image: url(../images/banner/BannerMob.png);
}
.SecondSlide {
  background-image: url(../images/banner/Banner2.png);
}
.SecondSlideMob {
  background-image: url(../images/banner/BannerMob2.png);
}
.ThirdSlide {
  background-image: url(../images/banner/Banner3.png);
}
.ThirdSlideMob {
  background-image: url(../images/banner/BannerMob3.png);
}
.FourthSlide {
  background-image: url(../images/banner/Banner4.png);
}
.FourthSlideMob {
  background-image: url(../images/banner/BannerMob4.png);
}
.FifthSlide {
  background-image: url(../images/banner/Banner5.png);
}
.FifthSlideMob {
  background-image: url(../images/banner/BannerMob5.png);
}
.SixSlide {
  background-image: url(../images/banner/Banner6.jpg);
}
.SixSlideMob {
  background-image: url(../images/banner/BannerMob6.jpg);
}
@media (max-width: 768px) {
  .desctopViews {
    display: none !important;
}
  header {
    font-size: 11px;
  }
  header .col-lg-2 {
    width: 40%;
  }
  header .col-lg-3 {
    width: 60%;
  }
  .styled-icons {
    padding: 9px 0px 0px;
  }
  #mainmenu {
    padding: 10px 0px;
  }

  #mainmenu .deccanhospitallogo {
    width: 165px;
    padding-left: 10px;
  }
}

#MainCarousel .carousel-indicators li {
  background-color: #333;
}
#MainCarousel .DesktopBanner,
#MainCarousel .MobileBanner {
  width: 100%;
  height: 520px;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-caption {
  right: auto;
  text-align: left;
  top: 30% !important;
  color: #333;
  left: 32%;
  width: 100%;
}
.secondbannertext {
  left: 15%;
}
.thirdbannertext {
  left: 35%;
}
.forthbannertext {
  left: 5%;
}
.carousel-caption h3 {
  font-family: "Poppins", serif;
  color: #5da7ff;
  font-size: 48px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
}
.carousel-caption span {
  padding-left: 8%;
  color: #fff;
}
.carousel-caption .btn {
  font-size: 15px;
  width: 210px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  background: #17006b;
  color: #fff;
  padding: 10px 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .carousel-caption {
    bottom: 10% !important;
    left: 5%;
    top: 10% !important;
  }.dropdown-item {
    text-align: left;
    color: #fff !important;
    border-bottom: 1px solid #fff;
}
  .carousel-caption h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px;
    padding-bottom: 0px;
  }
  .carousel-caption .btn {
    display: none;
  }
  #MainCarousel .DesktopBanner,
  #MainCarousel .MobileBanner {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #MainCarousel .MobileBanner {
    display: none;
  }
  #MainCarousel .DesktopBanner {
    background-size: cover;
    height: 320px;
  }
}
.CallBackForm {
  margin: 30px 0px 0px;
  padding: 15px;
  background: #0853a1;
  border-radius: 15px;
}
.CallBackForm h5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 30px;
}
.phonebtn {
  text-align: center;
  height: 40px;
  width: 85%;
  background: #fff;
  padding: 6px;
  color: #17006b;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 20px;
}
.phonebtn a {
  color: #17006b;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.phonebtn img {
  padding: 0px !important;
  margin-right: 5px;
}
.CallBackForm .form-control {
  font-size: 15px;
  height: 40px;
  background-color: #0853a1;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.CallBackForm textarea {
  height: 70px !important;
}
::placeholder {
  color: white !important;
}
::-webkit-input-placeholder {
  color: #a7a9ac;
}
::-moz-placeholder {
  color: #a7a9ac;
}
:-ms-input-placeholder {
  color: #a7a9ac;
}
:-moz-placeholder {
  color: #a7a9ac;
}

#SubmitButton {
  font-size: 16px;
  border: none;
  background: #fff;
  color: #17006b;
  font-weight: 600;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
}
.title {
  position: relative;
  text-align: center;
  display: block;
  margin: 7px 0 0;
}
.decor-left {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 40px;
  height: 5px;
  background: transparent;
}
.title h1,
.title h2 {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 30px 15px;
  color: #0853a0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.title h1 span,
.title h2 span {
  color: #e1940a;
  font-size: 28px;
  font-weight: 600;
}
.decor-right {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 40px;
  height: 5px;
  background: transparent;
}
.decor-left span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #16006a;
  content: "";
  margin: 2px 0;
}
.decor-right span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #16006a;
  content: "";
  margin: 2px 0;
}
@media (max-width: 768px) {
  .title h1,
  .title h2 {
    padding: 0px;
    line-height: 30px;
    display: block;
  }
}

#aboutus {
  background-image: linear-gradient(360deg, #008dd229 19%, #fff 71%);
  padding-bottom: 50px;
}
#aboutus .caption,
#comparison .caption {
  text-align: center;
  color: white;
  padding: 8px;
  background: #0853a1;
  margin: 10px 0px;
  border-radius: 10px;
}
#aboutus img,
#comparison img {
  border-radius: 10px;
  background: #717172;
}
@media (max-width: 768px) {
  #aboutus {
    padding-bottom: 20px;
  }
  .caption {
    margin-bottom: 30px !important;
  }
}

#StripTitle {
  background: #008ed2;
  background: linear-gradient(
    90deg,
    rgba(0, 142, 210, 1) 30%,
    #5da7ff 70%
  );
  padding: 10px 0;
}
#StripTitle h1 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 0;
  margin: 0;
}
@media (max-width: 768px) {
  #StripTitle h1 {
    font-size: 16px;
    line-height: 25px;
  }
}
#Services {
  padding: 35px 0px;
}

#Services .title {
  color: #17006b;
  font-size: 28px;
  padding: 10px 0px 10px;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#Services a {
  text-decoration: none;
  outline: none;
}
#Services .card-flyer {
  border-radius: 5px;
}
#Services .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#Services .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 200px;
}
#Services .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#Services .card-flyer .text-box {
  text-align: center;
}
#Services .card-flyer .text-box .text-container {
  padding: 30px 10px;
  height: 210px!important;
}
#Services .card-flyer {
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}
#Services .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#Services .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #212529;
}
#Services .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 1px;
  color: #0853a0;
}

@media (max-width: 768px) {
  #Services .card-flyer .image-box img {
    height: 250px;
  }
  #Services .card-flyer .image-box {
    box-shadow: none;
  }
  #Services .card-flyer {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #Services .card-flyer .image-box img {
    height: 120px;
  }
  #Services .card-flyer .text-box p {
    display: none;
  }
  #Services .card-flyer .text-box .text-container {
    padding: 20px 10px;
    height: 70px;
  }
  #Services .card-flyer .text-box h6 {
    font-size: 14px;
  }
}

#Counter {
  padding: 70px 0px 70px;
  background-image: url(../images/Background/Services-Bg.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: 65% auto;
}
.pt-counter-info h5 {
  font-size: 32px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
}
.pt-counter-info .pt-counter-prefix {
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
.pt-counter-info p {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}
.counter-img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #Counter {
    margin-top: 0px;
    padding: 50px 0px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #Counter {
    margin-top: -120px;
    padding: 100px 0px 70px;
  }
  .pt-counter-info h5 {
    font-size: 24px;
  }
}
#Robotic_Knee_Replacement {
  padding: 40px 0px;
}
#Robotic_Knee_Replacement .title {
  color: #17006b;
  font-size: 28px;
  padding: 5px 0px 45px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.NavTabs .nav-tabs {
  border-bottom: 0px;
}
.NavTabs .nav-item {
  width: 19%;
}
.NavTabs .nav-tabs .nav-link {
  background: #ffffff;
  color: #5da7ff;
  padding: 10px;
  border: 1px solid #5da7ff;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  flex: 1;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  transition: none;
}
.NavTabs .nav-tabs .nav-link.active {
  background: #5da7ff;
  color: #fff;
  position: relative;
}

.NavTabs .nav-tabs .nav-link:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #ff4b3600;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
  opacity: 0;
  transition: none;
}
.NavTabs .nav-tabs .nav-link.active:after {
  opacity: 1;
  border-top-color: #5da7ff;
}
.NavTabs .nav-tabs .nav-link p {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
  color: #18100f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.NavTabs .nav-tabs .nav-link.active p {
  color: #fff;
}
.NavTabs .nav-tabs .nav-link p span {
  font-size: 10px;
  text-transform: capitalize;
  line-height: 14px;
}

.NavTabs .nav-tabs .nav-item i {
  font-size: 35px;
  line-height: 40px;
}
#nav-tabContent {
  margin-top: 0px;
  /*height: 465px;*/
  padding: 30px 20px;
  background: #80808014;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#whyusfeature h4,
#comparison h4,
#advantages h4,
#AfterSurgery h4 {
  color: #036497;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
#whyroboticsurgery img {
  width: 60%;
}
#whyroboticsurgery ul li {
  line-height: 28px;
}
#whyusfeature .IconImg {
  border: 2px solid #1e8d8b1f;
  border-radius: 12px;
  padding: 25px 10px;
  margin-bottom: 20px;
  height: 180px;
  text-align: center;
}
#whyusfeature img {
  width: 35%;
  margin: auto;
}
#whyusfeature .IconImg p {
  font-size: 13px;
  margin: 0px;
  padding-top: 10px;
  line-height: 20px;
}
#whyusfeature .IconImg:hover {
  border: 2px solid #0854a1;
}
#whyusfeature p span {
  font-weight: 900;
  color: #0854a1;
}
#advantages ul li {
  line-height: 28px;
}
#advantages img {
  width: 85%;
  margin: auto;
}

@media (max-width: 768px) {
  .NavTabs .nav-item {
    width: 40%;
    margin: 2px;
  }
  .NavTabs .nav-tabs .nav-link {
    padding: 15px 10px;
    margin-right: 0px;
    text-transform: capitalize;
  }
  .NavTabs .nav-tabs .nav-item i {
    font-size: 40px;
    line-height: 50px;
  }
  .NavTabs .nav-tabs .nav-link p {
    font-size: 14px;
    text-transform: capitalize;
  }
  .NavTabs .nav-tabs .nav-link:after {
    display: none;
  }
  #nav-tabContent {
    margin-top: 30px;
    height: auto;
  }
  #whyusfeature .col-md-6 {
    width: 50%;
  }
  #whyusfeature .IconImg {
    height: 200px;
  }
  #advantages img {
    width: 100%;
  }
}

#AboutDoctor {
  padding: 80px 0px;
  background-image: url(../images/Background/AboutDoctor-Bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
}
.overlay {
  position: relative;
  z-index: 1;
}
#AboutDoctor .title {
  text-align: left;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#AboutDoctor p {
  color: #fff;
}
.pt-button {
  background: #fff;
  position: relative;
  width: auto;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  text-transform: uppercase;
  line-height: 2;
  vertical-align: middle;
  border: none;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pt-button .pt-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pt-button span {
  z-index: 9;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #AboutDoctor {
    padding: 60px 0px 40px;
  }
  #AboutDoctor {
    background-size: cover;
    background-position: right;
  }
  #AboutDoctor .title {
    font-size: 17px;
  }
}

#Tablecamparison {
  background: #f4f6f9;
  padding: 80px 0px;
  text-align: center;
}
#Tablecamparison .title {
  color: #0853a0;
  font-size: 28px;
  padding: 5px 0px 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#Tablecamparison .sub-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #17006b;
  padding: 4px 8px;
  margin: 0 0 10px;
}
#Tablecamparison .table {
  margin: 0px;
}
#Tablecamparison .table thead {
  background-color: #fff;
  color: #17006b;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
#Tablecamparison .table thead th {
  border-bottom: 1px solid #dee2e6;
}
#Tablecamparison .table thead tr th:nth-child(3) {
  background-color: #5da7ff;
  color: #fff;
  letter-spacing: 1px;
}
#Tablecamparison .table tbody {
  background: #fff;
  border: 1px solid #fff;
  color: #17006b;
  text-align: center;
}
#Tablecamparison .table td,
#Tablecamparison .table tr {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  letter-spacing: 1px;
}
#Tablecamparison .table tbody tr td:nth-child(3) {
  background: #5da7ff;
  color: #fff;
}
@media (max-width: 768px) {
  #Tablecamparison {
    padding: 80px 0px 50px;
    text-align: center;
  }
  #Tablecamparison .title {
    font-size: 24px;
  }
}
#OurServices {
  padding: 80px 0px;
  background-color: #232c3e;
}
#OurServices .title {
  text-align: left;
  color: #fff;
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#OurServices .sub-title {
  font-size: 18px;
  color: #18b0ff;
}
.listspacing {
  padding-top: 80px;
}
#OurServices p {
  color: #fff;
}
.ServiceList {
  list-style: none;
}
.ServiceList li {
  color: #fff;
  position: relative;
  font-weight: 500;
  line-height: 2.15;
  margin-left: 32px;
  font-size: 14px;
}
.ServiceList li:before {
  position: absolute;
  left: -3em;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  content: "\2b";
  font-family: "FontAwesome";
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid;
  text-align: center;
  top: 5px;
}
#OurServices iframe {
    margin-top: 25%;
    width: 100%;
    height: 310px;
}
@media (max-width: 768px) {
  #OurServices {
    padding: 60px 0px;
    background-color: #232c3e;
  }
  #OurServices .title {
    font-size: 30px;
    line-height: 40px;
  }
  #OurServices .pt-button {
    margin-bottom: 40px;
  }
  .listspacing {
    padding-top: 0px;
    margin: 0px;
    margin-left: 70px;
  }
  #OurServices iframe {
    margin-top: 10%;
  }
}
#SurgeryCost{
  padding: 50px 0px;
}
#SurgeryCost h3, #SurgeryCost h2  {
    text-align: left;
    color: #0853a0;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#SurgeryCost h2  {
  font-size: 20px;
  text-align: center;
  margin:15px 0px;
}
#SurgeryCost p{
  margin-bottom:5px;
}
#SurgeryCost .fa-circle{
  color:#0853a0;
}
.CostBase {
    list-style: none;
    padding: 0px;
    text-align: center;
}
.CostBase li {
    display: inline-block;
    padding: 10px 25px;
    font-size: 17px;
}
@media (max-width: 768px) {
  .CostBase li {
    padding: 0px;
  }
}
#NewsArticle {
  text-align: center;
  padding: 80px 0px;
  background-color: #f4f6f9;
}
#NewsArticle .title {
  color: #0853a0;
  font-size: 28px!important;
  padding: 5px 0px 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#NewsArticle .sub-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #17006b;
  padding: 4px 8px;
  margin: 0 0 10px;
}
.blogger_content {
  position: absolute;
  background: #3333338a;
  left: 15px;
  right: 15px;
  bottom: 0;
  text-align: left;
  z-index: 101;
  padding: 1em;
}
.post_meta a {
  font-size: 14px;
  color: #21cdc8;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 0.4em;
}
.entry-title {
  padding-right: 3.6em;
  position: relative;
}
.entry-title a {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  margin-top: 0.35em;
  text-decoration: none;
  text-transform: none;
}
.entry-title a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 0.9em;
  width: 1.889em;
  height: 1.889em;
  line-height: calc(1.889em - 4px);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid;
  text-align: center;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#NewsArticle .pt-button{
  background: #0853a1;
  color: #fff;
}
@media (max-width: 768px) {
  #NewsArticle {
    padding: 60px 0px;
  }
  #NewsArticle .title {
    font-size: 22px;
  }
  #NewsArticle img {
    margin-bottom: 20px;
  }
  .blogger_content {
    padding: 10px 2em;
    margin-bottom: 20px;
  }
  .entry-title {
    padding-right: 1.6em;
  }
}
#Testimonials {
  text-align: center;
  padding: 22px 0px;
  background-image: url(../images/Background/Services-Bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 65% auto;
}
#Testimonials .title {
  color: #fff;
  font-size: 28px!important;
  padding: 5px 0px 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#Testimonials p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
#Testimonials .TestimonialName {
  font-size: 14px;
  line-height: 20px;
  padding-top: 30px;
  margin-bottom: 0px;
  font-style: italic;
}
#Testimonials .owl-dots {
  margin-top: 25px;
}
#Testimonials .owl-dot {
  background: #333;
  color: inherit;
  border: 2px solid white;
  padding: 3px !important;
  border-radius: 50%;
  margin: 5px;
}
#AskQuestion {
  text-align: center;
  padding: 80px 0px 50px;
  background-color: #fff;
}
@media (max-width: 768px) {
  #Testimonials {
    padding: 60px 0px;
  }
  #Testimonials .title {
    font-size: 24px;
  }
  .services-gallery .owl-carousel {
    padding: 0px;
    list-style: none;
  }
}

#AskQuestion .title {
  color: #0853a0;
  font-size: 28px;
  padding: 5px 0px 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#AskQuestion .sub-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #17006b;
  padding: 4px 8px;
  margin: 0 0 10px;
}
#AskQuestion .accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}
#AskQuestion .accordion .card-header.collapsed:after {
  content: "\f067";
}
#AskQuestion .card {
  border: 0px !important;
}

#AskQuestion a {
  color: #000;
}
@media (max-width: 768px) {
  #AskQuestion .title {
    font-size: 24px;
  }
}

#footer {
  padding: 30px 62px 0px;
  background: #5da7ff;
}
#footer .logo {
  height: 110px;
  margin-bottom: 20px;
}
#footer .deccanhospitallogo {
  width: 170px;
}
#footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.links ul {
  list-style: none;
  padding: 0px;
}
.links ul li {
  width: 100%;
  display: inline-block;
  padding: 5px 0px;
}
#footer iframe {
  width: 100%;
  height: 250px;
}
.footer_link:hover{transform: translateX(5px);
    transform: translateX(10px) !important;
    color: #19b0dac9 !important;
    font-weight: bold;}
#footer a,
.links ul li a {
  font-size: 14px;
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #0084a9;
  padding: 5px 0px;
  margin-top: 30px;
  background: #0084a9;
}
.footer-bottom p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
.footer-bottom a {
  font-size: 12px !important;
  text-decoration: none;
  color: #333;
}
.call_us {
  display: none;
}
.fixedsection {
  text-align: right;
  display: inline-grid;
  position: fixed;
  z-index: 999999;
  border-radius: 0;
  bottom: 8%;
  right: 0px;
  color: #fff;
  padding: 8px;
}

.fixedsection img {
  width: 50px;
  margin-bottom: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #footer {
    padding: 30px 0px 0px!important;
    background: #5da7ff;
}
  .fixedsection {
    display: none;
  }
  .booknow {
    background: orange;
    border-top-left-radius: 10px;
  }
  .chat {
    background: green;
    border-top-right-radius: 10px;
  }
  .call_us {
    width: 100%;
    display: block;
    font-weight: 600;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #0853a1;
    text-decoration: none;
  }
  .base2,
  .base3 {
    font-size: 13px;
    display: inline-block;
    height: 45px;
    color: #fff !important;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 177px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 0px;
    text-decoration: none;
  }
}
@media only screen and (min-width: 375px) {
  .base2,
  .base3 {
    width: 49%;
  }
}

#page404 {
  padding: 15% 0px 5%;
  text-align: center;
}
#page404 h1 {
  font-size: 28px;
  font-weight: 600;
  color: #17006b;
  padding: 10px 0px;
}
#page404 img {
  padding-bottom: 2%;
}
#page404 .logo {
  width: 120px;
}
#page404 .deccanhospitallogo {
  width: 180px;
}
#page404 p {
  margin: 0px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #page404 {
    padding: 40% 0px 10%;
  }
  #page404 img {
    padding: 2% 0px 8%;
  }
}
#pagebackground .innerbanner {
  width: 100%;
  height: 256px;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#pagebackground .carousel-caption {
    bottom: 72px;
    left: 10px;
    top: auto !important;
    text-align: center;
}
#pagebackground h1, #pagebackground h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
#innerbody {
  padding: 50px 0px;
}
#innerbody h2 {
  color: #036497;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
#innerbody .title {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
#innerbody iframe, #NewsArticle iframe {
  width: 100%;
  height: 315px;
}
.download {
  width: 5%;
}
.acltype {
  list-style: none;
  padding-left: 20px;
}
#innerbody .caption h2 {
  color: white;
}
#innerbody .caption p {
  margin: 0px;
}
#innerbody .caption {
  font-size: 12px;
  text-align: center;
  color: white;
  padding: 10px;
  background: #0853a1;
  margin: 10px 0px;
  border-radius: 10px;
}
#innerbody #AboutDoctor {
  padding: 50px 0px;
}
#innerbody #AboutDoctor h2 {
  color: #fff;
}
#innerbody #AboutDoctor ul li {
  line-height: 28px;
  color: #fff;
}

#innerbody h5 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  #innerbody {
    padding: 15px 0px;
  }
  #pagebackground .carousel-caption {
    left: 5%;
  }
  #pagebackground h2 {
    font-size: 22px;
  }
  .download {
    width: 10%;
  }
}
.captcha {
  margin: 5px 0px;
  display: inline;
}
#captcha_input {
  width: 87%;
  display: inline;
  margin: 5px 0px;
}
#captcha_error {
  color: #fff;
  display: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  #captcha_input {
    width: 80%;
    display: inline;
    margin: 5px 0px;
  }
}

#toggle {
  float: right;
  position: absolute;
  right: 15px;
  top: 22px;
  text-align: center;
  cursor: pointer;
  padding: 10px 8px 5px;
  background: #ffffff;
  border-radius: 5px;
}
#toggle i {
  color: #0854a1;
}
#toggle_close {
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 15px;
  font-size: 25px;
  color: #fff;
  padding: 8px 12px;
  background: #008dd1;
  cursor: pointer;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px !important;
  width: 370px;
  right: -500px;
  background-color: #ffffff;
  z-index: 1000;
  text-align: center;
  padding: 1% 15px 0px;
}
#sidebar img {
  margin: 15px 5px;
  /*height: 80px;*/
  width: 80px;
}p {
    font-family: sans-serif!important;
    font-size: 16px!important;
}

nav {
  position: relative;
  width: 100%;
  
}a.nav-link:hover {
  font-weight: bold;
  }
a.nav-link {
    font-size: 18px;
    margin: 2px 15px;
    color: #003974;
    font-weight: 500;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  /* Sub Menu */
}
nav ul li a {
  text-align: left;
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right;
}
nav ul li ul li a {
  border-left: 4px solid transparent;
  padding: 10px 20px;
}
.companyaddress {
  text-align: left;
  font-size: 14px;
}
.socialIcons ul {
  padding: 0px;
  text-align: left;
}
.socialIcons li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.socialIcons a {
  color: #333;
  float: left;
  font-size: 16px;
  width: 25px;
}

@media (max-width: 768px) {
  #toggle {
    display: block!important;
  }
  #toggle_close {
    margin-bottom: 10%;
    position: initial;
    width: 45px;
  }
  #sidebar img {
    width: 95px;
    height: 95px;
  }
  nav {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .companyaddress a {
    color: #212529;
  }
  .socialIcons a {
    font-size: 20px;
    width: 30px;
  }
}

.ContactBtn {
  margin: 30px 0px;
}
.ContactBtn a {
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #17006b;
  border-radius: 10px;
  background: #17006b;
  color: white;
  letter-spacing: 1px;
}

#EnquiryBox {
  text-align: left;
  padding: 20px;
  background: #fff;
  border: 1px solid #0853a1;
  box-shadow: -1px 1px 6px 4px rgb(189 172 172 / 33%);
}
#EnquiryBox .btn {
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: #0853a1;
  border-radius: 0.25rem;
  outline: none;
}
.ContactTitle {
  font-size: 1rem;
  font-weight: 600;
}
#GoogleMap {
  width: 100%;
  height: 350px;
}
#EnquiryBox .form-control::placeholder {
  font-size: 14px;
  color: #000000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #GoogleMap {
    margin-top: 40px;
  }
}
