/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-text.otf);
	font-weight: 400;
}

.container{
    max-width:1300px !important;
}


h1,h2,h3,h4,h5,h6{
     font-family:  "Josefin Sans", sans-serif;
}
p, a{
    font-family: "Outfit", sans-serif;
    color: #000000de;  
    font-size:17px;
    line-height:30px;
}
span{
    font-family: "Roboto", sans-serif;  
}
a:hover{
   
    text-decoration: none !important;
}


.custom-container{
    padding:60px 4% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
body{
    background:url("../tiss-theme/assets/img/bodybg.webp") no-repeat center;
    background-size:cover;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #474b30;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }

/* top header ends */
 /* header start */
 .header-logo img {
    width: 100px;
    object-fit: cover;
    height: auto;
        margin-right: auto;
    display: block;
}


.header-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 9;
    padding: 8px 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background-color: transparent;
    color: #ffffff;
}

/* .f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    transition: .3s ease;
        background: #ffffffa6;
    backdrop-filter: blur(7px);
} */
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 85px;
/*     filter:invert(1); */
    transition: .3s ease;
    
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 34px;
    height: 38px;
    padding: 0px 20px 0px 20px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: rgba(255, 255, 255, 0.95);
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400 !important;
    outline: none;
}
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    border-color: white;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    display: none;
}
.reg-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reg-menu a {
    display: inline-block;
    padding: 8px 30px;
    background: #474b30;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}
.reg-menu a:hover{
    color:#474b30;
    background:#ffffffeb;
}
.reg-menu li{
    list-style:none;
}
.menu-registration-container ul{
    margin-bottom:0 !important;
}
 /* header ends */
/* ===== Banner Wrapper ===== */
.banner-wrapper {
    width: 100%;
    height: 80vh;
    overflow: visible !important;
}

/* ===== Slide ===== */
.banner-slide {
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: visible;
}

/* ===== Green Overlay ===== */
.banner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(90deg, #474b30e0 0%, #474b3075 45%, #474b3069 70%, #474b300d 100%);
}

/* ===== Inner Container ===== */
.banner-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    top:40%;
}

/* ===== Content ===== */
.banner-content {
    max-width: 720px;
    color: #fff;
}

.banner-content h4 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Happy Monkey", system-ui !important;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.6;
        color: #eee;
    margin-bottom: 25px;
}

/* ===== CTA Button ===== */
.banner-content a {
    display: inline-block;
    padding: 14px 30px;
    background: #ffffff;
    color: #474b30;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.banner-content a:hover {
    background: #474b30;
    transform: translateY(-2px);
    color:#fff;
}

/* ===== Overflow Circle ===== */
.banner-circle {
    position: absolute;
    right: -10px;
    bottom: 0;
    transform: translateY(52%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
     background: rgb(250 249 232 / 60%);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.banner-circle img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 50%;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .banner-circle {
        width: 340px;
        height: 340px;
        right: -90px;
    }
}

@media (max-width: 768px) {
    .banner-inner {
        padding: 0 20px;
        text-align: center;
    }

    .banner-circle {
        position: relative;
        right: 0;
        top: auto;
        transform: none;
        margin: 30px auto 0;
    }

    .banner-content h4 {
        font-size: 28px;
    }

    .banner-content p {
        font-size: 15px;
    }
}
/*doctor wrapper starts*/

.doctor-wrapper{
    padding:80px 0;
}
.doc-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}
.doc-content h2 {
    font-size: 40px;
    border-bottom: 1px solid #5a3e1b26;
    padding-bottom: 6px;
    margin-bottom: 16px;
}
.doc-content h6 {
    font-size: 20px;
    padding-top: 12px;
    border-bottom: 1px solid #5a3e1b26;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.doc-content ul {
    line-height: 40px;
    font-size: 17px;
}

