@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  line-height: 26px;
  overflow-x: hidden;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: "Poppins", sans-serif;
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  color: #000;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h4.title {
  font-size: 26px;
  color: #0047ab;
}
.light-bg {
  background: #f3f9ff;
}

.common-btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: rgb(255 255 255 / 61%);
  border: none;
  cursor: pointer;
  min-width: 150px;
  padding: 0;
}

.common-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  transition: 0.3s;
  text-align: center;
}

.common-btn:before {
  background-color: rgb(209 20 62);
  transition: 0.3s ease-out;
  position: absolute;
  content: "";
}

.common-btn span {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(209 20 62);
  transition: 0.2s 0.1s;
}

.common-btn span:hover {
  color: rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}

.common-btn:before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.common-btn:hover::before {
  width: 0%;
}
section {
  padding: 60px 0;
}

/*********** header start **********/
.top_hd {
  display: none;
}

header {
  background-color: #0047ab;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  /* padding-block: 0.5rem; */
  border-bottom: 1px solid #fff;
}
header.sticky {
  background-color: #0047ab;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.contact-info {
  display: flex;
  gap: 1rem;
}

.contact-info li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-info li .icon {
  font-size: 1.25rem;
  /* line-height: 40px; */
  text-align: center;
  width: 40px;
  line-height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  background-color: #b90234;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info li .icon svg {
  color: #fff;
  height: 1em;
}
.contact-info .text b {
  color: #fff;
}

.contact-info .text a {
  display: block;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-family: "Urbanist", sans-serif;
}
.contact-info .text a:hover {
  color: #fff;
}

header .navbar-brand img {
  width: min(50vw, 213px);
  transition: all 300ms ease;
}
header.sticky .navbar-brand img {
  max-width: 203px;
}

/*---- banner style 2 ----*/

.innerbanner-type2 {
  display: flex;
  padding-bottom: 0;
  margin-top: 64px;
  padding-top: 0;
}

.innerbanner-type2 .banner-imagepart {
  flex-basis: 50%;
  width: 50%;
}

.innerbanner-type2 .banner-text-part {
  width: 50%;
  flex-basis: 50%;
  background: #0047ab;
  padding: 60px calc(50vw - (1340px / 2)) 60px 40px;
}

.innerbanner-type2 .banner-text-part h1.blue-text {
  color: #fff;
  font-size: 32px;
}

.innerbanner-type2 .banner-text-part h1 span {
  display: inline-block;
  color: #f90;
}

.innerbanner-type2 .banner-imagepart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.innerbanner-type2 .banner-text-part .subhead {
  color: #ffff;
  font-size: 20px;
}

.innerbanner-type2 .banner-text-part li,
.innerbanner-type2 .banner-text-part p {
  color: #fff;
}

.innerbanner-type2 .banner-text-part li i {
  color: #fe9800;
  margin-left: -25px;
}

.innerbanner-type2 .banner-text-part ul {
  padding-left: 25px;
}

.full-li li {
  width: 100% !important;
}
.page-ul li {
  width: 50%;
  padding-right: 10px;
  color: #000;
  margin-bottom: 15px;
}

.scheduleBox {
  margin-top: 30px;
}

.counter-box-section {
  padding: 30px 20px;
  margin-top: 30px;
  background: #0047ab;
  border-radius: 5px;
}

.table-course {
  margin-top: 0px;
}

.counter-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.counter-box-section > h4 {
  text-align: center;
  color: #fff;
  font-size: 25px;
}

.counter-box-section .counter-box {
  flex-basis: calc(50% - 30px);
  padding: 15px;
  border: 0px solid #fff;
  text-align: center;
  background: #023883;
  margin: -1px 13px;
  border-radius: 5px;
}

.counter-box-section .counter-box .counter-value-wrapper {
  font-weight: 700;
  font-size: 35px;
  color: #f90;
  line-height: 1.5;
}

.counter-box-section .counter-box h4 {
  color: #fff;
  font-size: 16px;
}

.courses-sections {
  padding: 60px 0 0 0;
  background: #f4f4f4;
}

.courses-sections a {
  color: #b90234 !important;
}

.courses-holder .coursesection {
  display: flex;
  position: relative;
  background: #fff;
}

.courses-holder .imagepart {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(50vw - 9px);
}

