/*
 Theme Name: Paarami Theme Child
 Theme URI: https://www.paarami.com/
 Description: A child theme of Paarami Theme.
 Author: Paarami
 Author URI: https://www.paarami.com/
 Template: paarami
 Version: 1.0.0
*/
* {
    letter-spacing: 0!important;
}
label.forminator-label--forminator-error,
.forminator-error.forminator-accessible,
.forminator-description,
body p:empty,
.fancybox-toolbar button,
.fancybox-navigation,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-description span,
.fancybox-infobar,
html body .hidden,
body header,
.hidedesktop{display:none!important;}
body .forminator-ui,
.fancybox-toolbar button.fancybox-button--close{display:block!important;}
html body p {
    margin: 0 0 15px!important;
    line-height: 1.4;
}

select,
select option,
.forminator-input::placeholder,
.forminator-textarea::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
button, input, optgroup, select, textarea,
select{
    color: #000 !important;
    opacity: 1 !important;
    box-shadow: 0px 1px 4.8px 1px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    height: 50px;
    padding: 0 15px!important;
    width: 100%;
    font-weight: 400 !important;
}
body select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 0 10px!important;
    background: url(https://paramedical.nysahealthcare.com/wp-content/uploads/2025/04/select-arrow.webp) no-repeat right 15px center;
    background-size: 18px;
}
body .forminator-error-message {
    color: red;
    top: 5px;
    position: relative;
}
.forminator-select-dropdown .select2-selection__placeholder {
    color: #000 !important;
}
textarea::placeholder,
input::placeholder,
select::placeholder,
.forminator-input::placeholder,
.forminator-textarea::placeholder,
.forminator-select-dropdown .select2-selection__placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
/* For the select dropdown placeholder */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 18px !important;
}
/* For the dropdown options */
.select2-results__option {
    color: #000 !important;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 15px!important;
    font-weight: 400;
}
html body h2{
    font-size: 24px;
}
html body h3{
    font-size: 20px;
}
html body h4{
    font-size: 16px;
 line-height: 1.3;
}
html body h6,
html body h5,
html body h4,
html body h3,
html body h2,
html body h1 {
    line-height: 1.2;
    font-weight: 700;
    color: #222222;
    margin: 0;
    letter-spacing: 2px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
html body h1 {
    margin: 0;
    color: #9A0B4D;
 line-height: 1.2!important;
        font-size: 50px;
        font-weight: 700;
}
body main .entry-content{
    padding: 0!important;
}
body main .fluid-container{
    max-width: 100% !important;
}
.w-100{
    width: 100%;
}
.aligncenter{
    text-align: center;
}
.grid-container {
	display: grid;
    gap: 0 6%;
}
body {
  font-family: "DM Sans", sans-serif;
	margin: 0;
	padding: 0px;
    color: #252525;
}
body a {
    text-decoration: none;
    color: #252525;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
html body .forminator-button-submit,
html body #main-content section .forminator-ui .forminator-button-submit,
body #riskfree .riskf-inner button,
body #eventwrp .event-inner button,
.forminator-ui.forminator-design--default .forminator-button-submit,
html body .sitebtn a {
    background: #9a0b4d !important;
    font-size: 20px !important;
    padding: 10px 25px;
    color: #ffffff !important;
    display: inline-block !important;
    width: 100% !important;
    font-weight: 600 !important;
    border-radius: 4px;
    text-transform: uppercase !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
html body .forminator-button-submit:hover,
body #eventwrp .event-inner button:hover,
.forminator-ui#forminator-module-292.forminator-design--default .forminator-button-submit:hover,
html body .sitebtn a:hover {
    background: #011C3F !important;
    color: #fff!important;
}
html body .sitebtn {
    display: block;
}
img {
    height: auto;
}
b, strong {
    font-weight: 600!important;
}
.owl-carousel .owl-nav {
    position: static;
    top: unset;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(0%);
    display: flex;
    max-width: max-content;
    margin: 0 auto!important;
    justify-content: center!important;
    text-align: center;
}
body .owl-nav button{
    top: -30px!important;
    color: #8c8c8c!important;
    font-size: 70px!important;
}
body .owl-nav button.owl-prev{
    right: 60px!important;
}
body .owl-nav button.owl-next{
    left: 60px!important;
}
html body .owl-carousel button.owl-dot {
    padding: 7px !important;
    background: #000;
    margin: 0 7px;
    border-radius: 50px;
}
html body .owl-carousel button.owl-dot.active {
    background: #00aeef;
}
.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
    background: red!important;
    color: #000!important;
    outline-width: 0px!important;
    outline-style: unset!important;
}
.owl-theme .owl-nav *,
.owl-theme .owl-dots .owl-dot {
    margin: 0!important;
}
body .owl-dots {
    text-align: center;
}
body .owl-carousel .owl-nav button.owl-next, 
body .owl-carousel .owl-nav button.owl-prev {
    padding: 0 15px!important;
    background: #ffffff;
    line-height: 1;
}
body .owl-carousel .owl-nav button span {
    line-height: 1;
    height: 59px;
    font-size: 53px;
    color: #fff;
    opacity: 0;
}
.owl-carousel .owl-stage-outer {
    background: url(/wp-content/uploads/2024/11/quotes.svg) no-repeat top right 30px;
}
html body #main-content section .owl-carousel .owl-nav button:focus,
html body #main-content section .owl-carousel .owl-nav button.owl-next, 
html body #main-content section .owl-carousel .owl-nav button.owl-prev {
    padding: 0 15px!important;
    background: url(/wp-content/uploads/2025/04/r-arrow.webp) no-repeat!important;
    line-height: 30px;
    height: 55px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #fff!important;
    box-shadow: none;
}
html body #main-content section .owl-carousel .owl-nav button.owl-prev {
    background: url(/wp-content/uploads/2025/04/l-arrow.webp) no-repeat!important;
    box-shadow: none;
}
body .lpfpcslider .owl-carousel .owl-nav {
    margin: 50px auto!important;
}
.owl-stage-outer .stars2 img{
	width: auto;
}
.grid-colums4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-colums5 {
    grid-template-columns: repeat(5, 1fr);
}
.counterwrp .grid-colums3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 0%;
}
.counterwrp .container .grid-colums3{
    padding: 40px;
    border-radius: 20px;
    background: #262626;
}
.counterwrp{
    font-size: 45px;
    font-weight: 600;
}
html  body #counterwrp .counter-inner h4 {
    font-weight: 400!important;
    font-size: 16px!important;
}
.counterwrp .counter:after {
    content: "+";
}
.counterwrp.counter2 .counter:after {
    content: "";
}
.counterwrp.counter4 .counter:after {
    content: "%";
}
.limitedseats,
.whatlearn{
    background: #222222;
}
body .videowrp h2 {
    font-size: 28px;
    font-weight: 500;
}
.whatlearn .inner p {
    margin: 15px auto 0!important;
}
.reviewswrapper .box{
    padding: 40px;
    background: #ECECEC;
    border-radius: 10px;
}
.faqs summary {
    cursor: pointer;
    list-style-type: none;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px
}
.faqs details>summary::-webkit-details-marker {
    display: none
}
.faqs details>summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 11px;
    background: url(/wp-content/uploads/2025/04/faqs-arrow.webp) right 10px no-repeat!important;
    height: 20px;
    width: 20px;
    background-size: 14px!important;
}
.faqs details summary {
    border: 1px solid #000000;
    margin-bottom: 20px;
}
.faqs details[open]>summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 11px;
    background: url(/wp-content/uploads/2025/04/faqs-arrow.webp) right 10px no-repeat!important;
    height: 20px;
    width: 20px;
    background-size: 14px!important;
}
.faqs details[open] {
    margin-bottom: 20px;
    padding: 0
}
.faqs details[open] div {
    padding: 0px
}
.review-head p {
    margin-bottom: 0px!important;
}