.doc-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.doc-content p{
    margin-bottom:0;
    text-align:justify;
}
.doctor-wrapper .row {
    border-bottom: 1px solid #90967f3b;
    padding-bottom: 40px;
}
.doctor-wrapper{
    position:relative;
}
.doctor-wrapper:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    bottom: 52px;
    left: 0;
    right: 0;
    background: url(../tiss-theme/assets/img/ayu.png);
    margin: auto;
    display: block;
    z-index: 888;
    background-size: cover;
}

/* doctor wrapper ends */

/* our approach section starts */

.approach-section {
    padding: 60px 0;
    background-color: #fefff5;
}

.approach-header {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.approach-tag {
    font-size: 16px;
    margin-bottom: 10px;
    color: #00000099;
}

.approach-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 600;
    color:#474b30;
}

.approach-para {
    color: #000000de;
    font-size: 16px;
    line-height: 1.6;
}

.approach-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.approach-img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.approach-items-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.approach-item-title {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000000;
    line-height: 1.3;
}

.approach-item-desc p {
    font-size: 16px;
    line-height: 1.6;
    color: #616161;
    margin-bottom: 15px;
}

/* our approach section ends */

/* video hero section start */

.video-wrap {
    padding: 60px 0;
    background-color: #fefff5;
}

.video-wrap .container {
    max-width: 1000px !important;
    margin: 0 auto;
}

.video-wrap .video-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25);
    background: #000;
}

.video-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.video-wrap .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video-wrap .video-play-btn {
    pointer-events: all;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

.video-wrap .video-play-btn:hover {
    transform: scale(1.1);
}

.video-wrap .video-play-btn i {
    font-size: 80px;
    color: #f7ffef;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
    transition: color 0.3s ease;
}

.video-wrap .video-play-btn:hover i {
    color: #dadd98;
}

.video-wrap .video-play-btn.is-playing {
    opacity: 0;
}

/* video hero section ends */

/*about section starts*/

.about-wrapper{
    position: relative;
    padding: 80px 0;
    text-align: center;
    background: url('../tiss-theme/assets/img/abtb.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.section-title{
    position: relative;
    display: inline-block;
    padding: 0 0px;
    font-weight: 600;
    color:#474b30;
}

.section-title::before,
.section-title::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;              /* line length */
    height: 1px;              /* line thickness */
    background: #474b30;      /* line color */
}

.section-title::before{
    left: -100px;
}

.section-title::after{
    right: -100px;
}

/*about section ends*/

/* impact section starts */

.register-image-wrap {
    text-align: center;
    padding: 60px 0 50px;

}

.register-image-wrap .container {
    max-width: 1000px !important;
    margin: 0 auto;
    background:url(../tiss-theme/assets/img/regbg.png) no-repeat center/cover;
    height:500px;
    position:relative;
}
.register-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}
.register-image {
    position: relative;
    width: 100%;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-heading {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
    color: #474b30;
}

.register-text {
    font-size: 16px;
    line-height: 1.7;
    color: #474b30;
    max-width: 680px;
    margin: 0 auto 20px;
}

.register-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #474b30;
    color: #fff;
    margin: 10px auto 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.3s ease;
}

.register-btn:hover {
    color: #000000;
    background: #ffffff;
}

.hk-liquid-wave::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  animation: hk-wave 6s linear infinite;
}
@keyframes hk-wave {
  0% {
    transform: translateX(-30%) translateY(-30%);
  }
  50% {
    transform: translateX(30%) translateY(30%);
  }
  100% {
    transform: translateX(-30%) translateY(-30%);
  }
}


/* impact section ends */


/*webinar section starts*/

.webinar-wrapper{
    margin:80px 0;
}
.webinar-conetent {
    height: 100%;
    background: #dadd98;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.webinar-conetent:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    top: 17%;
    left: 0;
    right: 0;
    background: url(../tiss-theme/assets/img/ayu.png);
    margin: auto;
    display: block;
    background-size: cover;
    opacity: .1;
}
.webinar-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.webinar-para {

    text-align: justify;
}
.webinar-details{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	margin-top:25px;
}

