@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,900;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
*{
    padding: 0;
    margin: 0;
  box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}
  p.clockText {
    padding: 0 15px !important;
}

.logoWrapper {
    padding: 8px 7%;
}
.default-text,
.hover-text {
   transition: opacity 0.7s ease-in-out 0.2s, transform 0.7s ease-in-out; /* Add transitions */
    opacity: 1; /* Set initial opacity */

}

.hover-text {
    opacity: 0; /* Set initial opacity to 0 */
    transform: translateY(100%) translateX(-50%); /* Start below the container, centered horizontally */
}
img.default-text.img-fluid {
    width: 54%;
}
   #div001{
    position: absolute;
    top: 50%;
    left: 50%;

}
   #div002{
    position: absolute;
    top: 50%;
    left: 50%;

}
div#speaker2 {
    margin-left: -10%;
}
.NavigationWrapper{
padding:10px 7%;
      display: flex;
    align-items: center;
}
div#Register-Now {
    background-color: #fafafa;
}
.overViewSection{
padding:0 7%;
}
.flickityCardSection{
padding:0 7%;
}
.storyWrapper{
padding:0 7%;
}
.dottedBorder{
border-bottom: 1px dashed #0000005C;
}
.borderSection {
    border-bottom: 1px dashed hsla(0,0%,100%,.36);
    border-top: 1px dashed hsla(0,0%,100%,.36);
    padding: 30px 0;
  margin-top:30px;
}
img.calenderImage {
    width: 45%;
}
  .getCta:hover{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);   
  }
.TimeBannerWrapper {
    display: flex;
  padding: 10px ;
}

.mylistWrapper {
    margin-right: 4%;
}
.post1{
  background: radial-gradient(100% 100% at 24.36% 0%, #311C10 0%, #000000 100%)
/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.post2{
   background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) 
/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.post3{
  background: radial-gradient(289.5% 258.98% at 0% 2.79%, #0A201A 0%, #000000 100%)
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.post4{
  background: radial-gradient(100% 100% at 0% 0%, #002D41 0%, #000000 100%)
 /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.post5{
 background: radial-gradient(95.45% 96.92% at 2.67% 0%, #14053F 0%, #000000 100%)/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.post6{
 background: radial-gradient(100% 100% at 24.36% 0%, #002D41 0%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.boldText.orangeText {
    color: #F05B40;
}
.boldText.greenText {
    color: #009688;
}
.boldText.darkBlueText {
    color: #03A9F4;
}
.boldText.lightBlueText {
    color: #4DD0E1;
}
.boldText.darkpurpleText {
    color: #6849C5;
}
.boldText.purpleText {
    color: #A876FF;
}
.col-xs-12.col-sm-12.col-md-4.col-lg-5.gBg9.h100p.oYA.pL30.pR30.dN.webinarRegistrationRightContainer {
    display: block;
}

html {
    overflow-x: hidden;
}
.container.h100p {
    height: 100vh;
    width: 90% !important;
}
img.section2Icons {
    width: 40%;
}
.col-xs-12.col-sm-12.col-md-4.col-lg-5.gBg9.h100p.oYA.pL30.pR30.dN.webinarRegistrationRightContainer {
    display: block;
}
  .imageBanner{
    background-Image:url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/MasterClass%20July/Images/masterClassBanner.png);
    background-repeat: no-repeat;
   
  background-position: center;
  display: flex;
    align-items: flex-end;
}


.square-banner {
    width: 100% !important;
    height: 100% !important;
    /* left: 10%; */
    background-color: #fff;
    /* font-family: 'Open Sans', Nunito Sans, sans-serif; */
    position: absolute;
}

iframe.myIframe {
    width: 100%;
    height: 50vh;
}
p{
    margin: 0 !important;
}
a{
  text-decoration:none;
}

.RegisterCta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectionMargin {
    margin: 5% auto;
}
p.cardSmall {
    padding: 10px 0;
      font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.cardCenter {
    text-align: center;
  margin:10px 0;
}
input {
    border-bottom: 1px solid #7c7c7c;
    border-top: none;
    padding: 10px 0px;
    border-right: none;
    border-left: none;
    width: 100%;
    background-color: #f5f5f5;
}

img.profileImage {
    width: 100%;
}
p.dataText {
    font-size: 20px;
    font-weight: 400;
  padding:20px 0;
}
p.italicPara {
    font-weight: 500;
    color: #4C4C4C;
    font-size: 32px;
    font-style: italic;
    padding: 25px 0;
}
.container.storyWrapper {
    margin-top: 5%;
    margin-bottom: 5%;
}


  .flickity-page-dots .dot.is-selected {
    background: linear-gradient(90deg,#ec1c24,#f05b40)!important;
    border-radius: 100px!important;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08),inset 0 4px 4px hsla(0,0%,100%,.25)!important;
    opacity: 1;
    width: 40px!important;
}
[type=submit]:hover{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
}
.lastCta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.videoSample5 {
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/RSNA/Video%20Samples/AR%20PRODUCT%20AGUMENTATION.png);
}
.videoSample2{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/RSNA/Video%20Samples/VR%20EQUIPMENT%20DEMONSTRATION.png);
}
.videoSample3{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/RSNA/Video%20Samples/VR%20PRODUCT%20DEMONSTRATION.png);

}

select {
    word-wrap: normal;
    padding: 10px 20px;
    width: 100% !important;
      color: #7d7d7d;
}

textarea {
    resize: vertical;
    width: 100% !important;
}
.formSection {
    height:100vh;
    display: flex;
    justify-content: center;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: 0 !important;
    margin-left: 0 !important;
}
@keyframes bounce {
    50% {
        transform: translateY(-15px);
      }
    }

    @keyframes progressDown {
        0% {
          height: 1%;
        }
     
        100% {
            height: 17%;
        }
      }
/* .dropdown-container:hover .dropdown-menu {
display:flex;
} */
/*********************************** media *********************************/
/*********************************** media *********************************/
/*********************************** media *********************************/
/*********************************** media *********************************/



 #card001, #card002, #card003, #card004, #card005{
background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    color: #ffff;
 
}


img.RecImage {
    width: 100%;
}
.col-xs-12.col-sm-12.col-md-4.col-lg-5.gBg9.h100p.oYA.pL30.pR30.dN.webinarRegistrationRightContainer {
    display: block !important;
}
@media(max-width:600px){
  p.cardheading {
    color: #FFF;
    font-size: 20px;
    margin:  0 !important;
}
  img.timeImage {
    width: 100%;
}
    img.timeImage001 {
    width: 100%;
}
  .calenderTimewrapper {
    display: block;
}
  .lastCta {
    display: flex;
    align-items: center;
    justify-content: center;
}
  p.formPara {
    padding-bottom: 30px;
    padding: 0px 20px 30px 20px;
    font-size:20px;
}
  p.dataText br {
    display: block;
}
  .FormSectionWrapper {
    background-color: #f0f0f0;
    padding: 20px 0 40px 0;
    margin-top: 4%;
}
  .MobPost {
    display: block;
    height: 280px;
    margin: 15px 0;
    position:relative;
}
  .bannersubText {
    font-size: 16px;
    font-weight: 700;
    padding:10px 0;
}
  p.bannerItalicText {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    padding: 0;
}
  img.IconImage {
    width: 45%;
}
  .ctaWrapperBanner {
    align-items: flex-start;
    display: flex;
    margin-top:10px;
    flex-direction: column-reverse;
}
  p.personData {
    /* margin-top: 15% !important; */
    margin: 2% 0 5% 0 !important;
}
  .cardToggle02 {
    display: flex;
    flex-direction:column !important;
}
 
/*   .cardsmallWrapper {
/*     display: flex; */
/*     justify-content: center; */
} */
  .imageBanner{
  height:50vh;
     background-size:cover;
  }
  
  .pricingHeading br {
    display: none;
}
  h2.SessionHeading {
    font-size: 32px;
    font-weight: 500;
   text-align: center;
    padding: 20px;
}
  .drImage {
    padding: 0 !Important;
      width: 100%;

}
  img.profileImageMob {
    width: 100%;
}
  .cardToggle02 {
  display: flex ;
   
   
}
.cardToggle03 {
    border-top: 1px dashed hsla(0,0%,100%,.36);
    border-bottom:  1px dashed hsla(0,0%,100%,.36);
    padding: 20px 0;
  margin:30px 0;
   
}
  .greyBandWrapper {
    background: #e2e2e2;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
  margin-top:35px;
    margin-left:auto;
    margin-right:auto;
}

  #card001{
    color: #ffff;
    font-size: 25px;
  height:40vh;
    margin:10px auto;
}
     #card002, #card004{
   margin-right:15px;
}

   #card002, #card003, #card004, #card005{
  font-size: 18px;
    height: 20vh;
    line-height: 1.2;
    margin-bottom: 20px;
    width: 47%;
}

  .bannerTextSection {
    background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) ; 
    height: auto;
    display: flex;
    align-items: center;
    color: #FFF;
    padding:7%;
}
  
  .DetailWrapper {
    background: #000000;
    border-radius: 20px;
    padding: 25px 0px;
  color:#fff;
}
  
  .hero {
    height: auto;
    margin-top: 15%;
    overflow: hidden;
}
  img.quoteImage {
    width: 18%;
    padding:10px 0;
}

  .profileImage{
  display:none;
  }
  p.storyPara {
    font-size: 20px;
    font-weight: 100;
    padding: 0;
}
  .storyDiv {
   background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

       border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    padding:25px;
}
  
  img.profileImage {
    width: 100%;
    border-bottom-left-radius: none;
    border-top-left-radius: none;
}
  .post1,.post2,.post3,.post4,.post5,.post6 {  
border-radius: 40px;
    height:280px;
}

    .postclickBtn{
    min-height: 100%;
    width: 84%;
    margin-right: 10px !important;
  }

  h1.bannerText {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
}
  
p.learnMoreFooter {
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
  display:block;
}
  [type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    padding: 10px 25px;
    width: 35%;
    border: none;
       margin: 10px 0;
}
    .dropdown-menu {
  display: none;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
  background: #FFFFFF;
border: 1px solid #D0D0D0;
  margin-left:-40px;
border-radius: 0px 0px 20px 20px;
  transform-origin: top left;
  padding:0 !important;
}
    select {
    word-wrap: normal;
    padding: 10px 20px;
    width: 95% !important;
      color: #7d7d7d;
}

