/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 07:03:17 */
.home-item-only {
	display: none;
}
.ays-pb-modal-close_3 {
	display:none;
}
/* .home .home-item-only {
	display: block;
} */

.main-header {
	position:relative;
}
.img-responsive {
	width:100%;
	height:auto;
}
.main-header .img-responsive {
	min-height:280px;
	object-fit:cover;
	object-position: center;
}
.main-header .text-full {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: flex;
    align-items: center;
}
.main-header .text-full .home-text {
	width:100%;
}

.daily-updates-header .home-box {
	max-width: 100%;
	text-align: center;
}

.home-box {
	max-width:570px;
	color:#ffffff;
}

.home-box h1 { 
	font-size:46px;
	color:#ffffff;
}
.home-box h4 { 
	font-size:20px;
	color:#ffffff;
	font-family: 'Source Sans 3';
	margin-bottom: 0.5rem;
}
.home-box p {
	margin-bottom:0;
}
.home-box h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    color: #ffb347;
    margin-bottom: 1.5rem;
    font-family: 'Source Sans 3', sans-serif;
}
.daily-updates-header .home-box p {
	width:fit-content;
	display:inline-block;
	position:relative;
	padding-top:12px;
	
}
.daily-updates-header .home-box p:before {
	content:'';
	width:80%;
	position:absolute;
	top:0;
	left:50%;
	transform:translatex(-50%);
	background-color:#ffffff;
	height:1px;
}
.category-cancer-care .blog-entry-inner .thumbnail .thumbnail-link {
	width: 100%;
}

.category-cancer-care .blog-entry-inner .thumbnail .thumbnail-link img {
	height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.category-cancer-care .blog-entry-header .blog-entry-title {
	margin: 2rem 0 !important;
}

.category-cancer-care .blog-entry-inner ul.meta {
	padding-bottom: 0;
}

/* Top bar Switch CSS Starts */
.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
}

.label-left,
.label-right {
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    font-weight: 400;
}

.checkbox-apple {
    width: 47px;
    height: 22px;
    background: #fd367e; /* Default ON */
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
}

.checkbox-wrapper .slider {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    transform: translateX(25px); /* Default ON */
}
/* Top bar Switch CSS Ends */

.section-heading {
    padding-bottom: 1rem;
    max-width: 700px;
    margin: 0 auto;
	text-align: center;
}

.section-heading h2 {
	font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    color: #ffb347;
	margin-bottom: 1.5rem;
	font-family: 'Source Sans 3', sans-serif;
}

.section-heading .sub-heading {
	font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
	text-align: center;
	margin-bottom: 1rem;
    color: #d0d0d0;
}

/* Bottom Footer */
.sign-up-top {
	position:relative;
}
.sign-up-top .img-responsive {
		min-height: 500px;
		object-position: center right;
	}
.sign-up {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 20px 50px 20px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.sign-up-container {
	max-width: 700px;
    width: 100%;
    display: block;
	
}

/* Sign up Section CSS Starts */
.email-form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.email-form p {
	margin-bottom: 0;
}

.email-form .input {
    position: relative;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 30px;
	width: 360px;
	border: 1px solid #d7d6d6;
}

.email-form .input p {
	margin-bottom: 0;
}

.email-form .input .wpcf7-email {
	width: 100%;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
	border: none;
	border-radius: 30px;
	/*     margin-right: 12px; */
}

.email-btn {
    max-width: 100px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translatex(-50%); */
    margin-top: 5px;
    margin-right: 5px;
}

.email-btn .wpcf7-submit {
	padding: 10px 20px;
    height: 40px;
    font-size: 14px;
    line-height: 1.2;
	border-radius: 4px;
	border: 1px solid #ffb347;
	background-color: #ffb347;
	color: #000000;
	border-radius: 20px;
}

#pdf-modal button#close-modal {
	top: 0 !important;
    right: 0 !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

#pdf-modal button#close-modal:hover {
	background-color: #ffb347;
}

.pdf-modal-box {
	background: white;
    padding: 30px;
    max-width: 500px;
    margin: 100px auto;
    position: relative;
}

.email-form.subscribe {
	flex-direction: column;
	align-items: center;
}

.email-form.subscribe .email-btn {
    margin-top: 4px;
    margin-right: 5px;
	right: 22px;
}

.subs-text {
	padding-bottom: 1rem;
	text-align: center;
}

.subs-text h3 {
	font-size: 21px;
    line-height: 1.4;
	color: #25412d;
	margin-bottom: 2rem;
}

.subs-text p {
	font-size: 16px;
    line-height: 1.2;
	color: #000000;
	margin-bottom: 1rem;
}