.courses-holder .imagepart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courses-holder .text-part {
  width: 50%;
  margin-left: auto;
  padding: 25px 0px 25px 50px;
}

.courses-holder .coursesection.revrse {
  background: #e3eaf7;
}

.courses-holder .coursesection.revrse .imagepart {
  left: auto;
  right: 0;
}

.courses-holder .coursesection.revrse .text-part {
  margin-right: auto;
  padding: 25px 50px 25px 0px;
  margin-left: 0;
}

h5.duration {
  color: #ff9900;
  font-size: 20px;
}

h4.title {
  font-size: 26px;
  color: #0047ab;
}

.courses-sections h2 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 400;
}

section.middlesection h2 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 400;
}

/*------*/
/*------------------------Start-new-page-form---------------------*/

.banner-af-form .side-form .col-md-5.text-right {
  flex: 0 0 0 !important;
  position: absolute !important;
  right: 28px !important;
  padding: 0;
  bottom: 40px !important;
  max-width: 120px !important;
}

.banner-af-form {
  padding: 0;
  overflow: visible;
}

.banner-af-form .side-form .contact-page-form .form-control {
  border: 1px solid #dbdbdb !important;
}

.banner-af-form .side-form .contact-page-form .appoint.form {
  padding: 30px 30px 30px 30px !important;
  position: relative;
}

.banner-af-form .side-form .contact-page-form .appoint.form .form-control {
  background: #fff;
  color: #7e7581;
  font-size: 16px;
  display: inline-block;
  padding: 10px 27px;
  border: 0;
  border-radius: 0;
  font-weight: 400;
}

.banner-af-form .contact-page-form .appoint.form {
  background: #d1143e;
  margin-top: -40px;
  box-shadow: unset !important;
  border: 0px;
  width: 100%;
  margin-bottom: 20px;
}

.banner-af-form h2.mb-3 {
  color: #fff !important;
  text-align: center !important;
}

.banner-af-form ul.d-flex.radio-design li span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner-af-form .text-white {
  margin-bottom: 2px;
}
.banner-af-form .side-form .contact-page-form .col-md-12 p.text-white {
  color: #ffffff !important;
}

.innerbanner-type2 .banner-text-part {
  padding: 60px calc(50vw - (1340px / 2)) 110px 40px !important;
}

.banner-af-form input.common-btn {
  background: #000 !important;
}

.banner-af-form input.common-btn:hover {
  background: #0047ab;
}

.scheduleBox {
  margin-top: 20px;
}
.appoint.form .row {
  row-gap: 18px;
}

.banner-af-form .common-btn {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #000;
  color: #fff;
  width: auto;
  text-align: center;
}
.banner-af-form .common-btn::before {
  display: none;
}
.side-form .contact-page-form .d-flex.radio-design {
  flex-wrap: wrap;
}
.side-form .contact-page-form .d-flex.radio-design li {
  width: 50%;
}

section.home-counter {
  background: url(https://www.nymedtraining.com/wp-content/uploads/2022/11/home-new-img-cou.jpg);
  padding: 30px 0 60px;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
}

.home-counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 86%);
}

.home-counter .counter-box-section {
  padding: 0;
  margin-top: 30px;
  background: transparent;
  border-radius: 0px;
}

.home-counter .counter-box-section .counter-box {
  flex-basis: calc(50% - 0px);
  padding: 20px;
  border: 0px solid #fff;
  text-align: center;
  background: transparent;
  margin: 0px 10px;
  border-radius: 5px;
  border: 2px solid #fff;
}

.home-counter .col-sm-6.pd-left-0 {
  padding-left: 0px;
}

.home-counter .col-sm-6.pd-right-0 {
  padding-right: 0px;
}

.table-course table {
  width: 100%;

  box-shadow: 0 0 4px #eee;

  background: #fff;

  margin-bottom: 10px;
}

.table-course table th {
  background: #545454;
  color: #fff;
  padding: 10px;
  border: 1px solid #eee;
}

.table-course table td {
  border: 1px solid #eee;

  padding: 15px;
}
.imagepart.bg_color_info-2 {
  background: #212529;
}

.graph-title,
.page-id-157 section.training-listing.light-bg {
  text-align: center;
}

