.common-title-wrap .headingbig-h1 {font-family: "Montserrat", sans-serif;font-weight: 800;color: #951A42;text-transform: uppercase;line-height: 60px;margin-bottom: 0;}
.common-title-wrap .headingbig-h1 .headingbig-h2-big {font-family: "Montserrat", sans-serif;font-weight: 900;color: #951A42;text-transform: uppercase;font-size: 115px;}
.common-title-wrap .headingbig-h1 .headingbig-h2-small {font-family: "Montserrat", sans-serif;font-weight: 800;color: #951A42;text-transform: uppercase; font-size: 84px;}
.common-title-wrap .headingbig-h2 {font-family: "Montserrat", sans-serif;font-weight: 800;color: #951A42;text-transform: uppercase;line-height: 60px;margin-bottom: 0;}
.common-title-wrap .headingbig-h2 .headingbig-h2-big {font-family: "Montserrat", sans-serif;font-weight: 900;color: #951A42;text-transform: uppercase;font-size: 115px;}
.common-title-wrap .headingbig-h2 .headingbig-h2-small {font-family: "Montserrat", sans-serif;font-weight: 800;color: #951A42;text-transform: uppercase; font-size: 84px;}
.common-title-wrap .heading-h3 {color: #231F20;font-size: 30px;line-height: 36px;font-family: "Montserrat", sans-serif;font-weight: 800;text-transform: uppercase;margin-bottom: 10px;}
.common-title-wrap p {color: #121212;font-size: 17px;line-height: 26px;font-weight: 400;font-family: "Roboto", sans-serif;}
.common-title-wrap .heading-h2 {font-family: "Roboto", sans-serif;font-weight: 400;color: #121212;font-size: 45px;line-height: 50px;text-align: center;position: relative;display: inline-block;}
.common-title-wrap .heading-h2 span {font-weight: 400;color: #121212;}
.common-title-wrap .heading-h2 .headingh2-span {font-weight: 800;color: #951A42;}

.heading-hr{position: relative;width: 100%;background-color: #951A42;height: 2px;margin: 0 auto;}
.heading-hr::after {content: ''; background-color: #951A42;border-radius: 100%;width: 10px;height: 10px;position: absolute;top:-4px;right: 0;}

.annualCME-from .form-group label.error {color: red; font-size: 13px;}

.thanku-message {
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  display: none;
}
.thanku-message h3 {font-size: 24px; line-height: 28px;}
.thanku-message p {
  margin-bottom: 0;
}

.botNote a {color: #01a0e2;}
.botNote a:hover {text-decoration: underline;}

/*--------------------------------------------------------------
  # Splitting
  --------------------------------------------------------------*/
  .splitting .word,
  .splitting .char {
    display: inline-block;
    overflow: hidden;
    height: 45px;
    font-family: "Roboto", sans-serif;font-weight: 400;color: #121212;font-size: 45px;line-height: 50px;
  }
  
  /* Psuedo-element chars */
  .splitting .char {
    position: relative;
  }
  
  /**
   * Populate the psuedo elements with the character to allow for expanded effects
   * Set to `display: none` by default; just add `display: block` when you want
   * to use the psuedo elements
   */
  .splitting .char::before,
  .splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
  }
  
  /* Expanded CSS Variables */
  
  .splitting {
    /* The center word index */
    --word-center: calc((var(--word-total) - 1) / 2);
  
    /* The center character index */
    --char-center: calc((var(--char-total) - 1) / 2);
  
    /* The center character index */
    --line-center: calc((var(--line-total) - 1) / 2);
  }
  
  .splitting .word {
    /* Pecent (0-1) of the word's position */
    --word-percent: calc(var(--word-index) / var(--word-total));
  
    /* Pecent (0-1) of the line's position */
    --line-percent: calc(var(--line-index) / var(--line-total));
  }
  
  .splitting .char {
    /* Percent (0-1) of the char's position */
    --char-percent: calc(var(--char-index) / var(--char-total));
  
    /* Offset from center, positive & negative */
    --char-offset: calc(var(--char-index) - var(--char-center));
  
    /* Absolute distance from center, only positive */
    --distance: calc(
       (var(--char-offset) * var(--char-offset)) / var(--char-center)
    );
  
    /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
    --distance-sine: calc(var(--char-offset) / var(--char-center));
  
    /* Distance from center where 1 is far left/far right, 0 is center */
    --distance-percent: calc((var(--distance) / var(--char-center)));
  }
  
  
  .splitting .char {
      position: relative;
    line-height:35px;
  }
    .heading-h2.splitting .char {
    transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    transition-delay: calc( 20ms * var(--char-index) );
    -webkit-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    -moz-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    -ms-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
    -o-transition: transform 1s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.6s linear;
}
    .heading-h2.splitting[data-scroll=out] .char {
    opacity: 0.1;
    transform: translateY(0.55em);
    }
    .heading-h2.splitting .word .char {color: #121212;}
.heading-higlight .word .char {color: #951A42 !important;}

/* .text-anim span {display: inline-block;} */


.common-title-wrap.normal-common-title h2 {font-family: 'Roboto', sans-serif;}
.common-title-wrap.normal-common-title h2 .heading-higlight {color: #121212;-webkit-text-stroke: 1px #121212; text-stroke: 1px #121212;}



.revealup {opacity: 0;transform: translate3d(0,200px,0);transition: opacity .8s,transform .8s;visibility: hidden}
.revealup_visible {opacity: 1;transform: translate3d(0,0,0);visibility: visible}

.revealflip {opacity: 0;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.4, -0.05, 0.25, 1);visibility: hidden;backface-visibility: hidden;transition-property: transform;transform: perspective(2500px) rotateY(-100deg); transition-delay: 0.1s; }
.revealflip_visible {opacity: 1;transform: perspective(2500px) rotateY(0);visibility: visible;}


.swift-up-animation .swift-up-text span{display: inline-block;overflow: hidden;animation: .3s swift-up ease-in-out forwards;-webkit-transition: .3s swift-up ease-in-out forwards;	-moz-transition: .3s swift-up ease-in-out forwards;-o-transition: .3s swift-up ease-in-out forwards;-ms-transition: .3s swift-up ease-in-out forwards;}
.swift-up-animation .swift-up-text i {font-style: normal !important;position: relative;top: 42px;animation: .5s swift-up ease-in-out forwards;-webkit-transition: .5s swift-up ease-in-out forwards;-moz-transition: .5s swift-up ease-in-out forwards;-o-transition: .5s swift-up ease-in-out forwards;-ms-transition: .5s swift-up ease-in-out forwards;}
  
.hidden-body {opacity: 0;}
.visible-body {opacity: 1;transition: opacity 1s ease-out;-webkit-transition: opacity 1s ease-out;-moz-transition: opacity 1s ease-out;-ms-transition: opacity 1s ease-out;-o-transition: opacity 1s ease-out;}

.common-btn {padding: 8px 30px;color: #951A42; border: 2px solid #951A42;cursor: pointer;font-size: 20px;line-height: 26px;font-weight: 700; border-radius: 8px;display: inline-block;transition: ease-out 0.5s;-webkit-transition: ease-out 0.5s;-moz-transition: ease-out 0.5s;position: relative;background-color: transparent;}
.common-btn:hover {background-color: #951A42;color: #fff;border: 2px solid #ffffff;}
.common-btn-fill {padding: 8px 30px;color: #951A42; border: 2px solid #fff;cursor: pointer;font-size: 20px;line-height: 26px;font-weight: 700; border-radius: 8px;display: inline-block;transition: ease-out 0.5s;-webkit-transition: ease-out 0.5s;-moz-transition: ease-out 0.5s;position: relative;background-color: #D9D9D9;}


.common-carousel-box .slide-box .play-icon img {width: 60px;}
.button_with_data_src {z-index: 2;}
.slick-custom-arrow {background-color: #951A42;width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;cursor: pointer;position: absolute;bottom: -65px;}
.slick-custom-arrow-right {right: 10px;}
.slick-custom-arrow-left {right: 60px;}
.slick-counter {position: absolute;bottom: -70px;right: 120px;font-size: 18px;line-height: 24px;color: #000000;font-weight: 700;}
.slick-counter .current {color: #951A42;}
.slick-counter .total {color: #000000;}

.text-white {color: #ffffff;}
.white-common-btn {border: 2px solid #951A42;background-color: #fff;}


.masthead_banner {position: relative;}
.banner-bottom {position: absolute;bottom: auto;margin-top: -115px;width: 100%;}
.banner-bottom img {width: 100%;}
.banner-group {position: absolute;bottom: 0;right: 0;}
.masthead_inneer {position: relative;height: 100vh;}
.banner-logo {position: absolute;top: 15%;right: 80px;}
.banner-graphic {position: absolute;top: -2%;left: 0;transform: translate(40%, 45%);z-index: 1;}
.letsstart-wrap {display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;width: 85%;}
.gaanthpedhyaan-intro {padding: 180px 0 20px 0;}
.intro-img {border-radius: 8px;position: relative;}
.intro-img img {border-radius: 8px;}
.common-title-wrap {position: relative;}
.element-01 {position: absolute;top: -35%;left: 0;}
.play-icon {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.meetmedicalexperts-section {background-size: cover;background-position: center center;padding: 60px 0 120px 0;}

.banner-txt-wrap {position: relative;}
.gaanthpedhyaan-text {position: absolute;top: 22%;left: 25%;}
.banner-group-img {display: flex;align-items: center;justify-content: center;width: 100%;position: relative;}
.banner-group-img img {position: absolute;width: auto;}
.banner-group-img img:nth-child(1) {bottom: 0;left: -85%;}
.banner-group-img img:nth-child(2) {bottom: 0;left: -45%;z-index: 1;}
.banner-group-img img:nth-child(3) {bottom: 0;left: 5%;z-index: 1;}
.banner-group-img img:nth-child(4) {bottom: 0;left: 30%;}
.banner-search2 {position: relative;bottom: 0;left: -25%;}


.slick-slide {margin: 0 10px;}
.common-carousel-box .slide-box {position: relative;}
.common-carousel-box .slide-box h3 {color: #fff;font-size: 18px;line-height: 26px;text-transform: uppercase;font-weight: 900;margin-bottom: 0;}
.common-carousel-box .slide-box p {margin-bottom: 0;color: #fff;font-size: 15px;line-height: 20px;font-weight: 300;}
.common-carousel-box .slide-box figcaption {background-color: #951A42;padding: 15px 15px;text-align: center; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;height: 100px;margin-top: -30px;position: relative;z-index: 1;}
.common-carousel-box .slide-box figure {border-top-left-radius: 10px;border-top-right-radius: 10px;position: relative;overflow: hidden;}
.common-carousel-box .slide-box figure img {border-top-left-radius: 10px;border-top-right-radius: 10px;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;-ms-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}

.intro-img {overflow: hidden;}
.intro-img img {-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;-ms-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
.intro-img:hover img {transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);}

.common-carousel-box .slide-box:hover figure img {transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);}
.common-carousel-box .slide-box .play-icon {top: 40%;}
.cookbook-section {background-size: cover;background-position: center center;padding: 60px 0 60px 0;background-color: #951A42;}
.cookbook-content {text-align: center;}
.cookbook-content.common-title-wrap .heading-h2 {color: #fff;font-size: 30px;line-height: 42px;text-transform: uppercase;font-weight: 600;text-align: center;}
.cookbook-content.common-title-wrap .heading-h2 span {color: #fff;font-weight: 800;}
.cookbook-bg {width: 100%;position: absolute;height: 221px;background-position: center;background-size: cover;}
.communityspeak-section {padding: 80px 0 140px 0;}
.carousel-communityspeak {margin-top: 30px;}

/* ===================================
    Banner 
====================================== */
.masthead_inneer_wrapper {position: relative;}
.masthead_banner.annualCME2024-banner {height: 100vh;background-position: center;background-repeat: no-repeat;width: 100%;background-size: cover;}
.banner-caption-warp {position: absolute;top: 0;left: 0;}
.banner-caption-warp h1 {text-transform: uppercase; color: #fff;font-size: 55px;line-height: 60px;font-family: "Montserrat", sans-serif; font-weight: 700;margin-bottom: 30px;}
.banner-caption-warp h2 {color: #fff;font-size: 28px;line-height: 34px;font-family: "Montserrat", sans-serif;font-weight: 600;margin-bottom: 5px;}
.banner-caption-warp p {font-size: 18px;line-height: 24px;color: #fff;font-family: "Montserrat", sans-serif; font-weight: 400;}
.event-details {display: inline-flex;color: #fff;border-radius: 10px;font-weight: 500;font-family: "Montserrat", sans-serif; padding: 10px 10px;align-items: start;margin-bottom:10px;gap:15px;width: fit-content;}
.banner-caption-warp {position: absolute;top: 50%;left: 0;transform: translate(0, 60%);}
.surgicalpathology-img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, 120%);}
.center-oncopathology-logo {position: absolute;top: 20%; right: 3%;}
.bannerbottom-line {background: linear-gradient(91.21deg, #A32025 -10.92%, #4D234F 11.22%, #282562 21.07%, #2795CD 49.36%, #DD5A2B 73.97%, #006938 98.57%);height: 8px;position: absolute;bottom: 0;width: 100%;}
.registernow-btn {background-color: #fff; border-radius: 25px; padding: 8px 35px 8px 20px;color: #121212; font-weight: 500; font-size: 20px; line-height: 24px; display: inline-flex;width: auto; position: relative;margin-bottom: 50px;cursor: pointer;}
.registernow-btn img {position: absolute;top: 12px;right: 10px;}

/* ===================================
    INTRO 
====================================== */
.intro-section {padding: 60px 0;}
.intro-section p {margin-bottom: 0;font-size: 22px;line-height: 30px;color: #121212;font-weight: 300;text-align: center;}

/* ===================================
    About the Symposium 
====================================== */
.aboutsymposium-section {height: 671px;background-position: right;background-repeat: no-repeat;width: 100%;background-size: cover;display: flex;align-items: center;position: relative;}
.aboutsymposium-intro {padding-right: 100px;}


/* ===================================
    Highlights of the Symposium 
====================================== */
.highlightssymposium-section {height: 100%;background-position: center;background-repeat: no-repeat;width: 100%;background-size: cover;padding: 80px 0 120px 0;}
.heading-border {background-color: #9D85BE;height: 1px;width: 100%;}
.highlightssymposium-row {display: flex;margin-top: 40px; gap: 25px; flex-wrap: wrap;}
.highlightssymposium-row .highlightssymposium-block {position: relative;background-color: #fff;padding: 20px 40px; border-radius: 5px;flex: 0 0 49%; max-width: 49%;display: flex; align-items: center;}
.highlightssymposium-row .highlightssymposium-block p {color: #575757;font-size: 19px;line-height: 26px;font-family: "Roboto", sans-serif;margin-bottom: 0;position: relative; z-index: 1;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
.highlightssymposium-row .highlightssymposium-block::before {content: '';background-color: #9280B3;width: 6px;height: 100%;position: absolute;top: 0;left: 0; border-top-left-radius: 5px;border-bottom-left-radius: 5px;-webkit-transition: width 0.5s ease-in-out;-moz-transition: width 0.5s ease-in-out;-o-transition: width 0.5s ease-in-out;transition: width 0.5s ease-in-out;}
.highlightssymposium-row .highlightssymposium-block:hover::before {background-color: #9280B3; width: 100%; border-radius: 5px;}
.highlightssymposium-row .highlightssymposium-block:hover p {color: #fff;}

/* ===================================
   Who should attend?
====================================== */
.whoshouldattend-section {background: linear-gradient(271.98deg, #C9C0D9 13.07%, #EDEAF2 83.71%); height: 789px;display: flex;align-items: center; position: relative;}
.whoshouldattend-intro{box-shadow: 0px 0px 5px 0px #0000001A;background: #FFFFFF4D; padding: 50px 12% 50px 50px;}
.whoshouldattend-intro p{margin-bottom: 0;}
.whoshouldattend-img {position: absolute; top: 60px; right: 90px;z-index: 1;    width: auto;}
.no-gutter > [class*="col-"] {padding-right: 0;padding-left: 0;}


/* ===================================
   Bank details
====================================== */
.bankdetails-section {padding: 60px 0 60px 0;}
.bankdetails-content {position: relative;}
.bankdetails-content h2 {color: #000;font-family: "Roboto", sans-serif; font-size: 22px;line-height: 26px; font-weight: 700;}
.bankdetails-content ul {padding-left: 0;list-style: none;}
.bankdetails-content ul li {font-family: "Roboto", sans-serif; font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.bankdetails-inner {background: #F9F7F7; padding: 40px 40px;}
.UPI-wrap {margin-top: 30px;}
.bankdetails-instructions h3 {font-family: "Roboto", sans-serif;font-weight: 700; font-size: 17px;line-height: 24px;margin-bottom: 10px;}
.bankdetails-instructions ul {padding-left: 15px;}
.bankdetails-instructions ul li {font-family: "Roboto", sans-serif; font-size: 15px;line-height: 22px;margin-bottom: 10px;position: relative;}
.bankdetails-instructions ul li::before {content: ''; width: 7px;height: 7px;background-color: #9280B3;position: absolute;top: 7px;left: -15px; border-radius: 100%;}
.mt-60 {margin-top: 60px;}
.bankdetails-content::after {content: '';background-color: #C59898; height: 100%; width: 1px;position: absolute;top: 0; right: 0;}
.pt-40 {padding-top: 40px;}


/* ===================================
   Jointly organized by
====================================== */
.jointlyorganizedby-section {background: linear-gradient(271.98deg, #EDEAF2 13.07%, #C9C0D9 83.71%); position: relative; padding: 60px 0 100px 0;}
.jointlyorganizedby-logos {display: flex;align-items: center; justify-content: center; flex-wrap: wrap;gap: 20px;}
.jointlyorganizedby-logos img {flex: 0 0 32%; max-width: 32%;}
.jointlyorganizedby-doctors {display: flex; flex-wrap: wrap;gap: 20px;justify-content: space-between;margin-top: 30px;}
.top-doctors {justify-content: center;}
.jointlyorganizedby-list figure {display: inline-block;position: relative; border-radius: 8px;padding: 5px 5px;overflow: hidden;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;  -ms-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
.jointlyorganizedby-list h3 {font-size: 21px;line-height: 28px;color: #231F20;margin-bottom: 0;font-weight: 700;}
.jointlyorganizedby-list p {font-size:18px;line-height: 24px;color: #231F20;margin-bottom: 0;font-weight: 500;margin-bottom: 0;}
.jointlyorganizedby-list figcaption {text-align: center;padding-top: 15px;position: relative;z-index: 2;}
.jointlyorganizedby-list figure::after {content: ''; width: 100%;position: absolute;height: 100%;top: 35px;left: 0; z-index: 0;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;-ms-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;border-radius: 10px;opacity: 0;}
.jointlyorganizedby-list:hover figure::after {transform: scale(1) translateZ(0);background: linear-gradient(180deg, rgba(146,128,179,25%) 0%, rgba(146,128,179,1%) 100%);width: 100%;height: 80%;opacity: 1; }
.jointlyorganizedby-list figure img {position: relative;z-index: 2;}
.jointlyorganizedby-list:hover figure {transform: scale(1.04) translateZ(0);}
.jointlyorganizedby-list{flex: 0 0 23%;max-width: 23%;}





/* ===================================
   Faculty
====================================== */
.faculty-section {padding: 80px 0;background-color: #F9F7F7;margin-top: -15px;}
.faculty-table table {border: none;}
.faculty-table th {background-color: transparent !important;color: #575757 !important;}
.faculty-table table th:nth-child(1) {font-weight: 400 !important;font-size: 14px !important;}
.faculty-table .table>tbody>tr>td, .faculty-table .table>tbody>tr>th, .faculty-table .table>tfoot>tr>td, .faculty-table .table>tfoot>tr>th, .faculty-table .table>thead>tr>td, .faculty-table .table>thead>tr>th {
  border-top: 1px solid transparent !important;border: none;}
.faculty-table .table tbody tr {background: rgba(255,255,255,0.8);margin-bottom: 10px;}
.faculty-table .table tbody tr:hover {box-shadow: 0px 0px 4px 4px #0000000D;background: rgba(255,255,255,1);}
.faculty-table .table tbody .no-shaddow {box-shadow: none !important;}
.faculty-table .table tbody .no-shaddow td {padding: 0 !important; height: 12px;}




.annualCME2024_page .content {padding-bottom: 0;}
#sitemap_box {display: none;}
.footer-in {background-color: #9280B3;color: #fff;}
footer a {color: #fff;}

/* ===================================
   Event Program
====================================== */
.event-program-section {padding: 80px 0;}
.event-program-section .faculty-table .table tbody tr {background: rgba(247, 242, 255, 1);margin-bottom: 10px;}
.event-program-section .faculty-table .table tbody .no-shaddow {background-color: #fff;}
.event-program-section .faculty-table .table tbody .light-color-bg {background-color: rgba(249, 247, 247, 1);}
.subhead-event {font-weight: 700;font-size: 22px;line-height: 24px;}
.event-program-section .faculty-table .table tbody td:first-child {font-weight: 700;color: #121212;width: 250px;}


/* ===================================
    Form controls 
====================================== */
.registration-section {background: linear-gradient(336.49deg, #EDEAF2 12.32%, #C9C0D9 73.31%);padding: 60px 0;position: relative;}
.big-input, .big-textarea, .big-select select { padding: 18px 25px; font-size: 14px !important}
.big-input:focus, .big-select:focus {border:1px solid rgba(0,0,0,.5) !important;}
.big-label {font-size:14px;}

.medium-input, .medium-textarea, .medium-select select { padding: 12px 25px; font-size: 14px !important}
.medium-input:focus, .medium-select:focus {border:1px solid rgba(0,0,0,.5) !important;}

.small-input, .small-textarea { padding: 12px 15px; font-size: 11px !important}
.small-input:focus, .small-select:focus {border:1px solid rgba(0,0,0,.5);}
.small-select select {padding: 15px 15px;}

.medium-input-light, .medium-textarea-light, .medium-select-light select { padding: 12px 25px; border:1px solid rgba(255,255,255,.1) !important; font-size: 12px !important; background: rgba(255,255,255,.1) !important;}
.medium-input-light:focus, .medium-select-light:focus {border:1px solid rgba(255,255,255,.4) !important;}

.select-style { padding: 0; margin: 0; width: 100%; overflow: hidden; background-color: #fff; margin: 0 0 0px;  background: #fff url("../../annual-cme-2024/images/select-arrow.png") no-repeat 97% 50%; }
.select-style select { width: 100%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor: pointer; font-size:11px; letter-spacing:1px; margin-bottom:0; color:#999999; border-radius: 0; }
.select-style select:focus { outline: none; border: none; box-shadow: none }

.input-round { border-radius:4px !important }
input.no-border, input.no-border:focus, select.no-border, select.no-border:focus, textarea.no-border, textarea.no-border:focus {border: none}

.annualCME-from input, .annualCME-from textarea, .annualCME-from select {border: 1px solid #dfdfdf;letter-spacing: 0.5px;font-size: 16px;padding: 15px 15px;width: 100%;margin: 0 0 0 0;max-width: 100%;resize: none;}
.annualCME-from .form-group {margin-bottom: 0;flex: 0 0 49%;max-width: 49%;}
.annualCME-from .form-group .mute {font-size: 14px; color: #222222; font-weight: 400;}
.annualCME-from {display: flex;flex-wrap: wrap;gap: 15px;}
.form-group.btnForm-wrap {/*flex: 0 0 100%;max-width: 100%;*/text-align: left;margin-top: 35px;}
.botNote {margin-top: 40px;}
.botNote p {font-size: 16px;margin-bottom: 0;}

.annualCME-from .form-group label {  font-size: 16px;color: #222; font-weight: 500;}

.annualCME-from .form-group .know_more_btn {padding: 12px 55px 12px 20px;}



.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #222;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #9D85BE;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #9D85BE;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.registration-img-left {position: absolute; top: 0; left: 0;z-index:-1;}
.registration-img-right {position: absolute; top: 0; right: 0;z-index:-1;}
.registration-img-left img, .registration-img-right img {filter: opacity(0.7);}

.registrationfee-section {padding: 60px 0;}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9D85BE;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}

.table th {
  background-color: #9280B3;
  color: #ffffff;
}
.table>thead:first-child>tr:first-child>th {  background-color: #9280B3;text-align: left;}
.table tbody tr:nth-child(even) {
  background-color: transparent;
}
.border-none {border: none !important;}
.text-left {text-align: left !important;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {    text-align: left !important;font-family: "Roboto", sans-serif !important;}
table th {font-weight: 400 !important;}
table th:nth-child(1) {font-weight: 700 !important; font-size: 22px !important;line-height: 24px;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {border-top: 1px solid #9D85BE;}
.table td, .table th {border: none;}
.tfoot p {margin-bottom: 0;padding-left: 15px;}

/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;

  }

  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    padding-left: 50% !important;
    text-align: left;
    position: relative;
    height: 70px;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  }
  .table tfoot td {  padding-left: 0 !important;}
  .faculty-table .table td {
    padding-left: 30% !important;
    text-align: left;
    position: relative;
    height: auto;
  }
  
  
}


/**ANIMATION**/
.animation-element.slide-up {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(0,200px,0);	-webkit-transform: translate3d(0,200px,0);	-o-transform: translate3d(0,200px,0);	-ms-transform: translate3d(0,200px,0);	transform: translate3d(0,200px,0);  }
.animation-element.slide-up.in-view {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element.slide-down {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(0,-200px,0);	-webkit-transform: translate3d(0,-200px,0);	-o-transform: translate3d(0,-200px,0);	-ms-transform: translate3d(0,-200px,0);	transform: translate3d(0,-200px,0);  }
.animation-element.slide-down.in-view {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element.slide-right {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(200px,0,0);	-webkit-transform: translate3d(200px,0px,0);	-o-transform: translate3d(200px,0,0);	-ms-transform: translate3d(200px,0,0);	transform: translate3d(200px,0,0);  }
.animation-element.slide-right.in-view {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element.slide-left {opacity: 0;-moz-transition: all 500ms;	-webkit-transition: all 500ms ;	-o-transition: all 500ms ;	transition: all 500ms ;	-moz-transform: translate3d(-200px,0,0); -webkit-transform: translate3d(-200px,0px,0);-o-transform: translate3d(-200px,0,0);-ms-transform:  translate3d(-200px,0,0);transform:  translate3d(-200px,0,0);  }
.animation-element.slide-left.in-view {opacity: 1;-moz-transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);	-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

.animation-element-out.animation-element .flip {opacity: 0;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.4, -0.05, 0.25, 1);visibility: hidden;backface-visibility: hidden;transition-property: transform;transform: perspective(2500px) rotateY(-100deg); transition-delay: 0.1s; }
.animation-element-out.animation-element.in-view .flip {opacity: 1;transform: perspective(2500px) rotateY(0);visibility: visible;}

.delay-1{ transition-delay: 0.1s !important;}
.delay-2{ transition-delay: 0.2s !important;}
.delay-3{ transition-delay: 0.3s !important;}
.delay-4{ transition-delay: 0.4s !important;}
.delay-5{ transition-delay: 0.5s !important;}
.delay-6{ transition-delay: 0.6s !important;}

.content-section {overflow: hidden;}

.jointlyorganizedby-list.scroll-effect-float-bottom.active:nth-child(1) {}
.jointlyorganizedby-list.scroll-effect-float-bottom.active:nth-child(2) {}
.jointlyorganizedby-list.scroll-effect-float-bottom.active:nth-child(3) {}
.jointlyorganizedby-list.scroll-effect-float-bottom.active:nth-child(4) {}


/*--------------------------------------------------------------
  # Responsive CSS
  --------------------------------------------------------------*/
@media (min-width: 1300px){.annualCME2024_page .container{width: 1320px;max-width: 1320px;}}
@media screen and (min-width: 1920px) {}
@media screen and (min-width: 1600px) {
  .whoshouldattend-section .container-fluid {max-width: 1420px;}
  .whoshouldattend-img {top: 140px;}
}
@media screen and (max-width: 1660px) {
  .whoshouldattend-intro{padding: 50px 20% 50px 50px;}
}
@media screen and (max-width: 1536px) {
  .whoshouldattend-intro {padding: 50px 30% 50px 50px;}
  .whoshouldattend-img {top: 140px;}
}
@media screen and (max-width: 1440px) {
  .masthead_inneer {height: 100%;}
  .banner-blank {margin-top: -15px;}
  .whoshouldattend-img {right: -20px;}
  .whoshouldattend-img img {width: 90%;}
  .whoshouldattend-intro {padding: 50px 25% 50px 50px;}
  .whoshouldattend-img {top: 180px;}
}

@media screen and (max-width: 1366px) {
  .masthead_inneer {height: 100%;}
  .banner-group {bottom: 0;right: -45px;}
  .banner-graphic {top: -10%;left: -100px;}
  /* .banner-group-img img {max-width: 95%;} */
  /* .banner-graphic img {max-width: 95%;} */
  .banner-logo {top: 12%;right: 45px;}
  .banner-blank img {position: relative;top: -10px;width: 100%;}
  .banner-logo img {max-width: 90%;}
  .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {padding-top: 120px;}
  .banner-blank {margin-top: 0;}
  .banner-caption-warp {left: 30px;}
  .banner-caption-warp h2 {font-size: 20px;line-height: 32px;}
  .banner-caption-warp h1 {font-size: 38px;line-height: 48px;}
  .surgicalpathology-img {top: -70px;}

  .whoshouldattend-intro {padding: 50px 30% 50px 50px;}

}
@media screen and (max-width: 1280px) {
  .masthead_inneer {height: 100%;}
  .banner-blank img {top: 0px;}
  .banner-logo {top: 14%;right: 15px;}
  .banner-group {right: -80px;}
  /* .banner-group-img img {max-width: 90%;} */
  .banner-logo img {max-width: 75%;}
  .common-title-wrap .heading-h2 {font-size: 30px;line-height: 35px;}
  .carousel-riskbreastcancer .slidebox-inner {min-height: 375px;}
  .eventreports-row .slick-custom-arrow-left {left: 47%;}
  .banner-graphic img {max-width: 90%;}
  .risk-breastcancer-section {padding: 120px 0 150px 0;}
  .common-title-wrap p {font-size: 16px;line-height: 24px;}
  .surgicalpathology-img {top: -45px;}
  .highlightssymposium-row .highlightssymposium-block {flex: 0 0 48%;max-width: 48%;padding: 20px 25px;}
  .whoshouldattend-img {right: -40px;}
  .whoshouldattend-intro {padding: 40px 30% 40px 40px;}

  .bankdetails-content{ padding-right:15px;}
  .surgicalpathology-img img {max-width: 250px;}
}

@media screen and (max-width: 1024px) {
  .masthead_inneer {height: 100vh;}
  .banner-blank img {top: 0;height: 100vh;object-fit: cover;}
  .banner-graphic img {max-width: 75%;}
  .banner-graphic .gaanthpedhyaan-text {max-width: 33%;left: 20%;}
  .banner-graphic {top: -3%;left: -125px;}
  .banner-group {right: 0px;}
  .banner-group-img img {position: relative;right: 0;max-width: 65%;}
  .banner-logo {right: 0;}
  .banner-logo img {max-width: 75%;}
  .common-btn {font-size: 16px;line-height: 20px;}
  .letsstart-wrap img {max-width: 65%;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-big {font-size: 81px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 70px;}
  .common-title-wrap .heading-h3 {font-size: 24px;line-height: 32px;}
  .snapshots-section .common-title-wrap .heading-h2 {text-align: left;}
  .snapshots-section {padding: 60px 0 60px 0;}
  .common-title-wrap p {font-size: 16px;line-height: 26px;}
  .carousel-selfexamination .slick-counter {right: 31%;}
  .carousel-selfexamination .slick-custom-arrow-left {right: 25.5%;}
  /* .common-title-wrap .heading-h2 span {line-height: normal;} */
  .common-title-wrap .heading-h2 {font-size: 36px;line-height: 42px;}
  .culinaryexperts-block {flex: 0 0 48%;max-width: 48%;}
  .factors-list {flex: 0 0 48%;max-width: 48%;}
  .carousel-riskbreastcancer .slidebox-inner {min-height: 350px;}
  .quiz-section {height: 100%;padding: 80px 0;}
  .eventreports-row .slick-custom-arrow-left {left: 45.5%;}
  .footnote {max-width: 65%;}
  .banner-search2 {position: absolute;bottom: 0;left: 30%;}
  .banner-group-img img:nth-child(1) {left: 50%;}
  .banner-group-img img:nth-child(2) {left: 4%;}
  .banner-group-img img:nth-child(3) {left: -10%;}
  .banner-group-img img:nth-child(4) {left: -40%;}
  .banner-blank {margin-top: -15px;}
  .footnote-txt {padding-left: 0;}
  .splitting .word, .splitting .char {font-size: 36px;}

}

@media only screen and (min-width: 810px) and (max-width: 850px) {
  .surgicalpathology-img {top: 235px;}
  .banner-caption-warp {top: 85px;}
  .center-oncopathology-logo {top: 15%;}
  .whoshouldattend-img img {margin: 0 auto;}
  .header-row {justify-content: start;}
  .aboutsymposium-intro {position: relative;z-index: 1;}
  .aboutsymposium-section::after {content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(255, 255, 255, 0.6);}
}


@media screen and (max-width: 992px) {
  .banner-group-img img {right: -33%;max-width: 65%;}
  .banner-blank img {top: -35px;}
  .banner-graphic img {max-width: 98%;}
  .banner-graphic .gaanthpedhyaan-text {max-width: initial;top: 20%;left: 22%;}
  .letsstart-wrap {width: auto;}
  .letsstart-wrap img {height: auto;margin-top: 10px;}
  .banner-graphic {top:-6%;left: -20px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-big {font-size: 74px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 55px;}
  .common-title-wrap .heading-h3 {font-size: 20px;line-height: 28px;}
  .common-carousel-box .slide-box figure img {width: 100%;}
  .cookbook-bg {height: 180px;}
  .common-carousel-box .slide-box figcaption {margin-top: -45px;}
  .carousel-selfexamination .slick-custom-arrow-left {right: 26%;}
  .carousel-selfexamination .slick-counter {right: 33%;}
  .common-title-wrap .heading-h2 span {line-height: normal;}
  .q-wrap img {width: 50%;}
  .eventreports-row .slick-custom-arrow-left {left: 43.5%;}
  .banner-bottom img {width: 100%;}
  .factors-section .common-title-wrap p {padding: 0 80px;}
  .footnote {margin-top: 105px;max-width: 90%;}
  .banner-group-img img:nth-child(4) {left: -48%; max-width: 45%;}
  .banner-group-img img:nth-child(3) {left: -15%;max-width: 45%;}
  .banner-group-img img:nth-child(2) {left: -1%;max-width: 55%;}
  .banner-group-img img:nth-child(1) {left: 43%;}
  .banner-logo {right: 25px;}
  .banner-logo img {max-width: 95%;}
  .banner-group {bottom: 20px;}
  .banner-search2 {left: 15%;}

  .whoshouldattend-img {position: relative;right: 0;}
  .whoshouldattend-section {height: 100%;padding: 40px 0;}
  .whoshouldattend-intro {position: relative;z-index: 1;}
  .annualCME-from .form-group {flex: 0 0 48%;max-width: 48%;}
  .whoshouldattend-intro {padding: 25px 25px 25px 25px;}
  .jointlyorganizedby-logos img {flex: 0 0 30%;max-width: 30%;}
  .jointlyorganizedby-list h3 {font-size: 18px;line-height: 26px;}
  .jointlyorganizedby-list p {font-size: 16px;line-height: 22px;}
  .bankdetails-content::after {height: 1px;width: 100%;top: auto;bottom: 0;}
  .bankdetails-content {padding-bottom: 25px;}
  .highlightssymposium-row .highlightssymposium-block {flex: 0 0 100%;max-width: 100%;}
  .whoshouldattend-img {top: 0px;}
}
@media screen and (min-width: 768px) {
  .banner-blank-imgdesk {display: block;}
  .banner-blank-imgmob {display: none;}
}
@media screen and (max-width: 767px) {
  .masthead_inneer {height: 100%;}
  .banner-logo img {max-width: 50%;}
  .banner-logo {top: 45%;}
  .banner-blank-imgdesk {display: none;}
  .banner-blank-imgmob {display: block;}
  .banner-blank img {top: 0px;}
  .banner-bottom {margin-top: -60px}
  .banner-blank {height: 100%;}
  .banner-graphic {left: -150px;top: -8%;}
  .banner-group-img img {right: -18%;}
  .letsstart-wrap .common-btn {font-size: 14px;line-height: 18px;padding: 6px 15px;}
  .banner-graphic img {max-width: 65%;}
  .letsstart-wrap {width: 60%;}
  .banner-group {bottom: 0;}
  .banner-logo {top: 15%;right: -30%;}
  .gaanthpedhyaan-intro {padding: 40px 0 20px 0;}
  .gaanthpedhyaan-intro .common-title-wrap {margin-top: 70px;}
  .element-01 {top: -28%;}
  .snapshots-section {padding: 30px 0 60px 0;}
  .gallerybadge h3 {font-size: 18px;line-height: 26px;}
  .gallerybadge span {font-size: 15px;line-height: 22px;}
  .gallerybadge {left: -55px;}
  .culinaryexperts-block h3 {font-size: 18px;line-height: 25px;}
  .culinaryexperts-block .common-btn {font-size: 14px; line-height: 24px;padding: 5px 10px;}
  .culinaryexperts-row {justify-content: center;}
  .culinaryexperts-block figcaption p {font-size: 13px;line-height: 20px;}
  .culinaryexperts-block .figcaption-hover .common-btn:last-child {margin-top: 5px;}
  .culinaryexperts-block figure img {max-width: 90%;margin: 0 auto;}
  .carousel-selfexamination .slidebox-inner .slidebox-icons img {width: 200px;height: 200px;}
  .carousel-selfexamination .slidebox-inner {width: 200px;height: 400px;}
  .selfexamination-section .btn-wrap {position: relative;top: 70px;}
  .carousel-selfexamination .slick-custom-arrow-left {right: 31%;}
  .carousel-selfexamination .slick-counter {right: 45%;}
  .carousel-selfexamination .slidebox-inner p {font-size: 16px;line-height: 23px;left: 0;}
  .carousel-selfexamination .slidebox-inner p br {display: none;}
  .splitting .word, .splitting .char {}
  .factors-section .common-title-wrap p {padding: 0 0px;}
  .factors-list {flex: 0 0 100%;max-width: 100%; margin-right: 0;margin-bottom: 10px;}
  .quiz-section {background-position: left;}
  .eventreports-row .slick-custom-arrow-left {left: 40%;}
  .eventreports-row .slick-custom-arrow-right {right: 36%;}
  .snapshots-gallery {margin-bottom: 90px}
  .culinaryexperts-section .common-title-wrap p {max-width: 90%;}
  .culinaryexperts-block figcaption {height: 80px;}
  .culinaryexperts-block:hover figure figcaption {height: 100%;}
  .risk-breastcancer-section {padding: 80px 0 120px 0;}
  .carousel-riskbreastcancer .slidebox-inner p {font-size: 14px;line-height: 20px;}
  .carousel-riskbreastcancer .slidebox-inner h3 {font-size: 215px;}
  .carousel-riskbreastcancer .slidebox-inner .slidebox-right {margin-left: 65px;}
  .carousel-riskbreastcancer .slick-slide {margin: 0 0px;}
  .carousel-eventreports .slick-list {padding-bottom: 20px;}
  .carousel-selfexamination .slidebox-inner h3 {font-size: 190px;line-height: 165px;bottom: 38px;}
  .footnote {max-width: 100%;}
  .banner-search2 {width: 100%;left: 4%;}
  .banner-graphic .gaanthpedhyaan-text {max-width: 30%;top: 20%;left: 15%;}
  .common-carousel-box .slide-box figure .common-btn img {width: auto;}
  .carousel-eventreports.common-carousel-box .slide-box .white-common-btn {left: 20px;}
  .annualCME-from .form-group {flex: 0 0 100%;max-width: 100%;}


  .banner-caption-warp h1 {font-size: 28px;line-height: 38px;margin-bottom: 12px;}
  .banner-caption-warp h2 {font-size: 18px;line-height: 28px;}
  .center-oncopathology-logo {position: relative; top: 9%;display: flex;justify-content: center;}
  .surgicalpathology-img {top: 455px;}
  .banner-caption-warp {top: -20px;}

  .masthead_banner.annualCME2024-banner {background-image: url(../../annual-cme-2024/images/Annual-CME-2024-banner-mob.webp) !important;}
  .aboutsymposium-intro {padding-right: 0;}
  .jointlyorganizedby-logos {gap: 10px;}
  .jointlyorganizedby-logos img {flex: 0 0 28%;max-width: 28%;}
  .jointlyorganizedby-list {flex: 0 0 45%;max-width: 45%;}

  footer {position: relative;}
  .registernow-btn {margin-bottom: 30px;}
  .banner-caption-warp {left: 20px;}

  .aboutsymposium-intro {position: relative;z-index: 1;}
  .aboutsymposium-section::after {content: ''; width: 100%;height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255, 255, 255, 0.6);}
  .whoshouldattend-img img {margin: 0 auto;}
  .whoshouldattend-intro { padding: 25px 15px 25px 15px;}
  .event-program-section .faculty-table .table tbody td:first-child {width: 100%;}
  .whoshouldattend-img {top: 60px;}

  .aboutsymposium-section {background-position: 93%; height: 100%;}

  .botNote p {flex-wrap: wrap;font-size: 14px;}
  .botNote p:nth-child(1) {margin-bottom: 10px;}

}

@media screen and (max-width: 556px) {

}

@media screen and (max-width: 480px) {
  .common-title-wrap .headingbig-h1 .headingbig-h2-big {font-size: 83px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 61px;}
  .footnote-txt {width: 90%;margin: 0 auto;}
  .faculty-table .table tbody tr {margin-bottom: 5px;}
  .common-title-wrap .heading-h2 {font-size: 26px;line-height: 37px;}
  .bankdetails-inner {padding: 40px 20px;}
  .masthead_banner.annualCME2024-banner {overflow: hidden;}
  input::placeholder {white-space: normal; /* Allows the placeholder text to wrap */ }
  #transaction_id {padding-top: 10px;padding-bottom: 25px;}
}

@media screen and (max-width: 430px) {
  .banner-caption-warp {top: 2px;}
  .whoshouldattend-intro {margin-top: -15px;}
  .form-group.btnForm-wrap {margin-top: 25px;}
}
@media screen and (max-width: 414px) {
  .aboutsymposium-section {background-position: 96%;}
}
@media screen and (max-width: 393px) {
  .aboutsymposium-section {background-position: 95%;}
}
@media screen and (max-width: 375px) {
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 54px;}
  .culinaryexperts-block h3 {font-size: 16px;line-height: 25px;}
  .carousel-selfexamination .slick-custom-arrow-left {right: 32%;}
  .carousel-selfexamination .slick-counter {right: 48%;}
  .eventreports-row .slick-custom-arrow-right {right: 33%;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-big {font-size: 74px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 54px;}

  .center-oncopathology-logo {top: 12%;}
  .center-oncopathology-logo img {width: 55%;}
  .banner-caption-warp h1 {font-size: 26px;line-height: 36px;}
  .event-details {margin-bottom: 0;}
  .banner-caption-warp {top: -40px;}
  .annualCME2024-banner {overflow: hidden;}
  .banner-caption-warp {left: 20px;}
  .surgicalpathology-img {top: 360px;}
  .surgicalpathology-img img {max-width: 80%; margin: 0 auto;}
  .registernow-btn {margin-bottom: 20px;}
  .registernow-wrap {margin-top: 10px;}
  .jointlyorganizedby-list h3 {font-size: 16px;line-height: 24px;}
  .jointlyorganizedby-list p {font-size: 14px;line-height: 20px;}
  .aboutsymposium-section {background-position: 93%;}

}

@media screen and (max-width: 360px) {
  .banner-caption-warp {top: -25px;}
  .surgicalpathology-img {top: 415px;}
  .banner-caption-warp {left: 15px;}
  .aboutsymposium-section {background-position: 92%;}

}

@media screen and (max-width: 320px) {
  .banner-caption-warp h2 {font-size: 16px;line-height: 26px;}
  .center-oncopathology-logo {top: 13%;}
  .banner-caption-warp {top: -50px;}
  .banner-caption-warp h1 {font-size: 22px;line-height: 32px;}
  .event-details {font-size: 14px;line-height: 20px;}
  .banner-caption-warp p {font-size: 15px;line-height: 21px;}
  .surgicalpathology-img {top: 385px;}
  .surgicalpathology-img img {max-width: 55%; margin: 0 auto;}
  .aboutsymposium-section {background-size: 1500px;}

}

@media (orientation: landscape) and (min-aspect-ratio: 1280 / 600) {
  

}

@media (orientation: landscape) and (min-aspect-ratio: 1150 / 945) {}



@media screen and (max-width: 991px) {

}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  
}

@media only screen and (min-width: 851px) and (max-width: 992px) {
  
}

@media only screen and (min-width: 1024px) and (max-width: 1080px) {

}



@media screen and (min-width: 1920px) {
  .masthead_inneer {height: 100%;}
  .banner-logo {top: 18%;right: 155px;}
  .banner-graphic {top: 2%;}
}

@media only screen and (min-width: 320px) and (max-width: 992px) {

}
@media only screen and (min-width: 375px) and (max-width: 384px) {
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  
}
@media only screen and (min-width: 400px) and (max-width: 650px) {
}
@media only screen and (min-width: 411px) and (max-width: 420px) {
  .masthead_banner.annualCME2024-banner {height: 140vh;}
  .surgicalpathology-img { top: 425px;}
}
@media only screen and (min-width: 393px) and (max-width: 395px) {
  .masthead_banner.annualCME2024-banner {height: 130vh;}
  .surgicalpathology-img { top: 425px;}
}
@media only screen and (min-width: 390px) and (max-width: 392px) {
  .common-title-wrap .headingbig-h1 .headingbig-h2-big {font-size: 78px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 56px;}
  .masthead_banner.annualCME2024-banner {height: 150vh;}
  .surgicalpathology-img { top: 425px;}

}


@media only screen and (min-width: 1280px) and (max-width: 1300px) {
  .has-html5video .fancybox__content {width: 75% !important;}
  .banner-group-img img:nth-child(4) {width: 50%;}
  .banner-group-img img:nth-child(3) {width: 46%;left: 15%;}
  .banner-group-img img:nth-child(2) {width: 62%;left: -30%;}
  .banner-group-img img:nth-child(1) {width: 90%;left: -65%;}
  .gaanthpedhyaan-text {left: 20%;}
  .whoshouldattend-img {top: 180px;}

  .surgicalpathology-img {top: 80px;}

}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
  .masthead_inneer {height: 100%;}
  .whoshouldattend-img {right: 30px;}
}
@media only screen and (min-width: 1680px) and (max-width: 1685px) {
  .masthead_inneer {height: 100%;}
  .whoshouldattend-img {right: 30px;}

}

@media screen and (min-width: 1920px) {

}

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 320px) {
}
@media screen and (max-width: 992px) {
  


}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
}

@media only screen and (min-width: 1349px) and (max-width: 1439px) {
 

}
@media only screen and (min-width: 1366px) and (max-width: 1370px) {
 
}
@media only screen and (min-width: 1440px) and (max-width: 1445px) {
  .banner-graphic {top: 0;left: -80px;}
  .center-oncopathology-logo {top: 22%;}
}


@media all and (min-width: 992px) {
  

 
}

@media screen and (max-width: 640px) {
}

@media all and (min-width: 992px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1280px) and (max-width: 1300px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1024px) and (max-width: 1080px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 1920px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (max-width: 767px) {
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
  }
}

@media (prefers-reduced-motion: reduce) {
  
}

@media only screen and (max-width: 640px) {

}