* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  color: #545454;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  overflow-y: auto;
  line-height: 1.2;
}

.brand,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.td-name,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
td,
textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 20px;
  color: #2959a1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Top contact bar */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1f68bf;
  padding: 0px 20px;
  /* border-bottom: 2px solid #0575b1; */
}

.top-bar .left {
  display: flex;
  padding: 5px 0px;
  color: #0575b1;
  font-weight: bold;
}
.top-bar .left a {
  text-decoration: none;
}
.top-bar .left a p,
.enquiry-button {
  background-color: #6abd95;
  padding: 7px 15px;
  font-weight: 300;
  color: #fff;
  border-radius: 7px;
  margin: 0px;
  height: 34px;
  display: flex;
  align-items: center;
}

.top-bar .left a p strong {
  margin-left: 5px;
  font-weight: 600;
}
.top-bar .left a p strong  i{
  filter: grayscale(4) brightness(5);
}
.top-bar .left a p:hover strong {
  color: #0056b3;
}

.top-bar .right a{
  text-decoration: none;
}

.enquiry-button {
  font-weight: 600;
}
.enquiry-button a {
  font-weight: 600;
  transition: 0.3s ease-in-out;
}


/* Branding */
.nav {
  padding: 10px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  text-align: center;
}

.nav h3 {
  margin: 0;
  color: #1f68bf;
  font-size: 28px;
  font-weight: 700;
}

.nav p {
  margin: 0;
  font-size: 14px;
  color: #1f68bf;
  font-weight: 700;
}

/* section css start */
.title_image {
  width: 80%;
  margin: auto;
}
.title_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#college-of-physiotherapy p {
  line-height: 1.6;
  color: #545454;
  font-weight: 500;
}
#college-of-physiotherapy p strong {
  font-weight: 600;
  color: #000;
}
#college-of-physiotherapy ul {
  padding-left: 25px;
}
#college-of-physiotherapy ul li {
  line-height: 1.6;
  font-weight: 500;
}
#college-of-physiotherapy ul li strong {
  font-weight: 600;
  color: #000;
}
#college-of-physiotherapy h3 {
  font-size: 17px;
  color: #2959a1;
  line-height: 1.6;
}
#college-of-physiotherapy .image_content_wrapper img {
  width: 100%;
}

/* Slider CSS Start  */

.thumbnail_slider {
  max-width: 700px;
  margin: 20px auto;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 580px;
  overflow: hidden;
  transition: 0.2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.main_slider_wrapper .splide__slide {
  position: relative;
}

.main_slider_wrapper .splide__slide p {
  position: absolute;
  bottom: 0px;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px !important;
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  box-shadow: 2px 3px 8px #000000a3;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active p {
  transform: translateY(0%);
  opacity: 1;
  color: #fff !important;
}
.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 576px) {
  .main_slider_wrapper .splide__slide p {
    font-size: 10px;
  }
}
/* Slider CSS End  */

/* footer section css start */
.footer_section {
  background-color: #032e53;
  padding: 30px 0px 15px;
}
.mainfooterbg h4 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.linkf {
  font-size: 16px;
  text-align: start;
  display: flex;
  margin-bottom: 12px !important;
}
.linkf strong {
  font-weight: 600;
  color: #fff;
  padding-right: 5px;
}
.linkf a {
  color: #fff;
}
.linkf span {
  color: #fff;
  font-weight: 300;
}

.footer-white {
  background-color: #6abd95;
  line-height: 36px;
  padding: 10px 0px;
}
.footer-white .copyright {
  color: #ffffff;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  padding: 1px 0;
  margin: 10px 3px;
  line-height: 20px;
}

/* footer section css end */
#college-of-physiotherapy ul li {
  margin-bottom: 3px;
}

/* blinking animation */
.blinking_animtion {
  animation: blinker 2s ease infinite;
  font-size: 16px !important;
}
.blinking_animtion:hover {
  animation: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .top-bar {
    padding: 0px 10px;
  }
  .top-bar .left a p,
  .enquiry-button {
    margin: 0px;
    height: 40px;
    font-size: 10px !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .top-bar .left a p strong {
    color: #ffffff;
    font-size: 12px;
    padding-top: 3px;
    font-weight: 600;
  }
  .nav {
    padding: 5px 15px;
  }
  .nav h3 {
    font-size: 22px;
  }
  .nav p {
    font-size: 11px;
  }
  .main-title {
    font-size: 15px;
    padding-bottom: 10px !important;
  }
  #college-of-physiotherapy p {
    line-height: 1.6;
  }
  body {
    font-size: 14px;
  }
  #college-of-physiotherapy h3 {
    font-size: 15px;
    color: #2959a1;
    line-height: 1.6;
  }
  .mainfooterbg h4 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .footer_section {
    padding: 20px 0px 5px;
  }
  .linkf {
    font-size: 14px;
    text-align: start;
    display: flex;
    margin-bottom: 12px !important;
    flex-direction: column;
  }
  .linkf span {
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
  }
  .linkf strong {
    margin-bottom: 4px;
  }
  .footer-white {
    padding: 5px 0px;
    text-align: center;
  }

}
