@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular, .cs_left_right .cs_heading p, .cs_hero .container-fluid .hero_slider .slide .cs_figure h1, .cs_booking_button, body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contact_us .contact_form .cs_field textarea::-moz-placeholder, .contact_us .contact_form .cs_field select::-moz-placeholder, .contact_us .contact_form .cs_field input::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-bold, .inner_pages .cs_content p span, .inner_pages .cs_content p.bold, .cs_left_right .hiw .cs_count .cs_figure .cs_number, .contact_us .contact_form .cs_field textarea::placeholder,
.contact_us .contact_form .cs_field select::placeholder,
.contact_us .contact_form .cs_field input::placeholder, .contact_us .contact_form .cs_field textarea,
.contact_us .contact_form .cs_field select,
.contact_us .contact_form .cs_field input, .our_faq .accordion .accordion-item .accordion-collapse .accordion-body p span,
.sign_package .accordion .accordion-item .accordion-collapse .accordion-body p span, .our_faq .accordion .accordion-item .accordion-header button,
.sign_package .accordion .accordion-item .accordion-header button, .we_detect .container-fluid.cs_marquee .inner_wrapper .cs_figure p, .our_radiologists .information h2, .common_header .container-fluid .row .col-sm-12 .cs_page_title h1, footer .ft_contacts .ft_info p span, footer .ft_contacts h3, .cs_home_map .cs_tag, .cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom h3, .cs_testimonial .container-fluid .cs_inner_testimonial .cs_figure .name_detail h3,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .cs_figure .name_detail h3, .cs_testimonial .container-fluid .cs_inner_testimonial .cs_figure .info h3,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .cs_figure .info h3, .mri_reimagined .process-box h3, .contact_no .content_info h1, .cs_aboutus .container-fluid h1, .cs_hero .container-fluid .hero_slider .slide .cs_figure h1 span, .cs_icon_list .cs_figure .cs_info h3, .cs_heading p, .cs_heading h1, .cs_heading h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black, .cs_heading h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

:root {
  --primary-color: #02332F;
  --secondary-color: #2e7d6a;
  --secondary-color-light: #33B4AF;
  --shadow-color: #A5DED1;
}

body {
  font-size: 16px;
  color: var(--primary-color);
  overflow-x: hidden;
  line-height: 28px;
}

.cs_shadow_light_box, .cs_testimonial .container-fluid,
.cs_home_testimonial .container-fluid, .shadow_section .container-fluid {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 50px var(--shadow-color);
}

ul, li, ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}

.cs_booking_button {
  font-size: 14px !important;
  color: #fff;
  background: var(--secondary-color);
  border-radius: 40px;
  line-height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0px;
}
.cs_booking_button .material-icons {
  margin-left: 20px;
  transform: rotate(-45deg);
}
.cs_booking_button.h40 {
  height: 40px;
  padding: 0px 20px !important;
}
.cs_booking_button.h60 {
  height: 60px;
  padding: 0px 30px;
}

.cs_heading {
  margin-bottom: 30px;
}
.cs_heading h1, .cs_heading h2 {
  color: #000;
}
.cs_heading h1 {
  font-size: 32px;
  line-height: 46px;
}
.cs_heading h2 {
  font-size: 52px;
}
.cs_heading p {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}

