@font-face {
  font-family: 'gothambold';
  src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
    url('../fonts/gothambold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothambook';
  src: url('../fonts/gothambook-webfont.woff2') format('woff2'),
    url('../fonts/gothambook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothamlight';
  src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
    url('../fonts/gothamlight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gothammedium';
  src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
    url('../fonts/gothammedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothambold';
  src: url('../fonts/gotham_ultra-webfont.woff2') format('woff2'),
    url('../fonts/gothambold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

ul.leftMenu li a.ultraFont{
  font-family: 'gothambold';
}


/********Font Weight******/

.lightFont,
.lightFont p,
ul.lightFont {
  font-weight: 500;
  font-family: 'gothamlight';
}

.regularFont,
.regularFont p,
.regularFont li {
  font-weight: 600;
  font-family: 'gothambook';
}

.bold {
  font-weight: 700;
  font-family: 'gothambook';
}

.mediumFont,
.mediumFont li,
.mediumFont p {
  font-family: 'gothammedium';
}

.ultraFont {
  font-weight: 800;
  font-family: 'gothambold';
}

.gothamBook,
.gothamBook li,
.gothamBook p {
  font-family: 'gothambook';
  font-weight: 700;
}

.gothamBookLight {
  font-family: 'gothambook';
  font-weight: 500;
}

#topNav li a,
#main_nav li a {
  font-size: 13px;
  font-family: 'gothammedium';
  font-weight: 400;
}

#main_nav li a {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham";
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

.accordion p {
  font-family: 'gothambook';
  font-weight: 500;
}

.redBtmDashed {
  border-bottom: 2px dashed #8b0b04;
}

.owl-item p {
  margin-bottom: 5px;
}

p,
ul {
  font-weight: 600;
  font-family: 'gothamlight';
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 1.5rem;
}

p strong {
  font-weight: 600;
  font-family: 'gothammedium';
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
}

.btn {
  border: 0;
}

.btn.darkerRedBg:hover {
  background: #fff;
  color: #8b0b04 !important;
  ;
}

.iti__flag-container {
  position: absolute;
  top: 0px !important;
  bottom: 0px;
  right: 0;
  padding: 1px;
}

button.btn-close1.text-dark {
  float: right;
  margin-right: 50px;
  margin-top: 50px;
  background-color: #000;
  background-image: url(../images/Icon-material-close.svg);
  padding: 10px;
  z-index: 9;
  background-repeat: no-repeat;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: -8px !important;
}

/********BG Colors*******/
.lightRedBg,
.redRoundedbg {
  background-color: #8b0b04;
}

.darkRedBg {
  background-color: #7d0801;
}

.darkerRedBg {
  background-color: #750E08;
}

.bg-brown,
.brownRoundedbg {
  background-color: #7D6A55
}

.bg-Darkbrown {
  background-color: #725F4A
}

.bg-gray {
  background-color: #F4F4F7;
}

.bg-white,
.whiteRoundedbg {
  background-color: #fff;
}

.lighterbg-gray {
  background-color: #F3F3F6;
}

.lightbg-gray {
  background-color: #EFEFEF;
}

.bg-cream {
  background-color: #d0c7b2
}

div#bg-brown:hover {
  background-color: #8b0b04;
}

h4 {
  font-family: 'gothamlight';
}

h6 {
  font-family: 'gothamlight';
}

/********BG Hover Colors*******/

a.lightRedText:hover {
  color: #000
}

a.text-light:hover {
  color: #8b0b04 !important
}

a.text-dark:hover {
  color: #8b0b04 !important;
  text-decoration: underline;
}

a.textBrown:hover {
  color: #000
}

.hover-red .bg-brown:hover,
.hover-red .bg-gray:hover,
.hover-red .bg-white:hover {
  background-color: #8b0b04 !important;
  color: #fff;
}

.hover-red .bg-white:hover p,
.hover-red .bg-white:hover h4,
.hover-red .bg-gray:hover p,
.hover-red .bg-gray:hover h6 {
  color: #fff !important;
}

.hover-red .bg-white:hover .brownRoundedbg,
.hover-brown .bg-white:hover .brownRoundedbg,
.hover-red .bg-gray:hover .redRoundedbg {
  background-color: #fff;
}

a.lightRedBg:hover,
a.bg-white.btn:hover {
  background-color: #725F4A !important;
  color: #fff !important;
}

a.bg-brown:hover,
a.bg-white:hover,
a.bg-Darkbrown:hover {
  background-color: #8b0b04 !important;
}


.hover-brown .lightRedBg:hover,
.hover-brown .bg-white:hover,
#top-CallButton:hover {
  background-color: #7D6A55 !important;
}

#top-CallButton a {
  font-weight: 800;
  text-align: center;
}

#top-CallButton .t-13 {
  font-size: 13px;
  text-align: center;
}

.hover-brown li:hover {
  color: #7D6A55;
}

button.bg-white:hover {
  background: #7D6A55 !important;
}

.hover-brown .bg-white:hover p {
  color: #fff !important;
}


.whitePlayIcon {
  border-radius: 100%;
  background-color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whitePlayIcon {
  color: #7d6a5596
}

.whitePlayIcon:hover {
  background-color: #8b0b04;
  color: #fff
}


.btmLeftfooter a:hover {
  color: #000 !important;
}


/********BG Hover Colors End*******/

/********BG Images*******/

.triangleLeftBg {
  background-image: url('../images/Image10.png');
  background-size: contain;
  background-position: -30px 0;
  background-repeat: no-repeat;
}

.triangleRightBg,
.triangleBtmRightBg {
  background-image: url('../images/triangleRight.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.triangleRightBg {
  background-position: right top;
}

.triangleBtmRightBg {
  background-position: right bottom;
}

.triangleLeftGrayBg {
  background-image: url('../images/Image10.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}



/**Left BG*/
.FlowerBtmLeft {
  background-image: url('../images/md2-flowerImg.png');
  background-repeat: no-repeat;
  background-position: -37% 90%;
}

.md2-FlowerBtmLeft {
  background-image: url('../images/md2-flowerImg.png');
  background-repeat: no-repeat;
  background-position: -17% bottom;
}

.sm-FlowerBtmLeft {
  background-image: url('../images/Group19.png');
  background-repeat: no-repeat;
  background-position: -17% 90%;
}

.lg-FlowerBtmLeft {
  background-image: url('../images/largeFlowerbg.png');
  background-repeat: no-repeat;
  background-position: -73% bottom;
}

/**Right Bg*/
.lg-FlowerBtmRight {
  background-image: url('../images/largeFlowerbg.png');
  background-repeat: no-repeat;
  background-position: 175% bottom;
}

.md-FlowerBtmRight {
  background-image: url('../images/mdFlowerImg.png');
  background-repeat: no-repeat;
  background-position: 155% bottom;
}

.md2-FlowerBtmRight {
  background-image: url('../images/md2-flowerImg.png');
  background-repeat: no-repeat;
  background-position: 135% bottom;
}

.sm-FlowerBtmRight {
  background-image: url('../images/sm-FlowerImg.png');
  background-repeat: no-repeat;
  background-position: 120% bottom;
}

.xs-FlowerBtmRight {
  background-image: url('../images/xs-flowerImg.png');
  background-repeat: no-repeat;
  background-position: 108% bottom;
}



.bgContain {
  background-size: contain;
}

.bgCenterBottom {
  background-position: center bottom;
}

.bgLeftBottom {
  background-position: left bottom;
}

.bgLeftTop {
  background-position: left top;
}


/******** Text Colors*******/
.lightRedText,
#main_nav li a:hover,
#topNav li a:hover {
  color: #8b0b04;
}

.darkRedText {
  color: #7d0801;
}

.textBrown {
  color: #7D6A55
}

.textBlack {
  color: #000
}

.offwhiteText {
  color: #FFFEFC;
}

/********Font Size*******/
.t-12 {
  font-size: 12px;
}

.t-13 {
  font-size: 13px;
}

.t-14,
.t-14 p {
  font-size: 14px;
  line-height: 20px;
}

.t-15,
.t-15 p {
  font-size: 15px;
  line-height: 25px;
}

.t-16 {
  font-size: 16px;
}

.t-17 {
  font-size: 17px;
}

.t-18 {
  font-size: 18px;
}

.t-20,
.t-20 p {
  font-size: 20px;
  line-height: 30px;
}

.t-35 {
  font-size: 35px;
}

.t-30 {
  font-size: 30px;
}

.t-40 {
  font-size: 40px;
}

/********Lists ******/
#chatWrap {
  display: none;
}

ul {
  list-style-type: none;
}

#accordionExample ul {
  list-style-type: initial;
}

.blogdetails ul {
  list-style-type: initial;
}

ul.leftMenu li {
  border-bottom: 1px solid #982620;
  position: relative;
}

ul.whiteList li {
  position: relative;
}

ul.leftMenu li a {
  font-size: 20px;
}

ul.leftMenu li a {
  background-image: url('../images/Icon-arrow-forward.png');
  background-repeat: no-repeat;
  content: '';
  width: 7px;
  height: 12px;
  padding-left: 21px;
  background-position: left 5px;
  line-height: 50px;
}

ul.leftMenu li button {
  font-size: 20px;
  width: 100%;
}

ul.leftMenu li button {
  background-image: url('../images/Icon-arrow-forward.png');
  background-repeat: no-repeat;
  content: '';
  width: 7px;
  height: 12px;
  padding-left: 21px;
  background-position: left 5px;
  line-height: 50px;
  display: contents;
}

ul.leftMenu li button i.fa.fa-angle-right {
  padding-right: 10px;
}

ul.whiteList li,
ul.darkList li,
ul.longDarkList li {
  background-repeat: no-repeat;
  padding-left: 21px;
  background-position: left 8px;
  line-height: 25px;
  margin-bottom: 15px;
}

ul.whiteList li {
  background-image: url('../images/Icon-arrow-forward.png');
}


ul.darkList li {
  background-image: url('../images/DarkArrow.png');
}

ul.longDarkList li {
  background-image: url('../images/IconLong-arrow-right.png');
  margin-bottom: 10px;
}

div#seemoreblogs {
  display: flex;
  padding: 0;
}

.setulli ul li {
  display: grid;
  padding-bottom: 10px;
}

.setarrow ul li {
  background-image: url('../images/DarkArrow.png');
  background-repeat: no-repeat;
  padding-left: 21px;
  background-position: left 8px;
}

ol,
ul {
  padding-left: 0rem !important;
}

div#seemoreblogs .col-md-6.textBrown.mb-4.wow.fadeIn {
  /* padding: 20px; */
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  float: left;
}

