/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

.bar {
  width: 100%;
  padding: 25px 0;
  font-size: 18px;
}

.bar_content {
  display: block;
  /* Important to give the content a width */
  width: 100%;
  transform: translateX(100%);
  /* Animation start out of the screen */
  /* Add the animation */
}

.bar_content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* Create the animation */

@-webkit-keyframes move {
  to {
    transform: translateX(-100%);
  }
}

@keyframes move {
  to {
    transform: translateX(-100%);
  }
}

#welcome-page .fill:hover,
#welcome-page .fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

#welcome-page .pulse:hover,
#welcome-page .pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

#welcome-page .close:hover,
#welcome-page .close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

#welcome-page .raise:hover,
#welcome-page .raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

#welcome-page .up:hover,
#welcome-page .up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

#welcome-page .slide:hover,
#welcome-page .slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

#welcome-page .offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}

#welcome-page .offset:hover,
#welcome-page .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

#welcome-page .fill {
  --color: #a972cb;
  --hover: #cb72aa;
}

#welcome-page .pulse {
  --color: #ef6eae;
  --hover: #ef8f6e;
}

#welcome-page .close {
  --color: #ff7f82;
  --hover: #ffdc7f;
}

#welcome-page .raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

#welcome-page .up {
  --color: #e4cb58;
  --hover: #94e458;
}

#welcome-page .slide {
  --color: #8fc866;
  --hover: #66c887;
}

#welcome-page .offset {
  --color: #19bc8b;
  --hover: #1973bc;
}

#welcome-page .main-banner {
  position: relative;
}

#welcome-page .main-banner .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  margin-top: 10px;
  top: 150px;
  right: 15px;
}

#welcome-page .main-banner .owl-theme .owl-dots .owl-dot {
  display: table;
  margin: auto;
}

#welcome-page .main-banner .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
}

#welcome-page .main-banner .owl-theme .owl-dots .owl-dot.active span,
#welcome-page .main-banner .owl-theme .owl-dots .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
}

#welcome-page .main-banner .owl-theme .header-text {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  color: #fff;
}

#welcome-page .main-banner .owl-theme .header-text .main-header {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  font-size: 21px;
  font-family: gotham-light;
  border-bottom: 1px solid #ccc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#welcome-page .main-banner .owl-theme .header-text .discription {
  float: left;
  width: 100%;
  font-family: gotham-regular;
  font-size: 36px;
  font-weight: bold;
}

#welcome-page .priciple-container {
  background: white !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

#welcome-page .priciple-container .read-more__ {
  padding: 10px 15px;
  border-radius: 5px;
  background: #4e3e73;
  color: white !important;
  font-weight: 600;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

#welcome-page .doctors-section .imgSection .imgBox {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 5px solid #ffffff;
  transition: all 300ms ease;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

#welcome-page .doctors-section .imgSection .imgBox:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

#welcome-page .doctors-section .imgSection .imgBox:hover .image img {
  transform: scale(1.1);
  transition: all 2000ms ease;
}

#welcome-page .doctors-section .imgSection .imgBox .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

#welcome-page .doctors-section .imgSection .imgBox .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 500ms ease;
}

#welcome-page .academy_ads {
  background: #298aa2;
}

#welcome-page .academy_ads marquee {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

#welcome-page .academy_ads marquee a.blink-text {
  color: red;
}

#welcome-page .academy_ads .bar_content {
  display: block;
  /* Important to give the content a width */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(0);
  /* Animation start out of the screen */
  /* Add the animation */
  /* infinite make reapeat the animation indefinitely */
}

#welcome-page .academy_ads .bar_content h3 {
  color: #fff;
  text-wrap: nowrap;
}

#welcome-page .academy_ads .bar_content h3 i {
  color: #ffed4a !important;
}

#welcome-page .mn-banner {
  background-color: #ffffff;
}

#welcome-page .mn-banner img {
  width: 100%;
  border-radius: 20px 0px 20px 0px;
}

#welcome-page .mn-banner .left-contr {
  padding-top: 100px;
}

#welcome-page .mn-banner .left-contr img {
  width: auto;
  border-radius: 0;
}

#welcome-page .mn-banner .left-contr .p-one {
  border: 1px solid #ccc;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 60px;
  border-radius: 0px 0px 20px 0px;
  margin-left: -1px;
  display: table;
  line-height: 40px;
  cursor: pointer;
}

#welcome-page .mn-banner .left-contr .p1 span {
  background-color: #ffd84f;
  float: left;
  width: 75px;
  margin-right: 10px;
}

#welcome-page .mn-banner .left-contr .p1 span img {
  padding: 8px 8px 8px 30px;
  width: 65px;
}

#welcome-page .mn-banner .left-contr .p2 span {
  background-color: #1292ab;
  float: left;
  width: 75px;
  margin-right: 10px;
}