.cs_icon_list {
  position: relative;
  z-index: 1;
}
.cs_icon_list .cs_figure {
  display: flex;
  margin-bottom: 40px;
}
.cs_icon_list .cs_figure .cs_icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(#fff 0%, #dffff7 100%);
  border: 1px solid #74d3bc;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_icon_list .cs_figure .cs_icon img {
  height: 25px;
}
.cs_icon_list .cs_figure .cs_info h3 {
  font-size: 16px;
  color: #000;
  margin: -2px 0px 5px 0px;
}
.cs_icon_list .cs_figure .cs_info p {
  line-height: 20px;
}
.cs_icon_list .cs_figure:last-child {
  margin-bottom: 0 !important;
}
.cs_icon_list.reverse .cs_figure {
  width: 100%;
  margin-bottom: 60px;
}
.cs_icon_list.reverse .cs_figure:nth-child(odd) {
  padding-left: calc(50% - 25px);
}
.cs_icon_list.reverse .cs_figure:nth-child(even) {
  padding-right: calc(50% - 25px);
  flex-direction: row-reverse;
}
.cs_icon_list.reverse .cs_figure:nth-child(even) .cs_icon {
  margin-right: 0;
  margin-left: 15px;
}
.cs_icon_list.reverse .cs_figure:nth-child(even) .cs_info {
  text-align: right;
}
.cs_icon_list.reverse:after {
  content: "";
  width: 2px;
  background: var(--secondary-color);
  height: calc(100% - 40px);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.cs_icon_list.light .cs_icon {
  background: linear-gradient(#fff 0%, #dffff7 100%);
  border: 1px solid #74d3bc;
}
.cs_icon_list.dark .cs_icon {
  background: linear-gradient(#02332f 0%, #2e7d6a 100%);
  border: 0px;
}

nav {
  position: sticky !important;
  top: 0px;
  left: 0px;
  z-index: 12;
  background: var(--primary-color);
  border-top: solid 5px var(--secondary-color);
}
nav.navbar {
  padding: 30px 20px;
}
nav.navbar .navbar-brand {
  padding: 0px;
}
nav.navbar .navbar-brand img {
  height: 35px;
}
nav.navbar .navbar-toggler {
  background: #fff;
  border: 0px;
}
nav.navbar .navbar-toggler span {
  color: #fff;
}
nav.navbar .navbar-collapse .navbar-nav {
  align-items: center;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  padding: 10px 35px;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  left: 35px;
  bottom: 10px;
  background: var(--secondary-color);
}
nav.navbar .navbar-collapse .navbar-nav .nav-item .cs_booking_button {
  margin-left: 25px;
}

.cs_book_mobile {
  background: var(--secondary-color);
  color: #fff;
  padding: 10px 25px;
  transform: rotate(-90deg);
  position: fixed;
  z-index: 20;
  border-radius: 20px 20px 0px 0px;
  border: solid 2px #fff;
  right: -40px;
  top: 40%;
  display: none;
}

.button_bottom {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--primary-color);
  border: solid 2px var(--secondary-color);
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.button_bottom i {
  color: #fff;
  transform: rotate(-90deg);
  font-size: 20px;
}
.button_bottom.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.cs_hero {
  padding: 30px;
}
.cs_hero .container-fluid .hero_slider {
  width: 100%;
}
.cs_hero .container-fluid .hero_slider .slide {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.cs_hero .container-fluid .hero_slider .slide img {
  position: relative;
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
}
.cs_hero .container-fluid .hero_slider .slide .cs_figure {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 58px;
  width: 100%;
  max-width: 768px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cs_hero .container-fluid .hero_slider .slide .cs_figure h1 {
  font-size: 38px;
  letter-spacing: 0.06em;
  color: var(--secondary-color);
  text-transform: uppercase;
}
.cs_hero .container-fluid .hero_slider .slide .cs_figure h1 span {
  font-size: 62px;
  letter-spacing: 0.1em;
}
.cs_hero .container-fluid .hero_slider .slide .cs_figure p {
  color: #000;
  margin-top: 30px;
}
.cs_hero .container-fluid .hero_slider .slide .cs_figure .cs_booking_button {
  margin-top: 70px;
}

.cs_aboutus {
  padding: 0px 100px;
  margin-top: -70px;
  position: relative;
  z-index: 3;
}
.cs_aboutus .container-fluid {
  border-radius: 20px;
  background: var(--primary-color);
  padding: 40px;
}
.cs_aboutus .container-fluid h1 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
}
.cs_aboutus .container-fluid p {
  color: #fff;
}
.cs_aboutus.common_abs {
  margin-top: -110px;
}

.contact_no {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.contact_no .cs_icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 45px;
  background: var(--secondary-color);
  border: 1px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 255, 193, 0.41);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.contact_no .cs_icon img {
  height: 40px;
}
.contact_no .content_info {
  height: 90px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.contact_no .content_info p {
  margin-bottom: 15px;
}
.contact_no .content_info h1 {
  font-size: 46px;
  line-height: 36px;
}
.contact_no.cs_smile .content_info {
  flex-direction: row-reverse;
  align-items: center;
}
.contact_no.cs_smile .content_info p {
  margin-bottom: 0px;
  margin-left: 15px;
  margin-top: 17px;
}

.rounded {
  border-radius: 20px !important;
}

.mri_reimagined {
  padding: 30px 85px;
}
.mri_reimagined .process-box {
  transition: 0.3s;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 50px;
  text-align: left;
  position: relative;
  color: #fff;
  border-radius: 20px;
  background: var(--secondary-color);
}
.mri_reimagined .process-box img {
  height: 40px;
  margin-bottom: 30px;
}
.mri_reimagined .process-box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.mri_reimagined .process-box p {
  color: #fff;
}
.mri_reimagined .process-box:hover {
  transform: translateY(-5px);
}
.mri_reimagined.expert_radiology .process-box {
  border-radius: 0px;
  padding: 0px;
  padding-bottom: 0px;
  background: #fff;
}
.mri_reimagined.expert_radiology .process-box .cs_icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(#fff 0%, #dffff7 100%);
  border: 1px solid #74d3bc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.mri_reimagined.expert_radiology .process-box .cs_icon img {
  height: 25px;
  margin: 0px;
}
.mri_reimagined.expert_radiology .process-box h3, .mri_reimagined.expert_radiology .process-box p {
  color: #000;
}

.shadow_section {
  padding: 10px 100px;
}
.shadow_section .container-fluid {
  padding: 40px;
}
.shadow_section .container-fluid .animated_img {
  padding-top: 70px;
}
.shadow_section .container-fluid .animated_img img {
  height: 100%;
}
.shadow_section .container-fluid .cs_exp_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.shadow_section .container-fluid .cs_exp_button .cs_booking_button .material-icons {
  transform: rotate(0);
}

.cs_journey {
  background: url("../images/journey_bg.png") center no-repeat;
  background-size: cover;
  margin-top: 30px;
}
.cs_journey .container-fluid {
  padding: 30px 100px;
}

.cs_testimonial,
.cs_home_testimonial {
  padding: 40px 100px;
}
.cs_testimonial .container-fluid .cs_img,
.cs_home_testimonial .container-fluid .cs_img {
  background: url("../images/testimonial_bg.jpg") center no-repeat;
  background-size: cover;
  border-radius: 20px 0px 0px 20px;
  min-height: 600px;
}
.cs_testimonial .container-fluid .cs_inner_testimonial,
.cs_home_testimonial .container-fluid .cs_inner_testimonial {
  padding: 50px;
  position: relative;
}
.cs_testimonial .container-fluid .cs_inner_testimonial .cs_figure .info,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .cs_figure .info {
  margin-bottom: 30px;
  min-height: 250px;
}
.cs_testimonial .container-fluid .cs_inner_testimonial .cs_figure .info h3,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .cs_figure .info h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.cs_testimonial .container-fluid .cs_inner_testimonial .cs_figure .name_detail h3,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .cs_figure .name_detail h3 {
  font-size: 16px;
  color: #000;
}
.cs_testimonial .container-fluid .cs_inner_testimonial .slider-buttons,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .slider-buttons {
  width: 130px;
  height: 50px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.cs_testimonial .container-fluid .cs_inner_testimonial .slider-buttons button,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .slider-buttons button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_testimonial .container-fluid .cs_inner_testimonial .slider-buttons button span,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .slider-buttons button span {
  color: var(--secondary-color);
}
.cs_testimonial .container-fluid .cs_inner_testimonial .slider-buttons button#prevBtn span,
.cs_home_testimonial .container-fluid .cs_inner_testimonial .slider-buttons button#prevBtn span {
  transform: scaleX(-1);
}
.cs_testimonial .container-fluid .testimonial_slider,
.cs_home_testimonial .container-fluid .testimonial_slider {
  height: calc(100% - 76px);
}
.cs_testimonial .container-fluid .testimonial_slider .slick-list,
.cs_home_testimonial .container-fluid .testimonial_slider .slick-list {
  height: 100%;
}
.cs_testimonial .container-fluid .testimonial_slider .slick-list .slick-track,
.cs_home_testimonial .container-fluid .testimonial_slider .slick-list .slick-track {
  height: 100%;
}
.cs_testimonial .container-fluid .testimonial_slider .slick-list .slick-track .slick-slide,
.cs_home_testimonial .container-fluid .testimonial_slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.cs_testimonial .container-fluid .testimonial_slider .cs_figure,
.cs_home_testimonial .container-fluid .testimonial_slider .cs_figure {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cs_testimonial .container-fluid {
  box-shadow: none;
}
.cs_testimonial .cs_inner_testimonial {
  padding: 0px !important;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure {
  border-bottom: solid 2px var(--shadow-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .info {
  margin-bottom: 30px;
  min-height: inherit;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom {
  display: flex;
  align-items: center;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom .cs_icon {
  margin-right: 30px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom .cs_icon img {
  height: 30px;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .quote {
  display: flex;
  align-items: center;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .quote .line {
  background-color: #dadee2;
  display: block;
  height: 55px;
  width: 482px;
  -webkit-mask-image: url("../images/line-heart.png");
          mask-image: url("../images/line-heart.png");
  position: relative;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../images/line-heart.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background-color 0.25s ease;
  -webkit-mask: url("../images/line-heart.png") center/contain no-repeat;
  mask: url("../images/line-heart.png") center/contain no-repeat;
  transform-origin: left center; /* IMP for left→right effect */
  transform: scaleX(1); /* normal state */
  transition: background-color 0.25s ease, transform 0.4s ease;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .quote .icon {
  background: url("../images/quote_icon.png") center no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure:hover .bottom-content .quote .line {
  background-color: red;
}

.cs_home_map {
  position: relative;
}
.cs_home_map .container-fluid {
  padding: 0px;
}
.cs_home_map .cs_tag {
  border-radius: 30px 0px 0px 30px;
  background: var(--secondary-color);
  height: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 0px 20px 0px 30px;
}
.cs_home_map .cs_tag p {
  color: #fff;
}
.cs_home_map iframe {
  width: 100%;
  height: 500px;
}

.prevadu_advantage {
  padding-top: 40px;
}
.prevadu_advantage .container-fluid {
  background: url("../images/prevadu_advantage_bg.png") no-repeat right top;
  background-size: contain;
}

.we_scan {
  margin-top: -80px;
}
.we_scan .container-fluid {
  overflow: hidden;
}
.we_scan .col-sm-5 {
  background: url("../images/what_we_scan_img.png") no-repeat top center;
  background-size: contain;
  margin: -40px 0px -40px -50px;
}
.we_scan .col-sm-7 {
  padding-left: 40px;
}

footer {
  background: var(--primary-color);
  background-size: cover;
  color: #fff;
}
footer .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
footer .blr {
  border-left: dashed 1px var(--secondary-color);
}
footer .ft_about {
  padding-right: 40px;
  padding-top: 40px;
}
footer .ft_about img {
  height: 100px;
  margin-bottom: 30px;
}
footer .ft_menu {
  padding-left: 40px;
  padding-top: 40px;
}
footer .ft_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .ft_menu ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 25px;
}
footer .ft_menu ul li a {
  color: #fff;
  text-decoration: none;
}
footer .ft_contacts {
  border-radius: 30px;
  background: var(--secondary-color);
  padding: 30px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer .ft_contacts h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
footer .ft_contacts .ft_info {
  margin-bottom: 30px;
  display: flex;
}
footer .ft_contacts .ft_info i {
  margin: 9px 15px 0px 0px;
  background: #fff;
  width: 35px;
  height: 35px;
  color: var(--secondary-color);
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
footer .ft_contacts .ft_info p a {
  color: #fff;
}
footer .ft_contacts .ft_info:last-child {
  margin-bottom: 0;
}
footer .ft_contacts .cs_whatsapp {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: transparent;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
footer .ft_contacts .cs_whatsapp img {
  width: 50px;
  height: 50px;
}
footer .cs_copyright {
  background: var(--primary-color);
  border-top: dashed 1px var(--secondary-color);
}
footer .cs_copyright .info_menu {
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
}
footer .cs_copyright .info_menu a {
  color: #fff;
  margin-right: 30px;
}
footer .cs_copyright p {
  text-align: right;
  margin: 0px;
  padding: 30px;
  padding-right: 0;
}

.common_header {
  padding: 30px;
}
.common_header .container-fluid.contact_us, .common_header .container-fluid.our_faq, .common_header .container-fluid.disclaimer, .common_header .container-fluid.terms_condition, .common_header .container-fluid.privacy_policy, .common_header .container-fluid.our_testimonial, .common_header .container-fluid.about_us, .common_header .container-fluid.our_services {
  height: calc(100vh - 120px);
  border-radius: 20px;
  padding: 0px;
}
.common_header .container-fluid.about_us {
  background: url("../images/banners/banner_aboutus.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid.our_services {
  background: url("../images/banners/banner_our_service.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid.our_testimonial {
  background: url("../images/banners/banner_testimonial.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid.our_faq {
  background: url("../images/banners/banner_faq.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid.contact_us {
  background: url("../images/banners/banner_contactus.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid.disclaimer {
  background: url("../images/banners/banner_disclaimer.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid.terms_condition {
  background: url("../images/banners/banner_term_condition.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid.privacy_policy {
  background: url("../images/banners/banner_privacy_policy.jpg") center no-repeat;
  background-size: cover;
}
.common_header .container-fluid .row {
  height: 100%;
}
.common_header .container-fluid .row .col-sm-12 {
  display: flex;
  align-items: flex-end;
}
.common_header .container-fluid .row .col-sm-12 .cs_page_title {
  background: linear-gradient(90deg, rgb(46, 125, 106) 1%, rgba(0, 0, 0, 0) 100%);
  padding: 15px 70px;
  margin-bottom: 140px;
}
.common_header .container-fluid .row .col-sm-12 .cs_page_title h1 {
  font-size: 42px;
  color: #fff;
}

.our_radiologists {
  padding: 85px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.our_radiologists .information {
  margin-bottom: 60px;
}
.our_radiologists .information h1 {
  font-family: "Abril Fatface";
  font-weight: normal;
  font-size: 30px;
  color: var(--secondary-color);
}
.our_radiologists .information h2 {
  font-size: 16px;
  color: #000;
  margin: 15px 0px 30px;
  line-height: 30px;
}
.our_radiologists .information .col-sm-4:nth-child(1) {
  padding-right: 50px;
}
.our_radiologists .information .col-sm-4:nth-child(2) {
  padding-left: 50px;
}
.our_radiologists .information:last-child {
  margin-bottom: 0;
}

.supporting_patient {
  padding: 100px;
  padding-top: 30px;
  padding-bottom: 100px;
  background: url("../images/banner_supporting.jpg") center right no-repeat;
  background-size: contain;
}

.we_detect .container-fluid {
  padding: 100px;
  padding-top: 20px;
  padding-bottom: 0;
}
.we_detect .container-fluid.cs_marquee {
  padding: 0px;
  padding-bottom: 30px;
}
.we_detect .container-fluid.cs_marquee .inner_wrapper {
  display: flex;
  justify-content: center;
}
.we_detect .container-fluid.cs_marquee .inner_wrapper .cs_figure {
  height: 85px;
  border-radius: 10px;
  background: linear-gradient(#fff 0%, #dffff7 100%);
  border: 1px solid var(--secondary-color-light);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px 40px 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
.we_detect .container-fluid.cs_marquee .inner_wrapper .cs_figure i {
  font-size: 26px;
  color: var(--primary-color);
}
.we_detect .container-fluid.cs_marquee .inner_wrapper .cs_figure p {
  font-size: 14px;
  color: var(--primary-color);
  padding-top: 5px;
  white-space: nowrap;
}
.we_detect .container-fluid.cs_marquee .wescan img {
  height: 85px;
  margin-right: 20px;
}

.our_faq .col-sm-4,
.sign_package .col-sm-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our_faq .cs_heading h2,
.sign_package .cs_heading h2 {
  margin-top: 10px;
}
.our_faq .accordion .accordion-item,
.sign_package .accordion .accordion-item {
  border-radius: 10px !important;
  background: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}
.our_faq .accordion .accordion-item .accordion-header button,
.sign_package .accordion .accordion-item .accordion-header button {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  background: transparent;
  padding: 20px;
  box-shadow: none;
  color: var(--secondary-color);
}
.our_faq .accordion .accordion-item .accordion-header button:after,
.sign_package .accordion .accordion-item .accordion-header button:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068"; /* fa-plus */
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
}
.our_faq .accordion .accordion-item .accordion-header button.collapsed,
.sign_package .accordion .accordion-item .accordion-header button.collapsed {
  color: #000;
}
.our_faq .accordion .accordion-item .accordion-header button.collapsed:after,
.sign_package .accordion .accordion-item .accordion-header button.collapsed:after {
  content: "\f067"; /* fa-plus */
}
.our_faq .accordion .accordion-item .accordion-collapse .accordion-body,
.sign_package .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.our_faq .accordion .accordion-item .accordion-collapse .accordion-body p,
.sign_package .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 20px;
}
.our_faq .accordion .accordion-item .accordion-collapse .accordion-body p:last-child,
.sign_package .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
.our_faq .accordion .accordion-item:last-child,
.sign_package .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.our_faq {
  padding: 30px 85px;
}

.contact_us {
  padding: 30px 85px;
}
.contact_us .contact_form .cs_field {
  margin-bottom: 30px;
  padding-right: 40px;
}
.contact_us .contact_form .cs_field textarea,
.contact_us .contact_form .cs_field select,
.contact_us .contact_form .cs_field input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 4px;
  background: #F0FFFB;
  font-size: 12px;
  border: 0px;
  color: var(--primary-color);
  border: solid 1px #A5DED1;
}
.contact_us .contact_form .cs_field textarea::-moz-placeholder, .contact_us .contact_form .cs_field select::-moz-placeholder, .contact_us .contact_form .cs_field input::-moz-placeholder {
  color: var(--primary-color);
}
.contact_us .contact_form .cs_field textarea::placeholder,
.contact_us .contact_form .cs_field select::placeholder,
.contact_us .contact_form .cs_field input::placeholder {
  color: var(--primary-color);
}
.contact_us .contact_form .cs_field textarea {
  height: 120px;
}
.contact_us .contact_form .cs_field label {
  font-size: 12px;
}
.contact_us .contact_form .cs_field button {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 4px;
  background: var(--secondary-color);
  font-size: 12px;
  border: 0px;
  color: #fff;
}
.contact_us .contact_form p {
  font-size: 12px;
  position: relative;
  color: #5f5f5f;
  padding-left: 20px;
}
.contact_us .contact_form p i {
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 5px;
}
.contact_us .cs_tag {
  height: 40px;
  padding: 0px 15px 0px 30px;
}
.contact_us .cs_tag p {
  font-size: 12px;
}

.cs_left_right {
  color: #fff;
  padding: 100px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.cs_left_right .cs_heading h1 {
  color: #fff;
}
.cs_left_right .cs_heading p {
  color: #fff;
  font-size: 16px;
}
.cs_left_right .cs_booking_button {
  background: var(--primary-color);
}
.cs_left_right .cyf {
  background: url("../images/care_at_finger_bg.png") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px 0px 0px 20px;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cs_left_right .cyf:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(46, 125, 106, 0.85);
  z-index: -1;
}
.cs_left_right .hiw {
  padding: 40px;
  background: var(--primary-color);
  border-radius: 0px 20px 20px 0px;
}
.cs_left_right .hiw .cs_count {
  position: relative;
}
.cs_left_right .hiw .cs_count .cs_figure {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.cs_left_right .hiw .cs_count .cs_figure .cs_number {
  width: 57px;
  height: 57px;
  border-radius: 28.5px;
  background: #02332f;
  border: 2px solid #fff;
  font-size: 18px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  background: var(--primary-color);
  z-index: 1;
}
.cs_left_right .hiw .cs_count .cs_figure:last-child {
  margin-bottom: 0;
}
.cs_left_right .hiw .cs_count:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 28px;
}

.inner_pages {
  padding: 30px 85px;
}
.inner_pages .cs_content p {
  line-height: 20px;
  margin-bottom: 10px;
}
.inner_pages .cs_content p span, .inner_pages .cs_content p.bold {
  margin-bottom: 5px;
  margin-top: 15px;
}
.inner_pages .cs_content ul {
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.inner_pages .cs_content ul li {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 22px;
}

.show_desktop_none {
  display: none;
}

.show_desktop_block {
  display: block;
}

.show_desktop {
  display: inherit;
}

.show_mobile {
  display: none;
}

.show_mobile_none {
  display: none;
}

.show_mobile_block {
  display: block;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body, html {
    overflow-x: hidden;
  }
  .show_desktop {
    display: none;
  }
  .cs_book_mobile,
  .show_mobile {
    display: inherit;
  }
  .show_mobile_none,
  .show_desktop_none {
    display: block;
  }
  .mobile_hide,
  .show_mobile_block,
  .show_desktop_block {
    display: none;
  }
  .cs_heading {
    margin-bottom: 20px;
  }
  .cs_heading h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .cs_heading p {
    margin-top: 10px;
    font-size: 14px;
  }
  .cs_aboutus {
    padding: 0px 20px;
    margin-top: 0;
  }
  .cs_aboutus .container-fluid {
    padding: 20px;
  }
  .cs_aboutus .container-fluid h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .mri_reimagined {
    padding: 30px 8px;
    padding-bottom: 10px;
  }
  .mri_reimagined .process-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .shadow_section {
    padding: 0px 20px;
  }
  .shadow_section .container-fluid {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
  .shadow_section .container-fluid .row {
    flex-direction: column-reverse;
  }
  .shadow_section .container-fluid .row .cs_heading {
    text-align: left;
  }
  .shadow_section .container-fluid .row .animated_img {
    margin-top: 0;
    padding-top: 0;
  }
  .shadow_section .container-fluid .row .animated_img img {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
  }
  .cs_icon_list .cs_figure .cs_icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }
  .cs_icon_list .cs_figure .cs_icon img {
    height: 20px;
  }
  .cs_icon_list.reverse .cs_figure {
    width: 100%;
    margin-bottom: 40px;
  }
  .cs_icon_list.reverse .cs_figure:nth-child(odd) {
    padding-left: 0;
  }
  .cs_icon_list.reverse .cs_figure:nth-child(even) {
    padding-right: 0;
    flex-direction: inherit;
  }
  .cs_icon_list.reverse .cs_figure:nth-child(even) .cs_icon {
    margin-right: 15px;
    margin-left: 0;
  }
  .cs_icon_list.reverse .cs_figure:nth-child(even) .cs_info {
    text-align: left;
  }
  .cs_icon_list.reverse:after {
    content: "";
    width: 2px;
    background: var(--secondary-color);
    height: calc(100% - 70px);
    position: absolute;
    top: 0px;
    left: 23px;
    right: inherit;
    margin: auto;
    z-index: -1;
  }
  .cs_journey {
    margin-top: 30px;
  }
  .cs_journey .container-fluid {
    padding: 20px;
  }
  .cs_home_map .cs_tag {
    position: relative;
    height: auto;
    border-radius: 0px;
    padding: 20px;
  }
  .cs_home_map .cs_tag p {
    line-height: 24px;
    font-weight: 400;
  }
  nav.navbar {
    padding: 20px 10px;
    position: relative !important;
  }
  nav.navbar .navbar-collapse .navbar-nav {
    padding: 10px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 0px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.apply_now {
    padding: 0px 20px !important;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:after {
    display: none;
  }
  nav.navbar .navbar-brand img {
    height: 30px;
  }
  .cs_booking_button.h40 {
    height: 30px;
  }
  .cs_booking_button.h60 {
    height: 50px;
    padding: 0px 20px;
  }
  footer .container-fluid {
    padding: 20px;
  }
  footer .ft_about {
    padding: 0px;
  }
  footer .ft_about img {
    height: 60px;
    margin-bottom: 20px;
  }
  footer .blr {
    border-top: dashed 1px #2e7d6a;
    border-left: 0px;
    margin-top: 30px;
  }
  footer .ft_menu {
    padding-left: 0px;
    padding-top: 30px;
  }
  footer .ft_menu ul li {
    margin-bottom: 15px;
  }
  footer .ft_contacts {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 20px;
  }
  footer .cs_copyright .info_menu {
    padding: 0px;
    text-align: center;
  }
  footer .cs_copyright .info_menu a {
    margin-right: 0;
    margin: 5px;
  }
  footer .cs_copyright p {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .prevadu_advantage {
    margin-top: 30px;
  }
  .prevadu_advantage .container-fluid {
    background: #fff;
  }
  .prevadu_advantage .container-fluid .row {
    flex-direction: column;
  }
  .prevadu_advantage .container-fluid .row .col-md-4 {
    margin-top: 25px;
  }
  .mri_reimagined.expert_radiology .process-box .cs_icon {
    margin-bottom: 20px;
  }
  .mri_reimagined.expert_radiology .process-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .our_radiologists {
    padding: 10px;
    padding-top: 10px;
  }
  .our_radiologists .information h1 {
    margin-top: 20px;
  }
  .our_radiologists .information h2 {
    font-size: 14px;
    margin: 5px 0px 10px;
    line-height: 28px;
  }
  .our_radiologists .information:last-child {
    flex-direction: column-reverse;
  }
  .our_radiologists .information:last-child .col-sm-4 {
    padding-left: 15px;
    padding-right: 50px;
  }
  .contact_no {
    margin-top: 20px;
  }
  .contact_no .cs_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 9px;
  }
  .contact_no .cs_icon img {
    height: 25px;
  }
  .contact_no .content_info h1 {
    font-size: 24px !important;
    line-height: 26px;
  }
  .contact_no .content_info p {
    margin-bottom: 5px;
    margin-top: 15px;
  }
  .contact_no.cs_smile .content_info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .contact_no.cs_smile .content_info p {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .contact_no.cs_smile .content_info h1 {
    font-size: 32px !important;
  }
  .supporting_patient {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
    background: #fff;
  }
  .we_scan {
    margin-top: 0;
    padding: 0px;
  }
  .we_scan .container-fluid {
    overflow: inherit;
  }
  .we_scan .container-fluid .row .col-sm-5 {
    display: none;
  }
  .we_scan .show_desktop_none {
    padding: 33px;
    padding-bottom: 10px;
  }
  .we_detect .container-fluid {
    padding: 20px;
    padding-top: 10px;
  }
  .sign_package .container-fluid .row {
    flex-direction: column;
  }
  .sign_package .cs_heading h2 {
    font-size: 36px;
  }
  .sign_package .cs_booking_button {
    margin-bottom: 30px;
  }
  .sign_package .accordion .accordion-item {
    margin-bottom: 15px;
  }
  .sign_package .accordion .accordion-item .accordion-header button {
    font-size: 14px;
    padding: 15px;
  }
  .cs_left_right {
    padding: 20px;
    padding-top: 20px;
  }
  .cs_left_right .cyf {
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
  }
  .cs_left_right .cyf .cs_booking_button {
    margin-top: 100px;
  }
  .cs_left_right .hiw {
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
  }
  .cs_left_right .hiw .cs_count .cs_figure .cs_number {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 16px;
    margin-right: 15px;
  }
  .cs_left_right .hiw .cs_count:after {
    height: 90%;
    left: 25px;
  }
  .cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure {
    margin-bottom: 30px;
    padding-bottom: 50px;
    position: relative;
  }
  .cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .info {
    margin-bottom: 30px;
  }
  .cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom .cs_icon {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom h3, .cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .content-bottom p {
    white-space: nowrap;
  }
  .cs_testimonial .cs_inner_testimonial .testimonial_wrapper .cs_figure .bottom-content .quote .line {
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
  }
  .contact_us,
  .our_faq {
    padding: 30px 15px;
  }
  .contact_us .contact_form .cs_field {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .contact_us .cs_home_map {
    padding-top: 20px;
  }
  .contact_us .cs_home_map .cs_tag {
    top: 0px;
  }
  .inner_pages {
    padding: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .cs_hero {
    padding: 20px 5px;
  }
  .cs_hero .container-fluid .hero_slider {
    height: auto;
  }
  .cs_hero .container-fluid .hero_slider .slide img {
    height: auto;
  }
  .cs_hero .container-fluid .hero_slider .slide .cs_figure {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0;
    padding-top: 20px;
    max-width: 100%;
  }
  .cs_hero .container-fluid .hero_slider .slide .cs_figure h1 {
    font-size: 24px;
  }
  .cs_hero .container-fluid .hero_slider .slide .cs_figure h1 span {
    font-size: 36px;
  }
  .cs_hero .container-fluid .hero_slider .slide .cs_figure p {
    margin-top: 10px;
  }
  .cs_hero .container-fluid .hero_slider .slide .cs_figure .cs_booking_button {
    margin-top: 20px;
  }
  .cs_testimonial,
  .cs_home_testimonial {
    padding: 20px;
  }
  .cs_testimonial .container-fluid .cs_inner_testimonial,
  .cs_home_testimonial .container-fluid .cs_inner_testimonial {
    padding: 20px;
  }
  .cs_testimonial .container-fluid .cs_inner_testimonial .slider-buttons,
  .cs_home_testimonial .container-fluid .cs_inner_testimonial .slider-buttons {
    width: 100px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .cs_testimonial .container-fluid .cs_img,
  .cs_home_testimonial .container-fluid .cs_img {
    min-height: 290px;
    border-radius: 20px 20px 0px 0px !important;
  }
  .common_header {
    padding: 20px;
    padding-bottom: 0;
  }
  .common_header .container-fluid.contact_us, .common_header .container-fluid.our_faq, .common_header .container-fluid.disclaimer, .common_header .container-fluid.terms_condition, .common_header .container-fluid.privacy_policy, .common_header .container-fluid.our_testimonial, .common_header .container-fluid.about_us, .common_header .container-fluid.our_services {
    height: 250px;
    border-radius: 20px 20px 0px 0px;
    padding: 0px;
  }
  .common_header .container-fluid .row .col-sm-12 .cs_page_title {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .common_header .container-fluid .row .col-sm-12 .cs_page_title h1 {
    font-size: 22px;
  }
  .common_header .container-fluid.privacy_policy {
    border-radius: 20px;
  }
  .cs_aboutus.common_abs {
    margin-top: 0;
  }
  .cs_aboutus.common_abs .container-fluid {
    border-radius: 0px 0px 20px 20px;
  }
  .cs_aboutus .container-fluid {
    border-radius: 20px;
  }
  .cs_aboutus .container-fluid h1 {
    margin-bottom: 10px;
  }
  .cs_aboutus .container-fluid .left_img {
    margin-bottom: 30px;
    margin-top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cs_book_mobile {
    display: inherit;
  }
  .cs_aboutus {
    padding: 0px 20px;
  }
  .cs_aboutus .container-fluid {
    padding: 30px;
  }
  .cs_aboutus.common_abs {
    margin-top: 0;
  }
  .cs_aboutus.common_abs .container-fluid {
    border-radius: 0px 0px 20px 20px;
  }
  .common_header {
    padding: 40px;
    padding-bottom: 0;
  }
  .common_header .container-fluid.contact_us, .common_header .container-fluid.our_faq, .common_header .container-fluid.disclaimer, .common_header .container-fluid.terms_condition, .common_header .container-fluid.privacy_policy, .common_header .container-fluid.our_testimonial, .common_header .container-fluid.about_us, .common_header .container-fluid.our_services {
    height: 350px;
    border-radius: 20px 20px 0px 0px;
  }
  .common_header .container-fluid .row .col-sm-12 .cs_page_title {
    padding: 15px 30px;
    margin-bottom: 30px;
  }
  .common_header .container-fluid .row .col-sm-12 .cs_page_title h1 {
    font-size: 26px;
  }
  .mri_reimagined {
    padding: 30px 8px;
    padding-bottom: 10px;
  }
  .shadow_section {
    padding: 0px 20px;
  }
  .shadow_section .container-fluid {
    padding: 20px 30px;
  }
  .shadow_section .container-fluid .cs_heading {
    width: 200%;
  }
  .shadow_section .container-fluid .animated_img img {
    width: 100%;
    height: auto;
  }
  .cs_testimonial .container-fluid .cs_inner_testimonial,
  .cs_home_testimonial .container-fluid .cs_inner_testimonial {
    padding: 30px;
  }
  .cs_testimonial .container-fluid .cs_img,
  .cs_home_testimonial .container-fluid .cs_img {
    min-height: 580px;
  }
  footer .container-fluid {
    padding: 20px;
  }
  footer .ft_about {
    padding: 20px;
    text-align: center;
  }
  footer .ft_about img {
    height: 70px;
  }
  footer .ft_menu {
    padding: 20px;
  }
  footer .blr {
    border-right: dashed 1px #2e7d6a;
    border-left: 0px;
  }
  footer .ft_contacts {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 20px;
  }
  footer .col-md-5, footer .col-md-7 {
    border-top: dashed 1px #2e7d6a;
  }
  footer .cs_copyright .info_menu {
    padding: 0px;
    text-align: center;
  }
  footer .cs_copyright p {
    text-align: center;
    margin: 0px;
    padding: 20px;
  }
  .our_radiologists {
    padding: 35px 20px 20px 20px;
  }
  .our_radiologists .information .col-sm-4:nth-child(1) {
    padding-right: 10px;
  }
  .our_radiologists .information .col-sm-4:nth-child(2) {
    padding-left: 10px;
  }
  .prevadu_advantage .container-fluid {
    background-size: 50%;
  }
  .contact_no {
    margin-top: 30px;
  }
  .supporting_patient {
    padding: 30px 40px;
    padding-bottom: 80px;
    background-size: cover;
    background: url("../images/banner_supporting.jpg") center right -150px no-repeat;
  }
  .we_detect {
    margin-top: -10px;
  }
  .we_detect .container-fluid {
    padding: 40px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .we_detect .container-fluid.cs_marquee {
    padding-bottom: 0px;
  }
  .cs_left_right {
    padding: 40px;
    padding-top: 0px;
  }
  .cs_left_right .cyf,
  .cs_left_right .hiw {
    padding: 30px;
    padding-top: 20px;
  }
  .cs_left_right .hiw .cs_count .cs_figure .cs_number {
    width: 55px;
    min-width: 55px;
    height: 55px;
  }
  .cs_heading h1 {
    font-size: 28px;
  }
  .cs_heading h2 {
    font-size: 44px;
  }
  .contact_us,
  .our_faq {
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .contact_us .contact_form .cs_field {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .inner_pages {
    padding: 30px;
  }
  .we_scan .col-sm-5 {
    margin: -20px 0px -20px -20px;
    background: url("../images/what_we_scan_img.png") no-repeat top center;
    background-size: cover;
  }
  .we_scan .col-sm-7 {
    padding-left: 20px;
  }
  .we_detect .cs_heading {
    margin-bottom: 0;
  }
  .cs_journey .container-fluid {
    padding: 20px;
  }
  .cs_icon_list.reverse .cs_figure {
    margin-bottom: 40px;
  }
  .cs_hero .container-fluid .hero_slider .slide img {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  nav.navbar .navbar-brand img {
    height: 30px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    color: #fff;
    padding: 10px 15px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:after {
    left: 15px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .cs_booking_button {
    margin-left: 15px;
  }
  .cs_hero .container-fluid .hero_slider {
    height: auto;
  }
  .cs_hero .container-fluid .hero_slider .slide .cs_figure {
    top: 30px;
    left: 30px;
    padding: 20px;
  }
  .cs_hero .container-fluid .hero_slider .slide .cs_figure .cs_booking_button {
    margin-top: 30px;
  }
  .cs_journey {
    margin-top: 0px;
  }
  .expert_radiology {
    padding-top: 0 !important;
  }
  .cs_aboutus {
    padding: 0px 40px;
    margin-top: 0;
  }
  .cs_heading {
    margin-bottom: 20px;
  }
  .mri_reimagined {
    padding: 20px 30px;
    padding-bottom: 0;
  }
  .shadow_section {
    padding: 40px;
  }
  .cs_testimonial,
  .cs_home_testimonial {
    padding: 40px;
    padding-top: 30px;
  }
  .cs_testimonial .container-fluid .cs_inner_testimonial,
  .cs_home_testimonial .container-fluid .cs_inner_testimonial {
    padding: 20px;
  }
  .cs_testimonial .container-fluid .cs_inner_testimonial .slider-buttons,
  .cs_home_testimonial .container-fluid .cs_inner_testimonial .slider-buttons {
    width: 100px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .cs_testimonial .container-fluid .cs_img,
  .cs_home_testimonial .container-fluid .cs_img {
    min-height: 290px;
    border-radius: 20px 0px 0px 20px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  nav.navbar .navbar-brand img {
    height: 30px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 10px 17px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:after {
    left: 17px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .cs_booking_button {
    margin-left: 17px;
  }
  .we_scan .col-sm-5 {
    margin: -40px 0px -40px -30px;
    background: url("../images/what_we_scan_img.png") no-repeat top center;
    background-size: cover;
  }
  .we_scan .col-sm-7 {
    padding-left: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  nav.navbar .navbar-brand img {
    height: 35px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    padding: 10px 25px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:after {
    left: 25px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .cs_booking_button {
    margin-left: 15px;
  }
  .we_scan .col-sm-5 {
    background: url("../images/what_we_scan_img.png") no-repeat top center;
    background-size: cover;
  }
  .cs_testimonial .container-fluid .cs_img, .cs_home_testimonial .container-fluid .cs_img {
    min-height: 600px;
  }
}
@media (min-width: 1601px) and (max-width: 1960px) {
  .cs_testimonial,
  .cs_home_testimonial {
    padding: 100px;
  }
  .cs_testimonial .container-fluid .cs_img,
  .cs_home_testimonial .container-fluid .cs_img {
    background: url("../images/testimonial_bg.jpg") top center no-repeat;
    background-size: cover;
    border-radius: 20px 0px 0px 20px;
    min-height: 750px;
  }
  .we_scan .col-sm-5 {
    background: url("../images/what_we_scan_img.png") no-repeat top center;
    background-size: 100%;
  }
}/*# sourceMappingURL=style.css.map */