.stagelist {
  border: 2px dashed #8b0b04;
  display: inline-block;
  padding: 10px;
  border-radius: 100px;
}

img.sm-Fullsize {
  width: 100%;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray h6 {
  color: #000;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray p {
  color: #000;
}

.whiteRoundedbg,
.brownRoundedbg,
.redRoundedbg {
  background-color: #8b0b04;
}

.lightRedBg.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.lightRedBg .whiteRoundedbg.position-relative {
  background-color: #fff;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray:hover {
  background-color: #8b0b04 !important;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.lightRedBg .imgAlignCenter img {
  filter: brightness(100);
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray .imgAlignCenter img {
  filter: brightness(100);
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.lightRedBg .imgAlignCenter img {
  filter: initial;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray:hover .whiteRoundedbg.position-relative {
  background-color: #fff;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray:hover h6 {
  color: #fff;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray:hover p {
  color: #fff;
}

.text-center.text-light.pt-4.pb-4.px-3.rounded-bottomRight-2x.position-relative.bg-gray:hover .imgAlignCenter img {
  filter: initial;
}

.smContainer {
  max-width: 1024px;
  margin: 0 auto;
}

.whiteRoundedbg.position-relative {
  background-color: #fff;
}

.whiteRoundedbg.position-relative img {
  filter: initial;
}

.hover-red .bg-brown .imgAlignCenter img,
.hover-red .bg-gray .imgAlignCenter img,
.hover-red .bg-white .imgAlignCenter img {
  filter: brightness(100);
}

.hover-red .bg-brown:hover,
.hover-red .bg-gray:hover .redRoundedbg,
.hover-red .bg-white:hover .redRoundedbg {
  background-color: #fff;
}

.hover-red .bg-brown:hover .imgAlignCenter img,
.hover-red .bg-gray:hover .imgAlignCenter img,
.hover-red .bg-white:hover .imgAlignCenter img {
  filter: initial;
}

.btn {
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
}

#facilitiesServices .lightRedBg .whiteRoundedbg {
  background-color: #fff;
}

#facilitiesServices .bg-brown .whiteRoundedbg {
  background-color: #fff;
}

#facilitiesServices .bg-brown:hover {
  background-color: #8b0b04;
}

#facilitiesServices .bg-brown .whiteRoundedbg img {
  width: 39px;
}

#facilitiesServices .bg-brown:hover .whiteRoundedbg img {
  width: 39px;
  /* filter: blur(3px);
  filter: grayscale(1);
  filter: saturate(2.2); */
}

#Opinion .bg-gray .whiteRoundedbg.position-relative {
  background-color: #8b0b04;
}

#Opinion .bg-gray:hover .whiteRoundedbg.position-relative {
  background-color: #fff;
}

#RightPanel li ul.darkList.t-15.pb-0.mt-4.mb-0.p-0 {
  list-style-type: none;
}

#ourServices .bg-white .whiteRoundedbg.position-relative {
  background-color: #7d6a55;
}

