*{
    margin: 0px;
    padding: 0px;
}
.navbar-nav .nav-link{
    font-weight: 600;
    color: black;
}

.intro-section{
    padding: 80px 50px;
}
.intro-section .intro-content h1, .intro-section .intro-content h2{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
}
.intro-section .intro-content p{
    color: black;
    font-size: 18px;
}
.btn.btn-call{
    padding: 10px 20px;
    color: #FFFFFF !important;
    border-width: 3px !important;
    border-color: #ffffff;
    border-radius: 37px;
    font-size: 18px;
    font-weight: 500 !important;
    background-color: #0C71C3;
    transition: all 0.3x ease;
}
.btn.btn-call:hover{
    background-color: #414480;
}

.expertise-section a{
    text-decoration: none;
    transition: all 0.4s ease;
}
.expertise-section a:hover .expertise-card-content{
    transform: scale(1.05)
}
.expertise-section h1, .expertise-section h2{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
    margin-bottom: 25px;
}
.expertise-section p, .expertise-section ul li{
    color: black;
    font-size: 18px;
    text-align: justify;
}
.expertise-section p a{
    color: crimson;
}
.expertise-card h3{
    color: #0C71C3;
    font-size: 20px;
    margin-bottom: 25px;
}
.expertise-card-content{
    padding: 15px 25px;
    box-shadow:  10px 10px 30px #d0d0d0, -10px -10px 30px #f0f0f0;
    transition: all 0.4s ease;
}
.expertise-card-content p{
    color: black;
    font-size: 18px;
}
.expertise-card-content img{
    margin-bottom: 15px;
}
.btn.btn-more{
    color: #FFFFFF !important;
    border-radius: 12px;
    letter-spacing: 1px;
    font-size: 15px;
    padding-right: 2em;
    padding-left: 0.7em;
    background-color: #000000;
}
.btn.btn-more:hover{
    margin-left: .3em;
    left: auto;
    background-color: #0C71C3;
}