.badge-v2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-grow: 1;
    background: #474b30;
    color: #ffffff;
    padding: 12px 30px 12px 12px;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.badge-v2:hover::after {
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / 20%);
    bottom: -20px;
    left: -15px;
    right: unset !important;
    top: unset !important;
}

.badge-v2 i {
	font-size: 28px;
	line-height: 1;
	opacity: 0.9;
}

.badge-v2 h6{
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.8;
}

.badge-v2 span{
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: 2px;
}

.badge-v2.highlight{
	background: #cf815d;
}

.badge-v2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(255 255 255 / 16%);
    top: -20px;
    right: -20px;
	transition: all 0.3s ease;
}


.payment-btn {
    background: #474b30;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: fit-content;
    font-family: "Josefin Sans", sans-serif !important;
    font-size: 19px;
     position: relative;
    overflow: hidden;
    display:inline-block;
}
.payment-btn i{
   rotate: -33deg;
}
.payment-btn:hover{
    color:#fff;
}
.payment-btn:hover i{
     rotate: 0deg;
     transition:.4s ease;
}
/*webinar section ends*/

/*experience section starts*/

.experience-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}

.experience-header {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.experience-tag {
    font-size: 16px;
    margin-bottom: 10px;
    color: #00000099;
}

.experience-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 600;
    color:#474b30;
}

.experience-subtitle {
    color: #000000de;
    font-size: 16px;
    line-height: 1.6;
}

.insta-slider {
    width: 100%;
}

.insta-item {
    padding: 0 10px;
    box-sizing: border-box;
}

/* .insta-iframe-wrap {
    position: relative;
    width: 100%;
    height: 400px;      
    overflow: hidden;
    border-radius: 14px;
    background: transparent;
}

.insta-iframe-wrap iframe {
    position: absolute;
    top: -70px;
    width: 100% !important;
    min-height: 100% !important;
    height: 480px !important;
    border: none;
    background: transparent;
    pointer-events: auto;
}

.insta-iframe-wrap .instagram-media {
    margin: 0 !important;
    min-width: unset !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.insta-iframe-wrap video {
    width: 100%;
    height: 400px !important;
    min-height: 400px !important;
    object-position: center;
    background-repeat: no-repeat;
    object-fit: cover !important;
} */

.insta-iframe-wrap {
        height: auto;
        aspect-ratio: 9 / 16;   /* Reel ratio */
        overflow: hidden;
        position: relative;
    }

    .insta-iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
    }

.insta-slider .slick-prev,
.insta-slider .slick-next {
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    transition: background 0.3s;
}

.insta-slider .slick-prev:hover,
.insta-slider .slick-next:hover {
    background: rgba(255,255,255,0.35);
}

.insta-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.insta-slider {
    flex: 1;
    min-width: 0;
}

.insta-arrow {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgb(109 115 75);
    background: rgb(255 255 255 / 8%);
    color: #6d734b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    z-index: 10;
}

.insta-arrow:hover {
    background: rgb(218 221 152);
    border-color: rgb(218 221 152);
    color: #ffffff;
    transform: scale(1.08);
}

.insta-arrow:active {
    transform: scale(0.95);
}

.insta-arrow svg {
    width: 20px;
    height: 20px;
}

.insta-arrow.slick-disabled {
    opacity: 0.25;
    pointer-events: none;
}


/*experience section starts*/

/*footer section starts*/
.footer{
    padding:40px 0 0px;
    background:#6d734b;
}
.tiss{
    text-align:right;
}
.footer img {
    margin: auto;
    display: block;
    width: 150px;
    height: auto;
}
.footer-copyright-row a{
    color:#fff;
}

