.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_one {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-txt {
  position: absolute;
  top: 43%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.slide-txt h1 {
  max-width: 52%;
  font-size: 55px;
  font-weight: 700;
  color: #ffff;
  line-height: 64px;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}

.text-color {
  color: #ee8325;
}

.slide-txt p {
  width: 64%;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  margin-bottom: 32px;
}

.mobile-banner{
  display: none;
}



.txt-two {
  max-width: 74% !important;
}

.txt-three {
  max-width: 60% !important;
}

.txt-four {
  max-width: 63% !important;
}

.welcome {
  text-align: center;
  margin-bottom: 130px;
}

 .new_btn {
  display: inline-flex;
  width: 172px;
  height: 35px;
  position: absolute;
  transform: rotate(270deg);
  right: -68px;
  top: 32%;
}

.btn_r {
  text-align: center;
  display: inline-block;
  width: 162px;
  padding: 8px 7px;
  background-color: #ee8325;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.btn_l{
  width: 55px;
  text-align: center;
  display: inline-block;
  padding: 6px 7px;
  color: #fff;
  background-color: #283c5e;
  font-size: 18px;
}

.new_3{
  padding: 8px 7px!important;
}


.welcome p {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 9%;
}

.doctor-img {
  width: 95%;
}
.doctor-img span {
  display: block;
}
.doctor-img span img {
  width: 100%;
}
.doctor-info {
  text-align: left;
  margin-top: -9%;
}
.doctor-info h3 {
  font-size: 12px;
  font-weight: 600;
  color: #0096e6;
  margin-bottom: 10px;
}
.doctor-info h4 {
  width: 86%;
  font-size: 24px;
  color: #191919;
  font-weight: 700;
  margin-bottom: 24px;
}
.doctor-info ul li p {
  text-align: justify;
  margin-bottom: 0px;
}

.doctor-info ul li {
  display: flex;
  margin-bottom: 30px;
}

.list-img {
  width: 30%;
  margin-right: 20px;
}
.list-img img {
  width: 100%;
}
.list-txt h4 {
  margin-bottom: 10px;
}

.welcome .gbl_btn {
  justify-content: center;
}
.list-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #f3e6e6;
  margin-right: 20px;
  border: 5px solid #0096e6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ee8325;
}

.list-txt {
  width: 87%;
}

.treatment {
  text-align: center;
  margin-bottom: 130px;
}

.treatment-content {
  margin: 89px 0px 58px 0px;
}

.treatment-box {
  text-align: center;
}
.box-circle {
  margin: 0 auto 25px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px dashed var(--primary-color);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.treatment-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #283c5e;
  margin-bottom: 25px;
}

.treatment-box p {
  margin: 0 auto;
  width: 93%;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  line-height: 29px;
}

.inner-div {
  display: flex;
  justify-content: center;
}

.help {
  background-image: url(../image/Depart\ Bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 61px 0px;
  text-align: center;
  margin-bottom: 100px;
  display: none;
}

/* .content .col-lg-4:nth-child(-n + 3) .treatment-box {
  margin-bottom: 45px;
} */

.help .gbl_heading {
  color: #fff;
}

.help .line {
  background-color: #fff;
}

.help .para {
  color: #fff;
}
.help-box {
  width: 333px;
  height: 308px;
  text-align: center;
  position: relative;
}
.help-box > img {
  width: 100%;
  height: 100%;
}
.box-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-content img {
  margin-bottom: 20px;
}

.help-content {
  display: flex;
  margin-top: 40px;
}

.help-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.help-box p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.super {
  text-align: center;
  margin-bottom: 205px;
  background-color: var(--secondary-color);
  padding: 60px 0px;
}

.super .gbl_heading {
  color: #fff;
}

.super .line {
  background-color: #283c5e;
}

.super .div {
  background-color: var(--primary-color);
}

.super .para {
  color: #fff;
}

.super-content {
  margin-top: -10%;
  transform: translateY(64%);
}

.super-box {
  position: relative;
  width: 310px;
  height: 285px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0px 23px;
  transition: 0.5s;
    cursor: pointer;
}

.super-box:hover{
  transform: translate(0, -10px);
}
.super-circle {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  font-size: 34px;
  color: var(--primary-color);
}

.super-circle svg {
  margin-top: 52px;
}

.super-txt {
  padding: 73px 0px 0px 0px;
}

.super-txt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 17px;
}

.super-line {
  display: block;
  background-color: #000000;
  width: 77%;
  height: 1px;
  margin: 0 auto 17px auto;
}

.super-txt p {
  width: 95%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  line-height: 27px;
}

.neuro {
  background-image: url(../image/query.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* height: 688px; */
  padding: 55px 0px;
  text-align: left;
  margin-bottom: 100px;
}

.neuro-content {
  margin: 0 auto;
  width: 55%;
}

.neuro-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 11px;
}

.neuro-content p {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  line-height: 24px;
  margin-bottom: 34px;
}

.neuro-content .super-line {
  width: 100%;
  margin: 0px 0px 34px 0px;
}

.color {
  color: var(--secondary-color);
}

.neuro-content form label {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  display: block;
  margin-bottom: 13px;
}

.neuro-content form input {
  width: 100%;
  height: 60px;
  padding: 6px 7px;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.neuro-content form input:focus {
  outline: none;
}

.neuro-content form button {
  margin: 35px auto 0 auto;
  border: none;
}

.neuro-content form button .btn_right {
  width: 176px;
}

.input-div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.input-one {
  width: 45%;
}

.input-div .input-one:last-of-type {
  width: 100%;
}


.video-tab {
  width: 100%;
  height: 581px;
  margin-bottom: 100px;
}

.tab-content {
  display: none;
  position: relative;
}

.tab-content.active {
  display: block;
}

.tab-content video {
  object-fit: cover;
  width: 100%;
  height: 581px;
}

.tab-content video::-webkit-media-controls-timeline {
  display: none;
}

.video-btn {
  transform: translateY(-64%);
  width: 73%;
  height: 50px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 20px 35px 20px 0 rgba(221, 221, 221, 0.5);
}

.video-content {
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.tab-link {
  width: 270px;
  height: 50px;
  padding: 13px;
  color: #222222 !important;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /* margin-right: 10px; */
}

.tab-link.active {
  background-color: var(--secondary-color);
  color: #fff !important;
}

.open_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--primary-color);
  border: none;
  z-index: 10;
}

.testimonial {
  text-align: center;
  padding: 67px 0px;
  background-color: rgba(225, 225, 225, 1);
  margin-bottom: 70px;
}

.testimonial h3 {
  color: #444444;
}

.testimonial-slider {
  margin-top: 43px;
  position: relative;
  z-index: 10;
}

.test-slider {
  text-align: center;
  position: relative;
}

.test-slider::after {
  content: "";
  position: absolute;
  top: 36%;
  left: 100%;
  display: block;
  width: 5px;
  height: 100px;
  background-color: #706f6f;
  border-radius: 20px;
  margin-right: -10%;
}

.test-slider img {
  margin: 0 auto;
  width: 17% !important;
  margin-bottom: 20px;
}

.test-slider p {
  width: 80%;
  margin: 0 auto 30px auto;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  line-height: 27px;
}

.test-line {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  display: block;
  width: 5px;
  height: 100px;
  background-color: #706f6f;
  border-radius: 20px;
}

.test-icon {
  margin-bottom: 10px;
}

.test-icon svg {
  font-size: 11px;
  color: #f9df3b;
}

.test-slider h5 {
  font-size: 17px;
  color: #222222;
  font-weight: 700;
}

.test-slider h4 {
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 700;
}

.patient-info {
  text-align: center !important;
  width: 23% !important;
  margin-right: auto;
}

.new {
  text-align: center !important;
  width: 23% !important;
  margin: 0 0 0 auto !important;
}

.owl-dots {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #ffffff;
  margin: 0 3px;
  position: relative;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button:focus {
  outline: none;
}

.owl-dots button.owl-dot.active {
  background-color: var(--secondary-color);
}

.diagnosis {
  margin-bottom: 30px;
}

.diagnosis-img {
  position: relative;
}

.diagnosis-img img {
  width: 100%;
}

.text-parent {
  width: 100%;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.text-one {
  width: 25%;
  /* position: absolute;
  top: 33%;
  left: 0%; */
  text-align: center;
}

.text-one h3 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.img-div {
  width: 16%;
  margin: 0 auto 21px auto;
}

.img-div img {
  width: 100%;
}

.text-one p {
  margin: 0 auto;
  width: 64%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
