.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: #221F1F;font-size: 18px;line-height: 28px;font-weight: 400;}
.common-title-wrap .heading-h2 {font-family: "Montserrat", sans-serif;font-weight: 600;color: #221F1F;text-transform: uppercase;font-size: 35px;line-height: 40px;text-align: center;position: relative;display: inline-block;}
.common-title-wrap .heading-h2 span {font-weight: 800;color: #951A42;line-height: 60px;}
.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;}

video[poster] {
    object-fit: contain;
}
/*--------------------------------------------------------------
  # Splitting
  --------------------------------------------------------------*/
  .splitting .word,
  .splitting .char {
    display: inline-block;
    overflow: hidden;
    height: 45px;
  }
  
  /* 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:45px;
  }
    .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: #1B1A1F;}
.heading-higlight .word .char {color: #951A42 !important;}

/* .text-anim span {display: inline-block;} */


.common-title-wrap.normal-common-title h2 {font-family: 'Oxygen', sans-serif;}
.common-title-wrap.normal-common-title h2 .heading-higlight {color: #1B1A1F;-webkit-text-stroke: 1px #1B1A1F; text-stroke: 1px #1B1A1F;}



.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;}

.factors-section {padding: 120px 0 120px 0;}
.factors-section .common-title-wrap p {padding: 0 160px;}
.factors-list-row {display: flex;align-items: start;justify-content: center;flex-wrap: wrap;}
.factors-list {position: relative;flex-wrap: wrap;overflow: hidden;text-align: left;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;  -ms-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;max-width: 31%;flex: 0 0 31%;margin-right: 2%; padding: 25px 25px; border-radius: 8px;min-height: 120px;display: flex;justify-content: start;  align-items: center;margin-bottom: 30px;}
.factors-list .factors-icons img {position: absolute;left:0;top:0;}
.factors-list .factors-icons img:last-of-type {opacity: 0;transition: opacity 0.3s ease-in-out;-moz-transition: opacity 0.3s ease-in-out;-webkit-transition: opacity 0.3s ease-in-out;  -ms-transition: opacity 0.3s ease-in-out;-o-transition: opacity 0.3s ease-in-out;}
.factors-list .factors-icons {position: relative; width: 100%;text-align: center;display: flex;align-items: start;justify-content: start;}
.factors-list:hover .factors-icons img:last-of-type {opacity: 1;}
.factors-list:hover .factors-icons img:first-child { opacity: 0;}
.factors-list p {margin-bottom: 0;font-size: 18px;line-height: 28px;color: #000000;text-align: left;margin-left: 85px;}
.factors-list:hover {background-color: #951A42;}
.factors-list:hover p {color: #ffffff;}
.factors-section .btn-wrap {margin-top: 30px;}
.factors-section  .common-title-wrap .heading-hr {margin-bottom: 0;}


.risk-breastcancer-section {padding: 120px 0 160px 0;background-position: center;background-size: cover;}
.risk-breastcancer-section  .common-title-wrap .heading-hr {margin-bottom: 0;}
.carousel-riskbreastcancer .slidebox-inner {border-radius: 8px;background: rgb(149,26,66,20%);background: linear-gradient(90deg, rgba(149,26,66,0) 0%, rgba(149,26,66,30%) 100%);padding: 20px 20px;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;  -ms-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;display: flex;align-items: start;justify-content: center;position: relative;min-height: 320px;overflow: hidden;}
.carousel-riskbreastcancer .slidebox-inner .slidebox-left {position: absolute;left: 0;bottom: auto;}
.carousel-riskbreastcancer .slidebox-inner .slidebox-left .slidebox-icons {position: relative; width: 100%;text-align: center;display: flex;align-items: start;justify-content: start;}
.carousel-riskbreastcancer .slidebox-inner .slidebox-left .slidebox-icons img {position: absolute;left:15px;top:0;}
.carousel-riskbreastcancer .slidebox-inner .slidebox-left .slidebox-icons img:last-of-type {opacity: 0;transition: opacity 0.3s ease-in-out;-moz-transition: opacity 0.3s ease-in-out;-webkit-transition: opacity 0.3s ease-in-out;  -ms-transition: opacity 0.3s ease-in-out;-o-transition: opacity 0.3s ease-in-out;}
.carousel-riskbreastcancer .slide-box:hover .slidebox-icons img:last-of-type {opacity: 1;}
.carousel-riskbreastcancer .slide-box:hover .slidebox-icons img:first-child { opacity: 0;}
.carousel-riskbreastcancer .slidebox-inner h3 {font-family: "Playfair Display", serif;font-size: 251px;line-height: normal; font-weight: 500;color: rgba(149, 26, 66, 20%);margin-bottom: 0;  position: relative;}
.carousel-riskbreastcancer .slidebox-inner .slidebox-right {text-align: right;margin-left: 95px;}
.carousel-riskbreastcancer .slidebox-inner h4 {color: #231F20;font-size: 22px;line-height: 26px;font-weight: 700;}
.carousel-riskbreastcancer .slidebox-inner p {color: #231F20;font-size: 15px;line-height: 22px;margin-bottom: 0;}
.carousel-riskbreastcancer .slide-box:hover .slidebox-inner {background-color: #951A42;}
.carousel-riskbreastcancer .slide-box:hover .slidebox-inner p, .carousel-riskbreastcancer .slide-box:hover .slidebox-inner h4 {color: #fff;}
.carousel-riskbreastcancer .slide-box:hover .slidebox-inner h3 {color: rgba(255, 255, 255, 30%);}

.quiz-section {background-repeat: no-repeat;background-position: center;background-size: cover;height: 550px;display: flex;align-items: center;}
.white-color-container .common-title-wrap {position: relative;}
.white-color-container .common-title-wrap .heading-h2 {color: #fff;text-align: left;}
.white-color-container .common-title-wrap span {color: #fff;line-height: 45px;}
.white-color-container .common-title-wrap p {color: #fff;margin-bottom: 10px;}
.white-color-container .heading-hr {background-color: #fff;margin-bottom: 0;}
.white-color-container .heading-hr::after {background-color: #fff;}
.q-wrap {position: absolute;bottom: 0;right: 0;transform: translate(100%, 25%);-webkit-transform: translate(100%, 25%); -moz-transform: translate(100%, 25%); -o-transform: translate(100%, 25%); -ms-transform:translate(100%, 25%); }

.carousel-medicalexperts {margin-top: 40px;}


.eventreports-section {position: relative;padding: 80px 0 80px 0;}
.carousel-eventreports {margin-top: 30px;}
.carousel-eventreports.common-carousel-box .slide-box figcaption {margin-top: 0;height: 110px;text-align: left;}
.carousel-eventreports.common-carousel-box .slide-box .white-common-btn {display: inline-flex;align-items: center;justify-content: center;gap: 10px;position: absolute;bottom: -10px;left: 0;
transform: translate(45%, 50%); -webkit-transform: translate(45%, 50%);-moz-transform: translate(45%, 50%);-o-transform: translate(45%, 50%);-ms-transform: translate(45%, 50%);z-index: 1;opacity: 0;}
.carousel-eventreports.common-carousel-box .slide-box .white-common-btn:hover {background-color: #fff;color: #951A42;border: 2px solid #951A42;} 
.carousel-eventreports.common-carousel-box .slide-box:hover .white-common-btn img {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);  -ms-transform:scale(1)}
.carousel-eventreports.common-carousel-box .slide-box:hover .white-common-btn {opacity: 1;bottom:0px;}
.carousel-eventreports.common-carousel-box .slide-box:hover figcaption {background-color: #C52352;}
.common-carousel-box.carousel-eventreports .slide-box figure {overflow: initial;}
.carousel-eventreports .slick-list {padding-bottom: 40px;}
.slidefigure {position: relative;overflow: hidden;}
.eventreports-row .slick-custom-arrow-left {left: 48%;}
.eventreports-row .slick-custom-arrow-right {right: 44.5%;}


.selfexamination-section {padding: 80px 0 120px 0;background-position: center;background-repeat: no-repeat;background-size: cover;}
.selfexamination-section .btn-wrap {margin-top: 35px;}
.carousel-selfexamination {margin-right: -25%;}
.carousel-selfexamination .slidebox-inner {background-color: rgba(149, 26, 66, 20%);position: relative;border-top-left-radius: 120px;border-top-right-radius: 120px;border-bottom-left-radius: 120px;border-bottom-right-radius: 120px;height: 460px;position: relative;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;  -ms-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
.carousel-selfexamination .slidebox-inner h3 {font-family: "Playfair Display", serif;font-size: 251px;line-height: 201px; font-weight: 500;color: rgba(255, 255, 255, 40%);margin-bottom: 0;  position: absolute;bottom: 60px;left: 25px;}
.carousel-selfexamination .slidebox-inner p {color: #231F20;font-size: 16px;line-height: 24px;margin-bottom: 0;font-weight: 500;text-align: center;padding: 0 15px;position: absolute;  bottom: 85px;left: 30px;}
.carousel-selfexamination .slidebox-inner .slidebox-icons {width: 100%;height: auto;position: absolute;left: 0px;top: 0px;border-radius: 100%;
  box-shadow: rgba(149, 26, 66, 1) 0px 2px 10px;}
.carousel-selfexamination .slidebox-inner .slidebox-icons img {width: 240px;height: 240px;/*border-radius: 100%;*/}
.carousel-selfexamination .slick-list {padding-top: 10px;}

.carousel-selfexamination .slide-box:hover .slidebox-inner {background: rgb(149,26,66);background: linear-gradient(0deg, rgba(149,26,66,1) 20%, rgba(149,26,66,0) 100%);}
.carousel-selfexamination .my_currentindex .slidebox-inner {background: rgb(149,26,66);background: linear-gradient(0deg, rgba(149,26,66,1) 20%, rgba(149,26,66,0) 100%);}

.carousel-selfexamination .my_currentindex p {color: #fff;}
.carousel-selfexamination .slide-box:hover p {color: #fff;}
.carousel-selfexamination .slidebox-inner {width: 240px;}
.carousel-selfexamination .slide-box {margin: 0;}
.carousel-selfexamination .slick-custom-arrow {bottom: -90px;}
.carousel-selfexamination .slick-custom-arrow-left {right: 24%;}
.carousel-selfexamination .slick-custom-arrow-right {right: 21%;}
.carousel-selfexamination .slick-counter {right: 28%;bottom: -90px;}


.culinaryexperts-section {padding: 120px 0 60px 0;}
.culinaryexperts-section .common-title-wrap p {max-width: 65%;margin: 0 auto;}
.culinaryexperts-section .common-title-wrap .heading-hr {margin-bottom: 0;} 
.culinaryexperts-row {margin-top: 30px;display: flex;flex-wrap: wrap;}
.culinaryexperts-block {text-align: center;margin-bottom: 0px;flex: 0 0 33%;max-width: 33%;position: relative;border-radius: 8px;}
.culinaryexperts-block 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;}
.culinaryexperts-block h3 {font-size: 21px;line-height: 28px;color: #231F20;margin-bottom: 0;font-weight: 700;}
.culinaryexperts-block figcaption {text-align: center;padding-top: 15px;position: relative;z-index: 2;}
.culinaryexperts-block figure::after {content: ''; width: 100%;position: absolute;height: 100%;top: 50px;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;}
.culinaryexperts-block:hover figure::after {transform: scale(1) translateZ(0);background: linear-gradient(180deg, rgba(149,26,66,25%) 0%, rgba(149,26,66,1%) 100%);width: 100%;height: 80%;opacity: 1; }
.culinaryexperts-block figure img {position: relative;z-index: 2;}
/* .culinaryexperts-block:hover {transform: scale(1.02) translateZ(0);} */
.culinaryexperts-block:hover figure {transform: scale(1.04) translateZ(0);}
.culinaryexperts-block .common-btn {font-size: 15px;line-height: 23px;padding: 5px 18px;}
.figcaption-hover {opacity: 0;transition: opacity 0.3s ease-in-out;-moz-transition: opacity 0.3s ease-in-out;-webkit-transition: opacity 0.3s ease-in-out;  -ms-transition: opacity 0.3s ease-in-out;-o-transition: opacity 0.3s ease-in-out;}
.culinaryexperts-block:hover .figcaption-hover {opacity: 1;}
.culinaryexperts-block:hover h3 {color: #951A42;}
.culinaryexperts-block figcaption p {font-size: 16px;line-height: 24px;margin-bottom: 10px;}



.snapshots-section {padding: 160px 0 60px 0;}
.snapshots-section .common-title-wrap {margin-top: 20px;}
.snapshots-gallery .common-carousel-box .slide-box figure img {border-radius: 10px;}
.snapshots-gallery .common-carousel-box .slide-box:hover figure img {transform: scale(1.02);-webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);-o-transform: scale(1.02);}
.snapshots-gallery .common-carousel-box .slick-counter {left: 15px;right: auto;bottom: -38px;}
.snapshots-gallery .common-carousel-box .slick-custom-arrow {bottom: -15px;}
.snapshots-gallery .common-carousel-box .slick-custom-arrow-right {right: 30px;}
.snapshots-gallery .common-carousel-box .slick-custom-arrow-left {right: 80px;}
.gallerybadge {background-color: #951A42;padding: 8px 30px;display: flex;align-items: center;justify-content: center;position: absolute;z-index: 1;gap: 12px;top: 50%;left: -70px;transform: rotate(-90deg);-webkit-transform:  rotate(-90deg);-moz-transform:  rotate(-90deg);-o-transform:  rotate(-90deg);-ms-transform:  rotate(-90deg);}
.gallerybadge h3 {margin-bottom: 0;font-size: 22px;line-height: 30px;color: #ffffff;font-weight: 700;}
.gallerybadge span {font-size: 16px;line-height: 24px;color: #ffffff;}
.snapshots-gallery {position: relative;margin-bottom: 120px;}

.modal-profile {text-align: center;}
.modal-profile h3 {font-size: 18px;line-height: 26px;color: #951A42;font-weight: 800;margin-bottom: 0;margin-top:10px; }
.modal-profile h4 {margin-top: 0;font-size: 16px;line-height: 24px;color: #221F1F;font-weight: 500;}
.modal-profilecontent p{font-size: 16px;line-height: 24px;color: #221F1F;}
.modal-profilecontent {overflow-y: auto;height: 350px;padding-right: 27px;margin-top: 30px;}

.culinaryexperts-modal .modal-profilecontent::-webkit-scrollbar {width: 2px}
.culinaryexperts-modal .modal-profilecontent::-webkit-scrollbar-track {background: #d4d4d4}
.culinaryexperts-modal .modal-profilecontent::-webkit-scrollbar-thumb {background: #4e4949}
.culinaryexperts-modal .modal-profilecontent::-webkit-scrollbar-thumb:hover {background: #555}
.modal-profile {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.culinaryexperts-modal .modal_close_button {float: right;border: 1px solid #222;border-radius: 20px;padding: 10px;font-size: 20px;line-height: 10px;position: absolute;top: 5px;right: 12px;background-color: #fff;color: #000;z-index: 1;opacity: 1;}
.culinaryexperts-modal .modal-body {background: linear-gradient(90deg, rgba(149, 26, 66, 0) 0%, rgba(149, 26, 66, 30%) 100%);}

.culinaryexperts-modal ul {padding-left: 20px;margin-bottom: 10px;}
.culinaryexperts-modal ul li {margin-bottom: 5px;font-size: 16px;line-height: 24px;color: #221F1F;list-style: disc;}
.mb-10 {margin-bottom: 10px;}


.img-responsive {max-width: 100%;}

.button_with_data_src {cursor: pointer;}

.carousel-snapshots .slide-box {cursor: pointer;}

.footnote {position: relative;margin-top: 50px;}
.footnote p {margin-bottom: 0;font-size: 13px;line-height: 18px;font-style: italic;}
.assamsnapshots-gallery .gallerybadge {left: -80px;}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {padding-top: 90px;}
.modal-profile img {max-width: 80%;}

.footnote-txt {position: relative;margin-top: 20px;clear: both;padding-left: 40px;}
.footnote-txt p {margin-bottom: 0;font-size: 13px;line-height: 18px;font-style: italic;display: flex;gap: 5px;}






/*--------------------------------------------------------------
  # Responsive CSS
  --------------------------------------------------------------*/
@media (min-width: 1300px){.gaanthpedhyaan_page .container{width: 1320px;max-width: 100%;}}

@media screen and (max-width: 1440px) {
  .masthead_inneer {height: 100%;}
  .banner-blank {margin-top: -15px;}
}

@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;}

}
@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;}
}

@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: 29px;line-height: 33px;}
  .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;}

}

@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%;}


}
@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 {height: 35px;}
  .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;}

}

@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;}
}

@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;}

}

@media screen and (max-width: 360px) {
  .common-title-wrap .headingbig-h1 .headingbig-h2-big {font-size: 70px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 51px;}
  .common-title-wrap .heading-h3 {font-size: 19px; line-height: 28px;}
  .gallerybadge {top: 40%;}
  .carousel-selfexamination .slidebox-inner .slidebox-icons img {width: 190px;height: 190px;}
  .carousel-selfexamination .slidebox-inner {width: 190px;height: 400px;}
  .carousel-selfexamination .slick-custom-arrow-left {right: 33%;} 
  .carousel-selfexamination .slick-counter {right: 50%;}
  .eventreports-row .slick-custom-arrow-left {left: 36%;} 
  .eventreports-row .slick-custom-arrow-right {right: 36%;}
  .banner-graphic img {max-width: 50%;}
  .banner-graphic .gaanthpedhyaan-text {max-width: 22%;top: 22%;left: 13%;}
  .banner-graphic {left: -150px; top: 5%;}

}

@media (orientation: landscape) and (min-aspect-ratio: 1280 / 600) {
  .snapshots-section .common-title-wrap p {font-size: 15px;margin-bottom: 15px;}
  .fancybox-image {max-width: 85%;}
  .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {padding-top: 110px;}

}

@media (orientation: landscape) and (min-aspect-ratio: 1150 / 945) {}

@media screen and (max-width: 320px) {

}

@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: 810px) and (max-width: 850px) {
 
}

@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: 450px) {

}

@media only screen and (min-width: 390px) and (max-width: 395px) {
  .common-title-wrap .headingbig-h1 .headingbig-h2-big {font-size: 68px;}
  .common-title-wrap .headingbig-h1 .headingbig-h2-small {font-size: 50px;}


}

@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%;}

}

@media only screen and (min-width: 1600px) and (max-width: 1679px) {
  .masthead_inneer {height: 100%;}
}
@media only screen and (min-width: 1680px) and (max-width: 1685px) {
  .masthead_inneer {height: 100%;}


}

@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;}
}


@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) {

}