/* header section start  */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
}
/* .header{
  position: sticky;
  top: 0px;
  z-index: 0;
} */
.padding-60 {
  padding: 60px 0px;
}

.header .navbar {
  padding: 20px;
  background-color: #fff !important;
}

.header .navbar-collapse ul {
  border: 1px solid;
  border-image-source: linear-gradient(90deg,
      rgba(164, 146, 204, 0) 0%,
      #a492cc 50%,
      rgba(164, 146, 204, 0) 100%);
  border-image-slice: 1;
  gap: 25px;
}

.header .navbar .nav-item {
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Inter", serif;
}

.header .mytra-logo {
  height: 55px;
}

.header .nav-btn {
  display: flex;
  gap: 10px;
}

.header .nav-btn .nav-btn-1 {
  border: none;
  background-color: transparent;
  font-family: "Inter", serif;
  color: #333333;
}

.header .nav-btn .nav-btn-2 {
  border: none;
  background-color: #562390;
  color: #dad5eb;
  padding: 5px 25px 6px 25px;
  border-radius: 80px;
  font-family: "Inter", serif;
}

.banner {
  background-image: linear-gradient(180deg,
      rgba(86, 35, 144, 0) 40%,
      rgba(86, 35, 144, 0.4) 100%),
    url(./images/bg.png);
  /* height: 100%; */

  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 750px;
    display: flex;
    align-items: center;
}

.banner .bnr-content {
  width: 71%;
  padding: 110px;
  font-family: "Inter", serif;
}

.banner .bnr-content h1 {
  color: #562590;
  font-size: 55px;
  line-height: 52px;
}

.banner .bnr-content p {
  width: 70%;
  font-size: 18px;
  /* display: none; */
}

.banner .bnr-content button {
  border: none;
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  font-weight: 600;
  color: white;
  padding: 6px 50px 7px 50px;
  border-radius: 27px;
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* header section end */

/* medical staff start */
section.medical-staff {
  background: linear-gradient(180deg,
      rgba(164, 146, 204, 0) 11.79%,
      rgba(210, 201, 230, 0.5) 60.29%,
      rgba(255, 255, 255, 0) 100%);
}

.medical-staff .text-1 h6 {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: -5px;
}

.medical-staff .image-1 {
  margin-bottom: 4px;
}

.medical-staff .image-1 img {
  height: 112px !important;
  width: 46% !important;
  /* object-fit: cover; */
}

.medical-staff .text-2 {
  padding: 19px;
}

.medical-staff .text-2 p {
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-2 img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 20px;
}

.medical-staff .image-2 {
  position: relative;
}

.medical-staff .image-2 .txt-1 {
  position: absolute;
  bottom: 5px;
  left: 1%;
  width: 97%;
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 0),
      rgba(0, 0, 0, 1));
  padding: 10px;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
}

.medical-staff .image-2 .txt-1 p {
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  line-height: 33px;
  font-family: "Inter", sans-serif;
}

.nushant {
  margin-top: 50px;
}

.medical-staff .image-3 img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 20px;
}

.medical-staff .image-3 {
  position: relative;
}

.medical-staff .image-3 .txt-2 {
  position: absolute;
  bottom: 5px;
  left: 0.5%;
  width: 99%;
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 0),
      rgba(0, 0, 0, 1));
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
}

.medical-staff .image-3 .txt-2 h6 {
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-3 .txt-2 p {
  font-size: 19px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 19px;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-4 img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 20px;
}

.medical-staff .image-4 {
  position: relative;
  margin: 10px 0px;
}

.medical-staff .image-4 .txt-3 {
  position: absolute;
  bottom: 5px;
  left: 0.5%;
  width: 99%;
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 0),
      rgba(0, 0, 0, 1));
  padding: 10px;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
}

.medical-staff .image-4 .txt-3 p {
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-5 img {
  height: 192px;
  width: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 20px;
}

.medical-staff .image-5 {
  position: relative;
}

.medical-staff .image-5 .txt-4 {
  position: absolute;
  bottom: 5px;
  left: 2%;
  width: 96%;
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 0),
      rgba(0, 0, 0, 1));
  padding: 10px;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
}