.head-box img {
	/*border: 1px solid #ffb347;*/
}

.sign-up-container h1 {
	font-size: 4.8rem;
    line-height: 1.2;
	color: #ffffff;
	margin-bottom: 1rem;
}

.sign-up-container p {
	font-size: 1.6rem;
    line-height: 1.2;
	color: #ffffff;
	margin-bottom: 2rem;
}

.subs-form {
    text-align: center;
    border-top: 1px solid #9b9b9b70;
    max-width: 370px;
    margin: 0 auto;
    padding: 2rem 0;
    width: 100%;
}

#site-logo #site-logo-inner img {
	width: 60px !important;
	height: auto;
}

/* Update Section Starts */
.update-sec {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #012c32;
	border-top: 2px solid #ffb347;
	padding: 5rem 1rem;
}

.update-container {
	max-width: 1100px;
    width: 100%;
    display: block;
}

.update-container p {
	color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
	text-align: center;
}

.update-low-text {
	color: #ffb347 !important;
	font-weight: 700;
}

.update-boxes {
	padding-bottom: 3rem;
}

.row {
	display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
}

.col-md-3 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 10px;
}

.update-box {
	text-align: center;
	padding: 10px;
}

.update-box img {
	height: 80px;
    width: auto;
    display: block;
	margin: 0 auto;
	margin-bottom: 2rem;
}

/* Update Section Ends */

.single .post-tags {
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.single-post .content-area .post-tags a {
	display: inline-block;
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #ffb347;
    font-size: 12px !important;
    line-height: 1;
    padding: 8px 12px;
    margin: 0 2px 5px 0;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.single-post .content-area .post-tags .owp-tag-texts {
	display: block;
	width: 100%;
}

.single-post .content-area .post-tags .owp-sep {
	display: none;
}

.nav-menu nav .elementskit-menu-overlay {
	display: none;
}

/* Copy link Icon Tooltip CSS Starts */

.copy-link {
	position: relative;
}

.tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
  }

  .tooltip.show {
    opacity: 1;
    visibility: visible;
  }

.copy-link a:hover {
	color: #000000 !important;
    border-color: #000000 !important;
}

.copy-link a:hover svg {
	fill: #000000 !important;
}

/* Copy link Icon Tooltip CSS Ends */

/* Popup Form Starts */
.popup-form {
	position: relative;
}

/* Black overlay using ::before */
.popup-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 75%);
  z-index: -1; /* place it behind the popup content */
}

.popup-form h2 {
	font-family: 'Playfair Display' !important;
	color: #25412d !important;
	font-size: 30px !important;
	line-height: 1.2 !important;
}

.popup-form form legend {
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
	margin-bottom: 1rem;
}

.popup-form ._row,
.popup-form ._form_element {
	text-align: left;
}

.popup-form ._form_element {
	margin-bottom: 2rem;
}

.popup-form ._form-content ._button-wrapper {
	text-align: left;
}

.popup-form ._form-content ._button-wrapper button {
	border-radius: 4px;
    color: #25412d;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 20px;
}

.popup-form ._form-content ._button-wrapper button:hover {
    color: #ffffff;
}

.popup-form ._form-content {
	display: flex;
	flex-wrap: wrap;
}

.popup-form ._form-content ._form_element._x11100408,
.popup-form ._form-content ._button-wrapper {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0px 10px;
}

.popup-form ._form-content ._form_element._x32442878,
.popup-form ._form-content ._form_element._x01605723{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0px 10px;
}

.popup-form ._form-thank-you {
	font-size: 3rem;
    line-height: 1.2;
	margin: 200px auto;
}


/* Popup Form Ends */

.form-btn {
  font-family: inherit;
  font-size: 18px;
  background: linear-gradient(to bottom, #ffb347 0%, #ffb347 100%);
  color: #000000;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
	max-width: 230px;
	margin: 0 auto;
}

.form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	color: #000000;
}

.form-btn:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.form-btn span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
	
}

.form-btn svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

.form-btn .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

.form-btn:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
	
}

.form-btn:hover svg {
  transform: rotate(45deg);
	color: #000000;
}

/* Daily Updates Page Starts */
.page-template-page-daily-updates .blog-entry a {
	text-decoration: none !important;
}
/* Daily Updates Page Ends */

.home .posts-with-sidebar .category-sidebar {
	display: none;
}

.pdf-modal-box ._form-branding {
	display: none;
}

.pdf-modal-box form {
	max-width: 360px;
	width: 100%;
	display: block;
    margin: auto;
}

.pdf-modal-box ._form-content label {
	display: none;
}