#welcome-page .mn-banner .left-contr .p2 span img {
  padding: 8px 8px 8px 30px;
  width: 65px;
}

#welcome-page .mn-banner .left-contr .p3 span {
  background-color: #dc5b3e;
  float: left;
  width: 75px;
  margin-right: 10px;
}

#welcome-page .mn-banner .left-contr .p3 span img {
  padding: 8px 8px 8px 30px;
  width: 65px;
}

#welcome-page .mn-banner .left-contr .p4 span {
  background-color: #083233;
  float: left;
  width: 75px;
  margin-right: 10px;
}

#welcome-page .mn-banner .left-contr .p4 span img {
  padding: 8px 8px 8px 30px;
  width: 65px;
}

#welcome-page .codetext {
  margin-left: 177px;
  margin-bottom: 30px;
}

#welcome-page .special-sm__row {
  display: none;
}

#welcome-page .abt-section img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 170px;
  position: -webkit-sticky;
  position: sticky;
}

#welcome-page .news-section {
  padding-right: 200px;
}

#welcome-page .news-section .con-sec {
  margin: auto;
}

#welcome-page .news-section .news-cn {
  padding-left: 50px;
}

#welcome-page .news-section .news-cn h1 {
  padding-bottom: 10px;
  font-family: gotham-regular;
}

#welcome-page .news-section img {
  max-width: 100%;
}

#welcome-page .doctors-section {
  padding: 40px 145px;
}

#welcome-page .doctors-section .main-tl {
  text-align: center;
  font-weight: bold;
  padding-bottom: 60px;
}

#welcome-page .doctors-section .ds-sec {
  border: 1.5px solid #cfcdcd;
  border-radius: 30px;
  background: #fff;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  padding: 30px 0;
}

#welcome-page .doctors-section .ds-sec:hover {
  border: 1.5px solid #4e3e73;
  box-shadow: 0 20px 30px -16px rgba(9, 9, 16, 0.2) !important;
  transform: scale(1.05);
}

#welcome-page .doctors-section .ds-sec h1 {
  font-size: 16px;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: gotham-regular;
  font-weight: bold;
}

#welcome-page .doctors-section .ds-sec .img-sec {
  padding: 20px;
}

#welcome-page .doctors-section .ds-sec .img-sec img {
  width: 100%;
}

#welcome-page .doctors-section .ds-sec .ln-buttons {
  float: left;
  width: 100%;
  text-align: center;
}

#welcome-page .doctors-section .ds-sec .ln-buttons a.bn-style {
  border: 1px solid #ededed;
  padding: 4px 10px;
  border-radius: 3px;
  background: #ededed;
  transition: all 0.3s ease;
}

#welcome-page .doctors-section .ds-sec .ln-buttons a.bn-style:hover {
  background: #4e3e73;
  color: #fff !important;
  border: 1px solid #4e3e73;
}

#welcome-page .doctors-section .ds-sec p {
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 20px;
}

#welcome-page .mc-section {
  background-color: #fff;
  padding: 40px 145px;
}

#welcome-page .mc-section img {
  width: 100%;
}

#welcome-page .mc-section .ab-sec {
  padding: 20px;
}

#welcome-page .mc-section .ab-sec img {
  width: 50px;
}

#welcome-page .mc-section .ab-sec a i {
  color: #999999;
  position: relative;
  top: 2px;
  margin-left: 5px;
  transition: all 0.3s ease;
}

#welcome-page .mc-section .ab-sec a:hover i {
  margin-left: 20px;
}

#welcome-page .mc-section .ab-sec h1 {
  font-size: 24px;
  font-family: gotham-regular;
  font-weight: bold;
}

#welcome-page .mc-section .ab-sec h1 img {
  margin-top: -40px;
  margin-left: 25px;
}

#welcome-page .mc-section .sn-one {
  padding: 0;
}

#welcome-page .mc-section .sn-one img {
  width: 100%;
}

#welcome-page .mc-section .sn-one .abt-text {
  padding: 20px;
}

#welcome-page .fs-section {
  padding: 40px 160px;
}

#welcome-page .fs-section .facilities-cn {
  border-radius: 48px 48px 20px 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  min-height: 650px;
}

#welcome-page .fs-section .facilities-cn img {
  width: 100%;
}

#welcome-page .fs-section .facilities-cn h1 {
  font-size: 16px;
  padding: 15px 15px 0px 15px;
  font-weight: bold;
  font-family: gotham-regular;
}

#welcome-page .fs-section .facilities-cn p {
  padding: 0px 15px 0px 15px;
}

@media screen and (max-width: 1600px) {
  #welcome-page .abt-section img {
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
    top: 170px;
    position: -webkit-sticky;
    position: sticky;
  }

  #welcome-page .doctors-section {
    padding: 40px 65px;
  }

  #welcome-page .fs-section {
    padding: 40px 80px;
  }

  #welcome-page .mc-section {
    padding: 40px 65px;
  }
}