#ourServices .bg-white .whiteRoundedbg.position-relative img {
  filter: brightness(100);
}

#ourServices .text-center.pt-4.pb-4.px-1.rounded-bottomRight-2x.bg-white:hover .whiteRoundedbg.position-relative {
  background-color: #fff;
}

#ourServices .text-center.pt-4.pb-4.px-1.rounded-bottomRight-2x.bg-white:hover .whiteRoundedbg.position-relative img {
  filter: initial;
}

#ourServices .bg-brown .imgAlignCenter img {
  filter: initial;
}

#ourServices .bg-white .imgAlignCenter img {
  filter: initial;
}

#cancerWeTreat .itemText ul li a:hover {
  color: #fff !important;
}

#cancerWeTreat .bg-brown:hover a.lightRedBg.RoundedArrowbg.arrowRight {
  background-color: #725F4A !important;
}

#OurDoctorsSlider .owl-theme .owl-nav {
  margin-top: -25px;
}

#unknown .bg-brown .imgAlignCenter img {
  filter: initial;
}

.toggle-social .fa {
  color: #fff;
  /* font-size: 30px; */
  padding: 0 10px;
}


#thankyou {
  padding: 100px 0;
}

.btmLeftfooter a:hover {
  color: #fff !important;
}

.btmRightfooter a:hover {
  color: #fff !important;
}

.smRounded-btn {
  border-radius: 100px;
  font-weight: 300;
  padding: 12px 35px;
}

.SubmitBtn {
  width: 156px;
  height: 51px;
}

#Faq .item.bg-brown.rounded-bottomLeft-5x.px-4.text_box:hover {
  background-color: #8b0b04;
}

#breadcrumb span.lightRedText {
  display: inline-block;
}

div#top-CallButton {
  padding-right: 0rem !important;
}

img.setmargintop {
  margin-top: 70px;
}

/* changes css start here */
#facilitiesServices .imgAlignCenter {
  justify-content: flex-start;
}

#OurDoctors h4 {
  color: #fff;
  font-family: 'gothamlight';
}

.item.topRoundedRedItem.pb-2 {
  border-radius: 0;
  border: none;
}

#getYourOpinion h2.lightRedText.ultraFont.wow.fadeIn {
  padding-top: 30%;
}

#values .bg-brown:hover {
  background-color: #8b0b04;
}

#misson .bg-brown:hover {
  background-color: #8b0b04;
}

ul.whiteList li {
  list-style: none;
}

#redBgForm a.text-light u:hover {
  color: #fff !important;
}

#hoverbg-brown .bg-brown:hover {
  background-color: #8b0b04;
}

.sideeffectcolor .bg-brown:hover {
  background-color: #8b0b04;
}

.lightRedBg:hover span#hoverredeffect {
  background-color: #8b0b04;
}

#ProcessTreatment .bg-white:hover {
  background-color: #8b0b04;
}

#PlanTreatments label.form-check-label a:hover {
  color: #fff !important;
}

#PlanTreatments button#bookenquiry-form_check:hover {
  background-color: #7D6A55 !important;
  color: #fff;
}

#PlanTreatments select#booklocation {
  background-color: #8b0b04 !important;
}




















/* changes css end here */

#mediadetail p {
  color: #000;
}

#ourServices .hover-red .bg-brown:hover,
#ourServices .hover-red .bg-gray:hover,
#ourServices .hover-red .bg-white:hover {
  background-color: #7d6a55 !important;
}

#ourServices .text-center.pt-4.pb-4.px-1.rounded-bottomRight-2x.bg-white p {
  color: #7d6a55 !important;
}

#ourServices .text-center.pt-4.pb-4.px-1.rounded-bottomRight-2x.bg-white:hover p {
  color: #fff !important;
}

#ourServices .text-center.pt-4.pb-4.px-1.rounded-bottomRight-2x.bg-brown p {}

.alignCenter {
  height: 100%;
  vertical-align: middle;
  align-items: center;
}

.bannerImg {
  position: absolute;
  left: -120px;
}

.whiteRoundedbg,
.brownRoundedbg,
.redRoundedbg {
  border-radius: 100px;
  padding: 10px;
  width: 77px;
  display: inline-block;
  height: 77px;
}

.smRedRoundedbg {
  border-radius: 100px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}

.lgRedRoundedbg {
  border-radius: 100px;
  display: flex;
  width: 120px;
  height: 120px;
  text-align: center;
  justify-content: center;
  align-items: center;
}


.redBtmBoder {
  border-bottom: 1px solid #b20900
}

.rounded-bottomRight-1x {
  border-radius: 0 0 20px 0px;
}

.rounded-bottomRight-2x {
  border-radius: 0 0 30px 0px;
}

.rounded-bottomRight-10x {
  border-radius: 0 0 100px 0px;
}

.rounded-bottomRight-5x {
  border-radius: 0 0 50px 0px;
}

.rounded-topRight-10x {
  border-radius: 0 100px 0px 0px;
}

.rounded-topRight-5x {
  border-radius: 0 50px 0px 0px;
}

.paginationjs .paginationjs-pages {
  margin-left: 45%;
}

#patientstory_data_search img {
  border-radius: 0 55px 0 0 !important;
}

#doctor_bytes_search img {
  border-radius: 0 55px 0 0 !important;
}

.font-weight a.text-light {
  font-family: 'gothamlight';
}

.font-weight a.text-light.ultraFont {
  font-weight: 800;
  font-family: 'gothambold';
}

a.careerbtn {
  padding: 0 50px;
}

.rounded-topLeft-10x {
  border-radius: 100px 0 0px 0px;
}

.rounded-bottomLeft-5x {
  border-radius: 0px 0px 0px 50px;
}

.rounded-bottomLeft-10x {
  border-radius: 0px 0px 0px 100px;
}

.rounded-bottomLeft-1x {
  border-radius: 0px 0px 0px 20px;
}

.shapeRightRounded,
.shapeLeftRounded,
.shapeRightRounded-50 {
  height: 100%;
  z-index: 0;
  position: absolute;
  bottom: 0;
  width: 120px;
}

.shapeRightRounded {
  left: 60%;
}

.shapeLeftRounded {
  right: 63%;
}

.shapeRightRounded-50 {
  left: 50%;
}

.imgAlignCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.RoundedArrowbg {
  border-radius: 100px;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.arrowRight {
  right: 0px;
  position: absolute;
  bottom: 0;
}

.arrowRight img {
  width: auto !important;
}

.md-Arrow {
  width: 45px;
  height: 45px;
}

.bringFwd {
  z-index: 1;
  position: relative;
}


.item {
  padding-bottom: 50px;
}

.itemText {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  right: 10px;
}

#PatientsStories .itemText {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  left: 0;
}

#PatientsStories .item {
  padding-bottom: 0px;
}

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

