@font-face {
  font-family: "swis721_cn_btroman";
  /*  src: url("fonts/icomoon.ttf"); */
  src: url("./fonts/swis721_cn_bt-roman-webfont.ttf");
}

@font-face {
  font-family: "swis721_cn_bt-bold";
  /*  src: url("fonts/icomoon.ttf"); */
  src: url("./fonts/swis721_cn_bt-bold-webfont.ttf");
}

body {
  font-family: 'swis721_cn_btroman', sans-serif;
}

h1 h2 h3 h4 h5 h6 {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

nav {
  font-family: 'swis721_cn_btroman', sans-serif !important;
  font-weight: 700 !important;
  font-size: 19px;
  color: rgba(68, 68, 68, 1);
  background-color: #fff !important;
}

.nav-item {
  padding: 0 15px !important;
}

.nav-link {
  color: rgba(68, 68, 68, 1);
}

.navbar-collapse {
  flex-grow: 0.2 !important;
}

.cion-cancer-clinics-logo {
  margin-left: 25px;
}

/* .cion-cancer-clinics-logo img {
  width: 75%;
} */

.hero-banner {
  margin-top: 110px;
  z-index: -1;
}

.carousel-control-next-icon {
  background-image: url(./img/banner-icons/arrow-right-circle-fill.svg) !important;
}

.carousel-control-prev-icon {
  background-image: url(./img/banner-icons/arrow-left-circle-fill.svg) !important;
}

.carousel-caption {
  position: absolute;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
}

.absolute-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel-caption h1 {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  font-size: 44px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: rgba(189, 85, 183, 1);
  text-transform: uppercase;
}

.carousel-caption1 {
  position: absolute;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
  left: 15%;
  top: 65%;
}

.carousel-caption ul {
  color: #000;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.banner-intersection {
  width: 75%;
  background: #FFFFFF;
  box-shadow: 16px 18px 45px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 50px 25px;
  margin: 15px 0;
}


.banner-intersection button {
  font-family: 'swis721_cn_btroman', sans-serif;
  background: #802A8F;
  box-shadow: 10px 10px 20px rgba(128, 42, 143, 0.59);
  border-radius: 10px;
  padding: 10px 5px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}

.cion-headings h2 {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
}

.cion-headings h2 span {
  color: #802A8F;
  text-decoration: underline;
}

.cion-caption p {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: rgba(151, 151, 151, 1);
  text-align: center;
  padding: 10px 0;
}

* {
  padding: 0;
  margin: 0;
}

.cion-sercard {
  border: 0.125rem solid #D5D5D5;
  border-radius: 0.625rem;
  padding: 1.25rem;
  text-align: center;
  /* margin: 0.625rem; */
  transition: 0.4s;
  height: 285px;
  /* width: 285px; */
}

.cion-sercard h3 {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 0.625rem 0;
  text-transform: uppercase;
}

.cion-sercard p {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 400;
  font-size: 16px;
  /*color: rgba(151, 151, 151, 1);*/
}

.cion-sercard img {
  width: 50%;
  margin-bottom: 10px;
}

.cion-sercard:hover {
  background-color: #802A8F;
  box-shadow: 0.938rem 0.625rem 2.375rem rgba(128, 42, 143, 0.59);
  border: none;
  color: #fff !important;
}

.cion-sercard:hover p {
  color: #fff !important;
}
.cion-sercard:hover h3{
  color: #fff !important;
}

@media (min-width: 6.25rem) and (max-width: 48rem) {
.cion-sercard {
height: 100%;
  width: 100%;
margin: 0;

}
}

@media (min-width: 6.25rem) and (max-width: 48rem) {

.cion-sercard p {
display: none;
}

.cion-sercard h3 {
font-size: 16px;
}
}

.cion-serbuttons {
  padding: 30px 0;
  text-align: center;
}



.cion-serbuttons button a {
  color: #fff;
}

.why-cion-cc {
  padding: 20px 0;
}

.why-cion-cc img {
  padding: 20px 10px 10px 10px;
}

.cancer-types {
  margin: 30px 0;
}

.cancer-types img {
  /*padding-bottom: 10px;*/
  margin: 15px 0;
}

.cancer-types p {
  font-size: 18px;
  color: #444444;
}

.carousel-wrap {
  margin: 35px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .owl-item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  color: #802A8F;
    background-color: #fff;
    padding: 0.938rem 1.063rem;
    box-shadow: 0.375rem 0.375rem 0.875rem rgba(128, 42, 143, 0.33);
    border-radius: 2rem;
  /*font-size: 52px;*/
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-item {
  border: 1px solid #D5D5D5;
  border-radius: 20px;
}

#main {
  padding: 15 10px;
  display: flex;
  align-items: center;
  /* Vertical align the elements to the center */
}
.testimonial-title{
	width: 70%;
	display: flex;
}
.testimonial-link{
	width: 30%;
	display: flex;
}

#main h4 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

#main button {
  margin-left: auto;
  /* Push this element to the right */
  background: #812A90;
  color: #fff;
  border: none;
  padding: 5 10px;
  border-radius: 5px;
  font-size: 14px;
}


