@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css");
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  line-height: 1;
  position: relative;
  z-index: 100;
}

/*#menu-line {

  position: absolute;

  top: 0;

  left: 0;

  height: 3px;

  background: #ffcb05;

  -webkit-transition: all 0.25s ease-out;

  -moz-transition: all 0.25s ease-out;

  -ms-transition: all 0.25s ease-out;

  -o-transition: all 0.25s ease-out;

  transition: all 0.25s ease-out;

}*/
#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 8px 30px;
  margin: 10px 0px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu > ul > li > a:nth-child(8) {
  border: 0px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fee7b1;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 29px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fee7b1;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover > ul > li {
  height: 32px;
}

#cssmenu ul ul li a {
  padding: 11px 20px;
  background: #353743;
  text-decoration: none;
  color: #fff;
  min-width: 173px;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fee7b1;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fee7b1;
}
.location-big-section{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
  column-gap: 10px;
}
.locationSection .big-map-location {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
  background: #CCC;
}
header .logoContainer .topActionButton{
  display: flex;
  float: right;
}
header .logoContainer .topActionButton .btnLoginRegister{
  padding: 6px 19px;
}
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 12px 33px;
    font-size: 13px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li a::before {
    content: ">>";
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    color: #ca7171;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 36px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu > ul > li > a {
    padding: 11px 23px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    border-right: 0px;
  }
  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 18px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

@font-face {
  font-family: "Muli-Bold";
  src: url(../fonts/Muli-Bold.ttf);
}

@font-face {
  font-family: "Muli";
  src: url(../fonts/Muli.ttf);
}

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

html {
  font-size: 16px;
}

body {
  font-family: "Muli";
}

.inside-banner {
  padding: 80px 0px 80px 0px;
  margin-bottom: 0px;
  background-size: 100% 240% !important;
}

.no-more-data {
  text-align: center;
  border: 1px dotted;
  padding: 5px;
  background: #fff;
}

.please-wait {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #b74849;
  color: #000;
}

.galleryList {
  margin-top: 50px;
}

.galleryList ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.galleryList ul li {
  padding: 10px 10px;
}

