
/* ==========================================================================
   SSIPT — B.Sc Nursing Landing Page
   Bootstrap 4.6 custom stylesheet (mobile first)
   ========================================================================== */

:root {
  --teal: #2593a5;
  --teal-mid: #3aa2b2;
  --teal-deep: #135c68;
  --teal-soft: #e6f3f5;
  --dark-card: #362c2b;
  --ink: #111111;
  --grey-bg: #f3f3f3;
}

* { -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

img { max-width: 100%; }
a { transition: all .25s ease; }
a:hover { text-decoration: none; }

.teal { color: var(--teal); }

/* ---------- buttons ---------- */
.btn-teal {
  background: var(--teal); border: 0; color: #fff;
  font-weight: 600; border-radius: 6px; padding: 11px 26px; font-size: 15px;
}
.btn-teal:hover, .btn-teal:focus { background: #1d7c8c; color: #fff; }
.btn-wide { min-width: 220px; }

/* ---------- recurring divider (long thin + short thick) ---------- */
.rule-split { display: flex; align-items: center; margin: 14px 0 26px; }
.rule-split .thin { flex: 1 1 auto; height: 1px; background: #111; }
.rule-split .thick { flex: 0 0 16%; height: 3px; background: #111; margin-left: 16px; }
.rule-split.light .thin { background: rgba(255, 255, 255, .55); }
.rule-split.light .thick { background: #fff; }

/* ---------- shared section headings ---------- */
.sec-head { margin-bottom: 6px; }
.head-big { font-size: 24px; font-weight: 800; letter-spacing: .5px; color: #111; margin: 0 0 10px; }
.head-big.light { color: #fff; }
.head-big.muted { color: #8b8b8b; }
.head-mid { font-size: 22px; font-weight: 700; color: #6f6f6f; line-height: 1.25; margin: 0 0 10px; }
.head-small { font-size: 14px; font-weight: 700; color: #111; line-height: 1.4; margin: 0 0 10px; }
.head-small.light { color: #fff; }

/* ==========================================================================
   1. HERO
   ========================================================================== */
.site-head { padding: 18px 0 10px; }
.brand img { width: 90px; }

.hero { padding-bottom: 18px; }

.hero-card {
  position: relative; overflow: hidden; border-radius: 6px;
  min-height: 330px; margin-bottom: 18px;
  background-image:url('https://ssin2026-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Ssin/main-page/images/hero-corridor.png');
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-card-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .55;
}
.hero-card-body { position: relative; z-index: 2; padding: 26px 22px 30px; }
.hero-card-body h1 { margin: 0 0 8px; line-height: 1.1; }
.hero-card-body h1 span { display: block; color: #fff; }
.hero-card-body .h-thin { font-size: 22px; font-weight: 600; }
.hero-card-body .h-bold { font-size: 30px; font-weight: 800; }
.hero-at { color: rgba(255, 255, 255, .85); font-size: 15px; margin: 0 0 6px; padding-left: 2px; }
.hero-chip {
  display: inline-block; background: #fff; border-radius: 8px;
  padding: 12px 18px; font-size: 15px; font-weight: 700; color: #111; line-height: 1.4;
}
.hero-note {
  color: rgba(255, 255, 255, .92); font-size: 13px; line-height: 1.6;
  margin: 22px 0 0; padding-left: 14px; border-left: 1px solid rgba(255, 255, 255, .6);
}

.hero-form {
  background: #111; border-radius: 12px; padding: 22px 20px; color: #fff;
  min-height: 330px;
}
.form-heading { font-size: 18px; font-weight: 700; color: #fff; text-align: center; margin-bottom: 18px; }
.hero-form .form-control {
  background: transparent; border: 0; border-bottom: 1px solid #444; border-radius: 0;
  padding-left: 0; font-size: 13px; height: 40px; color: #fff; box-shadow: none;
}
.hero-form .form-control::placeholder { color: #8b8b8b; }
.hero-form .form-control:focus { background: transparent; color: #fff; border-bottom-color: var(--teal); }
.hero-form select.form-control option { color: #111; }
.hero-form .form-check-label { font-size: 11px; color: #9a9a9a; }

.hero-strip { margin-top: 16px; }
.affiliate { display: flex; align-items: center; margin-bottom: 14px; }
.affiliate img { width: 62px; margin-right: 14px; }
.affiliate span { display: block; font-size: 12px; color: #8b8b8b; letter-spacing: .5px; }
.affiliate strong { display: block; font-size: 14px; color: #444; line-height: 1.3; }
.closing { font-size: 14px; font-weight: 700; color: #111; letter-spacing: .3px; }

/* ==========================================================================
   2. INTRO + STATS
   ========================================================================== */
.intro-section {
  background: linear-gradient(180deg, #e9e9e9 0%, #ffffff 45%);
  padding: 40px 0 26px;
}
.intro-title { font-size: 21px; font-weight: 800; text-align: center; color: #111; margin-bottom: 6px; }
.intro-sub { font-size: 14px; letter-spacing: 2px; text-align: center; color: #333; margin-bottom: 22px; }
.intro-text {
  max-width: 900px; margin: 0 auto 30px; text-align: center;
  font-size: 13px; line-height: 1.7; color: #444;
}

.stats-bar { background: var(--teal-soft); border-radius: 4px; padding: 18px 10px; }
.stat { text-align: center; padding: 12px 8px; }
/* on small screens the bar is a 2-up grid — only the right column gets a rule */
.stat:nth-child(even) { border-left: 1px solid #c3dee2; }
.stat strong { display: block; font-size: 24px; font-weight: 800; color: #111; line-height: 1.1; }
.stat span { display: block; font-size: 11.5px; color: #444; line-height: 1.5; margin-top: 4px; }

/* ==========================================================================
   3. AYURVEDA HOSPITAL
   ========================================================================== */
.hospital-section { padding-bottom: 40px; }
.hosp-title { font-size: 30px; font-weight: 800; text-align: center; color: #111; margin-bottom: 6px; }
.hosp-sub { font-size: 15px; text-align: center; color: #333; margin-bottom: 26px; }

.hosp-points ul { list-style: none; padding: 0; margin: 0; }
.hosp-points li {
  position: relative; font-size: 13px; font-weight: 700; color: #6d6d6d;
  line-height: 1.5; padding: 0 0 16px 18px;
}
.hosp-points li::before { content: "\2022"; position: absolute; left: 2px; top: -2px; font-size: 16px; }

.hosp-photo { margin-top: 10px; }
.hosp-photo img { width: 100%; height: 240px; object-fit: cover; display: block; }

.about-panel { margin-top: -40px; position: relative; z-index: 2; }
.about-img { background: var(--teal); height: 100%; display: flex; align-items: flex-end; }
.about-img img { width: 100%; display: block; }
.about-body { background: var(--teal); padding: 26px 22px 30px; height: 100%; }
.about-body h3 { color: #fff; font-size: 24px; font-weight: 800; margin-bottom: 16px; }
.about-body p { color: rgba(255, 255, 255, .92); font-size: 12.5px; line-height: 1.7; margin-bottom: 12px; }
.about-body h4 { color: #fff; font-size: 17px; font-weight: 400; margin: 20px 0 10px; }
.about-body ul { list-style: none; padding: 0; margin: 0; }
.about-body li {
  position: relative; color: rgba(255, 255, 255, .95); font-size: 11.5px;
  line-height: 1.6; padding: 0 0 8px 14px;
}
.about-body li::before { content: "\2022"; position: absolute; left: 0; top: -2px; }

.highlights { background: var(--teal-deep); padding: 26px 22px 30px; }
.highlights h3 { color: #fff; font-size: 22px; font-weight: 800; text-align: center; margin-bottom: 22px; }
.highlights ul { list-style: none; padding: 0; margin: 0; }
.highlights li {
  position: relative; color: #fff; font-size: 11.5px; font-weight: 700;
  line-height: 1.5; padding: 0 0 16px 14px;
}
.highlights li::before { content: "\2022"; position: absolute; left: 0; top: -2px; }
.highlights-wide { margin-top: 6px; }

/* ==========================================================================
   4. WHY CHOOSE SSIPT
   ========================================================================== */
.why-section { padding: 40px 0 45px; }
.why-grid { position: relative; }
.why-figure { display: block; margin: 0 auto 20px; max-width: 220px; }
.why-item { margin-bottom: 24px; }
.why-item h4 { font-size: 13px; font-weight: 700; color: #111; margin-bottom: 6px; }
.why-item p { font-size: 12.5px; line-height: 1.6; color: #555; margin: 0; }

/* ==========================================================================
   5. RESEARCH & INNOVATION
   ========================================================================== */
.research-section { padding: 10px 0 45px; }
.research-card { background: var(--dark-card); border-radius: 12px; padding: 30px 22px 26px; }
.research-body { margin-top: 10px; }
.focus-title { color: #cfc6c4; font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.focus-list { list-style: none; padding: 0; margin: 0 0 24px; }
.focus-list li {
  position: relative; color: #fff; font-size: 12px; font-weight: 700;
  line-height: 1.5; padding: 0 0 14px 14px;
}
.focus-list li::before { content: "\2022"; position: absolute; left: 0; top: -2px; }

.research-figure { text-align: center; margin-bottom: 22px; }
.research-figure img { max-width: 200px; }

.awards { margin: 0 -6px; }
.award {
  position: relative; text-align: center; padding: 10px 22px 18px;
}
.award img { position: absolute; top: 8px; width: 26px; opacity: .9; }
.award img.lf { left: 0; }
.award img.rt { right: 0; }
.award span { display: block; color: #d8d0ce; font-size: 10.5px; line-height: 1.4; }
.award strong { display: block; color: #fff; font-size: 13px; font-weight: 700; line-height: 1.3; }

/* ==========================================================================
   6. CAREER PATHS
   ========================================================================== */
.career-section { padding: 30px 0 40px; }
.career-grid { position: relative; }
.career-figure { display: block; margin: 0 auto 20px; max-width: 200px; }
.career-list { list-style: none; padding: 0; margin: 0; }
.career-list li {
  position: relative; font-size: 12.5px; font-weight: 700; color: #111;
  line-height: 1.4; padding: 0 0 16px 16px;
}
.career-list li::before { content: "\2022"; position: absolute; left: 2px; top: -2px; }
.career-list.small li { font-size: 11px; padding-bottom: 14px; }

/* ==========================================================================
   7. FACULTY
   ========================================================================== */
.faculty-section { background: var(--grey-bg); padding: 40px 0 45px; }
.faculty-section .head-big { font-size: 26px; }

.faculty-row { margin-top: 18px; }
.faculty-col { padding: 8px; }

/* each card is a tab control */
.faculty-card { position: relative; display: block; cursor: pointer; }
.faculty-card > img { width: 100%; display: block; }
.faculty-meta {
  display: block; position: relative; background: var(--teal);
  padding: 14px 14px 18px; min-height: 86px; transition: background .25s ease;
}
.faculty-meta strong { display: block; color: #fff; font-size: 13px; font-weight: 700; }
.faculty-meta > span:not(.faculty-toggle) {
  display: block; color: rgba(255, 255, 255, .9); font-size: 12px; line-height: 1.4;
}

.faculty-card:hover .faculty-meta { background: #1d7c8c; }
.faculty-card:focus { outline: none; }
.faculty-card:focus .faculty-meta { box-shadow: 0 0 0 3px rgba(37, 147, 165, .45); }

/* inactive cards read back a step; the active one carries the arrow marker */
.faculty-card > img { transition: opacity .25s ease; }
.faculty-card:not(.active) > img { opacity: .78; }

.faculty-meta .faculty-toggle {
  display: none; position: absolute; right: 10px; bottom: -16px;
  width: 34px; height: 34px; border-radius: 4px; background: #2a3a5c;
  color: #fff; font-size: 14px; text-align: center; line-height: 34px;
}
.faculty-card.active .faculty-meta .faculty-toggle { display: block; }

.faculty-content { min-height: 200px; }
.faculty-bio { margin: 34px 0 0; padding-left: 20px; }
.faculty-bio li { font-size: 13px; line-height: 1.7; color: #333; }

/* ==========================================================================
   8. ADMISSION PROCESS
   ========================================================================== */
.admission-section { padding: 40px 0 45px; }
.steps-row { margin-top: 24px; }
.step { margin-bottom: 24px; }
.step-mark { display: block; position: relative; margin-bottom: 14px; }
.step-mark i { color: #33b249; font-size: 15px; background: #fff; position: relative; z-index: 2; padding-right: 4px; }
.step-mark::after {
  content: ""; position: absolute; left: 16px; right: 6px; top: 50%;
  border-top: 2px dotted #bdbdbd;
}
.step p { font-size: 12px; line-height: 1.6; color: #555; margin: 0; }

/* ==========================================================================
   9. CAMPUS & FACILITIES
   ========================================================================== */
.campus-section { padding: 20px 0 45px; }
.campus-figure { margin-bottom: 22px; }
.campus-figure img { width: 100%; display: block; }
.campus-grid { margin-top: 6px; }
.campus-item { margin-bottom: 22px; }
.campus-item h4 { font-size: 13px; font-weight: 700; color: #111; margin-bottom: 6px; }
.campus-item p { font-size: 12.5px; line-height: 1.6; color: #555; margin: 0; }

/* ==========================================================================
   10. CTA + FOOTER
   ========================================================================== */
.cta-section { background: var(--grey-bg); padding: 0 0 40px; }
.cta-bar { height: 8px; background: var(--teal); margin-bottom: 42px; }
.cta-title {
  text-align: center; font-size: 24px; font-weight: 800; color: #111;
  line-height: 1.4; margin-bottom: 24px;
}
.cta-closing { text-align: center; font-size: 21px; font-weight: 800; color: #111; margin: 26px 0 34px; }

.footer-row { margin-bottom: 26px; }
.footer-row img {
    width: 90px;
}
.footer-logo { width: 240px; margin-bottom: 14px; }
.copyright { font-size: 15px; color: #444; margin: 0; }
.copyright strong { color: #111; }

.footer-cta .btn { margin-bottom: 12px; }

/* ==========================================================================
   RESPONSIVE — SM
   ========================================================================== */
@media (min-width: 576px) {
  .hero-card-body .h-bold { font-size: 36px; }
  .intro-title { font-size: 26px; }
  .hosp-title { font-size: 34px; }
  .head-big { font-size: 28px; }
  .cta-title { font-size: 28px; }
}

/* ==========================================================================
   RESPONSIVE — MD
   ========================================================================== */
@media (min-width: 768px) {
  .brand img { width: 250px; }

  .hero-card { min-height: 380px; }
  .hero-card-body { padding: 34px 30px 40px; }
  .hero-card-body .h-thin { font-size: 26px; }
  .hero-card-body .h-bold { font-size: 40px; }
  .hero-chip { font-size: 16px; padding: 14px 22px; }

  .closing { text-align: right; }

  .intro-title { font-size: 30px; }
  .intro-sub { font-size: 16px; letter-spacing: 3px; }
  .intro-text { font-size: 13.5px; }

  .hosp-photo img { height: 340px; }
  .about-body { padding: 34px 32px 38px; }
  .highlights { padding: 30px 32px 34px; }

  .why-figure { max-width: 260px; }

  .research-card { padding: 36px 32px 30px; }
  .research-figure img { max-width: 240px; }

  .career-figure { max-width: 240px; }

  .faculty-bio li { font-size: 14px; }

  .cta-title { font-size: 32px; }
  .cta-closing { font-size: 26px; }
  .footer-cta .btn { margin-bottom: 0; }
  .footer-row img {
    width: 90px;
}
}

/* ==========================================================================
   RESPONSIVE — LG (design layout)
   ========================================================================== */
@media (min-width: 992px) {
  .site-head { padding: 26px 0 14px; }
  .brand img { width: 90px; }

  /* hero */
  .hero { padding-bottom: 26px; }
  .hero-card { min-height: 420px; margin-bottom: 0; }
  .hero-card-body { padding: 60px 40px 40px; max-width: 460px; }
  .hero-card-body .h-thin { font-size: 27px; }
  .hero-card-body .h-bold { font-size: 42px; }
  .hero-form { min-height: 420px; padding: 15px 6px; }
  .hero-strip { margin-top: 30px; }
  .affiliate { margin-bottom: 0; }
  .affiliate img { width: 74px; margin-right: 18px; }

  /* intro */
  .intro-section { padding: 55px 0 20px; }
  .intro-title { font-size: 34px; }
  .intro-text { margin-bottom: 40px; }
  .stats-bar { padding: 22px 20px; }
  .stat { text-align: left; padding: 8px 18px; border-left: 0; }
  .stat + .stat { border-left: 1px solid #c3dee2;padding-left:10px; }
  .stat strong { font-size: 30px; }

  /* hospital */
  .hospital-section { padding-bottom: 55px; }
  .hosp-title { font-size: 42px; }
  .hosp-sub { font-size: 18px; margin-bottom: 34px; }
  .hosp-points { padding: 0 40px; }
  .hosp-points li { font-size: 13.5px; }
  .hosp-photo img { height: 420px; }

  .about-panel { margin-top: -130px; }
  .about-img { background: var(--teal); padding: 20px 0 0 20px; }
  .about-body { padding: 44px 44px 40px 10px; }
  .about-body h3 { font-size: 32px; }
  .highlights { padding: 34px 44px 40px; }
  .highlights h3 { font-size: 26px; }

  /* why */
  .why-section { padding: 60px 0 65px; }
  .why-grid { padding-top: 10px; }
  .why-figure {
    position: absolute; left: 50%; top: -78px; transform: translateX(-50%);
    max-width: 300px; margin: 0; z-index: 1;
  }
  .why-item { margin-bottom: 34px; min-height: 120px; }

  /* research */
  .research-section { padding: 10px 0 60px; }
  .research-card { padding: 44px 44px 20px; }
  .research-body { margin-top: 16px; }
  .research-figure { margin-bottom: -20px; position: relative; z-index: 3; }
  .research-figure img { max-width: 100%; }
  .award { padding: 12px 26px 20px; }
  .award img { width: 30px; }

  /* career */
  .career-section { padding: 45px 0 55px; }
  .career-figure {
    position: absolute; left: 46%; top: -110px; transform: translateX(-50%);
    max-width: 260px; margin: 0;
  }
  .career-list li { padding-bottom: 20px; }

  /* faculty */
  .faculty-section { padding: 55px 0 60px; }
  .faculty-section .head-big { font-size: 40px; }
  .faculty-meta { min-height: 96px; padding: 16px 16px 20px; }

  /* admission */
  .admission-section { padding: 55px 0 60px; }
  .steps-row { margin-top: 34px; }
  .step { margin-bottom: 10px; }

  /* campus */
  .campus-section { padding: 25px 0 60px; }
  .campus-figure { margin-bottom: 0; }
  .campus-item { margin-bottom: 28px; }

  /* cta */
  .cta-section { padding-bottom: 55px; }
  .cta-bar { margin-bottom: 55px; }
  .cta-title { font-size: 36px; }
  .cta-closing { font-size: 30px; margin: 34px 0 44px; }
  .footer-row { margin-bottom: 34px; }
  .copyright { text-align: right; }
}

/* ==========================================================================
   RESPONSIVE — XL
   ========================================================================== */
@media (min-width: 1200px) {
  .hero-card { min-height: 450px; }
  .why-figure { max-width: 330px; top: -92px; }
  .career-figure { max-width: 290px; top: -194px;left:400px; }
  .hosp-photo img { height: 100%; }
}

.ctplqryform h2{
  font-size:20px;
}
.ctpl-select {
    color: #000;
}
.ctplqryform label{
  font-size:0.7rem;
}
.ctplqryform .ctpl-mb-3 {
    margin-bottom: 0.4rem !important;
}

@media (min-width:320px) and (max-width:480px){
  .hero-form {
    padding: 22px 0px;
  }
  .ctplqryform .ctplrow>* {
    padding-right: calc(1.1rem * .5);
  }
}

 
/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 2px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    /* height: 620px; */
    border: 2px solid #ccc;
}

.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #2897a9;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #2897a9;
}
.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}



.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #2897A9, #2897A9);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #2897A9;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.btn-style-five,
.btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #2897A9;
    border: 1px solid #2897A9;
}
.loginwithotpbtn,
.loginwithotpbtn:hover {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
#loginregister {
    box-shadow: none !important;
}
form#dataFormRegistration {
    display: block !important;
}




@media (max-width: 767px) {
    .banner_form_sec {
        height: auto;
        margin-top: 45px !important;
    }
}


/* Form Css Ends */


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 9;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */
