* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Roboto', sans-serif; */
    font-family: MazzardH_Medium, sans-serif;
}
body{
    overflow-x: hidden!important;
}
.dgn-img-cont, .td-img-cont, .footer-cur-design {
    display: none;
}

@font-face {
    font-family: MazzardH_Black;
    src: url(/fonts/MazzardH-Black.otf);
}
@font-face {
    font-family: MazzardH_Black_italic;
    src: url(/fonts/MazzardH-BlackItalic.otf);
}
@font-face {
    font-family: MazzardH_Bold;
    src: url(/fonts/MazzardH-Bold.otf);
}
@font-face {
    font-family: MazzardH_Bold_italic;
    src: url(/fonts/MazzardH-BoldItalic.otf);
}
@font-face {
    font-family: MazzardH_Extra_Bold;
    src: url(/fonts/MazzardH-ExtraBold.otf);
}
@font-face {
    font-family: MazzardH_Extra_Bold_italic;
    src: url(/fonts/MazzardH-ExtraBoldItalic.otf);
}
@font-face {
    font-family: MazzardH_Extra_Light;
    src: url(/fonts/MazzardH-ExtraLight.otf);
}
@font-face {
    font-family: MazzardH_Medium;
    src: url(/fonts/MazzardH-Medium.ttf);
}


:root {
    --color-light-gray: #f1f1f1;
    --color-dark-blue: #010181;   
}

.ff-MEL {
    /* font-family: 'Roboto', sans-serif; */
    font-family: MazzardH_Extra_Light !important;
}


img {
    width: 100%;
}


.h-align {
    display: flex;
    align-items: center;
}
.jc-end {
    justify-content: end;
}


.top-nav-links-cont {
    background-color: var(--color-light-gray);
    padding: 0.2em 5%;
}

.nav-link-cont ul li {
    line-height: 25px;
}
.nav-link {
    padding: 0.5em 2em;
    padding-right: 0;
    color: #555555;
    font-size: 1rem;
    text-decoration: none;
}
.nav-link:hover {
    color: #555555;
}
.nav-icon-cont {
    width: 22px;
    margin-right: 6px;
}
.nav-link .mat-icon {
    margin-right: -0.25em !important;
    display: flex;
    font-size: 1.5rem;
}



.main-nav-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 5%;
}
.main-nav-logo,
.footer-logo {
    /* font-size: 2.4rem; */
    font-weight: 600;
    color: var(--color-dark-blue);
}
.main-nav-logo-img-cont {
    max-width: 160px;
}
.main-nav-end-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav-search-cont {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 10em;
}
.main-nav-search-box {
    margin-right: 1.5em;
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    max-width: 250px;
    border: 1px solid var(--color-light-gray);
    background-color: var(--color-light-gray);
}
.search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-box input {
    background: transparent;
    border: none;
    padding: 0 1em;
    outline: none;
    width: calc(100% - 45px);
}
.search-box button {
    height: 42px;
    width: 42px;
    border-radius: 50px;
    border: 2px solid #fff;
}
img.search-icon-img {
    width: 45% !important;
}

a.main-nav-link {
    color: #000;
    text-decoration: none;
    padding-left: 3em;
}

button.primary-btn {
    border: none;
    padding: 0.5em 1.6em;
    border-radius: 8px;
    color: #fff;
    background: #0cd0f2;
    /* font-family: 'Roboto', sans-serif; */
    font-family: MazzardH_Bold;
}


.carousel-text-cont {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    color: #fff;
}

.carousel-text-cont h1 {
    /* font-size: 4.4rem; */
    /* font-family: 'Roboto', sans-serif; */
    font-family: MazzardH_Bold;
}
.carousel-fys-btn {
    padding: 0.6em 2.5em !important;
    margin-top: 1em;
    /* font-size: 1.2rem; */
}

.action-btn-cont {
    max-width: 65px !important;
}


.category-section {
    background-color: #f1f1f1;
}


/* new homepage banner section design*/

.hero-section-new {
    background: url('/assets/images/erasebg-transformed-111.jpg') no-repeat center center / cover;
}