.medical-staff .image-5 .txt-4 p {
  font-size: 19px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 21px;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-6 img {
  height: 183px;
  width: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 20px;
}

.medical-staff .image-6 {
  position: relative;
}

.medical-staff .image-6 .txt-5 {
  position: absolute;
  bottom: 5px;
  left: 2%;
  width: 96%;
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 0),
      rgba(0, 0, 0, 1));
  padding: 10px;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
}

.medical-staff .image-6 .txt-5 h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 44px;
  line-height: 31px;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-6 .txt-5 p {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-7 {
  background-color: rgb(1, 144, 186);
  border-radius: 20px;
}

.medical-staff .image-7 img {
  height: 613px;
  width: 100%;
  object-fit: cover;
  padding: 0px;
  border-radius: 20px;
}

.medical-staff .image-7 {
  position: relative;
}

.medical-staff .image-7 .txt-6 {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 0),
      rgba(0, 0, 0, 1));
  padding: 10px;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
}

.medical-staff .image-7 .txt-6 p {
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 29px;
  font-family: "Inter", sans-serif;
}

.medical-staff .image-8 img {
  height: 182px;
  width: 100%;
  object-fit: cover;
  padding: 8px 0px 0 0;
  border-radius: 20px;
}

.medical-staff .image-8 {
  position: relative;
}

.medical-staff .image-8 .txt-7 {
  position: absolute;
  bottom: 0px;
  left: 1%;
  width: 99%;
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 0),
      rgba(0, 0, 0, 1));
  padding: 10px;
  border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
}

.medical-staff .image-8 .txt-7 p {
  font-size: 30px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  font-family: "Inter", sans-serif;
}

.medical-staff .text-3 p {
  font-weight: 500;
  font-size: 17px;
  font-family: "Inter", sans-serif;
}

.medical-staff .medical-button .button button {
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  border-radius: 25px;
  width: 200px;
  color: white;
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  border: none;
}

.medical-button {
  /* display: flex; */
  gap: 33px;
  display: none;
}

/* medical staff endt */

/* <--------- doctor-type section start -------> */
.doctor-type {
  padding: 60px 0px;
}

.doctor-type-heading {
  width: 50%;
  margin: auto;
  padding: 20px 0;
}

.doctor-type-heading h1 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #562590;
  text-align: center;
}

.clr-red {
  color: #fb2a30;
  font-weight: 700;
}

.doctor-type .doctor-type-heading .doctor-across {
  color: #ff7a00;
  font-weight: 600;
}

.doctor-types .doctor-cards {
  width: 100%;
  height: 240px;
  background-color: #562590;
  object-fit: cover;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 1s ease;
}

.doctor-types .doctor-cards .line-white {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #ffffff;
}

.doctor-types .doctor-cards .inner-heading h1 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  width: 50%;
}

/*-------------hover---------*/
.hover-content {
  display: none;
}