.footer-copyright-row a:hover{
    color:#474b30;
}
.footer-text p {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color:#fff;

}
.footer-text {
    position:relative;
        border-bottom: 1px solid #7e826ad6;
}
.footer-text:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    bottom: -20px;
    left: 0;
    right: 0;
    background: url(../tiss-theme/assets/img/ayu.png);
    margin: auto;
    display: block;
    background-size: cover;
    filter: invert(1);
    opacity: .4;
}
.footer-copyright-row{
    text-align:center;
    padding:15px 0
}
.footer-copyright-row p{
    margin-bottom:0;
    color:#fff;
}
.footer-social-links {
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 38px;
}
.footer-social-links a {
    font-size: 24px;
}
.footer-social-links i {
    color: #eee;
    margin: 0 10px;
}

.footer-contact-info {
    text-align: center;
    margin-bottom: 20px;
}

.footer-contact-info a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    align-items: center;
    gap: 10px;
    color: #eee;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-info a:hover {
    color: #fff;
}   

.webinar-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 14px 0;
    z-index: 999999;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.webinar-bar.bar-docked {
    position: relative;
    bottom: auto;
    box-shadow: none;
}

.webinar-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.webinar-bar-info-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.bar-divider {
    width: 1px;
    height: 40px;
    background: #e2e2e2;
}

.info-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #474b30;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 12px;
    min-width: 140px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.info-card::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    top: -20px;
    right: -20px;
    transition: 0.4s;
}

.info-card:hover {
    transform: translateY(-3px);
}

.info-card:hover::after {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    top: -25px;
    right: -25px;
}

.info-highlight {
    background: #cf815d;
}

.info-icon {
    font-size: 22px;
    line-height: 1;
}

.info-text h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
}

.info-text span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}

.pay-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #474b30;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 8px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.pay-btn:hover {
    background: #b66f4e;
	color: #ffffff;
    transform: translateY(-2px);
}
/* 
body {
    padding-bottom: 90px;
}
 */
/*footer section ends*/

/*inner banner*/

.innerpage-header {
    position: relative;
    min-height: 270px; 
    background-image: url('../tiss-theme/assets/img/innerban.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    text-align: center;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(71, 75, 48, 0.75); /* #474b30 overlay */
    z-index: 1;
}

.innerpage-header h4 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}


/*registration form starts*/
.reg-form{
    padding:60px 30px 30px;
    background:#fff;
    border-radius:20px;
    width:70%;
    margin:60px auto;
    
}
.reg-form br {
    display: none;
}
.reg-form p {
    margin: 0;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 16px;
    font-weight: 600;
    color: #616161;
}
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
    font-weight: normal;
    display: block;
}
.reg-form input {
    border: 1px solid #61616169;
    border-radius: 12px;
    background: transparent;
    height: unset !important;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
}
.reg-form textarea {
    border: 1px solid #61616169;
    border-radius: 12px;
    background: transparent;
    height: 150px;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
}
.wpcf7-submit {
    background: #474b30 !important;
    width: fit-content !important;
    color: #fff !important;
    margin: auto !important;
    border-radius: 12px !important;
    display: block !important;
    padding: 6px 34px 6px !important;
}

.wpcf7-spinner {
    visibility: hidden;
    display: none !important;
}

/*registration form ends*/



@media only screen and (min-width: 300px) and (max-width: 576.5px) {

/* home page start  */

.container {
    max-width: unset !important;
    padding: 0 4% !important;
}

/* header section start */

.reg-menu {
    display: none !important;
}
.header-logo img {
    width: 60px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 50px;
    filter: invert(1);
    transition: .3s ease;
}
.header-menu {
    justify-content: flex-end;
}


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    font-weight: 600 !important;
    font-size: 16px;
    color: #616161;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #474b30 !important;
}

/* header section ends */

/* banner section start */

.banner-content h4 {
    font-size: 26px;
}
.banner-content p {
    font-size: 14px;
}
.banner-content a {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.3;
}

/* banner section ends */

/* doctor wrapper starts */