/* Popup styling */
#exit-popup {
	display: none;
	/* Initially hidden */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
#popup-content {
	background: #fff;
	padding: 20px;
	max-width: 600px;
	width: 100%;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
#popup-content h2 {
	margin-bottom: 10px;
}
html body .close-popup {
    background-color: #262626;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff !important;
    border-radius: 100px !important;
    position: absolute;
    top: -12px;
    right: 8px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html body .close-popup:hover {
	background-color: #FFFFFF!important;
}
html body .banner-inner .container3 *,
.whitetext *,
html body .close-popup:hover a,
.thankyou h5 b,
.happy-inner .innerbtm *,
.happy-inner .innerbtm h4,
body .countdownwrpblck .countdownwrp .grid-colums3 >p {
    color: #fff!important;
}
html body .stickybtn.freezbtn {
    position: fixed;
    bottom: 0;
    width: 100vw!important;
    z-index: 9999;
    display: block!important;
        background: #eee;
        padding: 10px 2px;
    text-align: center;
}
html body .stickybtn.freezbtn {
    position: fixed;
    bottom: 0;
    width: 100vw!important;
    z-index: 9999;
    display: block!important;
        background: #eee;
        padding: 10px 2px;
    text-align: center;
}
body .countdownwrp *{
    margin-bottom: 0!important;
}
body .countdownwrp .grid-colums3{
    align-items: center;
} 
body .countdownwrp {
    background: #eee;
    padding: 20px 2px;
    text-align: center;
}
body .countdownwrp .countdown-element {
    background: #222;
    border-radius: 10px;
    color: #fff;
    width: 100px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
body .countdownwrp .countdown-element .countdown-numbers{
    font-size: 30px!important;
    color: #FFFFFF!important;
    font-weight: 700;
    line-height: 1;
}
body .copy_write ul,
body .countdown-container{
    margin: 0 auto;
}
body .copy_write {
    padding: 20px 20px 140px;
    background: #D6D6D6;
}
body .copy_write ul{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2vw;
}
body .countdownwrp .grid-colums3 {
    gap: 0 2%;
}
html body .thankyou h1 {
    color: #222222!important;
}
body .thankyou h4 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
}
.thankyou h5 {
    font-size: 22px;
    line-height: 1.4;
}
body .countdownwrpblck .stickytitle,
.endofwebinar .innerbox:hover * {
    color: #fff !important;
}
body div .countdownwrpblck,
body div .countdownwrpblck .countdownwrp {
    background: #222;
}
body .countdownwrpblck .countdown-element {
    background: #fff;
    color: #222;
}
body .countdownwrp .grid-colums3 >p {
    text-align: left;
    font-size: 25px!important;
    color: #262626!important;
}
body .forminator-ui {
	margin-top: 0!important;
}
body .pum-container .pum-title,
body .forminator-ui .popmake-title{
	margin: 0!important;
}
.pum-theme-281 .pum-title, .pum-theme-lightbox .pum-title {
    font-weight: 500!important;
}
html body .stickybtn.freezbtn {
    left: -10px;
}
html body #bannerwrp .banner-inner button {
	background: #fff!important;
    color: #1C1C1C!important;
}
html body #bannerwrp .banner-inner button:hover {
	background: #FFBC2B!important;
}
body #bannerwrp {
    background: url(/wp-content/uploads/2025/02/banner_bg.webp) no-repeat;
    background-size: cover;
}
#abtfoundation .colm .inner {
    background: #eee;
    padding: 30px 50px 10px;
    border-radius: 20px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#abtfoundation .eventwrp,
