* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Conv_ITCAvantGardeStdBk";
  src: url("../fonts/ITCAvantGardeStdBk.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeStdBk.woff") format("woff"),
    url("../fonts/ITCAvantGardeStdBk.ttf") format("truetype"),
    url("../fonts/ITCAvantGardeStdBk.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_ITCAvantGardeStdBold";
  src: url("../fonts/ITCAvantGardeStdBold.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeStdBold.woff") format("woff"),
    url("../fonts/ITCAvantGardeStdBold.ttf") format("truetype"),
    url("../fonts/ITCAvantGardeStdBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_ITCAvantGardeStdMd";
  src: url("../fonts/ITCAvantGardeStdMd.eot");
  src: local("☺"), url("../fonts/ITCAvantGardeStdMd.woff") format("woff"),
    url("../fonts/ITCAvantGardeStdMd.ttf") format("truetype"),
    url("../fonts/ITCAvantGardeStdMd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

b,
strong {
  font-family: "Conv_ITCAvantGardeStdMd", Sans-Serif;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Conv_ITCAvantGardeStdBk", Sans-Serif;
  /* font-size: 15px; */
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
}

/*  Header Start  */
header {
  padding: 10px 80px;
  margin: 0;
}

header .logoicn {
  width: 70px;
}

header.hdrdark {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation: 1s ease-out 0s 1 slideInFromUp;
}
@keyframes slideInFromUp {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
header.hdrnobg {
  background: none;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(5, 5, 5, 0.2);
}
.fixed {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation: 1s ease-out 0s 1 slideInFromUp;
}
@keyframes slideInFromUp {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.fixed .logoicn {
  width: 60px;
}
.hdrtop {
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
}
.hdrtop a {
  color: #fff;
}
.hdrtop a:hover {
  color: #000;
  text-decoration: none;
}

.fixed .hdrtop {
  padding: 0;
}

header .logoscroll {
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header.fixed {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99;
}
header.fixed .logoscroll {
  display: inline-block;
  width: 70px;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* header.fixed .logoicn {
  display: none;
} */

header .hrdTop {
  font-size: 18px;
  margin: 0;
  text-align: right;
}
header .hrdTop img {
  margin-right: 6px;
}
header .hrdTop a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}
header .hrdTop a:hover {
  color: #dd7054;
}

.navbar {
  padding: 0;
}

header.hdrdark .hdrtop,
header.hdrdark .hdrtop a {
  color: #000;
}

header.hdrdark .hdrtop a:hover {
  color: #dd7054;
}

/************************** Start Home Page *******************************/

.cstmcptin {
  top: 22%;
  color: #000;
  right: 5%;
  left: auto;
  line-height: 1.4;
  text-align: center;
}
.cstmcptin .bnrHD {
  font-size: 4rem;
  /* line-height: 1; */
}
.cstmcptin p {
  font-size: 2rem;
  /* line-height: 1.1; */
}
.cstmcptin p span {
  font-size: 1.4rem;
  display: block;
}

.btnTopAppontmnt {
  padding: 5px 18px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  /* font-family: "Conv_ITCAvantGardeStdMd", sans-serif; */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-decoration: none;
  background: #eaa996;
  background: -moz-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: -webkit-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: linear-gradient(to right, #eaa996 0%, #dd7054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=1 );
}
.btnTopAppontmnt:hover {
  color: #fff;
  text-decoration: none;
  background: #dd7054;
  background: -moz-linear-gradient(left, #dd7054 0%, #eaa996 100%);
  background: -webkit-linear-gradient(left, #dd7054 0%, #eaa996 100%);
  background: linear-gradient(to right, #dd7054 0%, #eaa996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7054', endColorstr='#eaa996',GradientType=1 );
}

.cstmcptin .btn-play {
  margin: 30px -33px 0 0;
  right: 0;
  bottom: 0;
  width: 75px;
  position: absolute;
  background: #a05f56;
  border: #a05f56 solid 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.cstmcptin .btn-play:hover {
  background: #eaa996;
  border-color: #df9d8a;
}
.cstmcptin .btn-play .banner-play-btn-inner {
  color: #fff;
  display: block;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  height: 75px;
  line-height: 75px;
  position: relative;
  z-index: 9;
}
.cstmcptin .btn-play .banner-play-btn-inner .icon {
  margin-right: -5px;
}

.banner-play-btn .btn-play i {
  color: #45c0ae;
}
.banner-play-btn .btn-play i::before {
  line-height: 1;
}
.banner-play-btn .btn-play .icon {
  margin-left: 15px;
  margin-top: 1px;
}
.btn-play:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.btn-play:after,
.btn-play:before {
  content: "";
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s videomodule-anim linear infinite;
  animation: 1s videomodule-anim linear infinite;
  z-index: -1;
}
.btn-play:after {
  content: "";
  border: 1px solid;
  border-color: inherit;
  width: 190%;
  height: 190%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: -45%;
  top: -45%;
  opacity: 1;
  -webkit-animation: 1s videomodule-anim linear infinite;
  animation: 1s videomodule-anim linear infinite;
}
@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.hmCertification {
  width: 100%;
  padding: 30px 100px 26px;
}

.hmServiceBlock {
  padding: 0;
}
.hmServiceBlock .servCatBox {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9rem;
  color: #fff;
}
.hmServiceBlock .servCatBox .scaption {
  width: 100%;
  padding: 20px 30px;
  position: absolute;
  z-index: 9;
  bottom: -150px;
  transition: all 0.5s;
}
.hmServiceBlock .servCatBox:hover .scaption {
  bottom: 50px;
}
.hmServiceBlock .servCatBox:hover .scaption p {
  opacity: 1;
}
.hmServiceBlock .servCatBox img {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hmServiceBlock .servCatBox .scaption .srvName {
  font-size: 1.6rem;
  margin: 0 0 1.2rem;
  color: #fff;
  line-height: 1.1;
  /* text-transform: uppercase; */
  font-weight: 600;
}
.hmServiceBlock .servCatBox .scaption p {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0;
}
.hmServiceBlock .servCatBox .scaption p a {
  color: #fff;
  padding-bottom: 5px;
  text-decoration: none;
  display: inline-block;
  border-bottom: #fff solid 1px;
}

.hmServiceBlock .servCatBox:hover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hmServiceBlock .servCatBox:hover img {
  -ms-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hmaboutDr {
  padding: 30px 0;
  margin: 0;
  font-size: 1.1rem;
}
.hmaboutDr .abtHdnTwo {
  font-size: 2rem;
}
.hmaboutDr .abtSubHd {
  font-size: 1.5rem;
}
.hmaboutDr .hdnhOne {
  font-size: 2.4rem;
}
.hmaboutDr .awardtxtHD {
  font-size: 1.9rem;
  margin: 3rem 0 2rem;
  font-weight: bold;
}
.hmaboutDr p {
  font-size: 1.1rem;
}
.hmaboutDr .awardCntnt img {
  width: 120px;
  margin-bottom: 10px;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hmaboutDr .awardCntnt img:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hmaboutDr .awardCntnt p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.hmaboutDr strong {
  font-weight: bold;
}
.hmaboutDr ol {
  padding: 0 0 0 20px;
}
.hmaboutDr ul {
  padding: 0;
  list-style: none;
}

.hmaboutDr ul li {
  padding: 8px 0 5px 24px;
  position: relative;
  line-height: 1.4;
}
.hmaboutDr ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 18px;
  background: #cb5b4d;
}

.gwRecordBrdr {
  border-right: #585858 solid 2px;
  margin-right: 2rem;
}
.gwRecordBrdr img {
  margin-right: 30px;
}
.gwRecordCntnt {
  padding-left: 1rem;
}
.readMore {
  padding: 9px 28px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  background: #eaa996;
  background: -moz-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: -webkit-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: linear-gradient(to right, #eaa996 0%, #dd7054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=1 );
}
.readMore:hover {
  color: #fff;
  text-decoration: none;
  background: #dd7054;
  background: -moz-linear-gradient(left, #dd7054 0%, #eaa996 100%);
  background: -webkit-linear-gradient(left, #dd7054 0%, #eaa996 100%);
  background: linear-gradient(to right, #dd7054 0%, #eaa996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7054', endColorstr='#eaa996',GradientType=1 );
}

.whyPatientChoose {
  background: #e2e0df;
  padding: 30px 30px;
  overflow-x: hidden;
}
.whyPatientChoose .whyPicBx {
  position: relative;
}
.whyPatientChoose .whyContent {
  background: #fff;
  padding: 50px 80px;
  font-size: 1.1rem;
  width: 110%;
  margin-left: -10%;
  box-shadow: rgb(97 97 97) 0px 9px 20px;
  position: relative;
}
.whyPatientChoose .whyContent ul {
  margin: 0;
  padding: 0 0 0 27px;
  height: 690px;
  overflow: auto;
}
.whyPatientChoose .whyContentHght ul {
  height: 350px;
}

.whyPatientChoose .whyContent ul::-webkit-scrollbar-track,
.pprPblctnTabCntnt .tab-pane.active::-webkit-scrollbar-track,
.sctnTestimonials .testItem p::-webkit-scrollbar-track,
.asFacultyMain .facultyContnt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #ddd;
}
.whyPatientChoose .whyContent ul::-webkit-scrollbar,
.pprPblctnTabCntnt .tab-pane.active::-webkit-scrollbar,
.sctnTestimonials .testItem p::-webkit-scrollbar,
.asFacultyMain .facultyContnt::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
.whyPatientChoose .whyContent ul::-webkit-scrollbar-thumb,
.pprPblctnTabCntnt .tab-pane.active::-webkit-scrollbar-thumb,
.sctnTestimonials .testItem p::-webkit-scrollbar-thumb,
.asFacultyMain .facultyContnt::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #eaa996;
  background: -moz-linear-gradient(top, #eaa996 0%, #dd7054 100%);
  background: -webkit-linear-gradient(top, #eaa996 0%, #dd7054 100%);
  background: linear-gradient(to bottom, #eaa996 0%, #dd7054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=0 );
}

.whyPatientChoose .whyContent ul li {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
.whyPatientChoose .whyContent ul li:last-child {
  margin-bottom: 0;
}
.whyPatientChoose .whyContent ul li::marker {
  color: #cb5b4d;
  font-size: 2rem;
  line-height: 1.6;
}
.whyPatientChoose .whyPatientDrCntnt {
  position: absolute;
  padding: 5rem;
  padding-left: 17rem;
}
.whyPatientChoose .whyContent .whyHD {
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 1.4;
  padding-bottom: 10px;
  text-align: center;
}
.whyPatientChoose .whyContent .whyHD strong {
  display: block;
  text-transform: none;
  font-size: 2.6rem;
  font-family: "Conv_ITCAvantGardeStdMd", Sans-Serif;
  font-weight: bold;
}
.whyPatientChoose .whyPatientDrCntnt p {
  font-size: 1.02rem;
  line-height: 1.4;
  margin-top: 50%;
  /* margin-top: 15.6rem; */
  padding-left: 9rem;
}

.ourServiceBx {
  padding: 40px 0 60px;
}
.ourServiceBx .sctnHeading {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
.hmaboutDr .abtHdnTwo span,
.ourServiceBx .sctnHeading span,
.educationMain .sctnHeading span,
.asFacultyMain .hsptlHD span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
}

.hmaboutDr .abtHdnTwo span::after,
.ourServiceBx .sctnHeading span::after,
.educationMain .sctnHeading span::after,
.asFacultyMain .hsptlHD span::after,
.hmaboutDr .abtHdnTwo span::before,
.ourServiceBx .sctnHeading span::before,
.educationMain .sctnHeading span::before,
.asFacultyMain .hsptlHD span::before {
  content: "";
  position: absolute;
  top: 49%;
  width: 32px;
  height: 2px;
  background: #dd7054;
}
.hmaboutDr .abtHdnTwo span::after,
.ourServiceBx .sctnHeading span::after,
.educationMain .sctnHeading span::after,
.asFacultyMain .hsptlHD span::after {
  right: 0;
}
.hmaboutDr .abtHdnTwo span::before,
.ourServiceBx .sctnHeading span::before,
.educationMain .sctnHeading span::before,
.asFacultyMain .hsptlHD span::before {
  left: 0;
}

.ourServiceBx .serviceCateBx {
  text-align: center;
  background: #fff;
  padding: 24px 15px 10px 15px;
  position: relative;
  margin: 1rem;
  box-shadow: 16px 17px 24px 2px rgba(2, 2, 2, 0.28);
  border-bottom: #cb5b4d solid 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ourServiceBx .serviceCateBx:hover {
  background: #ffecea;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ourServiceBx .serviceCateBx a {
  text-decoration: none;
  /* color: #5a5959; */
  display: block;
}
.ourServiceBx .serviceCateBx img {
  margin: 1.5rem 0;
  width: 140px;
}
.ourServiceBx .serviceCateBx .servCatHd {
  /* font-family: "Conv_ITCAvantGardeStdBold", Sans-Serif; */
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.nanavatiHospital {
  padding: 5rem 2rem;
  background: url(../images/hospital.jpg) no-repeat;
  background-size: cover;
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: "Conv_ITCAvantGardeStdMd", Sans-Serif;
  margin-bottom: 1rem;
}
.nanavatiHospital .hsptlHD {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
}
.nanavatiHospital .hsptlHD span {
  border-bottom: #333 solid 1px;
  padding-bottom: 0.9rem;
}
/* .nanavatiHospital .contnt {
text-align: right;
} */
.nanavatiHospital .contnt p {
  margin-bottom: 2rem;
}

.bookAppointment {
  padding: 60px;
  position: relative;
  z-index: 1;
  background: #fff2f0;
}
.bookAppointment .formSpace {
  padding: 0 0 0 40px;
}
.bookAppointment .appointmntHD {
  font-size: 2.6rem;
}
.bookAppointment::after {
  content: "";
  width: 750px;
  height: 100%;
  top: 0;
  left: -3%;
  background: url(../images/cercle-pic.png) bottom left no-repeat;
  position: absolute;
  z-index: -1;
}
.bookAppointment .apntmntFrmBrdr {
  border-right: #333 solid 1px;
}
.bookAppointment .followtxtHD {
  font-size: 3rem;
  margin: 6rem 0;
  line-height: 1.2;
  font-family: "Conv_ITCAvantGardeStdMd", Sans-Serif;
}
.bookAppointment .keeptouchHD {
  font-size: 2.1rem;
}
.bookAppointment .formBox {
  margin-top: 3rem;
}

.bookAppointment .appointmentSocial {
  font-size: 3rem;
}
.bookAppointment .appointmentSocial a {
  color: #000;
}
.bookAppointment .appointmentSocial i {
  margin: 0 16px;
}
.bookAppointment .appointmentSocial a:first-child i {
  margin-left: 0;
}
.bookAppointment .appointmentSocial a:last-child i {
  margin-right: 0;
}

.bookAppointment .appointmentSocial a:hover i.fa-youtube-play {
  color: #ff2d3a;
}
.bookAppointment .appointmentSocial a:hover i.fa-facebook {
  color: #3a4fa8;
}
.bookAppointment .appointmentSocial a:hover i.fa-linkedin {
  color: #0678b6;
}
.bookAppointment .appointmentSocial a:hover i.fa-instagram {
  color: #df488d;
}

.bookAppointment .formBox .infld,
.contactUsFrm .formBox .infld {
  width: 100%;
  background: none;
  border: none;
  border-bottom: #333 solid 2px;
  padding: 6px 4px;
  color: #000;
  font-size: 17px;
  margin-bottom: 15px;
}
.bookAppointment .formBox .infld::placeholder,
.contactUsFrm .formBox .infld::placeholder {
  color: #000;
}

.bookAppointment .formBox .infld:focus,
.contactUsFrm .formBox .infld:focus {
  outline: none;
  border-color: #dd7357;
}
.bookAppointment .formBox .error,
.contactUsFrm .formBox .error {
  border-color: #f00;
  color: #f00;
}
label.error {
  font-size: 14px;
}
.bookAppointment .formBox .btnSubmit,
.contactUsFrm .btnSubmit {
  padding: 8px 40px;
  color: #fff;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  background: #eaa996;
  background: -moz-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: -webkit-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: linear-gradient(to right, #eaa996 0%, #dd7054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=1 );
}
.bookAppointment .formBox .btnSubmit:hover,
.contactUsFrm .btnSubmit:hover {
  color: #000;
  text-decoration: none;
  background: #dd7054;
  background: -moz-linear-gradient(left, #dd7054 0%, #eaa996 100%);
  background: -webkit-linear-gradient(left, #dd7054 0%, #eaa996 100%);
  background: linear-gradient(to right, #dd7054 0%, #eaa996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7054', endColorstr='#eaa996',GradientType=1 );
}

/* Start New For Landing page */
.hmServiceBlockNew {
  padding: 2rem 4rem;
}
.infldNew {
  padding: 6px 12px;
  width: 100%;
  font-size: 15px;
  border: #ccc solid 1px;
  border-radius: 4px;
  margin: 10px 0;
}

.newbtnSubmit {
  background: #dd7257;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  border: none;
}
.newbtnSubmit:hover {
  background: #000;
  color: #fff;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 70px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 99;
  background-color: #f4bcad;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.7;
}
#scroll:hover {
  background-color: #000;
  color: #fff;
}
#scroll span {
  position: absolute;
  top: 40%;
  left: 40%;
  margin-left: -4px;
  margin-top: -9px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
.contHdng {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.bnrContainer {
  padding: 4% 5%;
  position: absolute;
  z-index: 1;
  top: 0;
}
.bnrContainer .frmHd {
  font-size: 1.6rem;
  font-weight: bold;
  color: #dd7257;
}
.bnrContainer .AdBnrTxt {
  font-size: 2.4rem;

  font-weight: bold;
}
.bnrContainer .brdr {
  margin: 2% 25%;
  border-top: #fff solid 3px;
  display: block;
}
.bnrConttwo {
  padding: 0 5%;
  position: relative;
  background: #ffd5d0;
}
/* End New For Landing page */

.sctnTestimonials {
  padding: 30px 60px;
}
.sctnTestimonials .tsmnlRvwHd {
  font-size: 2rem;
}
.sctnTestimonials .tstmnlHD {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}

.sctnTestimonials .testItem {
  font-family: "Conv_ITCAvantGardeStdMd", Sans-Serif;
  text-align: center;
  padding: 30px;
  margin: 1.6rem 3rem;
  background: #fff;
  box-shadow: rgb(189 189 189) 0px 13px 22px 1px;
  border-bottom: transparent solid 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.custmTstmnal {
  margin-bottom: 4rem;
}
.sctnTestimonials .custmTstmnal .prevbtn {
  top: 50%;
  margin-top: -12px;
  left: -20px;
  width: 25px;
  height: 25px;
  background: #cb5b4d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sctnTestimonials .custmTstmnal .prevbtn.nextbtn {
  left: auto;
  right: -20px;
}
.sctnTestimonials .custmTstmnal .prevbtn .carousel-control-prev-icon,
.sctnTestimonials .custmTstmnal .nextbtn .carousel-control-next-icon {
  background-size: 60%;
}
.sctnTestimonials .testItem .cname {
  font-size: 13px;
  margin-left: -30px;
  color: #fff;
  padding: 5px 8px;
  background: #e69984;
}
.sctnTestimonials .testItem .uname {
  font-size: 1.4rem;
}
.sctnTestimonials .testItem p {
  text-align: center;
  height: 130px;
  overflow: auto;
  margin: 25px 0;
}

/* .sctnTestimonials .testItem p::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px;
background-color: #ddd;
}
.sctnTestimonials .testItem p::-webkit-scrollbar {
width: 8px;
background-color: #f5f5f5;
}
.sctnTestimonials .testItem p::-webkit-scrollbar-thumb {
border-radius: 6px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #cb5b4d;
} */

.sctnTestimonials .testItem .quoteIcon {
  margin-top: -30px;
  width: 60px;
  opacity: 0.4;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(resources.svg#desaturate);
  filter: grayscale(100%);
}
.sctnTestimonials .testItem .tpic {
  width: 80px;
  text-align: center;
  height: 80px;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 80px;
  color: #fff;
  background: #cb5b4d;
  border: #fff solid 1px;
  margin: 20px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
.sctnTestimonials .testItem .tpic::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 85px;
  height: 85px;
  border: #cb5b4d solid 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sctnTestimonials .testItem .tpic img {
  width: 38px;
}
.sctnTestimonials .testItem:hover,
.sctnTestimonials .tstmnlTab.active {
  box-shadow: #9e9e9e 0px 13px 22px 1px;
  border-bottom: #cb5b4d solid 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.061);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.sctnTestimonials .testItem:hover .cname {
  background: #cb5b4d;
}
.sctnTestimonials .testItem:hover .quoteIcon {
  filter: none;
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
  opacity: 1;
}
.sctnTestimonials .custmTstmnal .tstmnlCrcl {
  bottom: -55px;
}
.sctnTestimonials .custmTstmnal .tstmnlCrcl button {
  background: #c4c2c2;
  border: none;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sctnTestimonials .custmTstmnal .tstmnlCrcl button.active {
  background: #cb5b4d;
  width: 38px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sctnTestimonials .opinion {
  font-size: 0.8rem;
  text-align: center;
}
.tstmnlPage {
  padding: 0 15px;
}

.custoPop .modal-header {
  padding: 0.5rem 1rem;
}
.custoPop .modal-title {
  font-size: 1.1rem;
}
footer {
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  background: #000;
  text-align: center;
}

.txtCprgt {
  padding: 5px 0;
  font-size: 14px;
  color: #cb5b4d;
}
/************************** End Home Page *******************************/

/************************** Start About Doctor Page *******************************/
.aboutBanr .cstmcptin .bnrHD,
.aboutBanr .cstmcptin p {
  line-height: 1.5;
}
.aboutBanr .cstmcptin p span {
  font-size: 1.4rem;
}
.aboutBanr .cstmcptin {
  top: 25%;
}
.awardAchvmntSctn {
  height: 720px;
  overflow: visible;
}
.specialIntrestMain {
  padding: 20px 40px 30px;
}
.specialIntrestMain .specialIntrest a {
  text-decoration: none;
  color: #000;
}

.specialIntrestMain .specialIntrest img {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.specialIntrestMain .specialIntrest:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.specialIntrestMain .specialIntrest a:hover {
  color: #dd7054;
}
.specialIntrestMain .specialIntrest p {
  text-align: center;
  padding-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.educationMain {
  padding: 20px 40px;
}

.educationMain .sctnHeading {
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
.educationMain ul {
  color: #dd7054;
}
.educationMain ul li {
  color: #000;
  font-size: 1.4rem;
  padding: 10px 0;
}
.educationMain ul li::marker {
  line-height: 1;
  font-size: 2rem;
  color: #dd7054;
}
.educationMain ul li strong {
  display: block;
}
.asFacultyMain {
  padding: 40px 70px;
  background: #fff2f0;
}
.asFacultyMain .hsptlHD {
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
}
.asFacultyMain .facultyContnt {
  padding: 0 2rem;
  font-size: 1.1rem;
  background: #fff;
  max-height: 500px;
  overflow: auto;
}
.asFacultyMain a {
  color: #dd7054;
  display: inline-block;
  text-decoration: none;
}
.asFacultyMain a:hover {
  color: #000;
}

/* .asFacultyMain .facultyContnt::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 6px;
background-color: #ddd;
}
.asFacultyMain .facultyContnt::-webkit-scrollbar {
width: 8px;
background-color: #f5f5f5;
}
.asFacultyMain .facultyContnt::-webkit-scrollbar-thumb {
border-radius: 6px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #cb5b4d;
} */

.asFacultyMain .facultyContnt ul li {
  margin: 0.7rem 0;
}
.asFacultyMain .facultyContnt ul li::marker {
  line-height: 1;
  font-size: 1.8rem;
  color: #dd7054;
}
.pprPblctnMain {
  padding: 50px 60px;
  background: #e2e0df;
}
.pprPblctnMain .pprPblctnTabCntnt {
  padding: 3rem;
  background: #fff;
  font-size: 1.1rem;
}
.pprPblctnTabCntnt .tab-pane.active {
  max-height: 350px;
  overflow: auto;
  font-size: 1.1rem;
}
.pprPblctnTabCntnt .tab-pane ul {
  padding-left: 18px;
}
.pprPblctnTabCntnt .tab-pane ul li {
  margin: 0.7rem 0;
  padding: 0 0 0 20px;
}
.pprPblctnTabCntnt .tab-pane ul li::marker {
  content: "\f0f6";
  font-family: FontAwesome;
  color: #dd7054;
}
.pprPblctnMain .nav-item {
  font-size: 1.8rem;
}
.pprPblctnMain .nav-item button {
  padding: 0.8rem 2rem;
  color: #000;
  border: none;
}
.whatExpect {
  padding: 5rem 2rem;
  background: url(../images/expect-during-bg.jpg) no-repeat;
  background-size: 100%;
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: "Conv_ITCAvantGardeStdMd", Sans-Serif;
  margin-bottom: 1rem;
}
.whatExpect .contnt {
  text-align: left;
  padding-right: 4rem;
}
.whatExpect .contnt p {
  margin-bottom: 1.5rem;
}
.whatExpect .contnt .hsptlHD {
  line-height: 1.3;
}
.whatExpect ul {
  margin: 0 0 2.5rem;
}
.whatExpect ul li::marker {
  color: #dd7054;
  font-size: 1.4rem;
}
.gwRecordHd {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 1.5rem;
}
/************************** End About Doctor Page *******************************/

/************************** Start Service Page *******************************/

.srviceBnr {
  padding: 5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 1.1rem;
}
.srviceBnr .brdcrmb,
.innerHeader .brdcrmb,
.cstmcptin .brdcrmb {
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.srviceBnr .brdcrmb a,
.innerHeader .brdcrmb a,
.cstmcptin .brdcrmb a {
  color: #000;
  text-decoration: none;
  padding: 3px 7px;
  position: relative;
}
.srviceBnr .brdcrmb a:first-child,
.innerHeader .brdcrmb a:first-child,
.cstmcptin .brdcrmb a:first-child {
  padding-left: 0;
}
.srviceBnr .brdcrmb a::after,
.innerHeader .brdcrmb a::after,
.cstmcptin .brdcrmb a::after {
  position: absolute;
  right: -3px;
  content: "";
  height: 50%;
  border-right: #000 solid 1px;
  top: 25%;
}
.srviceBnr .brdcrmb a:hover,
.innerHeader .brdcrmb a:hover,
.cstmcptin .brdcrmb a:hover {
  color: #dd7054;
}
.srviceBnr .brdcrmb a:last-child::after,
.innerHeader .brdcrmb a:last-child::after,
.cstmcptin .brdcrmb a:last-child::after {
  display: none;
}

.cstmcptin .brdcrmb {
  text-align: right;
}

.SrviceVideo {
  position: relative;
  display: inline-block;
  right: 0;
}
.SrviceVideo .btn-play:after,
.SrviceVideo .btn-play:before {
  z-index: 0;
}
.srviceBnr .srvicePageHD {
  font-size: 2.5rem;
  line-height: 1.4;
  padding-bottom: 2rem;
}
.srviceBnr .srvicePageHD span {
  border-bottom: #dd7054 solid 1px;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.fullbgContent {
  font-size: 1.1rem;
  padding: 13rem 0 10px 0;
  background: url(../images/who-can-bg.jpg) top center no-repeat;
  background-size: 100%;
}
.fullbgContent .abtHdnTwo {
  font-size: 2.3rem;
  color: #fff;
}
.fullbgContent .abtHdnTwo span {
  border-bottom: #dd7054 solid 1px;
  padding-bottom: 0.8rem;
}
.fullbgContent .fullbgContentTopSpce {
  margin: 7rem 0 0;
}
.fullbgContent .whiteBG {
  padding: 2rem;
  background: #fff;
  box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.25);
}
.fullbgContent .whiteBG ul {
  padding: 0;
  list-style: none;
}

.fullbgContent .whiteBG ul li {
  padding: 8px 0 5px 24px;
  line-height: 1.4;
  position: relative;
}
.fullbgContent .whiteBG ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 18px;
  background: #cb5b4d;
}
/* .fullbgContent .whiteBG ul li::marker {
color: #cb5b4d;
font-size: 2rem;
line-height: 1.5;
position: absolute;
} */
.srviceBenefits {
  font-size: 1.1rem;
}
.srviceBenefits ul {
  padding: 0;
  list-style: none;
}

.srviceBenefits ul li {
  padding: 10px 0 10px 24px;
  position: relative;
}
.srviceBenefits ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 18px;
  background: #cb5b4d;
}
.srvcWhyChoose {
  padding-left: 0;
  padding-right: 0;
}
.srvcWhyChoose .hsptlHD {
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 0 2rem;
}
.srvcWhyChoose .srvcWhyChooseSpce {
  padding: 3rem;
}
.greyBG {
  background: #f8f8f8;
}
.serviceForm .formBox {
  margin-top: 2rem;
}
.serviceForm::after {
  display: none;
}
.hmaboutDr .tpesGreyBG {
  padding: 3rem 4rem;
  background: #e2e0df;
  margin: 0 2rem;
  box-shadow: 18px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 18px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 18px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.hmaboutDr .tpesGreyBG .tupesGreyHdng {
  padding-bottom: 1rem;
  font-size: 2rem;
}
/************************** End Service Page *******************************/

/************************** Start Inner Pages *****************************/
.innerHeader {
  padding: 3.5rem 0;
  text-align: center;
  background: url(../images/inner-header-bg.jpg) top center no-repeat;
  position: relative;
  background-size: 100%;
}
.innerHeader::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(234, 169, 150, 0.8);
  position: absolute;
  z-index: 0;
}
.innerHeader .hdrHd {
  font-size: 3.2rem;
  z-index: 1;
  position: relative;
}
.innerSpace {
  margin: 3rem auto;
  padding: 15px;
}
.galPic {
  margin: 15px 0;
  overflow: hidden;
}
.galPic:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.galPic img {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.galPic img:hover {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.cstmPgntn li {
  margin: 8px;
}
ul.cstmPgntn li a {
  width: 36px;
  height: 36px;
  padding: 0;
  color: #000;
  line-height: 36px;
  border: #333 solid 1px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
}
ul.cstmPgntn li a:hover,
ul.cstmPgntn li a.active {
  background: #dd7054;
  border-color: #000;
  color: #fff;
}
.vigBox {
  padding: 15px;
}
.vigBox p {
  padding: 6px 0 10px;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
}

.innerSpace .testItem p {
  height: 104px;
}

.innerSpace .tstmnlTab {
  margin: 0 3rem;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.innerSpace .tstmnlTabBTN {
  padding: 1.4rem;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
  box-shadow: #9e9e9e 0px 3px 3px 1px;
}
.innerSpace .tstmnlTab.active .tstmnlTabBTN {
  box-shadow: none;
}

.tsmnlRvwHd i {
  font-size: 1.5rem;
}
.starClr i {
  color: #dfe200;
}

.contactUsInfobx {
  padding: 0 3rem;
  display: table;
  font-size: 1.1rem;
}
.contactUsInfobx .contactUsInfoRow {
  padding-bottom: 1.3rem;
}
.contactUsInfobx .contactUsInfoRow p {
  margin: 0;
}
.contactUsInfobx .contactUsInfoRow:hover i {
  color: #db694c;
  border-color: #db694c;
}
.contactUsInfobx .infoHd {
  font-size: 2rem;
  padding-bottom: 1.8rem;
}
.contactUsInfoClmn {
  display: table-cell;
  vertical-align: top;
}
.contactUsInfoClmn span.cntAdrsHd {
  color: #db694c;
  font-size: 1.6rem;
}
.contactUsInfobx a {
  color: #000;
  text-decoration: none;
}
.contactUsInfobx a:hover {
  color: #db694c;
}
.contactUsFrm {
  padding: 3rem;
  background: #f7dbd1;
  background: -moz-linear-gradient(top, #f7dbd1 0%, #eeb6a2 100%);
  background: -webkit-linear-gradient(top, #f7dbd1 0%, #eeb6a2 100%);
  background: linear-gradient(to bottom, #f7dbd1 0%, #eeb6a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dbd1', endColorstr='#eeb6a2',GradientType=0 );
}

.cntctIconBx {
  width: 75px;
  padding-top: 7px;
}
.cntctIconBx i {
  font-size: 1.5rem;
  height: 50px;
  width: 50px;
  border: #333 solid 1px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.contactUsInfobx .socialContct {
  font-size: 1.8rem;
}
.contactUsInfobx .socialContct a {
  padding: 0 14px;
}

.tabBlogs {
  border: none;
  margin-bottom: 1rem;
}
.tabBlogs .nav-link {
  border: #000 solid 1px;
  margin: 5px 10px;
  padding: 4px 15px;
  color: #000;
  font-size: 1.1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabBlogs .nav-link.active,
.tabBlogs .nav-link:hover {
  color: #000;
  border-color: #dd7054;
  background: #eaa996;
  background: -moz-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: -webkit-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: linear-gradient(to right, #eaa996 0%, #dd7054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=1 );
}
.tabBlogsCntnt {
  padding: 10px;
}
.blogSideForm {
  overflow: hidden;
  padding: 3rem 1.5rem;
}
.blogSideForm .appointmntHD {
  font-size: 1.6rem;
  line-height: 1.2;
}
.blogSideForm::after {
  width: 100%;
  left: 50%;
  background-size: 100%;
  top: 27%;
}
.blogSideForm .formBox {
  margin-top: 1.2rem;
}
.blogsitems {
  margin-bottom: 40px;
}
.blogsitems figure {
  overflow: hidden;
}
.blogsitems figure img {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blogsitems:hover figure img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blogsitems .blgDate {
  margin: 1rem 0;
}
.blogsitems .blogTitle {
  font-size: 1.6rem;
  line-height: 1.4;
}
.blogsitems .blgAuthor {
  font-size: 1.1rem;
}
.blogsitems p {
  font-size: 1.1rem;
  padding: 0.8rem 0;
}

.blogsitems .blgreadmore {
  color: #000;
  text-decoration: none;
  position: relative;
  border: #dd7054 solid 1px;
  padding: 9px 22px;
}
.blogsitems .blgreadmore::after {
  content: "\f138";
  color: #dd7054;
  font-family: FontAwesome;
  position: absolute;
  right: -10px;
  top: 5px;
  font-size: 1.1rem;
}

.blogsitems .blgreadmore:hover {
  background: #eaa996;
  background: -moz-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: -webkit-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: linear-gradient(to right, #eaa996 0%, #dd7054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=1 );
}
.blogsitems .blgreadmore:hover::after {
  color: #000;
}
.blogInnerBnr {
  padding: 6rem 0;
  background-size: 100%;
}
.blogInnerBnr::after {
  background: rgba(234, 169, 150, 0.4);
}
.blogDetail .blogsitems {
  margin-bottom: 0;
}
.blogDetail .blogsitems .blgDate {
  margin: 0.5rem 0;
}
.blogDetail .blgDtlShare {
  text-align: right;
}
.blogDetail .blgDtlShare a {
  width: 22px;
  margin-left: 8px;
  height: 22px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 22px;
}
.blogDetail .blgDtlShare a.sFacebook {
  background: #45569b;
}
.blogDetail .blgDtlShare a.sLinkedIn {
  background: #4376b4;
}
.blogDetail .blgDtlShare a.sTwitter {
  background: #66b5ef;
}
.blogPagination a {
  display: contents;
  color: #000;
  text-decoration: none;
}
.blogPagination a:hover {
  color: #dd7054;
}
.blogPagination img {
  width: 80px;
  height: 80px;
}
.blogPagination p {
  margin: 0;
  padding: 0.8rem 1rem;
}
.blogPagination p span {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
}

.serv-cate-item {
  position: relative;
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  margin-bottom: 40px;
  transition-duration: 0.2s;
  transition-property: transform;
  box-shadow: rgb(224, 224, 224) 0 0 15px;
}
.serv-cate-item:hover {
  box-shadow: rgb(211, 211, 211) 0 8px 25px;
}
.serv-cate-item .serv-thumb {
  width: 40%;
  max-height: 300px;
  display: inline-block;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.serv-cate-item .serv-thumb img {
  height: 100%;
  width: 100%;
  margin-left: 0px;
}

.serv-cate-item .serv-cate-cnt {
  padding: 0 0 0 4%;
  margin-top: -15px;
  width: 58%;
  display: inline-block;
}
.serv-cate-item .serv-cate-cnt p {
  font-size: 1rem;
}

.serv-cate-item .serv-cate-cnt .srv-no {
  font-size: 4rem;
  margin-bottom: 0.3rem;
  line-height: 1.2;
  color: #e5e5e5;
}
.serv-cate-item .catHdng {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.serv-cate-item:hover .catHdng {
  color: #dd7054;
}
.serv-cate-cnt a {
  padding: 5px 18px;
  display: inline-block !important;
  text-decoration: none;
  color: #000;
  font-style: italic;
  border: #000 solid 1px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.serv-cate-cnt a:hover {
  color: #000;
  border-color: #dd7054;
  background: #eaa996;
  background: -moz-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: -webkit-linear-gradient(left, #eaa996 0%, #dd7054 100%);
  background: linear-gradient(to right, #eaa996 0%, #dd7054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=1 );
  text-decoration: none;
  margin-left: 10px;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.onlyMobileShow {
  display: none;
}
.onlyMobileHide {
  display: block;
}
.serviceCatVwAll {
  height: 152px;
  line-height: 152px !important;
}
.adBanner {
  position: relative;
  width: 100%;
}
.bnrFrm {
  background: #fff;
  padding: 20px;
  z-index: 2;
  position: relative;
  border: #dd7257 solid 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
}
.mobHide {
  display: block !important;
}
.mobShow {
  display: none !important;
}
.sctnBlock {
  padding: 2rem;
}
.videoCoverBx {
  display: inline-block;
  position: relative;
}
.videoCoverBx .CstmPlayIcn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 9;
  font-size: 5rem;
  font-weight: 300;
  color: #fff;
}

.videoCoverBx .CstmPlayIcn:hover {
  color: #dd7054;
}

ul.tickList {
  padding: 0;
  list-style: none;
}

ul.tickList li {
  padding: 8px 0 5px 24px;
  position: relative;
  line-height: 1.4;
}
ul.tickList li::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f058";
  left: 0;
  top: 7px;
  color: #cb5b4d;
}
.darkNote {
  text-align: center;
  background: #000;
  padding: 20px;
  color: #fff;
}
#AppForm{height:2px;}
.white-box{font-size: 24px;background:#dd7257;color: white;padding: 3px;text-align: center;}
.p_price{text-decoration: line-through;}
.n_price{font-size: 40px;FONT-WEIGHT: 600;}

/************************** End Inner Pages *******************************/
@media (min-width: 1270px) and (max-width: 1350px) {
  .awardAchvmntSctn {
    height: 760px !important;
  }
  .ourServiceBx .serviceCateBx .servCatHd {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .mnmenu a.nav-link {
    padding: 8px 12px !important;
  }
  .mnmenu a.nav-link {
    padding: 8px 10px !important;
  }
  header .hrdTop {
    font-size: 16px;
  }
  .btnTopAppontmnt {
    font-size: 14px;
  }
  footer .btnTopAppontmnt {
    font-size: 13px;
    padding: 5px 14px;
  }
  .bookAppointment .keeptouchHD {
    font-size: 1.8rem;
  }
  .bookAppointment .followtxtHD {
    margin: 3rem 0;
    font-size: 2.5rem;
  }
  .bookAppointment .appointmentSocial {
    font-size: 2rem;
  }
  .hmaboutDr .hdnhOne {
    font-size: 2rem;
  }
  .hmaboutDr .abtHdnTwo {
    font-size: 2rem;
  }
  /* .whyPatientChoose .whyPatientDrCntnt {
padding: 4rem;
} */
  .whyPatientChoose .whyPatientDrCntnt .whyHD {
    font-size: 1.4rem;
  }
  .whyPatientChoose .whyPatientDrCntnt .whyHD strong {
    font-size: 1.6rem;
  }
  .whyPatientChoose .whyPatientDrCntnt p {
    padding: 0;
    margin-top: 40%;
  }
  .whyPatientChoose .whyContent,
  .whyPatientChoose .whyContent ul li {
    font-size: 1rem;
  }
  .whyPatientChoose .whyContent ul li::marker {
    line-height: 1.3;
    font-size: 1.6rem;
  }

  .ourServiceBx .serviceCateBx {
    padding: 10px;
    margin: 0;
  }
  .ourServiceBx .serviceCateBx img {
    margin-top: 0;
    width: 100px;
  }
  .ourServiceBx .serviceCateBx .servCatHd {
    font-size: 1rem;
  }
  .ourServiceBx .sctnHeading,
  .bookAppointment .appointmntHD,
  .sctnTestimonials .tstmnlHD,
  .educationMain .sctnHeading {
    font-size: 2.3rem;
  }
  .nanavatiHospital {
    font-size: 1rem;
  }
  .nanavatiHospital .hsptlHD {
    font-size: 1.5rem;
  }
  .awardAchvmntSctn {
    height: auto;
  }
  .gwRecordHd {
    font-size: 1.4rem;
  }
  /*.whyPatientChoose .whyContent {
padding: 1rem;
}
.whyPatientChoose .whyContent ul {
height: 200px;
} */
  .whatExpect {
    background-size: 120%;
  }
  .whatExpect .contnt {
    padding: 0;
  }
  .contactUsInfobx {
    padding: 0 2rem;
  }
  .contactUsInfobx .socialContct {
    font-size: 1.6rem;
  }
  .contactUsInfobx .socialContct a {
    padding: 0 11px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .dsktp {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dsktp {
    display: block !important;
  }
  .whyPatientChoose .whyPatientDrCntnt {
    padding: 0rem 4rem 0 15rem !important;
  }
  .nanavatiHospital {
    padding-top: 2rem !important;
  }
  .whyPicBx img {
    width: 100%;
  }
  .whyPatientChoose .whyContent {
    width: 100%;
    margin-left: auto;
  }
  .whyPatientChoose .whyContentHght ul {
    height: 200px;
  }
  .serv-cate-item .serv-cate-cnt .srv-no {
    font-size: 3rem;
  }
  .whyPatientChoose .whyContent ul {
    height: auto;
  }
  .whyPatientChoose .whyContent h2 {
    text-align: center;
  }
  .cstmcptin .btn-play {
    right: 40%;
    bottom: 10%;
  }
  .SrviceVideo .custom-video-icon {
    right: 14%;
    bottom: 8%;
  }
  textarea.infldNew {
    height: 60px;
  }
  .infldNew {
    margin: 6px 0;
  }
  .bnrContainer.bnrConttwo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bnrConttwo p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 15px;
  }
  .bnrConttwo .contHdng {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .whyPatientChoose .whyPatientDrCntnt {
    padding: 8rem 3rem 0 23rem !important;
  }
  .whyPatientChoose .whyPatientDrCntnt p {
    font-size: 1rem !important;
  }
  .whyPatientChoose .whyContent .whyHD strong {
    font-size: 2.4rem !important;
  }
  .whyPatientChoose .whyContent .whyHD {
    font-size: 1.9rem !important;
  }
  .nanavatiHospital {
    padding-top: 26rem !important;
  }
  .SrviceVideo {
    position: absolute;
    left: 5%;
    margin-top: 2.5%;
  }
  .SrviceVideo .custom-video-icon {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header {
    padding: 6px 40px;
  }
  header .logoicn,
  header .logoscroll {
    width: 70px !important;
  }
  .adBanner {
    overflow-x: hidden;
  }
  .cstmBnr {
    width: 120% !important;
  }
  .hdrtop {
    font-size: 13px;
  }
  .fhdng {
    margin: 15px 0;
    font-size: 18px;
  }
  .mnmenu a.nav-link {
    padding: 8px 4px !important;
    font-size: 12px !important;
  }
  .dsktp {
    display: none;
  }
  .hmCertification img {
    width: 120px !important;
  }
  .cstmcptin .bnrHD {
    font-size: 2.4rem !important;
  }
  .cstmcptin p {
    font-size: 1.6rem !important;
  }
  .cstmcptin p span {
    font-size: 1.2rem !important;
  }
  .whatExpect {
    padding-top: 1rem !important;
  }
  .hmaboutDr .awardCntnt p {
    font-size: 1rem !important;
  }
  .hmaboutDr .awardCntnt p.gwRecordHd {
    font-size: 1.4rem !important;
    padding-top: 10px;
  }

  .ourServiceBx .serviceCateBx .servCatHd {
    font-size: 0.9rem !important;
  }
  .sctnTestimonials .testItem p {
    height: 130px !important;
  }
  .bnrContainer {
    padding: 1.1% 4% !important;
  }
  .bnrContainer .AdBnrTxt {
    font-size: 1.6rem;
  }
  .hmServiceBlockNew {
    padding: 1rem 2rem;
  }
  .hmServiceBlock .servCatBox .scaption {
    padding: 20px;
    bottom: -170px;
    line-height: 1.3;
  }
  .hmServiceBlock .servCatBox:hover .scaption {
    bottom: -10px;
  }
  .hmServiceBlock .servCatBox .scaption p {
    font-size: 14px;
  }
  .hmServiceBlock .servCatBox .scaption .srvName {
    font-size: 1.2rem;
  }
  .asFacultyMain {
    padding: 1rem 2rem;
  }
  .gRecord h4 {
    font-size: 1.2rem;
  }
  .hmCertification {
    padding: 20px;
  }
  .sctnBlock .contHdng,
  .contHdng {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .newbtnSubmit {
    padding: 6px 0;
  }
}
@media (width: 1024px) {
  .srviceBnr {
    padding: 1rem !important;
  }
  .bnrContainer .frmHd {
    font-size: 1.4rem;
  }
}
@media (width: 768px) {
  .srviceBnr {
    padding: 20rem 1rem 1rem 1rem !important;
  }
  .fullbgContent {
    padding-top: 7rem !important;
  }
  .fullbgContent .fullbgContentTopSpce {
    margin-top: 1rem !important;
  }
  header.hdrnobg {
    padding: 6px 40px;
  }
  .adBanner {
    overflow-x: hidden;
  }
  .bnrContainer .brdr {
    border-color: #ededed;
  }
  .cstmBnr {
    width: 200% !important;
  }
  .bnrContainer {
    position: unset;
    padding-bottom: 0;
  }
  .bnrContainer .AdBnrTxt {
    font-size: 1.4rem;
  }
  .frmHd {
    font-size: 1.4rem !important;
  }
  .bnrFrm {
    background: #fbfbfb;
  }
  header .hrdTop {
    font-size: 16px !important;
  }
  .hmServiceBlock .servCatBox .scaption {
    padding: 15px;
    bottom: -145px !important;
  }
  .hmServiceBlock .servCatBox:hover .scaption {
    bottom: 0 !important;
    padding-bottom: 0;
  }
  .hmServiceBlock .servCatBox .scaption .srvName {
    font-size: 0.8rem !important;
    margin-bottom: 0.5rem;
  }
  .hmServiceBlock .servCatBox .scaption p {
    font-size: 12px;
    line-height: 1.2;
  }
  .sctnBlock .contHdng,
  .contHdng {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 768px) {
    #AppForm{height:50px;}
  header .dsktp {
    display: none;
  }
  header.fixed .logoscroll,
  header .logoicn {
    width: 60px;
  }
  header .hrdTop {
    font-size: 14px;
    margin: 0;
    text-align: left !important;
  }

  header .hrdTop img {
    width: 16px;
  }
  header.fixed .hrdTop {
    margin-bottom: 0;
  }

  .hmCertification,
  .hmaboutDr,
  .nanavatiHospital,
  .bookAppointment,
  .sctnTestimonials,
  .specialIntrestMain,
  .educationMain,
  .asFacultyMain,
  .pprPblctnMain,
  footer {
    padding: 30px 0 40px;
  }
  .hmCertification img {
    width: 100%;
  }
  .cstmcptin .bnrHD {
    font-size: 1.6rem;
  }
  .cstmcptin p {
    font-size: 1rem;
  }
  .cstmcptin p span {
    font-size: 1rem;
  }
  .cstmcptin .btn-play {
    margin-top: 2px;
    margin-right: 0;
    right: 43%;
    bottom: 5%;
  }
  .cstmcptin .btn-play,
  .cstmcptin .btn-play .banner-play-btn-inner {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 1.2rem;
  }
  .hmaboutDr,
  .fullbgContent {
    font-size: 16px;
  }
  .hmaboutDr .abtHdnTwo {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hmaboutDr .abtSubHd {
    font-size: 1.3rem;
    padding: 0.4rem 0;
  }
  .hmaboutDr .hdnhOne {
    font-size: 1rem;
  }
  .hmaboutDr .awardCntnt img {
    width: 80px;
  }
  .hmaboutDr .awardCntnt p {
    font-size: 1.1rem;
  }
  .hmaboutDr .awardtxtHD {
    font-size: 1.4rem;
  }
  .hmServiceBlock .servCatBox .scaption .srvName {
    font-size: 1.3rem;
  }
  .whyPatientChoose {
    padding: 40px 0;
  }
  .whyPatientChoose .whyPatientDrCntnt {
    padding: 1.5rem 2rem 0 10.5rem;
  }
  .whyPatientChoose .whyPatientDrCntnt .whyHD,
  .whyPatientChoose .whyPatientDrCntnt .whyHD strong {
    font-size: 1.6rem;
  }
  .whyPatientChoose .whyPatientDrCntnt p {
    font-size: 0.9rem;
    margin-top: 0;
    padding-left: 0;
  }
  .whyPatientChoose .whyContent .whyHD,
  .whyPatientChoose .whyContent .whyHD strong {
    font-size: 1.8rem;
  }
  .whyPatientChoose .whyContent h2 {
    text-align: center;
  }

  .ftrFixMenu {
    text-align: center;
    font-size: 12px;
    position: fixed;
    background: #eaa996;
    background: -moz-linear-gradient(left, #eaa996 0%, #dd7054 100%);
    background: -webkit-linear-gradient(left, #eaa996 0%, #dd7054 100%);
    background: linear-gradient(to right, #eaa996 0%, #dd7054 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa996', endColorstr='#dd7054',GradientType=1 );
    padding: 8px 0 5px;
    bottom: -1px;
    z-index: 9;
    width: 100%;
  }
  .ftrFixMenu .col {
    border-right: #fff solid 1px;
  }
  .ftrFixMenu .col:last-child {
    border: none;
  }
  .ftrFixMenu a {
    color: #fff;
    text-decoration: none;
  }
  .ftrFixMenu a:hover {
    color: #000;
  }
  .ftrFixMenu a i {
    font-size: 20px;
  }
  .ftrFixMenu p {
    margin: 0;
  }
  .hmaboutDr p,
  .whyPatientChoose .whyContent,
  .whyPatientChoose .whyContent ul li {
    font-size: 1rem;
  }
  .ourServiceBx .sctnHeading {
    font-size: 1.8rem;
  }
  .ourServiceBx .sctnHeading span {
    padding: 0 30px;
  }
  .ourServiceBx .serviceCateBx {
    margin: 0.3rem 0;
    padding: 15px 0;
  }
  .ourServiceBx .serviceCateBx .servCatHd {
    font-size: 1.2rem;
  }

  .ourServiceBx .serviceCateBx img {
    width: 100px;
    margin: 0 0 0.5rem;
  }
  .sctnTestimonials {
    padding: 30px 15px;
  }
  .sctnTestimonials .tstmnlHD {
    font-size: 1.6rem;
  }
  .sctnTestimonials .testItem {
    margin: 1rem 0.5rem;
    padding: 15px;
  }
  .sctnTestimonials .testItem .cname {
    margin-left: -15px;
  }
  .sctnTestimonials .testItem .uname {
    font-size: 1.1rem;
  }
  .sctnTestimonials .testItem p {
    height: auto;
  }
  .sctnTestimonials .custmTstmnal .prevbtn.nextbtn {
    right: -24px;
  }
  .sctnTestimonials .custmTstmnal .prevbtn {
    left: -24px;
  }
  .sctnTestimonials .testItem:hover {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .nanavatiHospital {
    padding-top: 14rem;
    background-position-y: 0;
    background-size: 150%;
    font-size: 1rem;
  }
  .nanavatiHospital .hsptlHD {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .nanavatiHospital .hsptlHD span {
    border: none;
  }
  /* .nanavatiHospital .contnt {
text-align: center;
} */
  .bookAppointment {
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
  }

  .bookAppointment .apntmntFrmBrdr {
    border: none;
  }
  .bookAppointment::after {
    width: 100%;
    left: 0;
    top: 50%;
  }
  .bookAppointment .followtxtHD br {
    display: none;
  }
  .bookAppointment .formBox {
    margin-top: 1rem;
  }
  .bookAppointment .formSpace {
    padding: 15px;
  }
  .bookAppointment .keeptouchHD {
    font-size: 1.2rem;
  }
  .bookAppointment .followtxtHD {
    font-size: 1.4rem;
    margin: 0.6rem 0 1rem;
  }
  .bookAppointment .appointmentSocial {
    font-size: 2rem;
  }
  .bookAppointment .appointmntHD {
    font-size: 1.5rem;
  }
  .bookAppointment .formBox .infld {
    font-size: 14px;
  }
  footer .ftrHD {
    margin: 1.2rem 0 0.9rem;
    text-align: center;
  }
  footer .flogo .ftrDrName {
    padding-top: 10px;
    font-size: 1.8rem;
  }
  footer .fcontact {
    text-align: center;
  }
  footer .fcontact p {
    font-size: 1rem;
  }

  /* Start About Page */

  .aboutBanr .cstmcptin p span {
    font-size: 1.2rem;
  }
  .hmaboutDr .abtHdnTwo span {
    font-size: 1.5rem;
    padding: 0 30px;
  }
  .educationMain .sctnHeading,
  .asFacultyMain .hsptlHD {
    font-size: 1.8rem;
  }
  .educationMain .sctnHeading span,
  .asFacultyMain .hsptlHD span {
    padding: 0 30px;
  }
  .educationMain ul li {
    font-size: 1rem;
  }
  .whatExpect {
    background-size: 100%;
    margin-bottom: 0;
  }
  .whatExpect ul {
    padding-left: 20px;
  }
  .whatExpect .contnt {
    text-align: left;
    padding: 15px;
  }
  .hmaboutDr .abtHdnTwo span::after,
  .hmaboutDr .abtHdnTwo span::before,
  .ourServiceBx .sctnHeading span::after,
  .ourServiceBx .sctnHeading span::before,
  .educationMain .sctnHeading span::after,
  .educationMain .sctnHeading span::before,
  .asFacultyMain .hsptlHD span::after,
  .asFacultyMain .hsptlHD span::before {
    width: 20px;
  }
  .gwRecordBrdr {
    margin: 0;
    border: none;
  }
  .hmaboutDr .awardCntnt .gwRecordHd {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .hmaboutDr .gwRecordCntnt {
    margin-top: 1rem !important;
  }
  .awardAchvmntSctn {
    height: auto;
  }
  .specialIntrestMain .specialIntrest p {
    font-size: 1rem;
  }

  .whyPatientChoose .whyContent {
    padding: 20px;
    width: 100%;
    margin: 0;
  }
  .whyPatientChoose .whyContent ul {
    height: auto !important;
    overflow: unset;
  }
  .whyPatientChoose .whyContent ul li::marker,
  .educationMain ul li::marker {
    font-size: 1.4rem;
  }
  .asFacultyMain .facultyContnt {
    max-height: none;
    padding: 0;
    font-size: 1rem;
  }
  .pprPblctnMain .nav-item {
    font-size: 1.1rem;
  }
  .pprPblctnMain .nav-item button {
    padding: 0.5rem 0.9rem;
  }
  .pprPblctnMain .pprPblctnTabCntnt {
    padding: 10px;
  }
  .pprPblctnTabCntnt .tab-pane.active {
    /* max-height: none; */
    font-size: 1rem;
  }
  .hmCertification {
    padding: 20px 0 !important;
  }
  /* End About Page */

  /* Start Inner Pages */
  .innerHeader {
    padding: 2rem 0;
    background-size: cover;
    background-position: 100%;
  }
  .innerSpace {
    margin: 2rem 0;
    padding: 0;
  }
  .innerHeader .hdrHd {
    font-size: 1.6rem;
  }
  .contactUsFrm {
    padding: 1rem;
  }
  .contactUsInfobx {
    padding: 1rem 0 0 0;
    font-size: 1rem;
  }
  .contactUsInfobx .socialContct {
    font-size: 1.4rem;
    text-align: center;
  }
  .contactUsInfobx .socialContct a {
    padding: 0 5px;
  }
  .contactUsInfobx .infoHd {
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
  .contactUsInfobx .cntctIconBx {
    width: 60px;
  }
  .contactUsInfobx .cntctIconBx i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contactUsInfoClmn span.cntAdrsHd {
    font-size: 1.1rem;
  }
  .starClr {
    display: block;
  }
  .innerSpace {
    margin: 1rem 0;
  }
  .innerSpace .tstmnlTab {
    width: 49%;
    display: inline-block;
    margin: 0;
  }
  .innerSpace .tstmnlTabBTN {
    padding: 12px;
    text-align: center;
    font-size: 1rem;
  }
  .bookAppointment .formBox .infld,
  .contactUsFrm .formBox .infld {
    font-size: 16px;
  }
  #g-recaptcha-error {
    font-size: 14px;
  }
  .sctnTestimonials .tsmnlRvwHd {
    font-size: 1.1rem;
  }
  .sctnTestimonials .tsmnlRvwHd span {
    display: block;
  }
  .blogInnerBnr {
    background-size: cover;
  }
  .blogSideForm {
    padding: 1rem;
  }
  .blogDetail .blogsitems,
  .blogDetail .blogsitems .blgAuthor,
  .blogPagination,
  .blogPagination p span {
    font-size: 14px;
  }
  .tabBlogs .nav-link {
    margin: 2px;
    padding: 4px 7px;
    font-size: 0.85rem;
  }
  .blogsitems .blogTitle {
    font-size: 1.3rem;
  }
  .blogPagination p {
    padding: 0;
  }
  .blogPagination img {
    width: 40px;
    height: 40px;
  }
  .blogDetail .blgDtlShare a {
    margin-left: 4px;
  }
  .serv-cate-item .serv-thumb {
    max-height: unset;
    height: auto;
    width: 100% !important;
  }
  .serv-cate-item .serv-cate-cnt {
    margin-top: 0;
    width: 100% !important;
    padding: 10px;
  }

  /* End Inner Pages */
  .mobHide {
    display: none !important;
  }
  .mobShow {
    display: block !important;
  }
  .sctnBlock {
    padding: 1rem 0;
  }
  .sctnBlock .contHdng,
  .contHdng {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
  }
  .bnrConttwo {
    padding: 1rem 15px 0 !important;
    display: flex;
  }

  .bnrConttwo .row .col-sm-12 {
    order: 2;
  }
  .bnrConttwo .row .col-sm-12:last-child {
    order: 1;
    margin-bottom: 20px;
  }
  .n_price{font-size: 29px;}
  .white-box{font-size: 19px;}
}

@media (min-width: 481px) and (max-width: 767px) {
  header {
    padding: 10px 15px 6px;
  }
  .hdrtop {
    font-size: 13px;
  }
  .fhdng {
    margin: 15px 0;
    font-size: 18px;
  }
  .bnrSldr img {
    width: 160% !important;
    margin-left: -20% !important;
  }
  .cstmcptin {
    text-align: right;
    right: 1%;
    left: 18%;
  }
  .srviceBnr {
    padding: 15px;
  }
  .modal-dialog .modal-body iframe {
    height: 100% !important;
  }
  /* .vigBox iframe {
height: 100% !important;
} */
  .vigBox p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
    height: 0;
    overflow: hidden;
  }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sctnTestimonials .testItem p {
    height: auto;
    min-height: 95px;
  }
  .custmTstmnal .carousel-inner .carousel-item .row .col-sm-12:nth-child(2) {
    display: none;
  }
  .cstmcptin .btn-play {
    right: 10%;
    bottom: 5%;
  }
  .bnrContainer .AdBnrTxt {
    padding: 0 0 0 25%;
    font-size: 1.4rem;
  }
  header .hrdTop span {
    display: block;
  }
  .hmServiceBlock .servCatBox .scaption {
    bottom: 0;
    padding: 20px;
    position: relative;
  }
  .hmServiceBlock .servCatBox .scaption p,
  .hmServiceBlock .servCatBox .scaption .srvName,
  .hmServiceBlock .servCatBox .scaption p a {
    color: #000;
    opacity: 1;
  }
  .hmServiceBlock .servCatBox:hover::after {
    display: none;
  }
  .hmServiceBlock .servCatBox:hover .scaption {
    bottom: 0;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .cstmcptin {
    top: 10% !important;
  }
  .srviceBnr {
    padding-top: 65% !important;
  }
  .SrviceVideo {
    position: absolute !important;
    left: 0 !important;
  }
  .SrviceVideo .btn-play {
    z-index: 0;
  }

  .nanavatiHospital {
    padding-top: 14rem !important;
  }
  .whyPatientChoose .whyPatientDrCntnt {
    padding-left: 11rem !important;
    padding-top: 2rem !important;
  }
  /* .vigBox iframe {
height: 100% !important;
} */
  .vigBox p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
    height: 0;
    overflow: hidden;
  }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sctnTestimonials .testItem p {
    height: auto;
    min-height: 95px;
  }
  .custmTstmnal .carousel-inner .carousel-item .row .col-sm-12:nth-child(2) {
    display: none;
  }
  .serviceCatVwAll {
    height: 132px;
    line-height: 132px !important;
  }
  .cstmcptin .btn-play {
    right: 10%;
    bottom: 5%;
  }
  .bnrContainer {
    position: relative;
  }
  .bnrContainer .AdBnrTxt {
    padding: 0 0 0 25%;
    font-size: 1rem;
  }
  header .hrdTop span {
    display: block;
  }
  .hmServiceBlock .servCatBox .scaption {
    bottom: 0;
    padding: 20px;
    position: relative;
  }
  .hmServiceBlock .servCatBox .scaption p,
  .hmServiceBlock .servCatBox .scaption .srvName,
  .hmServiceBlock .servCatBox .scaption p a {
    color: #000;
    opacity: 1;
  }
  .hmServiceBlock .servCatBox:hover::after {
    display: none;
  }
  .hmServiceBlock .servCatBox:hover .scaption {
    bottom: 0;
  }
}

@media (min-width: 220px) and (max-width: 480px) {
  header {
    padding: 10px 15px 6px;
  }
  .hdrtop {
    font-size: 13px;
  }
  .bnrSldr img {
    width: 160% !important;
    margin-left: -13% !important;
  }
  .cstmcptin {
    text-align: right;
    right: 2%;
    left: 25%;
    top: 14%;
  }
  .aboutBanr .cstmcptin p span {
    font-size: 1rem;
  }
  .gwRecordBrdr {
    text-align: left;
  }
  h3 {
    font-size: 1.4rem;
  }
  .logoicn {
    width: 70px;
  }
  .fhdng {
    margin: 15px 0;
  }
  .hmCertAlgn .col img {
    width: auto;
  }
  .hmCertAlgn .col:nth-child(2) img {
    height: 75px;
  }
  .hmCertAlgn .col:nth-child(3) img {
    height: 70px;
  }
  .hmCertAlgn .col:nth-child(4) img {
    margin-top: 15px;
  }
  .bookAppointment .formSpace {
    padding-top: 5px;
  }
  .bookAppointment .appointmntHD {
    font-size: 1.4rem;
  }
  .bookAppointment .followtxtHD {
    margin: 0.5rem 0;
  }
  .bookAppointment .appointmentSocial {
    font-size: 1.6rem;
  }
  .srviceBnr {
    background-size: 150%;
    padding: 15px 0 0;
    padding-top: 65%;
    background-position-x: 100%;
  }
  .srviceBnr p {
    margin-bottom: 0;
  }
  .SrviceVideo {
    position: absolute !important;
    left: 0 !important;
    top: 18.5% !important;
  }
  .SrviceVideo .btn-play {
    left: 8%;
    top: 4.1%;
  }
  .srviceBnr .srvicePageHD {
    font-size: 1.5rem;
  }
  .srviceBnr .brdcrmb,
  .innerHeader .brdcrmb,
  .cstmcptin .brdcrmb {
    font-size: 13px;
  }

  .fullbgContent {
    padding-top: 14.5rem;
  }
  .fullbgContent .abtHdnTwo {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .srvcWhyChoose .hsptlHD {
    padding: 0;
    font-size: 1.6rem;
  }
  .fullbgContent .abtHdnTwo span {
    border: none;
    padding: 0;
  }
  .fullbgContent .whiteBG {
    margin-top: 0;
    padding: 0 15px 15px 15px;
  }
  .srvcWhyChoose .srvcWhyChooseSpce {
    padding: 15px;
  }
  .hmaboutDr .tpesGreyBG {
    margin: 1rem;
    padding: 1.1rem;
  }
  .hmaboutDr .tpesGreyBG .tupesGreyHdng {
    font-size: 1.6rem;
  }
  .nanavatiHospital {
    padding-top: 13rem;
    padding-bottom: 20px;
  }
  .whyPatientChoose .whyContent .whyHD {
    font-size: 1.6rem;
  }
  .modal-dialog .modal-body iframe {
    height: 100% !important;
  }
  .ourServiceBx .serviceCateBx .servCatHd {
    font-size: 1rem;
  }
  .specialIntrestMain {
    padding-bottom: 0;
  }
  .aboutBanr .cstmcptin {
    top: 21% !important;
  }
  .sctnTestimonials .testItem .quoteIcon {
    margin-top: -13px;
  }
  .sctnTestimonials .testItem p {
    height: auto;
    min-height: 95px;
  }

  .custmTstmnal .carousel-inner .carousel-item .row .col-sm-12:nth-child(2) {
    display: none;
  }
  .onlyMobileShow {
    display: block;
  }
  .onlyMobileHide {
    display: none;
  }
  /* .vigBox iframe {
height: 100% !important;
} */
  .vigBox p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
    height: 0;
    overflow: hidden;
  }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cstmcptin .btn-play {
    right: 10%;
    bottom: 5%;
  }
  .bnrContainer {
    position: relative;
  }
  .bnrContainer .AdBnrTxt {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .bnrContainer .brdr {
    border-color: #eee;
  }
  .bnrContainer .AdBnrTxt p {
    margin: 0;
  }
  .cstmBnr {
    width: 240% !important;
  }
  .adBanner {
    overflow-x: hidden;
    position: unset;
  }
  .hmServiceBlockNew {
    padding: 1rem 0.2rem;
  }
  .contHdng {
    font-size: 1.4rem;
  }
  .bnrFrm {
    background: #fbfbfb;
  }
  .gRecord {
    text-align: center;
  }
  .gRecord img {
    margin-bottom: 1rem;
  }
  .txtCprgt {
    margin-bottom: 55px;
  }
  header .hrdTop span {
    display: block;
  }
  .hmServiceBlock .servCatBox .scaption {
    bottom: 0;
    padding: 20px;
    position: relative;
  }
  .hmServiceBlock .servCatBox .scaption p,
  .hmServiceBlock .servCatBox .scaption .srvName,
  .hmServiceBlock .servCatBox .scaption p a {
    color: #000;
    opacity: 1;
  }
  .hmServiceBlock .servCatBox:hover::after {
    display: none;
  }
  .hmServiceBlock .servCatBox:hover .scaption {
    bottom: 0;
  }
}