@media screen and (max-width: 1280px) {
  #welcome-page .fs-section {
    padding: 40px 30px;
  }

  #welcome-page .fs-section .facilities-cn h1 {
    font-size: 14px;
  }

  #welcome-page .news-section {
    padding-right: 15px;
  }

  #welcome-page .news-section .news-cn {
    padding-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  #welcome-page .fs-section {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 991px) {
  #welcome-page .main-banner .owl-theme .header-text {
    bottom: 10px;
  }

  #welcome-page .news-section {
    background: #fcfcfc;
    padding: 60px 30px;
  }

  #welcome-page .news-section .news-cn {
    padding-left: 0;
  }

  #welcome-page .news-section img {
    border: 10px solid white;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    border-radius: 0 0 68px 0;
  }

  #welcome-page .mc-section {
    padding: 40px 20px;
  }

  #welcome-page .doctors-section {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 800px) {
  #welcome-page .doctors-section {
    padding: 40px 15px;
  }

  #welcome-page .doctors-section .ds-sec .ln-buttons a.bn-style {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  #welcome-page .doctors-section {
    background: #fcfcfc;
  }

  #welcome-page .doctors-section .ds-sec {
    border: none;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    padding-bottom: 25px;
  }

  #welcome-page .doctors-section .ds-sec a.bn-style {
    border: 1px solid #a7c0c1 !important;
    background: #a7c0c1;
    font-weight: 700;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  }

  #welcome-page .mn-banner .left-contr {
    padding-top: 40px;
  }

  #welcome-page .mn-banner .left-contr .p-one {
    padding-right: 20px;
  }

  #welcome-page .mn-banner .owl-theme .header-text .main-header {
    width: 100%;
    font-size: 24px !important;
    border: none;
  }

  #welcome-page .mn-banner .owl-theme .header-text .discription {
    display: none;
  }

  #welcome-page .mc-section {
    padding: 40px 30px;
  }

  #welcome-page .abt-section img {
    height: 290px;
  }

  #welcome-page .news-section {
    padding: 60px 30px;
    padding-bottom: 0;
  }

  #welcome-page .news-section .news-cn {
    padding-left: 0;
  }

  #welcome-page .fs-section {
    padding-bottom: 10px;
  }

  #welcome-page .fs-section .facilities-cn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  #welcome-page .fs-section {
    background: #fcfcfc;
  }

  #welcome-page .fs-section .facilities-cn {
    border-radius: 70px 70px 25px 25px;
    overflow: hidden;
    border: 4px solid white;
    background: white;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 15px;
  }

  #welcome-page .doctors-section {
    padding: 40px 15px;
  }

  #welcome-page .mc-section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 575px) {
  #welcome-page .mn-banner .left-contr {
    display: none;
  }

  #welcome-page .doctors-section {
    padding-bottom: 0;
  }

  #welcome-page .doctors-section .main-tl {
    padding-bottom: 30px;
  }

  #welcome-page .mc-section {
    padding: 0px 0;
    padding-top: 10px;
  }

  #welcome-page .special-sm__row {
    background: #f1f3f6;
    display: flex;
    padding: 30px 0;
  }

  #welcome-page .special-sm__row .sm-bx__col {
    padding: 0 20px 15px 20px;
  }

  #welcome-page .special-sm__row .sm-bx__col .con {
    text-align: center;
    padding: 20px;
    background: #f1f3f6;
    border-radius: 20px;
    box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
  }

  #welcome-page .special-sm__row .sm-bx__col .con a .fa {
    color: #9dabc0;
    margin-bottom: 20px;
    font-size: 40px;
    padding: 10px;
  }

  #welcome-page .special-sm__row .sm-bx__col .con a h4 {
    color: #333333;
  }
}

@media screen and (max-width: 480px) {
  #welcome-page .doctors-section {
    padding: 40px 15px 10px;
  }

  #welcome-page .doctors-section .main-tl {
    font-size: 28px;
  }

  #welcome-page .doctors-section .ds-sec a.bn-style {
    font-size: 13px;
  }

  #welcome-page .news-section {
    padding: 60px 15px;
    padding-bottom: 0;
  }

  #welcome-page .special-sm__row .sm-bx__col {
    padding: 0 15px 15px 15px;
  }

  #welcome-page .special-sm__row .sm-bx__col .con a h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 414px) {
  #welcome-page .fs-section {
    padding: 30px 0px;
  }

  #welcome-page .doctors-section {
    padding: 40px 0px 0px;
  }
}

@media screen and (max-width: 375px) {
  #welcome-page .special-sm__row .sm-bx__col .con {
    padding: 20px 10px;
  }

  #welcome-page .special-sm__row .sm-bx__col .con a h4 {
    font-size: 14px;
  }
}