.home-about-section{
    padding: 40px 50px;
}
.home-about-section h2{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
    margin-bottom: 25px;
}
.about-image-wrapper{
    padding: 5px 50px;
}
.home-about-image{
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    box-shadow: 0px 3px 5px 10px #0c71c3;
}
.home-about-content h3{
    color: #0C71C3;
    font-size: 33px;
    font-weight: 600;
}
.home-about-content h4{
    color: #0C71C3;
    font-size: 25px;
    padding-bottom: 15px;
}
.home-about-content p{
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.counter-card{
    text-align: center;
    padding: 30px;
    box-shadow:  10px 10px 30px #d0d0d0, -10px -10px 30px #f0f0f0;
    transition: all 0.4s ease;
}
.counter-card span{
    font-size: 33px;
    font-weight: 600;
    color: #0C71C3;
}
.counter-card p{
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.youtube-section{
    padding: 50px 0px 00px 0px;
}
.video-card{clear: both; text-align: center; padding: 10px;}
.video-card-top {
    border-radius: 10px;
    border-top: 10px solid #f20e0e;
    box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.69);
    height: 550px;
    width: 100%;
}
.owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    left: 10px;
    right: 10px;
}
.owl-nav [class^=owl] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f20e0e;
    position: absolute;
    top: -12px;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.owl-nav [class^=owl]:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    position: absolute;
    top: calc(50% - 6px);
    transition: opacity 0.2s ease 0.2s;
}
.owl-nav [class^=owl].disabled {
    transform: scale(0);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.owl-nav [class^=owl].disabled:after {
    opacity: 0;
}
.owl-nav > :first-child {
    left: 0;
}
.owl-nav > :first-child:after {
    left: calc(50% - 9px);
    border-right-color: white;
}
.owl-nav > :last-child {
    right: 0;
}
.owl-nav > :last-child:after {
    right: calc(50% - 9px);
    border-left-color: white;
}
.owl-dots {
    text-align: center;
    line-height: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
}
.owl-dot + .owl-dot {
    margin-left: 12px;
}
.owl-dot:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f20e0e;
    transform: scale(0.25);
    transition: transform 0.3s ease;
}
.owl-dot.active:after {
    transition-delay: 0.2s;
    transform: scale(1);
}
.dot-indicator {
    width: 24px;
    height: 2px;
    background: #f20e0e;
    position: absolute;
    top: calc(50% + 10px);
    transform: scaleX(0);
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.dot-indicator.next {
    left: 50%;
    -webkit-animation-name: dot-indicator-next;
            animation-name: dot-indicator-next;
}
.dot-indicator.prev {
    right: 50%;
    -webkit-animation-name: dot-indicator-prev;
            animation-name: dot-indicator-prev;
}
@-webkit-keyframes dot-indicator-next {
    0%, 100% {transform: scaleX(0);}
    0%, 60% {transform-origin: left;}
    60% {transform: scaleX(1);}
    60.1%, 100% {transform-origin: right;}
}
@keyframes dot-indicator-next {
    0%, 100% {transform: scaleX(0);}
    0%, 60% {transform-origin: left;}
    60% {transform: scaleX(1);}
    60.1%, 100% {transform-origin: right;}
}
@-webkit-keyframes dot-indicator-prev {
    0%, 100% {transform: scaleX(0);}
    0%, 60% {transform-origin: right;}
    60% {transform: scaleX(1);}
    60.1%, 100% {transform-origin: left;}
}
@keyframes dot-indicator-prev {
    0%, 100% {transform: scaleX(0);}
    0%, 60% {transform-origin: right;}
    60% {transform: scaleX(1);}
    60.1%, 100% {transform-origin: left;}
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #f20e0e;
}

.review-section{
    padding: 30px;
}
.review-section h2{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
    margin-bottom: 25px;
}
.review-card{
    padding: 5px;
}
.review-card-content{
    padding: 15px;
    border: 1px solid #0C71C3;
    border-radius: 15px;
}
.review-card-header{
    display: flex;
    justify-content: space-between;
}
.review-card-header p{
    width: 90%;
    color: #0C71C3;
    font-size: 18px;
    font-weight: 600;
}
.review-card-header img{
    width: 10%;
}
.review-card-body ul, .review-card-body ul li{
    display: inline;
}
.review-card-body ul li i{
    color: orange;
}
.review-card-body p{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}

.faqs-section{
    padding: 30px;
}
.accordions {
    width: 100%;
    margin: 0 auto;
} 
.accordion {
    border: 1px solid #0C71C3;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color .5s ease;
    background-color: white;
    border-radius: 5px;
}
.accordion:hover {
    border-color: #000;
}
.accordion__header {
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: #0C71C3;
}
.accordion__header:after, .accordion__header:before {
    content: '';
    position: absolute;
    right: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #0C71C3;
    transition: all 0.2s;
}
.accordion__header:after {
    transform: rotate(90deg);
}
.accordion:has(input:checked) .accordion__header {
    color: #000;
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    * {
          padding: 0 1em 1em;
    }
}
.accordion input {
    display: none;
}
.accordion:has(input:checked) {
    border-color: #000;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg) !important;
    background-color: #000;
}
.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg) !important;
    background-color: #000;
} 
.accordion input:checked ~ .accordion__content {
    max-height: 1000px;
}

.footer-header{
    padding: 5px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3)
}
.footer-header h4{
    color: #0C71C3;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.footer-content, .footer-links{
    padding: 20px;
}
.footer-content p {
    color: #0C71C3;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.footer-links li{
    margin-bottom: 15px;
    text-align: center;
}
.footer-links li, .footer-links li a{
    text-decoration: none;
    color: #0C71C3;
    font-size: 18px;
    font-weight: 600;
}
.footer-links ul li ul, .footer-links ul li ul li{
    display: inline;
}
.footer-links ul li ul li:not(:last-child){
    margin-right: 5px;
}
.footer-links ul li ul li a{
    padding: 5px;
    background-color: grey;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    transition: all 0.4x ease;
}
.footer-links ul li ul li a i{
    font-size: 22px;
    color: white;
}
.footer-links ul li ul li:first-child a:hover{
    background-color: #3b5998;
}
.footer-links ul li ul li:nth-child(2) a:hover{
    background-color: #0C71C3;
}
.footer-links ul li ul li:nth-child(3) a:hover{
    background-color: crimson;
}
.footer-links ul li ul li:last-child a:hover{
    background-color: darkred;
}