#abtfoundation .container {
    max-width: max-content!important;
}
#abtfoundation .eventwrp,
#abtfoundation .container {
    max-width: max-content!important;
}
body #riskfree .riskf-inner button:hover,
body #bannerwrp .banner-inner .container4 button:hover,
body #bannerwrp .banner-inner .container2 button:hover,
.banner-inner .container1 button{
    background: #fff!important;
}
.banner-inner .container1 button:hover{
    background: #fff!important;
    color: #1C1C1C!important;
}
body #bannerwrp .banner-inner .container4 button,
body #bannerwrp .banner-inner .container2 button{
    background: #FFBC2B!important;
}
.rating-inner .colm1 .inner {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222222;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
}
.rating-inner .slide-wrp .inner1{
    width: max-content;
    grid-template-columns: auto auto;
}
.rating-inner .slide-wrp .inner2 p{
    margin: 20px 0 0px!important;
}
.rating-inner .slide-wrp{
    background: #eee;
    padding: 30px;
    border-radius: 10px;
}
.lpGreviewslider .rating-inner .slide-wrp{
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.parent-reviews .slide-wrp{
background: #F3F3F3;
border-radius: 10px;
    padding: 30px;
}
.parent-reviews .slide-wrp .grid {
    grid-template-columns: 20% auto;
}
.parent-reviews .slide-wrp  {
    min-height: 410px;
}
.happy-inner .colm .inner {
    position: relative;
}
body .happy-inner .container3 {
    max-width: max-content!important;
}
.happy-inner .innerbtm {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #fff;
    max-width: 250px;
}
body .event-inner{
    background: url(/wp-content/uploads/2025/02/eventbg.webp) no-repeat;
    background-size: cover;
}
body .event-inner .colm{
    max-width: max-content;
    margin: 0 auto;
    background: #eee;
    padding: 50px;
    border-radius: 20px;
}
body .event-inner .colm h4,
body .event-inner .colm h3{
    margin: 0!important;
    line-height: 1.4;
}
body .event-inner .colm .inner {
    margin-bottom: 20px!important;
}
body .riskf-inner{
    background: url(/wp-content/uploads/2025/02/riskfreebg.webp) no-repeat;
    background-size: cover;
}
body .riskf-inner h2{
    margin-bottom: 20px!important;
}
body .riskf-inner .colmrht img{
    max-width: 400px;
    margin: 0 auto;
}
#whtulearn .whtlearn-inner .colm p,
#whtulearn .whtlearn-inner .colm ul li,
body .riskf-inner h2,
body .counter-inner *{
    color: #fff!important;
}
body .yellowbg {
    max-width: 700px!important;
}
body .yellowbg .inner {
    background: #FFBC2B !important;
    padding: 30px 80px;
    border-radius: 10px;
}
.banner-inner ul li {
    position: relative;
    padding-left: 25px;
}
.banner-inner ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 14px;
    height: 14px;
    border: solid 2px #E4FDBF;
    background: #65A20B;
    border-radius: 100px;
}
body #bannerwrp .banner-inner .container1 button {
    font-size: 22px!important;
    padding: 12px 24px;
}
body .event-inner h3 span,
body #bannerwrp .banner-inner h1 span {
    background: #E20B0B;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff;
}
body #bannerwrp .banner-inner .container2 .ctawrp {
    max-width: max-content;
    text-align: center;
    margin: 20px 0 0 !important;
}
body #bannerwrp .banner-inner .container4 p,
body #riskfree .riskf-inner .innercta p,
body #eventwrp .event-inner .cta-link p,
body #bannerwrp .banner-inner .container2 .ctawrp p {
    font-size: 16px !important;
    margin: 10px 0 0!important;
}
#whtulearn .whtlearn-inner .colm{
    background: #0A1757;
    padding: 50px;
    border-radius: 10px!important;
}
#whtulearn .whtlearn-inner .colm h4 {
    color: #FFBC2B!important;
    margin: 25px 0 10px;
}
#whtulearn .whtlearn-inner .colm li b {
    display: block;
}
#whtulearn .whtlearn-inner .colm ul {
    list-style: disc!important;
    padding-left: 20px!important;
}
#whtulearn .whtlearn-inner .colm ul li{
    margin-top: 20px!important;
}
#whtulearn .whtlearn-inner .colm p {
    font-size: 16px!important;
}
#whytojoin .why-inner .inner {
    grid-template-columns: auto auto!important;
    align-items: center;
}
#whytojoin .why-inner .inner1 img {
    width: auto!important;
}
#main-content section ul{
    list-style: disc!important;
    padding-left: 20px!important;
}
#ourtrainer .trainer-inner .grid {
    align-items: center!important;
}
#ourtrainer .trainer-inner .container {
    max-width: 900px !important;
}
#testimonials .testim-inner .slide-item .inner,
#ourtrainer .trainer-inner h4 {
    margin-bottom: 15px;
}
#reviews .container1 img {
    max-width: 400px;
    width: 100%;
}
.rating-inner .owl-nav {
    margin-top: 30px!important;
}
.certificate-inner .container img {
    max-width: 800px!important;
    width: 100%;
}
body #riskfree .riskf-inner .innercta {
    max-width: max-content;
    text-align: center;
}
body .awards-inner .container h4 {
    text-align: center;
    font-size: 18px!important;
    margin-top: 15px;
}
body .faqs .grid {
    gap: 0px 20px;
}
body #main-content section.copy_write .container ul,
#main-content section#bannerwrp .container2 ul {
    list-style: none!important;
    padding-left: 0px!important;
}
.happy-inner .innerbtm p {
    font-size: 16px!important;
    margin-top: 12px!important;
}
#testimonials .testim-inner .owl-carousel .owl-nav.disabled {
    display: flex;
    max-width: max-content;
}
.happy-inner .container {
    max-width: max-content!important;
}
html body .rupee {
    font-size: 23px!important;
}
html body .banner-inner .container3 {
    max-width: 900px!important;
}
html body .banner-inner .container3 h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 10px;
}
body .copywrite2 p{
    font-size: 11px !important;
    margin: 0!important;
}
body .copywrite2 {
    margin-top: -15px;
}
html body #main-content section button {
    background: #9A0B4D!important;
    color: #fff!important;
    max-width: max-content;
}
html body #main-content section button:hover {
    background: #011C3F!important;
}
.lpprogressbarwrp .skill-bars {
  max-width: 600px;
  margin: 30px auto;
}
.lpprogressbarwrp .skill {
  margin-bottom: 20px;
}
.lpprogressbarwrp .label {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 5px;
}
.lpprogressbarwrp .bar {
  background: #e0e0e0;
  height: 1px;
  border-radius: 10px;
  overflow: hidden;
}
.lpprogressbarwrp .fill {
  height: 100%;
  width: 0;
  background: #9A0B4D; /* Tailwind blue-500 */
  border-radius: 10px;
  transition: width 2s ease;
}
.lpprogressbarwrp .count {
	opacity: 1;
}
.lpprogressbarwrp .skill1 .count {
    opacity: 1;
}
.partnerswrp .inner.hidemobile img{
    margin: 0 auto;
}
body #main-content .logowrp a,
body #main-content .logowrp ul {
    list-style: none!important;
    display: flex;
    gap: 10px;
    padding: 0!important;
}
body #main-content .logowrp ul {
    gap: 0 30px;
}
body #main-content .logowrp a{
    align-items: center;
}
body #main-content .logowrp .grid{
    grid-template-columns: 20% 78%;
    gap: 2%;
}
body #main-content .logowrp .grid .colmrht{
    display: flex;
    justify-content: end;
    align-items: center;
}
body .lpbannerwrp {
    background: url(https://paramedical.nysahealthcare.com/wp-content/uploads/2025/04/nysahealthcare12.webp) no-repeat center;
    background-color: rgb(255 255 255 / 90%);
    background-blend-mode: overlay;
}
body .lpbannerwrp .grid {
    align-items: center;
}
body .lpbannerwrp .grid .inner{
    display: grid;
    gap: 20px 0;
}
body .lpbannerwrp .grid .inner{
    display: grid;
    gap: 20px 0;
}
html body .logowrp h4 {
    font-size: 25px!important;
}
html body .lpformwrp {
    background: url(/wp-content/uploads/2025/04/nysahealthcare12bg.webp) no-repeat;
    padding: 80px 0;
    color: #fff;
}
html body .lpformwrp .grid {
    align-items: center;
}
html body .lpformwrp .formhead {
    text-align: center;
    padding: 15px;
    background: #9A0B4D;
    border-radius: 10px 10px 0 0;
}
html body .lpformwrp .formhead h4{
    font-size: 25px !important;
    color: #fff!important;
}
html body .lpformwrp .colmlft * {
    color: #fff;
}
html body .lpformwrp .colmlft ul {
    margin-bottom: 30px;
}
html body .lpformwrp .lpform {
    border-radius: 10px;
    background: #fff;
    padding: 15px 30px 10px;
}
html body .lpcounterwrp {
    background: #9a0b4d;
    padding: 30px 0 40px;
    color: #fff;
}
html body .lpcounterwrp h4 {
    color: #fff;
}
html body .lpwhatpc {
    padding: 100px 0;
}
html body .lpwhychoosepc {
    padding: 0 0 100px;
}
html body .lpwhychoosepc .grid,
html body .lpwhatpc .grid {
    align-items: center;
}
html body .lpwhoapplywrp {
    padding: 120px 0 80px;
}
html body .lpwhoapplywrp .inner,
html body .lpwhychoosepc .inner,
html body .lpwhatpc .inner {
    display: grid;
    gap: 20px 0;
}
html body .lpwhoapplywrp .inner ul,
html body .lpwhychoosepc .inner ul,
html body .lpwhatpc .inner ul{
    margin-bottom: 10px;
}
html body .container h2 b{
    display: block;
    font-weight: 700!important;
    color: #9A0B4D;
}
html body .lpwhoapplywrp li,
html body .lpwhychoosepc li,
html body .lpwhatpc .colmlft li {
    list-style-type: none;
    background: url(https://paramedical.nysahealthcare.com/wp-content/uploads/2025/04/r-tick.webp) no-repeat left top 7px;
    padding-left: 25px;
}
html body .lpfpcslider .slide-item .slide-wrp h5 {
    margin-bottom: 10px;
}
html body .lpfpcslider .slide-wrp {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
html body .lpfpcslider .text-box {
    padding: 20px 30px 30px;
}
html body .lpwhoapplywrp .innerwrp{
    background: #11192A;
}
html body .lpwhoapplywrp .colmrht2 .innerwrp{
    background: #9A0B4D;
}
html body .lpwhoapplywrp .innerwrp p {
    margin: 0px!important;
}
html body .lpwhoapplywrp .innerwrp .inner1{
    padding: 40px 20px ;
    color: #fff;
    min-height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html body .lpwhoapplywrp .innerwrp h2{
    font-size: 30px;
    color: #fff;
}
html body .lpwhoapplywrp .colmrht2{
    position: relative;
    top: -28px;
}
html body .lpwhoapplywrp .colmrht2 img{
    transform: scale(1.01, 1.04);
}
html body .lpprogressbarwrp{
    background: #11192a;
    color: #fff;
}
html body .lpprogressbarwrp{
    background: #11192a;
    color: #fff;
    padding: 80px 0 150px;
}
html body .lpprogressbarwrp b,
html body .lpprogressbarwrp h2{
    color: #fff!important;
}
html body .lpprogressbarwrp h2{
    margin-bottom: 10px!important;
}
/* html body .lpGreviewslider .rating-inner .container1{
    margin: -90px auto 60px;
} */
html body .partnerswrp {
    padding: 80px 0 30px;
}
html body .partnerswrp .container {
    margin-bottom: 100px!important;
}
html body .parent-reviews .container h2,
html body .partnerswrp .container2 h2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 80px!important;
    margin-bottom: 30px!important;
}
html body .parent-reviews .container h2{
    margin-top: 0px!important;
}
html body .parent-reviews .container h2,
html body .partnerswrp h2 {
    margin-bottom: 30px!important;
}
html body .footerwrp {
    background: #11192A;
}
html body #main-content section.footerwrp ul {
    display: flex;
    justify-content: end;
    padding: 0px!important;
    height: 100%;
    list-style-type: none!important;
    gap: 0 20px;
}
html body .footerwrp .grid {
    padding: 15px!important;
    align-items: center;
}
html body .footerwrp p {
    margin-bottom: 0px!important;
    color: #fff!important;
    font-size: 16px !important;
}
html body .Alumniwrp {
    padding: 0px 0 80px;
}
html body .Alumniwrp h2 {
    color: #9A0B4D!important;
    margin-bottom: 30px!important;
}
html body .Alumniwrp .slide-wrp {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 10px!important;
}
html body .Alumniwrp .slide-wrp .text-inr {
    padding: 30px 30px 10px;
}
html body .Alumniwrp .slide-wrp .text-inr {
    padding: 30px 30px 10px;
}
.pum-theme-281 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    padding: 0!important;
    color: #ffffff!important;
}
html body .whychoosenew {
    background: #001B3F;
    color: #ffffff!important;
}
html body .whychoosenew h2{
    color: #ffffff!important;
    margin-bottom: 20px!important;
}
html body .whychoosenew .innerbox {
    padding: 10px 15px;
    border: solid 1px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
background: rgba(255, 255, 255, 0.1);
}
html body .whychoosenew .innerbox:nth-child(odd) {
    background: rgba(255, 255, 255, 0.2);
}
html body .whychoosenew .container.text-center{
    margin-bottom: 80px;
}
html body .whychoosenew .colmup{
    margin-top: -40px;
}
html body .ourpresncewrp .container1 p {
    max-width: 800px;
    margin: 20px auto 50px!important;
}
html body .ourpresncewrp img{
    margin: 0 auto 10px!important;
}
html body .ourpresncewrp h3{
    margin-bottom: 25px!important;
    font-size: 20px!important;
    font-weight: 600;
}
html body .ourpresncewrp h4{
    margin-bottom: 15px!important;
    font-size: 18px!important;
    font-weight: 600;
}
html body .ourpresncewrp .container3 {
    max-width: 1000px!important;
    margin-top: 60px;
}
html body .ourpresncewrp .grid{
    gap: 30px;
}
body #main-content section.lpfpcslider .text-box ul {
    list-style: none!important;
    padding-left: 0px!important;
}
body .lpfpcslider .text-box ul li {
    background: url(https://paramedical.nysahealthcare.com/wp-content/uploads/2025/05/diploma.svg) no-repeat left top 5px;
    padding-left: 30px;
}
body .lpfpcslider .text-box ul li:last-child {
    background: url(https://paramedical.nysahealthcare.com/wp-content/uploads/2025/05/career_opportunities.svg) no-repeat left top 5px;
    padding-left: 30px;
}
.solutionmainwrp .oursolutionwrp .grid-colum5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
html .page-id-176 {
    background: url(https://paramedical.nysahealthcare.com/wp-content/uploads/2025/04/nysahealthcare12.webp) no-repeat center 120px;
    background-color: rgb(255 255 255 / 90%);
    background-blend-mode: overlay;
}
body #main-content .footeraddinforwrp ul {
    list-style: none!important;
    padding: 0!important;
}
body #main-content .footeraddinforwrp ul li a{
    display: flex;
    gap: 10px;
    align-items: center;
}
body #main-content .footeraddinforwrp {
    background: #11192a;
    color: #fff;
    padding: 70px 0 30px;
}
body #main-content .footeraddinforwrp h4{
    font-size: 18px!important;
    margin-bottom: 15px;
}
body #main-content .footeraddinforwrp a,
body #main-content .footeraddinforwrp p{
    font-size: 16px!important;
}
body #main-content .footeraddinforwrp *{
    color: #fff!important;
}
body #main-content .footeraddinforwrp li img {
    filter: brightness(100);
    max-width: 16px;
}
body #main-content .lpbannerwrp h1{
    margin-left: -3px;
}