/*doctors card*/
.doc-carousel-wrap {
  margin: 25px auto;
  padding: 0 0%;
  width: 100%;
  position: relative;
}


@media (min-width: 100px) and (max-width: 768px) {
  .doc-carousel-wrap {
    padding: 0 5%;
    width: 90%;
  }
}


.owl-carousel .doctor-card {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/*.doc-carousel-wrap .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
  pointer-events: all !important;
}*/

.doctor-owl .owl-item {
  border: none;
  border-radius: 0;
}

.doctor-card {
  border: 1px solid #D5D5D5;
  border-radius: 15px;
  margin: 7px;
  margin: 10px 0;
  height: 380px;
}

@media (min-width: 100px) and (max-width: 768px) {
  .doctor-card {
    height: 420px;
  }
}

.doc-card-content {
  padding: 20px;
}

.doc-card-content h3 {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.doc-card-content p {
  color: #979797;
  font-size: 12px;
}

.doc-card-content a {
	text-decoration: none;
	color: #802A8F;
	font-weight: 700;
	font-size: 17px;
	padding: 0.313rem;
    border: 2px solid #802A8F;
    border-radius: 0.5rem;
}

/* .doctor-card:hover {
    background: #FFFFFF;
box-shadow: 16px 18px 45px rgba(0, 0, 0, 0.15);
  } */

.doc-card-content a:hover {
  background-color: #802A8F;
  padding: 5px;
  color: #fff;
  border-radius: 8px;
}

.contact-card-1 {
 /* background: #D37FA0;
  padding: 50px;
  height: 585px;*/
  margin: 0;
  padding: 0;
}

.contact-card-1 h2 {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #fff;
}


.contact-card-1 button {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 10px;
  color: #D27FA0;
  padding: 10px 20px;
  border: none;
}

.contact-card-2 button {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 10px;
  color: #802A8F;
  padding: 10px 20px;
  border: none;
}

.contact-card-2 {
  background: #802A8F;
  padding: 50px;
}

.contact-card-2 h2 {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}

.contact-card-2 form {
  margin: 25px 0;
}

.image-container {
  display: flex;
  align-items: center;
}

.cont-txt {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding: 20px;
  margin-top: 10px;
}

/* label {
    color: #fff;
    font-size: 20px;
  }

  input[type="text"], input[type="email"], input[type="tel"], input[type="textarea"], select {
    padding: 18px 18px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #FFF;
    color: #8C8C8C;
    border: none;
    border-radius: 6px;
}

textarea {
  padding: 18px 18px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #FFF;
    color: #8C8C8C;
    border: none;
    border-radius: 6px;
}

input[type="submit"] {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 10px;
  color: #802A8F;
  padding: 10px 20px;
  border: none;
} */

/*test*/

.carousel-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  height: 50px;
  font-size: 30px;
}

.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

.carousel-section h2 {
  font-size: 34px;
  text-align: left;
  font-weight: 700;
}

.carousel-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

.carousel-item {
  margin: 20px 0;
}

.carousel-item__card {
  box-shadow: 0 13px 31px #dce1ed;
  height: 300px;
  border-radius: 12px;
  margin: 30px 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  border: 1px solid #dddddd;
}

/* form styles */
.darken-grey-text {
  color: #2E2E2E;
}

.danger-text {
  color: #ff3547;
}

.default-text {
  color: #2BBBAD;
}

.info-text {
  color: #33b5e5;
}

.form-white .md-form label {
  color: #fff;
}

.form-white input[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}

.form-white input[type=text]:focus:not([readonly])+label {
  color: #fff;
}

.form-white input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}