.copyright-section{
    background-color: #0C71C3;
    padding: 5px 0px;
}
.copyright-section p{
    color: white;
    font-size: 16px;
    padding-top: 5px;
}
.copyright-section p a{
    color: white;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.copyright-section p a:hover{
    text-decoration: underline;
}

.about-section{
    padding: 40px 50px;
}
.about-content h1, .about-content h2{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
    margin-bottom: 25px;
}
.about-image-wrapper{
    padding: 5px 50px;
}
.about-content p, .vision-content p, .mission-content p{
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}
.vision-content .header, .mission-content .header{
    padding: 5px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
.vision-content h2, .mission-content h2{
    color: #414480;
    font-size: 33px;
    font-weight: 600;
    text-align: center;
}

.service-intro-section{
    padding: 30px 80px;
}
.service-intro-section .intro-content h1, .service-intro-section .intro-content h2{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
}
.service-intro-section .intro-content p{
    color: black;
    font-size: 18px;
    text-align: justify;
}
.service-intro-section p a{
    text-decoration: none;
    color: crimson;
}

.cancer-form{
    padding: 25px 50px;
}
.cancer-form span{
    font-size: 25px;
    font-weight: 600;
    color: #414480 !important;
}
.cancer-form .form-control{
    border: none;
    border-bottom: 2px solid #0C71C3;
    border-radius: none;
    height: 45px;
}
.btn.btn-submit{
    padding: 10px 20px;
    color: #FFFFFF !important;
    border-width: 3px !important;
    border-color: #ffffff;
    border-radius: 37px;
    font-size: 18px;
    font-weight: 500 !important;
    background-color: #0C71C3;
    transition: all 0.3x ease;
}
.btn.btn-submit:hover{
    background-color: #414480;
}

.media-section{
    padding: 25px 0px;
}
.btn.btn-media{
    padding: 10px 20px;
    color: #FFFFFF !important;
    border-width: 3px !important;
    border-color: #ffffff;
    border-radius: 37px;
    font-size: 18px;
    font-weight: 500 !important;
    background-color: #0C71C3;
    transition: all 0.3x ease;
}
.btn.btn-media.active, .btn.btn-media:hover{
    background-color: #414480;
}
.media-section .video-card-top {
    height: 250px;
    width: 100%;
}
.magnific-img{
    width: 100%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.contact-section{
    padding: 30px;
}
.contact-form{
    padding: 50px;
}
.contact-form span{
    font-size: 25px;
    font-weight: 600;
    color: #414480 !important;
}
.contact-form input.form-control{
    border: none;
    border-bottom: 2px solid #0C71C3;
    border-radius: none;
    height: 45px;
}
.contact-form textarea{
    border: none;
    border-bottom: 2px solid #0C71C3;
    border-radius: none;
}
.contact-section h1{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
    margin-bottom: 25px;
}
.contact-section p{
    color: #0C71C3;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}
.contact-section p a{
    text-decoration: none;
    color: crimson;
}

.blog-section{
    padding: 25px 0px;
}
.blog-section h1{
    font-weight: 600;
    font-size: 30px;
    color: #414480 !important;
    text-align: center;
    margin-bottom: 25px;
}
.blog-card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 25px;
}
.blog-thumbnail img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.blog-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.blog-content p.title{
    font-size: 22px;
    color: #0C71C3;
    text-align: center;
    margin-top: 15px;
}
.blog-content p.text{
    color: black;
    text-align: justify;
}
.blog-card a{
    text-decoration: none;
}
.author small{
    color: black;
}

.blog-details h1{
    font-weight: 600;
    font-size: 30px;
    color: #414480;
}
.blog-details p, .blog-details ul li{
    font-size: 20px;
    font-weight: 400;
    color: black;
    text-align: justify;
}
.blog-details p.small{
    font-size: 16px;
}
.blog-details h2{
    color: #414480;
}
.blog-details h2, .blog-details h3{
    font-weight: 600;
    font-size: 25px;
}
.blog-navs{
    display: flex;
    justify-content: space-between;
}
.blog-navs a{
    padding: 5px 25px;
    border: 1px solid grey;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: crimson;
    transition: all 0.3s ease;
}
.blog-navs a:hover{
    color: white;
    background-color: crimson;
    border-color: crimson;
}
.contact-form.two {
    padding: 0px 20px;
}
.more-blogs span{
    font-size: 25px;
    font-weight: 600;
    color: #414480 !important;
}

@media only screen and (max-width: 1425px) {
    
}
@media only screen and (max-width: 1365px) {
    .navbar-nav .nav-link {
        font-size: 15px;
    }
    .home-about-content h4 {
        font-size: 20px;
    }
    .home-about-content p {
        font-size: 16px;
    }
    .expertise-card-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1024px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }
    .expertise-card-content {
        padding: 15px;
    }
    .expertise-card-content p {
        font-size: 15px;
    }
    .about-image-wrapper, .footer-content {
        padding: 5px;
    }
    .home-about-content h3 {
        font-size: 30px;
    }
    .home-about-content h4 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .home-about-content p {
        font-size: 14px;
    }
    .footer-content p, .footer-links li, .footer-links li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 900px) {
    .intro-section .intro-content h1 {
        font-size: 24px;
    }
    .expertise-card-content {
        padding: 40px;
    }
    .expertise-card-content p {
        font-size: 18px;
    }
    .home-about-content{
        text-align: center;
    }
    .home-about-content h3 {
        font-size: 36px;
    }
    .home-about-content h4 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .home-about-content p {
        font-size: 18px;
    }
    .service-intro-section {
        padding: 30px 50px;
    }
    .footer-content {
        padding: 20px;
    }
}
@media screen and (max-width: 820px) {
    .navbar-nav .nav-link {
        font-size: 16px;
    }
    .video-card-top {
        height: 380px;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 16px;
    }
    .video-card-top {
        height: 380px;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .navbar-nav .nav-link {
        font-size: 16px;
    }
    .video-card-top {
        height: 270px;
        width: 100%;
        margin-bottom:50px;
    }
    .service-intro-section, .contact-section, .contact-form, .cancer-form {
        padding: 20px;
    }
}
@media only screen and (max-width: 420px) {
    .intro-section {
        padding: 30px 20px;
    }
    .intro-section .intro-content h1 {
        font-size: 25px;
    }
    .intro-section .intro-content p {
        text-align: justify;
        font-size: 15px;
    }
    .expertise-card-content {
        padding: 20px;
    }
    .home-about-section {
        padding: 30px 20px;
    }
    .home-about-section h2 {
        font-size: 24px;
    }
    .home-about-content h3 {
        font-size: 27px;
    }
    .home-about-content h4 {
        font-size: 20px;
    }
    .home-about-content p {
        font-size: 16px;
        text-align: justify;
    }
    .service-intro-section {
        padding: 10px;
    }
    .service-intro-section .intro-content h1, .service-intro-section .intro-content h2, .expertise-section h1, .expertise-section h2, .blog-section h1, .blog-details h1{
        font-size: 27px;
    }
    .blog-content p.title {
        font-size: 18px;
    }
    .blog-content p, .blog-content p.text, .blog-details p, .blog-details ul li {
        font-size: 16px;
    }
    .blog-details h2, .blog-details h3 {
        font-size: 22px;
    }
}