.doctor-types .doctor-cards .inner-heading .hover-content h2 {
  padding-top: 25px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

.doctor-types .doctor-cards .inner-heading .hover-content p {
  padding-top: 5px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}

.doctor-cards:hover {
  background-image: linear-gradient(180deg,
      rgba(251, 42, 48, 0.6) 0%,
      rgba(255, 112, 0, 0.6) 100%),
    url("./mages/background-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  gap: 0px;
  transition: 1s;
}

.doctor-cards:hover h1 {
  display: none;
}

.doctor-cards:hover .hover-content {
  display: block;
}

.doctor-types .doctor-cards .btn-learn .btn-learn-more {
  width: 116px;
  height: 22px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.doctor-types .doctor-cards .btn-learn .arrow {
  padding-left: 15px;
}

.doctor-types .row-2 {
  padding-top: 20px;
}

.doctor-type .view-btn {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  
}

.doctor-type .view-btn .view-btn-all {
  display: none;
  width: 172px;
  height: 36px;
  border-radius: 27px;
  border: 0px;
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

/* <--------- doctor-type section end -------> */

/* sarabjit section start */
.Clinic {
  background-image: url(./images/sec3-bg.png);
  background-color: rgba(212, 209, 255, 1);
  background-repeat: no-repeat;
  background-size: 100% 100% 100% 100%;
}

.Clinic .m-center {
  padding: 125px 0px 0px 60px;
}

.txt-ppt h2 {
  font-weight: 700;
  font-size: clamp(22px, 2vw, 40px);
  color: rgba(86, 37, 144, 1);
  font-family: Inter;
  padding-top: 10px;
  padding-right: 30px;
}

.m-center .CTA-bttn {
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  border: none;
  border-radius: 80px;

  height: 45px;
  width: 62%;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  color: white;
  margin-top: 10px;
}

.doc-f {
  height: 100%;
}

.doc-f .doc-img {
  width: 100%;
  height: 100%;
  display: none;
}

.lst-bx {
  padding-top: 30px;
  width: 80%;
  color: rgb(59, 29, 96);
}

.lst-bx .doc-bx1 {
  display: flex;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 22px);
  background-color: rgba(164, 146, 204, 1);
  height: 65px;
  border-radius: 13px;
  padding: 5px 10px 10px 20px;
  line-height: 27px;
  margin-top: 30px;
  width: 100%;
}

.lst-bx .doc-bx2 {
  display: flex;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 22px);
  background-color: rgba(164, 146, 204, 1);
  height: 65px;
  border-radius: 13px;
  padding: 5px 100px 10px 20px;
  line-height: 27px;
  margin-top: 20px;
}

.lst-bx .doc-bx3 {
  display: flex;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 22px);
  background-color: rgba(164, 146, 204, 1);
  height: 65px;
  border-radius: 13px;
  padding: 5px 100px 10px 20px;
  line-height: 27px;
  margin-top: 20px;
}

.fa-user-doctor {
  color: white;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 12px;
}

.fa-calendar-days {
  color: white;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 12px;
}

.fa-star {
  color: white;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 12px;
}

/* sarabjit section end */

/* aman section start */

Section.our_insight 
{
    background: linear-gradient(180deg, rgba(164, 146, 204, 0) 11.79%, rgba(210, 201, 230, 0.5) 60.29%, rgba(255, 255, 255, 0) 100%);
    padding-top: 100px;
    padding-bottom: 50px;
}


Section.our_insight .our_insight_title h4.sight_upper-text
{
    font-family: "inter",sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #FF7A00;
}



Section.our_insight .our_insight_title h5.sight_inner-text
{
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    color: #111111;
}


p.sight_outer_text 
{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}


Section.our_insight .insight-button button
{
    background: linear-gradient(180deg, #FB2A30 0%, #FF7A00 100%);
    border: none;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    color: #fff;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: 24px;
    font-weight: 700;
}


Section.our_insight img
{
    width: 100%;
    /* object-fit: contain; */
    height: 410px;
    border: none;
    border-radius: 10px;
}



.insight-button-date.d-flex.align-items-center 
{
    gap: 25px;
}


Section.our_insight .insight-image-info
{
    margin-top: 40px;
}


Section.our_insight .insight-image-info .insight-button-date button.sight_btn-2
{
    background-color: #562390;
    border: none;
    border-radius: 43px;
    width: 160px;
    height: 35px;
    color: #fff;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 500;
}


Section.our_insight .insight-image-info .insight-button-date
{
    margin-top: 20px;
}


Section.our_insight .insight-image-info .insight-button-date .sight-date
{
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #969393;
}


Section.our_insight .insight-image-info .sight-description
{
    margin-top: 15px;
}


Section.our_insight .insight-image-info .sight-description p.sight-desc
{
    font-family: "Inter",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/************************************ Section our_insight Ends   ***************************************/









.taste {
  padding: 0px 60px;
}

.test .new h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #333333;
  text-align: start;
  font-family: "Inter", sans-serif;
}

.test .new h1 {
  font-size: 50px;
  font-weight: 700;
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  /* line-height: 40px; */
}

.test .old p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.test {
  margin-top: 15px;
}

.welcome-video {
  position: relative;
  width: 100%;
  max-width: 600px;
  /* Adjust as per your design */
  margin: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

video {
  display: block;
  width: 100%;
  height: 172px;
  border-radius: 20px;
}

.testimonial {
  padding: 20px;
}

.owl-theme .owl-controls {
  position: absolute;
  top: 37%;
  width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent !important;
  opacity: 1 !important;
  border: 2px solid #888888 !important;
  margin-left: -36px;
  color: #888888 !important;
  margin-right: -36px;
}

.owl-prev,
.owl-next {
  width: 35px;
  height: 35px;
  line-height: 25px;
}

.owl-prev:before,
.owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.owl-next:before {
  content: "\f054";
}

.owl-theme .owl-controls .owl-prev {
  position: absolute;
  left: -54px;
}

.owl-theme .owl-controls .owl-next {
  position: absolute;
  right: -54px;
}

/* aman section ended */

/* manpreet section start */

.big-video #videoplay {
  object-fit: cover;
  height: 400px;
}

.big-video {
  position: relative;
}

.play-button {
  position: absolute;
  /* Position the play button on top of the video */
  top: 50%;
  /* Center it vertically */
  left: 50%;
  /* Center it horizontally */
  transform: translate(-50%, -50%);
  /* font-size: 25px; */
  color: black;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  /* padding: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 10; */
  height: 50px;
  width: 50px;
}

/* manpreet section end */

/* Section Top-doctors starts here */
section.Top-doctors {
  background: linear-gradient(180deg,
      rgba(164, 146, 204, 0) 11.79%,
      rgba(210, 201, 230, 0.5) 60.29%,
      rgba(255, 255, 255, 0) 100%);
}

section.Top-doctors .info {
  text-align: center;
  margin-bottom: 15px;
}

section.Top-doctors .info h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #562590;
}

section.Top-doctors .info .top {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #fb2a30;
}

section.Top-doctors .info .across {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #ff7a00;
}

section.Top-doctors .card {
  width: 100%;
  border-radius: 10px;
  border: 3px solid transparent;
  transition: 0.5s;
  height: auto;
}

section.Top-doctors .card:hover {
  border: 3px solid #523e82;
  background-position: center;
  background-color: inherit;
  transition: 0.5s;
}

section.Top-doctors .card img {
  object-fit: cover;
  width: 100%;
  padding: 7px;
  border-radius: 10px;
}

.vishal-image {
  max-width: 100%;
  height: 205px;
}

section.Top-doctors .card .card-body {
  padding: 10px 0px;
}

.image2 {
  border-radius: 10px;
}

section.Top-doctors .card .button1 {
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 21px 3px 21px;
  line-height: 24px;
  text-align: center;
  margin-top: 9px;
}

section.Top-doctors .card .card-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #292929;
  padding: 17px 0px 8px 0px;
}