.pdf-modal-box ._form-content ._field-wrapper {
    position: relative;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 30px;
	width: 100%;
	border: 1px solid #d7d6d6;
}

.pdf-modal-box ._form-content ._field-wrapper input {
	width: 100%;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
	border: none;
	border-radius: 30px;
	/*     margin-right: 12px; */
}

.pdf-modal-box ._form-content {
	position: relative;
}

.pdf-modal-box ._form-content ._button-wrapper {
	width: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pdf-modal-box ._form-content ._submit {
	padding: 10px 20px;
    height: 42px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid #ffb347;
    background-color: #ffb347;
    color: #000000;
    border-radius: 30px;
	transition: all .3s;
}

.pdf-modal-box ._form-content ._submit:hover {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
}

.pdf-modal-box ._form-thank-you {
	font-size: 2rem;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
	color: var(--e-global-color-accent);
}

.single article.related-post {
	border: 1px solid #ffb347;
}

.comment-form .comment-form-url {
	display: none;
	width: 0;
}

.comment-form .comment-form-author, .comment-form .comment-form-email {
    float: left;
    width: 50% !important;
}

.comment-form .comment-form-email {
	padding: 0 !important;
}

.comment-form .comment-form-cookies-consent label {
  font-size: 0; /* purana text chhupa diya */
}

.comment-form .comment-form-cookies-consent label::after {
  content: "Save my name, and email in this browser for the next time I comment.";
  font-size: 14px; /* text dikhane ke liye */
}

.pld-like-dislike-wrap.pld-template-1 {
	display: none;
}

.like-count,
.like-count .pld-like-dislike-wrap.pld-template-1{
	display: block;
	text-align: right;
}
.apply-date-btn {
    color: #ffb347;
	line-height:1;
}

#content-wrap {
	padding-top: 5px !important;
}

.subscribe-top {
	padding: 2rem 1rem 2rem 1rem;
    text-align: center;
    background-color: #f6f6f6;
}

.subscribe-top p {
	margin-bottom: 5px;
}

.blog-entry.grid-entry .blog-entry-inner {
    border: 1px solid #3f1109 !important;
}

.blog-entry.post .blog-entry-header .entry-title a {
    color: #3f1008;
}

.nav-btn .elementskit-btn {
	padding: 10px !important;
    min-width: 140px;
    width: 100%;
    display: flex;
    gap: 10px;
}

.footer-sec ul li {
	list-style-type: none;
}

.footer-sec ul li a {
	text-decoration: none;
}

@media (max-width:768px) {
	.home-box h1 {
		font-size: 32px;
		margin-bottom:1rem;
	}
	.main-header .img-responsive {
		min-height: 300px;
		object-position: center right;
	}
	.sign-up-top .img-responsive {
		min-height: 500px;
		object-position: center right;
	}
	.home-box {
		max-width: 440px;
	}
	.home-box h4 {
		font-size: 18px;
	}	
	/* Top bar css */
	#top-bar {
        padding: 8px 0 !important;
	}
	
    #top-bar-inner {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        gap: 55px;
	}
	
	#top-bar-social ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.label-left,
	.label-right {
		font-size: 12px;
	}
	.sign-up-container p {
		font-size: 1.2rem;
	}
	.col-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
	
	.update-box img {
      height: 65px;
    }
	
	.update-container p {
      font-size: 16px;
    }
}
@media (max-width:576px) {
	.home-box h1 {
		font-size: 22px;
	}
	.home-box h4 {
        font-size: 16px;
	}
	
	.section-heading h2 {
		font-size: 28px;
	}
	
	.section-heading .sub-heading {
		font-size: 14px;
	}
	.checkbox-apple {
		width: 40px;
		height: 16px;
	}
	
	.checkbox-wrapper .slider {
		width: 15px;
		height: 15px;
	}
	
	.sign-up-container {
		max-width: 320px;
	}
	
	.email-form {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	
	.email-form .input {
        width: 95%;
	}
	
	.sign-up-container h1 {
		font-size: 3.8rem;
	}
	
	#site-logo #site-logo-inner img {
		width: 46px !important;
		height: auto;
	}
	
	.update-box {
      padding: 0;
      padding-bottom: 10px;
    }
	
	.form-btn {
      padding: 12px 12px;
      max-width: 230px;
    }
	
	.nav-btn .elementskit-btn {
      padding: 8px !important;
      min-width: 105px;
      width: 100%;
      display: flex;
      gap: 5px;
    }
	
}
@media (max-width:480px) {
	#site-header .oceanwp-mobile-menu-icon a {
		line-height: 60px;
	}
	
	
}