.itemText ul li {
  text-decoration: underline;
}



.PlayIcon {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Videoplay.position-relative img.sm-Fullsize {
  width: 100%;
  border-radius: 0 50px 0 0;
  min-height: 250px;
  border-top: 6px solid #8b0b04;
}

/* .imgAlignCenter img {
  width: 95px;
  border-radius: 50px;
  height: 95px;
} */
/* ============ Navbar ============ */
#top-CallButton a:hover {
  color: #fff;
}

a.t-20.text-light.ultraFont:hover {
  color: #fff !important;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar-nav li a,
.nav-link {
  color: #000;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.navbar .btmLeftfooter,
.navbar .btmRightfooter {
  padding: 35px 150px 35px 90px;
}

.navbar-nav,
.fullsizeImg {
  width: 100%;
  border-radius: 60px 0 0 0;
}

.col-megamenu>ul>li>a {
  line-height: 40px;
  padding-left: 20px;
}

.dropdown-menu li a:hover {
  background: #7D6A55;
  color: #fff !important;
  display: block;
}

.dropdown-menu>.row.submenu {
  padding: 0px 50px 0px 80px;
}

#headerBottomMenu nav ul li {
  display: grid;
}

#headerBottomMenu nav ul li a {
  background: #8B0B04;
  color: #fff;
  font-size: 13px;
  border-radius: 0px 0px 10px 0px;
  padding: 8px 15px;
}

#headerBottomMenu nav ul li a:hover {
  background: #7D6A55;
}

.iti__country-name {
  margin-right: 6px;
  color: grey;
}

/* ============ Footer ============ */
img.profileimgdetail {
  width: 100%;
  padding-right: 30px;
}

.setul ul {
  list-style: initial;
  padding-bottom: 15px;
  float: left;
  width: 100%;
}

/* .setul ul ul{ padding: 15px 0 16px 20px} */
.benifitsec ul {
  list-style-type: initial;
}

.dacilitiessec ul {
  list-style-type: none !important;
}

.leftMenu a.text-light:hover {
  color: #fff !important;
}

/* #ProcessTreatment img.treat-ment{    filter: grayscale(0%);}
.rounded-bottomRight-2x:hover img.treat-ment{    filter: invert(0.1) sepia(1) hue-rotate(20deg);} */
.setul ol p {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

li.lightRedText p a {
  color: #8b0b04;
}

.setul p {
  float: left;
  width: 100%;
}

#OurDoctorsSlider .owl-item img {
  min-height: 420px;
  max-height: 420px;
  object-fit: cover;
  object-position: top;
}

#whyChoose .navbar-nav,
.fullsizeImg {
  width: 100%;
  border-radius: 55px 0 0 0;
}

#AboutDoctor .tab-content ul {
  padding-left: 15px;
}

#AboutDoctor .tab-content ul li {
  list-style: disc;
}

.doctorsecmain p.wow.fadeInUp.t-20 {
  font-weight: 500;
}

#detailimg img {
  width: 100%;
}

#setpdng .btn {
  font-size: 17px;
  padding: 10px 0 !important;
  width: 100%;
}

img.profileimg {
  width: 100%;
  padding: 0 30px 0 0;
}

footer h5 {
  line-height: 20px;
  margin-bottom: 0;
}

footer h5 a {
  font-size: 20px;
  font-weight: 800 !important;
  font-family: 'gothammedium' !important;
  line-height: 26px !important;
}

footer h6 {
  font-size: 18px;
  font-weight: 800;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

footer li a {
  line-height: 35px;
  padding-left: 30px;
  color: #fff;
  font-family: 'gothamlight';
}

footer li a:hover,
footer .fa:hover {
  color: #8B0B04 !important;
}

footer li:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 10px;
  width: 25px;
  height: 25px;
  background-image: url('../images/IconFeather-arrow-down-right.svg');
}

.footerSocial {
  font-size: 25px;
}

footer .callToAction li::before {
  display: none;
}

footer .callToAction li,
.inline-ul li {
  display: inline-flex;
  width: 100%;
}

.footerTop {
  border-bottom: 1px solid #fff;
}

/* ============ Accordian ============ */
.Whiteaccordion .accordion-body,
.Whiteaccordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  padding: 0;
}

.Whiteaccordion .accordion-button:not(.collapsed) {
  color: #7D6A55;
  padding: 0;
}

.Whiteaccordion .accordion-body li {
  line-height: 20px;
  background-position: left 5px;
}

.Whiteaccordion .accordion-button {
  margin-bottom: 0 !important;
}

.accordion-body {
  background-color: #7D6A55;
}

.accordion-item {
  border: 0;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: #7D6A55;
  color: #000;
  box-shadow: none;
  border-radius: 0 50px 0 0;
  margin-top: 18px;
}

.accordion-button:not(.collapsed)::after {
  transform: initial;
}

.accordion-item:first-of-type .accordion-button {

  border-top-right-radius: 50px;
}

button.collapsed {
  color: #7D6A55 !important;
  padding: 25px 15px;
  background: transparent;
}

.accordion-header {
  border-top: 1px solid #7D6A55;
  font-family: 'gothammedium';
}

.accordion-header#headingOne {
  border-top: 0px solid #7D6A55;
}

.noBorder {
  border-top: 0 !important;
}

.accordion-button:not(.collapsed) {
  padding: 50px 15px 0 15px;
  color: #fff;
  border-bottom: 0px solid #7D6A55;
}

.accordion-body .px-5 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.accordion {
  --bs-accordion-btn-focus-border-color: transparent !important;
  --bs-accordion-btn-focus-box-shadow: transparent !important;
  --bs-accordion-btn-active-icon: url('../images/accordian-arrow-down.svg') !important;
}

.Whiteaccordion.accordion {

  --bs-accordion-btn-active-icon: url('../images/IconDark-arrow-down.svg') !important;
}

.Whiteaccordion .accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
}

/* ============ Forms ============ */

.form-select-lg.hs-shadow {
  box-shadow: 0px 5px 5px 5px #00000012;
  border-radius: 35px;
  padding: 10px 20px;
}

.form-control,
.form-select-lg,
.form-control:focus,
.whitebgField .form-select {
  border: 0;
  background-color: #fff0;
  padding: 0;
  border-bottom: 1px solid #FFFF;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

.whitebgField .form-select,
.graybgField .form-select {
  box-shadow: 0px 5px 5px #00000012;

  background-image: url('../images/IconDark-arrow-down.svg');
  border-radius: 100px;
  line-height: 26px;
  color: #000;
  padding: 10px 22px;
}

.whitebgField .form-select {
  background-color: #FFF;
}

.graybgField .form-select {
  background-color: #efefef;
}

.form-control,
.form-control:focus {
  color: #fff;
}

.form-control.form-control {
  line-height: 45px;
  margin-bottom: 10px;
}

.form-control::placeholder {
  color: #fff;
}

.form-select {
  color: #fff;
  line-height: 45px;
  margin-bottom: 0 !important;
  background-image: url(../images/Iconarrow-down.svg);
  background-repeat: no-repeat;
}

#ec-mobile-number {
  padding-left: 30px;
}

