.pb-6 {
  padding-bottom: 60px;
}
.pt-2 {
  padding-top: 20px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pt-4 {
  padding: top 40px;
}
.p {
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0 0 16px;
}
.colorwhite {
  color: white;
}
.theme-btn {
  font-size: 18px;
  font-weight: 600;
  background: #f15928;
  padding: 10px 35px;
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff !important;
}

.hero-active.owl-carousel .owl-dots {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
}
.hero-active.owl-carousel {
  z-index: -1;
}
.hero-active.owl-carousel .owl-dot span {
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  margin: 5px 5px;
  transition: all 0.5s ease-in-out;
}
.hero-active.owl-carousel button.owl-dot.active span {
  background: #0064fa;
  border-color: #0064fa;
}
.home .hero-area a.theme-btn:hover {
  color: #072365 !important;
}
.home .hero-area .theme-btn::before {
  background: #fff;
}
.hero-area {
  background-size: cover;
  background-position: center;
}
.owl-item.active .hero-area .hero-text p {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.owl-item.active .hero-area .hero-text h3 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.owl-item.active .hero-area .hero-text a.theme-btn {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.owl-item.active .hero-area .hero-text h1 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.owl-item.active .hero-area .hero-text .exper-button {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero-area {
  z-index: 0;
  height: 780px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 100;
}
.home .hero-area {
  padding: 10;
}
.home .hero-containt {
  margin-top: 0;
}
.hero-containt {
  width: 100%;
}
.hero-containt .exper-button a {
  background: #f15928;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding: 17px 38px;
  border-radius: 3px;
  display: inline-block;
  transition: 0.3s;
  line-height: 24px;
}
.hero-text {
  position: relative;
  width: 35%;
}

.hero-text h3 {
  font-size: 65px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.hero-text a.theme-btn {
  margin-top: 30px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.hero-text h3 span {
  position: relative;
}
.hero-text h3 span:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  bottom: 1px;
}
.hero-text h1 {
  font-size: 60px;
  color: #072365;
  font-weight: bold;
  margin-bottom: 0px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  line-height: 100%;
  margin-bottom: 17px;
}
.hero-text p {
  font-size: 18px;
  color: #01fbf5;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  line-height: 1.4;
  display: block;
}
.hero-text .exper-button {
  margin-top: 15px !important;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.section-title-i {
  max-width: 1211px;
  margin: auto;
}
.section-title-i h3 {
  font-size: 40px;
  color: #072365;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
}
.section-title-i h2 {
  font-size: 30px;
  color: #072365;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
}
.section-title-i p {
  font-size: 16px;
  color: #4f5256;
  font-weight: 400;
  margin: 0;
}
.features-f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(302px, 1fr));
  gap: 30px;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
}
.card-f {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.howitworks {
  position: relative;
  left: 0;
  right: 0px;
  margin: auto;
  top: -61px;
}
.aboutimg {
  position: relative;
  left: 0;
  right: 0px;
  margin: auto;
  top: 108px;
  height: 68%;
}

.parentsimg {
  max-width: 58%;
}

.callout {
  background: #ffffff;
  border: 1px solid rgba(42, 125, 225, 0.25);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(14, 34, 51, 0.08);
  width: 50%;
}
.aboutLi {
  list-style: disc;
  color: #f15928;
}
.punch {
  margin: 22px 0 8px;
  font-weight: 700;
  color: #144ed7;
}
.closer {
  font-weight: 700;
  color: #144ed7;
  margin-top: 6px;
}
.sig {
  margin-top: 24px;
  font-weight: 700;
}
.card-f h3 {
  color: #144ed7;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
}
.card1 {
  border: 0px solid #ccc;
  padding: 0px;
  margin: 0px;
  background-color: white;
}
.card1-body {
  flex: 1 1 auto;
}
.activity-feed {
  padding: 10px 0 0 5px;
  word-wrap: break-word;
}
.activity-feed .feed-item h3 {
  margin-bottom: 20px;
  font-weight: 400;
  color: #072365;
}
.activity-feed .feed-item {
  position: relative;
  padding: 0 0 25px 25px;
  border-left: 2px solid #116aef;
}
.activity-feed .feed-item:after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: -6px;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #151516;
}
.activity-feed .feed-date {
  position: relative;
  top: -10px;
  text-transform: none;
  font-size: 1.5rem;
  color: #144ed7;
  border-bottom: 1px #151516;
  font-weight: 500;
}
.card2 {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 25px;
  background-color: white;
  border-radius: 8px;
}
.how-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how-area-text {
  font-size: 16px;
}

.sslig {
  height: 70px;
  width: 70px;
  background: #f6cb99;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 0px;
}
.sslig img {
  margin: 0;
}
.sslig:hover {
  background: #072264;
  box-shadow: 0px 0px 19px 7px #072264;
}
.pricing-area-i {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pruse-area {
  padding-bottom: 115px;
}
.pruse-area.ptt {
  padding-top: 150px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/services/bgg.jpg);
}
.pps-lidtt a {
  color: #fff;
  background: #f15928;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
}
.pps-lidtt.midd .imh {
  background: none;
  box-shadow: 0 0 10px none;
}
.pps-lidtt.midd h3 span {
  color: #f15928;
}
.pps-lidtt.midd a {
  background: #f15928;
}
.pps-lidtt.midd h3 {
  border-bottom: 1px solid #dedede;
}
.single-pruse {
  background: #fff;
  box-shadow: 0 0 10px #0000003d;
}
.single-pruse ul li a i {
  color: #f15928;
  font-size: 18px;
  font-weight: 900;
  margin-right: 5px;
}
.single-pruse {
  padding-top: 95px !important;
  padding: 30px;
  margin-bottom: 25px;
  min-height: 370px;
  height: 650px;
  position: relative;
  transition: 0.3s;
}
.single-pruse h3 {
  font-size: 24px;
  color: #144ed7;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  margin: ;
  padding-bottom: 10px;
}
.single-pruse h3 span {
  font-size: 46px;
  color: #f15928;
  font-weight: 700;
}
.single-pruse ul li {
  margin-bottom: 10px;
}
.single-pruse ul li a {
  font-size: 16px;
  color: #072365;
  font-weight: 500;
  position: relative;
  background: transparent !important;
  padding: 0;
  margin: 0;
}
.single-pruse ul li:last-child {
  margin: 0;
}
.single-pruse:hover {
  background: #eeeff2;
}
.midd .single-pruse ul li a i {
  color: #f15928;
  font-size: 18px;
  font-weight: 900;
}
.pricing-wrap .single-pruse {
  min-height: 500px;
}
.serve-detail-two .single-pruse {
  min-height: 370px;
}
.imh {
  position: absolute;
  height: 100px;
  width: 100px;
  background: none;
  line-height: 100px;
  text-align: center;
  top: -34px;
  border-radius: 3px;
  box-shadow: 0 0 10px none;
}

.pps-lidtt.midd .imh {
  background: none;
  box-shadow: 0 0 10px none;
}
.pps-lidtt.midd h3 span {
  color: #f15928;
}
.pps-lidtt.midd a {
  background: #f15928;
}
.pruse-btn {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}
.team-1 {
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: 0.3s;
}
.team-1:before {
  position: absolute;
  content: "";
  background: #072365;
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: -1;
  transition: 0.3s;
}
.team-1:hover::before {
  top: 0;
}
.team-1:hover {
  color: #fff;
  background: #f15928;
}
.child-area {
  background: #f15928;
  height: 550px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.child-form {
  background: #072365;
  width: 450px;
  height: 380px;
  padding-top: 40px;
  margin-bottom: 0px;
}
.child-form h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.getintouch-area {
  text-align: left;
  height: 38px;
  width: 190px;
  border-radius: 5px;
  float: left;
}
.section-title {
  text-align: center;
}
.section-title h3 span {
  position: relative;
}
.section-title h3 span:before {
  position: absolute;
  content: "";
  height: 0px;
  width: 100%;
  background: #f15928;
  bottom: 2px;
}
.section-title.coo h3 {
  color: #fff;
}
.section-title h3 {
  font-size: 36px;
  color: #072365;
  font-weight: 700;
  margin: 0;
  text-align: left;
  margin-bottom: 20px;
}
.section-header {
  text-align: left;
}

.section-header h3 {
  font-size: 36px;
  color: #144ed7;
  font-weight: 500;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.section-header h4 {
  font-size: 24px;
  color: #072365;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.avatar1 {
  border-radius: 20%;
  height: 400px;
}

.child-call img {
  animation: hu__hu__ infinite 5s ease-in-out;
}
.child-call a {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.doctor-area-3 {
  padding: 50px 50px 0px 50px;
  height: 750px;
}
.doctor-title {
  margin-bottom: 40px;
}
.doctor-title p {
  text-align: left;
}
.slider-area {
  background-color: #edf1f9;
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: center;
}
.slider-area
  .single-slider-active.owl-carousel.owl-loaded.owl-drag
  .owl-stage-outer {
  margin-right: 0;
  padding-left: 0;
  margin: 0 -4px;
}
.slider-title h2 {
  font-size: 40px;
  color: #072264;
  font-weight: 700;
  margin-bottom: 15px;
}
.slider-title p {
  font-size: 16px;
  color: #4f5256;
  line-height: 24px;
  padding-bottom: 30px;
}
.slider-title {
  max-width: 745px;
  margin: auto;
}
.happy-slider-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.happy-slider-title img {
  margin-right: 15px;
  width: auto !important;
}
.single-slider-active .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  padding-left: 10px;
  padding-top: 10px;
}
.single-slider-active .owl-item.active.center .slider-content {
  background: #f15928;
  color: #fff;
}
.single-slider-active .owl-item.active.center .slider-content p {
  color: #fff;
}
.single-slider-active.owl-carousel .owl-item img {
  display: block;
  width: auto;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.single-slider-active .owl-item.active.center .slider-content i {
  color: #f15928;
}
.slider-content {
  max-width: 370px;
  box-shadow: 0 0 8px 1px #33333329;
  padding: 64px 20px;
  text-align: center;
  background-color: #fff;
  transition: 0.3s;
}
.slider-content p {
  font-size: 16px;
  font-style: italic;
  color: #4f5256;
  line-height: 27px;
  margin: 0;
}
.slider-content img {
  margin-bottom: 40px;
}
.ds-slider-item img {
  margin: 0 auto;
  width: 100px;
}
.slider-info {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.slider-inner-text h4 {
  font-size: 18px;
  color: #072264;
  font-weight: 700;
  margin: 0;
}
.slider-inner-text p {
  font-size: 16px;
  color: #5c5d60;
  font-weight: 400;
  margin: 0;
}
.slider-inner-text {
  margin-left: 10px;
}
.owl-dots {
  display: none;
}
.brand-active .owl-dots {
  display: none;
}
.doctorimg {
  height: 73%;
  margin-left: 150px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pb-6 {
    padding-bottom: 30px;
  }
  .hero-active.owl-carousel .owl-dots {
    width: 100%;
    position: static;
    flex-direction: row;
  }
  .hero-active.owl-carousel .owl-dot span {
    border: 2px solid #0064fa;
  }
  .hero-area {
    text-align: left;
    padding-top: 10px;
    height: 300px;
  }
  .home .hero-area {
    text-align: left;
    padding-top: 19px;
    height: 300px;
  }
  .hero-containt .exper-button a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .hero-containt {
    width: 100% !important;
    box-sizing: border-box;
    text-align: left;
    padding-top: 52px;
    width: 60%;
    box-sizing: border-box;
    margin-top: 35px;
  }

  .hero-text h3 {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .hero-text p {
    font-size: 19px;
    margin-bottom: 10px !important;
  }
  .hero-text {
    position: relative;
    width: 94%;
  }
  .hero-text h1 {
    font-size: 30px;
  }
  .home .hero-text h3 span:before {
    bottom: 2px;
  }
  .pricing-title-i p {
    font-size: 16px;
    color: #4f5256;
    font-weight: 400;
    margin: 0;
  }
  .howitworks {
    position: relative;
    margin: auto;
    top: -70px;
  }
  .aboutimg {
    position: relative;
    left: 0;
    right: 0px;
    margin: auto;
    top: 15px;
    height: 100%;
  }
  .pricing-area-i {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pruse-area {
    padding-bottom: 70px;
  }
  .pruse-area.ptt {
    padding-top: 80px;
  }
  .pruse-area .container {
    overflow: visible;
  }
  .pps-lidtt {
    text-align: center;
    margin-top: 50px;
  }
  .child-containt .coo span {
    display: inline;
  }
  .child-area {
    height: auto;
    padding: 120px 0;
    margin: 0;
  }
  .child-form {
    width: 380px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0px;
  }
  .section-title h3 {
    font-size: 31px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
  }
  .section-title h3 span::before {
    bottom: 0px;
  }
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  .doctor-area-3 {
    padding: 50px 0px 50px 0px;
    height: 1500px;
  }
  .doctor-title {
    margin-bottom: 30px;
  }
  .slider-area {
    padding-bottom: 30px;
  }
  .single-slider-active .owl-item.active.center .slider-content {
    background: #f15928;
    color: #fff;
    margin: auto;
  }
  .slider-content {
    margin: auto;
  }
  .single-pruse {
    transition: 0.3s;
    text-align: left;
  }
  .child-form {
    width: 380px;
    margin-bottom: 30px;
    height: 400px;
    padding-top: 50px;
    margin-left: 0px;
  }
  .getintouch-area {
    text-align: left;
    height: 38px;
    width: 132px;
    border-radius: 5px;
    float: left;
  }
  .child-containt {
    text-align: center;
  }
  .slider-info {
    width: 370px;
    margin: auto;
  }
  .doctorimg {
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pb-6 {
    padding-bottom: 30px;
  }
  .pps-lidtt a {
    color: #fff;
    background: #f15928;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
  }
  .pps-lidtt {
    margin-top: 62px;
  }
  .single-pruse {
    padding-top: 95px !important;
    padding: 30px;
    margin-bottom: 25px;
    min-height: 805px;
  }
  .child-form {
    width: 380px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .getintouch-area {
    text-align: left;
    height: 38px;
    width: 155px;
    border-radius: 5px;
    float: left;
  }
  .child-containt {
    margin-left: 50px;
    text-align: left;
  }
  .section-title h3 {
    font-size: 31px;
    margin-bottom: 20px;
  }
  .section-title h3 span::before {
    bottom: 4px;
  }
  .doctor-area-3 {
    padding: 50px 30px 50px 30px;
    height: 954px;
  }
  .slider-content {
    margin: auto;
  }
  .hero-active.owl-carousel.owl-loaded.owl-drag {
    padding-top: 0;
  }
  .pruse-area.ptt {
    padding-top: 80px;
  }
  .hero-area {
    height: 662px;
    padding-top: 269px;
  }
  .how-area-text {
    font-size: 16px;
  }
  .home .hero-area {
    height: 700px;
    padding-top: 160px;
  }
  .home .hero-containt {
    padding-top: 16%;
  }
  .hero-text h3 {
    font-size: 40px;
  }
  .hero-text p {
    font-size: 19px;
  }
  .hero-text h3 span::before {
    bottom: 7px;
  }
  .slider-info {
    width: 370px;
    margin: auto;
  }
  .howitworks {
    position: relative;
    left: 0;
    right: 0px;
    margin: auto;
    top: 50px;
  }
  .aboutimg {
    position: relative;
    left: 0;
    right: 0px;
    margin: auto;
    top: 127px;
    height: 34%;
  }
  .doctorimg {
    height: 55%;
    margin-left: 35px;
    margin-top: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pb-6 {
    padding-bottom: 30px;
  }
  .single-pruse {
    padding: 30px 38px;
    margin-bottom: 25px;
    min-height: 750px;
  }
  .child-containt {
    margin-left: 50px;
    text-align: left;
  }
  .section-title h3 {
    font-size: 31px;
    margin-bottom: 20px;
  }
  .section-title h3 span::before {
    bottom: 4px;
  }
  .doctor-area-3 {
    padding: 50px 50px 50px 50px;
  }
  .slider-content {
    margin: auto;
  }
  .hero-active.owl-carousel.owl-loaded.owl-drag {
    padding-top: 0;
  }
  .hero-area {
    height: 900px;
    padding-top: 400px;
  }
  .how-area-text {
    font-size: 16px;
  }
  .home .hero-containt {
    padding-top: 16%;
  }
  .hero-text h3 {
    font-size: 50px;
  }
  .hero-text p {
    font-size: 21px;
  }
  .slider-info {
    width: 370px;
    margin: auto;
  }
  .howitworks {
    position: relative;
    left: 0;
    right: 0px;
    margin: auto;
    top: 40px;
  }
  .aboutimg {
    position: relative;
    left: 0;
    right: 0px;
    margin: auto;
    top: 121px;
    height: 55%;
  }
  .doctorimg {
    height: 70%;
    margin-left: 65px;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .section-title h3 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .hero-text h3 {
    font-size: 50px;
  }
  .hero-text p {
    font-size: 21px;
  }
}