textarea {
    resize: vertical;
    width: 95% !important;
}
  .formSection {
    display: block;
    justify-content: center;
     height:100vh;
 
}


  .NavigationWrapper.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  border-bottom:1px solid #e2e2e2;
  }
  .NavigationWrapper.scrolled a.menuLink{
    color:#000
  }
  .NavigationWrapper.scrolled .menuItem{
    color:#000
  }
     .NavigationWrapper.scrolled .dropdown{
    color:#000
  }
  .NavigationWrapper.scrolled .menuItem.menuCta{
    background: #FFFFFF;
border: 1px solid #000000;
border-radius: 100px;
    color:#000;
  }
  .NavigationWrapper.scrolled .menuItem.selected::after{
background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  }

    .lastCardWeb{
  display:none;
  }
  
   .lastCardMob{
     text-align:center;
  display:flex;
     align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
     position: relative;
  }
  .cardWebVideo{
       text-align:center;
  display:flex;
     align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
     position: relative;
  }
  .lastCard{
    height: auto;
margin:15px 0;
  text-align: center;
  position: relative;
}
  .lastVideoBanner { 
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  position: absolute;
    top: 10%;
        text-align: center;
    margin: 0 auto;
}
    .VideoMedBanner { 
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  position: absolute;
    top: 10%;
        text-align: center;
    margin: 0 auto;
}
       #lastVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width:100%;
          border-radius:20px;
}
  .bannerVideoWeb{
    display:none;
  }
  .bannerVideoMob{
  display:block;
  }
  p.greyPara br {
    display: block;
}
  .videoModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  /* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
    .buyModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
    .buyContent{
    background-color: #e4e4e4;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  }
  /* The Close Button */
.cross {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cross:hover,
.cross:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.pageVideos {
    height: 500px;
}
/* Modal Content */
.videoContent {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}


  .MainHeading h1{
    font-size: 32px;
    font-family: 'Ubuntu';
}
  h1.sampleHeading {
    font-size: 32px;
    color: #7c7c7c;
    padding: 5% 5% 0% 5%;
}
      span.sampleHeadingItalic {
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    color:#000;
        text-align:left;
}
  .sectionHeading {
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

    .sectionHeadingItalic {
    color: #7c7c7c;
    font-size: 32px;
    font-style: normal;
    font-weight: 100;
}
  .footerSection{
    background-color: #000;
    align-items: center;
    height: fit-content;
   margin: 0;
  padding: 10% 5%;
    text-align:center;
}
  .row.iconsDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.footerText{
    color: #FFF;
  text-align:center;
}

img.socilaIcons {
    width: 70%;
}
p.lastText {
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    font-style: normal;
  line-height:1;
     text-align:left;
}
  p.lastVideoText {
        color: #FFF;
        font-style: italic;
        font-weight: 700;
        font-size: 18px;
        text-transform: capitalize;
        text-shadow: 4px 4px 10px rgba(0,0,0,.25);
    text-align:left;
      
}
h2.lastTextBold {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
  text-align:left;
}
  .cardBtn {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    cursor: pointer;
}
  .videoPlayBtn {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  transition: all .5s;
  cursor: pointer;
}
  a {
    color: #fff;
}
  a.menuLink {
    color: #fff;
  position:relative;
}
    .WebPost{
display:none;
}


  .menuItem.selected::after{
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    bottom: -98%;
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    right: 0px;
}
  .circleIcon {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}
  .arrowNavigator {
    margin-top: 20%;
}
  .arrowNavigatorWrapper {
  align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-top: 0%;
}
  .item002{
  display:flex;
    justify-content: space-between;
        align-items: center;
  padding:0  !important;
  }
   .item001{
    display: flex;
    justify-content: space-between;

    align-items: center;
  padding:0 0 !important;
  }
   .item003{
    display: flex;
    justify-content: space-between;

    align-items: center;
  padding:0  !important;
  }
  .lastPriceCardOrange {
      display:none;
background: #412c26;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardBlue {
  display:none;
background: #302335;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardGreen {
    display:none;
background: #243832;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
  img.ethoshLogo {
    width: 100%;
}
  .NavigationWrapper.align-items-center {
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,.2);
    height: 60px;
    padding: 0 2%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
  .menuItem {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px;
    padding: 0 0px;
    position: relative;
    text-align: end;
}
  .bannerHeadingItalic {
    color: #fff;
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    text-shadow: 4px 4px 10px rgba(0,0,0,.25);
    width: 100%;
    text-align:center;
      line-height:1.1;
}
  span.bannerHeading {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 100;
}

  .Priceweb{
  display:none;
  }
  .Pricemob{
  display:block;
  }


a{
color:#FFF;
}
.pricingHeadingItalic{
      font-size: 32px;
    font-style: italic;
    color: #000;
    font-weight: 500;
  text-align:left;
  width:100%;
}
  .sectionMargin {
    margin: 5% auto;
}
.priceCard {
    background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
    border-radius: 40px;
    padding:20px;
  color:#FFF;
  margin:15px auto;

}
p.GreyText {
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto !important;
}

h3.priceNumber {
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    /* line-height: 109%; */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.PricingCardSection {
    display: block;
    justify-content: center;
    align-items: center;
  margin:5%;
}
.TimeWrapper {
    display: flex;
   justify-content: flex-start;
    align-items: center;
  margin:10px 0;
}
.tabOrange {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F05B40;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabBlue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #673AB7;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabGreen {
    display: flex;
    align-items: center;
    justify-content: center;
     background: #009688;
    height: 34px;
       width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.timeDivOrange img {
z-index:1;
  margin-right: -10px;
}

.timeDivBlue img {  
position: relative;
    z-index: 1;
    margin-right: 0px;
    width: 73%;
}
 .timelineDivOrange {
    background: rgba(238, 191, 255, 0.16);
    margin-left: -28px;
        padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
}
.timelineDivBlue {
    background: rgba(255, 191, 191, 0.16);
    margin-left: -21.5%;
    padding: 4px 15px 4px 35px!important;
    font-size: 14px;
    overflow: hidden;
    border-radius: 16px;
  margin-right:20px;
  }
  .timelineDivGreen {
       background: rgba(255, 191, 191, 0.16);!important;
    margin-left: -28px;
    padding: 4px 15px 4px 30px!important;
    font-size: 14px;
    overflow: hidden;
    border-radius: 16px;
     margin-right:0px;
}
.timeDivGreen img {
z-index:1;
  margin-right: -10px;
}

.bandOrange {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #644740;
    padding: 10px !important;
}
.bandBlue {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
   background: #523E5A;
    padding: 10px !important;
}
.bandGreen {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #3D5850;
    padding: 10px !important;
}
.lastPriceCardOrange {
background: #412c26;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardBlue {
background: #302335;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardGreen {
background: #243832;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}


.itemWrapper {
 padding:0 20px
}
.itemIconText {
  padding:10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  position:relative;
}
p.itemNumber {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    color: #FFFFFF;
    opacity: 0.8;
}
p.itemText {
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;
  
    padding-left: 8px !important;
  padding-right: 8px !important;
}
.itemIconText img {
    width: 20px;
    max-width: 20px;
}
p.priceLast {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
span.yellowText {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #EAEE26;
}
.Buydiv {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
      margin: 10px 0;
}
.Buydiv a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
}

  .navCTA {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
      margin: 10px;
}
.navCTA a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
}
    .getCta {
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff!important;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0px 0 20px 0;
    width: 45%;
}

  

  
.getCta a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;

}
.GetText a{
 color: #fff;
    font-style: normal;
    font-weight: 500;
}

.GetText {
  background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    height: 40px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.greyband {
background: #e2e2e2;
    border-radius: 20px;
    color: #4c4c4c;
    font-size: 14px;
    font-style: normal;
    display: flex;
    font-weight: 400;
    height: 100px;
    line-height: 148%;
    margin: 20px auto 40px auto;
    width: 85%!important;
    align-items: center;
    justify-content: center;
}
h3.priceHeading {
    font-style: normal;
        font-size: 16px;
    font-weight: 100;
    padding:  0 0 10px 0 !important;
    color: #FFFFFF;


}
p.secText {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-top: -10px !important;
    padding-bottom: 14px;
    text-align: left;
    color: #FFFFFF;
  
}

p.pricePara {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 130%; */
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    padding:  0 0px 10px 0px;

}
.pricingIncludes {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

  .row.bannerText2D {
    color: #fff;
    padding: 50% 5% 0;
    align-items: center;
     height:fit-content;
}
  .Whiteboard .para_2 {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
}
  .Whiteboard .para_1 {
    color: #7c7c7c;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
}

  .Whiteboard {
    padding: 10% 5% 10% 5%;
}
  .pricing {
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    padding: 10px 25px;
    width: 45%;
}
  #WhiteBoardBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Immersive%20Experiences.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:50vh;
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#InfographicBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Mobile%20apps%20for%20Education.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:50vh;
  transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

  .infoRow {
    display: flex;
    flex-direction: column-reverse;
}
  .pricingHeading {
    color: #7c7c7c;
    font-size: 32px;
    font-weight: 100;
    text-align: left;
    width:100%;

}

p.pricingPare {
    color: #7c7c7c;
    font-size: 20px;
    font-weight: 100;
    text-align: left !important;
    padding: 0 5% 0 5%;
}
  h3.priceNumber {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    text-transform: capitalize;
}

  h3.priceHeading.Pricemob {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
  h3.priceHeading {
      font-size: 16px;
    font-weight: 100;
    padding:  0 0 10px 0 !important;
}
  .cardmob{
  display:none;
  }
  .cardweb{
  display:block;
  }
 .cardTextWrapper h2.cardTextsmall {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
       
} 
  .cardTextWrapper h2.cardText {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
       
}
   .PostcardTextWrapper h2.cardTextsmall {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    width: 70%;
} 
  .PostcardTextWrapper h2.cardText {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    width: 70%;
}
  .downArrow{
    margin-top: -35%;
    width: 27%;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
  img.playIcon {
    width: 30%;
  margin-left: 5%;
}
  .cardTextWrapper {   
    position: absolute;
    width: 90%;
}


img.cardplayIcon {
    width: 80%;
}

.videoSample1,.videoSample2,.videoSample3,.videoSample4,.videoSample5,.videoSample6 {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  margin:2% 0;
  position:relative;
}





.caseStudies_1,.caseStudies_4,.caseStudies_2,.caseStudies_3 h2{
    font-weight: lighter;
    color: #fff;
    font-family: 'Ubuntu';
}
.loadMore{
    margin-top: px;
    z-index: 1000;
}
.loadMoreBtn{
    background-color: #fff;
    color: #000;
    margin-top: -38px;
    z-index: 1;
}
#more {
    display: none;
  }



    .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }

.show {
  display: block;
}
  /* The tooltip */
.infoText1 {    
background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-family: sans-serif;
    font-size: 12px;
    height: auto;
    left: 95%;
    top: 60%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 50%;
    z-index: 99;
}

.infoTab1:hover .infoText1{  
 display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}

/* The pointer of the tooltip */
.infoText1::before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText1::after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}



/* The tooltip */
.infoText2 {    
background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-family: sans-serif;
    font-size: 12px;
    height: auto;
    left: 95%;
    top: 60%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 50%;
    z-index: 99;
}
.infoTab2:hover .infoText2{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}


/* The pointer of the tooltip */
.infoText2:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText2:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */


/* The tooltip */
.infoText3 {    
background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-family: sans-serif;
    font-size: 12px;
    height: auto;
    left: 95%;
    top: 60%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 50%;
    z-index: 99;
}
.infoTab3:hover.infoText3{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}


/* The pointer of the tooltip */
.infoText3:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText3:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}
  p.GreyText br {

    display: none;
}

}
/*********************************** media *********************************/
/*********************************** media *********************************/
/*********************************** media *********************************/
/*********************************** media *********************************/
@media(min-width:600px){

  p.cardheading {
    color: #FFF;
    font-size: 20px;
    margin: 16px 0 !important;
}
  img.timeImage {
    width: 100%;
}
    img.timeImage001 {
    width: 100%;
}
    p.formPara {
    
    padding: 0px 20px 30px 20px;
      font-size:22px;
}
  .calenderTimewrapper {
    display: flex;
}
  .getCta a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;

}

  .FormSectionWrapper {
    background-color: #f0f0f0;
    padding: 50px 0 40px 0;
    margin-top: 4%;
}
  .MobPost {
    display: block;
    height: 320px;
    margin: 15px 0;
    position:relative;
}
  .bannersubText {
    font-size: 20px;
    font-weight: 400;
}
  p.bannerItalicText {
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    padding: 10px 0;
}
  img.IconImage {
    width: 24%;
}
  .ctaWrapperBanner{
 align-items: flex-start;
    display: flex;
    margin-top:10px;
    flex-direction: column-reverse;
}
  .cardsmallWrapper {
    display: flex;
    justify-content: flex-start;
}
    .imageBanner{
  height:100vh;
       background-size:cover;
  }
  h2.SessionHeading {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}
    .drImage {
    padding: 0 !Important;

}
 .cardToggle02 {
    display: flex ;
    justify-content: space-between;
    margin: 0px 0;
    flex-direction:column;
}
.cardToggle03 {
    border-top: 1px dashed hsla(0,0%,100%,.36);
    border-bottom:  1px dashed hsla(0,0%,100%,.36);
    padding: 20px 0;
   
}
  .greyBandWrapper {
    background: #e2e2e2;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
  margin-top:35px;
}
  .cardSmall {
    margin-bottom: 20px;
    margin-right: 20px;
}
  #card001{
    font-size: 35px;
  height:80vh;
}
 #card002, #card003, #card004, #card005{
    font-size: 25px;
    line-height: 1.2;
   height:38vh;
}
  .bannerTextSection {
   background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) ; 
    height: 100vh;
    display: flex;
    align-items: center;
    color: #FFF;
     padding-left: 7%;
  padding-right:7%;
}
  .DetailWrapper {
    background: #000000;
    border-radius: 20px;
    padding: 25px 30px;
  color:#fff;
}


    .hero {
    height: auto;
    overflow: hidden;
    margin-top:0%;
}
  img.quoteImage {
    width: 14%;
    padding: 0 0 20px 30px;
}

  .profileImageMob{
  display:none;
  }
  
    img.profileImage {
    width: 100%;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}
  
  p.GreyText {
    text-align: center;
    font-size: 20px;
}
  p.storyPara {
    font-size: 12px;
    font-weight: 100;
    padding: 0 30px;
}
  .storyDiv {
   background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    color: #FFF;
    display: flex;
    align-items: center;
}

    .postclickBtn{
    min-height: 100%;
width: 50%;
    margin-right: 10px !important;
  }

  h1.bannerText {
    font-weight: 700;
    font-size: 40px;
     font-style: italic;
}
  