.form-select.country-code {
  background-size: 15%;
}

.form-select:focus {
  border: 0;
  outline: 0;
}

.form-select {
  border-radius: 0;
}

.btn-close {
  color: #fff;
  opacity: 1;
  background-image: url(../images/Icon-material-close.svg);
  background-repeat: no-repeat;
}

.btn-close.text-dark {
  background-color: #000;
  background-image: url(../images/Icon-material-close.svg);
  padding: 8px;
  z-index: 9;
}

.form-label {
  margin-bottom: 0;
}

.form-check-input[type=checkbox] {
  margin-left: 0;
  margin-right: 15px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
}

textarea {
  height: 75px;
}

.browsebtn {
  width: 75px;
  font-size: 13px;
  background-color: #725F4A;
  position: absolute;
  top: 0;
  color: #fff;
  padding: 2px 10px 5px 10px;
  border-radius: 100px;
  right: 0;
}

#redBgForm .browsebtn {
  background-color: #750E08;
}

.lightRedBg.form-select {
  background-color: #8b0b04 !important;
}

.bg-brown.form-select {
  background-color: #8b0b04 !important;
}

#applynow_form .bg-brown.form-select {
  background-color: #7d6a55 !important;
}

select#booklocation {
  background-color: #7d6a55 !important;
}

#cancerscreening select#booklocation {
  background-color: #8b0b04 !important;
}

#cancerscreening label.form-check-label a:hover {
  color: #fff !important;
}

#news .owl-carousel .owl-item img {
  border: 1px solid #8b0b04;
}

.owl-carousel .owl-item a img {
  border: none;
}

.browsebtn:hover {
  background-color: #8b0b04;
}

.country-code {
  line-height: 35px;
  margin-bottom: 0 !important;
  border: 0;
  padding: 0 0 0 10px;
  border-radius: 0;
}

.sideeffectcolor p {
  color: #fff;
}

.country-code:after {
  border-right: 1px solid #fff;
  content: '';
  padding-left: 10px;
}

.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}

.accordion-collapse ul.px-0.pb-0.mb-0 {
  padding: 10px 10px;
  margin-left: 15px;
}

ul.px-0.pb-0.mb-0 li.pb-1 {
  padding: 8px 0;
}

a.d-inline-block.me-3.t-16.lightRedText.wow.fadeInUp {
  float: left;
  width: 100%;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

#Faq a span {
  text-decoration: underline;
}

.search {
  background: #EFEFEF;
  border-radius: 100px;
  padding: 15px 15px 15px 30px;
}

.search .form-control {
  content: '';
  background: url(../images/Icon-feather-search.svg) no-repeat left 3px;
  font-size: 15px;
  padding-left: 26px;
  border-bottom: 0;
  font-weight: 600;
  font-family: 'gothamlight';
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
}

.search .form-control::placeholder {
  color: #000;
}

/* ============ Carousel ============ */
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-nav button.owl-prev span,
.owl-nav button.owl-next span,
.owl-dots {
  display: none !important;
}

.owl-carousel {
  padding: 0;
}

.brownArrowCarousel .owl-nav button.owl-prev,
.whiteArrowCarousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  width: 32px;
  height: 21px;
}

.brownArrowCarousel .owl-nav button.owl-next,
.whiteArrowCarousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  width: 32px;
  height: 21px;
}

.one-columnCarousel .owl-nav {
  position: absolute;
  right: 90px;
  bottom: 0%;
}

#AboutDoctor h4 {
  font-size: 22px;
}

.brownArrowCarousel .owl-nav button.owl-prev {
  background: url('../images/IconAwesome-arrow-left.png') no-repeat left top !important;
}

.brownArrowCarousel .owl-nav button.owl-next {
  background: url('../images/IconAwesome-arrow-right.png') no-repeat left top !important;
}

.whiteArrowCarousel .owl-nav button.owl-prev {
  background: url('../images/IconWhiteawesome-arrow-left.svg') no-repeat left top !important;
}

.whiteArrowCarousel .owl-nav button.owl-next {
  background: url('../images/IconWhiteawesome-arrow-right.svg') no-repeat left top !important;
}


.topRoundedRedItem img {
  border-radius: 60px 0 0 0;
  border-top: 6px solid #8b0b04;
}

.bottomRoundedRedItem {
  border-radius: 0 0 60px 0;
  border-bottom: 6px solid #8b0b04 !important;
}


/* ============ Tab ============ */
.nav.nav-tabs {
  border-bottom: 0;
}

.nav-tabs a {
  border-radius: 35px;
  background: #EFEFEF !important;
  padding: 15px 35px;
  border-top-left-radius: 35px !Important;
  border-top-right-radius: 35px !Important;
  margin-bottom: 10px !important;
}

.large-tab .nav-tabs a {
  font-size: 20px;
  padding: 15px 75px;
  border: 0;
}

.nav-tabs a.active,
.nav-tabs a:hover {
  background: #8b0b04 !important;
  color: #fff !important;
}

.nav-tabs .nav-item {
  margin-right: 15px;
}


#PatientsStories .nav-tabs a {
  font-weight: 400;
  font-family: 'gothamlight';
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  background: transparent !important;
  border-color: transparent;
  color: #7D6A55;
  border-radius: 0;
}

#PatientsStories .nav-tabs a.active,
#PatientsStories .nav-tabs a:hover {
  color: #8b0b04 !important;
  font-size: 30px;
}

#PatientsStories .nav-tabs a.active span {
  font-weight: 800;
  font-family: 'gothambold';
}

#PatientsStories .nav-tabs a.active {
  font-size: 40px;
}

/* ============ Gallery ============ */
.grid-item img {
  border-radius: 60px 0 0 0;
  border-top: 6px solid #8b0b04;
}

.grid-item {
  display: inline-block;
  height: 259px;
  overflow: hidden;
  margin-bottom: 20px;
}

.grid-item img {
  width: 100%;
  height: auto;
  transition: 0.9s;
}

.grid-item img:hover {
  filter: none;
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);

}

/* a.popupimg1 {
  float: left;
  padding: 10px;
}
a.popupimg {
    float: left;
    padding: 10px;
} 
.gallerygrid {
    display: inline-table;  height: 259px;    overflow: hidden;  margin-bottom: 20px; }*/
.gallerygrid {
  display: inline-table;
  height: 259px;
  overflow: hidden;
  margin-bottom: 20px;
}

.isotope-pager .pager {
  display: inline-block;
}

