.welln {
    background-size: cover;
    border-radius: 10px;
    background-color: #00000065;
    background-blend-mode: overlay;
}

.welln h4 {
    text-align: center;
    padding: 25px 0px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans';
    margin-bottom: 0px;
}

.project-single-img_box {
    padding-bottom: 25px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    border: none;
    padding: 30px;
    margin-bottom: 55px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}

.widget-recent-post .recent-post-list-li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.widget-recent-post .recent-post-list-li {
    transition: all .3s ease-in-out;
}

.widget-recent-post .recent-post-list-li {
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    padding-bottom: 18px;
    line-height: 26px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}

.rads .btn-check:checked+.btn {
    color: var(--bs-btn-active-color);
    background-color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}

input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}
/* ------------------------------------ */
.flipy .wrapper{

  margin: 0 auto;
}

.flipy .cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.flipy .container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
            margin-bottom: 23px;
}
.flipy .front{
    background-color: #fff;
}
.flipy .front,
.flipy .back{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
    margin-top: 0px;
}

.flipy .back{
  background: #cedce7;
background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    background-image: linear-gradient(to bottom, rgb(12, 124, 187) 46%, rgb(0, 177, 108) 100%);
}

/* .flipy .front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
} */
.flipy .container:hover .front,
.flipy .container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flipy .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.flipy .back p{
        color: #fff;
        font-weight: 400;
        font-size: 16px;
}
.flipy .back a{
    font-size: 15px;
    background: #fff;
    padding: 8px 12px 10px 12px;
    line-height: normal;
    border-radius: 42px;
    transition: all ease-in-out .3s;
}
.flipy .back a:hover{
    background-color: var(--pbmit-bkl-color);
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
}
.flipy .inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
      padding: .5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
    
    
}

.flipy .container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flipy .container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flipy .container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flipy .container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}


.flipy .front .inner p{
      color: #031b4e;
    font-weight: 600;
    font-size: 17px;
line-height: normal;
    margin-bottom: 0;
}
.flipy .front .inner img{
       height: 130px;
    width: auto;
    object-fit: contain;
    margin-bottom: 30px;
}
.flipy .front .ayush{
position: absolute;
    right: 0;
    top: 0;
    background: var(--pbmit-green-color);
    margin-bottom: 0;
    font-size: 15px;
    line-height: normal;
    padding: 4px 13px;
    border-radius: 0px 9px 0px 8px;
    color: #fff;
    text-transform: uppercase;
}
.flipy .front .hfw{
position: absolute;
    right: 0;
    top: 0;
 background-color: var(--pbmit-global-color);
    margin-bottom: 0;
    font-size: 15px;
    line-height: normal;
    padding: 4px 13px;
    border-radius: 0px 9px 0px 8px;
    color: #fff;
    text-transform: uppercase;
}

    /* Make flipy grid use five columns per row on large screens */
    @media (min-width: 1200px) {
      .flipy .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
                gap: 1rem;
      }

      /* target the bootstrap column used in this section and give it 20% width */
      .flipy .col-md-3{
        flex: 0 0 calc(25% - 1rem);
        max-width: calc(25% - 1rem);
      }
    }
        @media (min-width: 1200px) and (max-width: 1400px) {
             .flipy .col-md-3{
        flex: 0 0 calc(25% - 1rem);
        max-width: calc(25% - 1rem);
      }
        }
          @media (min-width: 1400px){
            .flipy .col-md-3{
        flex: 0 0 calc(20% - 1rem);
        max-width: calc(20% - 1rem);
      }
          }
    @media (max-width: 1366px){
    .flipy .container{
        padding: 0 1px!important;
    }
}
@media screen and (max-width: 64rem){
  .flipy .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .flipy .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .flipy .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.radiox{
    background: #dddbdb;
    padding: 12px 11px;
    margin-bottom: 18px;
    border-radius: 50px;
}
.radiox label{
          font-weight: 600;
    color: #031b4e;
    font-size: 17px;

}
        /* Make the .hyu row have a red background and visually ignore headex side padding */
       .hyu {
            background: #0c7cbb; /* red (close to bootstrap danger) */
            margin-left: -50px; /* cancel parent's left padding */
            margin-right: -50px; /* cancel parent's right padding */
            padding-left: 50px; /* keep inner content aligned with other elements */
            padding-right: 50px;
        }

        /* Optional: keep background edge-to-edge on very small viewports */
        @media (max-width: 576px) {
          .hyu {
                margin-left: -15px;
                margin-right: -15px;
                padding-left: 15px;
                padding-right: 15px;
            }
        }

           #loader-wrapper {
            position: fixed;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .loader {
            border: 8px solid #f3f3f3;
            border-top: 8px solid #7C9C32;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

.blockquotenew {
  border: 0;
  padding: 40px 70px 40px 145px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400 !important;
  margin: 35px 0;
  position: relative;
  letter-spacing: 0px;
  border-radius: 30px;
  font-style: normal;
  color: var(--pbmit-blackish-color);
  background-color: var(--pbmit-white-color);
  font-family: var(--pbmit-heading-typography-font-family);
}
.highlightData {
    background-color: yellow;
    color: black;
    padding: 2px 4px;
}