p.learnMoreFooter {
    text-align: left;
    font-size: 17px;
    padding: 10px 0;
  display:block;
}
  .videoSample2:hover{
background-size: 105%;
} 
.videoSample3:hover{
background-size: 105%;
} 
.videoSample5:hover{
background-size: 105%;
} 
#WhiteBoardBtn:hover{
background-size: 105%;
}
#InfographicBtn:hover{
background-size: 105%;
}
#CreativeBtn:hover{
background-size: 105%;
}
/* .post1:hover,.post2:hover,.post3:hover,.post4:hover,.post5:hover,.post6:hover{
background-size: 105%;
} */
  h2.lastTextBold{
text-align:center;
}
   .lastVideoText{
text-align:left;
     line-height:1.1;
  }
  [type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    padding: 10px 25px;
    width: 25%;
    border: none;
        margin: 10px auto;
}
  .dropdown-menu {
  display: none;
  flex-direction: column;
  margin-top: 17px;
  width: 100%;
  background: #FFFFFF;
border: 1px solid #D0D0D0;
border-radius: 0px 0px 20px 20px;
  transform-origin: top left;
  padding:0 !important;
}
    select {
    word-wrap: normal;
    padding: 10px 20px;
    width: 100% !important;
      color: #7d7d7d;
}

textarea {
    resize: vertical;
    width: 100% !important;
}
  .formSection {
    display: block;
    justify-content: center;
     height:100vh;
   
}
  .priceCard{
transition: 0.7s;

}
.priceCard:hover {
    transform: scale(1.03);
    transition-timing-function: ease;
}

      .lastCardWeb{
  display:none;
  }
   .lastCardMob{
     display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
         width: 100%;
    border-radius: 20px;
     position:relative;
  }
  
   .cardWebVideo{
     display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
         width: 100%;
    border-radius: 20px;
     position:relative;
  }
  
    .lastVideoBanner { 
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  position: absolute;
    top: 15%;
      text-align:center;
}
      .VideoMedBanner { 
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  position: absolute;
    top: 15%;
      text-align:center;
}
       #lastVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width:100%;
          border-radius:20px;
}
    .bannerVideoWeb{
    display:block;
  }
  .bannerVideoMob{
  display:none;
  }
      .buyModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.buyContent {
  background-color: #e4e4e4;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.cross {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cross:hover,
.cross:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }
.NavigationWrapper.align-items-center {
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,.2);
    height: 85px;
    padding: 0 7%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.menuItem.menuCta {
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    width: 29%;
}


a.menuLink {
    color: #fff;
  position:relative;
}


.show {
  display: block;
}
.NavigationWrapper.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  border-bottom:1px solid #e2e2e2;
  }
  .NavigationWrapper.scrolled a.menuLink{
    color:#000
  }
   .NavigationWrapper.scrolled .menuItem{
    color:#000
  }
     .NavigationWrapper.scrolled .dropdown{
    color:#000
  }
  .NavigationWrapper.scrolled .menuItem.menuCta{
    background: #FFFFFF;
border: 1px solid #000000;
border-radius: 100px;
    color:#000;
  }
  .NavigationWrapper.scrolled .menuItem.selected::after{
background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  }