@media (min-width: 769px) {
body .whatlearn .container{
    max-width: 999px;
}	
html body h1 {
    line-height: 1.5;
}
.rating-inner .slide-wrp {
    min-height: 370px;
}	
body section#bannerwrp .container2 .grid {
    align-items: center;
}
body .counter-bg {
    background: url(/wp-content/uploads/2025/02/counterbg.webp) no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 500px;
    z-index: -1;
    position: absolute;
}
html body #main-content .countdownwrp.mobtimer {
    display: none!important;
}	
.banner-inner ul li {
    margin: 35px 0;
}
html body .lpformwrp .lpforminner {
    max-width: 545px;
    margin-left: auto;
}
html body .lpfpcslider .slide-wrp {
    min-height: 400px;
}
html body .thankpagewrp {
    margin-top: 16rem;
}	
	
}






@media (min-width: 1101px) {
	
.container {
    max-width: 1000px;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 16px!important;
}
html body .sitebtn a {
    font-size: 20px!important;
}
html body h1 {
    font-size: 45px;
}
html body h2 {
    font-size: 40px;
    font-weight: 700;
}
html body h3{
    font-size: 36px;
}
html body h4{
    font-size: 30px;
}

}








@media (min-width: 1200px) {
	
.container {
    max-width: 1100px;
}
html body h1 {
    font-size: 50px;
}
html body h2{
    font-size: 45px;
}
html body h3{
    font-size: 28px;
}
html body h4{
    font-size: 22px;
}



}