.doctor-wrapper {
    padding: 50px 0;
}
.doc-img {
    margin-bottom: 30px;
}
.doc-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.doc-content h6 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.doc-content p {
    font-size: 14px;
    line-height: 1.6;
}
.doctor-wrapper:after {
    width: 50px;
    height: 50px;
    bottom: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* doctor wrapper ends */

/* video hero section start */

.video-wrap .container {
    max-width: unset !important;
    margin: 0 auto;
    padding: 0 6% !important;
}
.video-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.video-wrap .video-play-btn i {
    font-size: 50px;
}

/* video hero section ends */

/* about section starts */

.about-wrapper {
    position: relative;
    padding: 50px 0;
}
.section-title {
    font-size: 26px;
}
.section-title::before, .section-title::after {
    width: 40px;
    height: 1px;
}
.section-title::before {
    left: -50px;
}
.section-title::after {
    right: -50px;
}
.about-wrapper p {
    font-size: 14px;
    line-height: 1.6;
}

/* about section ends */

/* impact section starts */

.register-image-wrap {
    text-align: center;
    padding: 0px 0;
}
.register-image {
    min-height: 350px;
    border-radius: 20px;
}
.register-image-overlay {
    padding: 30px 6%;
    position: unset !important;
}
.register-image-wrap .container {
    max-width: unset !important;
    padding: 0 6% !important;
    gap: 30px;
}
.register-heading {
    font-size: 26px;
    margin-top: 120px;
    margin-bottom: 10px;
}
.register-text {
    font-size: 14px;
}
.register-btn {
    padding: 10px 30px;
    margin: 15px auto 120px;
    font-size: 14px;
}
.register-image-wrap .container {
    max-width: 1000px !important;
    margin: 0 auto;
    background: url(../tiss-theme/assets/img/regbgmob.webp) no-repeat center/cover;
    height: auto;
    min-height: 0;          /* removes any inherited min-height */
    padding: 60px 40px;     /* controls spacing so bg image shows around content */
    position: relative;
    box-sizing: border-box; /* ensures padding is included in height calc */
}

/* impact section ends */

/* webinar section starts */

.webinar-wrapper {
    margin: 0px 0;
}
.webinar-conetent {
    padding: 40px 20px;
}
.webinar-para h4 {
    font-size: 20px;
    text-align: left;
}
.webinar-para p {
    line-height: 1.6;
    font-size: 14px;
}
.webinar-details {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.badge-v2 {
    gap: 10px;
    width: fit-content;
    padding: 12px 50px 12px 12px;
    border-radius: 14px;
}
.webinar-details h6 {
    line-height: 1.3;
    font-size: 14px;
}
.badge-v2 span {
    font-size: 16px;
    margin-top: 2px;
}
.payment-btn {
    padding: 8px 30px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 16px;
}
.webinar-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* webinar section ends */

/* experience section starts */

.experience-wrapper {
    padding: 50px 0;
}
.experience-tag {
    font-size: 14px;
}
.experience-title {
    font-size: 26px;
}
.experience-subtitle {
    color: #000000de;
    font-size: 14px;
}
.insta-arrow {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}
.insta-slider-wrapper {
    gap: 0;
}

/* experience section ends */

.footer img {
    width: 80px;
}
.footer-text p {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer-contact-info a {
    font-size: 14px;
}
.footer-social-links a {
    font-size: 18px;
}
.footer-social-links i {
    color: #eee;
    margin: 0 5px;
}
.footer-copyright-row p, .footer-copyright-row a {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
	
.webinar-bar {
    padding: 10px 0;
}
.webinar-bar-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.webinar-bar-info-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
/*     width: 100%; */
    justify-content: center;
    align-items: center;
}
.info-card {
    align-items: flex-start;
    flex-direction: column;
/*     flex-grow: 1; */
    gap: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: unset !important;
}
.info-card::after {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
}
.info-card:hover::after {
    width: 40px;
    height: 40px;
    top: -15px;
    right: -15px;
}
.info-text h6 {
    margin: 0;
    font-size: 8px;
}
.info-text span {
    display: block;
    font-size: 10px;
}
.pay-btn {
    gap: 15px;
    padding: 15px 15px;
    line-height: 1;
    font-size: 12px;
    border-radius: 8px;
}
.bar-divider, .info-icon {
    display: none !important;
}

/* home page ends */

/* inner banner section start */

.innerpage-header {
    position: relative;
    min-height: 300px;
    padding: 100px 0;
}
.innerpage-header h4 {
    font-size: 24px;
}

/* inner banner section ends */

/* inner registeration page start */

.reg-form {
    padding: 30px 10px 10px;
    background: #fff;
    border-radius: 20px;
    width: calc(100% - 30px);
    margin: 60px auto;
}
label {
    font-size: 14px;
}
.reg-form input {
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.3;
}
.wpcf7-not-valid-tip {
    font-size: 10px;
    margin-bottom: 5px;
}
.wpcf7-submit {
    margin: 0 auto 10px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}

/* inner registeration page ends */

}

@media only screen and (min-width: 577px) and (max-width: 767.5px) {

/* home page start  */

.container {
    max-width: unset !important;
    padding: 0 4% !important;
}

/* header section start */

.reg-menu {
    display: none !important;
}
.header-logo img {
    width: 65px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 55px;
    filter: invert(1);
    transition: .3s ease;
}
.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    font-weight: 600 !important;
    font-size: 16px;
    color: #616161;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #474b30 !important;
}

/* header section ends */

/* banner section start */

.banner-content h4 {
    font-size: 28px;
}
.banner-content p {
    font-size: 14px;
}
.banner-content a {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.3;
}

/* banner section ends */

/* doctor wrapper starts */

.doctor-wrapper {
    padding: 50px 0;
}
.doc-img {
    margin-bottom: 30px;
}
.doc-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.doc-content h6 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.doc-content p {
    font-size: 14px;
    line-height: 1.6;
}
.doctor-wrapper:after {
    width: 50px;
    height: 50px;
    bottom: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* doctor wrapper ends */

/* video hero section start */

.video-wrap .container {
    max-width: unset !important;
    margin: 0 auto;
    padding: 0 8% !important;
}
.video-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.video-wrap .video-play-btn i {
    font-size: 55px;
}

/* video hero section ends */

/* about section starts */

.about-wrapper {
    position: relative;
    padding: 50px 0;
}
.section-title {
    font-size: 28px;
}
.section-title::before, .section-title::after {
    width: 40px;
    height: 1px;
}
.section-title::before {
    left: -50px;
}
.section-title::after {
    right: -50px;
}
.about-wrapper p {
    font-size: 14px;
    line-height: 1.6;
}

/* about section ends */

/* impact section starts */

.register-image-wrap {
    text-align: center;
    padding: 50px 0;
}
.register-image-wrap .container {
    max-width: unset !important;
    padding: 0 8% !important;
    gap: 30px;
}
.register-image {
    min-height: 350px;
}
.register-image-overlay {
    padding: 25px;
}
.register-heading {
    font-size: 24px;
}
.register-text {
    font-size: 14px;
}
.register-btn {
    padding: 10px 30px;
    margin: 15px auto 0;
    font-size: 14px;
}

/* impact section ends */

/* webinar section starts */

.webinar-wrapper {
    margin: 50px 0;
}
.webinar-conetent {
    padding: 40px 20px;
}
.webinar-para h4 {
    font-size: 20px;
    text-align: left;
}
.webinar-para p {
    line-height: 1.6;
    font-size: 14px;
}
.webinar-details {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.badge-v2 {
    gap: 10px;
    width: fit-content;
    padding: 12px 50px 12px 12px;
    border-radius: 14px;
}
.webinar-details h6 {
    line-height: 1.3;
    font-size: 16px;
}
.badge-v2 span {
    font-size: 18px;
    margin-top: 2px;
}
.payment-btn {
    padding: 8px 30px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 16px;
}
.webinar-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.webinar-image,
.webinar-image img{
    height:100% !important;
}

/* webinar section ends */

/* experience section starts */

.experience-wrapper {
    padding: 50px 0;
}
.experience-tag {
    font-size: 14px;
}
.experience-title {
    font-size: 28px;
}
.experience-subtitle {
    color: #000000de;
    font-size: 14px;
}
.insta-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.insta-slider-wrapper {
    gap: 0;
}

/* experience section ends */

.footer img {
    width: 90px;
}
.footer-text p {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer-contact-info a {
    font-size: 14px;
}
.footer-social-links a {
    font-size: 18px;
}
.footer-social-links i {
    color: #eee;
    margin: 0 5px;
}
.footer-copyright-row p, .footer-copyright-row a {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.webinar-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.bar-divider {
    display: none;
}
.info-icon {
    font-size: 16px;
    line-height: 1;
}
.info-text h6 {
	font-size: 10px;
}
.info-text span {
    font-size: 12px;
}
.pay-btn {
    padding: 8px 20px;
}

/* home page ends */

/* inner banner section start */

.innerpage-header {
    position: relative;
    min-height: 300px;
    padding: 100px 0;
}
.innerpage-header h4 {
    font-size: 26px;
}

/* inner banner section ends */

/* inner registeration page start */

.reg-form {
    padding: 30px 10px 10px;
    background: #fff;
    border-radius: 20px;
    width: calc(100% - 30px);
    margin: 60px auto;
}
label {
    font-size: 14px;
}
.reg-form input {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.3;
}
.wpcf7-not-valid-tip {
    font-size: 10px;
    margin-bottom: 5px;
}
.wpcf7-submit {
    margin: 0 auto 10px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}

/* inner registeration page ends */

}

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

/* home page start  */

.container {
    max-width: unset !important;
    padding: 0 4% !important;
}

/* header section start */

.reg-menu {
    display: none !important;
}
.header-logo img {
    width: 70px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 60px;
    filter: invert(1);
    transition: .3s ease;
}
.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 10px 15px;
    font-weight: 600 !important;
    font-size: 16px;
    color: #616161;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #474b30 !important;
}

/* header section ends */

/* banner section start */

.banner-content {
    max-width: 550px;
    color: #fff;
}
.banner-content h4 {
    font-size: 32px;
}
.banner-content p {
    font-size: 16px;
}
.banner-content a {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.3;
}

/* banner section ends */

/* doctor wrapper starts */

.doctor-wrapper {
    padding: 50px 0;
}
.doc-img {
    margin-bottom: 30px;
}
.doc-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.doc-content h6 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.doc-content p {
    font-size: 16px;
    line-height: 1.6;
}
.doctor-wrapper:after {
    width: 50px;
    height: 50px;
    bottom: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* doctor wrapper ends */

/* video hero section start */

.video-wrap .container {
    max-width: unset !important;
    margin: 0 auto;
    padding: 0 8% !important;
}
.video-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.video-wrap .video-play-btn i {
    font-size: 60px;
}

/* video hero section ends */

/* about section starts */

.about-wrapper {
    position: relative;
    padding: 50px 0;
}
.section-title {
    font-size: 32px;
}
.section-title::before, .section-title::after {
    width: 60px;
    height: 1px;
}
.section-title::before {
    left: -80px;
}
.section-title::after {
    right: -80px;
}
.about-wrapper p {
    font-size: 16px;
    line-height: 1.6;
}

/* about section ends */

/* impact section starts */

.register-image-wrap {
    text-align: center;
    padding: 50px 0;
}
.register-image-wrap .container {
    max-width: unset !important;
    padding: 0 8% !important;
    gap: 30px;
}
.register-image {
    min-height: 400px;
    border-radius: 20px;
}
.register-image-overlay {
    padding: 30px;
}
.register-heading {
    font-size: 28px;
}
.register-text {
    font-size: 16px;
}
.register-btn {
    padding: 10px 30px;
    margin: 15px auto 0;
    font-size: 16px;
}

/* impact section ends */

/* webinar section starts */

.webinar-wrapper {
    margin: 50px 0;
}
.webinar-conetent {
    padding: 40px 20px;
}
.webinar-para h4 {
    font-size: 22px;
    text-align: left;
}
.webinar-para p {
    line-height: 1.6;
    font-size: 16px;
}
.webinar-details {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.badge-v2 {
    gap: 10px;
    width: fit-content;
    padding: 12px 50px 12px 12px;
    border-radius: 14px;
}
.webinar-details h6 {
    line-height: 1.3;
    font-size: 14px;
}
.badge-v2 span {
    font-size: 16px;
    margin-top: 2px;
}
.payment-btn {
    padding: 8px 30px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 16px;
}
.webinar-image img,
.webinar-image{
    height:100% !important;
}
/* webinar section ends */

/* experience section starts */

.experience-wrapper {
    padding: 50px 0;
}
.experience-tag {
    font-size: 16px;
}
.experience-title {
    font-size: 32px;
}
.experience-subtitle {
    color: #000000de;
    font-size: 16px;
}
.insta-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.insta-slider-wrapper {
    gap: 0;
}

/* experience section ends */

.footer img {
    width: 90px;
}
.footer-text p {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 15px;
}
.footer-contact-info a {
    font-size: 16px;
}
.footer-social-links a {
    font-size: 20px;
}
.footer-social-links i {
    color: #eee;
    margin: 0 5px;
}
.footer-copyright-row p, .footer-copyright-row a {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}
.webinar-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-card {
    gap: 10px;
    min-width: 120px;
}
.info-icon {
    font-size: 18px;
    line-height: 1;
}
.info-text h6 {
    font-size: 10px;
}
.info-text span {
	font-size: 12px;
}
.pay-btn {
    padding: 8px 20px;
}
	
/* home page ends */

/* inner banner section start */

.innerpage-header {
    position: relative;
    min-height: 300px;
    padding: 100px 0;
}
.innerpage-header h4 {
    font-size: 30px;
}

/* inner banner section ends */

/* inner registeration page start */

.reg-form {
    padding: 30px 15px 15px;
    background: #fff;
    border-radius: 20px;
    margin: 60px auto;
}
label {
    font-size: 14px;
}
.reg-form input {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.3;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-bottom: 5px;
}
.wpcf7-submit {
    margin: 0 auto 10px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}

/* inner registeration page ends */

}

@media only screen and (min-width: 992px) and (max-width: 1201.5px) {

/* home page start */

/* header section start */

.container {
    max-width: unset !important;
    padding: 0 4% !important;
}
.reg-menu a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.3;
}

/* header section ends */

/* banner section start */

.banner-content h4 {
    font-size: 36px;
}
.banner-content p {
    font-size: 16px;
}
.banner-content a {
    padding: 10px 30px;
    line-height: 1.3;
    font-size: 16px;
}

/* banner section ends */

/* doct section start */

.doc-content h2 {
    font-size: 32px;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

/* doct section ends */

/* webinar section start */

.webinar-details {
    flex-direction: column;
}
.badge-v2 {
    gap: 10px;
    width: fit-content;
    padding: 12px 50px 12px 12px;
    border-radius: 14px;
}
.webinar-details h6 {
    line-height: 1.3;
    font-size: 14px;
}
.badge-v2 span {
    font-size: 16px;
    margin-top: 2px;
}
.webinar-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* webinar section ends */

/* home page ends */

}

@media only screen and (min-width: 300px) and (max-width: 406.5px) {
	
.info-card {
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: unset !important;
}
.webinar-bar-info-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
	
}