.circleIcon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #FFF;
    text-align: center;
    margin: 0 auto;
}
.downArrow{
    margin-top: -35%;
    width: 27%;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.arrowNavigator {
    position: relative;
    bottom: -35%;
   
}
.arrowNavigatorWrapper{
    display: flex;
    justify-content: end;
}
@keyframes bounce {
    50% {
        transform: translateY(-15px);
      }
    }

    @keyframes progressDown {
        0% {
          height: 1%;
        }
     
        100% {
            height: 17%;
        }
      }



.banner_header{
    height: 100vh;
    width: 50%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menuItem{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    width: 40%;
    text-align:end;
}

.menuItem.selected::after{
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    bottom: -100%;
    content: "";
    height: 7px;
    left: 20px;
    position: absolute;
    right: 0px;
}
img.ethoshLogo {
    width: 20%;
}
.bannerTextWrapper{
    padding: 20% 7% 0 7%;  
}
.bannerVideoText{
    color: #FFF;
    font-weight: 100;
font-size: 20px;
}
.bannerMainText{
    color: #aaa;
    font-size: 90px;
    font-weight: 100;
}
.bannerMainTextItalic{
    color: #FFF;
    font-size: 90px;
    font-style: italic;
}
.companyLogo img {
    width: 75%;   
    margin: 0 auto;
}
.companyLogo{
    text-align: center;
}


span.bannerHeading {
    color: #fff;
    font-style: normal;
  font-weight: 100;
  font-size:40px;
}
.bannerHeadingItalic {
    color: #FFF;
    font-style: italic;
  font-weight: 500;
  font-size:40px;
  width: 100%;
   line-height:1.1;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}


.Circle{
    margin-top: -50px;
}

img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.Whiteboard{
   padding: 5% 7%;
}

.sectionHeading{
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
  line-height: 1;
}
.sectionHeadingItalic{
   font-size: 40px;
    font-style: normal;
    font-weight: 100;
    color: #7c7c7c;
}
#WhiteBoardBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Immersive%20Experiences.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:auto;
  transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#InfographicBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Mobile%20apps%20for%20Education.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:auto;
  transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.Whiteboard .para_1{
color: #7c7c7c;
    font-family: Ubuntu;
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    font-weight: 100;
}
.Whiteboard .para_2{
color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
}
.pricing {
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 25px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing:hover{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
}
  .videoSample3 .cardTextWrapper {
    width: 118%;
}
.cardTextWrapper {

  width:100%;
}


img.cardplayIcon {
    width: 80%;
}
.MainHeading h1{
    font-size: 40px;
    font-family: 'Ubuntu';
}
.videoSample1,.videoSample2,.videoSample3,.videoSample4,.videoSample5,.videoSample6 {
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
  margin:2% 0;
  position: relative;
}
.post1,.post2,.post3,.post4,.post5,.post6 {
    height: 170px;  
border-radius: 40px;

}






.caseStudies_1,.caseStudies_4,.caseStudies_2,.caseStudies_3 h2{
    font-weight: lighter;
    color: #fff;
    font-family: 'Ubuntu';
}
.loadMore{
    margin-top: px;
    z-index: 1000;
}
.loadMoreBtn{
    background-color: #fff;
    color: #000;
    margin-top: -38px;
    z-index: 1;
}
#more {
    display: none;
  }

.pricingSection{
   padding:0% 2%;
}
.pricingHeading {
    font-size: 40px;
    color: #7c7c7c;
    font-weight: 100;
  text-align:left;
}
a{
color:#FFF;
}
.pricingHeadingItalic{
  font-size: 40px;
    font-style: italic;
    color: #000;
    font-weight: 500;
  text-align:left;
}
.priceCard {
    background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
    border-radius: 40px;
    padding:10px;
  color:#FFF;
  margin:5px;

}

p.pricingPare {
    font-size: 18px;
    color: #7C7C7C;
    font-weight: 100;
    font-style: italic;
  text-align:center;
}
h3.priceNumber {
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    /* line-height: 109%; */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.PricingCardSection {
    display: flex;
    justify-content: center;
    align-items: center;
  margin:2% 0;
}
.TimeWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tabOrange {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F05B40;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabBlue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #673AB7;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabGreen {
    display: flex;
    align-items: center;
    justify-content: center;
     background: #009688;
    height: 34px;
       width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.timeDivOrange img {
z-index:1;
  margin-right: -10px;
}

.timeDivBlue img {  
z-index:1;
  margin-right: 0px;
}

.timeDivGreen img {
z-index:1;
  margin-right: -10px;
}
 .timelineDivOrange {
    background: rgba(238, 191, 255, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
}
.timelineDivBlue {
    background: rgba(255, 191, 191, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
   margin-right:20px;
  }
  .timelineDivGreen {
    font-size:13px;
    background: rgba(255, 191, 191, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 30px!important;
    overflow: hidden;
    border-radius: 16px;
     margin-right:20px;
}
.bandOrange {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #644740;
    padding: 10px !important;
}
.bandBlue {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
   background: #523E5A;
    padding: 10px !important;
}
.bandGreen {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #3D5850;
    padding: 10px !important;
}
.lastPriceCardOrange {
background: #412c26;
    border-radius: 16px;
    margin-top: 10px;
    padding: 20px!important;
    margin: 20px auto;
    width: 90%;
  display:block;
  
}
.lastPriceCardBlue {
background: #302335;
    border-radius: 16px;
    margin-top: 10px;
    padding: 20px!important;
    margin: 20px auto;
    width: 90%;
   display:block;
  
}
.lastPriceCardGreen {
background: #243832;
    border-radius: 16px;
    margin-top: 10px;
    padding: 20px!important;
    margin: 20px auto;
    width: 90%;
   display:block;
  
}

.lastCta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.itemWrapper {
   display:flex;
    justify-content: space-between;
       align-items: center;


}
.itemIconText {
  padding:10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  position:relative;
}
p.itemNumber {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #FFFFFF;
    opacity: 0.8;
}
p.itemText {
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 5px !important;
  padding-right: 5px !important;
}
.itemIconText img {
    width: 14px;
    max-width: 20px;
}
p.priceLast {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
        text-align: center;
    color: #FFFFFF;
}
span.yellowText {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
       color: #EAEE26;
}
.Buydiv {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
      margin: 15px;
}
.Buydiv a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;
}
  .navCTA {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
      margin: 15px;
}
.navCTA a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;
}
.GetText a{
 color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;
}

.GetText {
     background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    height: 40px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.greyband {
    background: #E2E2E2;
    border-radius: 20px;
    height: 70px;
    margin: 40px 0;
    width:84% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    color: #4C4C4C;
}
h3.priceHeading {
    font-style: normal;
        font-size: 16px;
    font-weight: 100;
     padding:  0 0 10px 0 !important;
    color: #FFFFFF;

 
}
p.secText {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-top: -10px !important;
    padding-bottom: 14px;
    text-align: center;
    color: #FFFFFF;
   text-align: left;
}

p.pricePara {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 130%; */
    text-transform: uppercase;
    color: #FFFFFF;

     text-align: left;
    padding:  0 0px 10px 0px;
 
}
.pricingIncludes {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
p{
    margin: 0 !important;
}
p.includeText {
    padding: 0 10px;
}
p.pricingSubheading {
    font-size: 20px;
}

.row.bannerText2D {
   color: #fff;
    padding: 14% 7% 0;
    line-height: 1.2;
   height:fit-content;
}
.arrow.mt-5 {
    margin-right: -9% !important;
    /* margin-top: -62% !important; */
}
.col-6.navigationArrow {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.getCta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    width: 50%;
    color: #FFF;
}
.videoModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.pageVideos {
    height: 500px;
}
/* Modal Content */
.videoContent {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.videoPlayBtn {
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  transition: all .5s;
  cursor: pointer;
}
.cardBtn {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    cursor: pointer;
}
img.playIcon {
    width: 30%;
  margin-left: 5%;
}
/* .CardClickBtn{
overflow: hidden;
    position: relative;
}
 */

.CardClickBtn:hover .videoPlayBtn{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);

}
.cardTextWrapper h2.cardText {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    width: 75%;
 
}
.cardTextWrapper h2.cardTextsmall {
 width: 72%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
   margin-top: 10px;

}
  .PostcardTextWrapper h2.cardText {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
     margin:10px 0;
}
.PostcardTextWrapper h2.cardTextsmall {
 width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  margin:10px 0;
}


.lastCard{
    margin:20px 0;

    height: 200px;

  text-align: center;
  position: relative;
}
      .footerSection{
        background-color: #000;
        align-items: center;
        height: 90px;
        margin: 0;
        padding: 0 0%;
      }
      .footerText{
        color: #FFF;
        text-align:end;
        font-size:10px;
      }

      img.socilaIcons {
        width: 60%;
      }


p.lastText {
    font-size: 40px;
    color: #fff;
    font-weight: 100;
    font-style: italic;
   text-align:center;
}
  p.lastVideoText {
         color: #FFF;
        font-style: italic;
        font-weight: 700;
        font-size: 18px;
        text-transform: capitalize;
        text-shadow: 4px 4px 10px rgba(0,0,0,.25);
}
h2.lastTextBold {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
     text-align:center;
  
}
 .Pricemob{
  display:none;
  }
  .WebPost{
display:block;
}

  .cardmob{
  display:none;
  }
  .cardweb{
  display:block;
  }



/* The tooltip */
.infoText1 {    
	display: none;
	font-family: sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background-color: #FFFFFF;
	padding: 12px 16px;
	width: 178px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5%);
	border-radius: 3px;
/* 	border: 1px solid #E0E0E0; */
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
	color: #37393D;
	font-size: 12px;
	line-height: 18px;
	z-index: 99;
}

.infoTab1:hover .infoText1{  
  display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}

/* The pointer of the tooltip */
.infoText1::before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText1::after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}



/* The tooltip */
.infoText2 {    
	display: none;
	font-family: sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background-color: #FFFFFF;
	padding: 12px 16px;
	width: 178px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5%);
	border-radius: 3px;
/* 	border: 1px solid #E0E0E0; */
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
	color: #37393D;
	font-size: 12px;
	line-height: 18px;
	z-index: 99;
}
.infoTab2:hover .infoText2{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}


/* The pointer of the tooltip */
.infoText2:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText2:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */


/* The tooltip */
.infoText3 {    
	display: none;
	font-family: sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background-color: #FFFFFF;
	padding: 12px 16px;
	width: 178px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5%);
	border-radius: 3px;
/* 	border: 1px solid #E0E0E0; */
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
	color: #37393D;
	font-size: 12px;
	line-height: 18px;
	z-index: 99;
}
.infoTab3:hover.infoText3{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}


/* The pointer of the tooltip */
.infoText3:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText3:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}
h1.sampleHeading {
    font-size: 40px;
    color: #7c7c7c;
    font-weight: 100;
    font-style: normal;
}
  span.sampleHeadingItalic {
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    color:#000;
}
    .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }
  p.greyPara br {
    display: none;
}
  .videoSample2 .cardTextWrapper {
    width: 122%;
}
}
@media(min-width:1024px){
    img.quoteImage {
    width: 18%;
    padding: 30px 30px;
}
    p.storyPara {
    font-size: 15px;
    font-weight: 100;
    padding: 0 30px;
}
    img.timeImage {
   width: 93%;
    position: relative;
}
      img.timeImage001 {
    width: 100%;
}
    .bannerTextSection {
      background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) ; 
    height: 150vh;
    display: flex;
    align-items: center;
    color: #FFF;
     padding-left: 7%;
  padding-right:7%;
}
  .getCta a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;

}
    a.bookBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
      
}
      .imageBanner{
         background-size:cover;
  height:150vh;
  }

    .ctaWrapperBanner{
display:flex;
align-items:flex-start;
  margin-top:4%;
        flex-direction: column-reverse;
}
    h1.bannerText {
  font-size: 38px;
    font-style: italic;
    font-weight: 700;
    padding-top: 4%;
}
      .postclickBtn{
    min-height: 100%;
width: 28%;
    margin-right: 10px !important;
  }
    img.IconImage {
    width: 20%;
}
  
p.learnMoreFooter {
    text-align: left;
    font-size: 17px;
    padding: 10px 0;
  display:none;
}
      select {
    word-wrap: normal;
    padding: 10px 20px;
    width: 160% !important;
      color: #7d7d7d;
}

textarea {
    resize: vertical;
    width: 160% !important;
}
  .formSection {
    display: block;
    justify-content: center;
     height:100vh;
   
}
  
    .videoSample2 .cardTextWrapper {
    width: 90%;
}
    .videoSample3 .cardTextWrapper {
    width: 90%;
}

      .lastCardWeb{
  display:block;
            width: 100%;
    border-radius: 20px;
  }
        .cardWebVideo{
  display:block;
            width: 100%;
    border-radius: 20px;
  }
   .lastCardMob{
  display:none;
  }
    .lastVideoBanner { 
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 30px;
  position: absolute;
    top: 14%;
}
      .VideoMedBanner { 
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 30px;
  position: absolute;
    top: 30%;
}
       #lastVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width:100%;
          border-radius:20px;
}
    .bannerVideoWeb{
    display:block;
  }
  .bannerVideoMob{
  display:none;
  }
      .buyModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.buyContent {
  background-color: #e4e4e4;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.cross {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cross:hover,
.cross:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
  .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }
.NavigationWrapper.align-items-center {
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,.2);
    height: 85px;
    padding: 0 7%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.menuItem.menuCta {
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    width: 29%;
}


a.menuLink {
    color: #fff;
  position:relative;
}

.show {
  display: block;
}
.NavigationWrapper.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  border-bottom:1px solid #e2e2e2;
  }
  .NavigationWrapper.scrolled a.menuLink{
    color:#000
  }
 .NavigationWrapper.scrolled .menuItem{
    color:#000
  }
   .NavigationWrapper.scrolled .dropdown{
    color:#000
  }
  .NavigationWrapper.scrolled .menuItem.menuCta{
    background: #FFFFFF;
border: 1px solid #000000;
border-radius: 100px;
    color:#000;
  }
  .NavigationWrapper.scrolled .menuItem.selected::after{
background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  }