.galleryList ul li .imgBox {
  height: 210px;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.galleryList ul li .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.galleryList ul li .imgBox a {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.404);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.galleryList ul li .imgBox:hover a {
  opacity: 100;
}

.inside-body-section {
  padding: 50px 0px;
}

.album-listing .imgBox {
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.album-listing .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.album-listing .imgBox a {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.404);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.album-listing .imgBox:hover a {
  opacity: 100;
}

.overlaySideBar {
  position: fixed;
  right: 0px;
  z-index: 1000;
  bottom: -254px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.overlaySideBar h4 {
  background-color: #df1e1f;
  padding: 15px;
  margin-bottom: 0px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.overlaySideBar h4 a {
  color: #fff;
}

.overlaySideBar .box {
  background-color: #24bcb3;
  width: 400px;
  padding: 40px 55px;
  position: relative;
}

.overlaySideBar .box .button ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.overlaySideBar .box .button ul li {
  padding: 8px 0px;
}

.overlaySideBar .box .button ul li a {
  border: 2px solid #ffffff;
  padding: 5px 15px;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
}

.overlaySideBar .box .button ul li a:hover {
  background-color: #df1e1f;
  color: #ffffff;
}

.overlaySideBar:hover {
  bottom: 0px;
}

header .logoContainer {
  border-bottom: 4px solid #df1e1f;
  padding: 10px 0px;
  position: relative;
  z-index: 100;
}

header .logoContainer::after {
  content: "";
  background-color: #df1e1f;
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

header .logoContainer .topActionButton {
  text-align: right;
  padding: 8px 0px;
}

header .logoContainer .topActionButton .btnLoginRegister {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  margin-left: 8px;
  font-size: 1.1rem;
  padding: 6px 39px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
}

header .logoContainer .topActionButton .btnLoginRegister:hover {
  border-color: #353743;
}

header .navigationContainer {
  background-color: #353743;
}

header .socialLink ul {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

header .socialLink ul li {
  float: left;
  padding: 0px 8px;
  font-size: 30px;
}

header .socialLink ul li a {
  color: #353743;
}

header .socialLink ul li a:hover .bi-facebook {
  color: #2b3e7c;
}

header .socialLink ul li a:hover .bi-twitter {
  color: #156a9b;
}

header .socialLink ul li a:hover .bi-youtube {
  color: #f71212;
}

header .socialLink ul li:last-child {
  padding-right: 0px;
}

.visionSection {
  padding: 70px 0px 50px 0px;
}

.visionSection .visionBox {
  padding-right: 6rem;
}

.visionSection .visionBox h5 {
  font-family: "Muli-Bold";
  color: #df1e1f;
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.visionSection .visionBox h5::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #df1e1f;
  width: 72px;
  left: 0px;
  top: 13px;
}

.visionSection .visionBox h1 {
  font-size: 3rem;
  text-align: left;
  color: #353743;
  text-transform: none;
  font-family: "Muli-Bold";
  margin-bottom: 2rem;
}

.visionSection .welcomeBox {
  position: relative;
  padding: 30px;
  z-index: 100;
}

.visionSection .welcomeBox::before {
  content: "";
  background-color: #df1e1f;
  height: 135px;
  width: 178px;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
}

.visionSection .welcomeBox::after {
  content: "";
  background-color: #df1e1f;
  height: 135px;
  width: 178px;
  position: absolute;
  bottom: 0;
  z-index: -10;
  right: 0;
}

.btn-Consultation {
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
  display: inline-block;
}

.btn.btn-Consultation::after,
.btn.btn-Consultation::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn.btn-Consultation::after {
  top: -3px;
  left: -3px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

.btn.btn-Consultation::before {
  bottom: -3px;
  right: -3px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}

.btn.btn-Consultation:hover {
  color: #222222;
}

.btn.btn-Consultation:hover::after,
.btn.btn-Consultation:hover::before {
  width: calc(50% + 3px);
  height: calc(50% + 3px);
  border-color: #222222;
}

.sliderBg {
  background-image: url(../images/sliderlocationbg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}

.locationSection {
  padding: 70px 0px;
}

.locationSection h1 {
  font-size: 3rem;
  text-align: center;
  color: #353743;
  text-transform: capitalize;
  font-family: "Muli-Bold";
}

.locationSection .desc {
  padding: 0px 0px;
  text-align: center;
}

.locationSection .big-map-location {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin: 0px auto;
  margin-top: 50px;
}

.locationSection .big-map-location .overlay {
  background-color: #df1e1f;
  position: absolute;
  padding: 15px;
  width: 100%;
  bottom: -170px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.locationSection .big-map-location .overlay ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.locationSection .big-map-location .overlay ul li {
  padding: 5px 0px;
  color: #fff;
}

.locationSection .big-map-location .overlay .btnappoiment {
  font-size: 1rem;
  background-color: #df1e1f;
  color: #fff;
  padding: 5px 15px;
  text-transform: capitalize;
  margin-top: 20px;
  font-weight: normal;
  border-radius: 50px;
  border: 2px solid #fff;
}

.locationSection .big-map-location a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.locationSection .big-map-location a h5 {
  background-color: #353743;
  padding: 8px 15px 11px 15px;
  font-weight: normal;
  margin: 0px;
  display: inline-block;
  width: 70%;
  position: absolute;
  bottom: 0;
}

.locationSection .big-map-location a h5::after {
  content: "\f3e8";
  font-family: bootstrap-icons !important;
  font-style: normal;
  float: right;
}

.locationSection .big-map-location:hover .overlay {
  bottom: 40px;
}

.locationSection .locationSlider {
  margin-top: 50px;
}

.locationSection .locationSlider .item {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.locationSection .locationSlider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.locationSection .locationSlider .item .overlay {
  background-color: #df1e1f;
  position: absolute;
  padding: 15px;
  width: 100%;
  bottom: -170px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.locationSection .locationSlider .item .overlay ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.locationSection .locationSlider .item .overlay ul li {
  padding: 5px 0px;
  color: #fff;
}

.locationSection .locationSlider .item .overlay .btnappoiment {
  font-size: 1rem;
  background-color: #df1e1f;
  color: #fff;
  padding: 5px 15px;
  text-transform: capitalize;
  margin-top: 20px;
  font-weight: normal;
  border-radius: 50px;
  border: 2px solid #fff;
}

.locationSection .locationSlider .item a {
  color: #fff;
}

.locationSection .locationSlider .item a h5 {
  background-color: #353743;
  padding: 8px 15px 11px 15px;
  font-weight: normal;
  margin: 0px;
  display: inline-block;
  width: 70%;
  position: absolute;
  bottom: 0;
}

.locationSection .locationSlider .item a h5::after {
  content: "\f3e8";
  font-family: bootstrap-icons !important;
  font-style: normal;
  float: right;
}

.locationSection .locationSlider .item:hover .overlay {
  bottom: 40px;
}

.locationSection .locationSlider button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  right: -45px;
  font-size: 60px;
  top: 70px;
}

.locationSection .locationSlider button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  left: -45px;
  font-size: 60px;
  top: 70px;
}

.locationSection .carousel-control-next,
.locationSection .carousel-control-prev {
  font-size: 3rem;
}

.prayasTeam {
  padding: 50px 0px;
  background-color: #f1f1f1;
  position: relative;
}

.prayasTeam h1 {
  font-size: 3rem;
  text-align: left;
  color: #353743;
  text-transform: capitalize;
  font-family: "Muli-Bold";
  text-align: center;
}

.prayasTeam .desc {
  padding: 0px 0px;
  text-align: center;
}

.prayasTeam::before {
  content: "";
  background-color: #24bcb3;
  position: absolute;
  width: 100%;
  height: 172px;
  bottom: 169px;
}

.prayasTeam .teamSlider {
  margin-top: 80px;
}

.prayasTeam .teamSlider .item {
  text-align: center;
}

.prayasTeam .teamSlider .item .doctor-profile-a {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prayasTeam .teamSlider .item .doctor-profile-a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prayasTeam .teamSlider .item hr {
  height: 2px;
  width: 80px;
  margin: 10px auto;
  opacity: 10;
  background-color: #24bcb3;
}

.prayasTeam .teamSlider .item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #353743;
  margin-bottom: 0px;
  margin-top: 0px;
}

.prayasTeam .teamSlider .item h5 a {
  color: #353743;
}

.prayasTeam .teamSlider .item h6 {
  margin-bottom: 0px;
}

.prayasTeam .teamSlider .item h6 a {
  color: #353743;
}

.prayasTeam .teamSlider .item .box {
  padding: 10px 0px;
}

.prayasTeam .teamSlider .item .socailBx a {
  color: #353743;
  font-size: 30px;
  margin: 0px 8px;
}

.prayasTeam .teamSlider .item:hover .box {
  background-color: crimson;
}

.prayasTeam .teamSlider .item:hover .box h5 {
  color: #fff;
}

.prayasTeam .teamSlider .item:hover .box h6 {
  color: #fff;
}

.prayasTeam .teamSlider .item:hover .box a {
  color: #fff;
}

.feedBackSection {
  background-color: #ffffff;
  padding: 50px 0px;
  background-image: url(../images/testimonialsbg.jpg);
  background-size: cover;
  position: relative;
  z-index: 100;
}

.feedBackSection .desc {
  padding: 0px 0px;
  text-align: center;
}

.feedBackSection h1 {
  font-size: 3rem;
  text-align: center;
  color: #353743;
  text-transform: capitalize;
  font-family: "Muli-Bold";
}

.feedBackSection .feedbackSlider {
  margin-top: 3rem;
}

.feedBackSection .feedbackSlider .profImg {
  padding: 28px 0px;
}

.feedBackSection .feedbackSlider .feedDesc {
  background-color: #353743;
  padding: 50px;
  color: #fff;
  font-size: 1.2rem;
}

.feedBackSection .feedbackSlider .feedDesc span {
  font-size: 4rem;
  position: relative;
  line-height: 0;
  top: 33px;
}

.feedBackSection .feedbackSlider .feedDesc h5 {
  font-size: 1.6rem;
  border-bottom: 2px solid #fff;
  display: inline;
}

.feedBackSection .btnViewAll {
  border: 2px solid #df1e1f;
  border-radius: 0px;
  font-size: 1.1rem;
  color: #df1e1f;
}

.feedBackSection::before {
  content: "";
  background-color: #f1f1f19c;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -10;
}

.pull-right {
  float: right;
}

.trainingSection {
  padding: 50px 0px;
  background-color: #ffffff;
}

.trainingSection .desc {
  text-align: justify;
}

.trainingSection h1 {
  font-size: 3rem;
  text-align: left;
  color: #353743;
  text-transform: capitalize;
  font-family: "Muli-Bold";
}

.trainingSection ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.trainingSection ul li {
  margin: 20px 0px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.trainingSection ul li .desc {
  background-color: #ededed96;
  padding: 2rem;
  color: #000;
  height: 100%;
}

.trainingSection ul li .desc h4 {
  font-size: 1.4rem;
}

.publicationSection {
  padding: 50px 0px;
  background-color: #24bcb3;
}

.publicationSection .publicationList {
  padding-left: 80px;
}

.publicationSection .publicationList h4 {
  font-size: 2.1rem;
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}

.publicationSection .publicationList h4 a {
  font-size: 1.2rem;
  float: right;
  position: relative;
  top: 15px;
  color: #fff;
}

.publicationSection .publicationList ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.publicationSection .publicationList ul li {
  padding: 10px 0px;
  font-size: 1.3rem;
  color: #fff;
}

.publicationSection .publicationList ul li a {
  color: #fff;
}

.publicationSection .publicationList ul li .date {
  background-color: #353743;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
}

.querySection {
  padding: 0px 290px;
}

.querySection h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-family: "Muli-Bold";
  margin-bottom: 50px;
}

.querySection .row {
  margin: 0px;
}

.querySection .caseEvent {
  padding-right: 0px;
}

.querySection .caseEvent .desc {
  background-color: #df1e1f;
  padding: 15px 30px;
  color: #fff;
  margin-left: 50px;
  margin-top: -50px;
  position: relative;
}

.querySection .caseEvent .desc h5 {
  font-weight: 600;
}

.querySection .submitBox {
  background-color: #353743;
  padding: 50px 80px;
  text-align: center;
}

.querySection .submitBox input {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  margin: 15px 0px;
  height: 50px;
  color: #fff;
}

.querySection .submitBox input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.querySection .submitBox input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.querySection .submitBox textarea {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 0px;
  margin: 15px 0px;
  color: #fff;
}

.querySection .submitBox textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-size: 17px;
}

.querySection .submitBox textarea :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.querySection .submitBox textarea ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.querySection .submitBox .btnSubmit {
  font-size: 1rem;
  background-color: #df1e1f;
  color: #fff;
  padding: 5px 15px;
  text-transform: capitalize;
  margin-top: 40px;
  font-weight: normal;
  border-radius: 50px;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 15px 80px;
  border: 2px solid #df1e1f;
}

.querySection .submitBox .btnSubmit:hover {
  background-color: transparent;
  border: 2px solid #df1e1f;
}

footer {
  border-top: 5px solid #24bcb3;
  padding: 20px 0px;
  background-color: #dfdfdf;
  font-size: 13px;
}

footer h5 {
  font-weight: 600;
}

.doctor-profile .dp-box {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 3px solid #df1e1f;
}

.doctor-profile .basic-info {
  width: 998px;
}

.doctor-profile .basic-info h3 small {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}

.left-side-menu {
  background-color: #353743;
  border-left: 3px solid #df1e1f;
  width: 23%;
}

.left-side-menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.left-side-menu ul li {
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.344);
}

.left-side-menu ul li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-side-menu ul li a::after {
  content: "\f285";
  font-family: bootstrap-icons !important;
}

.left-side-menu ul li:hover, .left-side-menu ul li.active {
  background-color: #df1e1f;
}

.right-side-content {
  width: 77%;
}

.right-side-content h2 {
  font-family: "Muli-Bold";
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .visionSection .visionBox {
    padding: 15px;
  }
  .visionSection .appoimentBox {
    padding: 15px;
  }
  .sliderLocationBg {
    background-size: cover;
  }
  .sliderLocationBg .locationContainer .locationSlider button.owl-prev {
    left: 0;
  }
  .sliderLocationBg .locationContainer .locationSlider button.owl-next {
    right: 0;
  }
  .sliderLocationBg .locationContainer .desc {
    padding: 0px;
  }
  .visionSection .visionBox .btn-knowmore {
    font-size: 1rem;
    background-color: #df1e1f;
    color: #fff;
    padding: 5px 15px;
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: normal;
    border-radius: 50px;
  }
  .querySection {
    padding: 0px 0px;
  }
  .querySection .submitBox {
    padding: 20px;
  }
  .basic-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other-info-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .doctor-profile .basic-info,
  .left-side-menu,
  .right-side-content {
    width: 100%;
  }
  header .logoContainer::after {
    -webkit-clip-path: none;
            clip-path: none;
    width: 100%;
  }
  header .logoContainer .topActionButton .btnLoginRegister {
    padding: 6px 35px;
  }
  .prayasTeam::before {
    display: none;
  }
  .feedBackSection a {
    word-break: break-word;
  }
  .locationSection .locationSlider button.owl-prev {
    left: 0;
  }
  .locationSection .locationSlider button.owl-next {
    right: 0;
  }
  header .logoContainer .topActionButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logoContainer img {
    background-color: #fff;
    padding: 5px;
  }
  .owl-carousel .owl-item img,
  .owl-carousel .owl-item img {
    max-height: auto !important;
  }
  .locationSection .big-map-location {
    width: 100%;
  }
}
/*# sourceMappingURL=custome-style.css.map */