@import url('https://fonts.cdnfonts.com/css/neutra-text-alt');
@import url("https://fonts.googleapis.com/css?family=Sen&display=swap");

ul {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

@font-face {
  font-family: ITC;
  src: url("../fonts/ITC\ Souvenir\ Std\ Medium.otf");
}

@font-face {
  font-family: Deni;
  src: url("../fonts/NeutraText-Demi.otf");
}

@font-face {
  font-family: book;
  src: url("../fonts/NeutraText-Book.otf");
}
html{
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.wpo-site-header #navbar > ul li a:hover, .wpo-site-header #navbar > ul li a:focus{
    color: #bfbfbf !important;
}
.f__22{
    font-size: 22px !important;
}
body {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
}
.b-shadow{
        box-shadow: 1px 1px 12px 1px #0000004d;
        border-radius: 8px !important;
}


/*.wrapper-content .container img{*/
/*    box-shadow: 1px 4px 18px #0000009e !important;*/
/*} */
p,
span,
a,
li {
  font-family: "book", sans-serif !important;
  text-transform: inherit !important;
}

h1,
h2,
h3,
a {
  font-family: "ITC" !important;
}



/**/
.cardX-wrapper {
    display: flex;
    gap: 20px;
    border: 1px solid #ccc;
    padding: 20px;
}

.cardX-left {
    flex: 1;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.cardX-mainImage {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
}

.cardX-character {
    width: 120px;
    margin-top: 40px;
}
.new__addition__sec__wrp{
        background-image: url(../images/aboutUs____bg.jpg);
             background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50vh;
        align-items: end;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 2px 6px 12px #00000069;
    gap: 10px;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

.cardX-right {
    flex: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cardX-messageBox {
    border: 1px solid #ccc;
    height: 380px;
    position: relative;
    padding: 30px;
    background: #f6f6f6 url('paper-texture.jpg');
    background-size: cover;
}

.cardX-placeholder {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -42%);
    color: #bfbfbf;
    font-size: 22px;
    font-weight: bold;
    pointer-events: none;
    text-align: center;
}
.h__100{
    height: 100vh !important;
}
.cardX-dynamicMessage {
    position: relative;
    z-index: 5;
    font-size: 18px;
    color: #333;
    white-space: pre-wrap;
}

.cardX-author {
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
    color: #0062a7;
}

.cardX-footer {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0062a7;
    font-size: 16px;
    font-weight: 500;
}

.cardX-footer img {
    width: 55px;
}

/**/


/* Remove default list styling */
.arrow-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

/* Single LI item */
.arrow-list li {
    margin-right: 10px;
    position: relative;
}

/* Main arrow box styling */
.arrow-list a {
    display: block;
    padding: 12px 25px;
    background: #4b4b4b;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

/* Left angled arrow */
.arrow-list li a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #4b4b4b;
}

/* Right angled arrow */
.arrow-list li a:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #4b4b4b;
}

/* Hover color change */
.arrow-list a:hover {
    background: #333;
}
.arrow-list a:hover:before {
    border-right-color: #333;
}
.arrow-list a:hover:after {
    border-left-color: #333;
}

/* MARQUEE */
.arrow-list {
     padding-left: 100% !important; 
    display: flex;
    animation: marquee 20s linear infinite;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    background-color: #000;
    width: 100%;

    /* Smooth scrolling */
    animation-play-state: running;
}

/* ✅ Pause marquee on hover (fixed) */
.arrow-list:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}







/*.wrapper-content a {*/
/*  font-family: "Deni" !important;*/
/*}*/
.col-md-6 h3{
    font-size: 1rem;
    font-family: "ITC", sans-serif !important;
}
.col-md-12 h3{
  font-size: 1.5rem;
  
}
.f-1 {
  font-size: 1.5rem !important;
}
.sel-subtitle {
  color: #1b46a4;
}
.sel-subtitle a{
  text-decoration: underline !important;
  color: #1b46a4 ;
}
.title-summary b span{
    color: #1b46a4 !important;
}
.title-summary b{
    color: #1b46a4 !important;
}
.font-d {
  font-family: "Deni", sans-serif !important;;
}
.pt-60 {
  padding-top: 68px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-10 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 30px;
}
.pt-15 {
  padding-top: 15px;
}
.w-150{
    width: 150px;
}
.pt-20 {
  padding-top: 20px;
}
.space-btw {
  justify-content: space-around;
}
.office-info .office-info-item:hover  {
  background-color: #bf606c !important;
}
.office-info{
    padding-bottom: 60px !important;
}
/* Gallery */
/*.container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*}*/
.container img {
  /*width: 200px;*/
  /*margin: 20px;*/
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}
.container img:hover {
  transform: scale(1.05);
}

/* Popup 1 (Write message) */
.ecard-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.ecard-content {
  background: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 800px;
  padding: 20px;
  position: relative;
}
.ecard-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}
.ecard-book {
  display: flex;
  justify-content: space-between;
}
.ecard-page {
  width: 48%;
}
.ecard-page img {
  width: 100%;
  border-radius: 10px;
}
.ecard-message textarea {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  resize: none;
}
.ecard-message button {
  margin-top: 10px;
  background: #0078ff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}

/* Flipbook Popup */
.flipbook-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 2000;
  overflow-y: auto;
}
.flipbook-content {
  text-align: center;
  padding: 20px;
  display: flex !important;
}