.circleIcon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #FFF;
    text-align: center;
    margin: 0 auto;
}
.downArrow{
    margin-top: -35%;
    width: 27%;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.arrowNavigator {
    position: relative;
    bottom: -16%;
   
}
.arrowNavigatorWrapper{
    display: flex;
    justify-content: end;
}




.banner_header{
    height: 100vh;
    width: 50%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menuItem{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    width: 30%;
    text-align:end;
}

.menuItem.selected::after{
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    bottom: -100%;
    content: "";
    height: 7px;
    left: 30px;
    position: absolute;
    right: 0px;
}
img.ethoshLogo {
    width: 20%;
}
.bannerTextWrapper{
    padding: 20% 7% 0 7%;  
}
.bannerVideoText{
    color: #FFF;
    font-weight: 100;
font-size: 20px;
}
.bannerMainText{
    color: #aaa;
    font-size: 90px;
    font-weight: 100;
}
.bannerMainTextItalic{
    color: #FFF;
    font-size: 90px;
    font-style: italic;
}
.companyLogo img {
    width: 75%;   
    margin: 0 auto;
}
.companyLogo{
    text-align: center;
}


span.bannerHeading {
    color: #fff;
    font-style: normal;
  font-weight: 100;
  font-size:55px;
}
.bannerHeadingItalic {
    color: #FFF;
    font-style: italic;
  font-weight: 500;
  font-size:55px;
  width: 100%;
   line-height:1.1;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}


.Circle{
    margin-top: -50px;
}

img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.Whiteboard{
   padding: 5% 7%;
}

.sectionHeading{
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
  line-height: 1;
}
.sectionHeadingItalic{
   font-size: 50px;
    font-style: normal;
    font-weight: 100;
    color: #7c7c7c;
}
#WhiteBoardBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Immersive%20Experiences.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:80vh;
  transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#InfographicBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Mobile%20apps%20for%20Education.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:80vh;
  transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.Whiteboard .para_1{
color: #7c7c7c;
    font-family: Ubuntu;
    font-size: 25px;
    font-style: italic;
    line-height: 1;
    font-weight: 100;
}
.Whiteboard .para_2{
color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0;
}
.pricing {
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 25px;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing:hover{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
}



img.cardplayIcon {
    width: 80%;
}
.MainHeading h1{
    font-size: 60px;
    font-family: 'Ubuntu';
}
.videoSample1,.videoSample2,.videoSample3,.videoSample4,.videoSample5,.videoSample6 {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
  margin:1.3% 0;
  position: relative;
}
.post1,.post2,.post3,.post4,.post5,.post6 {
    height: 250px;
 
border-radius: 40px;

}






.caseStudies_1,.caseStudies_4,.caseStudies_2,.caseStudies_3 h2{
    font-weight: lighter;
    color: #fff;
    font-family: 'Ubuntu';
}
.loadMore{
    margin-top: px;
    z-index: 1000;
}
.loadMoreBtn{
    background-color: #fff;
    color: #000;
    margin-top: -38px;
    z-index: 1;
}
#more {
    display: none;
  }

.pricingSection{
    padding: 0% 7%;
}
.pricingHeading {
    font-size: 50px;
    color: #7c7c7c;
    font-weight: 100;
  text-align:left;
}
a{
color:#FFF;
}
.pricingHeadingItalic{
    font-size: 50px;
    font-style: italic;
    color: #000;
    font-weight: 500;
  text-align:left;
}
.priceCard {
    background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
    border-radius: 40px;
 padding:15px;
  color:#FFF;
  margin:8px;

}

p.pricingPare {
    font-size: 30px;
    color: #7C7C7C;
    font-weight: 100;
    font-style: italic;
  text-align:center;
}
h3.priceNumber {
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    /* line-height: 109%; */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.PricingCardSection {
    display: flex;
    justify-content: center;
    align-items: center;
  margin:4% 0;
}
.TimeWrapper {
    display: flex;
   justify-content: flex-start;
    align-items: center;
}
.tabOrange {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F05B40;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabBlue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #673AB7;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabGreen {
    display: flex;
    align-items: center;
    justify-content: center;
     background: #009688;
    height: 34px;
       width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.timeDivOrange img {
z-index:1;
  margin-right: -10px;
}

.timeDivBlue img {  
z-index:1;
  margin-right: -0px;
}

.timeDivGreen img {
z-index:1;
  margin-right: -10px;
}
 .timelineDivOrange {
    background: rgba(238, 191, 255, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
}
.timelineDivBlue {
    background: rgba(255, 191, 191, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
   margin-right:20px;
  }
  .timelineDivGreen {
    background: rgba(255, 191, 191, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 30px!important;
    overflow: hidden;
    border-radius: 16px;
     margin-right:20px;
}
.bandOrange {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #644740;
    padding: 10px !important;
}
.bandBlue {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
   background: #523E5A;
    padding: 10px !important;
}
.bandGreen {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #3D5850;
    padding: 10px !important;
}
.lastPriceCardOrange {
background: #412c26;
    border-radius: 16px;
    margin-top: 10px;
    padding: 20px!important;
    margin: 20px auto;
    width: 90%;
  display:block;
  
}
.lastPriceCardBlue {
background: #302335;
    border-radius: 16px;
    margin-top: 10px;
    padding: 20px!important;
    margin: 20px auto;
    width: 90%;
   display:block;
  
}
.lastPriceCardGreen {
background: #243832;
    border-radius: 16px;
    margin-top: 10px;
    padding: 20px!important;
    margin: 20px auto;
    width: 90%;
   display:block;
  
}

.lastCta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.itemWrapper {
   display:flex;
    justify-content: space-between;

    align-items: center;
 
}
.itemIconText {
  padding:10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  position:relative;
}
p.itemNumber {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    color: #FFFFFF;
    opacity: 0.8;
}
p.itemText {
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;

    padding-left: 8px !important;
  padding-right: 8px !important;
}
.itemIconText img {
    width: 20px;
    max-width: 20px;
}
p.priceLast {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
        text-align: center;
    color: #FFFFFF;
}
span.yellowText {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
       color: #EAEE26;
}
.Buydiv {
align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff!important;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 3% 0 0% 0;
    width: 20%;
}
.Buydiv a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;
}
  .navCTA {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 75%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
      margin: 15px;
}
.navCTA a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;
}
.GetText a{
 color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:14px;
}

.GetText {
   
     background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    height: 40px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.greyband {
    background: #E2E2E2;
    border-radius: 20px;
    height: 70px;
    margin: 20px 0 40px 0;
    width:86% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 148%;
    color: #4C4C4C;
}
h3.priceHeading {
    font-style: normal;
        font-size: 16px;
    font-weight: 100;
    padding:  0 0 10px 0 !important;
    color: #FFFFFF;
 
 
}
p.secText {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-top: -10px !important;
    padding-bottom: 14px;
    text-align: left;
    color: #FFFFFF;
   text-align: left;
}

p.pricePara {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 130%; */
    text-transform: uppercase;
    color: #FFFFFF;
   
  text-align: left;
    padding:  0 0px 10px 0px;

}
.pricingIncludes {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
p{
    margin: 0 !important;
}
p.includeText {
    padding: 0 10px;
}
p.pricingSubheading {
    font-size: 20px;
}

.row.bannerText2D {
   color: #fff;
    padding: 18% 7% 0;
    line-height: 1.2;
   height:fit-content;
}
.arrow.mt-5 {
    margin-right: -9% !important;
    /* margin-top: -62% !important; */
}
.col-6.navigationArrow {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.getCta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    width: 25%;
    color: #FFF;
}
.videoModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.pageVideos {
    height: 500px;
}
/* Modal Content */
.videoContent {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.videoPlayBtn {
    width: 120px;
    height: 120px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  transition: all .5s;
  cursor: pointer;
}
.cardBtn {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    cursor: pointer;
}
img.playIcon {
    width: 30%;
  margin-left: 5%;
}
/* .CardClickBtn{
overflow: hidden;
    position: relative;
}
 */

.CardClickBtn:hover .videoPlayBtn{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);

}
.cardTextWrapper h2.cardText {
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
    width: 75%;
}
.cardTextWrapper h2.cardTextsmall {
 width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
  .PostcardTextWrapper h2.cardText {
    font-size: 30px;
    font-weight: 400;
    color: #FFF;
    width: 75%;
}
.PostcardTextWrapper h2.cardTextsmall {
 width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}


.lastCard{
    margin:20px 0;
/* background: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/3D%20page/Image/3Dd_bannergif.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px; */
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
  position: relative;
}
.footerSection{
    background-color: #000;
    align-items: center;
    height: 90px;
   margin: 0;
  padding: 0 7%;
}
.footerText{
    color: #FFF;
  text-align:end;
  font-size:14px;
}

img.socilaIcons {
    width: 100%;
}


p.lastText {
    font-size: 35px;
    color: #fff;
    font-weight: 100;
    font-style: normal;
  line-height:1;
}
  p.lastVideoText {
   color: #FFF;
        font-style: italic;
        font-weight: 700;
        font-size: 30px;
        text-transform: capitalize;
        text-shadow: 4px 4px 10px rgba(0,0,0,.25);
}
h2.lastTextBold {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
      text-align:center;
}
 .Pricemob{
  display:none;
  }
  .WebPost{
display:block;
}

  .cardmob{
  display:none;
  }
  .cardweb{
  display:block;
  }



/* The tooltip */
.infoText1 {    
	display: none;
}

.infoTab1:hover .infoText1{  
    transform-origin: 100% 0%;
    animation: fadeIn 0.3s ease;
  	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background-color: #FFFFFF;
	padding: 12px 16px;
	width: 178px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5%);
	border-radius: 3px;
/* 	border: 1px solid #E0E0E0; */
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
	color: #37393D;
	font-size: 14px;
	line-height: 18px;
	z-index: 99;
}

/* The pointer of the tooltip */
.infoText1::before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText1::after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}



/* The tooltip */
.infoText2 {    
	display: none;
	font-family: sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background-color: #FFFFFF;
	padding: 12px 16px;
	width: 178px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5%);
	border-radius: 3px;
/* 	border: 1px solid #E0E0E0; */
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
	color: #37393D;
	font-size: 14px;
	line-height: 18px;
	z-index: 99;
}
.infoTab2:hover .infoText2{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}


/* The pointer of the tooltip */
.infoText2:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText2:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */


/* The tooltip */
.infoText3 {    
	display: none;
	font-family: sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	background-color: #FFFFFF;
	padding: 12px 16px;
	width: 178px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5%);
	border-radius: 3px;
/* 	border: 1px solid #E0E0E0; */
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
	color: #37393D;
	font-size: 14px;
	line-height: 18px;
	z-index: 99;
}
.infoTab3:hover.infoText3{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}


/* The pointer of the tooltip */
.infoText3:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText3:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}
h1.sampleHeading {
    font-size: 40px;
    color: #7c7c7c;
    font-weight: 100;
    font-style: normal;
}
  span.sampleHeadingItalic {
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    color:#000;
}
    .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }
  p.greyPara br {
    display: none;
}
}
/*********************************** media *********************************/
/*********************************** media *********************************/
/*********************************** media *********************************/
/*********************************** media *********************************/
@media(min-width:1200px){
      img.IconImage {
    width: 60%;
}
    p.storyPara {
    font-size: 20px;
    font-weight: 100;
    padding: 0 30px;
}
      img.timeImage {

    position: relative;
}

      h1.bannerText {
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    padding-top: 4%;
}
 
        .imageBanner{
         background-size:cover;
  height:150vh;
  }
      .bannerTextSection {
   background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) ; 
    height: 150vh;
    display: flex;
    align-items: center;
    color: #FFF;
     padding-left: 7%;
  padding-right:7%;
}
  .getCta a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;

}

    .videoSample5 .cardBtn {
    margin-right: -6% !important;
}
   .specItemText img {
    width: 14%;
}

    .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }
h1.sampleHeading {
    font-size: 50px;
    color: #7c7c7c;
    font-weight: 100;
    font-style: normal;
}
  span.sampleHeadingItalic {
    font-size: 50px;
    font-style: italic;
    font-weight: 500;
     color:#000;
}
.NavigationWrapper.align-items-center {
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,.2);
    height: 85px;
    padding: 0 7%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.menuItem.menuCta {
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    width: 29%;
}


a.menuLink {
    color: #fff;
  position:relative;
}