@media (min-width: 1300px) {
	
.container {
    max-width: 1150px;
}



}









@media (min-width: 1500px) {
	
html body em,
html body li,
html body td,
html body p {
    font-size: 19px!important;
}	
.container {
    max-width: 1280px!important;
}

}







@media (min-width: 1921px) {

html {
    max-width: 1478px!important;
    margin: 0 auto!important;
        background: #eee;
}
body {
        background: #fff;
}
	
}




@media (max-width: 1100px) {
body .stickybtn .stickywrapper {
    display: flex!important;
}
.counterwrp {
    font-size: 25px;
}
	
}



@media (max-width: 1000px) {
body #counterwrp {
    background: #0d1650;
}

}

@media (min-width: 769px) and (max-width: 992px) {
html body .lpwhoapplywrp > [class*="grid-cols-2"] {
    grid-template-columns: 40% 60% !important;
  }
}




@media (max-width: 768px) {
.hidemobile{
    display: none!important;
}	
html body .lpwhychoosepc .grid,
html body .lpwhatpc .grid,	
.hidedesktop{display:block!important;}	
html body #main-content .countdownwrp.hidemobile {
    display: none!important;
}
#whtulearn .whtlearn-inner .colm p,	
html body em, html body li, html body td, html body p {
    font-size: 16px!important;
}
html body h3 {
    font-size: 25px!important;
}
html body h4,	
#whtulearn .whtlearn-inner .colm h4	{
    font-size: 22px!important;
}
body .countdownwrp .stickywrapper  {
    display: block!important;
    text-align: center!important;
}
body .stickybtn .stickywrapper {
    gap: 0;
}
body .countdown-container {
    max-width: max-content;
    margin: 10px auto !important;
    display: flex;
}	
body .copy_write {
    padding: 20px 20px 120px;
}
body .copy_write ul {
    display: block;
}
.counterwrp {
    font-size: 45px;
}
#abtfoundation .container {
    max-width: 100%!important;
}
#abtfoundation .container .grid {
    gap: 0!important;
}
body .countdownwrp.mobtimer .countdown-element {
    background: unset;
    color: #000000!important;
    width: unset;
    height: unset;
    display: flex;
}
body .countdownwrp.mobtimer .countdown-element .countdown-numbers{
    color: #000000!important;
}
body .countdownwrp.mobtimer .sitebtn a{
    font-size: 18px !important;
    padding: 6px 10px !important;
}
body .countdownwrp.mobtimer .stickytitle{
    font-size: 18px !important;
}
body .countdownwrp.mobtimer div#CountdownMinutes1:after {
    content: ":";
    padding-left: 5px;
}	
body .countdownwrp.mobtimer .stickywrapper	{
    display: flex!important;
        justify-content: space-between;
}
body .countdownwrp.mobtimer .countdown-container {
    margin: 5px auto 0!important;
        gap: 5px;
}
html body .banner-inner iframe  {
    width: 100%!important;
    height: auto !important;
}	
html body h1 {
    font-size: 30px;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
body .lpbannerwrp {
    background: none;
}	
html body .footeraddinforwrp .gap-14 {
    gap: 0!important;
}
html body .footeraddinforwrp .gap-14 h4{
    margin-top: 45px!important;
}
body #main-content .footeraddinforwrp {
    padding: 10px 0 30px!important;
}	
html body .lpwhoapplywrp {
    padding: 60px 0 80px;
}	
html body .whychoosenew .colm2{
    order: 3;
}
	
}