/* Flipbook container */
.flipbook-container {
  perspective: 1200px;
  width: 500px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.page {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 0; left: 0;
  transform-origin: left;
  backface-visibility: hidden;
  transition: transform 1s ease-in-out;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.page.cover img {
  width: 100%;
  height: 100%;
  
}
.page.message {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  background: #fdfcf7;
  transform: rotateY(-180deg);
}

/* Flipped state */
.flipbook-container.flipped .page.cover {
  transform: rotateY(-180deg);
}
.flipbook-container.flipped .page.message {
  transform: rotateY(0);
}

/* Form Section */
.form-section {
  margin-top: 25px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 500px;
  margin: 25px auto;
  text-align: left;
}
.form-section label {
  display: block;
  margin-bottom: 5px;
  color: #004b8d;
  font-weight: 600;
}
.form-section input {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-section .form-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.form-section .form-row div {
  flex: 1;
}
.form-section button {
  background: #0078ff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}
.p-10 {
  padding: 10px !important;
}

.text-white :hover {
  color: #bf606c;
}



/* popup */
.slideshow-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.slideshow-popup-content {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

.slideshow-close-btn {
  position: absolute;
  top: 12px; right: 16px;
  font-size: 28px;
  cursor: pointer;
  color: #000;
}
.varitaion_heading{
  font-size: 45px;
  font-weight: 400;
  color: #637284;
  text-align: center;
}
.btn-nex {
  gap: 10px;
    justify-content: center;
}
.h-200 {
  height: 120px;
}
/* popup */

/* popup */
#videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


#videoPopup .popup-form {
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  max-width: 800px;
  width: 90%;
}

#videoPopup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* popup */

/* popup */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-form {
  background: white;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.popup-form h2 {
  margin-top: 0;
}

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
  padding: 10px 45px !important;
}

.entry-details h3,
.entry-details p {
  text-align: start !important;
}
.entry-details{
  width: 60%;
}
.entry-media{
  width: 40%;
}
.blog-pg-section .blog-content .post{
  display: flex !important;
  align-items: center !important;
      flex-direction: row-reverse;
      gap: 10px;
      margin-bottom: 20px ;
      padding-top: 20px;
}
.blog-pg-section .post a.read-more{
  margin: 0 !important;
}
.blog-pg-section .post h3 a{
  color: #637284 !important;
  font-weight: 400 !important;
}
.blog-pg-section .post h3 {
  color: #637284 !important;
  font-weight: 100 !important;
   margin: -0.27em 0 0.4em !important;
}
.blog-pg-section .blog-content .post{
        margin-bottom: 0px !important;
}
.office-info .office-info-item{
        height: 100%;

}
.entry-details .read-more {
  display: flex;
  justify-content: center;
  width: 150px;
  margin: auto;
}

.topbar {
  position: fixed;
    width: 100%;
  z-index: 99;
  padding: 5px !important;
}

.popup-form input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}

.popup-form button {
  padding: 10px 20px;
  background-color: #bf606c;
  color: white;
  border: none;
  cursor: pointer;
}

.video-credit,
.center-button-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: #fff;
  right: 20px;
}

.center-button-bottom {
  left: 0;
  right: 0;
  transform: translateX(50%);
  bottom: 95px !important;
}



.close-btn {
  position: absolute;
  right: 16px;
  top: 0px;
      border-radius: 0 9px 0 0;
  font-size: 24px;
  cursor: pointer;
}

.scroll-btn {
  cursor: pointer;
  animation: scroll-btn 1s ease-in-out alternate infinite;
}

.scroll-btn svg {
  fill: #F8F7F2;
  height: 50px;
  width: 32px;
  margin-bottom: 10px;
}

.scroll-btn svg .animated {
  animation: scroll-down 2s infinite linear;
}

.scroll-btn svg .ball {
  animation: ball-move 1s infinite ease-in-out alternate;
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.8;
    stroke-dasharray: 215.7737px, 363.607px;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ball-move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

/* popup */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC", sans-serif !important;
}

.new-sec-heading {
  font-size: 35px !important;
  font-family: "ITC", sans-serif !important;
  color: #637284;
}

.new-sec-des {
  font-family: "Deni";
  font-size: 35px !important;
  color: #bf606c;
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}

.partners-section ul li {
  padding: 60px !important;
  height: auto !important;
}

.hidden {
  display: none;
}

.hover-show-list {
  display: block;
}

.causes-card .text h2 {
  margin-bottom: 15px;
}

.causes-card .text h2 a {
  font-size: 25px !important;
}

.causes-card .text p {
  font-size: 18px !important;
}

.wpo-upper-footer {
  background: #000 !important;
  padding: 0px !important;
  padding-top: 90px !important;
}

.wpo-lower-footer {
  background-color: #000 !important;
}

a {
  text-decoration: none !important;
}
.pt-130{
  padding-top: 110px !important;
}
.wpo-site-header .navigation {
  border-radius: 0px 0px 20px 20px;
  background: #000 !important;
  padding: 0px 0 !important;
  margin-bottom: -45px !important;
}

.joan-jurney-content {
  margin-top: 20px;
}

.img-slide-title {
  position: absolute;
  bottom: 0;
  padding: 10px;
  color: #fff;
  background-color: #00000087;
  margin: 0;
  height: 100%;
}

.joan-jurney-content p {
  text-align: left;
  /*align-items: center;*/
  display: flex;
  gap: 10px;
}
.mt-01 {
    margin-top: 1rem !important;
}
.m-btn {
    margin-bottom: 40px !important;
}

.joan-jurney-content a {
  display: flex;
  justify-content: center;
  width: 50%;
  align-items: center;
  margin: 20px auto;
}
.btn-new {
        width: 33% !important;
    margin-bottom: 40px !important;
    padding: 21px !important;
}
.f-49 {
    font-size: 46px !important;
}
.donate-now {
  background-image: url(../images/Donate-1024x402.jpg) !important;
  background-size: cover !important;
}

.donate-cards {
  color: #637284;
  font-size: 20px !important;
  line-height: 1.5 !important;
  height: 200px;
  overflow-y: auto;
      text-align: start;
}

.f-22 {
  color: #637284;
  font-size: 25 px !important;
}
.f-27 {
  font-size: 27px !important;
}

.section-title h2,
.contact-right .title h2,
.contact-left h2 {
  color: #637284 !important;
  font-weight: 400 !important;
}
.mb-15{
        margin-bottom: 15px !important;
}
.mb-10{
        margin-bottom: 10px !important;
}
.mb-20{
        margin-bottom: 20px !important;
}
.mb-30{
        margin-bottom: 30px !important;
}
.donate-header{
    margin-bottom: 20px !important;
}
.donate-header h2, .donations-amount h2, .doanation-payment h2, .donations-details h2{
    color: #637284 !important;
}
.contact-right{
    padding: 40px;
    background-color: #fef6f6;
    box-shadow: 1px 1px 17px 3px #0000001a;
    border-radius: 12px;
    max-width: 100% !important;
}
.contact-right .title p{
    font-size: 20px !important;
    font-weight: 400;
    line-height: 20px !important;
}
.contact-form .submitbtn {
        margin: auto;
}
.contact-form .input-item .fild{
    
        padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.submitbtn .fild{
    border-radius: 50px !important;
    padding-left: 0px !important;
       padding-bottom: 20px !important;
    padding-top: 0px !important;
}
.f-20 {
  color: #637284;
  font-size: 20px !important;
}

.office-info .office-info-item .office-info-text h2 {
  color: #bf606c;
}
.office-info-icon{
    display: flex;
    justify-content: center;
}

.office-info .office-info-item::before {
  background-color: #637284 !important;
}

.credit {
  text-align: right;
  color: #000;
  margin: 20px;
  padding-right: 20px;
}
.sc-eKaMrT{
        text-align: center;
}
.sc-hRvRfm{
    text-align: center;
}
.testimonial-card .d-flex{
        gap: 20px !important;
}
.close-form {
  margin: 0 !important;
}

.wpo-site-footer .locations-widget ul li a {
  font-size: 16px !important;
}

.addition-font {
  font-family: "ITC", sans-serif !important;
}

#subscribeBtn {
  transition: 1.2s;
  /* animation: blink 1.5s linear infinite; */
}
.blog-head {
  color: #637284 !important;
    
    font-size: 32px;
}
.blog-head a{
  color: #637284 !important;
  text-decoration: underline !important;
}
.inner-para {
  color: rgb(94, 95, 99);
      margin-bottom: 0em;
}
.inner-para a{
  color: rgb(94, 95, 99);
  text-decoration: underline !important;
}

@keyframes blink {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(-10px);
  }

}

.new-summary {
  background-color: #e4f2f9;
  padding: 50px 70px;
  font-size: 22px;
  line-height: 1.7;
  color: #000;
  border-radius: 12px;
}


.new-summary small {
  display: flex;
  justify-content: end;
  padding: 10px 0;
}

.cards-inter img {
  width: 70%;
  margin: auto;
  display: flex;
}

.wpo-hero-slider .slide-title span,
.static-hero .slide-title span,
.wpo-hero-slider-s2 .slide-title span,
.about-section,
.cta-section .content span {
  font-family: 'Book', sans-serif !important;

}

.wpo-hero-slider .slide-title span,
.static-hero .slide-title span,
.wpo-hero-slider-s2 .slide-title span {
  color: #bf606c;
  font-size: 25px !important;
  font-weight: 900 !important;
}

.wpo-site-header #navbar ul {
  align-items: center !important;
}