/* section.hero-section-new{
    height: 650px;
} */
section.hero-section-new {
    /* height: 650px; */
    padding: 4rem 0px 0px;
}
.hero-section-new .text-info {
    font-size: 2.8rem !important;
    color: #fff !important;
    font-family: 'DM Serif Display', serif;
    font-weight: 500 !important;
    text-shadow: 3px 2px 2px #000000 !important;
}
.hero-section-new .lead {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.3;
}
.dps-details-cont h2, .trainning-details-cont h2{
    font-size: 2.5rem;
    font-family: 'DM Serif Display', serif;
    text-shadow: 2px 2px 1px #4ec4d89c;
    font-weight: 500;   
}
h3.mco-heading {
    text-transform: uppercase;
    font-size: 1.44rem;
text-shadow: 1px 1px 2px #5be4ff;
font-weight: 400;
}

.dps-details-cont p{
    text-align: justify;
}
.main-category .container-fluid {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 85% !important;
    position: relative;
    z-index: 1;
    top: -5em;
    padding-bottom: 2em;
    border-radius: 5px;
}

.main-category-option {
    text-align: center;
    color: #000;
}

.mco-img-cont {
    background: #0cd0f2;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: -3.5em auto 0;
}

.mco-img-cont img {
    width: 92%;
}

.mco-heading {
    /* font-size: 1.8rem; */
    margin: 1em 0 0.6em;
}

.vl {
    position: absolute;
    width: 1px;
    height: 50%;
    right: 0;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
}

.mco-body p {
    /* font-size: 1.2rem; */
    color: #888;
}
.mco-body button {
    background-color: transparent;
    border: none;
    color: #0cd0f2;
    margin-top: 1em;
}