.show {
  display: block;
}
.NavigationWrapper.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  border-bottom:1px solid #e2e2e2;
  }
  .NavigationWrapper.scrolled a.menuLink{
    color:#000
  }
   .NavigationWrapper.scrolled .menuItem{
    color:#000
  }
     .NavigationWrapper.scrolled .dropdown{
    color:#000
  }
  .NavigationWrapper.scrolled .menuItem.menuCta{
    background: #FFFFFF;
border: 1px solid #000000;
border-radius: 100px;
    color:#000;
  }
  .NavigationWrapper.scrolled .menuItem.selected::after{
background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  }

.circleIcon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #FFF;
    text-align: center;
    margin: 0 auto;
}
.downArrow{
    margin-top: -35%;
    width: 27%;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.arrowNavigator {
    position: relative;
    bottom: -35%;
   
}
.arrowNavigatorWrapper{
    display: flex;
    justify-content: end;
}


.banner_header{
    height: 100vh;
    width: 50%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menuItem{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: end;
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menuItem.selected::after{
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    bottom: -100%;
    content: "";
    height: 7px;
    left: 30px;
    position: absolute;
    right: 10px;
}
img.ethoshLogo {
    width: 20%;
}
.bannerTextWrapper{
    padding: 20% 7% 0 7%;  
}
.bannerVideoText{
    color: #FFF;
    font-weight: 100;
font-size: 20px;
}
.bannerMainText{
    color: #aaa;
    font-size: 90px;
    font-weight: 100;
}
.bannerMainTextItalic{
    color: #FFF;
    font-size: 90px;
    font-style: italic;
}
.companyLogo img {
    width: 75%;   
    margin: 0 auto;
}
.companyLogo{
    text-align: center;
}


span.bannerHeading {
    color: #fff;
    font-style: normal;
  font-weight: 100;
  font-size:70px;
}
.bannerHeadingItalic {
    color: #FFF;
    font-style: italic;
  font-weight: 500;
  font-size:70px;
  width: 100%;
  line-height:1.1;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}


.Circle{
    margin-top: -50px;
}

img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.Whiteboard{
   padding: 5% 13% 5% 13%;
}

.sectionHeading{
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
  line-height: 1;
}
.sectionHeadingItalic{
   font-size: 60px;
    font-style: normal;
    font-weight: 100;
    color: #7c7c7c;
}
#WhiteBoardBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Immersive%20Experiences.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:95vh;
}
#InfographicBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Mobile%20apps%20for%20Education.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:95vh;
}
#CreativeBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/2D%20page/Content/Creative%20Storytelling%20New.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:95vh;
}
.Whiteboard .para_1{
color: #7c7c7c;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: italic;
    line-height: 1;
    font-weight: 100;
}
.Whiteboard .para_2{
color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
}
.pricing {
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 25px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing:hover{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
}
.cardTextWrapper {

    position: absolute;
    width: 90%;
    padding:30px 0;
}
  .PostcardTextWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


img.cardplayIcon {
    width: 80%;
}
.MainHeading h1{
    font-size: 60px;
    font-family: 'Ubuntu';
}
.videoSample1,.videoSample2,.videoSample3,.videoSample4,.videoSample5,.videoSample6 {
    height: 510px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
  margin:1.3% 0;
}
.post1,.post2,.post3,.post4,.post5,.post6 {
    height: 300px;
   
border-radius: 40px;

}
p.greyPara br {
    display: none;
}








.caseStudies_1,.caseStudies_4,.caseStudies_2,.caseStudies_3 h2{
    font-weight: lighter;
    color: #fff;
    font-family: 'Ubuntu';
}
.loadMore{
    margin-top: px;
    z-index: 1000;
}
.loadMoreBtn{
    background-color: #fff;
    color: #000;
    margin-top: -38px;
    z-index: 1;
}
#more {
    display: none;
  }

.pricingSection{
   padding: 0 7%;
}
.pricingHeading {
    font-size: 55px;
    color: #7c7c7c;
    font-weight: 100;
  text-align:left;
  line-height:1;
}
a{
color:#FFF;
}
.pricingHeadingItalic{
    font-style: italic;
    color: #000;
    font-weight: 500;
  text-align:left;
  font-size:60px;
}
.priceCard {
    background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
    border-radius: 40px;
   padding:4%;
  color:#FFF;
  margin:10px;

}