.form-white input[type=password]:focus:not([readonly])+label {
  color: #fff;
}

.form-white input[type=password],
.form-white input[type=text] {
  border-bottom: 1px solid #fff;
}

.form-white .form-control:focus {
  color: #fff;
}

.form-white .form-control {
  color: #fff;
}

.form-white textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 0 #fff;
  color: #fff;
}

.form-white textarea.md-textarea {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.form-white textarea.md-textarea:focus:not([readonly])+label {
  color: #fff;
}

.ripe-malinka-gradient {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.near-moon-gradient {
  background-image: linear-gradient(to bottom, #5ee7df 0%, #b490ca 100%);
}

.md-form label {
  color: #fff !important;
}

.md-form .prefix~input,
.md-form .prefix~textarea {
  color: #fff !important;
}

.padding-input {
  padding-left: 6px !important;
}

.md-form textarea.md-textarea+label {
  margin-left: 50px !important;
}

.cancer-treat-hyd {
  background-color: #FAFAFA;
  margin: 30px 0;
}

.cancer-treat-hyd p {
  text-align: center;
  font-size: 19px;
  font-family: 500;
}

.partner-logo {
  margin: 15px;
}

.partner-logo img {
  filter: grayscale(100%);
}

.partner-logo img:hover {
  filter: grayscale(0%);
}

.partner-logo .col-4 {
  padding: 10px;
}

.blog-card {
  border: 2px solid #D5D5D5;
  border-radius: 10px;
  margin: 10px;
}

.blog-card img {
  border-radius: 10px 10px 0px 0px;
}

.blog-text {
  padding: 20px;
}

.blog-text h3 {
  font-family: 'swis721_cn_bt-bold', sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.blog-card a {
  text-decoration: none;
  font-weight: 600;
  color: #802A8F;
}

.blog-card:hover {
  border: none;
  background: #FFFFFF;
  box-shadow: 16px 18px 45px rgba(0, 0, 0, 0.15);
}

.blog-owl .owl-item {
  border: none;
  border-radius: 0;
}

.blog-owl .owl-stage {
  margin-bottom: 48px;
}

/*test slider*/

/* Slider container */
.slider {
  width: 100%;
  margin: 0 auto;
  height: 500px;
}

@media (min-width: 6.25rem) and (max-width: 48rem) {
  .slider {
    height: 23.438rem;
  }
  
}

/* Slide content*/

.slide {
  text-align: left;
  background: #f2f2f2;
}

.slide h1 {
  font-weight: 700;
  padding: 0 45px;
  margin-bottom: 30px;
}

.slide p {
  padding: 0 45px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 26px;
}

.slide ul {
  padding: 0 75px;
  font-weight: 500;
  font-size: 24px;
  color: #802A8F;
}

.slide p span {
  color: #802A8F;
}

.slide h1 span {
  color: #802A8F;
}

/* Slide image */
.slide img {
  max-width: 100%;
  height: auto;
}

.slide-bg1 {
  background-image: url('../assets/img/web-banner-1.png');
  background-position: center;
  background-size: cover;
  padding: 150px 0;
}

.slide-bg2 {
  background-image: url('../assets/img/web-banner-2.png');
  background-position: center;
  background-size: cover;
  padding: 130px 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 48px;
  font-weight: bold;
  line-height: 1;

  opacity: .75;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: '\f104';
}

[dir='rtl'] .slick-prev:before {
  content: '\f105';
}

.slick-next {
  right: 0;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: '\f105';
}

[dir='rtl'] .slick-next:before {
  content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 16px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 16px;
  height: 16px;
  padding: 8px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 1;

  position: absolute;
  top: 0;
  left: 0;

  width: 16px;
  height: 16px;

  content: '\f111';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #802A8F;
  width: 20%;
  height: auto;
  padding: 15px 0;
  border-radius: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 700;
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #FBE4FF;
  color: #BD55B7;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #FBE4FF;
  color: #BD55B7;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 15px 15px;
  /* border: 1px solid #ccc; */
  width: 80%;
  border-left: none;
  height: auto;
}

.city-locations {
  padding: 2rem;
}

.city-locations h3 {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 700;
  color: #802A8F !important;
  font-size: 22px;
}
.city-locations .loc-name {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 700;
  color: #802A8F !important;
  font-size: 22px;
}

.city-locations p {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 400;
  color: #979797;
}

.city-locations button {
  font-family: 'swis721_cn_btroman', sans-serif;
  font-weight: 700;
  padding: 10px;
}

.city-map iframe {
  border-radius: 10px;
}

.city-loc-but1 {
  border: 2px solid #802A8F;
  border-radius: 5px;
  background-color: transparent;
  padding: 9px 15px;
  color: #802A8F !important;
}

.city-loc-but2 {
  border-radius: 5px;
  background-color: #802A8F;
  padding: 11px 25px;
  color: #fff;
  border: none;
}

.bi-telephone-outbound-fill::before {
  color: #802A8F;
}

@media (min-width: 100px) and (max-width: 768px) {
  .tab {
    width: 35%;
  }

  .tabcontent {
    width: 65%;
  }

  .city-locations {
    padding: 20px 10px;
  }
}

.doc-img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (min-width: 576px) {
  .doctor-card{
    /* height: 360px; */
  }
  .blog-card{
    height: 300px;
  }
}
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
  .doctor-card{
    height: 435px;
  }
  .blog-card{
    height: 300px;
  }
}
// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
  .doctor-card{
    height: 435px;
  }
  .blog-card{
    height: 300px;
  }
}
// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
  .doctor-card{
    height: 400px;
  }
  .blog-card{
    height: 260px;
  }
}
// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
  .doctor-card{
    height: 400px;
  }
  .blog-card{
    height: 260px;
  }
} 
.branches{
  height: 500px;
  overflow-x: auto;
}
.branches .active, .loc-btns:hover {
  background-color: #f1f1f1;
}