.filters {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

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

.filters li {
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 100px;
}

.filters li a {
  font-size: 18px;
  padding: 15px 65px;
  color: #000;
  background-color: #EFEFEF;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 400;
}

.filters li a:hover {
  color: #fff;
  background-color: #8b0b04;
  border-radius: 100px;
}

.filters li:hover {
  color: #fff;
  background-color: #8b0b04;
}

.filters li.active a {
  color: #fff;
  border: 1px solid #e3ca66;
  background-color: #8b0b04;


}



.isotope-pager a {
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  /* height: 60px; */
  line-height: 31px;
  color: #b6b6b6;
  font-weight: 600;
  transition: 0.3s;
  /* position: relative; */
  /* padding-right: 26px; */
  box-shadow: -1px 1px 11px rgba(0, 0, 0, .1);
  border-radius: 25px;
  background-color: #232323;
  border: .5px solid #e3ca66;
  text-decoration: none;
}

.isotope-pager a:hover {
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, .1);
}

.isotope-pager .active {
  color: #e3ca66 !important;
  box-shadow: -1px 1px 10px 5px rgba(0, 0, 0, .1);
  border-radius: 25px;
  background-color: #161616;
  border: 1px dotted #e3ca66;
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,
.prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}


/* ============ Video Icon ============ */
.carevideo {
  position: absolute;
  top: 30%;
  z-index: 5;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {

  text-align: center;
  border-radius: 100%;
  color: #fff;
  align-self: center;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #7d6a55ad;
  z-index: 999;
}

.video:hover {
  background-color: #7d6a55;
}

.video:hover {
  color: #fff;
}


/****************Search ********/
.Screen-search-box {
  width: 100%;
  max-width: 600px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-bottom: 1px solid #fff;
  margin-top: 10%;

}

.Screen-search-box::placeholder {
  color: #fff;
}

.search-screen.active {
  transition-delay: 0s;
  height: 100vh;
}

div#globalSearchHtml {
  color: #fff;
  overflow-y: auto;
  margin-top: 50px;
}

div#globalSearchHtml ul {
  list-style-type: none;
  padding: 0;
}

#GalleryContainer a.popupimg.active.in li {
  list-style: none;
}

div#globalSearchHtml ul li a {
  color: #fff;
}

.search-screen {
  position: fixed;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: .3s linear .3s;
  /* background: rgb(232,246,253);
  background: linear-gradient(180deg, rgba(232,246,253,1) 0%, rgba(255,255,255,1) 100%); */
  z-index: 9999;
  /* padding-top: 7%; */

}

.search-screen.active .search-box,
.search-screen.active .close-icon {
  transition: .2s linear 0.4s;
  opacity: 1;
}

.search-box {
  width: 100%;
  max-width: 600px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  color: #007dc6;
  font-size: 30px;
  border-bottom: 1px solid #bee3f3;
  margin-top: 10%;
}

.searchresult {
  width: 100%;
  max-width: 600px;
  float: left;
  position: absolute;
  background-color: transparent;
  top: 28%;
  max-height: 490px;
  overflow-y: scroll;
}

.close-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
}


.whitebg .sm-search-box {
  background: #fff;
}

.sm-search-box {
  border: none;
  outline: none;
  font-size: 15px;
  width: 100%;
  padding: 15px 30px;
  box-shadow: 0px 5px 5px #00000012;
  border-radius: 50px;
}

.searcharrow {
  right: 0;
  position: absolute;
  top: 5px;
}

/****************Search Ends ********/

.counter-count::after {
  content: " +";
  display: inline-block;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0rem;
}

/* ============ desktop view ============ */
.equalHeight .text_box {
  display: table;
}

.equalHeight .text_box>div {
  display: table-cell;
}

.fullHeight,
.content {
  height: 100%;
}


.redGradient {
  background-color: transparent;
  background-image: linear-gradient(270deg, #ffffff 40%, #8b0b04 20%);
}

.brownGradient {
  background-color: transparent;
  background-image: linear-gradient(270deg, transparent 10%, #7D6A55 0%);
}

.creamGradientRight {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff 37%, #d0c7b2 20%);
}

.creamGradientRight-25 {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff 25%, #d0c7b2 20%);
}

.grayGradient {
  background-color: transparent;
  background-image: linear-gradient(270deg, #ffffff 50%, #F4F4F7 20%);
}

.nodata {
  min-height: 300px;
  text-align: center;
  padding: 50px;
  color: rgb(5, 5, 5);
  font-size: 20px;
}

.nodata1 {
  min-height: 300px;
  text-align: center;
  padding: 50px;
  color: #fff;
  font-size: 20px;
}

#cancerWeTreat .bg-brown:hover a {
  color: #fff !important;
}

#AoiUpdates .owl-item a {
  color: #fff !important;
}

#cancerWeTreat a {
  color: #fff;
}

.ahovercolor a {
  color: #fff;
}

div#innerspecialities-slidercommon {
  min-height: 350px;
}

#ourServices a.lightRedBg.RoundedArrowbg.arrowRight {
  margin-top: -50px;
  position: relative;
  float: right;
  padding: 10px 14px;
  background-color: #7d6a55;
  display: none;
}

#ourServices .hover-red.text_box.wow.fadeIn:hover .hovershowhide {
  display: block
}

#ourServices .hover-red.text_box.wow.fadeIn:hover a.lightRedBg {
  background-color: #a11515 !important;
}

#InternationalPatients img.fullsizeImg {
  border-radius: 0px 0 0 0;
}

.tagheight {
  min-height: 60px;
}