.cards-inter {
  /*padding: 20px 0;*/
  border-radius: 12px;
  border: 1px solid transparent;
  text-align: start;
  margin-top: 100px !important;
}

.about-section .about-content h2 {
  color: #637284 !important;
}

.testimonial-section .testimonial-slider .testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.blog-section .shape {
  top: 11.9% !important;
}

.blog-card .image img {
  height: 210px;
  margin-bottom: 20px;
  border-radius: 12px !important;
}
.sub-menu li a {
    color: #637284 !important;
}
.blog-card .content p {
  height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}

.blog-card .content h3 {
  height: 90px;
}

.blog-card .content h3 a {
  font-size: 20px !important;
}

.content h3 a {
  font-family: "Deni", sans-serif !important;
}

.testimonial-section .testimonial-slider .owl-stage {
  display: flex;
}
.bg-shape{
    display: none !important;
}
.wpo-hero-slider .bg-shape {
  left: -210px !important;
}

.testimonial-section .testimonial-slider .owl-item {
  display: flex;
  height: auto;
}

.wpo-site-header {
  padding: 0px 0px !important;
}

.well-headig {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}

.well-sub-title {
  text-align: center;
  font-size: 35px;
  line-height: normal;
  font-weight: bold;
  color: #637284;
  /* font-style: italic; */
  margin-bottom: 20px;
}

.text-red {
  color: #bf606c !important;
}

.additional-ul li a:hover {
  color: #fff !important;
}

.css-change {
  background-color: transparent !important;
  border-color: transparent !important;
}

.css-change:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

.well-card {
  display: flex;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.cards-inter h3 {
  font-size: 35px;
  font-weight: 400;
  color: #637284;
}

.cards-inter ul {
  list-style: none;
  padding: 0;
}

.cards-inter ul li,
.btns-wrp ul li {

  color: #fefefe;
  font-size: 17px;
  font-weight: 600;
  padding: 4px;
  background-color: #bf606c;
  margin: 10px auto;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 25px;
  width: 80%;
}

.cards-inter ul li:hover  {
  background-color: #bf606c;
  transition: 0.6s;
  cursor: pointer;
  color: #fff;
  border-color: #bf606c;
}
.cards-inter ul li a{
  color: #fff ;
}
.cards-inter ul li:hover a{
  color:#bf606c  !important ;
  
}
.btns-wrp ul li  {
  color: #bf606c ;
  border-color: #bf606c;
  background-color: transparent;
}
.back-to-top{
    background-color: #bf606c !important;
}
 .btns-wrp ul li:hover {
  color: #fff;
  background-color: #bf606c;
} 
.btns-wrp ul li a{
  color: #bf606c !important;
  
}
.btns-wrp ul li:hover a{
  color: #fff !important ;
}
.ostrich-sec {
  position: relative;
  background-color: #fff;
}
.ostrich-mail{
    width: 83% !important; 
    margin: auto;
}
.z-999999 {
  position: relative;
  z-index: 2;
}

.ostrich-bg {
  width: 100%;
  position: absolute;
  top: 10%;
}

.logos-manage {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.wpo-hero-slider {
  height: 530px !important;
}

.ostrich-text {
  color: #637284;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}

.mt_-40 {
  margin-top: -40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}

.mt_-180 {
  margin-top: -180px !important;
  left: 90px !important;
  position: relative;
}

.mt_-150 {
  margin-top: -70px !important;
  right: 80px !important;
  position: relative;
}

.ilustr_img {
  position: relative;
  left: 20px;
  top: -20px;
}




.video-background-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 0px;
}



.slide-content p {
  font-size: 22px;
}

/* .excuses-text{
  text-transform: lowercase;
} */

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.wpo-site-header #navbar>ul li a:hover {
  color: #bf606c !important;
}

.wpo-site-header .header-right .close-form .theme-btn::after {
  background-color: #637284 !important;
}

.video-wrapper video {
  width: 100vw;
  height: 56.25vw;
  /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  color: white;
  padding: 0 20px;
}

.main-heading {
  color: #000;
  font-size: 60px;
  font-weight: 900;

}

.main-box {
  margin: 20px 0;
  /* background-color: #637284a1; */
  padding: 30px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}

.cta-section {
  background: url(../images/slider/010.png) center / cover no-repeat !important;
  padding: 50px 0 50px !important;
}

.testimonial-wrap {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  flex-direction: column !important;
  align-items: center !important;
}

.wpo-site-header .navigation {
  border-radius: 0 !important;
}

/* Hide the "Powered by Google Translate" */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

/* Optional: Clean up spacing */
#google_translate_element {
  font-size: 0;
}

.quotes-heading {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 30px;
}


.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  background-color: #fff;
  border: 1px solid #637284;
  color: #637284;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
}