.side-form .g-recaptcha {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.barchart-Wrapper {
  display: table;
  position: relative;
  margin: 20px 0;
  height: 252px;
  margin-bottom: 55px;
}

.barchart-TimeCol {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.barchart-Time {
  height: calc(100% / 4);
  vertical-align: middle;
  position: relative;
}

.barchart-Time:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0em;
}

span.barchart-TimeText {
  position: absolute;
  top: -8px;
  text-align: center;
  z-index: 1;
  padding-right: 5px;
  color: #fff;
  width: 35px;
  text-align: center;
  background: #34bdc9;
  font-size: 15px;
}

.barChart-Container {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

.barchart {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border-bottom: 3px solid #fff;
}

.barchart-col {
  position: relative;
  vertical-align: bottom;
  display: table-cell;
  height: 100%;
}

.barchart-Bar {
  position: relative;
  height: 0;
  transition: height 0.5s 2s;
  max-width: 70px;
  width: 90%;
  margin: auto;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  background-color: #307bbb;
}

.barchart-Bar span {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.barchart-Bar:after {
  content: attr(attr-height);
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
}

.barchart-BarFooter {
  position: absolute;
  text-align: center;
  height: 10%;
  width: 100%;
}

.barchart-BarFooter h3 {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
}

.bar-clr1 {
  background-color: #0047ab;
}

.bar-clr2 {
  background-color: #ff9900;
}

.bar-clr3 {
  background-color: #c0e1ff;
}
.imagepart.bg_color_info-2 {
  background: #212529;
}

.graph-title,
.page-id-157 section.training-listing.light-bg {
  text-align: center;
}

.side-form .g-recaptcha {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.barchart-Wrapper {
  display: table;
  position: relative;
  margin: 20px 0;
  height: 252px;
  margin-bottom: 55px;
}

.barchart-TimeCol {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.barchart-Time {
  height: calc(100% / 4);
  vertical-align: middle;
  position: relative;
}

.barchart-Time:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0em;
}

span.barchart-TimeText {
  position: absolute;
  top: -8px;
  text-align: center;
  z-index: 1;
  padding-right: 5px;
  color: #fff;
  width: 35px;
  text-align: center;
  background: #34bdc9;
  font-size: 15px;
}

.barChart-Container {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left: 15px;
}

.barchart {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border-bottom: 3px solid #fff;
}

.barchart-col {
  position: relative;
  vertical-align: bottom;
  display: table-cell;
  height: 100%;
}

.barchart-Bar {
  position: relative;
  height: 0;
  transition: height 0.5s 2s;
  max-width: 70px;
  width: 90%;
  margin: auto;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  background-color: #307bbb;
}

.barchart-Bar span {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.barchart-Bar:after {
  content: attr(attr-height);
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
}

.barchart-BarFooter {
  position: absolute;
  text-align: center;
  height: 10%;
  width: 100%;
}

.barchart-BarFooter h3 {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
}

.bar-clr1 {
  background-color: #0047ab;
}

.bar-clr2 {
  background-color: #ff9900;
}

.bar-clr3 {
  background-color: #c0e1ff;
}

.graphholder {
  padding: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.phlebotomy-chart .graph-title p {
  color: #fff;
  margin-bottom: 20px;
}

.finci_add {
  position: relative;
  background: url(../images/1\\(1\).jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 58px 0 55px;
  background-attachment: fixed;
}

.finci_add:before {
  content: "";
  background: rgb(23 47 98 / 86%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.finci_add p {
  position: relative;
  z-index: 9;
}

.finci_add p a {
  color: #fff;
}

.train_lst_table {
  vertical-align: top;
  text-align: center;
}

.train_lst_table p {
  text-align: left;
}

.finci_add .ab-inner {
  position: relative;
}

.finci_add .ab-inner img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ececec;
  width: 100%;
}

.finci_add .row {
  align-items: center;
}

.finci_add h2 {
  font-size: 38px;
  font-weight: 600;
}
.coursesection.pd-60 {
  padding: 60px 0;
}

/*------------------------End-new-page-form---------------------*/

.faq-bottom .card {
  text-align: left;
  margin-bottom: 20px;
}

.faq-bottom .card-header {
  border: 0;
  background: #0047ab;
  padding: 0;
}

.faq-bottom .card-header button {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding-right: 60px;
  text-decoration: none !important;
}

.faq-bottom .card-header button:after {
  background: url(https://www.nymedtraining.com/wp-content/uploads/2022/11/bottom-arrow.png)
    center center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 100%;
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(180deg);
}

.faq-bottom .card-header button.collapsed:after {
  transform: rotate(0deg);
}

.site-header .container {
  width: 100%;
  max-width: 100%;
}
.page-ul {
  display: flex;

  flex-wrap: wrap;
}
.firs-dec p {
  white-space: nowrap;
  font-weight: 600;
}

.page-ul li {
  width: 50%;

  padding-right: 10px;

  color: #000;

  margin-bottom: 15px;
  font-weight: 700;
}

.page-ul li i {
  color: #0047ab;

  margin-right: 5px;
}

.list-four li {
  width: 25%;
}

.list-three li {
  width: 33.33%;
}

.page-ul.text-white li {
  color: #fff;

  font-weight: normal;
}

.page-ul.text-white li i {
  color: #fff;
}

.training-listing.light-bg h2 {
  text-align: center;
}

.footer-section-new {
  padding: 50px 0 0;
  background-image: url(../images/546.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-section-new:before {
  padding: 50px 0 0;
  content: "";
  background: rgb(0 71 171 / 85%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer-section-new .container,
.footer-section-new .copyright-area {
  position: relative;
  z-index: 1;
}

.footer-widget.footer_left_pad {
  padding-left: 60px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 5%;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(209 20 62) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(2) {
  left: 60%;
}

.lines .line:nth-child(3) {
  left: 70%;
  display: none;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

section.footer-section-new.footer_top {
  background: #132954;
}

.footer_top {
  padding-bottom: 50px;
}

.footer-section-new ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.footer-section-new {
  position: relative;
  padding: 50px 0 0;
}

.footer-section-new .footer-cta {
  padding-bottom: 0;
}

.footer-section-new .single-cta i {
  color: #ffffff;
  font-size: 30px;
  margin-top: 0;
  width: 50px;
  height: 50px;
  background: #b90234;
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
}

.footer-section-new .single-cta {
  display: flex;
  align-items: flex-start;
}

.footer-section-new .cta-text {
  padding-left: 0;
  display: block;
}

.footer-section-new .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: rgb(209 20 62 / 67%);
  padding: 6px 15px;
  border-left: 2px solid #d1143e;
  margin-bottom: 7px;
}

.footer-section-new .cta-text p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

.footer-section-new .cta-text span {
  color: #ffffff;
  display: block;
  font-size: 16px;
}
.footer-section-new .cta-text h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  background: #922761;
  padding: 5px 10px;
  display: inline-block;
}
.footer-section-new .cta-text span:last-child {
  margin-top: 0;
}

.footer-section-new .cta-text span a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}
.footer-section-new a.email_id {
  font-size: 18px !important;
  margin-bottom: 16px;
  font-weight: 400 !important;
  display: block;
}
.footer-section-new .footer-content {
  position: relative;
  z-index: 2;
  margin: 50px 0;
}

.footer-section-new .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-section-new .footer-logo {
  margin-bottom: 30px;
}

.footer-section-new .footer-logo img {
  max-width: 200px;
}

.footer-section-new .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-section-new .footer-social-icon span {
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer-section-new .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-section-new .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 0;
  border: 1px solid #b90234;
  color: #fff;
  background: #b90234;
  transition: 0.2s;
}

.footer-section-new .footer-social-icon i:hover {
  background: #fff !important;
  color: #0047ab;
  border: 1px solid #fff;
}

.footer-section-new .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.footer-section-new .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #b90234;
}

.footer-section-new .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.footer-section-new .footer-widget ul li a:hover {
  color: #fffffff7;
  opacity: 0.8;
}

.footer-section-new .footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}

.footer-section-new .copyright-area {
  padding: 15px 0;
  border-top: 1px solid #ffffff1f;
}

.footer-section-new .copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

.footer-section-new .copyright-text p a {
  color: #ff5e14;
}

.footer-section-new .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-section-new .footer-menu li:hover a {
  color: #ff5e14;
}

.footer-section-new .footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.social_link ul {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
.social_link li a:hover {
  color: #fff;
}

.social_link h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  background: #922761;
  padding: 5px 10px;
  display: inline-block;
  margin: 24px 0 10px;
}

.social_link li {
  color: #fff;
}
.tb_txt_cnter {
  text-align: center;
}
.pri {
  margin-top: 25px;
}
.cli_md_bx .pri,
.cli_md_bx .enroll {
  font-size: 21px;
}
.cli_md_bx .pri b,
.cli_md_bx .enroll b {
  background-color: #000000;
  padding: 1px 8px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow 10s ease infinite;
}

@keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.finci_add .three-li {
  position: relative;
  color: #fff;
  width: 100%;
}
.finci_add .three-li li {
  width: 100%;
  font-weight: 700;
}
.learn_sec .learn_bx h4 {
  color: #b90234;
  font-size: 18px;
  margin-bottom: 0;
  min-height: 69px;
  line-height: 1.4;
  font-weight: 600;
}
.learn_sec .learn_bx h4 span {
  font-weight: 700;
  color: #0047ab;
}
.learn_bx img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.learn_bx img {
  margin-bottom: 14px;
}
.learn_bx {
  background-color: #f7f7f7;
  box-shadow: rgb(0 0 0 / 11%) 0px 4px 12px;
  height: 100%;
}
.learn_bx h4 {
  padding: 10px;
}
.learn_bx p {
  padding: 0px 12px 17px;
  min-height: 128px;
}
.cta-section {
  background-color: #b90234;
}
.cta-section h2 {
  color: #fff;
}
.cta-section ul li {
  color: #fff;
}
.cta-section li {
  color: #000;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
}
.cta-section li b {
  color: #fff;
  font-size: 20px;
  margin-top: 6px;
  display: block;
}
.cta-section span {
  font-weight: 600;
}
.careere_bx .three-li li {
  width: 100%;
}
.limit_bx h3,
.limit_bx h4 {
  font-size: 22px;
  color: #0047ab;
  font-weight: 600;
}
.limit_bx h4 {
  font-size: 20px;
}

.cli_bx h5.duration {
  padding: 12px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow 10s ease infinite;
  color: #fff;
}
.pri span {
  font-size: 16px;
}
.cli_bx .banner-text-part {
  padding: 162px calc(50vw - (1340px / 2)) 110px 40px !important;
}

.limt_off .limit_bx span {
  padding: 1px 7px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow 10s ease infinite;
  color: #fff;
}
@media (max-width: 1366px) {
  .cli_bx h5.duration {
    width: 93%;
  }
}
@media (max-width: 767px) {
  .learn_sec .learn_bx h4 {
    min-height: auto;
  }
  .careere_bx .mb-3 {
    margin-top: 25px;
  }
  .contact-info li .icon {
    display: none;
  }
  section {
    overflow: hidden;
  }
  .innerbanner-type2 .banner-imagepart {
    flex-basis: 100%;
    width: 100%;
  }
  .innerbanner-type2 {
    display: block;
  }
  .innerbanner-type2 .banner-text-part {
    width: 100%;
  }
  .innerbanner-type2 .banner-text-part {
    padding: 29px calc(50vw - (1340px / 2)) 65px 15px !important;
  }
  .counter-box-wrapper {
    flex-direction: column;
    gap: 18px;
  }
  .counter-box-section .counter-box {
    width: 100%;
  }
  .phlebotomy-chart .text-white {
    padding-top: 45px;
  }
  .service-section-title {
    width: 100%;
    overflow-x: scroll;
  }
  .finci_add .ab-inner {
    margin-top: 33px;
  }
  .courses-holder .coursesection {
    display: block;
  }
  .courses-holder .imagepart {
    position: inherit;
    width: 100%;
  }
  .courses-holder .text-part {
    padding: 25px 0px 25px 3px;
    width: 100%;
  }
  .courses-holder .coursesection.revrse .text-part {
    padding: 25px 0px 25px 0px;
  }
  .page-ul li {
    width: 100%;
  }
  .social_link ul {
    flex-direction: inherit;
    justify-content: flex-start;
  }
  .db_btns a {
    margin-right: 13px;
    margin-bottom: 14px;
  }
  .contact-info li {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-info .text {
    width: 48%;
    padding-right: 12px !important;
  }
  .contact-info .text:nth-child(2) {
    padding-left: 12px !important;
  }
  .contact-item {
    display: none !important;
  }
  #site-header .navbar-brand {
    width: 100%;
    text-align: center;
  }
  .top_hd {
    display: flex;
    justify-content: center;
    background-color: #0047ab;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
  }
.top_hd .tp_nu a {
    font-weight: 700;
    padding: 4px 5px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: calc(100% - 53%);
    background: #023883;
}
.tp_nu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 7px;
    column-gap: 10px;
}
  .top_hd .tp_nu a:hover {
    color: #fff;
  }
  .footer-section-new .cta-text {
    margin-bottom: 26px;
  }
  .footer_top {
    padding-bottom: 0px;
  }
}

.db_bx2 h5.duration {
  padding: 12px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow 10s ease infinite;
  color: #fff;
}

.pri {
  font-size: 21px;
}

.pri b {
  background-color: #000000;
  padding: 1px 8px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow 10s ease infinite;
}

.enroll b {
  background-color: #000000;
  padding: 1px 8px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow 10s ease infinite;
}

.enroll {
  font-size: 21px;
}

.note-section {
  padding: 50px 0px;
  text-align: center;
  background: #0047ab;
}

section.note-section p {
  font-size: 2rem;
  color: #fff;
  text-transform: capitalize;
}
.note-section .text-bx {
  width: 100%;
  max-width: 655px;
  margin-inline: auto;
  display: block;
}

@media (max-width: 1366px) {
  .db_bx2 h5.duration {
    width: 93%;
  }
}

.home3 header {
  position: unset;
}

.home3 .hero-grid {
  display: grid;
  grid-template-columns: 34% 31% 32%;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.home3 .hero-title h1 {
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 39px;
  text-wrap-style: balance;
  margin-block: 1rem 1rem;
  color: #000;
  line-height: 52px;
  margin-top: 0px;
}
.home3 .banner-af-form .contact-page-form .appoint.form {
  margin-top: -0px;
}

.home3 .hero-price-box h2 {
  color: #000;
  font-size: 28px;
  margin-bottom: 6px;
  font-weight: 500;
}
.home3 .hero-section {
  background: #f0f4f8;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
  padding-top: 150px;
}
.hero-text-box {
  position: relative;
  top: -38px;
}
.home3 .hero-section::after {
  content: "";
  color: #d1143e;
  position: absolute;
  width: 40%;
  margin-left: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 7.5rem solid #d1143e;
  translate: 50% 50%;
  z-index: 1;
  display: none;
  opacity: 0.15;
  top: -4px;
  right: -25px;
  top: -21px;
}
.home3 .banner-af-form {
  background: #d1143e;
}
/* 
.hero-image-box {
  position: relative;
  top: -20px;
  left: -38px;
  width: 100%;
  padding: 5px;
} */
.home3 .hero-image-box img {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  display: block;
  min-width: 488px;
  position: absolute;
  top: -341px;
  left: -77px;
}
.home3 .hero-image-box {
  position: relative;
}
.home3 .hero-price-box ul li strong {
  font-weight: 700;
}
.home3 .hero-price-box ul li {
  width: 100%;
  padding: 20px;
  box-shadow: rgb(149 157 165 / 8%) 0px 8px 24px;
  border: 1px solid #eee;
  font-weight: 500;
  background: #fff;
  transition: 0.4s;
  position: relative;
  margin: 0px;
  font-size: 20px;
  padding-left: 38px;
}
.home3 .hero-price-box ul li img {
  position: absolute;
  transition: 0.4s;
  display: block;
  background: #fff;
  height: 44px;
  width: 44px;
  object-fit: cover;
  box-shadow: rgb(58 58 58 / 37%) 0px 8px 24px;
  border-radius: 100px;
  padding: 4px;
  left: -21px;
  top: 20px;
}
/* .hero-price-box ul li::before {
    content: "";
    background-image: url(https://design.softsystemsolution.com/new-york-medical-ctc-landingpage/clinical-medical-assistant/assets/images/green-check.png);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    transition: 0.4s ease;
    background: #008000;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 56px;
    color: #fff;
    left: -15px;
    top: 19px;
} */
/* 
.home3 .hero-price-box ul li:hover img {
  transform: scaleX(-1);
} */

.home3 .hero-price-box {
  position: relative;
  z-index: 11;
}

.hero-price-box p {
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 500;
}
.hero-price-box p b {
  color: #fff;
}
.hero-left-text h2 span {
    padding: 1px 8px;
    background: linear-gradient(270deg, #000000, #d1143e, #000000);
    background-size: 1200% 1200%;
    animation: rainbow 10s ease infinite;
    color: #fff;
    font-size: 28px;
}

@keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hero-left-text h2 {
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: 500;
  margin-top: 30px;
}

.car_lg {
  height: 100%;
  width: 100%;
}

.car_lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home3 .hero-section .container {
  position: relative;
  z-index: 3;
}

@media (max-width: 1366px) {
  .home3 .hero-section .container {
    width: 100%;
    max-width: 98%;
    padding: 0px 5px;
  }
}

.hero-grid {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp 1.2s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-bootom-text p {
  margin: 0;
  background: #0047ab;
  text-align: center;
  padding: 7px 0px;
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
}
/* .note-text p {
  padding: 10px 10px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow 10s ease infinite;
  color: #fff;
  font-size: 25px;
  margin-bottom: 22px;
  width: 100%;
  max-width: 418px;
} */
.hero-price-box ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: -18px;
}
.note-text p {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: capitalize;
    color: #d1143e;
}
.hero-left-text h2 span.offer_price {
    animation: none;
    background: transparent;
    color: #929292;
    font-size: inherit;
    text-decoration: line-through;
}

@media (max-width: 1200px) {
  .home3 .hero-grid {
    grid-template-columns: 100%;
  }
  .home3 .hero-image-box img {
    max-width: 450px;
    min-width: unset;
    position: unset;
  }
  .home3 .hero-image-box {
    order: -1;
  }
  .home3 .hero-section {
    padding-top: 50px;
  }
  .hero-text-box {
    top: unset;
  }
  .hero-image-box {
    position: relative;
  }
 .hero-image-box::before {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 182px;
    width: 100%;
    background-position: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(240 244 248) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    z-index: 777;
    max-width: 500px;
    margin-inline: auto;
    display: block;
    left: 50%;
    transform: translate(-50%, 0px);
}
  .home3 .hero-section::after {
    display: none;
  }
  .hero-text-box {
    text-align: center;
  }
  .note-text p {
    margin-inline: auto;
  }
  .hero-text-box {
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
  }
  .home3 .hero-section {
    padding-bottom: 50px;
  }
  .firs-dec p {
    white-space: normal;
}
.home3 .hero-price-box ul li img{
  display: none;
}
}

@media (max-width: 991px) {
  #navbar {
    justify-content: center;
    gap: 0px;
  }

  .contact-info li {
    border-top: 1px solid rgb(255 255 255 / 17%);
    padding-top: 15px;
    margin-top: 15px;
  }
  .appoint.form .row {
    width: 100%;
    padding: 0px;
    flex-direction: column;
  }
  .contact-page-form .col-md-4,
  .contact-page-form .col-md-8 {
    width: unset;
    flex: unset;
    padding: 0;
  }
  .form-row {
    margin-left: 0px;
  }
  .banner-af-form .common-btn {
    margin: unset !important;
  }
  .form-bootom-text p {
    font-size: 20px;
  }
  section {
    padding: 55px 0px;
  }
  .careere_bx .row {
    gap: 30px;
  }
  .learn_bx p {
    min-height: auto;
  }
  .learn_sec .learn_bx h4 {
    min-height: auto;
  }
  .middlesection .row {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .middlesection .row .col-lg-6 {
    width: 100%;
    flex: 100%;
  }
  .finci_add .row {
    align-items: center;
    flex-direction: column;
  }
  .finci_add .row .col-md-6 {
    width: 100%;
    flex: 100%;
  }
  .limit_bx h3,
  .limit_bx h4 {
    margin: 15px 0px;
  }
  .social_link {
    text-align: left;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .footer-section-new .copyright-text p {
    text-align: center;
  }
  @keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



  .note-text p {

    padding: 10px 10px;
    background: linear-gradient(270deg, #000000, #d1143e, #000000);
    background-size: 1200% 1200%;
    animation: rainbow 10s ease infinite;
    color: #fff;
    font-size: 25px;
    margin-bottom: 22px;
    width: 100%;
    max-width: 418px;
}

}

@media (max-width: 767px) {
  .top_hd .tp_nu a {
    font-weight: 700;
    padding: 0px 3px;
  }
  .home3 .hero-image-box img {
    max-width: 350px;
  }
  .hero-price-box ul {
    margin-top: 10px;
  }
  .banner-af-form .side-form .contact-page-form .appoint.form {
    padding: 0px !important;
  }
  .home3 .banner-af-form {
    padding: 50px 0px;
    padding-bottom: 0px;
  }
  .form-bootom-text p {
    font-size: 17px;
  }
}

@media (max-width: 575px) {

  


  .firs-dec p {
    white-space: normal !important;
  }
  .home3 .hero-image-box img {
    max-width: 300px;
  }
  .home3 .hero-section {
    padding: 35px 0px;
  }
  .home3 .hero-title h1 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: normal;
  }
 .note-text p {
    margin-inline: auto;
    width: auto;
    max-width: 299px !important;
}
  .hero-left-text h2 {
    margin-top: 25px;
  }
  .hero-left-text h2 span {
    font-size: 24px;
  }
  .hero-left-text h2 {
      font-size: 20px;
  }
  .hero-price-box ul {
    grid-template-columns: 1fr;
  }
  .home3 .hero-price-box ul li {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .banner-af-form .side-form .contact-page-form .appoint.form {
    padding: 0px 0px 0px 15px !important;
    margin-left: 5px;
  }
  .form-bootom-text p {
    font-size: 16px;
    padding: 15px 25px;
  }
  section {
    padding: 35px 0px !important;
  }
  section.middlesection h2 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .counter-box-section {
    padding: 20px;
    margin-top: 20px;
  }
  .counter-box-section > h4 {
    font-size: 22px;
  }
  .counter-box-section .counter-box .counter-value-wrapper {
    font-size: 30px;
  }
  .phlebotomy-chart .text-white {
    padding-top: 10px;
  }
  .barchart-Bar {
    max-width: 49px;
    width: 100%;
  }
  .barchart-Wrapper {
    display: none;
  }
  .graphholder {
    text-align: center;
  }
  .finci_add {
    padding: 35px 0px;
  }
  .finci_add h2 {
    font-size: 28px;
  }
  .finci_add .ab-inner {
    margin-top: 0px;
  }
  .careere_bx .row {
    gap: 20px;
  }
  .limit_bx h3,
  .limit_bx h4 {
    margin: 11px 0px;
    line-height: 33px;
  }
  /* .social_link ul {
    margin-bottom: 20px;
  } */
  .footer-section-new .cta-text h4 {
    font-size: 18px;
  }
  .footer-section-new .cta-text span a {
    font-size: 20px;
  }
  .footer-section-new a.email_id {
    margin-bottom: 16px;
  }
  .middlesection .row {
    margin-left: 0px;
  }
  .note-text p {
    font-size: 16px;
  }
  .table-course table th {
    font-size: 15px;
  }
  .home3 .hero-price-box ul li img {
    display: none;
  }
  .home3 .hero-price-box ul li {
    padding: 18px;
  }
  .table-course table {
    margin-top: 20px;
  }
 .note-text p {
    font-size: 17px;
    width: 100%;
    max-width: calc(100% - 46px);
}
.new-note p {
    font-size: 18px !important;
}
.home3 .hero-price-box ul li {
    padding: 16px;
    font-size: 17px;
}
}

.banner-af-form h2.mb-3 {
  margin-bottom: 27px !important;
}
.animate {
  padding: 2px 7px;
  background: linear-gradient(270deg, #000000, #d1143e, #000000);
  background-size: 1200% 1200%;
  animation: rainbow2 10s ease infinite;
  color: #fff;
  font-size: 18px;
  display: inline-block;
}

@keyframes rainbow2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cta-section {
  padding: 40px 0px;
}

.new-note p {
    font-size: 22px;
    margin-bottom: 4px;
    font-weight: 600;
    margin-top: 18px;
    text-transform: capitalize;
    color: #000;
}

.light-bg2 {
  background: #023883;
}
.light-bg2 h2 {
  color: #fff;
}

.light-bg2 li {
  color: #fff;
}

.light-bg2  li i {
    color: #ffffff;
}