@media all and (min-width: 992px) {


  /* .ml-n10 {  margin-left: -10.25rem!Important;}
.one-columnCarousel.ml-n10 {  margin-left: !Important;} */
  .ml-n14 {
    margin-left: -14.25rem !Important;
  }

  #MobileHeader {
    position: sticky !important;
  }

  .ml-n8 {
    margin-left: -8.25rem !Important;
  }

  .ml-n6 {
    margin-left: -6.25rem !Important;
  }

  .mr-n6 {
    margin-right: -6.25rem !Important;
  }

  .me-7 {
    margin-right: 5rem !important;
  }

  .me-6 {
    margin-right: 4rem !important;
  }

  .mx-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mt-6 {
    margin-top: 4rem !important;
  }

  .mt-7 {
    margin-top: 5rem !important;
  }

  .mb-7 {
    margin-bottom: 5rem !important;
  }

  .pt-6 {
    padding-top: 4rem !important;
  }

  .pb-6 {
    padding-bottom: 4rem !important;
  }

  .pt-7 {
    padding-top: 5rem !important;
  }

  .pb-7 {
    padding-bottom: 5rem !important;
  }

  .px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .one-columnCarousel.brownArrowCarousel .owl-nav button.owl-prev {
    left: -40px;
  }

  .brownArrowCarousel .owl-nav button.owl-prev,
  .whiteArrowCarousel .owl-nav button.owl-prev {
    left: -70px;
  }

  .brownArrowCarousel .owl-nav button.owl-next,
  .whiteArrowCarousel .owl-nav button.owl-next {
    right: -70px;
  }


  #OurDoctors {
    padding-bottom: 320px !important;
  }

  #OurDoctorsSlider {
    margin-top: -350px
  }

  #MobileHeader {
    display: none;
  }

  .float-md-right {
    float: right;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

  .overlapRow {
    margin-right: -120px;
    z-index: 9;
    position: relative;
  }

  .overlapRowLeft {
    margin-left: -50px;
    z-index: 9;
    position: relative;
  }

  .navbar .megamenu {
    border: 0;
    border-radius: 0;
    background: #f3f3f3;
    width: 83%;
    margin: 0 auto;
    border-top: 2px solid #8b0b04;
  }

  .dropdown.has-megamenu .nav-link {
    position: relative;
  }

  .dropdown.has-megamenu .nav-link:before {
    content: '\25b2';
    position: absolute;
    opacity: 0;
    bottom: -21px;
    z-index: 9999;
    color: #8b0b04;
    left: 45%;
  }

  .dropdown.has-megamenu.showDropdownArrow .nav-link.show:before {
    opacity: 1;
  }

  dropdown-menu megamenu show {
    opacity: 0;
  }

  .dropdown-menu.megamenu .col-megamenu {
    padding: 40px 0px 60px 4px;
  }

  .modal-dialog {
    max-width: 750px;
  }

  .btn-close {
    right: 20px;
    position: absolute;
    top: 20px;
    color: #fff !important;
  }

  .modal {
    background: #ffffffed;
  }

  .grid-item img {
    width: 96%;
  }

  .VideoBanner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video {
    height: 150px;
    width: 150px;
  }

  .video .fa {
    font-size: 60px;
  }

  #MobileBanner,
  .lg-hide,
  #mobileFixedMenu {
    display: none
  }


  #chatWrap {
    position: absolute;
    right: 100px;
    top: -50px;
  }

  #Fx-socialMedia {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
  }

  #Fx-socialMedia li {
    background-color: #8b0b04;
  }

  #Fx-socialMedia li a {
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    display: block;
  }

  #Fx-socialMedia li:last-child,
  #Fx-socialMedia li:last-child:hover a {
    border-radius: 0px 0px 0px 20px;
  }

  #Fx-socialMedia li a:hover {
    background-color: #7D6A55;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
  .carevideo {
    top: initial;
  }

  .browsebtn {
    width: 105px;
    right: 26px;
  }

  .shapeLeftRounded.xs-hide {
    display: none !important;
  }


  .Whiteaccordion button.collapsed {
    padding: 14px 0;
    margin-bottom: 0 !important;
  }

  button.collapsed {
    font-size: 18px;
  }

  .accordion-button:not(.collapsed) {
    padding: 20px 20px 20px 20px;
    border-radius: 0 20px 0 0;
    margin-top: 18px;
    font-size: 18px;
    line-height: 25px;
  }

  .accordion-body {
    padding: 10px;
  }

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

  #OurDoctors {
    padding-bottom: 320px !important;
  }

  #OurDoctorsSlider {
    margin-top: -300px
  }

  #chatWrap,
  #Fx-socialMedia {
    display: none;
  }

  select {
    font-size: 13px !important;
  }

  .px-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pt-5,
  .pt-6,
  .pt-7 {
    padding-top: 2rem !important;
  }

  .pb-5,
  .pb-6,
  .pb-7 {
    padding-bottom: 2rem !important;
  }

  .mb-5,
  .mb-6,
  .mb-7 {
    margin-bottom: 2rem !important;
  }

  .mt-5,
  .mt-6,
  .mt-7 {
    margin-top: 2rem !important;
  }

  .btn-close {
    opacity: 1;
    background-image: none;
    position: absolute;
    right: 20px;
  }

  .MobileLeftMenu .dropdown-menu,
  .dropdown-menu.show {
    position: relative !important;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    top: -15px !important;
    border: 0;
    padding: 0;
  }

  .MobileLeftMenu>li {
    margin-bottom: 20px;
  }

  .MobileLeftMenu>li>a {
    font-size: 16px;
    color: #fff
  }

  .MobileLeftMenu>li>a:hover {
    color: #000
  }

  .MobileLeftMenu li a,
  .MobileLeftMenu li a:hover {
    display: block;
  }

  .MobileLeftMenu .dropdown-menu li a {
    padding: 5px;
    color: #fff;
    border-bottom: 1px solid #a0120a;
  }

  .IconList li {
    display: inline-block;
    ;
  }

  .IconList li a {
    color: #000;
  }

  .IconList li a:hover {
    color: #8b0b04
  }

  #mobileFixedMenu {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    bottom: 0px;
  }

  #MobileHeader {
    position: sticky;
    top: 0px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
  }

  .shapeRightRounded,
  .shapeLeftRounded,
  .shapeRightRounded-50 {
    width: 40px;
  }

  .redGradient {
    background-image: linear-gradient(270deg, #ffffff 0%, #8b0b04 0%);
  }

  .creamGradientRight {
    background-image: linear-gradient(90deg, #ffffff 1%, #d0c7b2 1%);
  }

  .grayGradient {
    background-image: linear-gradient(270deg, #ffffff 1%, #F4F4F7 0%);
  }

  .nav-tabs {
    justify-content: center !important;
  }

  .nav-tabs a {
    padding: 10px 30px;
  }

  .btn {
    font-size: 15px;
    padding: 10px 30px !important;
  }


  /********BG Images*******/

  .triangleRightBg,
  .triangleBtmRightBg {
    background-image: url('../images/MobileTriangleRight.png ');
    background-size: cover;
    background-repeat: no-repeat;
  }


  .xs-t-12 {
    font-size: 12px !important;
  }

  .xs-textRight {
    text-align: right !important;
  }

  .xs-float-end {
    float: right !important;
  }

  .sm-Fullsize {
    width: 100%
  }

  .md-hide {
    display: none !important;
  }



  #PatientsStories .nav-tabs a.active,
  #PatientsStories .nav-tabs a:hover,
  #PatientsStories .nav-tabs a {

    font-size: 18px;
  }

  #DesktopBanner {
    display: none;
  }

  .mobileRightColumn {
    display: flex;
    align-items: center;
  }

  .redGradient {
    background-color: #8b0b04;
  }

  .creamGradientRight {
    background-color: #d0c7b2;
  }

  .creamGradientRight-25 {
    background-color: #d0c7b2;
  }

  .grayGradient {
    background-color: #F4F4F7;
  }

  .brownGradient {
    background-color: #7D6A55;
  }

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

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

  .px-5,
  .px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }


  .one-columnCarousel .owl-nav {
    bottom: 2%;
  }

  .one-columnCarousel.brownArrowCarousel .owl-nav {

    bottom: 22px;
  }

  .fa-play.fa-2x {
    font-size: 1.2em;
  }

  .brownArrowCarousel .owl-nav {
    margin-top: 10px;
    bottom: -9px;
    position: absolute;
    right: 0;
  }

  .whiteArrowCarousel .owl-nav {
    padding-top: 0;
    top: -50px;
    position: absolute;
    right: 0;
  }

  .brownArrowCarousel .owl-nav button.owl-prev,
  .whiteArrowCarousel .owl-nav button.owl-prev,
  .one-columnCarousel.brownArrowCarousel .owl-nav button.owl-prev {
    right: 50px;
    background-size: 70% 70% !important;
  }

  .brownArrowCarousel .owl-nav button.owl-next,
  .whiteArrowCarousel .owl-nav button.owl-next {
    right: 0px;
    background-size: 70% 70% !important;
  }



  .smRedRoundedbg {
    padding: 20px;
  }

  #DesktopHeader,
  #headerBottomMenu {
    display: none;
  }

  .CarouselSlider {
    padding: 0 10px;
  }

  .itemText {
    width: 80%;
  }

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .filters {
    margin-bottom: 10px;
  }

  .filters li a {
    padding: 10px 10px;
    border-radius: 0px;
    font-size: 14px;
  }

  .filters li a:hover {
    border-radius: 0px;
  }

  .filters li {
    margin: 0 2px 26px 0;
  }

  .video {
    height: 50px;
    width: 50px;
  }

  .search-screen.active {
    padding: 22px;
  }

  .xs-CarouselSlider {
    padding: 0 50px;
  }

  .rounded-bottomRight-10x {
    border-radius: 0 0 50px 0px;
  }

  .rounded-topRight-10x {
    border-radius: 0 50px 0px 0px;
  }

  .rounded-topLeft-10x {
    border-radius: 50px 0 0px 0px;
  }

  .rounded-bottomLeft-10x {
    border-radius: 0px 0px 0px 50px;
  }



  .whitePlayIcon {
    width: 40px;
    height: 40px;
  }
}