.daily-practice-sec {
    background-color: #f1f1f1;
    padding: 4em 0 8em;
}
.dps-card {
    background: #4ec4d8;
    border-radius: 2px;
    padding: 2.2em 3em;
    width: 600px;
    color: var(--color-dark-blue);
    margin: 1.5em 0 0-3.5em;
    position: relative;
}
.dps-card-img img {
    filter: drop-shadow(0px 0px 2px #000);
    width: 20px;
}
.dps-card h4,
.main-card h4 {
    font-family: MazzardH_Bold;
    /* font-family: 'Roboto', sans-serif; */
}
.dps-card-item,
.main-card-item {
    /* font-size: 1.2rem; */
    font-family: MazzardH_Extra_Light;
    /* font-family: 'Roboto', sans-serif; */
}
.dps-card-img {
    max-width: 40px;
    margin-right: 0.6em;
}
.dps-details-cont {
    color: #000000;
    width: 70%;
    margin: 3em 0 0 4em;
}
.dps-details-cont h1,
.trainning-details-cont h1,
.tools-details-cont h1,
.about__mri_anatomy h1,
.trusted-by-cont h2 {
    font-size: 2.5rem;
    font-family: 'DM Serif Display', serif;
    text-align: left;
    margin: 0;
    line-height: 64px;
}
.dgn-text-cont,
.td-text-cont {
    /* font-size: 3.2rem; */
    font-family: MazzardH_Extra_Light;
    /* font-family: 'Roboto', sans-serif; */
    padding-left: 0em;
}
.dgn-img-cont,
.td-img-cont {
    /* max-width: 125px; */
    margin-right: 0.4em;
    font-family: 'DM Serif Display', serif;
    font-weight: 500 !important;
}
.td-img-cont img {
    max-width: 125px;
}
.dps-details-cont p,
.trainning-details-cont p,
.content-details-cont p,
.main__bp__content p,
.tools-details-cont p,
.about__mri_anatomy p {
    font-size: 1.35rem;
    line-height: 1.5;
    color: #fff;
}




.trainning-sec {
    padding: 7em 0 8em;
}

.trainning-details-cont,
.content-details-cont,
.main__bp__content,
.tools-details-cont,
.trusted-by-cont {
    /* max-width: 700px;
    margin-left: 19%;
    position: relative; */
    top: 10%;
}
.tools-details-cont {
    margin-left: 8%;
    width: 75%;
    max-width: none;
    top: 5%;
}

.trainning-details-cont p,
.content-details-cont p,
.main__bp__content p,
.tools-details-cont p {
    color: #000000;
}

.main-card {
    background-color: var(--color-dark-blue);
    color: #fff;
    padding: 3em 7em;
    border-radius: 4px;
    box-shadow: 2px 5px 18px rgba(0,0,0,0.2);
    position: absolute;
    bottom: -6em;
    left: 35%;
    transform: translateX(-35%);
}
.main-card-item {
    font-weight: 600;
    color: #f1f1f1;
}
.main-card-img {
    max-width: 40px;
    margin-right: 0.6em;
}


.tools-section {
    background-color: #d3f0f6;
    padding: 8em 0 12em;
}
.tools-details-main-card {
    left: 60%;
    transform: translateX(-60%);
    bottom: -4em;
}



.video-sec {
    padding: 0 0 7em;
}
.main-video-cont {
    position: relative;
    width: 95%;
    margin: 0 auto;
}
  
.main-video-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.playvideo-btn {
    max-width: 100px;
    position: absolute;
    box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px 10px rgba(255,255,255,0.8);
    border-radius: 60px;
    cursor: pointer;
}
  




.trusted-by-section {
    padding: 7em 0;
}
.trusted-by-section .container-fluid {
    width: 85%;
}
.trusted-by-cont {
    width: fit-content;
    margin: 0 auto 3em;
}
.bl-col {
    max-width: 250px;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 18px;
    height: 160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bl-col h2 {
    margin: 0;
    color: #0cd0f2;
}



.latest-blogs-section .container-fluid{
    background-color: var(--color-light-gray);
    padding: 7em 0;
    width: 95%;
    border-radius: 80px;
}
.lb-main-card-cont {
    width: 86%;
    margin: 0 auto;
}
.lb-card-cont {
    width: 90%;
    margin: 0 auto;
}
.ib-card-body {
    width: 88%;
    margin: 0 auto;
}
.blog-publish-date-cont div {
    color: #777;
}
span.clock-mat-icon {
    /* font-size: 1.35rem; */
}
.blog-heading-cont h2 {
    font-family: MazzardH_Bold;
    /* font-family: 'Roboto', sans-serif; */
    margin:0.6em 0;
}
.blog-sample-cont p {
    line-height: 22px;
}
.name-fd {
    background: #0cd0f2;
    height: 32px;
    width: 32px;
    border-radius: 60px;
    margin-right: 10px;
    color: var(--color-dark-blue);
}
span.material-symbols-outlined.bsic-mat-icon.me-1 {
    color: #888;
    /* font-size: 1.25rem; */
}
.lb-card-vl {
    height: 100%;
    background-color: #bdbdbd;
}



/* .contact-us-section {
    padding: 7em 0;
} */

.contact-us-section .container {
    background-color: #f4fbfc;
    border-radius: 50px;
    border-top: 0.8em solid #0ec7e7;
}
.contact-form-cont {
    width: 75%;
    margin: 0 auto;
    padding: 7% 5%;
}
.contact-input-cont {
    width: 100%;
}
.contact-input-cont input,
.contact-input-cont textarea {
    width: 100%;
    border: none;
    padding: 1em 2em;
    outline: none;
    /* font-size: 1rem; */
    color: #444;
    border-radius: 60px;
}
.contact-input-cont textarea {
    border-radius: 25px;
}
button.indi-submit-btn,
button.carousel-ap-btn {
    background-color: var(--color-dark-blue);
    border: none;
    border-radius: 60px;
    padding: 0.45em 2.5em;
    color: #fff;
    margin-top: 1.5em;
    /* font-size: 1.35rem; */
}

.container {
    min-width: 75%;
}



.footer {
    background-color: var(--color-light-gray);
    padding: 4em 0 0;
}
.footer-logo {
    /* font-size: 4.6rem; */
    font-family: MazzardH_Bold;
    /* font-family: 'Roboto', sans-serif; */
}
.footer-links-heading {
    width: fit-content;
    margin-bottom: 1em !important;
}
.footer-links-heading h2 {
    font-family: MazzardH_Bold;
    /* font-family: 'Roboto', sans-serif; */
    /* font-size: 2rem; */
}
.footer-cur-design {
    max-width: 130px;
}
.cfl-cont {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
a.m-footer-link {
    color: #444;
    text-decoration: none;
    /* font-size: 1.2rem; */
}
.footer-links-cont ul li {
    margin-bottom: 1.1em;
}
.footer-sm-logo-cont {
    max-width: 50px;
    margin: 0 auto;
}
.footer-social-media-cont {
    width: 75%;
    margin: 1.5em auto 0;
}
/* .ls-footer-links-cont {
    margin-left: auto;
} */
.copyright-cont {
    border-top: 1px solid #888;
    color: #888;
    margin-top: 1.5em;
    /* font-size: 0.9rem; */
}
.go-top-cont {
    max-width: 60px;
    position: absolute;
    right: 5em;
    top: -5em;
}



section.hero-sp {
    background-color: #36c2da38;
    margin: 2em 3% 7%;
    padding: 3% 5%;
    border-radius: 35px;
}
.about__mri_anatomy {
    margin-top: 10%;
}
.about__mri_anatomy p {
    color: #888;
}
.carousel-container {
    width: 50%;
    margin-right: 14%;
    margin: 0 14% 0 auto;
}
.carouset-img-cont {
    background: #fff;
    padding: 7% 26%;
}

.carousel-container .carousel-control-next,
.carousel-container .carousel-control-prev {
    opacity: 1 !important;
    height: fit-content !important;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-container .carousel-control-next {
    right: -20% !important;
}
.carousel-container .carousel-control-prev {
    left: -20% !important;
}
button.carousel-ap-btn {
    border-radius: 10px;
    width: 100%;
    padding: 0.7em 0;
    font-family: MazzardH_Bold;
    /* font-family: 'Roboto', sans-serif; */
}
.carouset-head h3 {
    font-family: MazzardH_Bold;
    /* font-family: 'Roboto', sans-serif; */
    color: var(--color-dark-blue);
}
.get-app-title {
    margin-top: 12% !important;
}
.get__app_btns button {
    max-width: 185px;
    background: transparent;
    border: none;
}
.get__app_btns img {
    border-radius: 60px;
}



.body_parts__sec,
.head_neck_sec,
.spine_sec {
    /* margin: 0 5%; */
}
.body-parts-list-cont {
    background: #f1f1f1;
    padding: 8% 6%;
    width: 90%;
    border-radius: 10px;
}

.sel-bp-items-cont {
    margin: 2.2em 0 0 8%;
    max-height: 425px;
    overflow: auto;
}
.sbp-cont {
    background-color: #fff;
    max-width: 100% !important;
    margin-right: 0;
}
.sel-img-cont {
    max-width: 70px;
}
.sel-item {
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 0.8em;
    margin-right: 1.6em;
}
.sel-title-cont {
    padding-left: 21%;
}
.bp-name {
    font-size: 1.15rem !important;
    color: var(--color-dark-blue);
}
.bp-type {
    color: #777;
}
.cus-dd-btn {
    width: 200px;
    line-height: 55px;
    border: none;
    border-radius: 8px;
    margin: 7% 0 0 5%;
}
.content-details-cont p {
    color: #555;
    padding: 0 8px;
}
.content-cont {
    /* margin: 7% 0 0 5%; */
}
.content-details-cont p {
    /* font-size: 1.2rem; */
}
.user-ac-btn {
    background-color: var(--color-dark-blue);
    color: #fff;
    padding: 5px 18px;
    border-radius: 5px;
    /* font-size: 0.9rem; */
    margin-top: 1em;
    border: none;
}
.main-cards-cont {
    margin-top: 3%;
}
.main-cards-cont .col {
    margin-bottom: 2em;
}
.m_card_cont {
    /* width: 75%;
    margin: 0 0 1.2rem; */
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    cursor: pointer;
}
/* .m_card_cont:hover {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(207,207,207,1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(207,207,207,1);
    box-shadow: 0px 2px 3px 0px rgba(207,207,207,1);
} */
.m_card_body {
    padding: 1em 0;
}
.fbc {
    background-color: #0ec7e7;
    padding: 5px 35px;
}



.head_neck_sec {
    background-color: var(--color-light-gray);
}
.head_neck_sec .m_card_cont:hover {
    background-color: #fff;
}


.hdv-header {
    background: #333;
    color: #fff;
    height: 50px;
 
}
.subscribe-container {
    position: absolute;
    color: #f1f1f1;
    width: 100%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    height: 80%;
    left: 0;
    top: 10px;
}
.subscribe-container h1 {
    font-family: MazzardH_Extra_Light;
    /* font-family: 'Roboto', sans-serif; */
}
.subscribe-hdv-btn {
    width: 215px;
    padding: 0.7em 0 !important;
}
ul.planes-list li a {
    color: #fff;
    text-decoration: none;
    padding: 0.3em 1.2rem;
    /* font-size: 1.4rem; */
    font-family: MazzardH_Extra_Light;
    /* font-family: 'Roboto', sans-serif; */
    position: relative;
}
ul.planes-list li a:hover{
    color:#fff
} 
.hdv-footer {
    background-color: rgb(51, 51, 51);
    line-height: 80px;
    padding: 0 4%;
}
.actions-btns-cont button {
    background-color: transparent;
    border: none;
    width: 40px;
    margin-left: 3.5em;
}
.action-next-btn {
    width: 115px !important;
}




.tp-main-content-cont {
    padding: 7em 0;
}
.main__bp__content {
    max-width: 100%;
}




.tp-main-content-cont .container-fluid {
    padding: 0 4%;
}
.bp-list-cont {
    width: 88%;
    position: sticky;
    top: 20px;
}
.body__parts__list {
    max-height: 555px;
    overflow-y: auto;
}
.body__parts__list li a {
    background-color: #f1f1f1;
    color: #777;
    text-decoration: none;
    display: block;
    text-align: center;
    /* font-size: 1.35rem; */
    padding: 0.7em 0.5em;
    margin-bottom: 0.8em;
    border-radius: 10px;
    margin-right: 1em;
}
.body__parts__list li a.active {
    background-color: #0ec7e7;
    color: #333;
}
.main__bp__container {
    margin-bottom: 5em;
}
.main__bp__content p {
    /* font-size: 1.3rem; */
}
.main__bp_img {
    margin: 1em;
    position: relative;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.visible__icon {
    width: 28px;
    margin-right: 10px;
}
.view__full__image button{
    /* font-size: 1.3rem; */
    border: 1px solid #0cd0f2;
    color: #0cd0f2;
    border-radius: 8px;
    background-color: transparent;
    padding: 4px 12px;
}

.main__bp_img:hover .view__full__image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #000;
    opacity: 0.85;
    width: 100%;
    visibility: visible !important;
}

.quiz-cont {
    width: 85%;
    position: sticky;
    top: 20px;
}
.quiz-list li a {
    background-color: var(--color-dark-blue);
    color: #fff;
    /* font-size: 1.4rem; */
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    margin-bottom: 0.8em;
}






/* width */
.custom-scroll-bar::-webkit-scrollbar {
    width: 16px;
}
  
/* Track */
.custom-scroll-bar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ddd;
}
   
/* Handle */
.custom-scroll-bar::-webkit-scrollbar-thumb {
    background: rgb(197, 197, 197); 
    border-radius: 10px;
}
  
/* Handle on hover */
.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: rgb(187, 187, 187); 
}


#menuToggle{
    display: none;
}
/* menu for mobile */
@media screen and (max-width:768px){    

.main-nav-search-cont {
    display: none;
    align-items: center;
    justify-content: start;
    margin-left: 10em;
  }
  .main-nav-links-cont {
    display: none;
  }
  .contact-mb{
    display: none;
  }
  #menuToggle
{
  display: block;
  position: absolute;
  top:3%;
  right: 40px;  
    z-index: 999;  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
 
    width: 300px;
    margin: 12px 0 0 0;
    padding: 15px 10px;
    border-radius:5px;
    right: -37px;
    right: -6px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    /* transform: translate(100%, 0); */
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    text-align: center;
    height: 0px;
    opacity: 0;
}

#menu li
{
  padding: 10px 0;
  font-size:18px;
  border-bottom:1px solid #bdbdbd;
  text-decoration:none;
  color:#000;
}
#menu a{
    text-decoration:none;
}
/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  /* transform: none; */
  opacity: 1;
  height: auto;
}


}
@media screen and (max-width: 500px) {
    #menuToggle {
      display: block;
      position: absolute;
      top: 3%;
      right: 20px;
      z-index: 999;
      -webkit-user-select: none;
      user-select: none;
    }
  }