.tab-btn.active,
.tab-btn:hover {
  background-color: #637284;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-section,
.blog-section-s4 {
  margin-bottom: 0px;
}

.partners-slider {
  padding: 30px 0;
}

.wpo-hero-slider .swiper-button-prev {
  top: 38% !important;
}

.partners-slider img {
  width: 60% !important;
}

.blog-card .content .content_bottom {
  padding: 15px 30px 10px !important;
  position: relative !important;
  bottom: 0 !important;
  width: 100% !important;
  left: 0 !important;
  transform: translateX(0%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  /* transition: all 0.3s ease-in-out; */
  background-color: transparent !important;
  text-align: center !important;
  border-radius: 25px !important;
  max-width: 100% !important;
  color: white !important;
  margin-top: 20px !important;
  justify-content: center !important;
  display: flex !important;
}

.blog-card .content .content_bottom span a,
.blog-card .content .content_bottom span a i {
  color: #637284 !important;
}

.blog-card .content {
  padding: 30px 20px !important;
}

.process-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  overflow: hidden;
  z-index: 0;
}

.wpo-hero-slider .swiper-container {
  width: 87% !important;
  height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  border-radius: 12px !important;
  box-shadow: 1px 0px 10px 5px #00000038 !important;
}

.wpo-hero-slider {
  margin-top: 10px !important;
}

.slider-layer {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: -73px;
  left: 7px;
}

.slider-layer4 {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: -73px;
  right: 7px;
}

.slider-layer2 {
  width: 100%;
  z-index: 999;
  position: absolute;
  bottom: -115px;
  left: 0;
}

.slider-layer3 {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: -110px;
  left: 0;
}

.wpo-hero-slider .slide-sub-title h2 {
  font-size: 45px !important;
  line-height: 60px !important;
  font-weight: 400 !important;
}

.blog-section,
.blog-section-s4 {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}


.pt-150 {
  padding-top: 20px !important;
}
.m-0 {
  margin: 0;
}
.mt-150 {
  margin-top: 150px !important;
}
.text-center {
  text-align: center;
}
.f-42 {
  font-size: 42px !important;
}
.pl-130 {
  padding-left: 130px;
}
.h-100 {
  height: 100%;
}
.p-20 {
padding:0 20px;
}
.j-c {
    justify-content: center;
}
.pt-50 {
  padding-top: 50px !important;
}

.pt-7.5{
    padding-top: 7.5px !important;
}
.read-more-btn {
  padding: 20px;
  border-radius: 50%;
  background-color: #bf606c;
  color: #fff;
  font-size: 12px;
  line-height: normal;
  transition: 0.6s;
}

.read-more-btn:hover {
  background-color: #637284;
  color: #fff;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}
.text-right {
    text-align: right !important;
}

.slide-border-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  /* ensures user can still click through it */
  z-index: 9 !important;
  /* must be higher than content */
  border-width: 20px !important;
  border-style: solid !important;
  border-image: url(../../assets/images/4Sidelyer.png) 30 stretch !important;
  box-sizing: border-box !important;
}

.wpo-hero-slider .slide-inner {
  padding: 0px 20px !important;
}




.footer-menu .sub-menu {
  display: none;
  list-style: none;
  padding-left: 15px;
}

.footer-menu li.open>.sub-menu {
  display: block;
}

.quick-links {
  gap: 18px;
  display: flex;
  flex-direction: column;
}

.preloader {
  background-color: #000 !important;
}

.contact-info li {
  padding: 0px !important;
}

.video-wrp video {
  border-radius: 12px;
  margin: auto;
  width: 100%;
}

.logo-main {
  width: 130px;
  margin-bottom: -50px;
}

.partners-ul {
  padding: 50px 0;
}

.partners-ul li {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.slide-card {
  box-shadow: -1px 4px 13px 0px #00000052;
  border-radius: 25px;
      padding: 0 0 20px 0px;
  transition: 0.6s;
}

.slide-card:hover {
  box-shadow: -1px 4px 13px 0px #0000001c;
  cursor: pointer;
}

.slide-card-content h3 {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  color: #637284 !important;
}

.slide-card-img img {
  /*max-width: 150px;*/
  display: flex;
  margin: auto;
  height: 200px;
    width: 100%;
}
.slide-card-btn{
    padding-inline: 20px;
}
.slide-card-btn a {
  padding: 10px 65px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  background-color: #637284 !important;
}

.drop-cap {
  line-height: 29px !important;
  max-width: 300px;
  font-size: 20px !important;
  text-align: left;
  height: 250px !important;
  overflow-y: auto !important;
  margin-top: 20px !important;
  padding: 10px 15px !important;
}

/*.drop-cap::first-letter {*/
/*  float: left;*/
/*  font-size: 40px;*/
/*  line-height: 29px;*/
/*  font-weight: bold;*/
/*  color: #bf606c;*/
  /* dark red like your image */
/*  margin-right: 8px;*/
/*}*/
.py-10{
  padding: 10px 0px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.br-8 {
  border-radius: 8px;
}
.mt-20 {
  margin-top: 20px !important;
}
.title-summary {
  font-size: 22px;
  text-align: start;
  line-height: 1;
}
  .donation-section {
      max-width: 500px;
      margin: 0 auto;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
    }
 
    .tab-buttons {
      display: flex;
      margin-bottom: 20px;
    }
 
    .tab-buttons button {
      flex: 1;
      padding: 10px;
      cursor: pointer;
      border: 1px solid #ccc;
      background: #f5f5f5;
      font-weight: bold;
      color: #000;
    }
 
    .tab-buttons button.active {
      background: #bf606c;
      color: #fff;
      border-color: #bf606c;
    }
 
    .donation-form {
      display: none;
    }
 
    .donation-form.active {
      display: block;
    }
 
    .amount-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 15px;
    }
 
    .amount-buttons button {
      flex: 1 1 30%;
      padding: 10px;
      border: 1px solid #ccc;
      cursor: pointer;
      background: #fff;
      font-weight: bold;
      color: #000;
    }
 
    .amount-buttons button.active {
      background: #bf606c;
      color: #fff;
      border-color: #bf606c;
    }
 
    .custom-amount {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
 
    .donate-btn {
      width: 100%;
      padding: 12px;
      background: #bf606c;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
    }

.title-summary a{
        text-decoration: underline !important;
            color: #1b46a4;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.widget-title{
        text-align: center;
}
.read-more-none {
  display: none !important;
}
.inner-image {
  width: 45%;

}
.bottom-line{
  
    border-bottom: 2px dotted #000 !important;
 margin: 0px;
 line-height: 0;
}
.female-breast,
.cernival-cancer,
.colon-cancer,
.lung-cancer,
.ovarian-cancer,
.oral-cancer,
.prostate-cancer,
.skin-cancer,
.testicular-cancer,
.heart-cancer,
.diabetes-cancer,
.obesity-cancer,
.stop-smoking,
.exercise,
.eat-healthy,
.lose-weight,
.sun-safe,
.alcohole,
.safer-sex,
.stress {
  background-image: url(../images/female-breast-cancer.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.cernival-cancer {
  background-image: url(../images/Cervical-Cancer.jpg) !important;
}

.colon-cancer {
  background-image: url(../images/colon-cancer.jfif) !important;
}

.lung-cancer {
  background-image: url(../images/lung-cancer.jpg) !important;
}

.ovarian-cancer {
  background-image: url(../images/Ovarian_banner.jpg) !important;
}

.oral-cancer {
  background-image: url(../images/oral-cancer.png) !important;
}

.prostate-cancer {
  background-image: url(../images/prostate-cancer.jpg) !important;
}

.skin-cancer {
  background-image: url(../images/skin-cancer-lede.webp) !important;
}

.testicular-cancer {
  background-image: url(../images/testicular-cancer.png) !important;
}

.heart-cancer {
  background-image: url(../images/SystolicHeartFailureHero.jpg) !important;
}

.diabetes-cancer {
  background-image: url(../images/diabetes-medication-and-testing-tools-on-table-l-dt.webp) !important;
}

.obesity-cancer {
  background-image: url(../images/being_overweight_can_increase_your_risk_liver_cancer_5b56bd0da7.jpg) !important;
}

.stop-smoking {
  background-image: url(../images/Quit-Smoking-Hero-Page-1.jpg) !important;
}

.exercise {
  background-image: url(../images/best-workout-routine-for-gym-beginners-135325.webp) !important;
}

.eat-healthy {
  background-image: url(../images/Cost-of-Eating-Healthy-IB.jpg) !important;
}

.lose-weight {
  background-image: url(../images/hypnosis-for-weight-loss.jpg) !important;
}

.sun-safe {
  background-image: url(../images/2249-cropped.jpg) !important;
}

.alcohole {
  background-image: url(../images/graduacion-del-vino-grados-alcohol.webp) !important;
}

.safer-sex {
  background-image: url(../images/Banner-Background-Condom.jpg) !important;
}

.stress {
  background-image: url(../images/stress-bg.jpg) !important;
}

.content-time span {
  color: #bf606c;
  font-family: "Deni", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
}

.content-time {
  text-align: center;
}

.content-time h3 {
  color: #637284;
  font-size: 55px;
  font-weight: 800;
  line-height: 61px;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.ostrich-heading {
  color: #637284;
  font-size: 55px;
  font-weight: 400;
  line-height: 61px;
  text-transform: capitalize;
  margin-bottom: -100px;
  text-align: center;

}

/* image slider */
.image-slider {
  display: flex;
  flex-flow: column;

  aspect-ratio: 16 / 9;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  container-type: inline-size;
  contain: content;
  background-color: #0006;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 2px 4px,
    rgba(0, 0, 0, 0.25) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 8px 16px,
    rgba(0, 0, 0, 0.15) 0px 16px 32px;
}

.slider__content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.slider-control--button {
  border: 0;
  background: 0;
  outline: 0;
  cursor: pointer;
  place-content: center;
  padding-inline: 3vw;
  z-index: 1;
  display: grid;
}

.icon {
  height: 2rem;
  width: 4rem;
  fill: var(--icon-default);
  border-radius: 50%;
}


.slider-control--button:where(:hover) {
  background-image: linear-gradient(to var(--position),
      #0000 0%,
      #0002,
      80%,
      #0006 100%);

  .icon {
    fill: var(--icon-accent);
    background: #0001;
  }
}

.slider-control--button:active {
  outline: 0.2em solid hsl(204 100 53);
  outline-offset: -0.5em;
}

.prev-button {
  --position: left;
}

.next-button {
  --position: right;
}

.image-display {
  position: fixed;
  inset: 0;
}

.slider-navigation {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
  place-content: center;
  background-color: var(--navigation-color);
  backdrop-filter: blur(6px);
}

.nav-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 0;
  aspect-ratio: 16 / 9;
  transition: filter 150ms linear, scale 266ms ease;
}

.thumbnail {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.top_0 {
  top: 10% !important;
}

.nav-button[aria-selected="true"] {
  scale: 1.1;
}

.nav-button[aria-selected="true"],
.nav-button:focus-visible {
  outline: 0.2em solid var(--active-color);
  outline-offset: 0.2em;
}

.nav-button[aria-selected="false"] {
  filter: opacity(0.7);
}

.nav-button[aria-selected="false"]:where(:hover, :focus-visible) {
  filter: opacity(1);
}

.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.wpo-hero-slider-s2 .slide-inner .slide-content,
.wpo-hero-slider-s2 .hero-inner .slide-content {
  padding-left: 40px !important;
}

@container (max-width: 660px) {
  .nav-button:not(:has(img)) {
    background-color: rgb(241, 235, 232);
  }

  .slider-navigation {
    display: flex;
    justify-content: center;
    padding-block: 1.5em;
  }

  .nav-button {
    inline-size: 0.625rem;
    aspect-ratio: 1;
    border-radius: 50%;
  }

  .nav-button>.thumbnail {
    display: none;
  }

  .nav-button[aria-selected="true"] {
    background-color: black;
    scale: 1.5;
  }
}

/* image slider end */


@media (max-width: 1500px) {
  .main-heading {
    color: #000;
    font-size: 45px;
    font-weight: 900;
  }
}

@media (max-width: 1366px) {
   
    .wpo-site-header #navbar ul{
            gap: 10px !important;
    }
  .pt-150{
    padding-top: 20px !important;
  }


.blog-pg-section .post h3{
    font-size: 32px ;
       
}


  .wpo-site-header #navbar>ul>li>a {
    padding: 30px 5px !important;
    font-size: 15px !important;
  }

  .wpo-site-header .header-right .close-form .theme-btn,
  .wpo-site-header .header-right .close-form .view-cart-btn {
    font-size: 15px !important;
    padding: 10px 25px !important;
  }


}


@media (max-width: 991px) {
    
    .wpo-site-header #navbar{
                background: #000000 !important;
                width: 100% !important;
                overflow-y: auto !important;
    }
}

/* responsive css */
@media(min-width: 768px) {
  .check-section-grid {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/* responsive css */

.wpo-site-header {
  z-index: 9999999;
}


/* Default state (at top) */
.wpo-site-header .navigation {
  position: fixed !important;
  top: 5% !important;
  transition: top 0.3s ease;
  width: 100% !important;
}
/* Scrolled state */
.wpo-site-header.scrolled .navigation {
  top: 4.5% !important;
}
.dropdown:hover .dropdown_menu li {
  display: block;
}

.img-wrp.d{
    align-items: center !important;
}

p.mb-5{
  color: #000 !important;
  opacity: 1;
}
.img-wrp-hd{
    padding: 5px !important;
    /*background-color: #00000052;*/
    text-shadow: 4px 3px 11px #000;
    border-radius: 12px;
    font-size: 42px !important;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
}

.dropdown_menu li {
  display: none;
  color: #fff;
  background-color: #34495e;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}

.dropdown_menu li:hover {
  background-color: #2980b9;
}

.dropdown:hover .dropdown_menu--animated {
  display: block;
}

.dropdown_menu--animated {
  display: none;
}

.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

.dropdown_menu-10 {
  animation: rotateY 300ms ease-in-out forwards;
  transform-origin: top center;
}

.dropdown_menu-1 .dropdown_item-1 {
  transform-origin: top center;
  animation: slideDown 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-1 .dropdown_item-2 {
  transform-origin: top center;
  animation: slideDown 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-1 .dropdown_item-3 {
  transform-origin: top center;
  animation: slideDown 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-1 .dropdown_item-4 {
  transform-origin: top center;
  animation: slideDown 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-1 .dropdown_item-5 {
  transform-origin: top center;
  animation: slideDown 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-1 {
  transform-origin: top center;
  animation: rotateX 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-2 {
  transform-origin: top center;
  animation: rotateX 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-3 {
  transform-origin: top center;
  animation: rotateX 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-4 {
  transform-origin: top center;
  animation: rotateX 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-2 .dropdown_item-5 {
  transform-origin: top center;
  animation: rotateX 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-3 .dropdown_item-1 {
  transform-origin: top center;
  animation: rotateZ 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-3 .dropdown_item-2 {
  transform-origin: top center;
  animation: rotateZ 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-3 .dropdown_item-3 {
  transform-origin: top center;
  animation: rotateZ 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-3 .dropdown_item-4 {
  transform-origin: top center;
  animation: rotateZ 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-3 .dropdown_item-5 {
  transform-origin: top center;
  animation: rotateZ 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-1 {
  transform-origin: top center;
  animation: translateX 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-2 {
  transform-origin: top center;
  animation: translateX 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-3 {
  transform-origin: top center;
  animation: translateX 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-4 {
  transform-origin: top center;
  animation: translateX 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-5 {
  transform-origin: top center;
  animation: translateX 300ms 300ms ease-in-out forwards;
}

@-moz-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-o-keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }

  70% {
    transform: rotateX(20deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }

  70% {
    transform: rotateX(20deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }

  70% {
    transform: rotateX(20deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }

  70% {
    transform: rotateX(20deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@-moz-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }

  80% {
    transform: translateZ(-10px) transLateY(0px);
  }

  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}

@-webkit-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }

  80% {
    transform: translateZ(-10px) transLateY(0px);
  }

  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}

@-o-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }

  80% {
    transform: translateZ(-10px) transLateY(0px);
  }

  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}

@keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }

  80% {
    transform: translateZ(-10px) transLateY(0px);
  }

  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}

@-moz-keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@-moz-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }

  80% {
    transform: rotateY(-10deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }

  80% {
    transform: rotateY(-10deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-o-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }

  80% {
    transform: rotateY(-10deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }

  80% {
    transform: rotateY(-10deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-20deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-20deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@-o-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-20deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }

  50% {
    transform: rotateX(-20deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@-moz-keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }

  80% {
    transform: translateZ(10px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }

  80% {
    transform: translateZ(10px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-o-keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }

  80% {
    transform: translateZ(10px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }

  80% {
    transform: translateZ(10px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@-moz-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-o-keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.slide-card-btn a:hover {
  background-color: #bf606c !important;
}

.blog-img {
  width: 100% !important;
  height: 100% !important;
  /* max-width: 70% !important; */
}

.video-background-section {
  height: 100vh !important;
}

.video-background-section h3 {
  background-color: #637284;
  color: #fff !important;
  padding: 30px 10px !important;
  border-radius: 12px;
  font-size: 30px !important;
  text-align: center !important;
  margin-bottom: 20px;
}

.flex-box {
  display: flex;
  align-items: end;
  margin-top: 50px !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
}

.new_illustration {
  height: 239px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003e5b;
}

.slide-wrp {
  position: relative;
  height: 239px;
  background-color: #637284;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  padding: 10px;
  /*width: 363px;*/
    padding-left: 10px;
}
.mb-0{
  
    margin-bottom: 0px;
    
}
.mb-01{
  margin-bottom: 1rem !important;
}
.slide-wrp-p{
  line-height: 1.3rem;
    padding-top: 20px;
    color: black;

}
.f-17 {
    font-size: 17px !important;
}
.pr-155 {
    padding-right: 155px;
}

.Illustration_btns, .Illustration_btns_1 {
  padding: 10px 20px !important;
  margin: auto !important;
  display: flex !important;
  background-color: transparent !important;
  position: absolute !important;
  bottom: 0 !important;
  transform: translateX(50%) !important;
}
.Illustration_btns_1{
  position: relative;
  transform: translateX(25%) !important;
  text-align: center;
}
.text-theme{
  color: #bf606c;
}

.slide-wrp img {
  height: 100%;
  width: 100%;
}

.new_illustration h3 {
  font-size: 50px !important;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 400;
  /*margin-left:75px ;*/
     font-family: "ITC", sans-serif !important;
}

.container-new {
  width: 90% !important;
  margin: auto !important;
}
.new_addition{
  position: absolute !important;
  bottom: 5% !important;
  transform: translateX(90%);
}
.new_addition a{
   background-color: transparent !important;
  padding: 10px 20px !important;
}
.f-15{
  font-size: 16px !important;
  color: #fff !important;
}
.img-wrp{
  background-image: url(../images/cancer/male-breast-cancer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    width: 100%;
  height: 288px !important;
 border-radius: 25px;
}
.female-bg{
  background-image: url(../images/cancer/female-breast-cancer.jpg);
}
.cervical-bg{
  background-image: url(../images/cancer/cervicalcancer.jpg);
}
.colon-cancer-bg{
  background-image: url(../images/cancer/colon-cencer.jpg);
}
.lungs-cancer-bg{
  background-image: url(../images/cancer/lung-cencer.jpg);
}
.ovarian-cancer-bg{
  background-image: url(../images/cancer/ovarian-cencer.jpg);
}
.oral-cancer-bg{
  background-image: url(../images/cancer/oral-cancer.jpg);
}
.prostate-cancer-bg{
  background-image: url(../images/cancer/prostate-cencer.jpg);
}
.skin-cancer-bg{
  background-image: url(../images/cancer/skin-cancer.jpg);
}
.testicular-cancer-bg{
  background-image: url(../images/cancer/testicular-cencer.jpg);
}
.diabetes{
  background-image: url(../images/cancer/diabetes.jpg);
}
.heart{
  background-image: url(../images/cancer/heart_can.jpg);
}
.obesity{
  background-image: url(../images/cancer/obesity.jpg);
}
.risk_factor{
  background-image: url(../images/risk-factor.jpg) !important;
}

.man-risk-factor{
  background-image: url(../images/self-check/cancers/male-breast-cancer/1.jpg);
}
.men-guidlines{
  background-image: url(../images/self-check/cancers/male-breast-cancer/2.jpg);
}
.how-men{
  background-image: url(../images/self-check/cancers/male-breast-cancer/3.jpg);
}
.men-sign{
  background-image: url(../images/self-check/cancers/male-breast-cancer/4.jpg);
}
.reduce-men{
  background-image: url(../images/self-check/cancers/male-breast-cancer/5.jpg);
}
.woman-risk-factor{
  background-image: url(../images/self-check/cancers/female-breast/1.jpg);
}
.women-guidlines{
  background-image: url(../images/self-check/cancers/female-breast/2.jpg);
}
.how-women{
  background-image: url(../images/self-check/cancers/female-breast/3.jpg);
}
.women-sign{
  background-image: url(../images/self-check/cancers/female-breast/4.jpg);
}
.reduce-women{
  background-image: url(../images/self-check/cancers/female-breast/5.jpg);
}
.stop-smoking-bg{
  background-image: url(../images/cancer/healthy-hebits/stop-smoking.jpg )!important;
}
.exercise-bg{
  background-image: url(../images/cancer/healthy-hebits/exercise.jpg);
}
.eat-healthy-bg{
  background-image: url(../images/cancer/healthy-hebits/eat-healthy.jpg);
}
.lose-weight-bg{
  background-image: url(../images/cancer/healthy-hebits/lose-weight.jpg);
}
.sun-safe-bg{
  background-image: url(../images/cancer/healthy-hebits/sun-safe.jpg);
}
.alcohol-bg{
  background-image: url(../images/cancer/healthy-hebits/alcohal.jpg);
}
.safer-sex-bg{
  background-image: url(../images/cancer/healthy-hebits/safer-sex.jpg);
}
.stress-bg{
  background-image: url(../images/cancer/healthy-hebits/stress.jpg);
}
p.text-white{
    color: #fff !important;
}
.filter-5 {
  filter: brightness(0.5) !important;
}
.footer-btn-bg {
  background-image: url(../images/image9.png);
}
.footer-btn-bg {
  padding: 50px 20px;
    margin-bottom: 20px;
}
  /* .img-wrp img{



  }  */
@media (max-width: 1366px) {
  .pt-130{
          padding-top: 73px !important;
}
  .blog-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 70% !important;
  }

  .wpo-hero-slider .slide-title span,
  .static-hero .slide-title span,
  .wpo-hero-slider-s2 .slide-title span {
    font-size: 18px !important;
  }

  .wpo-hero-slider {
    height: 400px !important;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a{
    padding:2px 15px !important;
    font-size: 16px !important;
  }
  .f-15{
  font-size: 16px !important;
  color: #fff !important;
}
}
.new_addition a:hover{
   background-color: #bf606c !important;
   background: #bf606c !important;
}
.faq-question{
     font-family: "ITC" !important;
 
}

 .responsive-faq-container { width: 100%; max-width: 100%; } 
.faq-question { 
  background: #637284; /* changes the background color */ 
  color: white; /* changes the text color */
  font-size: 20px; /* H3 adujust the question box font size */
  padding: 20px; /* adujust the question box height */
  width: 100%; 
  border: solid 1px; 
  cursor: pointer; 
  text-align: left; 
  display: flex; 
  justify-content: space-between; 
  align-items: center;
}
.faq-answer { 
  display: none; 
  padding: 10px;
  background: #f9f9f9; /* changes the answer background color */
}
.arrow { 
  transition: transform 0.3s ease; 
}
.faq-question.active .arrow { 
  transform: rotate(180deg); 
}
.pt__150{
    padding-top: 150px !important;
}

.dd-l{
    display: block !important;
}
  .dn-l, .header-search-form{
        display: none !important;
    }
    body .uwy.userway_p1 .userway_buttons_wrapper {
    top: 92% !important;
    bottom: auto;
    left: calc(5vw - 21px) !important;
}
    
    @media (max-width: 1366px) {
    .wpo-site-header.scrolled .navigation{
        top: 5.5% !important;
    }
    .wpo-site-header .navigation{
        top: 5.5% !important;
    }
    .mt__80{
            margin-top: 80px !important;
    }
}
    
    
@media (max-width:991px){
    .wpo-site-header #navbar{
        z-index: 8 !important;
                top: 10% !important;
        overflow-x: hidden !important;
    }
    .navbar-brand img{
        display: flex;
        justify-content: start;
    }
    
}    
.d___mb{
    display: none !important;
}
    .mb-display{
        display: none !important;
    }
    .mb-none{
        display: block !important;
    }
    
.slide__1{
    background-image: url(../images/slider/4.jpg);
}
.slide__2{
    background-image: url(../images/slider/1.jpg);
}
.slide__3{
    background-image: url(../images/slider/3.jpg);
}
.slide__4{
    background-image: url(../images/slider/4.jpg);
}
.slide__5{
    background-image: url(../images/slider/5.jpg);
}
/* Adjust for mobile screens */
@media (max-width: 768px) {
    .blog-card .content p, .testimonial-card p{
        text-align: start !important;
    }
    .excuses-text b{
        font-weight: 900 !important;
        color: #e75a6c  !important;
    }
    .mbpt-5{
        padding-top: 3rem !important;
    }
   /*.wrapper-content span{*/
   /*         padding: 0 15px !important;*/
   /* }*/
    .post{
        text-align: end !important;
    }
    .slide__2{
    background-image: url(../images/slider/slider02.png);
}
    .slide__1{
    background-image: url(../images/slider/slider01.png);
}
.slide__3{
    background-image: url(../images/slider/slider03.png);
}
.slide__4{
    background-image: url(../images/slider/slider04.png);
}
 .slide__5{
    background-image: url(../images/slider/slider05.png);
}
    .mb-display{
        display: block !important;
    }
    .mb-none{
        display: none !important;
    }
    .bg-shape{
        display: none !important;
    }
    .contact-form .input-item .fild{
        font-size: 10px !important;
    }
    .contact-form .submitbtn .fild{
        font-size: 18px !important;
    }
    .d___mb{
    display: block !important;
}
    .new_illustration{
            margin-top: 90px !important;
                    margin-bottom: 30px !important;
    }
    .col-md-8  {
        padding: 0 20px;
    }
    .pt-130{
        padding-top: 13px !important;
    }
    .slide-wrp {
        display: none !important;
    }
    .video-wrapper video{
            min-height: 100%;
    min-width: 100%;
    }
        .wpo-site-header #navbar>ul>li>a {
        padding: 15px 5px !important;
        font-size: 15px !important;
    }
    .wpo-site-header.scrolled .navigation {
    top: 12.5% !important;
}
.wpo-site-header #navbar .navbar-nav{
top: 15% !important;
}
.wpo-site-header #navbar .navbar-nav
    .play-btn{
        display: none !important;
    }
    .video-background-section {
  height: 95vh !important;
}
p{
    text-align: center !important;
}
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 80px !important;
        margin-bottom: 0px !important;
    }
    .dn-l{
        display: block !important;
    }
    .dd-l{
    display: none !important;
}
.wpo-site-header .navigation{
    top: 10% !important;
}
  .faq-question {
    font-size: 18px; /* Smaller font for mobile */
  }
  .arrow {
    font-size: 18px; /* arrow size for tablet screen */
  }
  .new-sec-heading {
      font-size: 30px !important;
  }
  .ostrich-heading {
      font-size: 30px !important;
      line-height: 1.2 ;
  }
  .cards-inter h3 {
      font-size: 25px !important;
  }
  .section-title h2{
      line-height: 1.2 !important;
  }
  
  .well-sub-title {
      font-size: 25px !important;
  }
  .ostrich-text {
      font-size: 25px !important;
  }
  .testimonial-card {
          margin: auto !important;
  }
  p.new-summary {
          text-align: center !important;
  }
  .partners-ul li img {
      width: 100px !important;
  }
  .newsletter-s2{
      text-align: center !important;
  }
  .link-widget {
          text-align: center !important;
  }
  .link-widget ul{
      justify-content: center !important;
  }
  .locations-widget {
      text-align: center !important;
  }
  .head-tog {
          display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-direction: row-reverse;
  }
  .navbar-nav {
      margin: 10px !important;
      line-height: 1 !important;
  }
  .head-tog img{
      width: 115px !important;
  }
  .col-md-12.mx-auto.d-flex {
  flex-direction: column ;
 padding: 10px 20px !important;
  
}
.col-md-6.pe-0.p-20 {
  padding-top: 20px !important;
}
.col-md-6.ps-0.p-20 {
  padding-bottom: 20px !important;
}
.slide-wrp {
  text-align: center !important;
    align-items: center !important;
    
}
.f-42 {
    font-size: 28px !important;
    padding: 3px !important;
}
.pe-0 {
    padding: 0 !important;
}
.ps-0 {
    padding: 0 !important;
}
/*.mt-20 {*/
/*    padding: 20px !important;*/
/*}*/
.title-summary {
        text-align: start !important;
}
.joan-jurney-content p {
    flex-direction: column !important;
}
.btn-new {
    width: 40% !important;
    margin-bottom: 40px !important;
    padding: 10px !important;
    font-size: 10px;
}
p.title-summary.d-flex.align-items-center {
    flex-direction: column !important;
}
.img-wrp-hd {
    text-align: center !important;
}
.entry-details  h3 {
    font-size: 25px !important;
}
.blog-pg-section .blog-content .post {
    flex-direction: column !important;
}
.fd-cr{
    display: flex !important;
    flex-direction: column-reverse !important;
}
}

@media (max-width: 480px) {
    .contact-form .input-item{
        gap: 10px !important;
    }
  .faq-question {
    font-size: 16px; /* Even smaller for very small screens */
  }
  .arrow {
    font-size: 16px; /* arrow size for mobile screen */
  }


/* check-css */
.risk_factor h3{
    font-size: 42px !important;
        line-height: 1 !important;
}
.fs-40 {
  font-size: 40px ;
}
.flex-c {
  flex-direction: column !important;
}
.flex-cr {
  flex-direction: column-reverse !important;
}
.px-20 {
  padding-inline: 10px !important;

}
.px-0 {
  padding: 0 !important;
}
.pic-s {
  width: 100% !important;
    display: flex !important;
    justify-content: center;
    margin: auto;
}
.blog-pg-section .post a.read-more {
  font-size: 15px !important;
  color: grey !important;
}
.logo-main{
    width: 80px;
}
.swiper-container{
    margin-left: 25px !important;
}
.cards-inter ul li{
    width: 55% ;
}
.slide-card{
        margin: 10px;
}
.ostrich-sec{
    padding-top: 10px !important;
}

.wpo-hero-slider .slide-sub-title h2{
        font-size: 30px !important;
    line-height: 30px !important;
}
.pt-100{
      padding-top: 30px !important;
  }
.pt-80{
      padding-top: 20px !important;
  }
.pb-020{
    padding-bottom: 0px !important;
}
.pt-030{
    padding-top: 30px !important;
}
.pt-020{
    padding-top: 20px !important;
}
.center-button-bottom{
    left: 0;
    right: 0;
    transform: translateX(45%);
    bottom: 100px !important;
}
.scroll-btn img{
    width: 20px !important;
}
.entry-details p{
        margin-bottom: 1em !important;
            line-height: 1.3 !important;
}
.slide-sub-title p{
    line-height: 1.2em !important;
            text-align: left !important;

}

    .mt-05{
        margin-top: 5px !important;
    }
    .mb-010{
        margin-bottom: 10px !important;
    }
.pb-010{
        padding-bottom: 10px !important;
}
.pb-00{
        padding-bottom: 0px !important;
}
.pt-00{
        padding-top: 0px !important;
}

.pt-010{
        padding-top: 10px !important;
}
.pt-015{
        padding-top: 15px !important;
}
.pb-015{
        padding-bottom: 15px !important;
}
.pb-030{
        padding-bottom: 30px !important;
}
.pt-05{
    padding-top: 5px !important;
}
.mt-00{
    margin-top: 0px !important;
}
.mt-015{
    margin-top: 15px !important;
}
.mb-020{
    margin-bottom: 20px !important;
}
.pt-00{
    padding-top: 0px !important;
}
.mb-00{
    margin-bottom: 0px !important;
}
.tab-btn{
    font-size: 15px;
}
.blog-card .content h3{
    font-family: "ITC", sans-serif !important;
    height: 60px !important;
    font-size: 24px !important;
     margin-bottom: 10 !important;
        
}
.col-md-6.pe-0.p-20{
    padding-top: 0px !important;
}
.new-summary{
        padding: 20px 20px;
        line-height: 1.3 !important;
}
.ostrich-mail{
    width: 100% !important;
}
.cards-inter ul li, .btns-wrp ul li{
    font-size: 13px !important;
}
.slide-card-btn a{
    width: 61%;
            padding: 6px 10px !important;
}
.wpo-hero-slider{
        margin-top: 20px !important;
}
.ostrich-text{
            font-size: 20px !important;
line-height: 30px;
}
.wpo-site-header.scrolled .navigation{
    top: 6% !important;
}
.wpo-site-header .navigation{
    top: 6% !important;
}
.Illustration_btns, .Illustration_btns_1{
    transform: translateX(0%) !important;
}
.entry-details, .entry-media{
    width: 90%;
}
.sel-subtitle{
    text-align: center;
}
.px-010{
    padding-inline: 10px;
}
.inner-para{
    text-align: left !important;
        line-height: 1.3 !important;
}
.entry-details h3{
    text-align: center !important;
}

.entry-details {
    padding-top: 1.5rem !important;
            padding-bottom: 20px;
}
.df-wrp{
    flex-wrap: wrap !important;
}
.credit{
    position: relative;
    top: -80px;
    z-index: 8;
    font-size: 14px;
    padding-right: 40px !important;
}

}


@media (max-width: 400px){
     .wpo-site-header .navigation {
        top: 9.5% !important;
    }
        .wpo-site-header.scrolled .navigation {
        top: 9.5% !important;
    }
}
@media (max-width: 399px){
     .wpo-site-header .navigation {
        top: 11.5% !important;
    }
        .wpo-site-header.scrolled .navigation {
        top: 11.5% !important;
    }
}
.f__28{
    font-size: 28px !important;
    line-height: 1.2;
}