/* ============ mobile view .end// ============ */


@media(max-width: 767px) {
.hidden-mob{display: none;}
  .pe-5 {
    padding-right: 0 !important;
  }

  p {
    font-size: 15px !important;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }

  .brownBorderRight {
    border-right: 1px solid #9a8773;
  }

  .brownBorderbottom {
    border-bottom: 1px solid #9a8773;
  }

  .brownBordertop {
    border-top: 1px solid #9a8773;
  }

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

  .xs-text-center {
    text-align: center !important;
  }

  .large-tab .nav-tabs a {
    font-size: 16px;
    padding: 5px 18px;
    border: 0;
  }

  .browsebtn {
    right: 15px;
    width: 115px;
  }

  #banner {
    background-position: -210px
  }


}


#mobileMenuLeft .accordion .link {
  cursor: pointer;


  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#mobileMenuLeft .accordion li:last-child .link {
  border-bottom: 0;
}

#mobileMenuLeft .accordion li a {
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #990f07;
  display: block;
  padding: 15px 15px 15px 15px;
}

#mobileMenuLeft .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#mobileMenuLeft .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}



#mobileMenuLeft .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-toggle {
  background: transparent;
  border: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #7e2017;
  border-radius: 1px;
  margin: 7px;
}

/**
 * Submenu
 -----------------------------*/

#mobileMenuLeft .submenu {
  display: none;

}

#mobileMenuLeft .submenu a {
  padding: 10px 0px 10px 0px !important;
  font-size: 16px !important;
  text-decoration: none;
}









@keyframes lum-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

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

@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(6px);
  }

  25% {
    transform: scale(1.3) translateX(8px);
  }

  40% {
    transform: scale(1.2) translateX(6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(6px);
  }

  75% {
    transform: scale(0.7) translateX(8px);
  }

  90% {
    transform: scale(0.8) translateX(6px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.8) translateX(-6px);
  }

  75% {
    transform: scale(0.7) translateX(-8px);
  }

  90% {
    transform: scale(0.8) translateX(-6px);
  }

  100% {
    transform: scale(1);
  }
}


.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}

img#searcharrow {
  min-width: 20px !important;
  min-height: 20px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }
}

/* 
#setforsearch{
  display: inline-block;width: 33%;
}
#setforsearch .itemText {
  position: relative;
  z-index: 9;
  bottom: 0px;
  right: -15px;
  top: -125px;
  float: right;
} */

img.loaderfix {
  margin-left: 45%;
  padding: 100px;
}

#innerspecialities-slidercommon {
  margin-bottom: 30px;
}

.text-light {
  font-family: 'gothammedium';
}

.setul li strong {
  color: #806b55;
}

.setul li::marker {
  color: #806b55;
}

/* sticky header css start here */
header.fixed {
  position: fixed;
  float: left;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.fixed img {
  width: 109px;
  height: 60px;
}

.fixed ul#topNav {
  display: none;
}

.fixed div#top-CallButton {
  padding: 0 !important;
}

#cancerWeTreat span p.mb-0.ultraFont a {
  color: #8b0b04;
}

.colorcodered {
  color: #8b0b04;
}

#cancerWeTreat span p.mb-0.ultraFont a:hover {
  color: #9b0000;
}

ul.hightfixing {
  min-height: 75px;
}

.colorwhite {
  color: #fff;
}

.itemText ul li a.colorwhite1:hover {
  color: #fff !important;
}

.searchresultbanner {
  width: 100%;
  max-width: 600px;
  float: left;
  position: absolute;
  background-color: #9b0000;
  top: 55px;
  max-height: 490px;
  overflow-y: auto;
  z-index: 9;
}

.searchresultbanner h4 {
  padding: 25px 0 10px 25px;
  color: #fff;
}

.searchresultbanner li a {
  color: #fff;
}

/* sticky header css end  here */


/* img.bottomRoundedRedItem.borderbottomline{border-bottom: 6px solid #8b0b04 !important;} */

.grid-item {
  display: block;
  height: auto;
  /* overflow: hidden; */
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.grid-item li {
  list-style: none;
}

a.popupimg1 {
  float: left;

}

.grid-item img {
  width: 370px;
  height: 233px;
  margin: 10px;
}

a.popupimg.active.in {
  float: left;
}

a.popupimg1.active.in {
  float: left;
}

#OurDoctorsSlider a.d-inline-block.text-dark.t-16 {
  width: 100%;
}

.item.topRoundedRedItem.pb-2 img {
  border-radius: 60px 0 0 0;
  border-top: 6px solid #8b0b04;
}

ul li b {
  color: #7D6A55;
  font-weight: 800;
  font-family: 'gothambold';
}