/* For screens up to 1228px wide */
@media (min-width: 992px) and (max-width: 1367px) {

    .hero-section-new .text-info {
    font-size: 3.5vw !important;
}
  .mco-img-cont { 
    width: 6rem;
    height: 6rem;
}
h3.mco-heading {
    font-size: 1.2rem;
}
.main-category .container-fluid {
    top: -2em;
    padding-bottom: 1em;
}
.hero-section-new .lead {
    font-size: clamp(16px, 1.65vw, 24px);
    line-height: 1.2;
}
.dps-card {
    padding: 2em 2em;
    width: 100%;
    margin: 0em;
}


}

@media (min-width: 768px) and (max-width: 991.98px) {
 .hero-section-new {
    background: url('/assets/images/erasebg-transformed-111.jpg') no-repeat top left / 165%;
}
section.hero-section-new {
    height: auto;
}
.blank-space {
    height: 30em;
}
.hero-section-new .text-info {
    font-size: 2.2rem !important;
    text-shadow: 1px 2px #d2f8ff;
}
.hero-section-new .lead {
    color: #666;
    text-shadow: unset;
}
.hero-section-new .col-lg-5.text-white.ps-md-5 {
    padding-left: 0px !important;
}

.main-category .container-fluid {
    width: 95% !important;
    top: 2em;
}
.mco-img-cont {
    margin: 1.5em auto 0;
}
.dps-details-cont {
    width: 95%;
    margin: 3em 0 0 1em;
}
.dps-card {
    margin: 1.5em 0 0 -7.5em;
}
.dps-details-cont p, .trainning-details-cont p, .content-details-cont p, .main__bp__content p, .tools-details-cont p, .about__mri_anatomy p{
    font-size: 1.7rem;
    line-height: 1.5;
}
.dps-details-cont h2 {
    font-size: 4em;
}
.trainning-sec {
    padding: 5em 0 5em;
}
.trainning-sec .row {
    flex-direction: column-reverse;
}
.trainning-images-cont {
    margin-bottom: 35px;
}
.container {
    min-width: 95%;
}
footer.footer .row div:nth-child(2) {
    order: 3;
}
.footer-links-heading {
    width: auto;
}
.footer-social-media-cont {
    width: 45%;
    margin: unset;
}
.cfl-cont {
    margin: unset;
    text-align: left;
}


}