p.pricingPare {
    font-size: 30px;
    color: #7C7C7C;
    font-weight: 100;
    font-style: italic;
  text-align:center;
}
h3.priceNumber {
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    /* line-height: 109%; */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.PricingCardSection {
    display: flex;
    justify-content: center;
    align-items: center;
  margin:1% 0;
}
.TimeWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tabOrange {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F05B40;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabBlue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #673AB7;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabGreen {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009688;
    height: 34px;
       width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.timeDivOrange img {
z-index:1;
  margin-right: -28px;
}

.timeDivBlue img {  
z-index:1;
  margin-right: 0px;
}
  .timelineDivOrange {
    background: rgba(238, 191, 255, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
}
.timelineDivBlue {
    background: rgba(255, 191, 191, 0.16);
    margin-left: -6.9%;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
   margin-right:4%;
  }
  .timelineDivGreen {
     background: rgba(255, 191, 191, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 30px!important;
    overflow: hidden;
    border-radius: 16px;
     margin-right:0px;
}
.timeDivGreen img {
z-index:1;
  margin-right: -10px;
}

.bandOrange {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #644740;
    padding: 10px !important;
}
.bandBlue {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
   background: #523E5A;
    padding: 10px !important;
}
.bandGreen {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #3D5850;
    padding: 10px !important;
}
.lastPriceCardOrange {
background: #412c26;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardBlue {
background: #302335;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardGreen {
background: #243832;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}

.lastCta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.itemWrapper {
  
    justify-content: space-between;
  
    align-items: center;
 
}
.itemIconText {
  padding:10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  position:relative;
}

p.itemNumber {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    color: #FFFFFF;
    opacity: 0.8;
}
p.itemText {
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;

    padding-left: 8px !important;
  padding-right: 8px !important;
}
.itemIconText img {
    width: 20px;
    max-width: 20px;
}
p.priceLast {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
span.yellowText {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #EAEE26;
}
.Buydiv {
align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff!important;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 3% 0 0% 0;
    width: 20%;
}
.Buydiv a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;
}
  .navCTA {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 85%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.navCTA a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;
}
  .GetText {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 25%;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.GetText a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;
}

.greyband {
    background: #E2E2E2;
    border-radius: 20px;
    height: 70px;
    margin: 20px 0 40px 0;
    width:86% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 148%;
    color: #4C4C4C;
}
h3.priceHeading {
    font-style: normal;
      font-size: 16px;
    font-weight: 100;
  padding:  0 0 10px 0 !important;
    color: #FFFFFF;


}
p.secText {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    margin-top: -10px !important;
    padding-bottom: 14px;
    text-align: left;
    color: #FFFFFF;
    
}

p.pricePara {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 130%; */
    text-transform: uppercase;
    color: #FFFFFF;
  text-align: left;
    padding:  0 0px 10px 0px;

}
.pricingIncludes {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
p{
    margin: 0 !important;
}
p.includeText {
    padding: 0 10px;
}
p.pricingSubheading {
    font-size: 20px;
}

.row.bannerText2D {
   color: #fff;
    padding: 21% 7% 0;
    line-height: 1.2;
   height:fit-content;
}
.arrow.mt-5 {
    margin-right: -9% !important;
    /* margin-top: -62% !important; */
}
.col-6.navigationArrow {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.getCta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    width: 35%;
  margin:20px 0;
    color: #FFF;
}

.pageVideos {
    height: 500px;
}
  .videoModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.videoContent {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
    .buyModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.buyContent {
  background-color: #e4e4e4;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.cross {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cross:hover,
.cross:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.videoPlayBtn {
    width: 120px;
    height: 120px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  transition: all .5s;
  cursor: pointer;
}
.cardBtn {
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    cursor: pointer;
}
img.playIcon {
    width: 30%;
  margin-left: 5%;
}
/* .CardClickBtn{
overflow: hidden;
    position: relative;
}
 */

.CardClickBtn:hover .videoPlayBtn{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);

}
.cardTextWrapper h2.cardText {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
   margin-top: 10px;
}
.cardTextWrapper h2.cardTextsmall {
 width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  margin-top: 10px;

}
  .PostcardTextWrapper h2.cardText {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
}
.PostcardTextWrapper h2.cardTextsmall {
 width: 95%;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}


.lastCard{
  margin:20px 0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
  position: relative;
}
.footerSection{
    background-color: #000;
    align-items: center;
    height: 90px;
   margin: 0;
  padding: 0 7%;
}
.footerText{
    color: #FFF;
  text-align:end;
}

img.socilaIcons {
    width: 70%;
}


p.lastText {
    font-size: 35px;
    color: #fff;
    font-weight: 100;
    font-style: normal;
  line-height:1;
}
  p.lastVideoText {
       color: #FFF;
        font-style: italic;
        font-weight: 700;
        font-size: 40px;
        text-transform: capitalize;
        text-shadow: 4px 4px 10px rgba(0,0,0,.25);
}
  
h2.lastTextBold {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
      text-align:center;
}
 .Pricemob{
  display:none;
  }
  .WebPost{
display:block;
}

  .cardmob{
  display:none;
  }
  .cardweb{
  display:block;
  }



/* The tooltip */
.infoText1 {    
-webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-size: 14px;
    height: auto;
    left: 95%;
    top: 50%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 178px;
    z-index: 99;
}



/* The pointer of the tooltip */
.infoText1:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText1:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}



/* The tooltip */
.infoText2 {    
-webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-size: 14px;
    height: auto;
    left: 95%;
    top: 50%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 178px;
    z-index: 99;
}



/* The pointer of the tooltip */
.infoText2:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText2:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */


/* The tooltip */
.infoText3 {    
-webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-size: 14px;
    height: auto;
    left: 95%;
    top: 50%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 178px;
    z-index: 99;
}



/* The pointer of the tooltip */
.infoText3:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText3:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}
  .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }

}

@media(min-width:1300px){
    p.storyPara {
    font-size: 22px;
    font-weight: 100;
    padding: 0 30px;
}
  img.timeImage {

    position:relative;
}
      h1.bannerText {
    font-weight: 700;
    font-size: 50px;
     font-style: italic;
      padding-top:4%;
}
        .imageBanner{
         background-size:cover;
  height:120vh;
  }
      .bannerTextSection {
        background: radial-gradient(100% 100% at 24.36% 0%, #2F1639 0%, #000000 100%) ;  
    
    height: 120vh;
    display: flex;
    align-items: center;
    color: #FFF;
     padding-left: 7%;
  padding-right:7%;
}
  .getCta a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;

}

    .videoSample5 .cardBtn {
    margin-right: -6% !important;
}
   .specItemText img {
    width: 14%;
}

    .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }
h1.sampleHeading {
    font-size: 50px;
    color: #7c7c7c;
    font-weight: 100;
    font-style: normal;
}
  span.sampleHeadingItalic {
    font-size: 50px;
    font-style: italic;
    font-weight: 500;
     color:#000;
}
.NavigationWrapper.align-items-center {
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,.2);
    height: 85px;
    padding: 0 7%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.menuItem.menuCta {
    align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    width: 29%;
}


a.menuLink {
    color: #fff;
  position:relative;
}

.show {
  display: block;
}
.NavigationWrapper.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  border-bottom:1px solid #e2e2e2;
  }
  .NavigationWrapper.scrolled a.menuLink{
    color:#000
  }
   .NavigationWrapper.scrolled .menuItem{
    color:#000
  }
     .NavigationWrapper.scrolled .dropdown{
    color:#000
  }
  .NavigationWrapper.scrolled .menuItem.menuCta{
    background: #FFFFFF;
border: 1px solid #000000;
border-radius: 100px;
    color:#000;
  }
  .NavigationWrapper.scrolled .menuItem.selected::after{
background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  }

.circleIcon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #FFF;
    text-align: center;
    margin: 0 auto;
}
.downArrow{
    margin-top: -35%;
    width: 27%;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.arrowNavigator {
    position: relative;
    bottom: -35%;
   
}
.arrowNavigatorWrapper{
    display: flex;
    justify-content: end;
}


.banner_header{
    height: 100vh;
    width: 50%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menuItem{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: end;
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menuItem.selected::after{
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    bottom: -100%;
    content: "";
    height: 7px;
    left: 30px;
    position: absolute;
    right: 10px;
}
img.ethoshLogo {
    width: 20%;
}
.bannerTextWrapper{
    padding: 20% 7% 0 7%;  
}
.bannerVideoText{
    color: #FFF;
    font-weight: 100;
font-size: 20px;
}
.bannerMainText{
    color: #aaa;
    font-size: 90px;
    font-weight: 100;
}
.bannerMainTextItalic{
    color: #FFF;
    font-size: 90px;
    font-style: italic;
}
.companyLogo img {
    width: 75%;   
    margin: 0 auto;
}
.companyLogo{
    text-align: center;
}


span.bannerHeading {
    color: #fff;
    font-style: normal;
  font-weight: 100;
  font-size:70px;
}
.bannerHeadingItalic {
    color: #FFF;
    font-style: italic;
  font-weight: 500;
  font-size:70px;
  width: 100%;
  line-height:1.1;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}


.Circle{
    margin-top: -50px;
}

img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.ImgArrow {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.Whiteboard{
   padding: 5% 13% 5% 13%;
}

.sectionHeading{
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
  line-height: 1;
}
.sectionHeadingItalic{
   font-size: 60px;
    font-style: normal;
    font-weight: 100;
    color: #7c7c7c;
}
#WhiteBoardBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Immersive%20Experiences.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:95vh;
}
#InfographicBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/Radiology%20Internal%20Pages/Interactive%20Training%20Experiences/Images/Mobile%20apps%20for%20Education.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:95vh;
}
#CreativeBtn{
    background-image: url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20internal%20Pages/2D%20page/Content/Creative%20Storytelling%20New.png);
    background-repeat: no-repeat;
    background-size:100%;
  background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  height:95vh;
}
.Whiteboard .para_1{
color: #7c7c7c;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: italic;
    line-height: 1;
    font-weight: 100;
}
.Whiteboard .para_2{
color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
}
.pricing {
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 25px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing:hover{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
}
.cardTextWrapper {

    position: absolute;
    width: 90%;
    padding:30px 0;
}
  .PostcardTextWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


img.cardplayIcon {
    width: 80%;
}
.MainHeading h1{
    font-size: 60px;
    font-family: 'Ubuntu';
}
.videoSample1,.videoSample2,.videoSample3,.videoSample4,.videoSample5,.videoSample6 {
    height: 510px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
  margin:1.3% 0;
}
.post1,.post2,.post3,.post4,.post5,.post6 {
    height: 300px;
   
border-radius: 40px;

}
p.greyPara br {
    display: none;
}








.caseStudies_1,.caseStudies_4,.caseStudies_2,.caseStudies_3 h2{
    font-weight: lighter;
    color: #fff;
    font-family: 'Ubuntu';
}
.loadMore{
    margin-top: px;
    z-index: 1000;
}
.loadMoreBtn{
    background-color: #fff;
    color: #000;
    margin-top: -38px;
    z-index: 1;
}
#more {
    display: none;
  }

.pricingSection{
   padding: 0 7%;
}
.pricingHeading {
    font-size: 60px;
    color: #7c7c7c;
    font-weight: 100;
  text-align:left;
  margin-bottom:15px;
  line-height:1;
}
a{
color:#FFF;
}
.pricingHeadingItalic{
    font-style: italic;
    color: #000;
    font-weight: 500;
  text-align:left;
  font-size:60px;
}
.priceCard {
    background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
    border-radius: 40px;
   padding:4%;
  color:#FFF;
  margin:10px;

}

p.pricingPare {
    font-size: 30px;
    color: #7C7C7C;
    font-weight: 100;
    font-style: italic;
  text-align:center;
}
h3.priceNumber {
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    /* line-height: 109%; */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.PricingCardSection {
    display: flex;
    justify-content: center;
    align-items: center;
  margin:1% 0;
}
.TimeWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
/*   width:35%; */
}
.tabOrange {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F05B40;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabBlue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #673AB7;
    height: 34px;
        width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.tabGreen {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009688;
    height: 34px;
       width: fit-content;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0px 0px 16px 16px;
  text-transform: uppercase;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.timeDivOrange img {
z-index:1;
  margin-right: -34px;
}

.timeDivBlue img {  
z-index:1;
  margin-right: 0px;
}
  .timelineDivOrange {
    background: rgba(238, 191, 255, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
}
.timelineDivBlue {
    background: rgba(255, 191, 191, 0.16);
    margin-left: -6.9%;
     padding: 6px 15px 6px 46px!important;
    overflow: hidden;
    border-radius: 16px;
   margin-right:4%;
  }
  .timelineDivGreen {
    font-size:12px;
    background: rgba(255, 191, 191, 0.16);
    margin-left: -28px;
     padding: 6px 15px 6px 30px!important;
    overflow: hidden;
    border-radius: 16px;
/*      margin-right:20px; */
}
.timeDivGreen img {
z-index:1;
  margin-right: -10px;
}

.bandOrange {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #644740;
    padding: 10px !important;
}
.bandBlue {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
   background: #523E5A;
    padding: 10px !important;
}
.bandGreen {
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin:20px 0;
    color: #FFFFFF;
    background: #3D5850;
    padding: 10px !important;
}
.lastPriceCardOrange {
background: #412c26;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardBlue {
background: #302335;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}
.lastPriceCardGreen {
background: #243832;
    border-radius: 16px;
    margin-top: 10px;
    padding: 30px 35px!important;
    margin: 20px auto;
    width: 90%;
  
}

.lastCta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.itemWrapper {
  
    justify-content: space-between;
  
    align-items: center;
 
}
.itemIconText {
  padding:10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  position:relative;
}

p.itemNumber {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    color: #FFFFFF;
    opacity: 0.8;
}
p.itemText {
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;

    padding-left: 8px !important;
  padding-right: 8px !important;
}
.itemIconText img {
    width: 20px;
    max-width: 20px;
}
p.priceLast {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
span.yellowText {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #EAEE26;
}
.Buydiv {
align-items: center;
    background: linear-gradient(90deg,#ec1c24,#f05b40);
    border-radius: 100px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.08), inset 0 4px 4px hsla(0,0%,100%,.25);
    color: #fff!important;
    display: flex;
    height: 50px;
    justify-content: center;
    margin: 3% 0 0% 0;
    width: 20%;
}
.Buydiv a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;
}
  .navCTA {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 75%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.navCTA a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;
}
  .GetText {
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    color: #FFF !important;
    width: 25%;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.GetText a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
  font-size:20px;
}

.greyband {
    background: #E2E2E2;
    border-radius: 20px;
    height: 70px;
    margin: 20px 0 40px 0;
    width:86% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 148%;
    color: #4C4C4C;
}
h3.priceHeading {
    font-style: normal;
      font-size: 16px;
    font-weight: 100;
  padding:  0 0 10px 0 !important;
    color: #FFFFFF;


}
p.secText {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    margin-top: -10px !important;
    padding-bottom: 14px;
    text-align: left;
    color: #FFFFFF;
    
}

p.pricePara {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 130%; */
    text-transform: uppercase;
    color: #FFFFFF;
  text-align: left;
    padding:  0 0px 10px 0px;

}
.pricingIncludes {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
p{
    margin: 0 !important;
}
p.includeText {
    padding: 0 10px;
}
p.pricingSubheading {
    font-size: 20px;
}

.row.bannerText2D {
   color: #fff;
    padding: 21% 7% 0;
    line-height: 1.2;
   height:fit-content;
}
.arrow.mt-5 {
    margin-right: -9% !important;
    /* margin-top: -62% !important; */
}
.col-6.navigationArrow {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.getCta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    width: 35%;
  margin:20px 0;
    color: #FFF;
}

.pageVideos {
    height: 500px;
}
  .videoModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.videoContent {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
    .buyModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.buyContent {
  background-color: #e4e4e4;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.cross {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cross:hover,
.cross:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.videoPlayBtn {
    width: 120px;
    height: 120px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  transition: all .5s;
  cursor: pointer;
}
.cardBtn {
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    cursor: pointer;
}
img.playIcon {
    width: 30%;
  margin-left: 5%;
}
/* .CardClickBtn{
overflow: hidden;
    position: relative;
}
 */

.CardClickBtn:hover .videoPlayBtn{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);

}
.cardTextWrapper h2.cardText {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
  margin-top: 10px;
  
}
.cardTextWrapper h2.cardTextsmall {
 width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
 margin-top:10px;
}
  .PostcardTextWrapper h2.cardText {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    width: 100%;
}
.PostcardTextWrapper h2.cardTextsmall {
 width: 95%;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}


.lastCard{
  margin:20px 0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
  position: relative;
}
.footerSection{
    background-color: #000;
    align-items: center;
    height: 90px;
   margin: 0;
  padding: 0 7%;
}
.footerText{
    color: #FFF;
  text-align:end;
}

img.socilaIcons {
    width: 70%;
}


p.lastText {
    font-size: 35px;
    color: #fff;
    font-weight: 100;
    font-style: normal;
  line-height:1;
}
  p.lastVideoText {
       color: #FFF;
        font-style: italic;
        font-weight: 700;
        font-size: 40px;
        text-transform: capitalize;
        text-shadow: 4px 4px 10px rgba(0,0,0,.25);
}
  
h2.lastTextBold {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
      text-align:center;
}
 .Pricemob{
  display:none;
  }
  .WebPost{
display:block;
}

  .cardmob{
  display:none;
  }
  .cardweb{
  display:block;
  }



/* The tooltip */
.infoText1 {    
-webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-size: 14px;
    height: auto;
    left: 95%;
    top: 50%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 178px;
    z-index: 99;
}



/* The pointer of the tooltip */
.infoText1:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText1:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}



/* The tooltip */
.infoText2 {    
-webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-size: 14px;
    height: auto;
    left: 95%;
    top: 50%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 178px;
    z-index: 99;
}



/* The pointer of the tooltip */
.infoText2:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText2:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}

/* CSS animation */


/* The tooltip */
.infoText3 {    
-webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    color: #37393d;
    display: none;
    font-size: 14px;
    height: auto;
    left: 95%;
    top: 50%;
    line-height: 18px;
    padding: 12px 16px;
    position: absolute;
    text-align: center;
    text-rendering: optimizeLegibility;
    transform: translate(-50%,5%);
    width: 178px;
    z-index: 99;
}



/* The pointer of the tooltip */
.infoText3:before { 
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color:#FFFFFF;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.infoText3:after {
	width: 10px;
	height: 40px;
	content:'';
	position: absolute;
	top: -40px;
	left: 0;
}
  .orangrad{
  background: radial-gradient(148.9% 50% at 24.36% 0%, #402413 0%, #000000 100%);
border-radius: 20px;
  }
  .purpgrad{
  background: radial-gradient(111.12% 37.31% at 24.36% 0%, #2F1639 0%, #000000 100%);
border-radius: 20px;
  }
  .greengrad{
  background: radial-gradient(152.11% 51.08% at 24.36% 0%, #0A201A 0%, #000000 100%);
border-radius: 20px;
  }


}


fieldset.form-columns-2 {
    max-width: 100%;
}
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width:100%;
}

.bannerText2D {
 
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  position: absolute;
    top: 5%;
}


.videoSample2 {
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.videoSample3 {
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.videoSample5 {
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


.videoSample2:hover .cardBtn,.videoSample3:hover .cardBtn,.videoSample5:hover .cardBtn{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
} 
/* .post1,.post2,.post3,.post4,.post5,.post6{
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
} */



.Buydiv:hover{
background: linear-gradient(90deg, #8E070C 0%, #B9131A 100%);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
}
div#myBtnContainer .btn {
    margin: 0 5px;
}

i.fas.fa-angle-down {
    padding: 0 15px;
}


.dropdown {
display: flex;
    justify-content: center;
    align-items: center;
  color:#FFF;
}

.fa-angle-down {
  position: relative;
  transition: transform 0.3s ease;
}

.rotate-dropdown-arrow {
  transform: rotate(-180deg);
}


.dropdown-menu span {
    box-sizing: border-box;
    cursor: pointer;
    flex-grow: 1;
    transition: background .3s ease;
    width: 100%;
    padding: 10px;
}
.dropdown-menu span:not(:last-child) {  
    border-bottom: 1px solid #D0D0D0;
}
.dropdown-menu > span:nth-child(5){
  border-radius: 0px 0px 20px 20px;
}

.dropdown-menu span:last-child.dropdown-menu span:hover {
  border-radius: 0px 0px 20px 20px;
  background: #eee;
}
.dropdown-menu span:hover {
  background: #eee;
}
a.dropLink {
    color: #000 !important;
}
#openDropdown:checked + .dropdown-menu {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}

@keyframes openDropDown {
  from { transform: rotateX(50deg); }
  to { transform: rotateX(0deg); }
}
label {
    display: inline-block;
    color: #7d7d7d;
    padding:10px 0;
}


img.rightarrowIconFooter {
    width: 6%;
}
.lastCard:hover .VideoMedBanner{
animation: slide-in 0.9s;
}
      @keyframes slide-in {
        0%{
          transform: translateY(100px)
        }
        100%{
          transform: translateY(0)
        }
      }
#card001{
background:url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20Files/Webinar%20LP/Images/card001.png);
}
#card002{
background:url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20Files/Webinar%20LP/Images/card002.png);
}
#card003{
background:url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20Files/Webinar%20LP/Images/card003.png);
}
#card004{
background:url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20Files/Webinar%20LP/Images/card004.png);
}
#card005{
background:url(//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/LP%20Files/Webinar%20LP/Images/card005.png);
}
.boldText {
    font-weight: 800;
}


.external-Form{
width:100%;
  height:70vh;
  padding:0;
  margin:0;
}
div#registerNow {
    /* overflow: hidden; */
    background: #f0f0f0 !important;
}
.mobileDate.container-fluid {
    display: flex;
    align-items: center;
    padding: 1% 5%;
}
div#webinarRegistrationContainer {
    background-color: #f5f5f5 !important;
}
.gBg8 {
    background-color: #f5f5f5 !important;
}
/* ********************************************************************************************************* */
      .cont{
            background-image: url('//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/Webinar%20August/Images/masterBanner.png');
   
            background-repeat: no-repeat;
            position: relative;
            display: block;
            background-size: cover;
    background-position: center;
              padding-top:2%;
        }
        .banner-wrapper{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 10px;
        }
        .text-container {
            flex: 1;
            text-align: center;
            position: relative;
            color: #fff;
        }
        .default-text {
/*             opacity: 1; */
             color: #fff;
             text-align: left;
             

        }
        .hover-text {      
            position: absolute;
            top: 50%;
            left: 40%;
/*             transform: translate(-50%, -50%); */
        
        }
        .dd{
            width: 200px;
            height: 200px;
           
        }
        .name{
            color: rgba(250, 255, 0, 0.90);
margin: 0;
font-size: 40px;
font-style: italic;
font-weight: 700;
line-height: 123.5%;
text-align: left;
        }
        .text-content {
            display: flex;
    flex-direction: column;
    justify-content: end;
    /* height: 500px; */
    align-items: center;
    width: 100%;
    text-align: center;
    /* padding: 20px; */
    box-sizing: border-box;
}
.hoverDetials{
    margin: 0;
    text-align: left;
    transition: left 0.8s ease;
}
li{
    text-align: left;
    text-indent: -1.5rem;
    margin: 15px 0;
}
.menlisttxt{
    color: #FFF;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 127%;
}
.menlisttxt2{
    color: #FFF;

font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 126.5%;
}