section.Top-doctors .card .card-text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 10px 0px;
  width: 95%;
}

/* Section Top-doctors ENDS here */

/* three-code start */
.three-code.padding-60 {
  background: linear-gradient(180deg,
      rgba(164, 146, 204, 0) 11.79%,
      rgba(210, 201, 230, 0.5) 60.29%,
      rgba(255, 255, 255, 0) 100%);
}

.first-clip img {
  width: 60%;
  height: 450px;
  position: absolute;
  margin-top: 70px;
  clip-path: polygon(0% 0%, 98% 0%, 67% 100%, 0% 100%);
}

.second-clip {
  background-color: #dad5eb;
  width: 100%;
  height: 450px;
  position: relative;
  z-index: -1;
  clip-path: polygon(36% 0%, 111% 0%, 100% 163%, 0% 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.clip-text h1 {
  color: #562390;
  font-weight: 700;
  letter-spacing: -2px;
}

.clip-text p {
  color: #562390;

  padding: 11px 0px;
  width: 84%;
  letter-spacing: 0px;
  font-weight: 500;
}

.clip-text {
  width: 44%;
  text-align: left;
  /* padding-left: 170px; */
  padding-right: 132px;
}

/************************************ Section our_insight Starts ***************************************/

Section.our_insight {
  background: linear-gradient(180deg,
      rgba(164, 146, 204, 0) 11.79%,
      rgba(210, 201, 230, 0.5) 60.29%,
      rgba(255, 255, 255, 0) 100%);
  padding-top: 120px;
  padding-bottom: 20px;
  /* display: none; */
}

Section.our_insight .our_insight_title h4.sight_upper-text {
  font-family: "inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ff7a00;
  margin: 0px;
}

Section.our_insight .our_insight_title h5.sight_inner-text {
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  color: #111111;
}

p.sight_outer_text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #111111;
}

Section.our_insight .insight-button button {
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  border: none;
  border-radius: 30px;
  width: 80%;
  height: 40px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

Section.our_insight img {
  width: 100%;
  /* object-fit: contain; */
  height: 410px;
  border: none;
  border-radius: 10px;
}

.insight-button-date.d-flex.align-items-center {
  gap: 25px;
}

Section.our_insight .insight-image-info {
  margin-top: 0px;
}

Section.our_insight .insight-image-info .insight-button-date button.sight_btn-2 {
  background-color: #562390;
  border: none;
  border-radius: 43px;
  width: 121px;
  height: 35px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

Section.our_insight .insight-image-info .insight-button-date {
  margin-top: 20px;
}

Section.our_insight .insight-image-info .insight-button-date .sight-date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #969393;
}

Section.our_insight .insight-image-info .sight-description {
  margin-top: 15px;
}

Section.our_insight .insight-image-info .sight-description p.sight-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/************************************ Section our_insight Ends   ***************************************/

/* <!-------------- form-section-start -----------> */
.padding-0 {
  padding: 0 !important;
}

.form-section {
  margin-left: 140px;
  margin-top: 60px;
}

.form-section .form {
  width: 100%;
  background-color: #562390;
  border-radius: 10px;
  padding: 30px 15px;
}

.form-section .form .form-control {
  padding: 14px 20px !important;
  margin-bottom: 10px;
}

.form-check-label {
  font-family: "Inter", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #eef3fc;
  letter-spacing: 0.5px;
}

.form-control::placeholder {
  font-family: "Inter", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #353535;
  opacity: 0.5px;
}

.form-check {
  padding: 10px 0 20px 0;
}

.form-btn {
  padding: 10px;
  width: 100%;
  font-family: "Inter", serif;
  font-size: 20px;
  text-align: center;
  border: 0px;
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  color: white;
  border-radius: 128px;
}

/* right part */
.form-section .right-side-box {
  padding: 53px 0 60px 0;
  height: 400px;
}
/* section.form-section {
  margin-top: 60px;
} */
.form-section .right-side-box .inner-box {
  background-color: #dad5eb;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 80px;
}

.form-section .right-side-box .inner-box h1 {
  font-family: "Inter", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  letter-spacing: -1px;
  color: #562390;

}

.form-section .right-side-box .inner-box p {
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: #562390;
  
}

/* <!-------------- form-section-end -----------> */

/************************************ footer Starts ****************************************************/

.footer {
  margin-top: 30px;
  padding-top: 50px;
  /* padding-bottom: 50px; */
  background: linear-gradient(to bottom,
      rgba(86, 35, 144, 1),
      rgba(86, 35, 144, 0.6)
      /* #562390 with 30% opacity */
    ),
    url("./sahil/Rectangle.png");
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  border: none;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
}

.folo {
  /* margin-top: -42px; */
  padding: 20px 0;
  color: #fff;
}

.footer .footer-title .folo p {
  /* margin-left: 30px; */
  color: #ffffff;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
}

.footer .footer-title .footer-location .ftr-text-1 span {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.footer .footer-title .footer-location .ftr-text-1 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
}

.footer .footer-title .footer-location {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  justify-content: space-between;
}

.footer .footer-title .footer-location .footer-image .ftr-img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  /* padding: 10px; */
  /* border-radius: 50%; */
  /* border-bottom-right-radius: 50%; */
  margin-top: -150px;
  background-color: #fff;
  padding-top: 30px;
}

.ftr-text-2 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.ftr-3 {
  text-decoration: underline;
}

.footer .footer-title .footer-email {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 0px;
}

.footer .footer-title .footer-call {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 10px;
}

.footer .footer-title .footer-email ul {
  display: flex;
  gap: 20px;
  color: #fff;
}

.footer .footer-title .footer-email ul li {
  list-style-type: none;
}

.footer .border-footer {
  color: #ffffff;
  width: 80%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer .footer-contact-us h4.ftr-cntct-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.footer .footer-contact-us h4.ftr-cntct-text-2 {
  font-family: "Inter"sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.footer .footer-contact-us .footer-inner-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.footer .footer-update-text .footer-update-inner {
  font-family: "inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffe500;
  word-spacing: 5px;
}

.footer .footer-update-text .footer-update-inner span {
  font-family: "caveat", cursive;
  font-size: 30px;
}

.footer .footer-update-text .footer-update-inner-2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.2px;
  color: #ffffff;
}

.footer .footer-form-section form {
  border: 1px solid red;
  border-radius: 3px;
}

.footer .footer-form-button button {
  width: 100%;
  height: 38px;
  background-color: orangered;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.footer .footer-form-button button.footer-btn {
  font-family: "inter", sans-serif;
  color: #ffffff;
}

.footer .footer-service {
  margin-top: 15px;
}

.footer .footer-service h6.ftr-serv-head {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.footer .footer-service ul li {
  list-style-type: none;
  margin-top: 20px;
}

.footer .footer-service ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  color: #ffffff !important;
}

.frt-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.padd-ftr {
  /* padding-left: 40px; */
  DISPLAY: flex;
  flex-direction: column;
}

.footer .footer-service ol,
ul {
  padding-left: 0px;
}

/************************************ footer Ends ***************************************/

/* <--------- servicess section start -------> */
.service-banner {
  position: relative;
}

.next-bnr2 {
  background: url(./images/service-bnr.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
}

.service-banner .bnr-txt {
  width: 50%;
}

.service-banner .bnr-txt h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: black;
  font-size: 40px;
  line-height: 50px;
}

.service-banner .bnr-txt p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6d6e71;
}
.insight-services{
  position: relative;
  z-index: 0;
}

/* <--------- banner section end -------> */

/* <--------- doctor-type section start -------> */
.doctor-type {
  padding: 0px;
}

.doctor-type-heading {
  width: 50%;
  margin: auto;
  padding: 20px 0;
}

.doctor-type-heading h1 {
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clr-red {
  color: #fb2a30;
  font-weight: 700;
}

.doctor-type .doctor-type-heading .doctor-across {
  color: #ff7a00;
  font-weight: 600;
}

.doctor-types .doctor-cards {
  width: 100%;
  height: 240px;
  background-color: #562590;
  object-fit: cover;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 1s ease;
}

.doctor-types .doctor-cards .line-white {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #ffffff;
}

.doctor-types .doctor-cards .inner-heading h1 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  width: 50%;
}

/*-------------hover---------*/
.hover-content {
  display: none;
}

.doctor-types .doctor-cards .inner-heading .hover-content h2 {
  padding-top: 25px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

.doctor-types .doctor-cards .inner-heading .hover-content p {
  padding-top: 5px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}

.doctor-cards:hover {
  background-image: linear-gradient(180deg,
      rgba(251, 42, 48, 0.6) 0%,
      rgba(255, 112, 0, 0.6) 100%),
    url("./images/background-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  gap: 0px;
  transition: 1s;
}

.doctor-cards:hover h1 {
  display: none;
}

.doctor-cards:hover .hover-content {
  display: block;
}

.doctor-types .doctor-cards .btn-learn .btn-learn-more {
  width: 116px;
  height: 22px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.doctor-types .doctor-cards .btn-learn .arrow {
  padding-left: 15px;
}

.doctor-types .row-2 {
  padding-top: 20px;
}

.doctor-type .view-btn {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.doctor-type .view-btn .view-btn-all {
  width: 172px;
  height: 36px;
  border-radius: 27px;
  border: 0px;
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  position: relative;
}

/* <--------- doctor-type section end -------> */

/* <--------- our_insight section Start -------> */
Section.our_insight {
  background: linear-gradient(180deg,
      rgba(164, 146, 204, 0) 11.79%,
      rgba(210, 201, 230, 0.5) 60.29%,
      rgba(255, 255, 255, 0) 100%);
  padding-top: 60px;
  padding-bottom: 20px;
  
}

Section.our_insight .our_insight_title h4.sight_upper-text {
  font-family: "inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #ff7a00;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
}

Section.our_insight .our_insight_title h5.sight_inner-text {
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  color: #111111;
}

p.sight_outer_text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #111111;
}

Section.our_insight .insight-button button {
  background: linear-gradient(180deg, #fb2a30 0%, #ff7a00 100%);
  border: none;
  border-radius: 30px;
  width: 80%;
  height: 40px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

Section.our_insight img {
  width: 100%;
  object-fit: cover;
  height: 240px;
  border: none;
  border-radius: 10px;
}

.insight-button-date.d-flex.align-items-center {
  gap: 25px;
}

Section.our_insight .insight-image-info {
  margin-top: 0px;
}

Section.our_insight .insight-image-info .insight-button-date button.sight_btn-2 {
  background-color: #562390;
  border: none;
  border-radius: 43px;
  width: 121px;
  height: 35px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

Section.our_insight .insight-image-info .insight-button-date {
  margin-top: 20px;
}

Section.our_insight .insight-image-info .insight-button-date .sight-date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #969393;
}

Section.our_insight .insight-image-info .sight-description {
  margin-top: 15px;
}

Section.our_insight .insight-image-info .sight-description p.sight-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* <--------- servicess section end -------> */

.contact-banner {
  position: relative;
}

.bnr-txt {
  /* height: 100%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  padding: 0 35px;
  /* max-width: 725px; */
}

.bnr-txt h1 {
  font-size: 50px;
  color: black;
  /* text-align: center; */
}

.inr-pding {
  padding: 0px 40px;
}

.next-bnr6 {
  background: url(./images/contact-bnr.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

/* banner end */

/* popup form start */
section.cntct-info-sec {
  padding-bottom: 30px;
  z-index: 0;
  position: relative;
}

.cntct-info-sec .bnr-frm {
  background: #ffffff;
  border: 1px solid #ecf1f9;
  box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12);
  border-radius: 12px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cntct-info-sec button {
  background: #562390;
  padding: 18px 20px;
  margin-top: 11px;
  width: 100%;
  border: 0px;
  /* background-color: #f89d30; */
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 15px;
}

.contact-info {
  background: #ffffff;
  border: 1px solid #ecf1f9;
  box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12);
  border-radius: 12px;
  padding: 25px;
}

.cntc-scil-icon h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  color: #0f2239;
  margin: 0;
}

.cntc-scil-icon {
  display: flex;
  align-items: center;
  padding: 25px;
  border-bottom: 2px solid #e2e2e2;
  gap: 10px;
}

.cntc-scil-icon span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #6d6e71;
  /* text-transform: capitalize; */
}

.social-icn {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 25px;
  padding: 10px;
}

.cntc-scil-icon i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  background: #562390;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
  padding: 10px;
}

.inpt-txt {
  margin-bottom: 30px;
  padding: 10px 10px;
}

.info-num a {
  text-decoration: none;
}

/* popup form end */

/* ************** ABOUT PAGE ***************** */

/* about us page banner start */

.abt-img {
  position: relative;
}

.abt-img img {
  width: 100%;
}

h2 span {
  font-weight: 700;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 38px;
  line-height: 48px;
}

.abot-sec h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
}

.cus-txt h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: capitalize;
  color: #0f2239;
}

.cus-srvc {
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cus-srvc {
  display: flex;
  align-items: flex-start;
  /* border: 1px solid #ECF1F9; */
  box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  /* background: #fff; */
}

.cus-img {
  background: #f7941d;
  padding: 10px;
  background: #02b9ad;
  border: 1px solid #ecf1f9;
  box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12);
  border-radius: 12px;
}

.cus-txt {
  margin-left: 10px;
}

.exprt {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.exprt i {
  color: #562390;
}

.exprt p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0f2239;
  margin-left: 10px;
}

a {
  text-decoration: none;
}

button.bg-gradient {
  width: 160px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.5s;
  padding: 14px;
  background: #562390;
  border: 0;
  border-radius: 4px;
  color: #fff;
}

.info-txt {
  text-align: center;
  padding: 30px 10px;
}

.h3-txt {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  text-transform: uppercase;
  color: #562390;
}

.srvc-crd img {
  background: #562390;
  box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12);
  border-radius: 11px;
  padding: 10px;
  width: 70px;
  height: 60px;
  transition: 0.5s;
}

.blue-txt {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-transform: capitalize;
  color: #0f2239;
  margin: 15px 0;
  font-size: 22px;
}

.count-span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.clr-wh {
  color: #fff !important;
}

.next-bnr1 .bnr-txt {
  width: 600px;
}

.next-bnr2 .bnr-txt {
  width: 600px;
}

.next-bnr1 {
  background: url(./images/about-bnr.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 510px;
  display: flex;
  align-items: center;
}

.about-banner h1 {
  color: #fff;
}

.about-banner p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

/* about us page banner end */
/* about us page about-us start */

.abus-2 .wd {
  max-width: 850px;
}

.abus-2 .scnd-img {
  position: absolute;
  right: 0%;
  bottom: -17%;
  display: none;
}

.third-img {
  position: absolute;
  top: 14%;
  right: 0;
}

.abus-2 .abt-txt {
  padding: 0 50px;
}

.abt-txt .h5-txt {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #f7941d;
}

.abt-pg-txt {
  position: absolute;
  /* padding: 70px; */
  text-align: center;
  bottom: 3%;
  right: 5%;
  background: #252e47;
  width: 90%;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
}

.prgf-txt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #6d6e71;
}

.kid-dv {
  display: flex;
  align-items: center;
  border-top: 2px solid #e3e9f0;
  border-bottom: 2px solid #e3e9f0;
  margin: 20px 0;
}

/* about us page about-us end */
/* why choose us start */

.why-ch-us {
  background: url(./images/why-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 80px;
}

.abus-2 {
  padding-bottom: 100px;
}

.why-ch-us .srvc-crd {
  background: unset;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  min-height: auto;
  box-shadow: unset;
}

.why-ch-us .srvc-crd:before {
  display: none;
}

.why-ch-us .srvc-crd img {
  height: 70px;
}

.doc-img {
  position: absolute;
  top: 0;
  left: 0;
}

.doc-img img {
  width: 100%;
  height: 816px;
}

.check-img {
  position: absolute;
  top: 20%;
  right: 0;
}

/* why choose us end */
/* about counter start */

.count-bg {
  /* background: #0f2239;
  box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12); */
  border-radius: 12px;
  padding: 30px;
}

.about-count-sec {
  /* margin-top: -95px; */
  z-index: 1;
  padding-bottom: 50px;
  position: relative;
  
}

.about-count-sec img {
  background: #562390;
  border: 1px solid #ecf1f9;
  box-shadow: 0px 13px 72px 15px rgba(196, 197, 198, 0.12);
  border-radius: 12px;
  padding: 10px;
  width: 70px;
  height: 70px;
}

.abot-sec .h3-txt {
  font-weight: 600;
  font-size: 52px;
  line-height: 63px;
  text-transform: uppercase;
  color: #02b9ad;
}

.about-count-sec .count-area-content {
  display: flex;
  align-items: center;
  font-family: "Montserrat";
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  font-size: 23px;
  margin: 15px;
  min-height: 135px;
}

.count-area-content {
  font-family: "Montserrat";
  font-style: normal;
  background: #fff;
  padding: 20px;
  border-radius: 0 26px;
  box-shadow: 0px 4px 30px rgba(29, 94, 172, 0.09);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  transition: 0.5s;
  margin: 20px;
  min-height: 130px;
}

.col-dv {
  padding-left: 20px;
}

.about-count-sec .count-span {
  justify-content: flex-start;
}

.about-count-sec .prgf-txt {
  text-align: start;
}


.check-img img {
  height: 500px;
}

/* about counter end */

.col-md-4.txt-ptp {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .footer-follow p {
  color: #000;
  font-size: 24px;
  font-weight: 700;
} */

.soc-icns-foot p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.soc-icns-foot ul {
  display: flex;
  gap: 19px;
}

.soc-icns-foot ul li {
  list-style-type: none;
}

.boxes-heading h1{
  font-family: "Montserrat";
  text-transform: capitalize;
  font-weight: 700;
  color: #562390;
}
.count-digit {
  font-weight: 600;
}