@media (max-width: 600px) {

body .logowrp .grid{
    display: block;
    margin-bottom: 30px;
}	
body #main-content .logowrp ul {
    margin: 20px 0;
    display: block;
}	
body #main-content .logowrp .grid .colmrht {
    justify-content: start;
}	
body #main-content .logowrp  {
    padding-top: 30px;
}	
body #main-content .logowrp ul li {
    margin: 10px 0;
}	
section#bannerwrp .container2 .colmrht {
    margin: 0px 0 20px;
}
body .event-inner {
    padding-bottom: 40px;
}	
.why-inner .gap-16 {
    gap: 1rem!important;
}
body .yellowbg .inner {
    padding: 30px!important;
}
body #counterwrp {
    background: #0d1650;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
#ourtrainer .trainer-inner .grid {
    gap: 0rem;
}		
#gallery *{
    padding: 0!important;
}
#awards .owl-nav,
#gallery .owl-nav,
#ourtrainer .trainer-inner .grid h3{
    margin-top: 20px!important;
}
body .copy_write {
    padding: 20px 20px 100px;
}
body #bannerwrp .banner-inner h1 span {
    margin: 0px 0 15px;
    display: inline-block;
}
#whytojoin .why-inner .inner {
    display: block;
    text-align: center;
}
#whytojoin .why-inner .inner img {
    margin: 0 auto 20px;
}
.mobtimer div.difit1st:after {
    content: ":";
    padding-left: 5px;
}
body .countdownwrp.mobtimer .stickywrapper .colminner2 *,	
body .countdownwrp.mobtimer .stickytitle {
    font-size: 14px !important;
}
html body .banner-inner .container3 .grid {
    gap: 2rem;
}	
html body .banner-inner iframe  {
    width: 100%!important;
    height: 230px!important;
}
html body .lpfpcslider img  {
    width: 100%!important;
}
html body .logowrp .container {
    max-width: max-content;
    text-align: center;
    margin: 0 auto;
}	
html body .logowrp .container .colmlft img,
html body .logowrp .container {
    max-width: max-content;
    text-align: center;
    margin: 0 auto;
}	
html body .lpbannerwrp {
    text-align: center;
}	
html body .lpformwrp {
    background: url(https://paramedical.nysahealthcare.com/wp-content/uploads/2025/04/nysahealthcare1bg.webp) repeat;
    padding: 80px 0;
    background-size: 100%;
}
html body .parent-reviews .owl-nav,
html body .Alumniwrp .owl-nav,
html body .partnerswrp .owl-nav {
    margin-top: 30px!important;
}
html body #main-content section.footerwrp ul {
    justify-content: center;
}
html body .footerwrp p{
    text-align: center;
}
html body .footerwrp .grid {
    gap: 15px;
}	
	
}