.custom-list {
  list-style: none; 
  padding-left: 20px;
}

.custom-list li::before {
  content: ""; 
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('//7347324.fs1.hubspotusercontent-na1.net/hubfs/7347324/raw_assets/public/Ethosh_August_2021/Ethosh%20New%20LP%202023/Webinar%20August/Images/dots.svg'); 
  background-size: cover; 
  margin-right: 8px;
}
.descr{
    color: #FFF;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 127%;
}

.debateTxt{
    color: #000;
font-size: 28px;
font-style: italic;
font-weight: 700;
line-height: 123.5%;
text-transform: capitalize;
margin: 10px 0;
}
.buttonCta {
    width: 100% !important;
  display:flex;
  justify-content:flex-end;
}
.bookBtn{
    border-radius: 100px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
  border: none;
    color: #FFF;

font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 82%;
height: 60px;
padding: 20px 32px;

align-items: center;
}
.storytxt{
    color: #000;

font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 115%;
}



.main-label{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
   padding: 0 7%;
}
.bgt{
    background-color: #000;
    color: #fff;
}
.puskar{
    padding: 20px 0 ;
    
}
.bgt {
    background-color: #000;
    color: #fff;
    display: none;
}
#bannerMobile{
    display: none;
}
.bordermob{
    display: none;
}
#speakeMobData{
    display: none;
}
.default-text.dmview {
    position: absolute;
  padding:5% 7%;
  
}
.timecalenderWrapper{
display:flex;
align-items:center;
}
.logoIMg {  
    width: 12%;
}
@media screen and (max-width:1200px){
    .hover-text {   
   width: 90%;
}

   .cardTextWrapper {
    position: absolute;
    width: 90%;
    margin-top: 3% !important;
  }
  .cardTextWrapper h2.cardTextsmall {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin-top: 5%;
}

}
@media screen and (max-width:999px){
  .ctGr {
    margin-top: 10px;
    margin-bottom: 10px ;
}
}
@media screen and (max-width:900px) {
  .logoIMg {  
    width: 35%;
}
    .dd{
        width: 100px;
        height: 100px;
    }
  .bookBtn {

    display: flex;
}
    .name{
        font-size: 16px;
        font-weight: 700;
    }
    .cont{
        height: auto;
    }

    .descr {
        font-size: 13px;
        font-weight: 400;
    }
  
    .text-content{
        padding: 0;
    }
    .hover-text{
        display: none;
    }
    .debateTxt{
        color: #000;

font-size: 25px;
font-style: italic;
font-weight: 700;
line-height: 115%
    }
  
    .storytxt{
        color: #000;

font-size: 16px;
font-style: italic;
font-weight: 700;
line-height: 128%; 
    }
    .cont{
            display: none;
        }
        .banner-wrapper{
            display: none;
        }
        .darknbg{
            display:none ;
        }
        .bgt {
    background-color: #000;
    color: #fff;
    display: block;
}
#bannerMobile{
    display: block;
    padding: 0;
}
.MoBbanner{
    width: 100%;
}
.main-label {
       align-items: start;
       padding: 0;
 
}
.bordermob{
    display: block;
}
#speakeMobData{
    display: block;
}
  


}
@media screen and (max-width:875px){
  .row.m-0.NavigationWrapper {
    padding: 5% !important;
}
  .overViewSection, .pricingSection{
  padding:0 5% !important;
  }
  .timecalenderWrapper {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
  p.clockText {
    font-size: 14px;
    padding: 0 8px !important;
}
  .cardCenter {
    text-align: center;
    margin: 3px 0;
}
  p.cardSmall {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

    .puskar {
    padding: 20px;
      width:50%;
}
    .name {
        font-size: 32px;
    }
    .hover-text {   
   width: 100%;
}

  .bookBtn{
    border-radius: 100px;
    background: linear-gradient(90deg, #EC1C24 0%, #F05B40 100%);
  border: none;
    color: #FFF;
  display: flex;
font-size: 16px;
font-style: normal;
font-weight: 500;
height: 45px;
padding:10px ;
    justify-content: center;
align-items: center;
}

h1.sampleHeading {
    font-size: 30px;
    color: #7c7c7c;
    padding: 5% 5% 5% 5%;
}
}
@media screen and (max-width:730px){
    .hover-text {   
   width: 105%;
}
  .bookBtn {

    display: flex;
}
.menlisttxt2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 104.5%;
}
}
@media screen and (max-width:421px){
  .name {
    font-size: 22px;
}

  .bookBtn {
  
    display: flex;
}
  
}
@media screen and (max-width:380px){

  .name {
    font-size: 15px;
}
 .bookBtn {

    display: flex;
}
}


.innerSpeaker{
    display: flex;
       justify-content: start;
    align-items: center;
    
}
.profileIntro{
    margin: 0 10px;
}
.menList{
    text-indent: 0;
}
.DrName{
    color: #000;
font-size: 16px;
font-style: italic;
font-weight: 700;
line-height: 115%; /* 18.4px */
text-transform: capitalize;
}
.subtitle{
    color: #000;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 140%; 
}





/* ********************************************************************************************************* */ */