/* width */
.branches::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.branches::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBE4FF; 
  border-radius: 10px;
}
 
/* Handle */
.branches::-webkit-scrollbar-thumb {
  background: #802A8F; 
  border-radius: 10px;
}

/* Handle on hover */
.branches::-webkit-scrollbar-thumb:hover {
  background: #baa2be; 
}
.tab {
  height: 530px;
  overflow-x: auto;
}
/* width */
.tab::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.tab::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #802A8F; 
  border-radius: 10px;
}
 
/* Handle */
.tab::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
  border-radius: 10px;
}

/* Handle on hover */
.tab::-webkit-scrollbar-thumb:hover {
  background: #baa2be; 
}
.divactive{ 
  background-color: #c2c2;
}
/*.city-locations {
  padding: 1.625rem 3.125rem !important;
}*/
.mobile-doctors .owl-item{
  width: 100%;
}
.mapgcls{
  width: 100% !important;
  height: 450px !important;
  border: 0 !important;
}

@media (min-width: 6.25rem) and (max-width: 48rem) {
.city-map {
display: none;
}
}
.footer{
	padding: 20px 20px 10px 20px;
	background-color: #000;
}
.footer p{
	text-align: center;
	color: #ffffff;
}
.doc-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.ser-card{
	margin-top: 10px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.cion-serbuttons button {
		background-color:#802A8F;
		color: #fff;
		border-radius: 5px;
		border: none;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 10px;
		padding: 5px 10px;
		width: 60%;
	}
	.cion-sercard {
		height: 100%;
	}
	.doc-card-content{
		text-align: center !important;
	}
	.cion-cancer-clinics-logo img{
		width: 130px;
	}
	.pop-form {
		display: table-cell;
		vertical-align: middle;
		height: auto;
		padding: 25px !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.cion-serbuttons button {
		background-color:#802A8F;
		color: #fff;
		border-radius: 5px;
		border: none;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 10px;
		padding: 5px 10px;
		width: 60%;
	}
	.cion-sercard {
		height: auto;
	}
	.doc-card-content{
		text-align: center !important;
	}
	.cion-cancer-clinics-logo{
		width: 45%;
	}
	.cion-cancer-clinics-logo img{
		width: 130px;
	}
	.pop-form {
		display: table-cell;
		vertical-align: middle;
		height: auto;
		padding: 25px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.cion-serbuttons button {
		background-color:#802A8F;
		color: #fff;
		border-radius: 5px;
		border: none;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 10px;
		padding: 5px 10px;
		width: 200px;
	}
	.cion-sercard {
		height: 320px;
	}
	.doc-card-content{
		text-align: left !important;
	}
	.cion-cancer-clinics-logo img{
		width: 200px;
	}
	.pop-form {
		display: table-cell;
		vertical-align: middle;
		height: auto;
		padding: 25px !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.cion-serbuttons button {
		background-color:#802A8F;
		color: #fff;
		border-radius: 5px;
		border: none;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 10px;
		padding: 5px 10px;
		width: 200px;
	}
	.cion-sercard {
		height: 340px;
	}
	.doc-card-content{
		text-align: left !important;
	}
	.cion-cancer-clinics-logo img{
		width: 200px;
	}
	.pop-form {
		display: table-cell;
		vertical-align: middle;
		height: 500px;
		padding: 25px !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.cion-serbuttons button {
		background-color:#802A8F;
		color: #fff;
		border-radius: 5px;
		border: none;
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 10px;
		padding: 5px 10px;
		width: 200px;
	}
	.cion-sercard {
		height: 340px;
	}
	.doc-card-content{
		text-align: left !important;
	}
	.cion-cancer-clinics-logo img{
		width: 200px;
	}
	.pop-form {
		display: table-cell;
		vertical-align: middle;
		height: 500px;
		padding: 25px !important;
	}
}
.why-cion-cc .card{
	background-color: #D37FA0;
	margin-bottom: 24px;
	padding: 15px;
	height: 180px;
	text-align: center;
}
.why-cion-cc .card img{
	margin: 0 auto;
}
.why-cion-cc .card p{
	color: #ffffff;
}
.faqs .accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
}
.faqs .active, .faqs .accordion:hover {
	background-color: #ccc;
}
.faqs .accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.faqs .active:after {
	content: "\2212";
}
.faqs .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.faqs .acc-item{
	margin: 10px;
}
.faqs .panel p{
	padding-top: 10px !important;
}
.btn-success {
    color: #fff;
    background-color: #812A90 !important;
}
.sticky_btn{
	display: none;
}
@media screen and (max-width:500px){
	.sticky_btn{
		display: block;
	}
	.sticky_btn a{
		display: block;
		background-color: #812A90;
		color:#FAFAFA;
		width: 100%;
		position: fixed;
		bottom: 0px;
		z-index: 5;		
		padding: 5px;
		font-size: 1.8rem;
		font-weight: 600;
		font-family: poppins ;
		border: none;
		text-align: center;
		text-decoration: none;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.modal {
		display: block; /* Hidden by default */
		position: fixed; /* Stay in place */
		padding-top: 100px; /* Location of the box */
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 100%;
	}
	.modal-dialog {
		max-width: inherit !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.modal {
		display: block; /* Hidden by default */
		position: fixed; /* Stay in place */
		padding-top: 100px; /* Location of the box */
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 100%;
	}
	.modal-dialog {
		max-width: inherit !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.modal {
		display: block; /* Hidden by default */
		position: fixed; /* Stay in place */
		padding-top: 100px; /* Location of the box */
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 810px;
	}
	.modal-dialog {
		max-width: inherit !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.modal {
		display: block; /* Hidden by default */
		position: fixed; /* Stay in place */
		padding-top: 100px; /* Location of the box */
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 810px;
	}
	.modal-dialog {
		max-width: inherit !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.modal {
		display: block; /* Hidden by default */
		position: fixed; /* Stay in place */
		padding-top: 100px; /* Location of the box */
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 810px;
	}
	.modal-dialog {
		max-width: inherit !important;
	}
}
.modal-body {
	padding: 0 !important;
}