@media only screen and (max-width: 768px) {

.hero-section-new {
    background: url('/assets/images/erasebg-transformed-111.jpg') no-repeat top left / 207% !important;
     height: auto !important;
 }
 section.hero-section-new {
    padding: 0px!important;
}
.hero-section-new .blank-space{
    background-color: #19a6aa !important;
}

.hero-section-new .text-info {
    font-size: clamp(30px, 6vw, 40px) !important;
    color: #0b9ea4 !important;
    text-shadow: 1px 1px 1px #000000 !important;
}

.hero-section-new .lead {
    color: #000;
    text-shadow: unset;
    font-size: clamp(16px, 5vw, 40px) !important;
}
.main-category .container-fluid {
    width: 95% !important;
    top: 2em;
}
h3.mco-heading {
    font-size: 1rem;
}
.mco-img-cont {
    margin: 1.5em auto 0;
}
.dps-card {
    padding: 1em 1em;
    width: auto;
    margin: 5.5em 14px 38px -73%;
}
.dps-details-cont {
    width: 100%;
    margin: 3em 0 0 0em;
}
.dps-details-cont p{
    font-size: 1.5rem;
}
.dps-details-cont h2 {
    font-size: 1.9rem;
    line-height: 1.5;
}
.contact-form-cont {
    width: 100%;
}
.daily-practice-sec {
    padding: 4em 0 3em;
}
.trainning-sec {
    padding: 5em 0 5em;
}
.trainning-sec .row {
    flex-direction: column-reverse;
}
.mtic.mtic-l-img {
    margin-bottom: 30px;
}
.footer-links-cont {
    text-align: center;
}
.footer-links-heading {
    width: auto;
    margin: 1em 0px !important;
}
.footer-cur-design {
    margin: auto;
}

.go-top-cont {
    right: 1em;
}

  
}