@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }

  .containerFull {
    padding: 0 15px;
  }

  .header {
    padding: 0px 0;
  }

  .large_heading {
    font-size: 28px;
    line-height: 35px;
  }

  .small_heading {
    font-size: 18px;
    line-height: 24px;
  }

  section {
    overflow: inherit;
    padding: 30px 0;
  }

  .heading {
    font-size: 24px;
    line-height: normal;
  }

  .sub_heading {
    font-size: 20px;
    line-height: normal;
  }

  .title {
    font-size: 16px;
  }

  .text {
    font-size: 15px;
  }

  .stricky-fixed .btnMenu {
    color: #ffffff;
  }

  .offcanvas {
    visibility: unset;
  }

  .offcanvas-end {
    width: 320px;
  }

  .offcanvas-body {
    overflow-x: hidden;
    padding: 0rem 1rem;
  }

  .footerlogo {
    width: 140px;
    padding: 10px 20px;
  }

  .title {
    font-size: 16px;
  }

  .stricky-fixed {
    height: 57px;
  }

  .stricky-fixed .btnMenu {
    color: #ffffff;
  }

  .offcanvas-end {
    width: 320px;
  }

  .offcanvas-body {
    overflow-x: hidden;
    padding: 0rem 1rem;
  }

  .offcanvas-header {
    background-color: var(--secondary-color);
    margin-bottom: 15px;
    padding: 8px 15px;
  }

  .innerMenu ul li a {
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    padding: 7px 10px;
    font-weight: 600;
  }

  .innerMenu ul li a:hover {
    color: var(--primary-color);
  }

  .rightAbout {
    margin-top: 20px;
  }

  .innerWork img {
    height: 300px;
  }

  .emailIconRight {
    display: none;
  }

  .rightContact {
    margin-bottom: 30px;
  }

  .rightAbout p {
    text-align: justify;
  }

  .followUs {
    padding-bottom: 20px;
    /* margin-top: 30px; */
    border-top: 1px solid #e0e0e0;
    /* padding-top: 30px; */
    padding-left: 15px;
  }

  .followUs ul {
    display: flex;
    margin-top: 10px;
  }

  .followUs ul li a {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    color: #333;
  }

  .innerMenu .link {
    padding: 0px 7px;
    margin-top: 23px;
    margin-left: 0px;
  }

  .sidelogo {
    width: 130px;
  }

  .footerHeading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.334);
  }

  .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
  }

  .leftLogo {
    margin-top: 14px;
    width: 155px;
  }

  .homeBanner {
    margin-top: 0;
    height: 200px;
  }

  .homeBanner a {
    width: 100%;
    height: 100%;
  }

  .youtube-btn img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }

  .registrationForm .large_heading {
    font-size: 20px;
    line-height: 30px;
  }

  .innerMenu {
    display: block;
  }

  .offcanvasNew .offcanvas-header {
    background: #000;
    margin-bottom: 0;
    justify-content: flex-end;
    padding-right: 10px;
  }
  
  
  .floating-help {
    bottom: 19px;
    right: 15px;
    padding: 0px 10px;
    font-size: 30px;
}
  
  

  .offcanvasNew .offcanvas-header .btn-close {
    padding: 0;
    margin: 0;
  }

  .offcanvasNew.show {
    width: 94% !important;
    height: 55% !important;
    top: 18% !important;
    left: 3% !important;
    border-radius: 4px;
    /* background-color: transparent !important; */
  }

  .newDropbtn {
    position: unset;
    background-color: white;
  }

  .newDropbtn a {
    padding-bottom: 0;
  }

  .newDropbox {
    position: unset;
    padding-left: 10px;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }

  .stricky-fixed .leftLogo {
    width: 125px;
  }

  .newDropbox ul {
    background-color: transparent;
    padding: 0;
  }

  .newDropbox ul li {
    padding: 5px 0;
  }

  .newDropbox ul li a {
    font-size: 13px;
    padding: 0 8px;
    color: black !important;
  }

  .newDropbtn {
    padding-top: 0;
    width: 100%;
  }

  .newserviceBox {
    width: 130px;
    height: 130px;
    margin-top: 15px;
  }

  .activeDropBox {
    height: fit-content;
  }

  .serviceGrid {
    display: flex;
    flex-direction: column-reverse;
  }

  input,
  textarea,
  select {
    padding: 7px 9px;

    font-size: 13px;
    /* padding-left: 10px; */
  }

  .innerMenu .link {
    font-size: 12px;
  }

  .innerMenu .link,
  .btn-outline,
  .btn-outline2 {
    padding: 7px 8px;
    margin-top: 14px;
    margin-left: 0px;
    line-height: 15px;
  }

  .whyChooseData img {
    width: 30px;
    margin-right: 10px;
  }

  .featureList ul li {
    margin-bottom: 10px;
    font-size: 15px;
    gap: 10px;
  }

  .counterGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-bottom: 20px;
    background: white;
  }

  .counterBox {
    text-align: center;
    padding: 0px;
  }

  .smallBox {
    padding: 10px 5px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.847);
  }

  .counterBox .box-icon {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .counterBox .box-icon img {
    width: 50px;
    /* height: ; */
    object-fit: cover;
    transform: scale(0.8);
  }

  .whyChooseData.activeData i {
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
  }

  .galleryImg,
  .galleryVideo {
    height: 147px;
  }

  .whyChooseData.activeData p {
    height: 87px;
    margin-top: 10px;
  }

  .featureList ul {
    padding: 0;
  }

  .featuresBox a,
  .activeFeature a {
    display: flex;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }

  .featuresBox,
  .activeFeature {
    transform: none;
    margin-bottom: 10px;
  }

  .doctorsImg {
    height: 224px;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .branchImg {
    height: 220px;
  }

  .popupForm {
    padding: 36px 16px;
  }

  .branchForm iframe {
    height: 300px;
  }

  .branch-form {
    padding: 0 30px;
  }

  footer .bg-black .title,
  footer .bg-black ul li a {
    font-size: 18px;
  }

  footer .text-body {
    color: white !important;
  }

  .inlineFooter p,
  .inlineFooter ul li a {
    font-size: 12px;
    /* text-align: center; */
  }

  .shortBanner {
    height: 150px;
  }

  header {
    height: 57px;
  }

  .shortBanner .large_heading {
    font-size: 23px;
    line-height: 27px;
  }

  .aboutImg {
    height: fit-content;
    border-radius: 4px;
    margin-top: 18px;
  }
  .stepsDetailsBox {
    height: fit-content;
    margin: 12px 0;
  }

  .videoBox iframe {
    height: 350px;
  }

  .shortBanner .large_heading {
    padding-left: 37px;
  }

  .doctorbg {
    height: 400px;
  }

  .videoBox {
    height: 400px;
  }

  .newestHeight {
    height: fit-content !important;
  }

  .timeline-grid {
    display: block;
  }

  .timeline-card {
    border-right: none;
    height: fit-content;
  }

  .progressBackground h2 {
    font-size: 100px;
    right: 70%;
  }


  .teacherBox{
    box-shadow: none !important;
  }

  .rightWhy {
    border: none;
    padding-left: 0;
    margin-top: 20px;
  }

  .iconWhy {
    width: 37px;
    height: 37px;

    font-size: 15px;
  }

  .innerRight {
    padding: 4px 0;
  }

  .detailsNew {
    display: block;
    padding-right: 0;
  }

  .stylistList li {
    font-size: 14px;
  }

  .benefitsBox {
    padding: 15px;
    margin: 8px 0;
  }

  .stylistList {
    padding-right: 0;
  }

  .itemFaq {
    /* border: 1px solid #000; */
    padding: 13px;
    border-radius: 8px;
    margin-bottom: 11px;
    /* box-shadow: 0px 3px 0px var(--secondary-color); */
  }

  .faqImg {
    height: 220px;
    object-fit: cover;
    margin-top: 15px;
  }

  .benefitsImg {
    height: 250px;
    object-fit: cover;
  }

  .processContainer2 {
    border: none;
  }

  .faqHeader h6 {
    font-size: 14px;
  }

  .galleryImg .galleryVideo {
    height: 130px;
  }

  .galleryVideo {
    height: 200px;
  }

  .clinicImg {
    height: 190px;
    padding: 6px;
  }

  .clinicVideo {
    padding: 0px;
    height: 300px;
  }

  .popup-offerForm-box {
    background: white;
    width: 90%;
  }

  .processDetails2 {
    padding: 0;
    border: none;
  }

  .popup-offerForm .consultation-form {
    transform: scale(1);
    padding: 10px;
  }

  .popup-offerForm .button {
    font-size: 12px;
  }

  .popup-offerForm .branch-form {
    padding: 0px 13px;
  }

  .popup-offerForm input,
  .popup-offerForm textarea,
  .popup-offerForm select {
    padding: 7px 9px;
    font-size: 12px;
  }

  .newer-card {
    height: 500px;
  }

  .popup-offerForm .consultation-form {
    gap: 8px;
  }

  .newContact-form-new {
    background-color: white;
    padding: 23px 14px;
  }

  .button {
    padding: 7px;
  }

  .contact-Bars {
    left: 85%;
    top: 86%;
  }

  .iconPhone {
    width: 40px;
    height: 40px;
  }

  .iconPhone-details {
    display: none;
  }

  .courses-Banner {
    height: fit-content;
  }

  .couse-content .large_heading {
    font-size: 31px;
    line-height: 40px;
  }

  .couse-content {
    margin-top: 20px;
    padding: 10px;
  }

  .courses-counter {
    box-shadow: none !important;
  }

  .course-bannerImg {
    position: unset;

    width: 100%;
    height: 350px;
    background: blue;
    aspect-ratio: 2/3;
    clip-path: ellipse(91% 82% at 0 49%);
    background: white;
    padding: 7px;
    padding-left: 0;
    margin-top: 20px;
  }

  .course-bannerImg img {
    clip-path: ellipse(91% 82% at 0 49%);
  }

  .upcomingBox {
    border-radius: 5px;

    height: 200px;
  }

  .imgBox img {
    width: 189px;
  }

  .serviceContainer {
    grid-template-columns: auto;
    padding: 14px;
  }

  .teacherBox {
    padding: 0;
    padding-bottom: 11px;
    background: white !important;
  }

  .careerTestimonialItem {
    margin-top: 10px;
    border: none;
  }

  .courses-form {
    padding: 0 !important;
  }

  .offcanvas {
    max-width: 78% !important;
  }

  .popup-offerForm-img img {
    width: 100%;
    height: 165px;
    object-fit: cover;
  }

  .newFooterLinks {
    /* margin-top: 20px; */
    border-right: none;
    border-bottom: 1px solid white;
    padding: 0px 0;
  }

  .newBorders ul {
    padding: 0px;
    padding-top: 18px;
  }

  .newBorders {
    /* margin-top: 20px; */
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0px 0px;
  }

  footer .small_heading {
    font-size: 19px;
  }

  footer .title {
    font-size: 16px;
  }

  .footer-review {
    justify-content: start !important;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  p {
    font-size: 16px;
  }

  section {
    padding: 35px 0 35px;
  }

  .containerFull {
    padding: 0 15px;
  }

  .large_heading {
    font-size: 33px;
    line-height: 50px;
  }

  .heading {
    font-size: 28px;
  }

  .sub_heading {
    font-size: 23px;
  }

  .small_heading {
    font-size: 20px;
  }

  .title {
    font-size: 17px;
  }

  .text {
    font-size: 15px;
  }

  .btnTheme,
  .btnSecondary {
    font-size: 14px;
    padding: 11px 20px;
  }

  .leftLogo {
    width: 160px;
    margin-bottom: 6px;
  }

  .stricky-fixed .leftLogo {
    width: 160px;
  }

  .sidelogo {
    width: 160px;
  }

  .innerMenu ul li a {
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    padding: 12px 10px;
    font-weight: 600;
  }

  .innerMenu {
    display: block;
  }

  .newDropbox ul li a {
    font-size: 16px;
    padding: 0 18px;
    margin-bottom: 16px;
    margin-top: 10px;
    color: black !important;
  }

  .newDropbox {
    position: unset;
    padding-left: 10px;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }

  .activeDropBox {
    height: fit-content;
  }

  .inlineHeader {
    padding: 0 20px;
  }

  .offcanvas {
    visibility: unset;
  }

  .offcanvas-end {
    width: 320px;
  }

  .offcanvas-body {
    overflow-x: hidden;
    padding: 0rem 1rem;
  }

  .footerlogo {
    width: 140px;
    padding: 10px 20px;
  }

  .btnMenu {
    background: none;
    border: none;
    color: #000000;
    font-size: 23px;
    margin-right: 10px;
  }

  .title {
    font-size: 17px;
  }

  .stricky-fixed .btnMenu {
    color: #ffffff;
  }

  .offcanvas-end {
    width: 320px;
  }

  .offcanvas-body {
    overflow-x: hidden;
    padding: 0rem 1rem;
  }

  .offcanvas-header {
    background-color: var(--primary-color);
    margin-bottom: 30px;
  }

  .homeBanner {
    height: 415px;
  }

  .youtube-btn {
    font-size: 55px;
  }

  .offcanvasNew.show {
    width: 90% !important;
    height: 70% !important;
    top: 15% !important;
    left: 5% !important;
    border-radius: 10px;
  }

  .serviceGrid {
    grid-template-columns: 50% 50%;
  }

  input,
  select,
  textarea {
    padding: 6px 12px;
    font-size: 12px;
  }

  .registrationForm .large_heading {
    font-size: 25px;
  }

  .whyChooseData.activeData p,
  .whyChooseData2:hover p {
    height: 92px;
    margin-top: 4px;
  }

  .popupForm {
    max-width: 450px;

    margin: 120px auto;
    padding: 43px 29px;
  }

  .youtube-btn img {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }

  .counterGrid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
  }

  .featureList ul {
    padding: 0px 10px;
  }

  .doctorsImg {
    height: 411px;
    transform: scale(0.8);
  }

  .branchImg {
    height: 280px;
  }

  .branchItems {
    padding-top: 20px;
  }

  .btn-outline.title,
  .btn-outline2.title {
    font-size: 13px !important;
  }

  .testimonialSlider .slick-next i::before,
  .testimonialSlider .slick-prev i::before {
    font-size: 10px;
  }

  .testimonialSlider .slick-next:before,
  .testimonialSlider .slick-prev:before {
    display: none;
  }

  .testimonialSlider .slick-next {
    right: -18px;
  }

  .testimonialSlider .slick-prev {
    left: -18px;
  }

  .shortBanner {
    height: 270px;
  }

  .shortBanner .large_heading {
    font-size: 35px;
  }

  form {
    max-width: 440px;
  }

  .counterGrid {
    padding: 27px 10px;
  }

  .processDetails2 {
    border-right: none;
  }

  input,
  select,
  textarea {
    padding: 7px 13px;
    font-size: 15px;
  }

  .branchForm iframe {
    height: 400px !important;
  }

  .footerHeading {
    border-bottom: 1px solid white;
    padding-right: 15px;
  }

  .footerHeading i {
    color: white;
  }

  .aboutImg {
    margin-top: 20px;
  }

  .videoBox,
  .doctorbg {
    height: 600px;
  }

  .videoBox iframe {
    height: 460px;
  }

  .blogSection {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
  }

  .newContact-form-new {
    background-color: white;
    padding: 19px 17px;
  }

  .newContact-form-new input,
  .newContact-form-new select,
  .newContact-form-new textarea {
    padding: 6px 13px;
    font-size: 13px;
  }

  .contact-Bars {
    left: 92%;
    top: 83%;
  }

  .aboutImg {
    height: 349px;
  }

  .benefitsBox {
    padding: 14px 9px;
    margin: 7px 0;
  }

  .faqImg {
    margin-top: 20px;
  }

  .popup-offerForm-box {
    width: 90%;
  }

  .processContainer2 {
    border: none;
  }

  .benefitsImg {
    height: 400px;
    object-fit: cover;
  }

  .newBorders ul {
    padding: 0px 15px;
  }

  .newBorders {
    padding: 18px 0;
  }
}

@media (min-width: 990px) and (max-width: 1024px) {
  .containerFull {
    padding: 0 15px;
  }

  .popup-offerForm-box {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .containerFull {
    padding: 0 10px;
  }

  /* .popup-offerForm-box{
    width: 65%;
  } */
}

@media (min-width: 1280px) {
  .containerFull {
    max-width: 1460px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .containerFull {
    max-width: 1666px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
