/* @import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext); */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #202020;
  background-position: center;
  background-repeat: repeat;
  background-size: 7%;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 0.2s linear;
}
.time-radio-btn{
  display:none;
}
.time-slots-for-free label{
  border: 1px solid gray;
  padding: 0px 6px;
  font-size: 10px;
  border-radius: 4px;
  background-color: #19ceab;
  color: #fff;
  cursor:pointer;
}
.time-slots-for-free input[type="radio"]:checked+label{
  background-color: #ffe711;
  color:#333;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0 0;
  box-shadow: 0 0 14px 1px rgb(14 31 42 / 10%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tox-notifications-container{
	display:none;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* .start-header.scroll-on .navbar-brand img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} */
.note-editor.note-frame {
    border: 1px solid #ced4da!important;
}
.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 80px;
}


/* .navbar-brand img {
  width: auto;
  display: block;
  filter: brightness(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} */

.navbar-toggler {
  float: right;
  border: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 0.3s linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 0.3s linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #202020 !important;
  font-weight: 500;
  transition: all 0.2s linear;
}

.nav-item:hover .nav-link {
  color: #27b793 !important;
  fill: #5cc8ad;
}

.nav-item:hover a .menu-name {
  color: #27b793 !important;
  transition: all 0.2s linear;
}

.nav-item .nav-link svg {
  width: 100% !important;
  height: 25.33px;
}

.nav-item.active .nav-link {
  color: #5cc8ad !important;
  fill: #5cc8ad;
}

.nav-item.active a .menu-name {
  color: #5cc8ad;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #27b793;
  opacity: 0;
  transition: all 0.2s linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.contact-left-menu .nav-item:hover:after {
  bottom: 0;
  opacity: 0;
}

.contact-left-menu .nav-item {
  cursor: pointer;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 0.2s linear;
}
.cart {
  position: absolute;
  top: 0;
  right: 0;
  background: #27b793;
  height: 100%;
  width: 100px;
  text-align: center;
  padding: 11px 0;
  line-height: 65px;
}
.cart:hover {
  cursor: pointer;
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  position: sticky;
  right: 360px;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 0.2s linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 0.2s linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 0.2s linear;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: rgb(0 117 161);
}

.navbar-light .navbar-nav .nav-link {
  padding: 0 !important;
}

.right-menu {
  display: flex;
  margin-top: 11px;
}

.contact-icon svg {
  width: 35px;
  height: auto;
}

.contact-icon.login svg {
  width: 20px;
}

.contact-icon.login-btn svg {
  width: 20px;
  display: flex;
}

.anti-cancer {
  padding-top: 60px;
}

.connect-with-survivors {
  padding-top: 60px;
}

.join-healing-circle-talk {
  padding-top: 60px;
}

.shop-for-daily-necessities {
  padding-top: 60px;
}

.learn-about-cancer {
  padding-top: 30px;
  margin-top: 0;
  background-color: #f7fbff;
}

.technology-for-cancer {
  padding-top: 30px;
}

.doctor-interviews .consult-heading {
  padding-top: 0;
}

.reviews {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.news {
  padding-top: 60px;
}

.blog-on-cancer {
  padding-top: 2%;
  padding-bottom: 2%;
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.mob {
  display: none;
}

.menu-icon {
  text-align: center;
  width: 25px;
  margin: 0 auto;
}
.can-sc{
	margin-bottom:0px;
}
.can-sc a{
	font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-top: 7px;
    margin-bottom: 0px;
	transition:0.5s;
	
}
.can-sc a:hover{
	color: #0075a1;
}
.can-ty{
	font-size: 14px;
    margin-bottom: 0;
	color: #333333;
}

.can-di{
	font-size: 14px;
	color: #666666;
}
.can-sc-inn{
	font-size: 50px;
    font-weight: 600;
    margin-top: 30px;
	color:#333;
}
.can-ty-inn{
	font-size: 24px;
    font-weight: 600;
    margin-top: 27px;
}
.des-box1{
	line-height: 20px;
   	margin-top: 10px;
}
.can-di-inn{
	font-size: 22px;
    color: #666;
}
.brief-des{
	color: #666;
	font-size:14px;
}
.box1b img{
	border-radius:20px;
}
.areas-help-box .areas-head{
    font-size: 24px;
}
.areas-help-box{
	    color: #666;
    font-size: 14px;
}
.can-ca-su{
	color:#fff;
	background:#27b793;
	padding: 6px 30px;
	text-transform:uppercase;
	font-size: 15px;
    height: 50px;
}
.filter-inputs{
	position:relative;
}

.filter-inputs-box .filter-input{
	position:relative;
	padding: 5px 5px 5px 40px;
	height: 50px;
	-webkit-appearance: none;
}
.filet-icons-a{
	position:absolute;
	left:10px;
	top:12px;
}
.reg-form1 .reg-form-inputs{
	margin: 12px 0px;
	position:relative
}
.reg-form-inputs .dropdown-icons-a {
    position: absolute;
    right: 12px;
    top: 20px;
    width: 13px;
}
.canc-box{
	padding-left:0px;
}
.img-icon1{
	right: 12px;
    position: absolute;
    top: 14px;
}
.reg-form{
	background-color:#ebeeed;
	    padding: 10px 20px;
}
.slide-form-text{
	display:none;
}
input[type="file"] { 
  z-index: -1;
  position: absolute;
  opacity: 0;
}

#file-upload-filename{
	background-color: #fff;
    padding: 5px 15px;
	color: #a0a0a0;
	font-size: 14px;
    border: 1px solid #ced4da;
	height: 50px;
	line-height: 38px;
}

/*----------animation--------*/
/* blue bar */
.shine-box {
  /*height:220px;*/
  z-index:0;
  position: relative;
  overflow:hidden;
}
/* Shine */
.shine-box:after {
	content: "";
  z-index: 10;
  position: absolute;
  height: 200%;
  width: 200%;
  top: -50%;
  left: -110%;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.2) 55%, transparent 100%);
  transition: all 3s;
  transform: rotate(45deg);
  animation: slide 3s infinite;
  animation-timing-function: linear;
}

/* animation */

@-webkit-keyframes slide {
	0% {
    bottom: -120%;
    left: -120%;
  }
  20% {
    left: 100%;
    bottom: 100%;
  }
  40% {
    left: 100%;
    bottom: 100%;
  }
  100% {
    left: 100%;
    bottom: 100%;
  }
}

@keyframes slide {
	0% {
    bottom: -120%;
    left: -120%;
  }
  20% {
    left: 100%;
    bottom: 100%;
  }
  40% {
    left: 100%;
    bottom: 100%;
  }
  100% {
    left: 100%;
    bottom: 100%;
  }
}
/*------animation ends-------*/

/*---Whats app animation------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
  }
  30% {
      -webkit-box-shadow: 0 0 0 50px rgba(37, 211, 102, 0.5);
  }
  60% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.2);
  }
  80% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
  }
  30% {
      -moz-box-shadow: 0 0 0 50px rgba(37, 211, 102, 0.5);
      box-shadow: 0 0 0 10px rgba(37, 211, 102, 0.5);
  }
  60% {
      -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.2);
      box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  80% {
      -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
/*--- Whats app animation ends----*/

input:focus + label {
  outline: none;
}
.clos-reg-form{
	display:none;
}
.reg-form-inputs .reg-input{
	min-height:50px;
	font-size: 14px;
    color: #a0a0a0;
	-webkit-appearance: none;
}
.dropdown-icons-a{
	position: absolute;
    right: 27px;
    top: 20px;
    width: 13px;
}
.reg-form-inputs .reg-input::placeholder{
	color: #a0a0a0;
}
select::-ms-expand {
	display:none;
}
.right-frm{
	padding:0px;
}
div.ck-editor__editable {
  min-height: 200px;
}

.form-title{
    width: 100%;
    background-color: #ffe711;
    color: #303030;
    margin-bottom: 0px;
    text-align: center;
    padding: 25px 0px;
    border-radius: 15px 15px 0px 0px;
    font-size: 16px;
	text-transform:uppercase;
	font-weight: 600;
}
.subm-btn{
	background-color:#27b793;
	color:#fff;
	width:100%;
	text-transform:uppercase;
	height: 50px;
}

.lifestyle-i {
  width: 30px;
}

.store-i {
  width: 21px;
}

.inspire-i {
  width: 28px;
}

.test-i {
  width: 23px;
}

.menu-icon img {
  width: 100%;
}

.active .menu-icon i {
  color: #5cc8ad;
}

.menu-name {
  font-size: 12px;
  color: #202020;
}

.contact-icon {
  text-align: center;
  height: auto;
  color: #fff;
  border-radius: 5px;
  margin-left: 14px;
  font-size: 13px;
}


.contact-icon.login span {
  padding-left: 7px;
}

.contact-icon i {
  font-size: 25px;
}

.contact-icon img {
  width: 45px;
}

.contact-left-menu {
  margin-left: 70px;
}

.contact-icon.login {
  background-color: #fff;
  border: 1px solid #27b793;
  color: #27b793;
  padding: 4px 10px;
  text-transform: uppercase;
  margin-left: 23px;
  transition: 0.5s;
}

.contact-icon.login-btn {
  background-color: #fff;
  border: 1px solid #27b793;
  color: #27b793;
  padding: 4px 10px;
  text-transform: uppercase;
  margin-left: 23px;
  transition: 0.5s;
  display: flex;
}

.contact-icon.login-btn span a {
  color: #27b793;
  text-decoration: none;
}

.contact-icon.login-btn:hover {
  cursor: pointer;
}

.contact-icon.login:hover {
  cursor: pointer;
}

.contact-icon.login i {
  color: #27b793;
}

.location {
 /* background-image: url(../images/background-map.jpg); */
  padding: 25px;
  padding-bottom: 130px;
}

.current-location {
  background-color: #fff;
  padding: 20px;
  border-radius: 18px;
}

.current-location h3 {
  font-size: 15px;
  text-align: center;
}

.current-location p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.location-text {
  line-height: 17px;
}

.results {
  margin-top: 20px;
}

.results span {
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 4px 12px;
  display: inline-block;
  color: #202020;
  border: 1px solid #d9d8d8;
  margin: 5px 5px;
  transition: 0.4s;
}

.results span:hover {
  box-shadow: 0 4px 13px -8px grey;
  transform: scale(1.1);
}

.location-btn .btn-crnt-loc {
  background-color: #0075a1;
  color: #fff;
  border: 1px solid #0075a1;
  transition: 0.5s;
}

.btn-crnt-loc img {
  width: 20px;
}

.location-btn .btn-crnt-loc:hover {
  cursor: pointer;
  background-color: #ffe711;
  color: #202020;
}

.location-btn .btn-crnt-loc:hover img {
  filter: brightness(10%);
}

.location-btn .btn-search-loc {
  background-color: #fff;
  color: #202020;
  border: 1px solid #202020;
}

.location-btn button {
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 12px;
  transition: 0.6s;
}

.location-btn .btn-search-loc:hover {
  cursor: pointer;
  background-color: #ffe711;
  color: #202020;
}

.saved-text {
  font-size: 13px;
  color: #27b793;
  padding-left: 50px;
}

.checkmark.readio2 {
  right: 0;
  left: auto;
}

.border-top-bottom {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.border-bottom {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}

.bold-font label {
  font-weight: 500;
  color: #202020;
}

.footer-bottom {
  color: #fff;
  text-align: center;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}

.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
}

.banner-area {
  background-color: #f7fbff;
  margin-top: 60px;
  padding: 50px 0;
  padding-bottom: 0;
}

.banner-area h1 {
  font-size: 40px;
  font-weight: 700;
}

.banner-area h1 span {
  color: #0075a1;
  transition: 0.5s;
}

.banner-area h2 {
  font-size: 28px;
  font-weight: 300;
}

.btn.btn-sch-call {
  background-color: #ffe711;
  color: #202020;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 15px 45px 0 #dce3e9;
}

.left-side-box {
  padding: 80px 0;
}

.btn-sch-call img {
  width: 22px;
}

.pointer {
  display: inline-block;
  font-size: 20pt;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #ccd9e5;
  text-align: center;
  vertical-align: middle;
  transition: all 2s ease;
}

.pointer:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.4em solid #fff;
  border-top: 0.8em solid transparent;
  border-bottom: 0.8em solid transparent;
}

.pointer:before {
  content: '';
  position: absolute;
  right: -0.4em;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.4em solid #ccd9e5;
  border-top: 0.8em solid transparent;
  border-bottom: 0.8em solid transparent;
}

.pointer.active:before {
  border-left: 0.4em solid #13959a;
}

.pointer a:hover {
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.5s;
}

.pointer:hover {
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
  transition: all 2s ease;
}

.pointer:hover a p {
  color: #fff;
}

.pointer:hover a p img {
  filter: brightness(0) invert(1);
}

.pointer:hover:before {
  border-left-color: #13959a;
}

.cnt {
  position: relative;
  color: #202020;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  line-height: 40px;
  transition: 0.6s;
}

.cnt p {
  margin-bottom: 0;
}

.cnt img {
  width: 22px;
  position: absolute;
  right: 2px;
  top: 7px;
}

.cnt img.ca-di {
  width: 18px;
}

.pointer.active .cnt p img {
  filter: contrast(1) invert(1);
}

.content-management .col {
  padding: 0;
  padding-right: 20px;
}

.content-management {
  padding: 25px 20px;
}

.css-69kde0-Container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.css-izxvk2-ComponentWrapper {
  background-color: #a1b0c5;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0 0;
  float: left;
  box-shadow: 0 15px 45px #00000029;
}

.css-lwgzx3-ImageContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 2px;
  border-radius: 50%;
  padding: 10px 5px 10px;
  bottom: 2px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 50%;
}

.css-13t2zkl-ImageElement {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 30px;
  background: 0 0;
}

.pointer.active {
  background: #0075a1;
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
  color: #fff;
}

.active .cnt p {
  color: #fff;
}

.pointer.active:before {
  border-color: linear-gradient(180deg, #0075a1 0, #27b793 100%);
}

.cancer-treatment-report {
  background-size: cover;
  padding: 30px 0;
  background-repeat: no-repeat;
}

.section-heading {
  padding-bottom: 50px;
}

.cancer-report form .form-group {
  margin-bottom: 25px;
}

.section-heading .common-heading-bar {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
/* .section-heading.404headings .common-heading-bar{
	color:#414141!important;
} */
.head-devider {
  width: 170px;
  margin: 0 auto;
}

	.first-sec-wraper{
		max-width:800px;
		margin: 0 auto;
	}
	.img-responsive{
		width:100%;
	}
	.heding-a404{
		color: #747474;
		font-size: 22px;
		margin-bottom: 0px;
		font-weight: 500;
	}
	.heding-b404{
		color: #747474;
		font-size: 25px;
		margin-bottom: 0px;
		font-weight: 500;
	}
	.heding-c404{
		color: #747474;
		font-size: 15px;
		margin-bottom: 0px;
		font-weight: 500;
	}
	.not-found-text{
		font-size:17px;
		color:#555555;
	}
	.re-box{
		position:relative;
	}
	a.re-button{
		position: absolute;
		left: 35px;
		top: 90px;
		color:#fff;
		background-color: rgb(0 0 0 / 50%);
		padding: 2px 11px 5px;
		border-radius: 110px;
		font-size: 14px;
		text-decoration:none
	}
	.ziopar-form-sec{
		background-color:#f1f1f1;
		width:100%;
		height:400px;
	}

.report-content {
  color: #fff;
  width: 84%;
  margin: 0 auto;
}
.first-sec-wraper .report-content {
  width: 100%;
}

.report-content .report-head {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}

.report-content .text {
  font-size: 13px;
  text-align: center;
}

.cancer-report {
  width: 84%;
  margin: 0 auto;
  margin-top: 40px;
}
.first-sec-wraper .cancer-report {
  width: 100%;
  margin-top: 10px;
}

.report-form-feild {
  position: relative;
}

.report-form-feild img {
  position: absolute;
}

.cancer-report select {
  font-size: 13px;
}

option[value=''][disabled] {
  display: none;
}

.review-btn {
  background-color: #ffe711;
  padding: 10px 30px;
  color: #202020;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 500;
}
.first-sec-wraper .review-btn {
	 background-color: #108fe5;
	 color:#fff;
}
.first-sec-wraper .review-btn img {
	 filter: brightness(0) invert(1);
}

.review-btn:hover {
  letter-spacing: 0.5px;
  box-shadow: 0 0 22px -10px #000;
}

.review-btn img {
  width: 19px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.consult-heading {
  text-align: center;
  padding-bottom: 40px;
}

.anti-cancer-lifestyle .consult-heading .head-devider {
  margin-bottom: 0px;
}

.consult-heading .common-heading-bar {
  font-size: 30px;
  font-weight: 700;
}

.find-the-right-doctor {
  text-align: center;
}

.find-the-right-doctor h2 {
  font-size: 24px;
  font-weight: 700;
}

.find-the-right-doctor {
  padding: 30px 60px;
  border-radius: 10px;
  position: absolute;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 15px 45px #0000001a;
  border: 1px solid #888;
}

.cancer-report1 .form-group select {
  font-size: 14px;
  border-color: #d9d8d8;
}

.cancer-report1 .form-group .form-control {
  height: calc(2.25rem + 10px);
}

.cancer-report1 .form-group {
  margin-bottom: 40px;
}

.cancer-report1 label {
  margin-bottom: 0;
  font-size: 14px;
}

.cancer-report1 {
  margin-top: 30px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 30px;
}

.add-spec:hover {
  cursor: pointer;
}

.add-spec {
  position: absolute;
  right: 30px;
  top: 37px;
  font-size: 14px;
  color: #949494;
  right: 12%;
}

.form-feild.rec2 .add-spec {
  top: 31px;
  right: 5%;
}

.frm-oncologist .bootstrap-select.appoint .btn-light {
  color: #495057;
  background-color: transparent;
  border-color: #d9d8d8;
  font-size: 14px;
}

.frm-oncologist .bootstrap-select.hounderd_ .btn-light {
  color: #495057;
  background-color: transparent;
  border-color: #d9d8d8;
  font-size: 14px;
}

.frm-oncologist .bootstrap-select .dropdown-toggle .filter-option {
  z-index: 9;
}

.cancer-report1 .form-group input {
  font-size: 14px;
  border-color: #d9d8d8;
}

.serch-btn {
  background-color: #0075a1;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 18px;
  transition: 0.4s;
}

.serch-btn.search1:hover {
  background-color: #ffe711;
  color: #202020;
  box-shadow: 0 0 22px -10px #000;
}

.serch-btn:hover img {
  -webkit-filter: brightness(-1) invert(1);
  filter: brightness(-1) invert(1);
}

.serch-btn.mt-5 {
  transition: 0.4s;
}

.serch-btn.mt-5:hover {
  background-color: #ffe711;
  color: #202020;
  box-shadow: 0 0 22px -10px #000;
}

.serch-btn.mt-5:hover img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  color: #202020;
}

.talk-to-expert {
  text-align: left;
  padding: 20px 0;
}

.talk-to-expert h3 {
  font-size: 25px;
}

.talk-to-expert h3 span {
  font-weight: 700;
}

.talk-to-expert-img {
  width: 100px;
}

.schedul-btn {
  margin: 13px 0;
  transition: 0.4s;
}

.schedul-btn:hover {
  background-color: #ffe711;
  color: #202020;
  box-shadow: 0 0 22px -10px #000;
}

.schedul-btn img {
  transition: 0.4s;
}

.schedul-btn:hover img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.banner-divider {
  width: 220px;
  margin-bottom: 30px;
}

.doctors-area {
  background: #f7fbff 0 0 no-repeat padding-box;
  width: 100%;
  margin-top: 100px;
  padding-top: 360px;
  padding-bottom: 40px;
}

.border-none {
  border: none;
}

.dr-tabs {
  width: 500px;
  margin: 0 auto;
}

.tabs-doctors {
  width: 200px;
  height: 55px;
  background: #0075a1;
  background: #d9d8d8 0 0 no-repeat padding-box;
  border-radius: 10px;
}

.doctors-area .dr-tabs li a {
  padding: 0 !important;
}

.nav-item:hover:after {
  opacity: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

.dr-tabs li {
  margin: 0 12px;
}

.dr-tabs li .active .tabs-doctors {
  background: #0075a1;
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
  position: relative;
  box-shadow: 0 15px 45px #0000001a;
}

.dr-tabs li .active .tabs-doctors .doctor-recomend {
  color: #fff;
}

.dr-tabs li .active .tabs-doctors .doctor-recomend2 {
  color: #fff;
}

.dr-tabs li .active .tabs-doctors::after {
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #25b393;
  position: absolute;
  bottom: -11px;
  left: 38%;
  height: 0;
  width: 0;
  clear: both;
}

.doctor-img {
  width: 30%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.doctor-recomend {
  width: 70%;
  position: absolute;
  right: -9px;
  top: 10px;
  font-size: 13px;
  color: #202020;
  font-weight: 600;
  line-height: 17px;
}

.tabs-doctors {
  position: relative;
}

.doctor-img2 {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 5px;
}

.doctor-recomend2 {
  width: 40%;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 13px;
  color: #202020;
  font-weight: 600;
  line-height: 17px;
}

.btn.serch-btn.mt-5 {
  margin-bottom: 20px;
}

.schedul-btn img {
  margin-right: 10px;
  width: 22px;
}

.report-size {
  width: 13px;
  vertical-align: text-bottom;
}

.dr-photo1 {
  position: absolute;
  width: 100%;
  left: 6px;
  top: -35px;
  z-index: 9;
}

.dr-photo1 img {
  border-radius: 10px;
}

.dr-details h2 {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
  width: 78%;
}

.dr-details p {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
}

.dr-details ul {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.dr-details ul li span .type {
  width: 12px;
}

.dr-details ul li span .hospital-icon {
  width: 14px;
}

.dr-check-box input {
  display: none;
}

.dr-check-box .geekmark {
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.dr-check-box .main1 .geekmark:after {
  left: 7px;
  bottom: 5px;
  width: 5px;
  height: 10px;
}

.dr-check-box {
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: 9;
}

.doc .angled-top-left {
  width: 95%;
  margin: 35px auto;
}

.doc .angled-top-left:before {
  z-index: 9;
}

.doc .angled-top-left .doct-details {
  padding: 0 0 24px 15px !important;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.angled-top-left.active .doct-details .dr-details h2 {
  color: #27b793;
}

.heading-traetment {
  text-align: center;
}

.heading-traetment h2 {
  font-size: 23px;
  font-weight: 600;
}

.treat-box {
  background: #fff;
  border: 2px solid #d9d8d8;
  border-radius: 10px;
  text-align: center;
  padding: 20px 5px;
  width: 95%;
  margin: 15px auto;
}

.trat-img img {
  width: 35px;
  margin: 0 auto;
}

.treat-name {
  font-weight: 600;
  margin-top: 10px;
  font-size: 14px;
}

.medical-treatment {
  margin-top: 30px;
  margin-bottom: 30px;
}

.treat-box:hover {
  /*cursor: pointer;*/
  background: #0075a1;
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
  color: #fff;
}

.treat-box:hover .trat-img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.treat-box.active {
  letter-spacing: 1px;
  background: #0075a1;
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
  color: #fff;
}

.treat-box.active .trat-img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.heading-tag {
  text-transform: capitalize;
  margin-top: 15px;
  font-size: 14px;
}

.head-test {
  font-size: 24px;
  font-weight: 500;
}

.text-right {
  text-align: right;
}

.test-box {
  border: 1px solid #888;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.4s;
  background-color: #fff;
}

.test-box:hover {
  box-shadow: 0 15px 35px #00000029;
}

.test-type {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

.use-test {
  color: #666;
  font-size: 15px;
  margin-bottom: 5px;
}

.cast-test {
  color: #666;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.cast-test span {
  color: #0075a1;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.border-left-dotted {
  border-left: 2px dotted #d9d8d8;
  margin: 13px 0;
  padding: 21px 25px;
}

.border-left-dotted .btn-blue {
  font-size: 16px;
}

.btn-black {
  background-color: #202020;
  transition: 0.4s;
}

.btn-black:hover {
  background-color: #0075a1;
  letter-spacing: 0.5px;
}

.half-side {
  width: 90%;
  margin: 0 auto;
}

.bor {
  border-left: 1px solid rgb(209 209 209 / 40%);
}

.banner-expert-talk {
  width: 100%;
  margin-top: 60px;
}

.expert-talk {
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  border-radius: 30px;
}

.talk-rxpert-img {
  width: 150px;
  margin: 34px auto;
}

.talk-rxpert-img img {
  width: 100%;
}

.expert-text-bold {
  text-align: left;
  font-size: 25px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 700;
}

.expert-text {
  color: #fff;
  font-size: 25px;
}

.expert-banner {
  padding: 69px 0;
}

.call-schedule {
  padding: 96px 50px 96px 0;
  text-align: right;
}

.auto-margin {
  margin: unset;
}

.head3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.no-shadow {
  box-shadow: none !important;
}

.book-all-btn {
  background-color: #ffe711;
  transition: 0.4s;
  font-size: 18px;
  padding: 10px 18px;
}

.book-all-btn:hover {
  box-shadow: 0 15px 45px #0075a180;
  cursor: pointer;
}

.book-button {
  width: 100%;
  text-align: right;
}

.tratment-img {
  border-radius: 20px;
  width: 100%;
}

.tratment-caption {
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
}

.tratment-box1 {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #d9d8d8;
  border-radius: 10px;
  text-align: center;
  padding: 6px 10px;
  font-size: 14px;
  margin: 10px 0;
  min-height: 90px;
  transition: 0.4s;
}

.tratment-box1:hover {
  background-color: #27b793;
  color: #fff;
}

.tratment-box1:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.tratment-box1 p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 18px;
}

.tratment-box1 img {
  width: 28px;
}

.cancer-diagnos {
  padding-top: 9%;
}

.consult-oncologist {
  padding-top: 9%;
}

.accordion-group {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.accordion-group li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 1.6em;
  list-style: none;
  width: 25%;
  height: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  height: 440px;
}

.accordion-group.four-slides li {
  width: 18%;
}

.accordion-group li h3 {
  position: relative;
  color: #fff;
  padding: 0;
  font-weight: 400;
  font-size: 21px;
}

.accordion-group li .accordion-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#accordion2.accordion-group li .accordion-overlay {
  background-color: rgb(0 0 0 / 40%);
}

.accordion-group li section {
  display: flex;
  align-items: center;
  width: 75%;
}

.accordion-group li section.big-section {
  width: 100%;
}

.accordion-group li section article {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  right: -200%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 300px;
}

.accordion-group li section article p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 40px;
}

.accordion-group li section article p:after,
.accordion-group li section article p:before {
  content: '';
  display: block;
  height: 1px;
}

.accordion-group li.out {
  width: 50%;
}

.accordion-group li.out section article {
  right: 0;
}

.btn-consult {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  padding: 4px 14px;
  transition: 0.4s;
  padding: 4px 22px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-consult:hover {
  background: #ffe711;
  border-color: #ffe711;
  color: #202020;
}

.connect-survivors-head h4 {
  font-size: 30px;
  width: 510px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.dr-details .carigiver-des {
  font-size: 13px;
  line-height: 17px;
}

.dr-details .carigiver-readmore {
  font-size: 13px;
  color: #0075a1;
}

.slick-dots li button:before {
  font-size: 8px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slide-item .angled-top-left {
  margin-top: 50px;
}

.half-side2 {
  width: 98%;
  margin: 0 auto;
}

.expert-talk2 {
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
}

.expert-talk2 h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

.expert-talk2 h3 span {
  font-weight: 600;
}

.expert-talk2 {
  text-align: left;
  padding: 25px 20px 20px 20px;
  border-radius: 20px;
}

.expert-talk2 .call-schedule {
  padding: 8px 30px;
}

.slick-dots {
  bottom: -35px !important;
  z-index: 1;
}

.register-button {
  width: max-content;
  float: right;
  padding-bottom: 40px;
}

.register-button .btn-black {
  text-transform: uppercase;
}

.register-button img {
  width: 16px;
}

.circle-talks-img {
  border-bottom: 1px solid #888;
}

.circle-talks-details p {
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
  color: #666;
  padding: 0 15px;
}

.circle-talks-details p img {
  width: 14px;
  margin-right: 7px;
}

.circle-talks-details .circle-talk-heading {
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 0;
  text-transform: capitalize;
}

.circle-talks-details p a {
  color: #202020;
}

.healing-circle-tals-slide {
  border: 1px solid #888;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}

.circle-talks-details {
  padding: 10px 0;
  background-color: #fff;
}

.circle-talks-details .small {
  font-size: 11px;
}

.circle-description {
  line-height: 18px;
}

.healing-circle-tals-slide {
  width: 91%;
  margin: 0 auto;
}

#accordion3 li h3 {
  color: #202020;
}

#accordion3 li section article p {
  color: #202020;
}

#accordion3 .btn-consult {
  color: #202020;
  border: 1px solid #202020;
}

.icon-cancer {
  width: 70px;
  margin: 0 auto;
}

.learn-about-cancer-slide {
  text-align: center;
  vertical-align: top;
}

.cancer-slides {
  width: 90%;
  margin: 20px auto;
  border: 1px solid #d9d8d8;
  border-radius: 10px;
  transition: 0.4s;
  background-color: #fff;
  height: 120px;
  padding: 0 0;
}

.cancer-slides:hover {
  background: transparent linear-gradient(180deg, #0075a1 0, #27b793 100%) 0 0;
  box-shadow: 0 6px 13px #00000029;
  color: #fff;
  cursor: pointer;
}

.cancer-slides:hover .caption-cancer-name a {
  color: #fff;
  text-decoration: none;
}

.cancer-slides:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.bg-gray {
  background: #f5f5f5 0 0 no-repeat padding-box;
  border-radius: 20px;
  width: 424px;
  margin: 0 auto;
  height: 250px;
  padding: 30px;
}

.mobile-app-area {
  position: relative;
}

.mobile-phone {
  top: 40px;
  position: absolute;
  left: 22%;
}

.app-img {
  width: 75%;
  border-radius: 5px;
}

.wrapper {
  padding: 0 20px;
  border-bottom: 1px solid #d1d1d1;
}

.toggle {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.content {
  background: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  height: 0;
  overflow: hidden;
  transition: all 1s ease;
  border-radius: 0 0 5px 5px;
}

.pop-up .content {
  height: auto;
}

.content p {
  padding: 15px 18px;
  color: #666;
  padding-top: 0;
  font-size: 15px;
}

.login-pop-up .content p {
  padding: 0 0;
  font-size: 12px;
  margin-bottom: 0;
}

.mobilenumber-verify-for-register .content p {
  padding: 5px 0;
  margin-bottom: 0;
}

.login-pop-up .content p a {
  text-decoration: none;
}

.mobilenumber-verify .content p {
  padding: 0 18px;
}

.fab {
  color: #fff;
}

.wrapper button:focus {
  outline: 0;
  outline: 0;
}

.circle-plus {
  background-image: url(../images/icons/home/plus-circle.svg);
  height: 34px;
  width: 30px;
  background-size: 100%;
  padding: 13px;
}

.circle-minus {
  background-image: url(../images/icons/home/minus-circle.svg);
  height: 34px;
  width: 30px;
  background-size: 100%;
  padding: 13px;
}

.video-interview {
  overflow: hidden;
  width: 97%;
  margin: 0 auto;
  margin-top: 20px;
}

.video-interview iframe {
  border-radius: 20px;
}

.right-pd {
  padding-right: 20px;
}

.left-pd {
  padding-left: 20px;
}

.technology-for-cancer {
  margin-bottom: 100px;
  margin-top: 50px;
}

.doctor-interviews {
  height: auto;
  width: 100%;
}

.bg-gray-color {
  background-color: #f5f5f5;
  position: relative;
  height: 300px;
}

.bg-light-cream {
  background-color: #f7fbff;
}

.interviews-videos {
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
}

.blog-des {
  color: #666;
  font-size: 14px;
}

.blogs-sec {
  margin-top: 0;
}

.blog-head {
  font-size: 15px;
  font-weight: 600;
}

.blog-head a {
  color: #202020;
  margin-top: 20px;
}

.blog-box {
  width: 90%;
  margin: 0 auto;
}

.news-logos {
  border: 1px solid #ccd9e5;
  border-radius: 20px;
  transition: 0.4s;
  width: 92%;
  margin: 0 auto;
}

.news-logos img {
  -webkit-filter: brightness(0.5) invert(0.5);
  filter: brightness(-1) invert(1);
  transition: 0.4s;
}

.news-logos:hover {
  box-shadow: 0 7px 34px #00000029;
}

.news-logos:hover img {
  -webkit-filter: none;
  filter: none;
}

.news-slides {
  margin: 20px 6px;
  height: 100px;
  border: 1px solid #ccd9e5 !important;
  border-radius: 20px !important;
}

.news-slides .card-body {
  max-height: 100%;
  max-width: 100%;
  position: relative;
}

.news-slides .card-body img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.news {
  padding: 0;
}
/* 
.slick-prev:before {
  content: '' !important;
  background-image: url(../images/icons/home/angle-left.svg);
  padding: 0 10px;
  background-repeat: no-repeat;
}

.slick-next:before,
[dir='rtl'] .slick-prev:before {
  content: '' !important;
  background-image: url(../images/icons/home/angle-right.svg);
  padding: 0 10px;
  background-repeat: no-repeat;
} */

.descriptions .tab-content {
  text-align: justify;
}

.shadow-effect {
  /*background-image: url(../images/testimonials-bg.png);*/
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  text-align: center;
  border: 1px solid #ececec;
  /*box-shadow: 0 19px 38px rgb(0 0 0 / 2%), 0 15px 12px rgb(0 0 0 / 1%);*/
  /*border-radius: 20px;*/
  min-height: 150px;
}

.snipest-box {
  max-height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0;
  opacity: 0;
  /*transform: scale3d(0.2, 0.2, 1);*/
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.8, 1.8, 1);
}

#customers-testimonials .owl-nav{
	position: relative;
    bottom: 115px;
    font-size: 50px;
    color: #9d9d9d;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  margin: 0 auto 17px;
  border-radius: 10px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #27b793;
  transform: translate3d(0, -16px, 0) scale(0.7);
  height: 8px;
  width: 20px;
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #888;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0, -50%, 0) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 20px;
}

.name-client {
  color: #0075a1;
  font-weight: 500 !important;
  text-align: center;
}

.alert-bg-yellow {
  background-color: #ffcf00;
  margin-bottom: 0;
  border-radius: 0 !important;
}

.alert-bg-yellow strong {
  text-transform: uppercase;
}

.alert-bg-yellow strong img {
  width: 20px;
  vertical-align: sub;
}

.alert-bg-yellow button span img {
  width: 20px;
}

.bread-crumb-box {
  background-image: url(../images/breadcrumb-background1.jpg);
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.bread-crumb {
  padding: 30px 0 10px 0;
  font-size: 15px;
  color: #fff;
}

.bread-crumb a {
  color: #ffe711;
}

.bread-crumb h1 {
  font-size: 26px;
}

.bread-crumb img {
  width: 190px;
}

.doct-count {
  display: flex;
  color: #fff;
  padding-bottom: 80px;
}

.doct-count .count {
  background: #ffe711;
  padding: 5px 20px;
  color: #202020;
  transform: skew(-24deg);
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
}

.doct-count .count p {
  transform: skew(24deg) !important;
  margin-bottom: 0;
}

.doct-count p.doc {
  line-height: 34px;
  margin-bottom: 0;
  font-size: 18px;
}

.bread-crumb-img {
  position: absolute;
  bottom: 0;
  width: 95%;
}

.doct-details.det1 {
  padding: 10px 14px 0 25px;
  overflow: hidden !important;
}

.dr-photo1.caregiver-photo {
  left: 0;
  border-radius: 7px;
  overflow: hidden;
  top: 0;
}

.slick-dots li {
  width: 10px;
  margin: 0 5px !important;
}

.search-box {
  background-color: #f7fbff;
}

.search-btn {
  background-color: #27b793;
  color: #fff;
  border: 1px solid #27b793;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  width: 100%;
}

.more-option {
  height: 40px;
  width: 40px;
  background-color: #ccc;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #0075a1;
}

.more-option i {
  color: #fff;
  transform: rotate(90deg);
}

.cancer-ribbon-icon{
	opacity: 0.5;
}
.advertising-banner{
	width: 100%;
}
/*a.nav-link.active.show {
    background-color: #27b793;
    border-radius: 10px;
    height: 41px;
}*/
.hr-line{
	background: #373739;
	height: 1px;
	border: none;
}
.error{
	color:red;
}
#myModalShow .modal-header .modal-title {
    line-height: 26px;
    font-size: 24px;
    font-weight: 400;
}

.results{
	 height:200px;
	 overflow: scroll;
}
.apointment .form-control{
	font-size: 14px;
}
.form-feild {
  position: relative;
}

.form-feild-icons {
  position: absolute;
  bottom: 10px;
  left: 11px;
  color: #202020;
}

.form-feild .form-control {
  padding-left: 38px;
  color: #202020;
}

.headings .top-heading {
  font-size: 20px;
  font-weight: 600;
}

.headings p img {
  width: 25px;
}

.headings p {
  color: #7f7f7f;
}

.headings {
  margin-top: 40px;
}

.img-responsive {
  width: 100%;
}

.doct-details {
  border-left: 4px solid #d0d0d0;
  border-right: 4px solid #d0d0d0;
  border-bottom: 4px solid #d0d0d0;
  border-radius: 15px 0 15px 15px;
  padding: 10px 25px 0 25px;
  background-color: #fff;
}

.angled-top-left.active .doct-details {
  border-left: 4px solid #27b793;
  border-right: 4px solid #27b793;
  border-bottom: 4px solid #27b793;
  border-radius: 15px 0 15px 15px;
  padding: 10px 25px 0 25px;
}

.details h2 {
  margin-bottom: 0;
}

.details h2 a {
  font-size: 20px;
  margin-bottom: 0;
  color: #202020;
  font-weight: 500;
  text-decoration: none;
  font-weight: 600;
}

.details ul li a {
  color: #202020;
  text-decoration: none;
}

.fee .cons a {
  color: #202020;
  text-decoration: none;
}

.oncologist-details .details h2 {
  font-size: 20px;
}

.details p {
  color: #0075a1;
  font-size: 15px;
}

.apoint-btn i {
  margin-right: 5px;
}

.details ul {
  font-size: 14px;
  margin-left: 20px;
}

.details ul li {
  font-size: 13px;
  line-height: 28px;
}

.details ul li img {
  width: 16px;
}

.details ul li i {
  font-size: 10px;
}

.fee .fee-inr {
  color: #27b793;
  font-size: 22px;
  font-weight: 600;
}

.fee {
  text-align: right;
}

.fee .cons {
  font-size: 14px;
  margin-bottom: 5px;
}

.fee .cons img {
  width: 18px;
  margin-right: 8px;
}

.apointment {
  text-align: right;
}

.apoint-btn {
  background-color: #202020;
  color: #fff;
  transition: 0.3s;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #202020;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}

.apoint-btn:hover {
  background-color: #ffe711 !important;
  border: 1px solid ffe711 !important;
  cursor: pointer !important;
  color: #202020 !important;
  border-color: #ffe711 !important;
}

.apoint-btn:hover img {
  filter: contrast(1) invert(1);
}

.search-btn {
  cursor: pointer;
}

.active .apointment .apoint-btn {
  background-color: #0075a1;
  border: 1px solid #0075a1;
}

.active .apointment .apoint-btn:hover {
  background-color: #ffe711;
  border: 1px solid #0075a1;
}

/* .onco-list-box {
	margin-top: 120px
} */

.dr-photo {
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}

.dr-photo .certified-icon {
  width: 25px;
  position: absolute;
  top: 6px;
  right: 6px;
}

.dr-photo a {
  color: #fff;
  transform: translateY(10px);
}

.view-profile {
  position: absolute;
  border: 10px;
  background-color: rgb(0 117 161 / 100%);
  width: 100%;
  padding: 6px;
  bottom: -40px;
  border-radius: 0 0 8px 8px;
  text-align: center;
  transition: 0.3s;
  transform: scale(0);
  opacity: 0;
  font-size: 14px;
}

.view-profile:hover {
  background-color: rgb(255 231 17 / 80%);
  color: #202020;
  font-weight: 500;
  letter-spacing: 1px;
}

.view-profile a {
  color: #fff;
}

.oncologist-details .col-md-3 {
  padding-left: 0;
}

.onco-photo {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.onco-photo .svg {
  position: absolute;
  right: 8px;
  width: 27px;
  top: 8px;
}

.angled-top-left.active .dr-photo .view-profile {
  bottom: -1px;
  opacity: 1;
  transform: scale(1.1);
  opacity: 1;
}

.angled-top-left:hover .dr-photo .view-profile {
  bottom: -1px;
  opacity: 1;
  transform: scale(1.1);
  opacity: 1;
}

.angled-top-left:hover .apointment .apoint-btn {
  background-color: #0075a1;
  border: 1px solid #0075a1;
  color: #fff;
}

.angled-top-left:hover .doct-details {
  border-color: #27b793;
}

.angled-top-left:hover:before {
  border-color: #27b793;
}

.right-area {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0;
}

.body-area {
  position: relative;
}

.show-doctors p {
  margin-bottom: 0;
}

.show-doctors {
  background: #0075a1;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  margin-top: 30px;
}

.show-doctors:hover {
  cursor: pointer;
}

.show-icons {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 50px;
  background-color: #fff;
  color: #020202;
  text-align: center;
  transform: rotate(90deg);
  margin-right: 10px;
}

.add-banner1 {
  margin-top: 30px;
}

.footer {
  background-color: #222224;
  font-size: 14px;
  margin-top: 40px;
}

.footer-about {
  color: #fff;
  margin-top: 10px;
}

.footer-about ul li a {
  color: #999;
  transition: 0.4s;
}

.footer-about ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-heading .footer-col-title {
  font-size: 16px;
  color: #fff;
}

.footer-about ul {
  color: #999;
  margin-top: 10px;
  list-style-type: none;
  padding-left: 0;
}

.footer-heading {
  margin-top: 35px;
}

.footer-about ul li span {
  margin-right: 10px;
}

.line-ht ul li {
  margin-bottom: 10px;
}

.line-ht ul li .yell {
  color: #ffe711;
}

.line-ht {
  margin-top: 16px;
}

.terms-conditions {
  color: #999;
}

.angled-top-left {
  width: 100%;
  position: relative;
  margin-top: 160px;
}

.angled-top-left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
}

.active.angled-top-left:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(175.5deg);
  border: 4px solid #27b793;
  border-radius: 15px 15px 0 15px;
  border-bottom: 0;
}

.angled-top-left:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(175.5deg);
  border: 4px solid #d0d0d0;
  border-radius: 15px 15px 0 15px;
  border-bottom: 0;
  background-color: #fff;
}

.angled-top-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0, #feb645 100%);
}

.angled-top-right:after,
.angled-top-right:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-top-right:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}

.angled-bottom-left {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0, #feb645 100%);
}

.angled-bottom-left:after,
.angled-bottom-left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-bottom-left:after {
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-3deg);
}

.angled-bottom-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0, #feb645 100%);
}

.angled-bottom-right:after,
.angled-bottom-right:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-bottom-right:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}

.angled-both-left {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0, #feb645 100%);
}

.angled-both-left:after,
.angled-both-left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-both-left:before {
  top: 0;
  transform-origin: right top;
  transform: skewY(3deg);
}

.angled-both-left:after {
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-3deg);
}

.angled-both-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0, #feb645 100%);
}

.angled-both-right:after,
.angled-both-right:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-both-right:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}

.angled-both-right:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}

.angled-both-left-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0, #feb645 100%);
}

.angled-both-left-right:after,
.angled-both-left-right:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-both-left-right:before {
  top: 0;
  transform-origin: right top;
  transform: skewY(3deg);
}

.angled-both-left-right:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}

.angled-both-right-left {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0, #feb645 100%);
}

.angled-both-right-left:after,
.angled-both-right-left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all 0.5s;
}

.angled-both-right-left:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}

.angled-both-right-left:after {
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-3deg);
}

.diet-ad {
  margin-top: 30px;
  position: relative;
  background-image: url(../images/diet-ng-img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 20px;
  cursor: pointer;
}

.over-lay-ad {
  text-align: center;
  top: 18%;
  left: 7%;
  background: rgb(255 255 255 / 80%);
  padding: 80px 54px;
}

.over-lay-ad p {
  margin-bottom: 15px;
  font-size: 20px;
}

p.cap-bold {
  text-transform: uppercase;
  font-size: 61px !important;
  font-weight: 600;
  margin-bottom: 25px;
}

.cap {
  text-transform: uppercase;
}

.add-banner {
  margin-top: 30px;
  position: relative;
  background-image: url(../images/banner-bg1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 30px;
}

.add-text {
  text-align: center;
  color: #fff;
}

.add-text .p1 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 500;
}

.add-text .p2 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
}

.add-text .p2 span {
  color: #ffe711;
}

.add-text .p3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
}

.add-text .btn-sign {
  border-radius: 20px;
  padding: 5px 21px;
  background: #ffe711;
  color: #202020;
  text-transform: uppercase;
}

.butn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.butn::before {
  background: #fff;
  content: '';
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.butn::after {
  background: #fff;
  content: '';
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -90px;
  transform: rotate(35deg);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}

.butn__new::before {
  left: -50%;
}

.butn__new::after {
  left: -100%;
}

.butn:active,
.butn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
  left: 120%;
  opacity: 0.9s;
}

.butn__new:hover::after {
  left: 200%;
  opacity: 0.7;
}

.butn span {
  z-index: 20;
}

.select-slot label {
  display: flex;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 12px;
}

#profile_deatils_appointment_time .slot .slots-all span {
  margin: 5px 3px;
}

.slot .slots-all span {
  margin: 5px 4px;
}

.select-slot label input {
  position: absolute;
  left: -9999px;
}

.select-slot label input:checked + span {
  background-color: #27b793;
  color: #fff;
  box-shadow: 0 0 7px -2px gray !important;
}

.select-slot label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4em #fff;
  background-color: #27b793;
}

#profile_deatils_appointment_time label span {
  padding: 0.4em 1em 0.4em 1em;
}

.select-slot label span {
  display: flex;
  align-items: center;
  padding: 0.6em 1.5em 0.6em 1.5em;
  border-radius: 99em;
  transition: 0.25s ease;
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #d9d8d8;
  margin: 15px 5px;
}

.select-slot label span:hover {
  background-color: #d6d6e5;
}

.select-slot label span:before {
  display: flex;
  flex-shrink: 0;
  content: '';
  background-color: #f5f5f5;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #dddcdc;
}

.select-slot {
  border-top: 1px solid #dee2e6;
}

.slot1 {
  display: flex;
  border-bottom: 1px dotted #dedede;
}

.slot1:last-child {
  border-bottom: 0;
}

.main-label {
  font-size: 12px !important;
  line-height: 37px;
  margin-right: 15px;
  width: 30%;
  margin: 15px 0;
}

.slots-all {
  width: 100%;
}

.main-label small {
  font-size: 14px !important;
  margin-right: 15px;
  color: #888;
  margin: 0 10px;
}

.w-24 {
  width: 24px !important;
}

.carousel {
  position: relative;
  width: calc(100% - 100px);
  max-width: 100%;
  margin-left: 50px;
}

.is-control {
  background: 0;
  border: 0;
  padding: 0 10px;
  z-index: 1;
  cursor: pointer;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s linear;
}

.is-control:hover {
  color: #000;
}

.is-control:focus {
  outline: 0;
  color: #fff;
  border-radius: 5px;
}

.previous-button {
  position: absolute;
  left: -70px;
  top: calc(var(--carousel-height) / 2 - 30px);
}

.next-button {
  position: absolute;
  right: -60px;
  top: calc(var(--carousel-height) / 2 - 30px);
}

.full-border {
  padding: 15px 0;
  border-bottom: 1px solid #d9d8d8;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #d9d8d8;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s linear;
  padding: 7px;
}

.slick-slide:not(:last-of-type) {
  margin-right: var(--card-margin);
}

.card a {
  text-decoration: none;
}

.card .image {
  height: 100px;
  padding: 2px;
  overflow: hidden;
}

.card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0.5);
}

.card .title {
  margin: 0;
  padding: 10px 10px 5px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.card .content {
  padding: 0 10px 40px 10px;
  transition: color 0.1s linear;
}

.card .content p {
  margin: 7px 0;
  font-size: 14px;
  opacity: 0.8;
}

.card .content .price {
  position: absolute;
  bottom: 8px;
}

.card .content .price .new-price {
  font-weight: 700;
}

.card .content .price .original-price {
  margin-left: 5px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}

.date-slider {
  width: 600px;
}

.card:hover {
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.card:focus .image img,
.card:hover .image img {
  filter: grayscale(0);
}

.card:hover .title {
  text-decoration: underline;
}

.card a:focus {
  outline: 0;
}

.card:focus-within {
  border-color: #209bee;
  box-shadow: 0 0 0 2px #209bee;
}

.card:focus-within .content,
.card:focus-within .title {
  color: #3273dc;
}

.card:focus-within .title {
  text-decoration: underline;
}

.credits {
  margin-left: 40px;
  padding: 10px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

.credits img {
  height: 30px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
}

.credits:focus,
.credits:hover {
  opacity: 1;
}

:root {
  --card-margin: 12px;
  --carousel-height: 100px;
}

.nav-tabs > li > a:hover {
  background: 0 0;
  border-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: 0 0;
}

.booking-slot .nav > li > a {
  padding: 10px 5px;
}

.booking-slot .nav-tabs > li.active > a,
.booking-slot.nav-tabs > li.active > a:focus,
.booking-slot.nav-tabs > li.active > a:hover {
  border: none;
}

.booking-slot ul li a.active .c-date .dates .day,
.booking-slot ul li a.active .c-date .dates .month {
  color: #fff !important;
}

.booking-slot ul li a .c-date {
  width: 60px;
}

.booking-slot ul li a.active .c-date {
  background-color: #27b793;
  color: #fff;
  border-color: #27b793;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.booking-slot ul li a.active .c-date .date {
  color: #ffe711;
}

.c-date {
  text-align: center;
  border-radius: 50px;
  padding: 12px 0;
  line-height: 20px;
}

.c-date:hover {
  background-color: #27b793;
  color: #fff;
  border-color: #27b793;
}

.c-date:hover .day {
  color: #fff;
}

.c-date:hover .date {
  color: #ffe711;
}

.c-date:hover .month {
  color: #fff;
}

.dates .day {
  font-size: 13px;
  color: #888;
  margin-bottom: 0;
}

.dates .date {
  font-size: 20px;
  color: #232f3e;
  font-weight: 600;
  margin-bottom: 0;
}

.dates .month {
  font-size: 13px;
  color: #888;
  margin-bottom: 0;
}

.c-date.active {
  background-color: #27b793;
}

.c-date.active .dates .month {
  color: #fff;
}

.c-date.active .dates .date {
  color: #ffe711;
}

.c-date.active .dates .day {
  color: #fff;
}

.onco-details-box {
  margin-top: 30px;
}

.bread-crumb span {
  margin: 0 5px;
}

.oncologist-details .details h2 {
  margin-bottom: 5px;
}

.oncologist-details .details ul {
  margin-left: 20px;
  line-height: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.fee .cons .img-34 {
  width: 34px;
}

.onco-about .about-m {
  font-size: 14px;
  color: #666;
}

.onco-about .about-m-h {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
  color: #202020;
}

.onco-about {
  border-top: 1px solid #d9d8d8;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d8d8;
}

.onco-about ul.show-bullet {
  padding-left: 0;
  list-style-type: none;
  font-size: 14px;
  color: #666;
  text-align: justify;
}

.show-more-text {
  color: #0075a1;
  font-size: 14px;
  transition: 0.3s;
}

.show-more-text:hover {
  cursor: pointer;
  letter-spacing: 1px;
}

.more .information {
  font-size: 18px;
  font-weight: 500;
}

.education-points ul {
  list-style-type: none;
  line-height: 35px;
  margin-left: 0;
  padding-left: 5px;
}

.education-points ul li {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  padding: 0 10px;
  line-height: 24px;
}

.education-points ul li:before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/oncologist-detail/check-circle-blue.svg);
  background-size: contain;
  left: 18px;
}

.question-ans ul {
  list-style-type: none;
  line-height: 35px;
  margin-left: 0;
  padding-left: 25px;
  position: relative;
}

.question-ans ul li:nth-child(1) {
  font-size: 16px;
  margin-bottom: 5px;
  color: #202020;
  font-weight: 600;
  padding: 0 10px;
  line-height: 25px;
}

.question-ans ul li:nth-child(2) {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  padding: 0 10px;
  line-height: 25px;
}

.question-ans ul li:nth-child(1):before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/oncologist-detail/question.svg);
  background-size: contain;
  left: 8px;
  top: 4px;
}

.question-ans ul li:nth-child(2):before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/oncologist-detail/answer.svg);
  background-size: contain;
  left: 8px;
  top: 35px;
}

.heading-1 {
  font-size: 28px;
  color: #202020;
  font-weight: 600;
}

.information .heading-2 {
  font-size: 16px;
  color: #202020;
}

.information .inform-p {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  line-height: 19px;
}

.information .direction a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-decoration: none;
}

.information .direction .map-icon {
  margin-right: 10px;
}

.information .direction {
  display: flex;
  line-height: 40px;
}

.heading-3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.hospital {
  font-size: 15px;
  color: #0075a1;
  margin-bottom: 5px;
  font-weight: 400;
}

.stars {
  color: #888;
  font-size: 12px;
}

.stars i {
  color: #f5821d;
}

.hospital-iamges {
  display: flex;
}

.hos-img {
  width: 50px;
  margin: 0 4px;
}

.hos-extra-img {
  width: 50px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin: 0 4px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
}

.question-and-ans {
  border-top: 1px solid #d9d8d8;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d8d8;
  padding-top: 20px;
}

.question-ans .question {
  font-size: 16px;
  margin-bottom: 5px;
  color: #202020;
  font-weight: 600;
  padding: 0 10px;
}

.question-ans .question .fa-li {
  top: -2px;
}

.question-ans .answer .fa-li {
  top: -2px;
}

.question-ans .answer {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  padding: 0 10px;
}

.question-ans {
  border-top: 1px solid #d9d8d8;
  padding-top: 20px;
}

.education-points ul .points {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  padding: 0 10px;
}

.education-points ul {
  line-height: 35px;
  margin-left: 20px;
}

.education-points ul li span img {
  width: 22px;
}

.education .heading-1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d8d8;
  padding-bottom: 20px;
}

.paper .heading-1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d8d8;
  border-top: 1px solid #d9d8d8;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.paper .paper-pub {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.bor-top {
  border-top: 1px solid #d9d8d8;
  padding-top: 10px;
}

.memb ul {
  line-height: 20px;
}

.memb ul li {
  padding-bottom: 15px !important;
  padding: 0 10px;
}

.gen-av {
  border-top: 1px solid #d9d8d8;
  padding-top: 20px;
}

.gen-av table {
  width: 100%;
  text-align: center;
}

.gen-av table thead tr th {
  font-size: 14px;
  font-weight: 600;
}

.available-table table tr td img {
  width: 15px;
}

.gen-av table tbody tr th {
  font-size: 13px;
  font-weight: 600;
}

.tex-left {
  text-align: left;
}

.empty {
  background-color: #f5f5f5;
}

.top-prosedure ul li {
  float: left;
  list-style-type: disc;
  margin-right: 30px;
  color: #888;
  font-size: 13px;
  line-height: 20px;
}

.top-prosedure {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px;
}

.prosidure-head {
  font-size: 20px;
  font-weight: 600;
}

.book-appoint-head .app-head {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  padding: 0 40px;
  line-height: 30px;
}

.book-appoint-head .app-head span {
  font-weight: 400;
}

.book-appoint-head .app-par {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.book-appoint-head {
  background-image: url(../images/appoint-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 10px 20px;
  margin-top: 30px;
}

.choose-slote {
  text-align: center;
  background-color: #f7fbff;
  border: 1px solid #d9d8d8;
  padding: 0 15px;
  padding: 25px 15px;
}

.choose-slote .slot-head {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.slop-input select {
  border: 1px solid #ced0d5;
  padding: 10px 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  color: #888;
}

.date-slider1 .c-date {
  padding: 5px 0;
}

.slots-all label {
  display: inline-block;
  text-align: left;
}

.slots-all {
  text-align: left;
}

.slots-all label span {
  font-size: 11px;
}

#profile_deatils_appointment_time .slots-all label span {
  font-size: 10px;
}
.subscribe h1{
  font-size:24px;
}
.btn.btn-next {
  background-color: #ffe711;
  width: 100%;
  border-radius: 5px;
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.4s;
}

.digit-group .form-control {
  padding: 5px;
}

.oncologist-details .digit-group .btn.btn-next {
  width: auto;
  font-size: 14px;
}

.btn.btn-next:hover {
  background-color: #ffe711;
  color: #202020;
}

.btn.btn-next:hover img {
  filter: brightness(0);
}

/*.show-more {
  display: none;
}
*/
.date-slider1 .carousel .c-date .date {
  font-size: 17px;
}

.date-slider1 .carousel .c-date .day {
  font-size: 12px;
}

.date-slider1 .carousel .c-date .month {
  font-size: 12px;
}

.logo-footer {
  width: 240px;
}

.top-prosedure ul {
  overflow: hidden;
  padding-left: 15px;
}

.owl-carousel {
  position: relative;
}

.owl-prev {
  position: absolute;
  bottom: 60px;
  left: -15px;
}

.owl-next {
  position: absolute;
  bottom: 60px;
  right: -15px;
}

.owl-item .item li.active a .c-date {
  background-color: #27b793;
  border-color: #27b793;
}

.owl-item .item li.active a .c-date .day {
  color: #fff;
}

.owl-item .item li.active a .c-date .date {
  color: #ffe711;
}

.owl-item .item li.active a .c-date .month {
  color: #fff;
}

.select-date-time {
  font-weight: 600;
  font-size: 18px;
}

.sl-dates {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 42px;
}

.sl-dates span {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}

.sl-dates img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  top: 13px;
}

.selected-dates {
  display: flex;
}

.pic-and-name {
  display: flex;
  margin-top: 10px;
}

.hos-dr-pic {
  width: 30%;
}

.hos-dr-name {
  padding-left: 20px;
  margin-top: 3px;
  width: 75%;
}

.hos-dr-name .selected-name {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}

.hos-dr-name .selected-category {
  color: #0075a1;
  margin-bottom: 3px;
}

.hos-dr-name .selected-type {
  font-size: 14px;
}

.hos-dr-name .selected-type img {
  width: 12px;
}

.selected-dr-and-hos {
  margin-top: 15px;
}

.pic-and-name .hos-dr-name .hos-addr {
  line-height: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 12px;
}

.pic-and-name .hos-dr-name .hos-direct img {
  width: 26px;
  margin-right: 5px;
}

.pic-and-name .hos-dr-name .hos-direct {
  font-size: 12px;
}

.change-dt {
  text-align: right;
}

.change-dt a {
  text-align: right;
  color: #27b793;
  font-size: 14px;
}

.border {
  border: 1px solid gray;
}

.pd-20 {
  padding: 20px;
}

.mb-25px {
  margin-bottom: 25px;
}

.app-head.sidebar-head {
  text-align: left;
  margin-bottom: 0;
  padding: 7px 0;
}

.app-head.sidebar-head img {
  width: 35px;
  margin-right: 10px;
}

.phone-ver {
  background-color: #f7fbff;
  border: 1px solid #d9d8d8;
  padding: 25px 15px;
}

.pd-15 {
  padding: 0 15px;
}

.req {
  color: red;
}

.std-code {
  width: 30%;
}

.mobile-n {
  width: 66%;
  margin-left: 4%;
}

.enter-phone label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}

.msg-rlted-number {
  line-height: 14px;
  font-size: 13px;
  margin-top: 15px;
}

.continue-btn img {
  width: 18px;
  margin-right: 10px;
}

.btn-cal {
  width: 18px;
  margin-right: 5px;
}

.bold-text2 {
  font-size: 14px;
  font-weight: 700;
}

.form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.looking-for {
  position: relative;
}

.looking-for img {
  position: absolute;
  position: absolute;
  right: 28px;
  top: 21px;
  width: 14px;
}

.mob-n {
  position: relative;
}

.mob-n img {
  position: absolute;
  top: 9px;
  right: 25px;
  width: 14px;
}

/*.btn-shine {
  position: relative;
  background-repeat: no-repeat;
  background-position: -120px -145px, 0 0;
  background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: -moz-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: -o-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  background-image: linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0) 50%
  );
  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;
  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}*/

/*.btn-shine:hover {
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}*/
.btn-shine{
	position:relative;
	overflow:hidden;
}
.btn-shine:after{
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 12em);
}
/*This activates the sheen once the button has been hovered*/
.btn-shine:hover::after{
  animation: sheen 1s forwards;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -12em);
  }
}

.gray-bg {
  background-color: #f5f5f5;
  width: 100%;
  border-radius: 0 380px 0 0;
  top: 50%;
  right: 5%;
  height: 1000px;
  z-index: -1;
}

.see-all {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.see-all a button {
  background-color: #0075a1;
  color: #fff;
}

.conditions-box .form-group {
  margin-bottom: 0;
}

.conditions-box .form-group label {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #888;
}

.conditions-box .form-group label span {
  font-size: 12px;
  margin-right: 10px;
  color: #202020;
}

.conditions-box .form-group label a {
  color: #27b793;
}

.main1 {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 20px;
}

.view-all-btns {
  width: 100%;
}

.conditions-box input[type='checkbox'] {
  visibility: hidden;
  display: none;
}

.geekmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ced4da;
}

.main1 input:checked ~ .geekmark {
  background-color: #27b793;
  border-color: #27b793;
}

.geekmark:after {
  content: '';
  position: absolute;
  display: none;
}

.main1 input:checked ~ .geekmark:after {
  display: block;
}

.main1 .geekmark:after {
  left: 5px;
  bottom: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-panel {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  background-color: #fff;
  height: 100vh;
  z-index: 9999;
  transition: 0.6s;
}

.select-lab-panel {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  background-color: #fff;
  height: 100vh;
  z-index: 9999;
  transition: 0.6s;
}

.lab {
  width: 100%;
  text-align: center;
  font: 20px;
}

.select-lab-panel .certified-icon {
  width: 22px;
}

.subhead {
  font-size: 14px;
}

.lab-logo img {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
}

.lab-details {
  width: 100%;
  padding-left: 0;
}

.lab1 {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  padding: 10px;
  margin: 15px 0;
  width: 96%;
  margin: 15px auto;
}

.lab-name {
  font-size: 17px;
  font-weight: 600;
  width: 90%;
}

.price {
  font-size: 12px;
  color: #888;
}

.price p {
  margin-bottom: 0;
}

.price span {
  font-size: 16px;
  color: #0075a6;
  font-weight: 600;
  padding-left: 10px;
}

.more-dtls ul li {
  font-size: 12px;
  padding-left: 5px;
}

.more-dtls ul li img {
  width: 15px;
}

.more-dtls ul li img {
  width: 15px;
}

.more-dtls ul li:first-child img {
  width: 18px;
}

.more-dtls ul {
  margin-left: 24px;
  margin-bottom: 0;
}

.lab-select {
  position: absolute;
  top: -2px;
  right: -15px;
}

.lab-details {
  position: relative;
}

.all-labs {
  height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.all-labs::-webkit-scrollbar {
  width: 5px;
}

.all-labs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.all-labs::-webkit-scrollbar-thumbr {
  background: #888;
}

.selected-labs {
  width: 100%;
  display: flex;
}

.selected-labs .selected-lab-img {
  width: 35%;
  display: none;
}

.selected-type a {
  color: #202020;
  text-decoration: none;
}

.selected-lab-details {
  padding-left: 10px;
}

.edit-selected-lab {
  display: flex;
  font-size: 13px;
  padding-left: 18px;
}

.remove-lab {
  padding-left: 20px;
}

.edit-selected-lab .icon img {
  width: 14px;
}

.items-in-cart {
  font-size: 14px;
  color: #fff;
}

.choose-slote .items {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}

.lab-in-cart {
  color: #888;
  float: left;
}

.lab-cast {
  float: right;
}

.items p {
  margin-bottom: 0;
}

.total .lab-cast,
.total .lab-in-cart {
  color: #202020;
  font-weight: 500;
}

.total {
  margin-bottom: 20px;
}

.icon:hover {
  color: #27b793;
  cursor: pointer;
}

.btn-view-cart.blue {
  background-color: #0075a1;
}

.lab-pic {
  width: 20%;
}

.remove-lab {
  margin-top: 30px;
  font-size: 13px;
}

.remove-lab .fas {
  color: #27b793;
}

.remove-lab a {
  color: #202020;
  text-decoration: none;
}

.remove-lab a:hover {
  color: #27b793;
}

.edit-lab {
  margin-top: 85px;
  font-size: 13px;
}

.order-summery {
  padding: 10px 20px;
  margin-top: 30px;
  border: 3px dotted #0075a1;
}

.apply-coupon {
  text-transform: uppercase;
  color: #0075a1;
  margin-bottom: 0;
  position: relative;
  font-weight: 500;
}

.apply-coupon img {
  padding-right: 15px;
  width: 50px;
}

.coupn-icon {
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 10px;
}

.summery-heading {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
}

.item-cart-head {
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid #d1d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0;
  margin-bottom: 10px;
}

.item-cart-head img {
  width: 40px;
  margin-right: 10px;
}

.cart-price-and-name {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  color: #666;
  font-size: 15px;
}

.item-name {
  float: left;
}

.item-name p {
  margin-bottom: 0;
}

.item-price {
  float: right;
}

.item-price p {
  margin-bottom: 0;
}

.item-price span {
  color: #27b793;
  padding-left: 10px;
}

.total-order {
  color: #202020;
  font-weight: 600;
}

.border-top-bottom {
  border-top: 1px solid #d1d1d1d1;
  border-bottom: 1px solid #d1d1d1d1;
  padding: 20px 0;
  margin: 25px 0;
}

.total-payble {
  padding-bottom: 30px;
}

.msg-report {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}

.agree-condition a {
  color: #27b793;
}

.agree-condition {
  font-size: 13px;
  margin-top: 10px;
}

.review-head {
  font-size: 18px;
  font-weight: 500;
}

.review-head {
  font-size: 18px;
  font-weight: 500;
}

.review-price {
  font-size: 16px;
}

.review-heading img {
  width: 35px;
  margin-right: 10px;
}

.review-heading {
  font-size: 16px;
  font-weight: 500;
}

.review-subheading {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.reviews-text {
  padding-left: 50px;
  font-size: 14px;
}

.reviews-text span {
  font-weight: 500;
}

.bg-gray-color1 {
  background-color: #f5f5f5;
}

.border-top-bottom {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.location-pin {
  width: 14px;
}

.patient-img1 {
  width: 502px;
  margin-top: 110px;
  margin-left: 165px;
}

.booking {
  width: 100%;
  background-color: #f7fbff;
  padding: 30px;
}

.booking-form {
  background-color: #fff;
  padding: 20px;
  font-size: 20px;
}

.add-user {
  width: 40px;
  margin-right: 10px;
}

.add-p {
  margin-top: 20px;
  padding-top: 20px;
}

.border-none {
  border: none;
}

.gender-dropdown {
  position: relative;
}

.gender-dropdown img {
  width: 14px;
  position: absolute;
  top: 45px;
  right: 12px;
}

.add-p label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}

.ptnt-btn {
  height: 60px;
  line-height: 60px;
}

.add-p .form-control {
  height: 60px;
  font-size: 18px;
}

.heading-petient {
  font-size: 26px;
  font-weight: 500;
}

.address-type {
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 6px;
  border-radius: 30px;
  color: #666;
  font-size: 18px;
}

.address-type:hover {
  cursor: pointer;
  color: #fff;
  background: #0075a1;
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
}

.address-type.active {
  color: #fff;
  background: #0075a1;
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
}

.deliver-time {
  font-size: 13px;
  color: #666;
  margin-top: 16px;
}

.over {
  overflow: hidden;
}

.icon-box {
  float: left;
}

.details2 {
  float: left;
}

.details2 p {
  margin-bottom: 0;
}

.name-det {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}

.age-det {
  font-size: 13px;
}

.age-det span {
  font-weight: 600;
}

.btn-black {
  color: #fff;
  background-color: #202020;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

.serch-btn.btn-black {
  padding: 8px 10px;
}

.btn-blue {
  background-color: #0075a1;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

.details2 .address,
.details2 .pet-address {
  font-size: 13px;
}

.details2 .address_type,
.details2 .phone,
.details2 .street {
  font-size: 13px;
}

.pos-absolute {
  position: absolute;
  bottom: 15px;
  right: 14px;
}

.pos-relative {
  position: relative;
}

.sel-gen {
  width: 13px;
}

.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.subscribe h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
.subscribe h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
.subscribe h4{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.subscribe h5{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}


.subscribe .entered-number {
  font-size: 18px;
  font-weight: 600;
}

.entered-number img {
  padding-left: 10px;
  cursor: pointer;
}

.black-overlay {
  background-color: rgb(0 0 0 / 80%);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  top: 0;
}

.black-overlay2 {
  background-color: rgb(0 0 0 / 80%);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  top: 0;
}

.close-login-popup {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1;
}

.subscribe .otp-sent {
  font-size: 16px;
  color: #888;
}

.bk-id-details {
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 22px;
}

.bk-id-details span {
  text-transform: uppercase;
  font-weight: 700;
  color: #202020;
}

.bk-id-details .bold-text {
  font-weight: 700;
  color: #202020;
}

.bk-id-details img {
  width: 19px;
}

.bk-id-details .date-time {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 22px;
}

.bk-id-details .booker {
  font-weight: 700;
  color: #202020;
}

.bk-id-details .booker-detail {
  font-size: 13px;
}

.btn.btn-cancel-opp {
  border: 1px solid #202020;
  color: #202020;
  background-color: #f5f5f5;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
  transition: 0.4s;
}

.btn.btn-cancel-opp:hover {
  background-color: #ffe711;
  color: #202020;
  letter-spacing: 1px;
}

.btn.btn-reschedule-opp:hover {
  background-color: #ffe711;
  color: #202020;
  letter-spacing: 1px;
}

.btn.btn-reschedule-opp {
  border: 1px solid #0075a1;
  color: #0075a1;
  background-color: #f5f5f5;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s;
  font-size: 14px;
}

.banner-2 {
  margin-top: 30px;
}

.resion {
  text-align: left;
}

.cont-book.col-6 {
  max-width: 42%;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #888;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #bbb;
}

.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #27b793;
  box-shadow: 0 7px 9px -5px grey;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #27b793;
}

.more-reson {
  color: #888;
  font-size: 14px;
  margin-top: 25px;
}

.buttons {
  margin-top: 15px;
}

.btn-back {
  background-color: #202020;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.4s;
}

.cancelled {
  display: none;
}

.cancelled h1 {
  color: #ff2929;
}

.cancelled .cancelled-text {
  font-size: 13px;
  color: #888;
  width: 200px;
  margin: 0 auto;
  line-height: 17px;
}

.btn-ok {
  background-color: #0075a1;
  width: 45%;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  transition: 0.4s;
}

.lab-select.address-select {
  position: absolute;
  top: 28px;
  right: 5px;
}

.w-70 {
  width: 70%;
}

.view-all1 {
  width: 155px;
  margin-top: 40px;
}

.schedule-call .modal-header img {
   position: absolute;
  top: 11%;
 right: 1%;
    opacity: 0.5;
    cursor: pointer;
}
#myModalShow .modal-body {
    padding: 0px 40px 35px;
}
#loading-image{
	display:none;
}
   .loader{
   position: absolute;
   top:0px;
   right:0px;
   width:100%;
   height:100%;
   background-color:#eceaea;
   background-image:url('../images/ajax-loader.gif');
   background-size: 50px;
   background-repeat:no-repeat;
   background-position:center;
   z-index:10000000;
   opacity: 0.4;
   filter: alpha(opacity=40);
   display:none;
   }


@media (min-width: 768px) {
  .pop-up.add-apteint-details {
    max-width: 60%;
  }
  .pop-up {
    width: calc(100% - 40px);
    height: auto;
    max-width: 480px;
  }
  .pop-up.pop2 {
    max-width: 440px;
  }
  /* .modal-dialog {
      max-width: 380px!important;
      margin: 1.75rem auto;
  } */

}

.pop-up .content {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.pop-up.add-apteint-details .content {
  max-width: 100%;
}

.select-time-date {
  font-size: 18px;
  text-align: left;
}
#myModalShow .modal-header {
	text-align:center;
	padding: 30px 80px 0px 80px;
}
#myModalShow .modal-header .modal-title {
    line-height: 26px;
    font-size: 24px;
    font-weight: 400;
}
#myModalShow .modal-body {
	padding: 0px 40px 35px;
}

@media (min-width: 768px) {
  .pop-up .content {
    min-height: inherit;
  }
}
/* @media (min-width: 768px) {
	.modal-dialog {
    max-width: 380px!important;
    margin: 1.75rem auto;
}
} */

.pop-up .content .container {
  padding: 100px 20px 140px;
}

@media (min-width: 568px) {
  .pop-up .content .container {
    padding: 50px 20px 80px;
  }
}

@media (min-width: 768px) {
  .pop-up .content .container {
    padding: 0;
    max-width: 520px;
    margin: 0 auto;
  }
}

.pop-up .content .close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  color: #3e4146;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  
}

.pop-up .content .close:hover {
  cursor: pointer;
  color: #f66867;
}

.pop-up.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  padding: 40px 60px;
  border-radius: 15px;
}

.content p.not-get-otp {
  padding: 0 0;
}

.subscribe .otp-field {
  width: 40px;
  height: 40px;
  margin: 3px;
  text-align: center;
  font-size: 20px;
  color: #888;
}

.form-control.otp-field {
  display: inline-block;
}

.subscribe .otp-instr {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}

.subscribe .not-get-otp {
  font-size: 14px;
}

.subscribe .not-get-otp span {
  color: #27b793;
  cursor: pointer;
}

.cont-book img {
  width: 16px;
  margin-right: 5px;
  vertical-align: text-top;
}

.not-get-otp img {
  width: 13px;
}

.login-header {
  background-image: url(../images/appoint-bg.jpg);
  height: 120px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 30px 0 30px 20px;
}

.login-header img {
  width: 200px;
}

.phone-ver2 {
  padding: 20px;
}

.phone-ver2 .enter-phone2 .form-group label {
  font-size: 18px;
  font-weight: 500;
}

.phone-ver2 .enter-phone2 .form-group .row .form-control {
  font-size: 14px !important;
}

.msge2 {
  font-size: 14px;
}

.msge2 a {
  color: #27b793;
}

.selected-type strike {
  font-size: 12px;
  color: #888;
}

.selected-type .offer-rate {
  font-size: 15px;
  margin-left: 5px;
  color: #0075a1;
  font-weight: 700;
}

.btn-next.select-btns {
  margin-top: 80px;
}

.descriptions ul li a {
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
}

.descriptions {
  margin-top: 20px;
}

.descriptions .nav-pills .nav-link.active {
  font-size: 15px;
  font-weight: 500;
  color: #27b793 !important;
  border-bottom: 2px solid #27b793;
  background-color: #fff;
  border-radius: 0;
}

.descriptions .nav-pills .show > .nav-link {
  background-color: #fff;
}

.nav-item:after {
  background-color: #fff;
}

.descriptions .tab-content {
  font-size: 14px;
}

.hed2 .app-head {
  padding: 5px 0;
  font-size: 21px;
  margin-bottom: 0;
  text-align: left;
}

.btn-view-cart {
  background-color: #0075a1;
  color: #fff !important;
  width: 100%;
  text-transform: uppercase;
}

.btn-view-cart.add_patient_details {
  height: 60px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
}

.btn-view-cart:hover {
  background-color: #ffe711;
  color: #202020 !important;
}

.head2 {
  font-weight: 600;
  font-size: 16px;
}

.select-time-date p {
  font-weight: 500;
}

.book {
  border: 0;
}

.doctors-area .nav-tabs .nav-item {
  margin: 0 auto;
}

.dr-details.survi p {
  line-height: 17px;
}

.close-panel-icon {
  width: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.4;
  cursor: pointer;
}

.schedule-call {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 15%;
}

/* .schedule-call .modal-header {
  background-color: #fff;
  padding: 40px 30px 15px 30px;
  position: relative;
} */

.schedule-call .modal-header img {
  position: absolute;
  top: 11%;
  right: 1%;
  opacity: 0.5;
  cursor: pointer;
}


#patientsList .terms-condotion {
  font-size: 10px;
}

.error-msg {
  display: none;
  color: red;
  font-size: 13px;
  font-weight: 400;
}

.terms-condotion {
  font-weight: 400;
}

.terms-condotion a {
  color: #5e6fdb;
  font-weight: 400;
}
input.name-input::-webkit-input-placeholder:after{color:red;content:" *";}
.multiselect-native-select {
  width: 100%;
}

.multiselect-native-select .btn-group {
  width: 100%;
}

.multiselect-native-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.multiselect-native-select .btn-group .dropdown-toggle.custom-select {
  background: 0 0 !important;
  height: 35px;
  background-color: #fff !important;
}

.multiselect-container.dropdown-menu {
  width: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fafdff;
}

.multiselect-selected-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  color: #202020;
  white-space: nowrap;
}

.booking-slots ul li a button {
  border: none;
  background-color: transparent;
}

.booking-slots ul li a.active button .c-date.appointment-date {
  background-color: #27b793;
  color: #fff;
  border-color: #27b793;
}

.booking-slots ul li a.active button .c-date.appointment-date .dates .day {
  color: #fff;
}

.booking-slots ul li a.active button .c-date.appointment-date .dates .month {
  color: #fff;
}

.booking-slots ul li a.active button .c-date.appointment-date .dates .date {
  color: #ffe711;
}

.booking-slots ul li a.active button .c-date.appointment-date {
  background-color: #27b793;
  color: #fff;
  border-color: #27b793;
}

.c-date.appointment-date {
  padding: 11px 20px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.date-slot-boxes {
  width: 85%;
}

.date-slot-boxes2 {
  width: 90%;
  margin: 0 auto;
}

.date-slot-boxes .nav-tabs {
  border: none;
}

.navbar-arrows img {
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  cursor: pointer;
}

.navbar-arrows img.left-arrow-nav {
  left: -1.5rem;
}

.navbar-arrows img.right-arrow-nav {
  right: 0;
}

.border-bottom-full {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  margin: 10px 0;
}

.slick-dots li {
  margin: 0 10px;
}

.lab-test-list {
  margin-top: 30px;
}

.border-light1 {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.test-type-name {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 12px;
  font-weight: 600;
}

.dignosis-name {
  font-size: 15px;
  color: #8c8c8c;
}

.btn-blue a {
  text-decoration: none !important;
}

.test-n {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.test-a {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.test-rate {
  font-size: 15px;
  color: #666;
}

.test-rate span {
  color: #0075a1;
  font-weight: 600;
  font-size: 18px;
}

.test-single {
  margin-top: 20px;
}

.pdg {
  margin: 20px 0;
}

.test-single.selected .disabled {
  background-color: #ebebeb;
}

.test-single.selected .disabled a {
  color: #525252 !important;
}

#navbarSupportedContent {
  background: #fff;
  /* width: 100% */
}
.background-gray1{
	background-image:url(../images/404background.jpg);
	background-position: bottom;
}

.ziopar-heading {
  font-size: 20px;
}

.ziopar-details {
  margin-top: 40px;
}

.ziopar-details .nav-pills .nav-link {
  padding: 13px 15px !important;
  border: 1px solid #dee2e6;
  border-radius: 0;
  font-weight: 600;
}

.ziopar-details .nav-pills .nav-link.active,
.ziopar-details .nav-pills .show > .nav-link {
  background-image: url(../images/mask-group.jpg);
  background-color: transparent;
  color: #fff !important;
  background-size: cover;
  background-position: center right;
}

.ziopar-details .nav-pills .nav-link.active .tabs-icons {
  filter: brightness(0) invert(1);
}

.ziopar-details .nav-pills .nav-link.active::after {
  content: '';
  position: absolute;
  right: 0;
  top: 41%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #fff;
  clear: both;
}

.ziopar-details .nav-pills .nav-link:hover {
  background-color: #eefdff;
}

.ziopar-details .tab-content {
  padding: 10px 15px;
  max-height: 600px;
  overflow-y: auto;
  padding: 1.2em;
}

.ziopar-details .tab-content::-webkit-scrollbar {
  width: 5px;
}

.ziopar-details .tab-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.ziopar-details .tab-content::-webkit-scrollbar-thumb {
  background: rgb(0 117 161 / 50%);
}

.ziopar-details .tab-content::-webkit-scrollbar-thumb:hover {
  background: rgb(0 117 161 / 100%);
}

.ziopar-details .tab-content .tab-details-for-ziopar ul li span img {
  width: 9px;
}

.ziopar-details .tab-content .tab-details-for-ziopar ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

.tabs-icons {
  width: 30px;
  margin-right: 10px;
}

.tab-details-for-ziopar .fa-ul {
  margin-left: 1.5em;
}

.fa-li.steps {
  width: 4em;
}

.fa-ul.steps-list li {
  padding-left: 30px;
}

/* .navbar-brand img.desk-logo {
  display: block;
  width: 185px;
} */

/* .navbar-brand img.mob-logo {
  display: none;
} */

.menu-name {
  font-size: 16px;
  margin-top: 10px;
}

.navbar-nav {
  margin: 9px auto;
}

.ml-md-4,
.mx-md-4 {
  margin-left: 2.2rem !important;
}

.btn-continue{
	transition:0.6s;
	padding: 10px 5px!important;
  border-radius: 8px;
}

.btn-continue:hover{
	background-color:#ffe711;
	color:#202020;
}

.contact-icon {
  margin-left: 16px;
}

.banner-area p {
  font-size: 46px;
  margin-bottom: 30px;
  line-height: 66px;
  font-weight: 700;
}

.slider-caption1 {
  color: #0075a1;
  font-size: 46px;
  line-height: 66px;
  font-weight: 700;
  white-space: nowrap;
}

.banner-area h2 {
  font-size: 34px;
  margin-bottom: 40px;
  font-family: Libre Franklin;
}

.report-content .report-head {
  font-size: 20px;
}

.report-content .text {
  font-size: 16px;
}

.cancer-report form .form-group .form-control {
  height: 51px;
  font-size: 15px;
}

.cancer-report select {
  font-size: 15px;
  color: #888;
}

.multiselect-native-select .btn-group .dropdown-toggle.custom-select {
  height: 51px;
  text-align: left !important;
}

.review-btn {
  font-size: 15px;
  padding: 10px 22px;
  border-radius: 5px;
}

.consult-oncologist {
  padding-top: 30px;
}

.consult-heading .common-heading-bar {
  font-size: 48px;
  font-weight: 700;
}

.find-the-right-doctor h2 {
  font-size: 31px;
}

.cancer-report1 .form-group .form-control {
  height: 51px;
  font-size: 15px;
  line-height: 39px;
}

.serch-btn {
  font-size: 15px;
  padding: 10px 15px;
}

.talk-to-expert h3 {
  font-size: 32px;
}

.tabs-doctors {
  width: 340px;
  height: 92px;
}

.tabs-doctors {
  width: 340px;
  height: 92px;
}

.dr-details h2 {
  font-size: 18px;
  width: 90%;
  height: 36px;
}

.dr-details p {
  font-size: 18px;
}

.dr-details ul li {
  margin-bottom: 14px;
}

.doctors-area .slide-item.onco-select {
  padding: 0 20px;
}

.doc .angled-top-left {
  width: 100%;
}

.dr-tabs {
  width: 100%;
}

.dr-tabs li:first-child {
  margin-right: 2% !important;
}

.dr-tabs li:last-child {
  margin-left: 2% !important;
}

.doctor-recomend {
  font-size: 17px;
  padding: 10px 26px !important;
  line-height: 22px;
}

.doctors-area {
  padding-top: 440px;
}

.doctor-recomend2 {
  font-size: 17px;
  padding: 10px 186px 12px 0 !important;
  line-height: 22px;
  width: 100%;
}

.report-size {
  width: 20px;
}

.heading-traetment h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.trat-img img {
  width: 40px;
  margin: 0 auto;
}

.treat-name {
  font-size: 18px;
}

.medical-treatment a {
  color: #202020;
  text-decoration: none;
}

.treat-box {
  min-height: 120px;
}

.treat-box .trat-img {
  width: 50px;
  height: 40px;
  margin: 0 auto;
}

.cancer-diagnos {
  padding-top: 60px;
  padding-bottom: 60px;
}

.consult-heading .common-heading-bar {
  font-size: 48px;
  font-weight: 700;
}

.heading-tag {
  font-size: 20px;
}

.head-test {
  font-size: 28px;
  font-weight: 500;
}

.test-type {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 21px;
}

.border-left-dotted {
  margin: 13px 0;
  padding: 19px 25px;
}

.serch-btn.btn-black {
  padding: 9px 10px;
}

.viw-all {
  font-size: 20px;
}

.btn-black a {
  color: #fff;
  text-decoration: none;
}

.talk-rxpert-img {
  width: 176px;
}

.expert-banner {
  padding: 66px 0;
  line-height: 39px;
}

.expert-text-bold {
  font-size: 33px;
}

.expert-text {
  font-size: 33px;
}

.anti-cancer {
  padding-top: 6%;
}

.doctors-area .tab-content {
  margin-top: 3%;
}

.dr-photo1 {
  width: -45px;
  top: -20%;
}

.dr-details {
  padding-left: 6px;
}

.anti-cancer {
  padding-top: 6%;
}

.consult-heading .common-heading-bar {
  font-size: 48px;
  font-weight: 700;
}

.head3 {
  font-size: 42px;
  margin-bottom: 50px;
}

.accordion-group li h3 {
  font-size: 29px;
  margin-bottom: 25px;
}

.accordion-group li section article p {
  font-size: 20px;
  line-height: 30px;
}

.btn-consult {
  padding: 7px 28px;
  font-size: 18px;
}

.accordion-group li {
  height: 437px;
}

.treatment-on-need {
  margin-top: 3%;
}

.head3 {
  font-size: 34px;
  margin-bottom: 30px;
}

.tratment-caption {
  font-size: 28px;
  margin-top: 10px;
}

.tratment-box1 img {
  width: 38px;
  margin-bottom: 7px;
}

.anti-cancer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.connect-with-survivors {
  padding-top: 6%;
}

.dr-details.survi h2 {
  font-size: 18px;
  width: 90%;
  height: 90px;
  overflow: hidden;
}

.connect-with-survivors {
  padding-top: 30px;
}

.carigivers .slide-item {
  width: 40% !important;
  margin: 10px 36px;
}

.expert-talk2 h3 {
  font-size: 37px;
}

.talk-to-expert-img {
  width: 100px;
  margin-right: 33px;
}

.btn.btn-sch-call {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
}

.join-healing-circle-talk {
  padding-top: 60px;
}

.consult-heading .common-heading-bar {
  font-size: 40px;
  font-weight: 700;
}

.btn-blue {
  font-size: 14px;
}

.register-button img {
  width: 18px;
  margin-right: 10px;
}

.techno-accordian .wrapper .toggle {
  font-size: 30px;
  color: #202020 !important;
  padding: 25px 20px;
}

.wrapper .content p {
  font-size: 24px;
  color: #666;
  padding: 25px 20px;
  line-height: 35px;
}

.blog-des {
  font-size: 18px;
}

.blog-head {
  font-size: 22px;
  font-weight: 600;
  margin-top: 18px;
}

#customers-testimonials .shadow-effect p {
  font-size: 22px;
  color: #202020;
}

.connect-survivors-head h4 {
  width: 620px;
}

.menu-name {
  font-size: 14px;
  margin-top: 5px;
}

.contact-icon svg {
  width: 40px;
}

.contact-icon.login-btn {
  padding: 8px 10px;
  margin-left: 16px;
}

.cart svg {
  width: 40px;
}

.footer-about {
  font-size: 16px;
}

input.add-type[type='radio'] {
  display: none;
}

.add-type-name {
  font-size: 14px;
  border: 1px solid #d1d1d1;
  text-align: center;
  padding: 2px 6px;
  border-radius: 30px;
  color: #666;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  font-weight: 400 !important;
}

.add-type-name:hover {
  box-shadow: 0 0 15px -5px gray;
}

input.add-type[type='radio']:checked + label {
  color: #fff;
  background: #0075a1;
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
}

.banner-slider-image {
  border-radius: 10px;
}

.sldr-img {
  width: 100%;
  height: auto;
}

.banner-image .home-banner-slider .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

.financial-resources-table {
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  font-size: 13px;
  border-radius: 5px;
}

.financial-resources-table thead th {
  border-bottom: 0;
}

.financial-resources-table tbody th {
  font-weight: 100;
}

.financial-resources-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.dark-right-angle {
  filter: brightness(0.5);
  width: 9px;
}

.city-name {
  color: #666;
}

.table-caption {
  font-size: 20px;
  color: #202020;
  font-weight: 600;
  margin-top: 30px;
}

.big-heading {
  font-size: 30px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 40px;
}

.about-asian-heading span {
  color: #156e90;
}

.about-asian-heading {
  font-size: 25px;
  color: #0075a1;
}

.all-about-foundation {
  margin-top: 10px;
  font-size: 15px;
}

.contact-d ul li span img {
  width: 18px;
}

.remainding-box {
  border: 1px solid #e8e7e2;
  background-color: #fffdf6;
  padding: 30px;
}

.remark-heading {
  font-size: 22px;
}

.remainding-box ul {
  font-size: 14px;
  list-style-type: none;
  padding-left: 20px;
}

.remainding-box ul li {
  position: relative;
  margin-bottom: 10px;
}

.remainding-box ul li:before {
  content: '';
  background-image: url(../images/icons/ribbon-icon.svg);
  height: 23px;
  width: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -19px;
  top: 2px;
}

.contact-d {
  margin-top: 80px;
  background-image: url(../images/finance-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 36px;
  color: #fff;
}

.contact-d p {
  font-size: 26px;
  font-weight: 700;
}

.contact-d ul li {
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 19px;
}

.contact-d ul li a {
  text-decoration: none;
  color: #fff;
}

.contact-d ul {
  margin-top: 30px;
  margin-left: 27px;
}

.map-direction a {
  font-size: 12px;
  color: #fff;
}

.map-direction a img {
  width: 30px;
}

.map-direction {
  text-align: right;
  margin-top: 20px;
  margin-top: 80px;
}

.lablocation {
  text-indent: -17px;
}

.content .agree-condition p {
  font-size: 12px;
}

.lablocation.icon:hover {
  color: #202020;
  cursor: text;
}

#customers-testimonials .shadow-effect p.name-client {
  font-size: 22px;
  color: #0075a1;
  text-decoration: none;
}

.owl-item a {
  text-decoration: none;
}

.out-box {
  max-width: 1470px;
  position: relative;
  margin: 0 auto;
  height: inherit;
}

.apoint-btn img {
  width: 16px;
  margin-top: -7px;
  margin-right: 4px;
}

.box-style {
  margin-top: 15%;
  margin-left: 15%;
}

.box-style2 {
  margin-left: 7%;
}

.small-heafing {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.medium-heading {
  font-size: 30px;
  font-weight: 700;
}

.small-description {
  font-size: 20px;
  font-style: italic;
}

.explaination {
  font-size: 15px;
}

.list-of {
  font-size: 15px;
}

.list-of li span {
  width: 11px;
}

.list-of li {
  margin-bottom: 7px;
}

.ayurveda-img {
  margin-top: 15%;
}

.out-treatment {
  margin-top: 4%;
  border-top: 2px dotted #d1d1d1;
  padding-top: 4%;
}

.icon-cancer1 img {
  margin: 0 auto;
}

.carousel8 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.que {
  font-size: 18px;
  font-weight: 600;
}

.ans {
  font-size: 15px;
}

.faq-area1 ul li span {
  font-size: 35px;
  margin-right: 10px;
  margin-left: -10px;
}

.faq-area1 ul li {
  margin-bottom: 40px;
}

.faq-area1 ul {
  margin-top: 40px;
}

.banner-area1 {
  background-image: url(../images/ayurveda-banner.png);
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 120px;
  text-align: center;
  padding-bottom: 150px;
}

.ayurveda-faq {
  margin-top: 100px;
}

.banner-text {
  text-align: center;
  font-size: 27px;
  color: #fff;
  margin-bottom: 40px;
}

.banner-cont a {
  color: #fff;
}

.banner-cont {
  text-align: center;
  color: #fff;
  font-size: 47px;
  font-weight: 600;
}

.btn-yellow {
  text-align: center;
  background-color: #ffe711;
  padding: 13px 29px;
  font-size: 18px;
  color: #202020;
  font-weight: 500;
  margin-top: 35px;
}

.ayu-img {
  width: 60%;
  margin-left: 130px;
}

.caption-treatment-name {
  font-size: 17px;
  font-weight: 500;
}

.border-sort {
  width: 26px;
  height: 2px;
  background-color: #25b393;
  margin: 15px auto;
}

.bg1 {
  background-image: url(../images/ayurveda-bg1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.fa-ul.list-of-medical-canabis {
  margin-bottom: 7px;
}

.fa-ul.list-of-medical-canabis li {
  margin-bottom: 10px;
}

.fa-ul.list-of-medical-canabis li span {
  top: -6px;
}

.broder-top-dotted {
  border-top: 2px dotted #d1d1d1;
}

.madical-cannabis-list ul li span {
  font-size: 50px;
  left: -111px;
}

.madical-cannabis-list ul li {
  margin-bottom: 30px;
  font-size: 47px;
}

.madical-cannabis-list {
  margin-top: 70px;
}

.madical-cannabis-list ul {
  width: 70%;
  float: right;
}

.banner-area2 {
  background-image: url(../images/medical-cannabis1.png);
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 120px;
  text-align: center;
  padding-bottom: 150px;
}

.populer-q {
  margin-top: 5%;
}

.cannabis-accordian {
  text-align: left;
  padding: 10px 0;
}

.cannabis-accordian .wrapper {
  padding: 0;
}

.circle-plus.faq {
  background-image: url(../images/icons/accordian-pluse.jpg);
  height: 33px;
  width: 30px;
  background-size: 100%;
  padding: 13px;
  margin-right: 15px;
}

.circle-minus.faq {
  background-image: url(../images/icons/accordian-minus.jpg);
  height: 29px;
  width: 30px;
  background-size: 100%;
  padding: 13px;
  margin-right: 15px;
}

.cannabis-accordian .wrapper .toggle {
  font-size: 23px;
  text-align: left;
  justify-content: left;
}

.cannabis-accordian .content p {
  font-size: 17px;
  line-height: 20px;
  padding-left: 65px;
  padding-top: 0;
}

.raq-readmore {
  color: #202020;
  border-bottom: 1px solid #c2a74e;
}

.cannabis-accordian .wrapper {
  border-bottom: 1px solid #c2a74e;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  z-index: 9999;
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #8880 transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single {
  height: 51px !important;
  font-size: 15px;
  line-height: 39px;
  border-color: #d9d8d8;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057 !important;
  line-height: 51px !important;
  text-align: left !important;
}

.select2-container {
  width: 100% !important;
}

ul.anti-cancer li p {
  margin-bottom: 0;
}

.list-of.anti-cancer li span {
  width: 30px;
}

.fa-ul.list-of .fa-li {
  left: -3em !important;
}

.bg3 {
  background-image: url(../images/anti-diet-bg.jpg);
}

.box-rec {
  box-shadow: 0 0 42px -23px #bfbfbf;
  margin-bottom: 40px;
}

.times {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}

.diet-menu-name {
  font-size: 23px;
  font-weight: 600;
}

.box-details {
  padding: 5px 40px 30px 40px;
  background-color: #fff;
}

.banner-area3 {
  background: #0075a1;
  background: linear-gradient(90deg, #0075a1 0, #27b793 100%);
}

.banner-head1 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.banner-data1 {
  color: #fff;
  font-size: 16px;
}

.banner-meal-plan {
  padding: 20px 0 40px 0;
}

.acd-img {
  width: 250px;
  position: absolute;
  bottom: -10px;
}

.video-slider-area {
  margin-top: 100px;
}

.name-videos {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.video-box {
  border-radius: 10px;
  overflow: hidden;
}

.video-slides a {
  border: 1px solid #202020;
  padding: 8px 20px;
  border-radius: 24px;
  color: #202020;
}

.tes-decs {
  text-align: center;
}

.tes-img {
  width: 160px;
  margin: 0 auto;
}

.tes-name {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.tes-categ {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.tes-details {
  padding: 40px;
  background-color: #fff;
}

.box-style3 {
  margin-top: 15%;
  margin-right: 15%;
}

.petient-d {
  max-height: 335px;
}

.slider-caption1 .slide:nth-child(n + 2) {
  display: none;
}

.home-banner-slider .slide:nth-child(n + 2) {
  display: none;
}

.slider-caption1.slick-initialized .slide {
  display: block;
}

.home-banner-slider.slick-initialized .slide {
  display: block;
}

.blog-head {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.blog-img {
  height: 227px;
  overflow: hidden;
  text-align: center;
  background-color: #f7fbff;
  border: 10px solid #fff;
  box-shadow: 0 0 19px -8px grey;
}

.blog-img img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.recmend {
  margin-top: -24px;
}

.recm {
  font-size: 13px;
}

.frm-oncologist .form-feild {
  margin-bottom: 25px;
}

.onc-search {
  padding: 5px 30px;
}

.rec2 {
  margin-top: -23px;
}

.frm-oncologist .select2-container--default .select2-selection--single {
  height: 51px;
}

.select2-container--default .select2-selection--single {
  border-color: #d9d8d8 !important;
}

.video-box iframe {
  border-radius: 10px;
}

.banner-area1 .btn-yellow img {
  width: 17px;
  vertical-align: sub;
}

button:focus {
  outline: 0;
}

.lightbox-gallery .photos {
  padding-bottom: 20px;
}

.lightbox-gallery .item {
  padding-bottom: 30px;
}

.box-border {
  height: 200px;
  border: 3px solid #cee7fb;
  white-space: nowrap;
  padding: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 25px 0;
  box-shadow: 5px 5px #cee7fb;
}

.box-border:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px 5px rgb(128 128 128 / 20%);
}
  .reviews {
    margin-top: 0px;
}
.box-border .img-bx {
  height: 100%;
  overflow: hidden;
}

.review-gallery {
  padding-top: 30px;
}

.change-pateint .content1 h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

.change-address .content1 h1 {
  font-size: 26px;
  margin-bottom: 30px;
}

.scroll-height {
  max-height: 260px;
  overflow-y: auto;
}

.scroll-height::-webkit-scrollbar {
  display: none;
}

/* .navbar-light .navbar-brand {
  outline: 0;
} */

.lb-closeContainer {
  position: absolute;
  top: -37px;
  right: 11px;
}

.results::-webkit-scrollbar {
  display: none;
}

.cancer-diagnos {
  background-color: #fbfbfb;
}

.treatment-on-need .half-side- {
  width: 93%;
  margin: 0 auto;
}

.bord-right {
  border-right: 1px dotted #d9d8d8;
}

.doctors-area-here {
  border: 1px solid #888;
  padding: 4% 0 2% 0;
  background-color: #fff;
  border-radius: 10px;
}

.footer-about ul li .you-t img {
  width: 22px;
  background-color: none;
  border-radius: 19px;
}

.footer-about ul li .twitt img {
  width: 17px;
  background-color: none;
  border-radius: 20px;
  filter: invert(1);
}

.caption-cancer-name {
  padding: 0 10px;
}

.caption-cancer-name a {
  color: #202020;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #495057 !important;
}

a.nav-link.active.show {
  background-color: transparent !important;
}

.lab-test-form-group {
  position: relative;
}

.lab-test-form-group input {
  padding-left: 36px;
}

.form-control:focus {
  box-shadow: none;
}

.lab-test-form-group select {
  padding-left: 36px;
  position: relative;
}

.lab-test-form-group select.form-control img {
  position: absolute;
  right: 5px;
}

.lab-test-form-group .form-feild-icons {
  position: absolute;
  left: 11px;
  top: 5px;
}

.mobile-app-area .image-box-area {
  opacity: 0;
}

.mobile-app-area {
  position: relative;
}

.mobile-app-area .image-box-area {
  position: absolute;
  width: 430px;
  margin: 0 80px;
}

.mobile-app-area .image-box-area img {
  width: 100%;
}

.mobile-app-area .Active {
  opacity: 1;
  -webkit-animation: fadeUp ease-in-out 0.5s;
  animation: fadeUp ease-in-out 0.5s;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-btn {
  width: 45%;
  max-width: 180px;
  color: #fff;
  margin: 20px 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-size: 9px;
  text-transform: uppercase;
  padding: 10px 0;
}

.app-btn.blu {
  background-color: #fff;
  color: #202020;
  transition: background-color 0.25s linear;
  box-shadow: 0 4px 13px -5px #333;
  border-radius: 15px;
  transition: 0.5s;
}

.app-btn.blu p {
  margin-bottom: 0;
  line-height: 14px;
}

.google-play-icon {
  width: 33px !important;
  margin-right: 12px;
}

.app-btn.blu:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 26px -5px #333;
}

.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 7px;
  color: #202020;
}

.app-btn .big-txt {
  font-size: 18px;
  text-transform: capitalize;
}

.social-btns a {
  text-decoration: none;
}

.fancytoggle {
  width: 90px;
  position: absolute;
  top: 11px;
  right: 18px;
}

.fancytoggle > * {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.fancytoggle__title {
  padding-right: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fancytoggle__controls {
  border-radius: 6px;
  background-color: #27b793;
}

.fancytoggle__controls label {
  box-sizing: border-box;
  display: table-cell;
  width: 100px;
  padding: 1px 6px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: 50ms ease-in-out;
  font-weight: 600;
}

.fancytoggle__controls input {
  display: none;
}

.fancytoggle__controls input:checked + label {
  color: #27b793;
  background-color: #fff;
  border-radius: 6px;
}

.form-control::-webkit-input-placeholder {
  color: #202020;
}

#keyword_research_id::-webkit-input-placeholder {
  color: #202020;
}

.search-medication1 {
  margin-top: 20px;
}

.fee.details-fee {
  position: relative;
}

.fancytoggle {
  position: absolute;
  left: 5px;
  top: 0;
}

.select2-results__option {
  font-size: 12px;
}

.select2-search--dropdown {
  padding: 5px 5px;
}

.select2-dropdown {
  top: 59px;
}

.select2-search__field {
  outline: 0;
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-current .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
}
/*.carousel-item.active .slide-content{
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
}*/	

/*.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}*/

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
	animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
}
.banner-image{
	border-radius:6px;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.consult-des {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 37px;
}

.consult-des span {
  font-weight: 500;
}

.life .btn-yellow {
  padding: 10px 40px;
}

.anti2-img {
  width: 70%;
  margin: 0auto;
}

.banner-meal-plan.life {
  padding-top: 100px;
}

.banner-area2.life {
  padding-bottom: 70px;
  padding-top: 70px;
}

.banner-area2.life .banner-text {
  font-size: 30px;
}

.banner-area1.life .banner-text {
  font-size: 30px;
}

.banner-area1.life {
  padding: 60px 0;
  padding-bottom: 70px;
  background-image: url(../images/ayurveda-bg2.jpg);
  margin-top: 80px;
}

.banner-area1.life .banner-text {
  width: 50%;
  margin: 0 auto;
  line-height: 40px;
}

.most-heading {
  text-align: center;
  margin-top: 60px;
}

.top-bold {
  font-size: 40px;
  font-weight: 600;
}

.top-small {
  font-size: 18px;
  margin-bottom: 5px;
}

.dicer-icon img {
  width: 60px;
}

.img-responsive2 {
  max-width: 100%;
  max-height: 100%;
}

.doc.consult-with-panel {
  width: 85%;
  margin: 0 auto;
}

.consult-with-panel .angled-top-left {
  margin-top: 160px;
}

.consult-with-panel .doct-details {
  border-radius: 55px 0 55px 45px;
}

.consult-with-panel .angled-top-left:before {
  transform: skewY(174.5deg);
  border-radius: 55px 55px 0 45px;
}

.tumor-board-hd {
  font-size: 22px;
  font-weight: 600;
}

.tumor-board-details {
  padding: 20px;
  font-size: 14px;
}

.tumor-board-details ul {
  margin-left: 18px;
}

.empty-cart-box {
  width: 100%;
  text-align: center;
  padding: 50px;
}

.cart-box {
  background-color: #fff;
  padding: 50px;
}

.cart-box img {
  width: 80px;
}

.empty-cart-msg {
  font-size: 22px;
  margin-top: 20px;
  color: #666;
}

.bread-crumb .home-crumb {
  color: #fff;
  text-decoration: none;
}

.container02 {
  width: 80%;
  margin: 0 auto;
}

.tb-head {
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
}

.benefits-of-tbr {
  background-image: url(../images/tumor-board-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.tb-head span {
  color: #e3e023;
}

.benefits-of-tbr ul {
  font-size: 15px;
  line-height: 33px;
}

.benefits-of-tbr ul li span {
  filter: brightness(0) invert(1);
  width: 8px;
}

.benefits-of-tbr ul li .fa-li {
  left: -1.2em;
}

.benefits-of-tbr ul.fa-ul {
  margin-left: 1.2em;
}

.bottom-icon {
  width: 80px;
}

.white-icon {
  filter: brightness(0) invert(1);
}

.charge-box {
  border: 3px solid #cee7fb;
  border-radius: 25px 0 25px 0;
  text-align: center;
  padding: 35px;
  box-shadow: 7px 7px 0 0 #cee7fb;
}

.charge {
  font-size: 30px;
  font-weight: 500;
}

.blog-slide {
  vertical-align: top;
}

.contact-icon.logout {
  margin-top: 0;
}

.contact-icon.logout li a {
  white-space: nowrap;
}

.contact-icon.logout li a .fas {
  font-size: 14px;
  margin-left: 3px;
}

.contact-icon.logout li a img {
  width: 35px;
  height: 35px;
}

.contact-icon.logout .dropdown-menu {
  background-color: #fff;
}

.smalest-head {
  color: #0075a1;
}

.biggest-heading {
  font-size: 37px;
  line-height: 43px;
  font-weight: 700;
  color: #08003b;
}

.small-subheading {
  font-size: 17px;
  font-weight: 600;
}

.explain1 {
  color: #666;
  font-size: 14px;
}

.mis-vis {
  width: 100%;
  overflow: hidden;
}

.mision-vission-texts {
  width: 72%;
  float: left;
  padding: 4px 0;
}

.mis-vis img {
  width: 100%;
}

.vision-mission-cons {
  width: 70px;
  float: left;
  padding-right: 6px;
}

.mis-vis-head {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.mis-vis-text {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

.vis {
  padding: 10px 0;
}

.about-bg {
  background-image: url(../assets/images/map-bg.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: top center;
}

.launch-head {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}

.lounched-details {
  background-image: url(../images/bg-robot.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 190px;
  padding-bottom: 60px;
}

.launched-li {
  color: #fff;
  font-size: 14px;
  margin-left: 0;
  padding-left: 15px;
}

.img-box1 {
  text-align: center;
  padding: 16px;
  background-color: #fcd74b;
  border-radius: 12px 0;
  height: 158px;
  font-size: 14px;
  line-height: 18px;
}

a .img-box1 p {
  color: #202020;
  text-decoration: none;
}

a .img-box1:hover p {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.img-box1 img {
  width: 40px;
  margin-bottom: 13px;
}

.count-box {
  text-align: center;
  border: 2px solid #cce8fe;
  padding: 40px 0;
  border-radius: 20px 0;
  box-shadow: 5px 5px #cce8fe;
}

.count-number {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #080135;
}

.count-text {
  margin-bottom: 0;
  color: #666;
}

.count-row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.what-service-we-offer {
  background-color: #f5f6fb;
}

.wht-ser-head {
  font-size: 35px;
  text-align: center;
  color: #080137;
  line-height: 35px;
}

.what-service-we-offer {
  padding: 50px 0;
  text-align: center;
}

.service-box img {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.service-box {
  background: #fff;
  padding: 40px 0;
  border: 2px solid #cce8fe;
  border-radius: 20px 0;
  box-shadow: 5px 5px #cce8fe;
  transition: 0.2s;
  margin-top: 30px;
}

.service-box p {
  margin-bottom: 0;
  font-weight: 500;
}

.service-box:hover {
  background: linear-gradient(180deg, #0075a1 0, #27b793 100%);
  color: #fff;
  box-shadow: 5px 5px #fff;
  border-color: #fff;
}

.service-box:hover img {
  filter: brightness(0) invert(1);
  transition: 0.2s;
}

.service-box:hover a {
  color: #fff;
}

.what-service-we-offer a {
  color: #202020;
  text-decoration: none;
}

.review-rating {
  padding: 40px 0;
}

.btn-write-review {
  color: #fff;
  background-color: #0075a1;
  font-size: 13px;
  text-transform: uppercase;
}

.reviews-box {
  display: flex;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 20px 20px;
  border-radius: 20px 0;
  box-shadow: 18px 18px 50px -28px grey;
  margin: 0 auto;
}
.google-logo-img{
	width: 60%;
}
.review-num {
  width: 22%;
  display: flex;
}

.rev-n {
  font-size: 35px;
  font-weight: 600;
  vertical-align: middle;
  padding: 5px 0;
}

.rev-t {
  line-height: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #1c3659;
}

.reviews-stars {
  width: 38%;
  padding-left: 31px;
  display:flex;
}

.reviews-points{
    font-size: 34px;
    font-weight: 600;
    padding: 8px;
}
.g-rev {
  width: 22%;
  font-size: 13px;
  padding-top: 6px;
}

.write-reviews {
  text-align: left;
  margin-left: 25px;
}

.review-user-icon {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ef6c00;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 50%;
}

.review-user-name .rev-name {
  font-size: 16px;
  font-weight: 600;
}

.review-user-name .rev-num {
  font-size: 14px;
  color: #666;
}

.review-user {
  display: flex;
}

.review-user-name {
  line-height: 17px;
  padding: 3px 0;
  padding-left: 8px;
}

.review-star .bh-stars .bh-star {
  width: 1.3rem;
  height: 1.3rem;
}

.review-duraton {
  font-size: 14px;
  color: #666;
  margin-left: 15px;
}

.review-star-users {
  display: flex;
  margin: 12px 0;
}

.review-details {
  font-size: 14px;
  color: #666;
}

.review-slide {
  border: 2px solid #cce8fe;
  padding: 30px;
  border-radius: 20px 0;
  box-shadow: 5px 5px #cce8fe;
  width: 95%;
  margin: 0 auto;
  min-height: 296px;
}

.review-slider {
  margin-top: 40px;
}

.slide-r {
  margin-bottom: 30px;
  vertical-align: bottom;
}

.foundedby .bottom-icon {
  margin: 0 auto;
}

.foundedby {
  background-color: #f5f6fb;
  padding: 50px 0;
  /* margin-bottom: -40px; */
}

.founder-name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}

.founder-qali {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.founder-details {
  width: 100%;
}

.founder-details img {
  width: 90%;
  margin: 0 auto;
}

.bh-stars .bh-star {
  width: 28px; /*2.2rem;*/
  height: 2.2rem;
}

.bh-stars .bh-star .outline {
  fill: #e6e6e6;
}

.bh-stars .bh-star .left-half {
  fill: transparent;
}

.bh-stars .bh-star .full {
  fill: #e6e6e6;
}

.bh-stars[data-bh-rating^='1'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='2'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='5'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='2'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='5'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='5'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='5'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='5'] .bh-star--5 .full {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='0.5'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='1.5'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='2.5'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3.5'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4.5'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='0.6'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='1.6'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='2.6'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3.6'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4.6'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='0.7'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='1.7'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='2.7'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3.7'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4.7'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='0.8'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='1.8'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='2.8'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3.8'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4.8'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='0.9'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='1.9'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='2.9'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='3.9'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars[data-bh-rating^='4.9'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='5'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='5'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='5'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='5'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='5'] .bh-star--5 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.6'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.6'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.6'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.6'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.6'] .bh-star--5 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.7'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.7'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.7'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.7'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.7'] .bh-star--5 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.8'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.8'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.8'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.8'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.8'] .bh-star--5 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.9'] .bh-star--1 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.9'] .bh-star--2 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.9'] .bh-star--3 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.9'] .bh-star--4 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.9'] .bh-star--5 .full {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.0'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.0'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.0'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.0'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.0'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.1'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.1'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.1'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.1'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.1'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.2'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.2'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.2'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.2'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.2'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.3'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.3'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.3'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.3'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.3'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.4'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.4'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.4'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.4'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.4'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='0.5'] .bh-star--1 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='1.5'] .bh-star--2 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='2.5'] .bh-star--3 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='3.5'] .bh-star--4 .left-half {
  fill: #ffad01;
}

.bh-stars.rounding-up[data-bh-rating^='4.5'] .bh-star--5 .left-half {
  fill: #ffad01;
}

.dr-details.survi h2 a {
  color: #202020;
}

.socialmedia-icons .fab {
  color: #fff;
  font-size: 13px;
}

.socialmedia-icons a {
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border-radius: 100%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  margin-right: 4px;
}

.socialmedia-icons a.facebook {
  background: #3b5999;
}

.socialmedia-icons a.twitter {
  background: #55acee;
}

.socialmedia-icons a.instagram {
  background: #e4405f;
}

.socialmedia-icons a.linkedin {
  background: #0077b5;
}

.socialmedia-icons a.youtube {
  background: #bd081c;
}

.terms-conditions a {
  color: #999;
}

.copy-right-tag {
  color: #999;
}

.top-border1 {
  padding-top: 30px;
}

.social-links {
  text-align: center;
  font-size: 20px;
}

.social-links a .fab {
  color: #0077b5;
}

.book-oncologist-list-area {
  min-height: 70rem;
}

.edit-lab img {
  width: 15px;
}

#DownloadReport .btn {
  margin-top: 15px;
}

.owl_1 .owl-nav button {
  font-size: 40px !important;
}

.owl_2 .owl-nav button {
  font-size: 35px !important;
}

.owl_1 .owl-item .item li {
  text-align: center;
}

.lest-icon-box {
  background-color: #eceeff;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border-right: 1px solid #8e8e8f;
  padding: 32px 0;
  text-align: center;
}

.lest-icon-box img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.contact_us_area {
  background-image: url(../images/contact-us-bg.png);
  padding: 100px 0 150px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-us-banner-area {
  text-align: center;
}

.contact-us-banner-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.contact-us-banner-text {
  color: #fff;
  font-size: 18px;
}

.contact-call {
  background-color: #eee657;
}

.contact-details-list {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 0 8px 0 0 #e9e9e9;
  margin-bottom: 20px;
}

.list-icon {
  float: left;
  width: 20%;
  text-align: center;
}

.list-icon img {
  width: 100%;
}

.contact-details-text {
  float: left;
}

.contact-label {
  margin-bottom: 0;
  font-size: 15px;
}

.contact-detals {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.contact-details-text {
  padding: 13px 10px;
  width: 80%;
}

.contact-detals a {
  color: #202020;
  text-decoration: none;
}

.contact-chat {
  background-color: #2b82c9;
}

.contact-chat .contact-label {
  color: #fff;
}

.contact-chat .contact-detals {
  color: #fff;
}

.contact-address {
  background-color: #f2f2f2;
}

.contact-label.address-label {
  font-size: 10px;
  line-height: 15px;
}

.phone-icon-contact img {
  width: 28px;
  margin: 10px auto;
}

.chat-icon-contact img {
  width: 50px;
  margin: 14px auto;
}

.address-icon-contact img {
  width: 40px;
  margin: 14px auto;
}

.social-media-links-area {
  width: 100%;
  overflow: hidden;
}

.social-media-text {
  float: left;
  padding: 3px 0;
}

.social-media-icons {
  float: left;
  padding-left: 20px;
}

.social-media-icons a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 5px;
}

.social-media-icons .facebook-icon {
  background-color: #3f5d9b;
}

.social-media-icons .twitter-icon {
  background-color: #2aa9e0;
}

.social-media-icons .instagram-icon {
  background: #a74784;
  background: linear-gradient(
    229deg,
    #a74784 0,
    #ce596c 42%,
    #eaa74c 100%,
    #00d4ff 100%
  );
}

.social-media-icons .linkedin-icon {
  background-color: #157cb7;
}

.social-media-icons .youtube-icon {
  background-color: #c32b28;
}

.contact-form-head-big {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
}

.contact-form-small-head {
  text-align: center;
}

.contact-us-form .form-control.text {
  margin-bottom: 15px;
  height: 44px;
  font-size: 14px;
  color: #202020;
}

.contact-us-form .form-control.textarea {
  font-size: 14px;
  color: #202020;
}

.btn-submit-contact-form {
  width: 100%;
  background-color: #0075a1;
  color: #fff;
  margin-top: 15px;
}

.contact-details-area {
  background-color: #fff;
  margin-bottom: -130px;
}

.contact-box-overlap {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  position: relative;
  top: -95px;
  border-radius: 10px;
}

.contact-box-overlap a {
  color: #202020;
}

.status-icone {
  width: 40px;
  margin: 0 auto;
}

.payment-done {
  text-align: center;
  font-size: 30px;
  color: #03a685;
  font-weight: 600;
  margin-top: 20px;
}

.payment-done-status {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.btn-back-home {
  border: 1px solid #dadade;
  color: #202020;
  text-decoration: none;
  font-weight: 500;
  margin: 2px 10px;
}

.btn-review-booking {
  color: #fff;
  background-color: #ff3f6c;
}

.btn-back-home:hover {
  background-color: #25ae88;
  color: #fff;
}

.btn-review-booking:hover {
  background-color: #25ae88;
  color: #fff;
}

.payment-buttons {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.payment-div-bg {
  background-color: #f4f4f5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 80px;
  margin-bottom: -40px;
}

.payment-status {
  width: 70%;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.payment-id-detail {
  text-align: center;
  color: #626262;
}

.payment-failed {
  text-align: center;
  font-size: 30px;
  color: #ff8a1e;
  font-weight: 600;
  margin-top: 20px;
}

.btn-try-again {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin: 2px 10px;
  background-color: #ffa61d;
}

.btn-try-again:hover {
  background-color: #ffe711;
  color: #202020;
  box-shadow: 0 0 53px -14px rgb(0 0 0 / 50%);
}

#customers-testimonials .item img {
  display: block;
  width: 100%;
  height: auto;
}

.sitemap-header {
  font-size: 22px;
  margin-top: 40px;
  color: #0076a1;
  font-weight: 500;
}

.list-heading {
  font-size: 20px;
}

.sitmap-lists li a {
  color: #202020;
}

.terms-heads {
  font-size: 28px;
  font-weight: 500;
  margin-top: 40px;
}

.terms-text {
  color: #666;
  font-size: 14px;
}

.terms-lists li {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.suc-msg{
  padding: 13px 21px;
  background-color: #ebecec;
  border-radius: 10px;
  text-align: center;
  color: #00705a;
  margin-top: 20px;
}
.msge-text{
  margin-bottom: 0px;
}
.other-number-msg{
  font-size: 13px;
    padding: 12px 40px 0px 40px;
    text-align: center;
    line-height: 17px;
}
.wa-textarea{
  text-align:center;
}
.wa-textarea .wa-input{
  width: 100%;
  height: 45px;
  border: 1px solid #d6dde3;
  background-color: #eff8ff;
  text-align:center;
  border-radius: 6px;
}
.succ-pop{
  padding: 0px 50px 30px 50px;
}
.schedule-call.succes-box .modal-header{
  padding: 20px 30px 15px 30px;
}
.done-btn{
  width: 100%;
  height: 45px;
  line-height: 37px;
  background-color: #108fe5;
  color: #fff;
  border: 1px solid #108fe5;
  border-radius: 6px;
  margin-top: 16px;
}
@media (min-width: 1921px) {
  .dr-details.survi h2 {
    height: 60px;
  }
  .slider-caption1 {
    margin-left: 10px;
  }
}

@media (max-width: 1920px) {
  .lounched-details {
    padding-top: 260px;
  }
  .contact-left-menu {
    margin-left: 340px !important;
  }
  .dr-photo {
    width: 200px;
  }
  .contact-link a{
  	height:40px!important;
	line-height:40px!important;
  }
  .navbar-nav {
    margin-left: auto;
    margin: 0 auto;
    margin-top: 9px;
  }
  .navbar-arrows img.right-arrow-nav {
    right: -18px;
  }
  .c-date.appointment-date {
    padding: 11px 19px;
  }
  .ml-md-4,
  .mx-md-4 {
    margin: 0 20px;
  }
  .select2-container--default .select2-selection--single {
    height: 51px !important;
    font-size: 15px;
    line-height: 39px;
    border-color: #d9d8d8;
  }
  .slick-next:before,
  [dir='rtl'] .slick-prev:before {
    padding: 12px 10px;
    background-size: 100%;
  }
  .slick-prev:before {
    padding: 11px 10px;
    background-size: 100%;
  }
  .doct-details .dr-photo1 {
    width: 90%;
    left: 15px;
  }
  .border-left-dotted {
    margin: 13px 0;
    padding: 19px 25px;
  }
  .cancer-slides {
    padding: 0 0;
    height: 173px;
  }
  .mobile-phone {
    left: 23%;
  }
  .blog-head {
    font-size: 22px;
    font-weight: 600;
  }
  .banner-area p {
    font-size: 46px;
    margin-bottom: 30px;
    line-height: 66px;
    font-weight: 700;
  }
  .slider-caption1 {
    color: #0075a1;
    font-size: 46px;
    line-height: 66px;
    font-weight: 700;
  }
  .banner-area h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .btn.btn-sch-call {
    font-size: 16px;
    margin-top: 0;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .cnt p {
    font-size: 15px;
  }
  .section-heading h1 {
    font-size: 40px;
  }
  .head-devider {
    width: 170px;
  }
  .report-content .report-head {
    font-size: 20px;
  }
  .report-content .text {
    font-size: 16px;
  }
  .cancer-report form .form-group .form-control {
    height: 51px;
    font-size: 15px;
  }
  .cancer-report select {
    font-size: 15px;
    color: #202020;
  }
  .looking-for img {
    top: 21px;
  }
  .review-btn {
    font-size: 15px;
    padding: 10px 22px;
    border-radius: 5px;
  }
  .consult-heading .common-heading-bar {
    font-size: 40px;
    font-weight: 700;
  }
  .find-the-right-doctor h2 {
    font-size: 31px;
  }
  .cancer-report1 .form-group .form-control {
    height: 51px;
    font-size: 15px;
    line-height: 39px;
  }
  .serch-btn {
    font-size: 15px;
    padding: 10px 15px;
  }
  .talk-to-expert h3 {
    font-size: 32px;
  }
  .talk-to-expert-img {
    width: 100px;
    margin-right: 33px;
  }
  .doctors-area {
    padding-top: 420px;
  }
  .tabs-doctors {
    width: 340px;
    height: 92px;
  }
  .doctor-recomend {
    font-size: 17px;
    padding: 10px 33px !important;
    line-height: 22px;
  }
  .doctor-recomend2 {
    font-size: 17px;
    padding: 10px 186px 12px 0 !important;
    line-height: 22px;
    width: 100%;
  }
  .doctor-img2 img {
    width: 100%;
  }
  .doctor-img2 {
    width: 51%;
    right: 5px;
  }
  .doctor-img img {
    width: 100%;
  }
  .doctor-img {
    width: 28%;
    bottom: -1px;
  }
  .dr-tabs {
    width: 100%;
  }
  .dr-tabs li:first-child {
    margin-right: 2% !important;
  }
  .dr-tabs li:last-child {
    margin-left: 2% !important;
  }
  .report-size {
    width: 20px;
  }
  .dr-details h2 {
    font-size: 20px;
    width: 90%;
  }
  .dr-details.survi h2 {
    font-size: 18px;
    width: 90%;
    height: 63px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .dr-details p {
    font-size: 18px;
  }
  .dr-details ul {
    font-size: 16px;
  }
  .dr-details ul li {
    margin-bottom: 14px;
  }
  .dr-details ul li span.fa-li {
    left: -20px;
  }
  .doc .angled-top-left {
    width: 100%;
  }
  .active.angled-top-left:before {
    transform: skewY(172.5deg);
  }
  .angled-top-left:before {
    transform: skewY(172.5deg);
  }
  #oncologist_details .angled-top-left:before {
    transform: skewY(175.5deg);
  }
  #ConsultAnOncologist .angled-top-left:before {
    transform: skewY(172.5deg);
  }
  .consult-with-panel .angled-top-left:before {
    transform: skewY(174.5deg) !important;
  }
  .doct-details .dr-photo1 {
    width: 90%;
    left: 10px;
  }
  .dr-photo1 {
    width: -45px;
    top: -28%;
  }
  .dr-check-box .geekmark {
    height: 25px;
    width: 25px;
    border-radius: 30px;
  }
  .geekmark {
    top: -13px;
    left: 0;
  }
  .dr-check-box .main1 .geekmark:after {
    left: 9px;
    bottom: 6px;
    width: 6px;
    height: 14px;
  }
  .heading-traetment h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .treat-name {
    font-size: 18px;
  }
  .trat-img img {
    width: 40px;
    margin: 0 auto;
  }
  .heading-tag {
    font-size: 20px;
  }
  .head-test {
    font-size: 28px;
    font-weight: 500;
  }
  .viw-all {
    font-size: 20px;
  }
  .test-type {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 21px;
  }
  .use-test {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .btn-black a {
    color: #fff;
    text-decoration: none;
  }
  .cast-test {
    font-size: 16px;
    margin-top: 15px;
  }
  .cast-test span {
    font-size: 17px;
  }
  .serch-btn.btn-black {
    padding: 9px 10px;
  }
  .talk-rxpert-img {
    width: 176px;
  }
  .expert-text-bold {
    font-size: 33px;
  }
  .expert-text {
    font-size: 33px;
  }
  .expert-banner {
    padding: 66px 0;
    line-height: 39px;
  }
  .head3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .accordion-group li h3 {
    font-size: 29px;
    margin-bottom: 25px;
  }
  .accordion-group li section article p {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion-group li section article {
    width: 410px;
  }
  .btn-consult {
    padding: 7px 28px;
    font-size: 18px;
  }
  .accordion-group li {
    height: 437px;
  }
  .accordion-group {
    margin-bottom: 0;
  }
  .treatment-on-need {
    margin-top: 3%;
  }
  .tratment-caption {
    font-size: 28px;
    margin-top: 10px;
  }
  .tratment-box1 {
    font-size: 18px;
    margin: 10px 0;
    min-height: 110px;
    padding: 10px 10px;
    height: 140px;
  }
  .tratment-box1 img {
    width: 38px;
    height: 45px;
    margin-bottom: 7px;
  }
  .connect-survivors-head h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .dr-details.survi {
    font-size: 24px;
  }
  .dr-details.survi p {
    font-size: 15px;
    line-height: 19px;
  }
  .dr-details .carigiver-des {
    font-size: 18px;
  }
  .dr-details .carigiver-readmore {
    font-size: 15px;
  }
  .carigivers .slide-item {
    width: 40% !important;
    margin: 10px 36px;
  }
  .doctors-area .slide-item.onco-select {
    padding: 0 20px;
  }
  .doct-details.det1 .dr-photo1.caregiver-photo {
    width: 86%;
    top: 0;
  }
  .connect-survivors-head h4 {
    width: 620px;
  }
  .expert-talk2 h3 {
    font-size: 37px;
  }
  .circle-talks-details p {
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 24px;
  }
  .circle-talks-details p img {
    width: 22px;
  }
  .circle-talks-details .circle-talk-heading {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .caption-cancer-name {
    font-size: 22px;
    padding: 0 10px;
  }
  .icon-cancer {
    width: 98px;
  }
  .video-interview iframe {
    height: 320px;
  }
  .blog-des {
    font-size: 18px;
  }
  .blogs-on-cancer {
    width: 100%;
  }
  .name-client {
    font-size: 22px !important;
  }
  #customers-testimonials .shadow-effect p {
    font-size: 22px;
  }
  .footer-about {
    font-size: 16px;
  }
  .menu-name {
    font-size: 14px;
    margin-top: 5px;
  }
  .gray-bg {
    height: 1080px;
  }
  .cancer-diagnos {
    padding-top: 3%;
    margin-top: 3%;
    padding-bottom: 3%;
  }
  .anti-cancer {
    padding-top: 2%;
    margin-top: 0%;
    padding-bottom: 2%;
  }
  .connect-with-survivors {
    padding-top: 6%;
  }
  .consult-oncologist {
    padding-top: 2%;
  }
  .connect-with-survivors {
    padding-top: 2%;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 51px;
    text-align: left !important;
  }
  .doctors-area .tab-content {
    margin-top: 4%;
  }
  .dr-tabs {
    width: 100%;
  }
  .contact-icon svg {
    width: 40px;
  }
  .contact-icon {
    font-size: 15px;
  }
  .contact-icon.login-btn svg {
    width: 20px;
  }
  .contact-icon.login-btn {
    padding: 8px 10px;
    margin-left: 16px;
  }
  .contact-icon {
    margin-left: 16px;
  }
  .cart svg {
    width: 40px;
  }
  .btn-sch-call img {
    width: 22px;
  }
  .slick-dots li button:before {
    font-size: 15px !important;
  }
  .treat-box {
    height: 120px;
  }
  .btn-black {
    font-size: 14px;
    padding: 10px 20px;
  }
  .register-button img {
    width: 18px;
    margin-right: 10px;
  }
  .btn-blue {
    font-size: 14px;
    padding: 9px 20px;
  }
  .techno-accordian .wrapper .toggle {
    font-size: 26px;
    color: #202020;
    padding: 25px 20px;
  }
  .content p {
    font-size: 20px;
    color: #666;
    padding: 12px 20px;
    line-height: 35px;
  }
  .add-spec {
    top: 38px;
  }
  .banner-area1 {
    padding-top: 130px;
  }
}

@media (max-width: 1700px) {
  .select2-container--default .select2-selection--single {
    height: 51px !important;
    font-size: 15px;
    line-height: 39px;
    border-color: #d9d8d8;
  }
  .banner-area p {
    font-size: 50px;
  }
  .banner-area h2 {
    font-size: 38px;
  }
  .cnt p {
    font-size: 17px;
  }
  .cnt img {
    width: 28px;
    position: absolute;
    right: 14px;
    top: 10px;
  }
  .carigivers .slide-item {
    width: 42% !important;
    margin: 10px 22px;
  }
  .test-type {
    font-size: 20px;
  }
  .border-left-dotted {
    padding: 16px 25px;
  }
  .add-spec {
    top: 12px;
  }
  .banner-area1 {
    padding-top: 90px;
  }
}

@media (max-width: 1680px) {
  .slider-caption1 {
    margin-left: 22px;
  }
  .cnt img {
    width: 20px;
  }
  .cnt p {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .navbar-arrows img.right-arrow-nav {
    right: 0;
  }
  .contact-left-menu {
    margin-left: 130px !important;
  }
  .dr-photo {
    width: 200px;
  }
  .contact-link a{
  	height:42px;
	line-height:42px;
  }
  .select2-container--default .select2-selection--single {
    height: 47px !important;
    font-size: 16px;
    line-height: 39px;
  }
  .slick-next:before,
  [dir='rtl'] .slick-prev:before {
    background-size: 80%;
  }
  .slick-prev:before {
    background-size: 80%;
  }
  .selected-labs .selected-lab-img {
    width: 60%;
  }
  .talk-to-expert h3 {
    font-size: 30px;
  }
  .dr-tabs {
    width: 62%;
  }
  .doc .angled-top-left {
    width: 100%;
  }
  .doc .angled-top-left .doct-details {
    padding: 0 0 0 15px !important;
  }
  .report-size {
    width: 15px;
    margin-right: 5px;
  }
  .treat-name {
    font-size: 14px;
  }
  .trat-img img {
    width: 36px;
  }
  .talk-rxpert-img {
    width: 196px;
  }
  .book-button {
    font-size: 16px;
  }
  .dr-details .carigiver-des {
    font-size: 16px;
  }
  .dr-details.survi p {
    font-size: 16px;
  }
  .doct-details.det1 .dr-photo1.caregiver-photo {
    width: 100%;
    top: 0;
    left: 2px;
  }
  .gray-bg {
    height: 1070px;
  }
  .navigation-wrap {
    height: 80px;
  }
  .btn-black {
    font-size: 18px;
  }
  .banner-area p {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .slider-caption1 {
    font-size: 48px;
  }
  .banner-divider {
    width: 233px;
    margin-bottom: 14px;
  }
  .banner-area h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .pointer {
    line-height: 45px;
    height: 45px;
  }
  .pointer {
    line-height: 45px;
    height: 45px;
  }
  .cnt p {
    font-size: 17px;
  }
  .cnt {
    line-height: 45px;
  }
  .pointer:before {
    right: -0.42em;
  }
  .cnt img {
    top: 7px;
    width: 27px;
  }
  .cnt img.ca-di {
    width: 22px;
  }
  .pointer:before {
    border-left: 0.45em solid #ccd9e5;
    border-top: 0.9em solid transparent;
    border-bottom: 0.9em solid transparent;
    bottom: -1px;
  }
  .pointer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.45em solid #fff;
    border-top: 0.9em solid transparent;
    border-bottom: 0.9em solid transparent;
  }
  .section-heading .common-heading-bar {
    font-size: 38px;
  }
  .head-devider {
    width: 164px;
  }
  .report-content .report-head {
    font-size: 19px;
  }
  .report-content .report-head {
    font-size: 18px;
  }
  .report-content .text {
    font-size: 14px;
  }
  .cancer-report form .form-group .form-control {
    height: 52px;
    font-size: 16px;
  }
  .looking-for img {
    width: 15px;
  }
  .looking-for img {
    top: 22px;
  }
  .review-btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
  }
  .consult-heading .common-heading-bar {
    font-size: 38px;
    font-weight: 700;
  }
  .find-the-right-doctor h2 {
    font-size: 33px;
  }
  .cancer-report1 .form-group .form-control {
    height: 47px;
    font-size: 16px;
    line-height: 34px;
  }
  .talk-to-expert h3 {
    font-size: 35px;
  }
  .serch-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
  .dr-tabs {
    width: 100%;
  }
  .tabs-doctors {
    width: 320px;
    height: 82px;
  }
  .doctor-img {
    width: 25%;
    bottom: -1px;
  }
  .doctor-recomend {
    font-size: 20px;
    padding: 8px 12px !important;
    line-height: 23px;
  }
  .doctor-recomend2 {
    font-size: 20px;
    padding: 8px 186px 12px 0 !important;
    line-height: 23px;
  }
  .geekmark {
    top: -16px;
    left: 0;
  }
  .dr-photo1 {
    top: -20%;
  }
  .dr-details ul li span .hospital-icon {
    width: 15px;
  }
  .dr-details ul {
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 32px;
  }
  .dr-details h2 {
    font-size: 20px;
    width: 90%;
  }
  .heading-traetment h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .trat-img img {
    width: 40px;
  }
  .treat-name {
    font-size: 18px;
  }
  .heading-tag {
    font-size: 21px;
  }
  .head-test {
    font-size: 31px;
  }
  .border-left-dotted {
    margin: 20px 0;
    padding: 16px 25px;
  }
  .test-type {
    font-size: 18px;
    line-height: 25px;
  }
  .expert-banner {
    padding: 83px 0;
    line-height: 39px;
  }
  .call-schedule {
    padding: 104px 40px;
  }
  .expert-text-bold {
    font-size: 34px;
  }
  .expert-text {
    font-size: 34px;
  }
  .expert-text-bold {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .btn.btn-sch-call {
    font-size: 15px;
    padding: 12px 22px;
  }
  .book-all-btn {
    text-transform: uppercase;
    padding: 9px 20px;
    font-size: 16px;
  }
  .accordion-group li {
    height: 490px;
  }
  .head3 {
    font-size: 34px;
    margin-bottom: 3%;
  }
  .tratment-caption {
    font-size: 23px;
    margin-top: 7px;
  }
  .tratment-box1 img {
    width: 32px;
    margin-bottom: 7px;
  }
  .tratment-box1 p {
    font-size: 16px;
  }
  .tratment-box1 {
    height: 120px;
  }
  .accordion-group li h3 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .accordion-group li section article p {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .btn-consult {
    font-size: 15px;
  }
  .connect-survivors-head h4 {
    font-size: 34px;
    line-height: 37px;
  }
  .carigivers .slide-item {
    width: 44% !important;
    margin: 10px 21px;
  }
  .talk-to-expert-img {
    width: 120px;
  }
  .expert-talk2 h3 {
    font-size: 35px;
  }
  .circle-talks-details .circle-talk-heading a {
    font-size: 18px;
    color: #202020;
    text-decoration: none;
  }
  .btn-blue {
    font-size: 18px;
    padding: 10px 13px;
  }
  .techno-accordian .wrapper .toggle {
    font-size: 26px;
  }
  .wrapper .content p {
    font-size: 20px;
    padding: 0 20px;
  }
  .blog-head {
    font-size: 23px;
  }
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
  .treat-box {
    height: 114px;
  }
  .patient-img1 {
    width: 432px;
  }
  .heading-1 {
    font-size: 26px;
  }
  .heading-petient {
    font-size: 24px;
  }
  .add-p .form-control {
    height: 55px;
    font-size: 15px;
  }
  .btn-view-cart.add_patient_details {
    height: 50px;
    line-height: 39px;
  }
  .address-type {
    font-size: 14px;
  }
  .slick-dots li.slick-active button:before {
    height: 7px !important;
    width: 25px !important;
  }
  .slick-dots li button:before {
    width: 7px !important;
    height: 7px !important;
  }
  .slick-dots li {
    width: 7px !important;
  }
  .slick-dots li.slick-active {
    width: 25px !important;
  }
  .icon-cancer {
    width: 100px;
  }
  .caption-treatment-name {
    font-size: 15px;
  }
  .banner-area1 {
    padding: 68px 0;
    padding-bottom: 130px;
  }
  .banner-text {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .banner-cont {
    font-size: 38px;
  }
  .btn-yellow {
    padding: 10px 29px;
    font-size: 14px;
  }
  .cannabis-accordian .wrapper .toggle {
    font-size: 21px;
  }
  .cannabis-accordian .content p {
    font-size: 16px;
  }
  .que {
    font-size: 17px;
  }
  .ans {
    font-size: 14px;
    line-height: 19px;
  }
  .madical-cannabis-list ul li span {
    font-size: 43px;
    left: -94px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 44px !important;
  }
}

@media (max-width: 1536px) {
  .techno-accordian .wrapper .toggle {
    font-size: 26px;
  }
  .wrapper .content p {
    font-size: 20px;
    padding: 0 20px;
    line-height: 32px;
  }
  .lounched-details {
    padding-top: 220px;
  }
  .add-spec {
    top: 36px;
  }
  .slider-caption1 {
    font-size: 42px;
    margin-left: 0;
  }
  .banner-area p {
    font-size: 42px;
  }
}

@media (max-width: 1503px) {
  .accordion-group li section {
    width: 55%;
  }
  .select2-container--default .select2-selection--single {
    height: 47px !important;
    font-size: 16px;
    line-height: 39px;
  }
  .slider-caption1 {
    font-size: 40px;
  }
  .banner-area p {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .patient-img1 {
    width: 360px;
  }
  .heading-petient {
    font-size: 23px;
  }
  .booking-form {
    font-size: 18px;
  }
  .add-user {
    width: 30px;
  }
  .add-p label {
    font-size: 15px;
  }
  .add-p .form-control {
    height: 48px;
  }
  .btn-view-cart.add_patient_details {
    height: 45px;
    line-height: 35px;
    font-size: 16px;
  }
  .banner-area1 {
    padding: 68px 0;
    padding-bottom: 120px;
  }
  .banner-text {
    font-size: 21px;
  }
  .banner-cont {
    font-size: 36px;
  }
  .banner-cont {
    margin-top: 22px;
  }
}

@media (max-width: 1440px) {
  .blog-head {
    font-size: 17px;
  }
  .caption-cancer-name {
    font-size: 17px;
    line-height: 19px;
  }
  .icon-cancer {
    width: 80px;
  }
  .cancer-slides {
    height: 170px;
  }
  .accordion-group li section {
    width: 56%;
  }
  .connect-with-survivors {
    padding-top: 3%;
  }
  .doctors-area .tab-content {
    margin-top: 4%;
  }
  .expert-talk2 h3 {
    font-size: 35px;
  }
  .gray-bg {
    height: 1000px;
  }
  .slick-next:before,
  [dir='rtl'] .slick-prev:before {
    background-size: 80%;
  }
  .slick-prev:before {
    background-size: 80%;
  }
  .select2-container--default .select2-selection--single {
    height: 42px !important;
    font-size: 14px;
    line-height: 30px;
  }
  .talk-to-expert-img {
    width: 105px;
  }
  .contact-link a{
  	height:39px;
	line-height:39px;
  }
  .add-spec {
    top: 34px;
  }
  .contact-icon svg {
    width: 39px;
  }
  .right-menu {
    margin-right: 0 !important;
    margin-top: 0;
  }
  .contact-icon {
    margin-left: 15px;
  }
  .contact-icon.login-btn {
    margin-left: 15px;
    padding: 6px 10px;
  }
  .navigation-wrap {
    height: 70px;
  }
  .menu-name {
    font-size: 13px;
    margin-top: 2px;
  }
  .cart {
    width: 85px;
    padding: 0 0;
  }
  .cart svg {
    width: 30px;
  }
  .banner-area p {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .slider-caption1 {
    font-size: 40px;
  }
  .banner-area h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cnt p {
    font-size: 14px;
  }
  .pointer {
    line-height: 40px;
    height: 40px;
  }
  .cnt {
    line-height: 40px;
  }
  .pointer:before {
    border-left: 0.45em solid #ccd9e5;
    border-top: 0.8em solid transparent;
    border-bottom: 0.8em solid transparent;
  }
  .pointer:after {
    border-left: 0.45em solid #fff;
    border-top: 0.8em solid transparent;
    border-bottom: 0.8em solid transparent;
  }
  .pointer.active:before {
    border-left: 0.35em solid #13959a;
    right: -9px;
  }
  .cnt img {
    top: 6px;
    width: 25px;
  }
  .cnt img.ca-di {
    width: 20px;
  }
  .carigivers .slide-item {
    width: 40% !important;
    margin: 10px 30px;
  }
  .blog-des {
    font-size: 15px;
  }
  .btn.btn-sch-call {
    font-size: 15px;
    padding: 10px 17px;
  }
  .btn-sch-call img {
    width: 20px;
  }
  .contact-icon.login-btn svg {
    width: 14px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 14px !important;
  }
  .slick-dots li button:before {
    font-size: 11px !important;
  }
  .pointer:before {
    right: -0.42em;
    bottom: -1px;
  }
  .content-management .col {
    padding-right: 10px;
  }
  .contact-icon {
    font-size: 11px;
  }
  .cancer-report form .form-group .form-control {
    height: 48px;
    font-size: 14px;
  }
  .review-btn img {
    width: 15px;
    vertical-align: text-bottom;
    margin-right: 6px;
  }
  .review-btn {
    padding: 10px 14px;
  }
  .consult-heading .common-heading-bar {
    font-size: 36px;
  }
  .section-heading .common-heading-bar {
    font-size: 38px;
  }
  .find-the-right-doctor h2 {
    font-size: 30px;
  }
  .cancer-report1 .form-group .form-control {
    height: 42px;
    font-size: 14px;
    line-height: 30px;
  }
  .looking-for img {
    top: 17px;
    width: 13px;
  }
  .serch-btn {
    font-size: 16px;
    padding: 10px 16px;
  }
  .schedul-btn img {
    margin-right: 5px;
    width: 19px;
  }
  .talk-to-expert h3 {
    font-size: 32px;
  }
  .doctors-area {
    padding-top: 450px;
    padding-bottom: 2%;
  }
  .doctor-recomend2 {
    padding: 8px 203px 12px 0 !important;
    line-height: 24px;
  }
  .heading-traetment h2 {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .heading-tag {
    font-size: 19px;
  }
  .head-test {
    font-size: 28px;
  }
  .viw-all {
    font-size: 19px;
  }
  .cast-test {
    font-size: 16px;
  }
  .cast-test span {
    font-size: 19px;
  }
  .serch-btn.btn-black {
    padding: 9px 10px;
  }
  .border-left-dotted {
    margin: 18px 0;
    padding: 16px 23px;
  }
  .test-type {
    font-size: 15px;
    line-height: 20px;
  }
  .expert-text-bold {
    font-size: 32px;
  }
  .expert-text {
    font-size: 32px;
  }
  .head-devider {
    width: 153px;
  }
  .book-all-btn {
    text-transform: uppercase;
    padding: 7px 17px;
    font-size: 15px;
  }
  .accordion-group li h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .accordion-group li h3 {
    margin-bottom: 5px;
  }
  .accordion-group li section article p {
    margin-bottom: 20px;
  }
  .accordion-group li section article p {
    font-size: 15px;
  }
  .btn-consult {
    font-size: 13px;
  }
  .tratment-caption {
    font-size: 22px;
  }
  .connect-survivors-head h4 {
    font-size: 28px;
  }
  .connect-survivors-head h4 {
    width: 580px;
  }
  .dr-details.survi h2 {
    font-size: 14px;
    max-height: 48px;
  }
  .dr-details.survi p {
    font-size: 13px;
    line-height: 17px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .dr-details .carigiver-readmore {
    font-size: 13px;
  }
  .btn-blue {
    font-size: 15px;
  }
  .expert-talk2 {
    padding: 25px 20px 25px 20px;
  }
  .expert-talk2 .call-schedule {
    padding: 22px 30px;
  }
  .shop-for-daily-necessities {
    padding-top: 3%;
  }
  .accordion-group li {
    height: 450px;
  }
  .techno-accordian .wrapper .toggle {
    font-size: 26px;
  }
  .wrapper .content p {
    font-size: 21px;
    padding: 0 20px;
  }
  .btn-black {
    font-size: 14px;
    padding: 12px 15px;
  }
  .bg-gray {
    width: 514px;
  }
  .mobile-phone {
    left: 17%;
  }
  .mobile-phone {
    width: 77%;
  }
  .treat-name {
    font-size: 18px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 48px;
    font-size: 14px !important;
  }
  .multiselect-selected-text {
    font-size: 14px !important;
  }
  .select-date-time {
    font-weight: 600;
    font-size: 21px;
  }
  .hos-dr-name .selected-name {
    font-size: 18px;
  }
  .slick-dots li {
    width: 5px !important;
  }
  .slick-dots li.slick-active button:before {
    width: 20px !important;
  }
  .slick-dots li.slick-active {
    width: 20px !important;
  }
  .icon-cancer {
    width: 100px;
  }
  .banner-text {
    font-size: 20px;
  }
  .banner-cont {
    font-size: 34px;
  }
  .btn-yellow {
    padding: 10px 26px;
    font-size: 13px;
  }
  .btn-yellow {
    margin-top: 9px;
  }
  .border-sort {
    width: 18px;
  }
  .banner-area1 {
    padding: 60px 0;
    padding-bottom: 120px;
  }
  .cannabis-accordian .wrapper .toggle {
    font-size: 19px;
  }
  .cannabis-accordian .content p {
    font-size: 15px;
  }
  .madical-cannabis-list ul li {
    margin-bottom: 45px;
  }
  .small-heafing {
    font-size: 15px;
  }
  .medium-heading {
    font-size: 27px;
  }
  .small-description {
    font-size: 16px;
  }
  .fa-ul.list-of-medical-canabis li {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .fa-ul.list-of-medical-canabis li span {
    top: -3px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px !important;
  }
  .img-box1 {
    height: 157px;
  }
}

@media (max-width: 1366px) {
  .lounched-details {
    padding-top: 190px;
  }
  .navbar-arrows img.right-arrow-nav {
    right: 5px;
  }
  .accordion-group li section {
    width: 56%;
  }
  .dr-photo {
    width: 200px;
  }
  .contact-link a{
  	height: 35px!important;
    line-height: 35px!important;
  }
  .add-spec {
    top: 30px;
  }
  .select2-container--default .select2-selection--single {
    height: 35px !important;
    font-size: 13px;
    line-height: 24px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 33px !important;
  }
  .selected-labs .selected-lab-img {
    width: 92px;
  }
  .banner-area h1 {
    font-size: 35px;
  }
  .btn.btn-sch-call {
    font-size: 13px;
  }
  .banner-area h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .talk-to-expert h3 {
    font-size: 30px;
  }
  .talk-to-expert-img {
    width: 100px;
    margin-right: 15px;
  }
  .cancer-report1 .form-group .form-control {
    height: 35px;
    line-height: 24px;
    font-size: 13px;
  }
  .looking-for img {
    top: 18px;
  }
  .consult-heading .common-heading-bar {
    font-size: 34px;
  }
  .head3 {
    font-size: 20px;
  }
  .heading-tag {
    font-size: 12px;
  }
  .tabs-doctors {
    width: 260px;
    height: 73px;
  }
  .doctor-recomend {
    padding: 7px 9px !important;
    font-size: 17px;
    line-height: 19px;
  }
  .doctor-recomend2 {
    padding: 10px 112px 20px 0 !important;
    font-size: 17px;
    line-height: 19px;
  }
  .dr-tabs {
    width: 43%;
  }
  .dr-details h2 {
    font-size: 15px;
  }
  .dr-details p {
    font-size: 13px;
  }
  .dr-details ul {
    font-size: 11px;
  }
  .doct-details .dr-photo1 {
    width: 100%;
    top: -41px;
    left: 8px;
  }
  .geekmark {
    top: -10px;
    left: 7px;
  }
  .doc .angled-top-left .doct-details {
    padding: 15px 0 0 15px !important;
  }
  .doct-details.det1 .dr-photo1 {
    width: 100%;
    top: -40px;
    left: 8px;
  }
  .doctors-area .tab-content {
    margin-top: 40px;
  }
  .cnt p {
    font-size: 13px;
  }
  .report-content .report-head {
    font-size: 17px;
  }
  .report-content .text {
    font-size: 14px;
  }
  .cancer-report form .form-group .form-control {
    height: 40px;
  }
  .cancer-report select {
    font-size: 15px;
  }
  .review-btn {
    font-size: 12px;
  }
  .review-btn {
    padding: 6px 16px;
  }
  .find-the-right-doctor {
    right: 10px;
  }
  .trat-img img {
    width: 42px;
  }
  .treat-name {
    font-size: 16px;
    margin-top: 10px;
  }
  .heading-traetment h2 {
    font-size: 26px;
  }
  .trat-img img {
    margin: 0 auto;
  }
  .heading-tag {
    font-size: 17px;
  }
  .head-devider {
    width: 135px;
  }
  .test-type {
    font-size: 13px;
  }
  .use-test {
    font-size: 15px;
  }
  .cast-test {
    font-size: 13px;
  }
  .cast-test span {
    font-size: 16px;
  }
  .head-test {
    font-size: 24px;
  }
  .test-type {
    margin-bottom: 0;
  }
  .viw-all {
    font-size: 16px;
  }
  .use-test {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .serch-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
  .report-size {
    width: 14px;
  }
  .border-left-dotted {
    padding: 23px 15px;
  }
  .talk-rxpert-img {
    width: 156px;
  }
  .expert-text-bold {
    font-size: 30px;
  }
  .expert-text {
    font-size: 30px;
  }
  .accordion-group li section article {
    width: 320px;
  }
  .btn-consult {
    padding: 4px 20px;
    font-size: 12px;
  }
  .accordion-group li {
    height: 400px;
  }
  .expert-banner {
    padding: 55px 0;
    line-height: 39px;
  }
  .connect-survivors-head h4 {
    font-size: 26px;
  }
  .dr-details .carigiver-des {
    font-size: 13px;
  }
  .dr-details .carigiver-readmore {
    font-size: 12px;
  }
  .expert-talk2 h3 {
    font-size: 33px;
  }
  .gray-bg {
    height: 950px;
  }
  .circle-talks-details p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .circle-talks-details .circle-talk-heading {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .mobile-phone {
    left: 17%;
  }
  .video-interview iframe {
    height: 300px;
  }
  .blog-head {
    font-size: 15px;
    line-height: 17px;
    margin-top: 7px;
  }
  #customers-testimonials .shadow-effect p {
    font-size: 15px;
  }
  .name-client {
    font-size: 18px !important;
  }
  .footer-about {
    font-size: 13px;
  }
  .caption-cancer-name {
    font-size: 15px;
    line-height: 18px;
  }
  .icon-cancer {
    width: 80px;
  }
  .cancer-slides {
    padding: 10px 0;
    height: 170px;
  }
  .section-heading h1 {
    font-size: 30px;
  }
  .section-heading {
    padding-bottom: 10px;
  }
  .find-the-right-doctor h2 {
    font-size: 27px;
  }
  .doctor-img {
    width: 27%;
    bottom: -1px;
  }
  .dr-check-box .geekmark {
    height: 20px;
    width: 20px;
    border-radius: 20px;
  }
  .dr-check-box .main1 .geekmark:after {
    left: 7px;
    bottom: 5px;
    width: 5px;
    height: 10px;
  }
  .talk-rxpert-img {
    width: 150px;
    margin: 34px auto;
  }
  .head3 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .tratment-box1 p {
    font-size: 13px;
  }
  .accordion-group li h3 {
    font-size: 21px;
  }
  .accordion-group li section article p {
    font-size: 14px;
  }
  .tratment-caption {
    font-size: 18px;
  }
  .tratment-box1 img {
    width: 30px;
  }
  .tratment-box1 {
    font-size: 14px;
    min-height: 94px;
  }
  .dr-tabs {
    width: 100%;
  }
  .doct-details.det1 {
    padding: 0 14px 3px 25px;
    overflow: hidden;
  }
  .doct-details.det1 .dr-photo1.caregiver-photo {
    width: 100%;
    top: 0;
    left: 0;
  }
  .blog-des {
    font-size: 14px;
  }
  .circle-talks-details p img {
    width: 12px;
  }
  .expert-talk2 .call-schedule {
    padding: 10px 30px;
  }
  .dr-details.survi p {
    font-size: 13px;
  }
  .banner-divider {
    width: 186px;
  }
  .dr-details h2 {
    font-size: 15px;
  }
  .border-left-dotted {
    margin: 10px 0;
  }
  .book-all-btn img {
    width: 20px;
  }
  .consult-oncologist {
    padding-top: 2%;
  }
  .cancer-diagnos {
    padding-top: 4%;
    margin-top: 4%;
    padding-bottom: 4%;
  }
  .anti-cancer {
    padding-top: 7%;
  }
  .anti-cancer {
    padding-top: 2%;
  }
  .connect-with-survivors {
    padding-top: 2%;
  }
  .row.test-box .col-5 {
    -ms-flex: 0 0 44.666667%;
    flex: 0 0 44.666667%;
    max-width: 44.666667%;
  }
  .row.test-box .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 35px;
  }
  .contact-icon svg {
    width: 33px;
  }
  .contact-icon {
    margin-left: 0;
    padding: 0 7px;
  }
  .contact-icon.login-btn {
    margin-left: 10px;
    padding: 5px 9px;
  }
  .menu-name {
    font-size: 11px;
    margin-top: 0;
  }
  .navigation-wrap {
    height: 60px;
  }
  .cart {
    width: 80px;
    padding: 0 0;
  }
  .banner-area p {
    font-size: 38px;
    margin-bottom: 9px;
  }
  .slider-caption1 {
    font-size: 38px;
  }
  .banner-area h2 {
    font-size: 28px;
  }
  .cart svg {
    width: 30px;
  }
  .main-banner-text .col-9 {
    padding-left: 0;
  }
  .btn-sch-call img {
    width: 20px;
  }
  .btn.btn-sch-call {
    font-size: 14px;
    padding: 8px 13px;
  }
  .pointer {
    line-height: 35px;
    height: 35px;
  }
  .cnt {
    line-height: 35px;
  }
  .pointer:before {
    right: -0.35em;
  }
  .pointer:before {
    border-left: 0.35em solid #ccd9e5;
    border-top: 0.7em solid transparent;
    border-bottom: 0.7em solid transparent;
  }
  .pointer:after {
    border-left: 0.35em solid #fff;
    border-top: 0.7em solid transparent;
    border-bottom: 0.7em solid transparent;
  }
  .cnt img {
    top: 7px;
    width: 20px;
  }
  .cnt img.ca-di {
    width: 15px;
  }
  .content-management .col {
    padding: 0;
    padding-right: 10px;
  }
  .slick-dots li button:before {
    font-size: 9px !important;
  }
  .slick-dots li.slick-active button:before {
    font-size: 12px !important;
  }
  .consult-heading {
    padding-bottom: 27px;
  }
  .doctors-area {
    padding-top: 380px;
  }
  .dr-details ul {
    margin-left: 24px;
  }
  .dr-details p {
    margin: 0 0;
  }
  .call-schedule {
    padding: 87px 40px;
  }
  .book-all-btn {
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 14px;
  }
  .heading-tag {
    margin-bottom: 30px;
  }
  .carigivers .slide-item {
    width: 45% !important;
    margin: 10px 16px;
  }
  .expert-talk2 {
    padding: 40px 20px 10px 20px;
  }
  .btn-black {
    font-size: 15px;
    padding: 14px 22px;
  }
  .register-button img {
    width: 18px;
    margin-right: 10px;
  }
  .btn-blue {
    font-size: 13px;
    padding: 8px 17px;
  }
  .btn-black {
    font-size: 13px;
    padding: 8px 17px;
  }
  .circle-talks-details .circle-talk-heading a {
    font-size: 13px;
  }
  .accordion-group li section article p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .techno-accordian .wrapper .toggle {
    font-size: 20px;
  }
  .wrapper .content p {
    padding: 0 20px;
    font-size: 17px;
  }
  .serch-btn.btn-black {
    padding: 9px 10px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 40px;
  }
  .patient-img1 {
    width: 300px;
  }
  .heading-1 {
    font-size: 20px;
  }
  .patient-img1 {
    margin-top: 90px;
    margin-left: 116px;
  }
  .booking {
    padding: 20px;
  }
  .btn-view-cart.add_patient_details {
    height: 40px;
    line-height: 28px;
    font-size: 14px;
  }
  .heading-petient {
    font-size: 18px;
  }
  .add-user {
    width: 35px;
  }
  .booking-form {
    font-size: 15px;
  }
  .add-p label {
    font-size: 12px;
  }
  .add-p .form-control {
    height: 44px;
  }
  .add-p .form-control {
    font-size: 12px;
  }
  .btn-view-cart.add_patient_details {
    height: 36px;
    line-height: 21px;
    font-size: 12px;
  }
  .slick-dots li.slick-active button:before {
    height: 6px !important;
    width: 17px !important;
  }
  .slick-dots li button:before {
    height: 6px !important;
  }
  .slick-dots li.slick-active button:before {
    width: 17px !important;
  }
  .slick-dots li.slick-active {
    width: 17px !important;
  }
  .banner-text {
    font-size: 19px;
  }
  .banner-cont {
    font-size: 32px;
  }
  .btn-yellow {
    padding: 10px 26px;
    font-size: 14px;
  }
  .banner-area1 {
    padding: 50px 0;
    padding-bottom: 120px;
  }
  .img-box1 {
    height: 144px;
  }
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .lounched-details {
    padding-top: 170px;
  }
  .launch-head {
    font-size: 22px;
  }
  .lounched-details .esmo {
    width: 110px;
  }
  .img-box1 {
    height: auto;
    width: 110px;
  }
  a .img-box1 p {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
  }
  .img-box1 img {
    width: 22px;
    margin-bottom: 13px;
  }
}

@media (max-width: 1359px) and (min-width: 1201px) {
  .carigivers .slide-item {
    width: 44% !important;
    margin: 10px 16px;
  }
}

@media (max-width: 1360px) {
  .contact-left-menu {
    margin-left: 60px !important;
  }
  .dr-photo {
    width: 200px;
  }
  .dr-tabs {
    width: 100%;
  }
  .heading-petient {
    font-size: 17px;
  }
  .booking-form {
    font-size: 16px;
  }
  .add-p label {
    font-size: 14px;
  }
  .add-p .form-control {
    height: 42px;
  }
  .add-user {
    width: 27px;
  }
  .contact-form-small-head {
    font-size: 15px;
  }
}

@media (max-width: 1300px) {
  .right-menu {
    margin-right: 20px !important;
  }
}

@media (max-width: 1280px) {
  .right-menu {
    margin-right: 3% !important;
  }
  .contact-left-menu {
    margin-left: 60px !important;
  }
  .dr-photo {
    width: 180px;
    top: -30px;
  }
  .results span {
    font-size: 11px;
  }
  .details {
    padding-left: 15px;
  }
  .results span {
    font-size: 10px;
    padding: 4px 10px;
  }
  .select-slot label span {
    margin: 15px 10px;
  }
  .add-banner {
    padding: 50px 20px;
  }
  .add-text .p1 {
    font-size: 26px;
  }
  .add-text .p2 {
    font-size: 21px;
  }
  .add-text .p3 {
    font-size: 20px;
  }
  .add-text .btn-sign {
    padding: 5px 16px;
    font-size: 14px;
  }
  .diet-ad {
    padding: 28px 20px;
  }
  .over-lay-ad p {
    font-size: 20px;
  }
  .over-lay-ad {
    padding: 80px 30px;
  }
  .cnt p {
    font-size: 14px;
  }
  .section-heading .common-heading-bar {
    font-size: 34px;
  }
  .head-devider {
    width: 148px;
  }
  .call-schedule {
    padding: 80px 40px;
  }
  .report-content .report-head {
    font-size: 16px;
  }
  .report-content .text {
    font-size: 11px;
  }
  .review-btn {
    font-size: 13px;
  }
  .doctor-recomend {
    font-size: 17px;
    line-height: 17px;
  }
  .doctor-recomend {
    padding: 20px 10px !important;
  }
  .doctor-img {
    width: 29%;
    bottom: 0;
    left: 1px;
  }
  .doctor-img2 {
    width: 50%;
    right: 0;
  }
  .tabs-doctors {
    width: 240px;
    height: 70px;
  }
  .dr-tabs {
    width: 100%;
  }
  .doctor-recomend {
    padding: 4px 20px !important;
  }
  .doctor-recomend2 {
    padding: 10px 116px 20px 0 !important;
  }
  .dr-check-box .geekmark {
    height: 25px;
    width: 25px;
    border-radius: 30px;
  }
  .dr-check-box .main1 .geekmark:after {
    left: 8px;
    bottom: 5px;
    width: 8px;
    height: 15px;
  }
  .dr-details h2 {
    font-size: 18px;
  }
  .doct-details .dr-photo1 {
    width: 100%;
    left: 9px;
    top: -45px;
  }
  .trat-img img {
    width: 40px;
  }
  .treat-name {
    margin-top: 0;
    font-size: 14px;
  }
  .heading-tag {
    font-size: 14px;
  }
  .test-type {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
  }
  .cast-test {
    font-size: 17px;
  }
  .cast-test span {
    font-size: 18px;
  }
  .use-test {
    font-size: 12px;
  }
  .border-left-dotted {
    padding: 20px 17px;
  }
  .expert-text-bold {
    font-size: 28px;
  }
  .expert-text {
    font-size: 28px;
  }
  .expert-banner {
    padding: 70px 0;
    line-height: 24px;
  }
  .head3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .tratment-box1 {
    font-size: 14px;
    margin: 10px 0;
    min-height: 87px;
    padding: 9px 4px;
  }
  .dr-details.survi p {
    font-size: 12px;
  }
  .connect-survivors-head h4 {
    font-size: 25px;
  }
  .dr-details .carigiver-des {
    font-size: 11px;
  }
  .dr-details.survi p {
    font-size: 11px;
  }
  .circle-talks-details p {
    font-size: 11px;
    margin-bottom: 00px;
  }
  .circle-talks-details .circle-talk-heading {
    font-size: 17px;
  }
  .cancer-report form .form-group .form-control {
    height: 34px;
  }
  .cancer-report1 .form-group .form-control {
    height: 40px;
  }
  .dr-details p {
    margin-top: 0;
  }
  .dr-details .carigiver-des {
    margin-bottom: 0;
  }
  .expert-talk2 h3 {
    font-size: 32px;
  }
  .btn.btn-sch-call {
    font-size: 12px;
  }
  .consult-heading .common-heading-bar {
    font-size: 34px;
  }
  #customers-testimonials .shadow-effect p {
    font-size: 13px;
  }
  .name-client {
    font-size: 17px !important;
  }
  .btn-black {
    font-size: 13px;
  }
  .dr-details h2 {
    font-size: 15px;
  }
  .gray-bg {
    height: 1000px;
  }
  .doctors-area {
    padding-top: 370px;
  }
  .menu-name {
    font-size: 10px;
  }
  .schedul-btn img {
    width: 21px;
  }
  .book-all-btn {
    font-size: 13px;
  }
  .tratment-box1 img {
    width: 24px;
  }
  .tratment-box1 p {
    font-size: 11px;
  }
  .connect-survivors-head h4 {
    width: 514px;
  }
  .btn-sch-call img {
    width: 17px;
  }
  .btn.btn-sch-call {
    padding: 9px 13px;
  }
  .btn-blue {
    font-size: 18px;
    padding: 7px 9px;
  }
  .content p {
    font-size: 20px;
    line-height: 28px;
  }
  .techno-accordian .wrapper .toggle {
    padding: 20px 20px;
  }
  .blog-head {
    font-size: 19px;
    margin-top: 12px;
  }
  .small-heafing {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .medium-heading {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .small-description {
    font-size: 14px;
  }
  .explaination {
    font-size: 13px;
  }
  .fa-ul.list-of {
    font-size: 13px;
  }
  .fa-ul.list-of {
    left: -1.5em;
  }
  .ayurveda-img {
    width: 90%;
  }
  .banner-area1 {
    padding: 40px 0;
    padding-bottom: 120px;
  }
  .ayurveda-faq {
    margin-top: 70px;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1167px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1230px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1230px;
  }
}
/* 
@media (min-width: 1919px) {
  .navbar-brand img.desk-logo {
    width: 185px;
  }
} */

@media (max-width: 1200px) {
  .right-menu {
    margin-right: 100px;
  }
  /* .navbar-brand img {
    width: 155px;
  } */
  .menu-name {
    font-size: 9px;
  }
  .right-menu {
    margin-right: 1.5% !important;
  }
  .doctors-area {
    padding-top: 388px;
  }
  .cart {
    width: 74px;
  }
  .cart svg {
    width: 25px;
  }
  .banner-area p {
    font-size: 33px;
    margin-bottom: 5px;
  }
  .contact-icon.login-btn {
    margin-left: 10px;
    padding: 3px 9px;
  }
  .right-menu {
    margin-right: 1% !important;
  }
  .slider-caption1 {
    font-size: 33px;
  }
  .banner-divider {
    width: 156px;
  }
  .banner-area h2 {
    font-size: 25px;
  }
  .btn.btn-sch-call {
    padding: 8px 13px;
  }
  .banner-area h2 {
    margin-bottom: 30px;
  }
  .cnt p {
    font-size: 12px;
  }
  .cnt img {
    right: 5px;
  }
  .head-devider {
    width: 122px;
  }
  .report-content .report-head {
    font-size: 15px;
  }
  .report-content .text {
    font-size: 10px;
  }
  .cancer-report form .form-group .form-control {
    height: 40px;
  }
  .cancer-report form .form-group .form-control {
    height: 40px;
    font-size: 12px;
  }
  .multiselect-selected-text {
    font-size: 12px !important;
  }
  .consult-heading .common-heading-bar {
    font-size: 30px;
  }
  .section-heading .common-heading-bar {
    font-size: 30px;
  }
  .find-the-right-doctor h2 {
    font-size: 24px;
  }
  .cancer-report1 .form-group .form-control {
    height: 34px;
    font-size: 11px;
  }
  .add-spec {
    font-size: 12px;
  }
  .talk-to-expert-img {
    width: 92px;
    margin-right: 15px;
  }
  .schedul-btn img {
    width: 19px;
    margin-right: 5px;
  }
  .serch-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
  .talk-to-expert h3 {
    font-size: 26px;
  }
  .tabs-doctors {
    height: 60px;
  }
  .doctor-img {
    width: 24%;
    bottom: 0;
    left: 15px;
  }
  .doctor-img2 {
    width: 49%;
  }
  .doctor-recomend {
    font-size: 14px;
    line-height: 15px;
  }
  .doctor-recomend {
    padding: 4px 7px !important;
  }
  .doctor-recomend2 {
    font-size: 14px;
    line-height: 15px;
  }
  .doctor-recomend2 {
    padding: 5px 157px 20px 0 !important;
  }
  .dr-details h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .dr-check-box .geekmark {
    height: 18px;
    width: 18px;
  }
  .geekmark {
    top: -8px;
    left: 11px;
  }
  .dr-check-box .main1 .geekmark:after {
    left: 5px;
    bottom: 4px;
    width: 6px;
    height: 11px;
  }
  .border-left-dotted {
    padding: 11px 17px;
  }
  .test-type {
    font-size: 13px;
  }
  .cast-test {
    font-size: 15px;
  }
  .cast-test span {
    font-size: 16px;
  }
  .btn-black {
    font-size: 10px;
  }
  .head3 {
    font-size: 26px;
  }
  .tratment-box1 p {
    font-size: 11px;
    line-height: 13px;
  }
  .tratment-box1 {
    min-height: 77px;
  }
  .tratment-box1 img {
    width: 21px;
    margin: 7px 0;
  }
  .connect-survivors-head h4 {
    width: 462px;
  }
  .connect-survivors-head h4 {
    line-height: 30px;
  }
  .carigivers .slide-item {
    margin: 10px 12px;
  }
  .talk-to-expert-img {
    width: 86px;
    margin-right: 15px;
  }
  .expert-talk2 h3 {
    font-size: 24px;
  }
  .expert-talk2 {
    padding: 40px 16px 10px 20px;
  }
  .btn-blue {
    font-size: 15px;
    padding: 6px 8px;
  }
  .techno-accordian .wrapper .toggle {
    font-size: 22px;
  }
  .content p {
    font-size: 17px;
    line-height: 25px;
  }
  .blog-des {
    font-size: 13px;
  }
  .treat-box {
    min-height: auto;
    max-height: 100px;
  }
}

@media (max-width: 1199px) {
.circle-talks-details .circle-talk-heading a {
    font-size: 12px;
}
  .right-menu {
    margin-right: 100px;
  }
  .right-menu {
    margin-right: 8% !important;
  }
  .banner-area h1 {
    font-size: 31px;
  }
  .banner-area h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .cnt p {
    font-size: 10px;
  }
  .cnt img {
    width: 30px;
  }
  .report-content .report-head {
    font-size: 16px;
  }
  .report-content .text {
    font-size: 12px;
  }
  .cancer-report form .form-group .form-control {
    height: 30px;
  }
  .cancer-report select {
    font-size: 10px;
  }
  .looking-for img {
    top: 10px;
  }
  .review-btn {
    font-size: 10px;
  }
  .cancer-report1 .form-group .form-control {
    height: 30px;
  }
  .tabs-doctors {
    width: 188px;
    height: 54px;
  }
  .doctor-recomend2 {
    padding: 4px 116px 20px 0 !important;
  }
  .doctor-recomend2 {
    font-size: 11px;
  }
  .doctor-recomend {
    font-size: 11px;
  }
  .doctor-recomend {
    padding: 0 5px !important;
  }
  .dr-details ul {
    font-size: 9px;
  }
  .doc .angled-top-left .doct-details {
    padding: 0 0 0 15px !important;
  }
  .doct-details .dr-photo1 {
    top: -24px;
  }
  .doctors-area {
    padding-top: 380px;
  }
  .doct-details.det1 .dr-photo1 {
    top: -25px;
  }
  .tabs-doctors {
    border-radius: 8px;
  }
  .dr-tabs li .active .tabs-doctors::after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #25b393;
    position: absolute;
    bottom: -12px;
    left: 37%;
    height: 0;
    width: 0;
    clear: both;
  }
  .treat-name {
    font-size: 10px;
  }
  .trat-img img {
    width: 33px;
  }
  .border-left-dotted {
    padding: 11px 10px;
  }
  .talk-rxpert-img {
    width: 120px;
    margin: 23px auto;
  }
  .expert-text-bold {
    font-size: 27px;
  }
  .expert-text {
    font-size: 27px;
  }
  .expert-banner {
    padding: 46px 0;
    line-height: 24px;
  }
  .call-schedule {
    padding: 60px 10px;
  }
  .accordion-group li {
    height: 340px;
  }
  .video-interview iframe {
    height: 240px;
  }
  .blog-head {
    font-size: 12px;
  }
  .consult-oncologist {
    padding-top: 30px;
  }
  .test-type {
    font-size: 9px;
    line-height: 13px;
  }
  .cast-test {
    font-size: 12px;
  }
  .cast-test span {
    font-size: 12px;
  }
  .border-left-dotted .btn-black {
    font-size: 10px;
  }
  .benefits-of-tbr {
    background-size: cover;
  }
  .tb-head {
    font-size: 25px;
  }
  .contact-box-overlap {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .cnt p {
    font-size: 11px;
  }
  .cnt img {
    width: 20px;
  }
  .contact-left-menu {
    margin-left: 14px !important;
  }
  .menu-name {
    font-size: 10px;
  }
  /* .navbar-brand img {
    height: 40px;
  } */
  .bread-crumb {
    padding: 10px 0;
  }
  .bread-crumb h1 {
    font-size: 25px;
  }
  .bread-crumb img {
    width: 120px;
  }
  .apoint-btn {
    font-size: 12px;
  }
  .details h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .dr-photo {
    width: 170px;
    top: 0;
  }
  .onco-list-box {
    margin-top: 80px;
  }
  .logo-footer {
    width: 180px;
  }
  .location {
    padding: 20px;
  }
  .current-location p {
    line-height: 14px;
  }
  .results span {
    font-size: 7px;
    padding: 1px 9px;
  }
  .location-btn button {
    font-size: 10px;
  }
  .over-lay-ad {
    padding: 10px 14px;
  }
  .add-banner {
    margin-top: 30px;
    padding: 24px 10px;
  }
  .add-text .p1 {
    font-size: 25px;
  }
  .add-text .p2 {
    font-size: 19px;
  }
  .add-text .p3 {
    font-size: 19px;
  }
  .right-menu {
    margin-right: 70px;
  }
  .banner-area h1 {
    font-size: 34px;
  }
  .banner-area h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .btn.btn-sch-call {
    font-size: 12px;
    padding: 6px 15px;
  }
  .section-heading .common-heading-bar {
    font-size: 27px;
    margin-bottom: 0;
  }
  .head-devider {
    width: 100px;
  }
  .section-heading {
    padding-bottom: 20px;
  }
  .report-content .report-head {
    font-size: 14px;
  }
  .report-content .text {
    font-size: 10px;
    line-height: 17px;
  }
  .cancer-report form .form-group .form-control {
    height: 33px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 33px;
    line-height: auto;
  }
  .looking-for img {
    width: 11px;
  }
  .doctors-area {
    padding-top: 380px;
  }
  .cancer-report select {
    font-size: 14px;
    color: #202020;
  }
  .looking-for img {
    top: 13px;
  }
  .review-btn {
    font-size: 11px;
  }
  .review-btn {
    margin-top: 0;
  }
  .find-the-right-doctor h2 {
    font-size: 20px;
  }
  .select2-container--default .select2-selection--single {
    height: 33px !important;
    font-size: 11px;
    line-height: 24px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 33px !important;
  }
  .cancer-report1 .form-group .form-control {
    height: 33px;
  }
  .cancer-report1 .form-group select {
    font-size: 12px;
    border-color: #d9d8d8;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    font-size: 12px;
    text-align: left !important;
  }
  .talk-to-expert h3 {
    font-size: 22px;
  }
  .serch-btn {
    font-size: 9px;
  }
  .dr-tabs {
    width: 52%;
  }
  .doctor-recomend2 {
    line-height: 17px;
    font-size: 11px;
  }
  .dr-details h2 {
    font-size: 15px;
  }
  .dr-details p {
    font-size: 15px;
  }
  .dr-details h2 {
    font-size: 12px;
  }
  .dr-details p {
    font-size: 11px;
  }
  .dr-details ul {
    font-size: 11px;
  }
  .heading-tag {
    font-size: 14px;
  }
  .head-test {
    font-size: 19px;
  }
  .viw-all {
    font-size: 12px;
  }
  .test-type {
    font-size: 11px;
  }
  .use-test {
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 0;
  }
  .cast-test {
    font-size: 12px;
  }
  .cast-test span {
    font-size: 14px;
  }
  .border-left-dotted {
    padding: 15px 17px;
  }
  .border-left-dotted .btn-black {
    font-size: 9px;
  }
  .cast-test {
    margin-bottom: 0;
  }
  .talk-rxpert-img {
    width: 120px;
    margin: 21px auto;
  }
  .expert-text-bold {
    font-size: 21px;
  }
  .expert-text {
    font-size: 21px;
  }
  .call-schedule {
    padding: 67px 34px;
    text-align: right;
  }
  .head3 {
    font-size: 19px;
    margin-bottom: 26px;
  }
  .tratment-box1 {
    font-size: 12px;
  }
  .tratment-box1 p {
    line-height: 17px;
  }
  .head-devider {
    width: 110px;
  }
  .heading-traetment h2 {
    font-size: 20px;
  }
  .trat-img img {
    width: 30px;
  }
  .treat-box {
    padding: 14px 10px;
    height: 80px;
  }
  .expert-banner {
    padding: 45px 0;
  }
  .connect-survivors-head h4 {
    font-size: 18px;
  }
  .dr-details .carigiver-des {
    font-size: 10px;
    line-height: 13px;
  }
  .dr-details .carigiver-readmore {
    font-size: 10px;
  }
  .doct-details.det1 .dr-photo1.caregiver-photo {
    width: 100%;
    top: 0;
    left: 0;
  }
  .circle-talks-details p {
    font-size: 10px;
    margin-bottom: 0;
  }
  .circle-talks-details .circle-talk-heading {
    font-size: 13px;
    margin: 0;
  }
  .circle-talks-details p {
    font-size: 10px;
    margin-bottom: 6px;
    line-height: 16px;
  }
  .circle-talks-details {
    padding: 10px 0;
    background-color: #fff;
  }
  .caption-cancer-name {
    font-size: 13px;
  }
  .icon-cancer {
    width: 60px;
  }
  .mobile-phone {
    left: 16%;
  }
  .video-interview iframe {
    height: 240px;
  }
  .blog-head {
    font-size: 14px;
  }
  .btn-black {
    font-size: 10px;
  }
  .cart {
    width: 61px;
  }
  #customers-testimonials .shadow-effect p {
    font-size: 13px;
  }
  .footer-about {
    font-size: 11px;
  }
  .accordion-group {
    margin-bottom: 10px;
  }
  .caption-cancer-name {
    font-size: 16px;
  }
  .icon-cancer {
    width: 70px !important;
  }
  .menu-icon {
    width: 21px;
  }
  .test-i {
    width: 20px;
  }
  .lifestyle-i {
    width: 24px;
  }
  .store-i {
    width: 17px;
  }
  .inspire-i {
    width: 25px;
  }
  .menu-name {
    font-size: 9px;
  }
  .contact-icon svg {
    width: 30px;
  }
  .menu-name {
    margin-top: -3px;
  }
  .cart svg {
    width: 21px;
  }
  .right-menu {
    margin-right: 5% !important;
  }
  .contact-icon.login-btn svg {
    width: 14px;
  }
  .slick-dots li button:before {
    font-size: 8px !important;
  }
  .banner-area p {
    font-size: 29px;
    margin-bottom: 0;
  }
  .slider-caption1 {
    font-size: 29px;
  }
  .banner-divider {
    width: 147px;
  }
  .btn.btn-sch-call {
    font-size: 10px;
  }
  .btn-sch-call img {
    width: 15px;
  }
  .btn.btn-sch-call {
    padding: 6px 8px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 11px !important;
  }
  .review-btn img {
    width: 12px;
  }
  .consult-heading .common-heading-bar {
    font-size: 27px;
    margin-bottom: 0;
  }
  .serch-btn {
    padding: 6px 9px;
  }
  .schedul-btn img {
    width: 16px;
    margin-right: 4px;
  }
  .dr-details ul li span .hospital-icon {
    width: 12px;
  }
  .dr-details ul li {
    line-height: 10px;
  }
  .doct-details .dr-photo1 {
    top: -34px;
    width: 95%;
  }
  .cast-test {
    font-size: 16px;
    margin-top: 7px;
  }
  .book-all-btn {
    font-size: 11px;
  }
  .book-all-btn img {
    width: 17px;
  }
  .accordion-group li h3 {
    font-size: 19px;
  }
  .accordion-group li section article p {
    font-size: 12px;
    line-height: 21px;
  }
  .btn-consult {
    padding: 4px 20px;
    font-size: 10px;
  }
  .tratment-caption p {
    margin-bottom: 10px;
  }
  .tratment-caption {
    font-size: 17px;
    padding-top: 10px;
  }
  .techno-accordian .wrapper .toggle {
    font-size: 19px;
  }
  .content p {
    font-size: 14px;
    line-height: 22px;
  }
  .btn-blue {
    font-size: 12px;
    padding: 6px 8px;
  }
  .contact-d p {
    font-size: 25px;
  }
  .banner-text {
    font-size: 17px;
  }
  .banner-cont {
    font-size: 27px;
    margin-top: 15px;
  }
  .banner-text {
    margin-top: 15px;
  }
  .btn-yellow {
    padding: 7px 19px;
    font-size: 10px;
  }
  .ayurveda-faq {
    margin-top: 10px;
  }
  .faq-area1 ul li span {
    font-size: 25px;
  }
  .que {
    font-size: 14px;
  }
  .ans {
    font-size: 12px;
    line-height: 16px;
  }
  .faq-area1 ul li {
    margin-bottom: 20px;
  }
  .madical-cannabis-list ul li span {
    font-size: 38px;
    left: -87px;
  }
  .cannabis-accordian .wrapper .toggle {
    font-size: 17px;
  }
  .cannabis-accordian .content p {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
}

@media (max-width: 991px) {
  .contact-icon span {
    display: none;
  }
  .banner-area p {
    font-size: 23px;
  }
  .slider-caption1 {
    font-size: 23px;
  }
  .banner-area h2 {
    font-size: 19px;
  }
  .banner-divider {
    width: 111px;
  }
  .left-side-box {
    padding: 20px 0;
  }
  .main-banner-text .col-9 {
    padding-left: 7px;
  }
  .cnt p {
    font-size: 8px;
  }
  .pointer {
    line-height: 25px;
    height: 25px;
  }
  .cnt {
    line-height: 25px;
  }
  .pointer:before {
    border-left: 0.3em solid #ccd9e5;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
  }
  .pointer:after {
    border-left: 0.3em solid #fff;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
  }
  .pointer:before {
    right: -0.3em;
  }
  .cnt img {
    width: 15px;
    right: 2px;
  }
  .pointer.active:before {
    border-left: 0.3em solid #13959a;
    right: -7px;
  }
  .carigivers .slide-item {
    width: 65% !important;
    margin: 10px 70px;
  }
  .head-devider {
    width: 90px;
  }
  .report-content .report-head {
    font-size: 12px;
  }
  .report-content .text {
    font-size: 8px;
    line-height: 15px;
  }
  .cancer-report form .form-group .form-control {
    height: 30px;
    font-size: 10px;
  }
  .multiselect-selected-text {
    font-size: 10px !important;
  }
  .review-btn {
    font-size: 10px;
  }
  .review-btn img {
    width: 10px;
  }
  .form-control {
    height: 27px;
    line-height: 14px;
    font-size: 10px;
  }
  .lab-test-form-group .form-feild-icons {
    top: 3px;
  }
  .lab-test-form-group .form-control {
    height: 34px;
  }
  .talk-to-expert-img {
    width: 76px;
  }
  .talk-to-expert h3 {
    font-size: 17px;
  }
  .dr-tabs {
    width: 100%;
  }
  .doctors-area .slide-item.onco-select {
    width: 42% !important;
    margin: 0 22px;
  }
  .dr-details h2 {
    font-size: 13px;
  }
  .dr-details ul {
    font-size: 12px;
  }
  .dr-details p {
    font-size: 12px;
  }
  .doct-details .dr-photo1 {
    width: 86%;
  }
  .heading-traetment h2 {
    font-size: 22px;
  }
  .trat-img img {
    width: 22px;
  }
  .treat-name {
    font-size: 9px;
  }
  .treat-box {
    padding: 6px 10px;
    height: auto;
    border-radius: 7px;
    margin: 7px 0;
  }
  .heading-tag {
    font-size: 12px;
  }
  .head-test {
    font-size: 17px;
    margin-bottom: 0;
  }
  .border-left-dotted {
    padding: 6px 4px;
  }
  .cast-test {
    font-size: 13px;
    margin-top: 0;
  }
  .cast-test span {
    font-size: 13px;
  }
  .border-left-dotted .btn-black {
    font-size: 8px;
  }
  .cnt img {
    top: 5px;
    width: 13px;
  }
  .cnt img.ca-di {
    width: 12px;
  }
  .cancer-report1 .form-group .form-control {
    height: 30px;
  }
  .cancer-report1 .form-group .form-control {
    height: 30px;
    font-size: 10px;
    line-height: 16px;
  }
  .add-spec {
    top: 25px;
    font-size: 9px;
  }
  .search-box .add-spec {
    font-size: 11px;
    top: 25px !important;
    right: 12px;
  }
  .test-type {
    font-size: 9px;
    line-height: 11px;
  }
  .talk-rxpert-img {
    width: 100px;
    margin: 21px auto;
  }
  .expert-text-bold {
    font-size: 18px;
  }
  .expert-text {
    font-size: 18px;
  }
  .call-schedule {
    padding: 57px 10px;
  }
  .expert-banner {
    padding: 35px 0;
  }
  .accordion-group li h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .accordion-group li section article p {
    font-size: 9px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  .btn-consult {
    padding: 4px 20px;
    font-size: 8px;
  }
  .tratment-box1 img {
    width: 14px;
  }
  .tratment-box1 p {
    line-height: 11px;
    font-size: 9px;
  }
  .expert-talk2 h3 {
    font-size: 19px;
  }
  .expert-talk2 {
    padding: 14px 16px 0 20px;
  }
  .techno-accordian .wrapper .toggle {
    font-size: 17px;
  }
  .content p {
    font-size: 13px;
    line-height: 19px;
  }
  .bg-gray {
    width: 100%;
  }
  .btn.btn-sch-call {
    padding: 4px 8px;
  }
  .banner-area2 {
    padding-top: 34px;
    padding-bottom: 70px;
  }
  .cannabis-accordian .wrapper .toggle {
    font-size: 14px;
    padding: 10px 0;
  }
  .cannabis-accordian .content p {
    font-size: 12px;
    padding-left: 43px;
  }
  .raq-readmore {
    font-size: 12px;
  }
  .madical-cannabis-list ul li span {
    font-size: 34px;
    left: -75px;
  }
  .ans {
    font-size: 10px;
    line-height: 13px;
  }
  .que {
    font-size: 10px;
  }
  .madical-cannabis-list ul li {
    margin-bottom: 15px;
  }
  .frm-oncologist .form-feild .form-feild-icons img {
    width: 15px;
  }
  .form-feild-icons {
    bottom: 2px;
  }
  .fee .cons {
    font-size: 12px;
  }
  .apoint-btn {
    font-size: 10px;
  }
  .details h2 a {
    font-size: 16px;
  }
  .details p {
    font-size: 13px;
  }
  .fee .cons img {
    width: 14px;
  }
  .apoint-btn {
    padding: 3px 11px;
  }
  .apoint-btn img {
    width: 11px;
    margin-top: -4px;
  }
  .details ul li {
    font-size: 12px;
    line-height: 21px;
  }
  .dr-photo {
    width: 160px;
  }
  .main-label {
    font-size: 12px !important;
  }
  .main-label small {
    font-size: 11px !important;
  }
  .slots-all label span {
    font-size: 9px;
  }
  .select-slot label span {
    margin: 10px 5px;
  }
  .slots-all label span {
    font-size: 9px;
  }
  .select-slot label span {
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
  .dates .date {
    font-size: 16px;
  }
  .dates .day {
    font-size: 11px;
  }
  .btn.btn-reschedule-opp {
    font-size: 12px;
  }
  .contact-detals {
    font-size: 18px;
  }
  .contact-label.address-label {
    font-size: 9px;
  }
  .contact-details-list {
    padding: 12px 10px;
  }
  .address-icon-contact img {
    width: 30px;
  }
  .chat-icon-contact img {
    width: 40px;
    margin: 18px auto;
  }
  .phone-icon-contact img {
    width: 25px;
    margin: 10px auto;
  }
  .contact_us_area {
    padding: 100px 0 120px;
  }
  .contact-form-head-big {
    font-size: 25px;
  }
  .contact-us-banner-heading {
    font-size: 27px;
  }
  .contact-link a {
    display: none;
  }
}

@media (max-width: 937px) {
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.4rem !important;
  }
  .hos-dr-name .selected-name {
    font-size: 16px;
    margin-top: 0 !important;
  }
  .edit-lab img {
    width: 12px;
  }
  /* .navbar-brand img {
    height: 35px;
  }
  .navbar-brand img {
    height: 35px;
  } */
  .right-menu {
    margin-right: 0 !important;
  }
  .banner-area h1 {
    font-size: 26px;
  }
  .banner-area h2 {
    font-size: 16px;
  }
  .banner-divider {
    width: 140px;
  }
  .btn.btn-sch-call {
    font-size: 11px;
  }
  .cnt p {
    font-size: 7px;
  }
  .cnt img {
    width: 13px;
    top: 6px;
  }
  .cnt img.ca-di {
    width: 10px;
  }
  .report-content .report-head {
    font-size: 11px;
  }
  .report-content .text {
    font-size: 9px;
  }
  .cancer-report form .form-group .form-control {
    height: 33px;
    font-size: 10px;
  }
  .multiselect-selected-text {
    font-size: 10px !important;
  }
  .looking-for img {
    top: 10px;
    font-size: 10px;
  }
  .looking-for img {
    width: 9px;
  }
  .cancer-report1 .form-group {
    margin-bottom: 30px;
  }
  .cancer-report1 .form-group .form-control {
    height: 31px;
    line-height: 9px;
    font-size: 9px;
  }
  .select2-container--default .select2-selection--single {
    height: 31px !important;
    font-size: 9px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 23px !important;
  }
  .cancer-report1 label {
    font-size: 10px;
  }
  .serch-btn {
    padding: 4px 10px;
  }
  .consult-heading .common-heading-bar {
    font-size: 27px;
  }
  .talk-to-expert h3 {
    font-size: 17px;
  }
  .talk-to-expert-img {
    width: 60px;
  }
  .tabs-doctors {
    width: 170px;
  }
  .doctor-recomend2 {
    line-height: 14px;
    font-size: 10px;
  }
  .doctor-recomend {
    font-size: 10px;
  }
  .doct-details .dr-photo1 {
    top: -34px;
  }
  .serch-btn.btn-black {
    padding: 4px 2px;
    font-size: 7px;
  }
  .row.test-box .col-5 {
    line-height: 20px;
    padding: 0;
  }
  .border-left-dotted {
    padding: 10px 10px;
  }
  .test-single .border-left-dotted {
    padding: 35px 10px;
  }
  .test-type-name {
    font-size: 15px;
  }
  .talk-rxpert-img {
    width: 90px;
    margin: 22px auto;
  }
  .expert-text-bold {
    font-size: 20px;
  }
  .expert-text {
    font-size: 20px;
  }
  .expert-banner {
    padding: 26px 0;
  }
  .call-schedule {
    padding: 48px 5px;
    text-align: right;
  }
  .btn.btn-sch-call {
    padding: 6px 8px;
  }
  .accordion-group li {
    height: 259px;
  }
  .tratment-box1 p {
    line-height: 13px;
    margin-top: 4px;
    font-size: 9px;
  }
  .tratment-box1 {
    min-height: 90px;
  }
  .tratment-box1 img {
    width: 30px;
  }
  .tratment-img {
    border-radius: 15px;
  }
  .connect-survivors-head h4 {
    width: 100%;
  }
  .connect-survivors-head h4 {
    font-size: 20px;
  }
  .expert-talk2 {
    padding: 20px 20px 10px 20px;
  }
  .techno-accordian .toggle {
    text-align: left;
  }
  .video-interview iframe {
    height: 170px;
  }
  .blog-head {
    font-size: 10px;
    line-height: 13px;
  }
  .row.test-single .col-2 {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }
  .row.test-box .col-3 {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }
  .row.test-single .col-7 {
    -ms-flex: 0 0 40.666667%;
    flex: 0 0 40.666667%;
    max-width: 40.666667%;
  }
  .row.test-box .col-5 {
    -ms-flex: 0 0 40.666667%;
    flex: 0 0 40.666667%;
    max-width: 40.666667%;
  }
  .row.test-single .col-3 {
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
  }
  .row.test-box .col-4 {
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
  }
  .cast-test span {
    font-size: 10px;
  }
  .test-type {
    font-size: 8px;
  }
  .contact-icon.login-btn {
    margin-left: 8px;
    padding: 3px 9px;
  }
  .contact-icon.login-btn.log-out-btn {
    padding: 7px 9px;
  }
  .menu-name {
    margin-top: -3px;
  }
  .banner-area p {
    font-size: 26px;
  }
  .slider-caption1 {
    font-size: 26px;
  }
  .left-side-box {
    padding: 30px 0;
  }
  .review-btn {
    font-size: 10px;
  }
  .doctors-area .slide-item.onco-select {
    width: 40% !important;
    margin: 0 22px;
  }
  .summery-heading {
    font-size: 16px;
  }
  .item-cart-head {
    font-size: 16px;
  }
  .item-cart-head img {
    width: 30px;
  }
  .cart-price-and-name {
    font-size: 13px;
  }
  .border-top-bottom {
    padding: 10px 0;
    margin: 10px 0;
  }
  .msg-report {
    font-size: 11px;
  }
  .edit-selected-lab {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .accordion-group {
    height: 259px;
  }
  .accordion-group li {
    align-items: center;
    justify-content: center;
  }
  .accordion-group li h3 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
  }
  .banner-area1 {
    background-size: cover;
  }
  .ayurveda-faq {
    margin-top: 60px;
  }
  .ayu-img {
    width: 74%;
    margin-left: 60px;
  }
  .main-banner-text .col-9 {
    padding-left: 14px;
  }
  .cnt img {
    width: 16px;
    top: 4px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 33px;
    line-height: 19px;
  }
  .add-spec {
    right: 25px;
  }
  .looking-for img {
    top: 15px;
    font-size: 10px;
  }
  .looking-for img {
    width: 9px;
  }
  .looking-for img {
    top: 10px;
  }
  .call-schedule {
    padding: 48px 7px;
  }
  .carigivers .slide-item {
    width: 66% !important;
    margin: 10px 52px;
  }
  .big-heading {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-d p {
    font-size: 20px;
  }
  .contact-d ul li a {
    line-break: anywhere;
  }
  .contact-d {
    padding: 16px 16px 16px 16px;
  }
  .map-direction {
    margin-top: 30px;
  }
  .add-spec {
    top: 30px;
    font-size: 9px;
    right: 22px;
  }
  .cancer-report1 label {
    font-size: 10px;
  }
  .cancer-report1 .form-group {
    margin-bottom: 30px;
  }
  .right-area {
    position: unset;
    margin-top: 5%;
  }
  .book-oncologist-list-area .col-md-3.right-area {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .book-oncologist-list-area .col-md-9 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .consult-with-panel .angled-top-left {
    margin-top: 90px;
  }
  .call-schedule {
    padding: 48px 0;
    text-align: left;
  }
  .btn.btn-sch-call {
    font-size: 10px;
  }
  .location {
    padding: 36px;
  }
  .current-location h1 {
    font-size: 13px;
  }
  .current-location p {
    font-size: 17px;
    line-height: 24px;
  }
  .btn-crnt-loc img {
    width: 15px;
  }
  .location-btn button {
    font-size: 9px;
    width: 45%;
    float: left;
    margin: 0 15px;
  }
  .location-btn {
    overflow: hidden;
  }
  .test-n {
    font-size: 16px;
  }
  .test-single .border-left-dotted {
    padding: 20px 10px;
  }
  .test-rate span {
    font-size: 15px;
  }
  .test-single .border-left-dotted {
    padding: 20px 6px;
  }
  .border-left-dotted .btn-blue {
    font-size: 10px;
  }
  .frm-oncologist .search-btn {
    padding: 4px 5px;
    font-size: 13px;
  }
  .order-summery-details .btn-view-cart {
    font-size: 12px;
  }
  .btn-view-cart {
    font-size: 11px;
  }
  .edit-lab img {
    width: 12px;
  }
  .edit-selected-lab {
    font-size: 10px;
  }
  .hos-dr-name .selected-name.mt-3 {
    margin-top: 0 !important;
  }
  .hos-dr-name .selected-type {
    margin-bottom: 0;
  }
  .selected-type .offer-rate {
    font-size: 12px;
  }
  .summery-heading {
    font-size: 17px;
  }
  .item-cart-head {
    font-size: 16px;
  }
  .item-cart-head img {
    width: 30px;
  }
  .cart-price-and-name {
    font-size: 12px;
  }
  .border-top-bottom {
    padding: 10px 0;
    margin: 10px 0;
  }
  .msg-report {
    font-size: 11px;
    line-height: 14px;
  }
  .cart-box img {
    width: 40px;
  }
  .empty-cart-msg {
    font-size: 13px;
  }
  .empty-cart-box {
    padding: 30px;
  }
  .lab-in-cart {
    font-size: 11px;
  }
  .choose-slote .items {
    font-size: 11px;
  }
  .bread-crumb h1 {
    font-size: 19px;
  }
  .select-date-time {
    font-size: 18px;
  }
  .patient-img1 {
    margin-top: 90px;
    margin-left: 26px;
  }
  .booking-form {
    font-size: 13px;
  }
  .add-user {
    width: 25px;
  }
  .gender-dropdown img {
    width: 9px;
  }
  .add-type-name {
    font-size: 11px;
  }
  .btn-view-cart.add_patient_details {
    height: 28px;
    line-height: 15px;
    font-size: 10px;
  }
  .book-appoint-head .app-head {
    font-size: 15px;
    line-height: 20px;
  }
  .choose-slote .slot-head {
    font-size: 15px;
    padding-bottom: 0;
  }
  .oncologist-details .details h2 {
    font-size: 15px;
  }
  .fancytoggle__controls label {
    padding: 0 4px;
    font-size: 7px;
  }
  .fee .fee-inr {
    font-size: 16px;
  }
  .oncologist-details .apoint-btn {
    padding: 0 8px;
    font-size: 7px;
  }
  .col-md-8.manual-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-4.manual-lg-4.book-appoint {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .details ul li img {
    width: 12px;
  }
  .col-md-4.manual-lg-3.book-appoint.onco-details-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .oncologist-details .digit-group .btn.btn-next {
    font-size: 11px;
  }
  .cont-book img {
    width: 13px;
  }
}

@media (max-width: 540px) {
  .find-the-right-doctor {
    padding: 30px 30px;
  }
  .btn-blue.w-25 {
    width: auto !important;
  }
  .expert-talk2 h3 {
    font-size: 17px;
  }
  .reviews {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  a.re-button {
    left: 45px!important;
    top: 110px!important;
}
.heding-b404{
   font-size: 19px;
}
}

@media (min-width: 1800px) {
  .col-md-3.right-area {
    flex: 0 0 22%;
    max-width: 22%;
    right: 0;
  }
}

@media (min-width: 1650px) {
  .manual-lg-9 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }
  .manual-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .pateint-details-booking .manual-lg-9 {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
  }
  .pateint-details-booking .manual-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (min-width: 768px) {
  .mob {
    display: none !important;
  }
  .col-md-8.manual-lg-9.ipad {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .slider-caption1 {
    margin-left: 10px;
  }
  .cnt img {
    width: 17px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 30px;
    font-size: 12px;
    line-height: 0;
  }
  .multiselect-selected-text {
    font-size: 12px !important;
  }
  .accordion-group li section {
    width: 70%;
  }
  .expert-talk2 {
    padding: 20px 16px 0 20px;
    border-radius: 14px;
  }
  .add-spec {
    font-size: 11px;
    top: 27px;
  }
  .search-box .add-spec {
    font-size: 16px;
    top: 32px;
  }
  .cancer-report1 .form-group .form-control {
    line-height: 16px;
  }
  .pointer.active:before {
    right: -11px;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .footer .col-6.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .pateint-details-booking .col-md-8 {
    -ms-flex: 0 0 56.666667%;
    flex: 0 0 56.666667%;
    max-width: 56.666667%;
  }
  .pateint-details-booking .col-md-4 {
    -ms-flex: 0 0 43.333333%;
    flex: 0 0 43.333333%;
    max-width: 43.333333%;
  }
  .patient-img1 {
    margin-left: 26px;
  }
  .contact-link a {
    font-size: 11px !important;
  }
}

@media (max-width: 1199px) and (min-width: 970px) {
  .consult-des {
    line-height: 35px;
  }
  .banner-meal-plan.life {
    padding-top: 60px;
  }
  .banner-area1 {
    padding: 20px 0;
  }
  .biggest-heading {
    font-size: 27px;
    line-height: 38px;
  }
  .vision-mission-cons {
    width: 30%;
  }
  .mision-vission-texts {
    width: 70%;
  }
  .mis-vis img {
    width: 50px;
  }
  .mis-vis-head {
    font-size: 14px;
  }
  .mis-vis-text {
    font-size: 9px;
  }
  .lounched-details {
    padding-top: 130px;
  }
  .launch-head {
    font-size: 19px;
    line-height: 21px;
  }
  a .img-box1 p {
    font-size: 8px;
    line-height: 10px;
    margin-bottom: 0;
  }
  .img-box1 {
    height: auto;
    width: 80%;
  }
  .img-box1 img {
    width: 15px;
    margin-bottom: 9px;
  }
  .esmo {
    width: 80%;
  }
  .count-box {
    height: 140px;
  }
  .count-number {
    font-size: 24px;
  }
  .count-text {
    font-size: 14px;
  }
  .service-box p {
    font-size: small;
  }
  .service-box {
    padding: 20px 0;
  }
  .wht-ser-head {
    margin-bottom: 6px;
  }
  .rev-n {
    font-size: 20px;
  }
  .rev-t {
    line-height: 14px;
    margin-left: 7px;
    font-size: 10px;
  }
  .bh-stars .bh-star {
    width: 1.2rem;
    height: 1.2rem;
  }
  .reviews-stars {
    width: 33%;
  }
  .g-rev {
    width: 24%;
  }
  .g-rev {
    width: 24%;
    font-size: 11px;
    padding-top: 1px;
  }
  .btn-write-review {
    font-size: 11px;
  }
  .reviews-box {
    padding: 15px 15px;
  }
  .wht-ser-head {
    font-size: 28px;
    line-height: 31px;
  }
  .ziopar-details .desk {
    font-size: 11px;
  }
  .tabs-icons {
    width: 22px;
    margin-right: 5px;
  }
  .heading-1 .imp {
    font-size: 20px;
  }
  .ziopar-details .tab-content .tab-details-for-ziopar ul li {
    margin-bottom: 12px;
  }
  .contact-d p {
    font-size: 25px;
  }
  .contact-d ul li {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 18px;
  }
  .contact-d ul li span img {
    width: 14px;
  }
  .map-direction a img {
    width: 21px;
  }
  .big-heading {
    font-size: 30px;
  }
  .contact-d {
    padding: 15px;
  }
  .book-appoint-head .app-head {
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
  }
  .apoint-btn {
    font-size: 9px;
  }
  .choose-slote .slot-head {
    font-size: 15px;
    padding-bottom: 0;
  }
  .slop-input select {
    font-size: 10px;
  }
  .oncologist-details .details h2 {
    font-size: 16px;
  }
  .details ul li img {
    width: 12px;
  }
  .tab-content .container {
    width: 100%;
    max-width: 100%;
  }
  .main-label {
    width: 100%;
    margin: 0 0;
  }
  .select-slot label span {
    padding: 4px 8px;
    margin: 10px 3px;
  }
  .fancytoggle__controls label {
    padding: 0 3px;
    font-size: 8px;
  }
  .fee .fee-inr {
    font-size: 18px;
  }
  .select-date-time {
    font-size: 19px;
  }
  .change-dt a {
    font-size: 10px;
  }
  .change-dt img {
    width: 13px;
  }
  .sl-dates img {
    top: 13px;
    width: 15px;
  }
  .sl-dates span {
    font-size: 12px;
  }
  .selected-dr-and-hos .pic-and-name {
    margin-bottom: 0;
  }
  .btn.btn-next {
    margin-top: 0;
    font-size: 10px;
  }
  .cont-book img {
    width: 12px;
    margin-right: 5px;
  }
  .hos-dr-pic {
    width: 20%;
  }
  .hos-dr-name .selected-name {
    font-size: 17px;
    line-height: 19px;
  }
  .pic-and-name .hos-dr-name .hos-addr {
    font-size: 12px;
  }
  .hos-dr-name .selected-category {
    font-size: 12px;
  }
  .oncologist-details .digit-group .btn.btn-next {
    margin-top: 10px;
    font-size: 10px;
  }
  .cont-book img {
    width: 13px;
  }
  .payment-status {
    width: 90%;
  }
  .payment-done {
    font-size: 26px;
  }
  .payment-id-detail {
    font-size: 14px;
  }
  .payment-done-status {
    font-size: 15px;
  }
  .payment-buttons {
    margin-top: 20px;
  }
  .btn-back-home {
    font-size: 14px;
  }
  .btn-review-booking {
    font-size: 14px;
  }
}

@media (max-width: 1199px) and (min-width: 990px) {
  .img-box1 {
    height: 94px;
    width: 80%;
  }
}

@media (max-width: 969px) and (min-width: 768px) {
  .banner-meal-plan.life {
    padding-top: 37px;
  }
  .consult-des {
    line-height: 26px !important;
    font-size: 22px;
  }
  .ayurveda-img {
    width: 100%;
  }
  .banner-text {
    margin-bottom: 18px;
  }
  .biggest-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .small-subheading {
    font-size: 14px;
    line-height: 19px;
  }
  .explain1 {
    font-size: 12px;
    line-height: 18px;
  }
  .vision-mission-cons {
    width: 26%;
  }
  .mis-vis img {
    width: 30px;
  }
  .mis-vis-head {
    font-size: 13px;
    margin-bottom: 0;
  }
  .mision-vission-texts {
    padding: 0 0;
  }
  .lounched-details {
    padding-top: 110px;
  }
  .launch-head {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .launched-li {
    font-size: 10px;
    line-height: 15px;
  }
  .img-box1 {
    height: 100%;
  }
  .img-box1 img {
    width: 14px;
  }
  a .img-box1 p {
    font-size: 7px;
    line-height: 7px;
  }
  .lounched-details .row.mt-4 {
    margin-top: 0 !important;
  }
  .mis-vis-text {
    font-size: 9px;
    line-height: 10px;
    margin-bottom: 0;
  }
  .count-row {
    padding-top: 0;
  }
  .count-number {
    font-size: 18px;
    margin-bottom: 0;
  }
  .count-text {
    font-size: 10px;
  }
  .count-box {
    padding: 25px 0;
  }
  .wht-ser-head {
    font-size: 25px;
    line-height: 30px;
  }
  .service-box img {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
  .service-box p {
    font-size: 10px;
  }
  .service-box {
    padding: 20px 0;
    box-shadow: 3px 3px #cce8fe;
  }
  .reviews-box {
    width: 100%;
    padding: 15px 15px;
  }
  .rev-n {
    font-size: 17px;
    padding: 0 0;
  }
  .rev-t {
    line-height: 11px;
    margin-left: 6px;
    font-size: 8px;
  }
  .reviews-stars {
    width: 35%;
    padding-left: 14px;
  }
  .g-rev {
    width: 35%;
    font-size: 11px;
    padding-top: 0;
  }
  .btn-write-review {
    font-size: 9px;
  }
  .bh-stars .bh-star {
    width: 0.8rem;
    height: 0.8rem;
  }
  .reviews-points {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 8px;
}
  .review-slide {
    padding: 20px;
  }
  .review-user-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .review-user-name .rev-num {
    font-size: 10px;
  }
  .review-star .bh-stars .bh-star {
    width: 1rem;
    height: 1rem;
  }
  .review-duraton {
    font-size: 12px;
    margin-left: 6px;
  }
  .review-details {
    font-size: 10px;
    line-height: 20px;
  }
  .founder-name {
    font-size: 15px;
    margin: 5px 0;
  }
  .founder-qali {
    font-size: 11px;
    line-height: 15px;
  }
  .social-links a .fab {
    font-size: 16px;
  }
  .ziopar-details .desk {
    font-size: 10px;
  }
  .tabs-icons {
    width: 15px;
    margin-right: 5px;
  }
  .heading-1 .imp {
    font-size: 16px;
  }
  .ziopar-details .tab-content .tab-details-for-ziopar ul li {
    margin-bottom: 12px;
  }
  #DownloadReport .btn {
    font-size: 10px !important;
    margin-top: 10px !important;
    margin-left: auto !important;
  }
  .heading-1 {
    font-size: 16px;
  }
  .tab-details-for-ziopar p {
    font-size: 12px;
  }
  .ziopar-details .tab-content .tab-details-for-ziopar ul li {
    font-size: 11px;
  }
  .contact-d p {
    font-size: 21px;
  }
  .contact-d ul li {
    font-size: 11px;
    margin-bottom: 15px;
    line-height: 18px;
  }
  .contact-d ul li span img {
    width: 14px;
  }
  .map-direction a img {
    width: 21px;
  }
  .big-heading {
    font-size: 28px;
  }
  .contact-d {
    padding: 15px;
  }
  .remark-heading {
    font-size: 19px;
  }
  .book-appoint-head .app-head {
    font-size: 12px;
    padding: 0 10px;
    line-height: 20px;
  }
  .choose-slote .slot-head {
    font-size: 16px;
    padding-bottom: 0;
  }
  .slop-input select {
    font-size: 10px;
  }
  .apoint-btn {
    font-size: 8px;
  }
  .oncologist-details .details h2 {
    font-size: 16px;
  }
  .details ul li img {
    width: 13px;
  }
  .fee .fee-inr {
    font-size: 16px;
  }
  .fancytoggle__controls label {
    font-size: 7px;
    padding: 0 6px;
    border: 1px solid transparent;
  }
  .form-feild.rec2.recm {
    font-size: 10px;
  }
  .sl-dates span {
    font-size: 12px;
  }
  .oncologist-details .digit-group .btn.btn-next {
    font-size: 11px;
  }
  .cont-book img {
    width: 13px;
  }
  .selected-dates {
    display: block;
  }
  .select-date-time {
    font-size: 16px;
  }
  .sl-dates img {
    width: 15px;
    top: 3px;
  }
  .sl-dates {
    padding-left: 22px;
  }
  .change-dt a {
    font-size: 9px;
  }
  .change-dt img {
    width: 12px;
  }
  .hos-dr-pic {
    width: 25%;
  }
  .hos-dr-name .selected-name {
    font-size: 14px;
  }
  .pic-and-name .hos-dr-name .hos-addr {
    margin-top: 0;
    font-size: 11px;
  }
  .phone-icon-contact img {
    width: 20px;
    margin: 17px auto;
  }
  .contact-label {
    font-size: 12px;
  }
  .contact-detals {
    font-size: 12px;
  }
  .contact-label.address-label {
    font-size: 7px;
  }
  .chat-icon-contact img {
    width: 29px;
    margin: 23px auto;
  }
  .address-icon-contact img {
    width: 23px;
  }
  .social-media-text {
    font-size: 12px;
  }
  .contact_us_area {
    padding: 50px 0 120px;
  }
  .contact-box-overlap {
    padding: 30px;
  }
  .social-media-icons a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
  .contact-us-banner-heading {
    font-size: 23px;
  }
  .contact-us-banner-text {
    font-size: 15px;
  }
  .contact-form-head-big {
    font-size: 20px;
  }
  .contact-form-small-head {
    font-size: 10px;
  }
  .contact-details-list {
    padding: 6px 10px;
  }
  .contact-us-form .form-control.text {
    height: 32px;
    font-size: 11px;
  }
  .contact-us-form .form-control.textarea {
    font-size: 11px;
  }
  .btn-submit-contact-form {
    font-size: 12px;
  }
  .payment-status {
    width: 90%;
  }
  .payment-done {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .payment-id-detail {
    font-size: 12px;
  }
  .payment-done-status {
    font-size: 13px;
    margin-top: 0;
  }
  .payment-buttons {
    margin-top: 10px;
  }
  .btn-back-home {
    font-size: 10px;
  }
  .btn-review-booking {
    font-size: 10px;
  }
}

@media (max-width: 876px) and (min-width: 768px) {
  .img-box1 {
    height: 5rem;
  }
}

@media (max-width: 767px) and (min-width: 568px) {
  .biggest-heading {
    font-size: 27px;
    line-height: 33px;
  }
  .about-bg .row.mt-5 {
    margin-top: 10px !important;
  }
  .about-bg .col-md-6.pl-0 {
    padding-left: 15px !important;
    margin-top: 15px;
  }
  .lounched-details {
    background-image: none;
    background-color: #0075a1;
    padding-top: 40px;
  }
  .launch-head {
    font-size: 19px;
  }
  .img-box1 {
    margin-top: 30px;
  }
  .count-box {
    margin-top: 27px;
  }
  .wht-ser-head {
    font-size: 25px;
  }
  .reviews-box {
    width: 100%;
    display: block;
    text-align: center;
  }
  .rev-n {
    font-size: 16px;
    padding: 0 0;
  }
  .rev-t {
    line-height: 11px;
    font-size: 8px;
  }
  .reviews-stars {
    width: 100%;
    padding-left: 0px;
	display:block;
  }
  .g-rev {
    width: 100%;
    font-size: 10px;
    padding-top: 0;
  }
  .btn-write-review {
    font-size: 7px;
  }
  .bh-stars .bh-star {
    width: 0.8rem;
    height: 0.8rem;
  }
  .review-num {
    width: 52%;
	margin:0 auto;
  }
  .write-reviews {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
}
}

@media (max-width: 904px) and (min-width: 678px) {
  .consult-des {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .banner-area1.life .banner-text {
    line-height: 26px !important;
  }
  .banner-area1.life .banner-text {
    font-size: 20px !important;
  }
  .banner-area1.life {
    padding: 26px 0 !important;
  }
}

@media (max-width: 1199px) and (min-width: 678px) {
  .top-bold {
    font-size: 30px;
  }
  .top-small {
    font-size: 16px;
  }
  .consult-des {
    line-height: 35px;
  }
  .banner-area1.life {
    margin-top: 20px;
  }
  .banner-area1.life .banner-text {
    line-height: 32px;
  }
  .banner-area1.life .banner-text {
    font-size: 25px;
  }
  .life .btn-yellow {
    padding: 5px 20px;
  }
  .banner-area1.life {
    padding: 40px 0;
    padding-bottom: 40px;
  }
  .banner-area1 .btn-yellow img {
    width: 11px;
  }
  .banner-area1 {
    padding: 5px 0;
    padding-bottom: 170px;
  }
  .banner-text {
    font-size: 16px;
  }
  .banner-cont {
    font-size: 24px;
    margin-top: 15px;
  }
  .banner-area1 .btn-yellow {
    padding: 7px 9px;
    font-size: 9px;
    margin-top: 0;
  }
  .charge-box {
    padding: 28px;
    height: 200px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .container {
    max-width: 90%;
  }
  .accordion-group li section {
    width: 62%;
  }
  .mobile-app-area .image-box-area {
    width: 100%;
    margin: auto;
  }
  .app-btn {
    width: 55%;
  }
  .cancer-slides {
    height: 130px;
  }
  .doct-details .dr-photo1 {
    top: -10px;
  }
  .doctor-recomend2 {
    padding: 4px 100px 20px 0 !important;
  }
  .selected-head {
    font-size: 12px;
  }
  .edit-lab {
    font-size: 9px;
  }
  .remove-lab {
    font-size: 9px;
  }
  .add-user {
    width: 24px;
  }
  .booking-form .form-control {
    height: 35px;
    font-size: 12px;
  }
  .booking-form {
    padding: 11px;
  }
  .hed2 .app-head {
    font-size: 16px;
    text-align: center;
  }
  .select-time-date {
    font-size: 14px;
    text-align: center;
  }
  .review-head {
    font-size: 15px;
  }
  .review-heading img {
    width: 25px;
    margin-right: 2px;
  }
  .review-heading {
    font-size: 10px;
  }
  .reviews-text {
    padding-left: 30px;
    font-size: 11px;
  }
  .item-cart-head img {
    width: 26px;
  }
  .item-cart-head {
    font-size: 14px;
  }
  .item-name {
    width: 54%;
  }
  .cart-price-and-name {
    font-size: 11px;
  }
  .item-price {
    font-size: 11px;
  }
  .order-summery-details .btn-view-cart {
    font-size: 10px;
  }
  .charge {
    font-size: 23px;
  }
  .explaination {
    font-size: 11px;
  }
  .report-size {
    width: 10px;
    vertical-align: text-bottom;
  }
  .tb-head {
    font-size: 17px;
    line-height: 25px;
  }
  .benefits-of-tbr ul {
    font-size: 13px;
    line-height: 29px;
  }
  .benefits-of-tbr {
    padding: 21px 0;
  }
}

@media (max-width: 920px) and (min-width: 769px) {
  .bread-crumb h1 {
    font-size: 23px;
  }
  .col-md-3.right-area {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: unset;
  }
  .book-oncologist-list-area .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 972px) and (min-width: 921px) {
  .location-btn button {
    font-size: 9px;
  }
  .btn-crnt-loc img {
    width: 16px;
  }
  .over-lay-ad p {
    font-size: 17px;
  }
  p.cap-bold {
    font-size: 40px !important;
    margin-bottom: 13px;
  }
}

@media (max-width: 860px) and (min-width: 769px) {
  .location {
    padding: 6px;
  }
  .current-location h1 {
    font-size: 13px;
  }
  .current-location p {
    font-size: 10px;
  }
  .btn-crnt-loc img {
    width: 15px;
  }
  .location-btn button {
    font-size: 9px;
  }
  .test-n {
    font-size: 16px;
  }
  .test-single .border-left-dotted {
    padding: 20px 10px;
  }
  .test-rate span {
    font-size: 15px;
  }
  .test-single .border-left-dotted {
    padding: 20px 6px;
  }
  .border-left-dotted .btn-blue {
    font-size: 10px;
  }
  .frm-oncologist .search-btn {
    padding: 4px 5px;
    font-size: 10px;
  }
  .order-summery-details .btn-view-cart {
    font-size: 12px;
  }
}

@media (max-width: 727px) and (min-width: 631px) {
  .content-management {
    padding: 5px 0;
  }
  .cnt {
    padding-left: 15px;
  }
  .cnt p {
    font-size: 6px;
  }
  .cnt img {
    width: 7px;
    top: 9px;
  }
  .select2-container--default .select2-selection--single {
    height: 35px !important;
  }
  .add-spec {
    top: 30px;
    right: 26px;
  }
  .review-btn {
    font-size: 10px;
  }
  .doctor-recomend2 {
    padding: 4px 96px 20px 0 !important;
  }
  .doctors-area {
    padding-top: 420px;
  }
  .border-left-dotted {
    margin: 4px 0;
  }
  .call-schedule {
    padding-top: 0;
    text-align: center;
  }
}

@media (max-width: 767px) and (min-width: 568px) {
  .technology-for-cancer {
    margin-bottom: 90%;
  }
  .slider-caption1 {
    margin-left: 0;
  }
  .add-spec {
    top: 30px;
    font-size: 10px;
    right: 24px;
  }
}

@media (max-width: 639px) and (min-width: 631px) {
  .doctors-area .slide-item.onco-select {
    width: 60% !important;
    margin: 0 132px;
  }
}

@media (max-width: 786px) and (min-width: 600px) {
  .col-6-manual-sm {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cnt img.ca-di {
    width: 16px;
  }
  .btn-blue.w-25 {
    width: auto !important;
  }
  .view-all1 {
    margin-bottom: 30px;
  }
  .reviews {
    padding-top: 0;
    margin-top: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 867px) and (min-width: 768px) {
  /* .navbar-brand img {
    width: 135px !important;
  } */
  .right-menu {
    margin-right: 7% !important;
  }
  .slider-caption1 {
    margin-left: 13px;
  }
}

@media (max-width: 786px) and (min-width: 768px) {
  .dr-details h2 {
    font-size: 14px;
  }
  .dr-details p {
    font-size: 12px;
  }
  .dr-details ul {
    font-size: 11px;
  }
  .doct-details.det1 .dr-photo1 {
    width: 100%;
    top: -40px;
  }
  .dr-check-box .geekmark {
    height: 18px;
    width: 18px;
    top: 0;
  }
  .dr-check-box .main1 .geekmark:after {
    left: 5px;
    bottom: 3px;
    width: 6px;
    height: 12px;
  }
  .heading-tag {
    font-size: 11px;
    margin-bottom: 0;
  }
  .heading-tag {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .treat-name {
    font-size: 9px;
    line-height: 12px;
  }
  .treat-box {
    padding: 14px 10px;
    height: 74px;
    height: 90px;
  }
  .trat-img img {
    width: 23px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    line-height: 20px;
  }
  .looking-for img {
    top: 15px;
  }
  .cancer-report1 .looking-for img {
    top: 10px;
  }
  .add-spec {
    right: 13%;
  }
  .doctors-area {
    padding-top: 330px;
  }
  .doctor-recomend2 {
    padding: 4px 100px 20px 0 !important;
  }
  .report-size {
    vertical-align: middle;
  }
  .tumor-board-hd {
    font-size: 15px;
  }
  .tumor-board-details {
    font-size: 10px;
    line-height: 16px;
  }
  .report-size {
    width: 11px;
  }
  .head-test {
    font-size: 15px;
  }
  .test-type {
    font-size: 10px;
    line-height: 15px;
  }
  .cast-test {
    font-size: 11px;
  }
  .expert-text-bold {
    font-size: 18px;
  }
  .expert-text {
    font-size: 17px;
  }
  .tratment-box1 img {
    width: 20px;
    height: 20px;
  }
  .tratment-box1 {
    height: 95px;
  }
}

@media (max-width: 767px) {
.can-ty-inn{
	line-height: 20px;
    font-size: 22px;
    margin-top: -6p;
}
.can-sc-inn{
font-size: 40px;
	line-height: 35px;
}
.filter-inputs-box .filter-input{
	font-size: 12px;
}
.can-di {
    font-size: 13px!important;
}
.can-ty {
    font-size: 13px!important;
}
.can-sc a {
    font-size: 18px!important;
}
  .menu-name {
    margin-left: 10px;
  }
  .background-gray1{
  	background-color:#f1f1f1;
	background-image: none;
  }
  a.re-button{
  	left: 75px;
    top: 150px;
	padding: 4px 11px 5px;
    font-size: 16px;
  }
  .pl-1.rs-p{
  	padding-left:15px!important;
  }
   .pr-1.rs-p{
  	padding-right:15px!important;
  }
  .re-box{
   margin: 10px 0px;
   border-radius: 15px;
   overflow: hidden;
  }
  h1 {
    font-size: 38px;
  }
  .nav-item:after {
    display: none;
  }
  .top-border1 {
    padding-top: 10px;
}
.socialmedia-icons{
	margin-bottom:10px;
}
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    /* content: ''; */
    border: none;
    background-color: #000;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: '';
    border: none;
    background-color: #000;
    transition: all 0.2s linear;
  }
  .logout.navbar-nav .nav-item::after {
    display: none;
  }
  .logout.navbar-nav .nav-item::before {
    display: none;
  }
  .dropdown-toggle[aria-expanded='true']::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.2s linear;
  }
  .dropdown-toggle[aria-expanded='true'] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .navbar-collapse ul li .nav-link {
    display: inline-flex;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }
  .menu-icon {
    margin: -8px auto !important;
  }
  .cart {
    width: 52px;
    height: 52px;
  }
  .cart svg {
    width: 30px;
    margin-bottom: 10%;
  }
  .cart img {
    width: 50px;
  }
  .contact-icon.whatsapp {
    background-color: #75b73b;
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 230px;
  }
  .contact-icon.call {
    background-color: #0075a1;
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 165px;
  }
  .contact-icon.login {
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 90px;
    padding: 11px 13px;
  }
  .mob {
    display: block !important;
  }
  .desk {
    display: none !important;
  }
  .login span {
    display: none;
  }
  .container {
    max-width: 90%;
  }
  .navbar-light .navbar-toggler {
    left: 0;
    top: 15px;
    position: absolute;
  }
  /* .navbar {
    display: block;
  } */
  /* .navbar-brand {
    position: relative;
    left: 50px;
    top: 8px;
  } */
  .available-table {
    overflow-x: auto;
  }
  .oncologist-details .col-md-3 {
    padding-left: 15px;
  }
  .bg-gray {
    width: 100%;
  }
  .left-side-box {
    padding: 0 0;
  }
  .content-management .col {
    margin: 5px;
  }
  .tabs-doctors {
    width: 170px;
    height: 55px;
  }
  .report-content .report-head {
    text-align: center;
    font-size: 15px;
  }
  .report-content .text {
    text-align: justify;
    font-size: 13px;
  }
  .connect-survivors-head h4 {
    font-size: 18px;
    width: 100%;
  }
  .talk-to-expert {
    text-align: center;
  }
  .talk-to-expert .col-md-4.text-right {
    text-align: center !important;
  }
  .contact-icon.logout {
    margin-top: 0;
    position: absolute;
    top: -23px;
    right: -30px;
  }
  .footer .row .mob-50 {
    width: 50%;
  }
  .pop-up {
    width: calc(100% - 40px);
    height: auto;
    max-width: 480px;
  }
  .accordion-group li h3 {
    margin: 0;
    font-size: 27px;
  }
  .accordion-group li {
    height: 6em;
    width: 100%;
    margin-bottom: 6px;
  }
  .accordion-group li.out {
    height: 24rem;
    width: 100%;
  }
  .accordion-group {
    display: block;
    height: auto;
  }
  .accordion-group li h3 {
    width: 100%;
  }
  .accordion-group li section article p {
    font-size: 16px;
  }
  .btn-consult {
    padding: 7px 50px;
  }
  .accordion-group.four-slides li {
    width: 100%;
    margin-bottom: 6px;
  }
  .test-type {
    font-size: 17px;
    line-height: 28px;
  }
  .use-test {
    font-size: 17px;
  }
  .cast-test {
    font-size: 16px;
  }
  .cast-test span {
    font-size: 17px;
  }
  .border-left-dotted {
    padding: 40px 10px;
  }
  .border-left-dotted {
    margin: 30px 0;
  }
  .serch-btn.btn-black {
    padding: 6px 2px;
    font-size: 10px;
  }
  .test-box {
    margin-bottom: 30px;
  }
  .dr-details h2 {
    font-size: 14px;
  }
  .dr-details p {
    font-size: 12px;
  }
  .doct-details .dr-photo1 {
    top: -12px;
  }
  .dr-details ul {
    font-size: 11px;
  }
  .review-btn {
    font-size: 12px;
  }
  .serch-btn {
    padding: 6px 12px;
  }
  .serch-btn {
    padding: 6px 12px;
  }
  .main-label {
    width: 150px;
  }
  .select-slot label span {
    margin: 15px 1px;
  }
  .select-slot label span {
    padding: 0.4em 1em 0.4em 1em;
  }
  .main-label {
    width: 40%;
  }
  .slots-all {
    width: 100%;
  }
  .ziopar-details .col-3 .flex-column {
    flex-direction: row !important;
  }
  .ziopar-details .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ziopar-details .nav-pills .nav-link.active::after {
    right: 41%;
    top: auto;
    bottom: -4px;
    transform: rotate(90deg);
  }
  .ziopar-details .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-icon {
    margin-left: 0;
    padding: 4px 5px;
  }
  .banner-area p {
    font-size: 42px;
  }
  .slider-caption1 {
    font-size: 42px;
  }
  .banner-divider {
    width: 180px;
  }
  .banner-area h2 {
    font-size: 36px;
  }
  .banner-image {
    margin-top: 50px;
  }
  .cnt img {
    width: 15px;
    top: 4px;
  }
  .report-content .text {
    text-align: center;
    font-size: 10px;
    line-height: 18px;
  }
  .cancer-report1 .form-group .form-control {
    font-size: 11px;
  }
  .accordion-group li section article p {
    line-height: 26px;
  }
  .btn-consult {
    font-size: 11px;
  }
  .tratment-box1 p {
    font-size: 12px;
  }
  .patient-img1 {
    margin: 0 auto;
    margin-top: 50px;
  }
  .details {
    margin-top: 10px;
    padding-left: 0;
  }
  .oncologist-details .details {
    margin-top: 10px;
  }
  .connect-with-survivors .col-md-3 img {
    width: 40%;
    text-align: center;
  }
  .connect-with-survivors .col-md-3 {
    text-align: center;
  }
  .contact-box-overlap {
    padding: 20px;
  }
  .contact-form-area {
    padding: 20px 20px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .contact_us_area {
    padding: 50px 0 120px;
  }
  .dr-photo {
    position: relative;
  }
  .dr-photo .view-profile {
    bottom: -1px;
    opacity: 1;
    transform: scale(1.1);
    opacity: 1;
  }
  .top-bold {
    font-size: 30px;
  }
  .box-style3 {
    margin-top: 0;
    margin-right: 0;
  }
  .banner-meal-plan.life {
    padding-top: 50px;
  }
  .banner-area3 .col-md-5 {
    text-align: center;
  }
  .btn-yellow {
    font-size: 15px;
  }
  .box-style {
    margin-top: 0;
    margin-left: 0;
  }
  .banner-area1.life .banner-text {
    width: 100%;
  }
}

@media (max-width: 630px) {
  .content-management .col {
    flex-basis: auto;
  }
  .cnt p {
    font-size: 15px;
  }
  .banner-area h1 {
    font-size: 32px;
  }
  .banner-area h2 {
    font-size: 22px;
  }
  .btn.btn-sch-call {
    font-size: 11px;
  }
  .btn-sch-call img {
    width: 17px;
  }
  .serch-btn {
    font-size: 12px;
  }
  .dr-tabs {
    width: 100%;
  }
  .tabs-doctors {
    width: 178px;
    height: 55px;
  }
  .doctor-recomend {
    font-size: 11px;
  }
  .doctor-img {
    width: 27%;
    left: 12px;
  }
  .doctor-recomend2 {
    line-height: 14px;
    font-size: 11px;
  }
  .doctor-img2 {
    width: 52%;
  }
  .doct-details .dr-photo1 {
    top: -25px;
  }
  .dr-details h2 {
    font-size: 10px;
  }
  .dr-details p {
    font-size: 10px;
  }
  .dr-details ul li {
    line-height: 13px;
  }
  .border-left-dotted {
    margin: 8px 0;
  }
  .border-left-dotted {
    padding: 38px 10px;
  }
  .call-schedule {
    padding: 8px 5px;
  }
  .talk-rxpert-img {
    margin: 9px auto;
  }
  .heading-tag {
    font-size: 11px;
    margin-bottom: 0;
  }
  .head3 {
    font-size: 23px;
  }
  .tratment-box1 p {
    font-size: 15px;
  }
  .mobile-phone {
    left: 23%;
  }
  .blog-des {
    font-size: 15px;
  }
  .pointer {
    line-height: 35px;
    height: 35px;
  }
  .cnt {
    line-height: 35px;
  }
  .pointer:before {
    border-left: 0.35em solid #ccd9e5;
    border-top: 0.7em solid transparent;
    border-bottom: 0.7em solid transparent;
  }
  .pointer:after {
    border-left: 0.35em solid #fff;
    border-top: 0.7em solid transparent;
    border-bottom: 0.7em solid transparent;
  }
  .cnt img {
    width: 20px;
    top: 8px;
    right: 20px;
  }
  .doctors-area .slide-item.onco-select {
    width: 80% !important;
    margin: 0 32px;
  }
  .dr-details h2 {
    font-size: 18px;
  }
  .dr-details p {
    font-size: 13px;
  }
  .dr-details ul {
    font-size: 13px;
    margin-top: 6px;
  }
  .doct-details .dr-photo1 {
    top: -24px;
  }
  .call-schedule {
    text-align: center;
  }
  .expert-banner {
    padding: 26px 0 0 10px;
  }
  .carigivers .slide-item {
    margin: 10px 22px;
    width: 90% !important;
  }
  .expert-talk2 {
    padding: 20px 20px 10px 20px;
    background-size: cover;
  }
  .cancer-treatment-report {
    padding: 30px 0;
  }
  .cancer-report {
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .dr-details h2 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .treat-name {
    font-size: 12px;
  }
  .treat-name {
    font-size: 12px;
  }
  .cancer-diagnos {
    padding-top: 5%;
  }
  .consult-heading {
    padding-bottom: 12px;
    padding-top: 40px;
  }
  .test-box {
    margin-top: 5px;
  }
  .banner-expert-talk {
    margin-top: 30px;
  }
  .tratment-box1 img {
    width: 33px;
  }
  .dr-details.survi p {
    font-size: 14px;
  }
  .view-all-btns a button.mt-5 {
    margin-top: 1rem !important;
  }
  .circle-talks-details p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .circle-talks-details .circle-talk-heading a {
    margin-bottom: 10px;
  }
  .learn-about-cancer {
    padding-top: 0;
  }
  .consult-oncologist {
    padding-top: 0;
  }
  .expert-talk .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .expert-talk .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .talk-rxpert-img {
    width: 90px;
    margin: 9px auto;
  }
  .expert-banner {
    text-align: center;
  }
  .expert-text-bold {
    text-align: center;
  }
  .treat-box .trat-img {
    width: auto;
    height: auto;
  }
  .main-banner-text .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 661px) {
  .payment-done {
    font-size: 24px;
  }
  .payment-status {
    width: 100%;
  }
  .payment-done-status {
    font-size: 14px;
  }
  .btn-review-booking {
    font-size: 10px;
  }
  .btn-back-home {
    font-size: 10px;
  }
  .canc-box img.ml-1{
  	width: 35px;
  }
  .right-frm{
  	flex: none!important;
	max-width: 320px!important;
  }
  .filter-inputs-box .filter-input {
    font-size: 12px;
    margin-bottom: 15px;
}
}
@media (max-width: 575px) {
	.res-hide{
		display:none;
	}
	.filet-icons-a{
		display: none;
	}
	.filter-inputs-box .filter-input{
		    padding: 5px 5px 5px 5px;
			height:40px;
	}
	.can-ca-su{
		height:40px;
	}
	.dropdown-icons-a{
		right: 20px;
    top: 17px;
    width: 10px;
	}
}
@media (max-width: 567px) {

 .right-frm{
  	flex: none!important;
	max-width: 100%!important;
	    top: 26px!important;
		    overflow: auto;
			height: 93%;
  }
  .gray-bg {
    display: none;
  }
  .pop-up .content .container {
    padding: 0 20px 0;
  }
  .border-left-dotted {
    padding: 30px 10px;
  }
  .test-type {
    font-size: 15px;
    line-height: 24px;
  }
  .head3 {
    font-size: 20px;
  }
  .heading-tag {
    font-size: 14px;
  }
  .head-test {
    font-size: 17px;
  }
  .viw-all {
    font-size: 17px;
  }
  .talk-rxpert-img {
    margin: 4px auto;
  }
  .expert-text-bold {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .tratment-box1 p {
    font-size: 14px;
  }
  .main-label {
    width: 45%;
  }
  .treat-name {
    font-size: 11px;
  }
  .heading-tag {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .consult-heading {
    padding-top: 20px;
  }
  .join-healing-circle-talk {
    margin-bottom: 30px;
  }
  .carousel3 {
    padding-bottom: 0;
  }
  .consult-with-panel .angled-top-left {
    margin-top: 70px;
  }
  .consult-with-panel .angled-top-left:before {
    transform: skewY(174.5deg);
    border-radius: 35px 35px 0 35px;
  }
  .consult-with-panel .doct-details {
    border-radius: 35px 0 35px 35px;
  }
  .book-btn-row {
    width: 100%;
    text-align: center;
  }
  .doc.consult-with-panel {
    width: 95%;
  }
  .benefits-of-tbr {
    background-size: cover;
    background-position: center center;
  }
  .charge-box {
    margin-bottom: 40px;
  }
  .container02 {
    width: 100%;
  }
  .reviews-box {
    width: 100%;
    display: block;
    text-align: center;
  }
  .review-num {
    width: 52%;
    margin: 0 auto;
  }
  .reviews-stars {
    width: 100%;
    padding-left: 0;
	display: block;
  }
  .bh-stars .bh-star {
    width: 1.2rem;
    height: 1.2rem;
  }
  .g-rev {
    width: 100%;
  }
  .write-reviews {
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
  .review-star-users {
    display: block;
  }
  .review-duraton {
    margin-left: 0;
  }
  .mis-vis {
    margin-top: 15px;
  }
  .lounched-details {
    background-image: none;
    background-color: #0075a1;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .img-box1 {
    height: 200px;
    padding: 44px;
    margin-top: 30px;
  }
  .count-box {
    margin-top: 30px;
  }
  .wht-ser-head {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .biggest-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .about-bg {
    background-size: 100%;
  }
  .launch-head {
    font-size: 20px;
    line-height: 25px;
  }
  .most-heading {
    margin-top: 30px;
  }
  .top-bold {
    font-size: 25px;
    line-height: 28px;
  }
  .top-small {
    font-size: 18px;
  }
  .box-style3 {
    margin-top: 5%;
    margin-right: 0;
  }
  .banner-meal-plan.life {
    padding-top: 50px;
  }
  .consult-des {
    line-height: 30px;
    font-size: 24px;
  }
  .anti2-img {
    width: 100%;
  }
  .banner-area2 {
    background-size: cover;
  }
  .banner-area2.life {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .banner-area2.life .banner-text {
    font-size: 24px;
    line-height: 27px;
  }
  .life .btn-yellow {
    padding: 6px 20px;
    font-size: 12px;
  }
  .banner-area1.life {
    margin-top: 40px;
  }
  .banner-area1.life .banner-text {
    width: 95%;
    font-size: 24px;
  }
  .box-style2 {
    margin-left: 0;
  }
  .banner-text {
    font-size: 18px;
  }
  .banner-area1 {
    background-position: center;
  }
  .banner-area1 .btn-yellow {
    padding: 4px 9px;
    font-size: 10px;
  }
  .banner-area1 .btn-yellow img {
    width: 12px;
  }
  .content .agree-condition p {
    font-size: 11px;
  }
  .cnt img.ca-di {
    width: 15px;
  }
  .anti-cancer-lifestyle .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .onco-details-box .oncologist-details.pd-20 {
    padding: 10px;
  }
  .onco-details-box .oncologist-details.pd-20 .col-md-3 {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .onco-details-box .oncologist-details.pd-20 .col-md-3 .remove-lab {
    width: 50%;
    float: left;
    margin-top: 0;
    text-align: left;
  }
  .onco-details-box .oncologist-details.pd-20 .col-md-3 .edit-lab {
    width: 40%;
    float: left;
    margin-top: 0;
  }
  .selected-dr-and-hos .pic-and-name {
    padding-left: 10px;
  }
  .agree-condition p {
    padding: 0 20px;
  }
  .contact_us_area {
    background-size: cover;
    background-position: center;
  }
  .contact_us_area {
    padding: 60px 0 120px;
  }
  .contact-box-overlap {
    padding: 0;
    padding-bottom: 10px;
  }
  .filter-inputs-box .filter-input {
    font-size: 14px;
}
	.can-sc a {
		font-size: 21px!important;
	}
	.can-ty {
		font-size: 15px!important;
	}
	.can-di {
		font-size: 15px!important;
	}
	.box1b{
		margin-bottom: 35px;
	}
}

@media (max-width: 500px) {
  /* .navbar-brand img.desk-logo {
    display: none;
  }
  .navbar-brand img.mob-logo {
    display: block;
    width: 100%;
  } */
  .contact-icon.whatsapp {
    padding: 2px;
  }
  .contact-icon.call {
    padding: 2px 3px;
  }
  .contact-icon.login {
    padding: 6px;
  }
  .navigation-wrap {
    height: 50px;
  }
  .contact-icon.login-btn svg {
    width: 70%;
    margin: 0 auto;
  }
  .contact-icon {
    padding: 0;
  }
  /* .navbar-brand img {
    width: auto !important;
  } */
  .pic-and-name {
    display: block;
  }
  .lab-pic {
    width: 30%;
  }
  .hos-dr-name {
    width: 100%;
    padding-left: 0;
  }
  .selected-lab-details {
    padding-left: 0;
  }
  .doct-details .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .doct-details .col-9 .fee {
    text-align: left;
  }
  .doct-details .col-9 .apointment {
    text-align: left;
  }
  .location-btn button {
    width: 41%;
  }
  .dr-photo {
    margin-bottom: 20px;
  }
  .fee .cons {
    font-size: 14px;
  }
  .apoint-btn {
    font-size: 12px;
  }
  .apoint-btn img {
    width: 14px;
    margin-top: -4px;
  }
  .location-btn button {
    padding: 5px 6px;
    width: 41%;
    font-size: 7px;
    margin: 0 12px;
  }
}

@media (max-width: 424px) {
.can-sc-inn {
    line-height: 15px;
    font-size: 32px;
    margin-top: 25px;
}
.can-ty-inn {
    line-height: 24px;
    font-size: 22px;
    margin-top: 0px;
}
.can-di-inn{
    margin-top: -7px;
}
  .dr-details h2 {
    font-size: 14px;
  }
  .banner-area p {
    font-size: 30px;
  }
  .slider-caption1 {
    font-size: 30px;
  }
  .banner-divider {
    width: 130px;
  }
  .banner-area h2 {
    font-size: 21px;
  }
  .banner-area h2 {
    font-size: 21px;
  }
  .section-heading .common-heading-bar {
    font-size: 23px;
    margin-bottom: 0;
  }
  .consult-heading .common-heading-bar {
    font-size: 23px;
  }
  .find-the-right-doctor h2 {
    font-size: 18px;
  }
  .doctors-area {
    padding-top: 600px;
  }
  .find-the-right-doctor {
    padding: 30px 30px;
  }
  .accordion-group li h3 {
    font-size: 20px;
  }
  .accordion-group li section article p {
    font-size: 13px;
  }
  .carigivers .slide-item {
    margin: 10px 12px;
    width: 90% !important;
  }
  .talk-to-expert-img {
    width: 45px;
  }
  .expert-talk2 h3 {
    font-size: 15px;
  }
  .join-healing-circle-talk .view-all-btns .btn-blue.w-25 {
    width: auto !important;
  }
  .doctor-interviews .consult-heading {
    padding-top: 0;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  .search-box .frm-oncologist .row .res-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 415px) and (max-width: 452px) {
  .tabs-doctors {
    width: 159px;
    height: 55px;
  }
  .doctor-recomend2 {
    padding: 4px 96px 20px 0 !important;
    font-size: 10px;
  }
  .doctor-recomend {
    font-size: 10px;
  }
  .doct-details .dr-photo1 {
    top: auto;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  /* .navbar-brand img {
    width: 120px;
  } */
  .navbar-nav {
    margin-left: 0 !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.4rem !important;
  }
  .cart svg {
    width: 25px;
  }
  .app-head.sidebar-head img {
    width: 24px;
  }
  .book-appoint-head {
    padding: 10px 10px;
  }
  .bk-id-details {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .bk-id-details img {
    width: 13px;
  }
  .bk-id-details .bold-text {
    margin-bottom: 0;
  }
  .bk-id-details .date-time {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .bk-id-details .booker {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .bk-id-details .booker-detail {
    margin-bottom: 0;
    font-size: 10px;
  }
  .btn.btn-reschedule-opp {
    font-size: 10px;
  }
}

@media (min-width: 938px) and (max-width: 973px) {
  /* .navbar-brand img {
    width: 130px;
  } */
  .navbar-nav {
    margin-left: 6% !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .right-menu {
    margin-right: -4% !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .navbar-nav {
    margin-left: 6% !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .right-menu {
    margin-right: 65px !important;
  }
  .apoint-btn img {
    width: 11px;
    margin-top: -4px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .navbar-nav {
    margin-left: 6% !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.2rem !important;
  }
  .right-menu {
    margin-right: 12px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1261px) {
  .right-menu {
    margin-right: 6% !important;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .remove-lab {
    width: 30%;
    float: left;
    margin-top: 0;
  }
  .edit-lab {
    width: 40%;
    float: left;
    margin-top: 0;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  .cancer-report .row .col-md-4 {
    width: 50%;
  }
  .cancer-report form .form-group .form-control {
    height: 34px;
    padding: 2px 12px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 34px;
    padding: 2px 12px;
  }
  .multiselect-selected-text {
    font-size: 10px !important;
  }
  .cancer-report1 .row .col-md-3 {
    width: 50%;
  }
  .cancer-report1 .row .col-md-4 {
    width: 50%;
  }
  .cancer-report1 .form-group .form-control {
    height: 35px;
  }
  .medical-treatment .row .col-md-3.mob-6 {
    width: 50%;
  }
  .treatment-box .row .col-md-6.mob-6 {
    width: 50%;
  }
  .treatment-box {
    margin-bottom: 40px;
  }
  .doctors-area {
    padding-top: 520px;
  }
  .oncologist-details .row .col-md-3 button {
    width: 50%;
  }
  .btn-next.select-btns {
    margin-top: 10px;
  }
  .oncologist-details .row .col-md-3.text-right {
    text-align: left !important;
  }
  .footer-about .row .col-md-6.pl-0 {
    padding-left: 15px !important;
  }
  .footer .container .row .col-md-1.pl-0 {
    padding-left: 15px !important;
  }
  .pop-up.open {
    padding: 40px 10px;
  }
  #DownloadReport .btn {
    margin-left: auto !important;
    margin-top: 15px !important;
    font-size: 13px !important;
  }
  #DownloadReport .btn {
    margin-left: auto !important;
    margin-top: 15px !important;
    font-size: 12px !important;
  }
  .ziopar-tagtext {
    font-size: 13px;
    line-height: 22px;
  }
  .ziopar-details .nav-pills .nav-link {
    padding: 8px 8px !important;
  }
  .tabs-icons {
    width: 20px;
  }
}

@media (max-width: 943px) {
	.can-ca-su{
	   padding: 6px 15px;
	}
	.form-title{
	   font-size: 13px;
	}
	.can-ty{
		font-size: 11px;
	}
	.can-di{
		font-size: 11px;
	}
	.can-sc a{
		font-size: 16px;
	}
}
@media (max-width: 810px) {
	.right-frm{
		position:fixed;
		right: -750px;
		top: 50px;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		transition:0.5s;
		z-index: 999;
	}
	.clos-reg-form img{
	width: 30px!important;
    opacity: 0.5;
	}
	.form-title{
		display: none;
	}
	.left-can-box{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.slide-form-text{
		background-color: #ffe711;
		position: fixed;
		transform: rotate(-90deg);
		right: -67px;
		padding: 7px 13px;
		top: 232px;
		font-weight: 600;
		border-radius: 15px 15px 0px 0px;
		z-index: 999;
		font-size: 14px;
		display:block;
	}
	.clos-reg-form{
		display:block;
	}
}

@media (max-width: 414px) {
.user-profile-image-user .user-profile-img{
	width: 140px;
	height: 140px;		
	    left: 10px;
}
.can-sc-inn {
    line-height: 15px;
    font-size: 26px;
    margin-top: 15px;
}
.can-ty-inn {
    line-height: 18px;
    font-size: 18px;
    margin-top: -5px;
}
.can-di-inn {
    margin-top: -11px;
	    font-size: 18px;
}
  /* .navbar-brand img {
    height: 33px;
  }
  .navbar-brand {
    left: 60px;
    top: 2px;
  } */
  .navbar-light .navbar-toggler {
    top: 8px;
  }
  .review-btn img {
    width: 12px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 35px;
}
  .contact-icon.call {
    height: 30px;
    width: 30px;
    right: 140px;
    top: 9px;
  }
  .contact-icon.whatsapp {
    height: 30px;
    width: 30px;
    right: 190px;
    top: 9px;
  }
  .contact-icon.login i {
    font-size: 20px;
  }
  .contact-icon.login {
    height: 30px;
    width: 30px;
    top: 9px;
  }
  .contact-icon.login {
    padding: 5px;
  }
  .contact-icon.login-btn.log-out-btn {
    padding: 3px 3px;
}
  button#custo_download {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .loader {
    margin-left: 38% !important;
    margin-top: 20px;
  }
  a.re-button {
    left: 30px!important;
    top: 73px!important;
	padding: 0px 11px 0px;
    font-size: 12px;
}
  .test-single .border-left-dotted {
    padding: 12px 10px;
  }
  .test-single .border-left-dotted .btn-blue {
    width: 100% !important;
    font-size: 10px;
    padding: 6px 9px;
  }
  .test-rate span {
    font-size: 15px;
  }
  .book-appoint.offset-1 {
    margin-left: 0;
  }
  .test-n {
    font-size: 18px;
  }
  .test-a {
    font-size: 18px;
  }
  .frm-oncologist .select2-container--default .select2-selection--single {
    height: 38px !important;
  }
  .form-feild-icons {
    bottom: 9px;
  }
  .frm-oncologist .form-feild {
    margin-bottom: 5px;
  }
  .search-btn {
    padding: 0.2rem 0.6rem;
    font-size: 14px;
  }
  .recm {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 15px;
  }
  .cancer-report1 label {
    font-size: 12px;
    margin-top: 13px;
  }
  .cancer-report1 .form-group {
    margin-bottom: 20px;
  }
  .add-spec {
    top: 46px;
    right: 25px;
    font-size: 11px;
  }
  .search-box .add-spec {
    font-size: 14px;
    top: 45px !important;
    right: 12px;
  }
  .banner-area1 {
    background-size: cover;
  }
  .small-heafing {
    margin-top: 0;
  }
  .banner-meal-plan {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 0;
  }
  .banner-head1 {
    font-size: 30px;
    line-height: 35px;
  }
  .videos-slider {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }
  .video-box iframe {
    width: 100% !important;
    height: auto !important;
  }
  .tes-name {
    font-size: 22px;
  }
  .tes-categ {
    font-size: 17px;
  }
  .banner-meal-plan .btn-yellow {
    padding: 7px 20px;
    font-size: 12px;
  }
  .modal-title {
    font-size: 18px;
  }
  .techno-accordian .wrapper {
    padding: 0;
  }
  #CustommyModal .modal-content {
    width: 95% !important;
    margin-left: 0 !important;
  }
  .form-control {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  #patientsList .terms-condotion {
    font-size: 11px;
  }
  .dr-details h2 {
    font-size: 14px;
  }
  .dr-details p {
    font-size: 12px;
  }
  .dr-details ul {
    font-size: 12px;
  }
  .contact-icon img {
    width: 38px !important;
  }
  .bread-crumb-box {
    background-size: cover !important;
    background-position: right;
  }
  .bread-crumb h1 {
    font-size: 18px !important;
  }
  .details {
    margin-top: 10px;
  }
  .details h2 {
    font-size: 20px;
  }
  .oncologist-details .details ul {
    font-size: 16px;
  }
  .details ul li img {
    width: 12px;
  }
  .apoint-btn {
    width: 75%;
    font-size: 9px;
    padding: 0 10px;
    margin-top: 5px;
  }
  .details ul {
    margin-left: 20px;
    line-height: 30px;
  }
  .date-slider {
    width: 100%;
  }
  .slot1 {
    display: block;
  }
  .fee .fee-inr {
    font-size: 15px;
  }
  .fee .cons {
    margin-bottom: 0;
    font-size: 12px;
  }
  .information .direction {
    margin: 20px 0;
  }
  .angled-top-left {
    margin-top: 70px;
  }
  .heading-1 {
    text-indent: -60px;
    padding-left: 60px;
    line-height: 0;
  }
  .heading-1 img {
    width: 50px !important;
  }
  .gen-av {
    overflow: auto;
  }
  .res-col-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col.pl-0 {
    padding-left: 15px !important;
    width: 50%;
  }
  .col {
    flex-basis: auto;
  }
  .col-md-6.pl-0 {
    padding-left: 15px !important;
  }
  .col-md-1.pl-0.pr-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .doct-count {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .right-area {
    position: inherit;
    margin-top: 30px;
  }
  .dr-photo {
    width: 115px;
    top: 0;
  }
  .results {
    margin: 10px 0;
    text-align: center;
  }
  .results span {
    font-size: 10px;
  }
  .col-md-5.pr-0 {
    padding-right: 15px !important;
    padding-left: 5px;
  }
  .view-profile {
    padding: 3px;
    font-size: 14px;
  }
  .details h2 {
    font-size: 18px !important;
  }
  .fee.details-fee {
    text-align: left;
  }
  .apoint-btn.res-w-100 {
    width: 100%;
    padding: 6px 10px !important;
  }
  .oncologist-details .apoint-btn {
    font-size: 11px;
  }
  .apointment.mt-30 {
    margin-top: 10px;
  }
  .select-slot label span {
    margin: 5px 0;
    font-size: 9px;
  }
  .sl-dates {
    padding-right: 35px;
  }
  .change-dt {
    text-align: left;
  }
  .pop-up .content {
    min-height: auto;
  }
  .pop-up.open {
    padding: 10px;
  }
  .pop-up {
    width: 90%;
    height: auto;
  }
  .pop-up .content .container {
    padding: 20px 0 20px;
  }
  .mob-12 {
    max-width: 100%;
    flex: 100%;
  }
  .banner-area p {
    font-size: 30px;
    line-height: 30px;
  }
  .slider-caption1 {
    font-size: 35px;
    padding-left: 0;
  }
  .banner-area {
    padding: 20px 0;
  }
  .banner-area h2 {
    font-size: 20px;
  }
  .cancer-report form .form-group .form-control {
    height: 33px;
    font-size: 12px;
  }
  .multiselect-selected-text {
    font-size: 12px !important;
  }
  .cancer-report1 .form-group .form-control {
    font-size: 12px;
  }
  .dr-tabs {
    width: 66%;
  }
  .doctor-recomend {
    font-size: 10px;
    line-height: 12px;
  }
  .tabs-doctors {
    width: 137px;
    height: 50px;
  }
  .doctor-recomend2 {
    padding: 0 84px 20px 0 !important;
  }
  .doctor-recomend2 {
    line-height: 12px;
    font-size: 9px;
    left: 13px;
  }
  .viw-all {
    font-size: 14px;
  }
  .doctor-recomend {
    font-size: 9px;
    line-height: 12px;
  }
  .doctor-img {
    bottom: 0;
    width: 29%;
    left: 8px;
  }
  .doctors-area {
    padding-top: 600px;
  }
  .treat-name {
    font-size: 11px;
    line-height: 15px;
    margin-top: 8px;
  }
  .doct-details.det1 .dr-photo1 {
    width: 100%;
    top: -40px;
  }
  .doct-details .dr-photo1 {
    width: 89%;
    top: -7px;
  }
  .doc .angled-top-left .doct-details {
    padding: 12px 0 13px 15px !important;
  }
  .dr-tabs {
    width: 83%;
  }
  .test-type-name {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 16px;
  }
  .talk-to-expert-img {
    width: 50px;
    margin-right: 12px;
  }
  .talk-to-expert h3 {
    font-size: 14px;
  }
  .col-md-4.text-right {
    text-align: center !important;
  }
  .mob-6 {
    width: 50%;
  }
  .test-type {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .accordion-group li h3 {
    margin: 0;
    font-size: 22px;
  }
  .accordion-group li section article p {
    font-size: 14px;
  }
  .accordion-group li.out {
    height: 17rem;
  }
  .accordion-group li {
    height: 4em;
  }
  .tratment-box1 p {
    line-height: 18px;
  }
  .tratment-box1 {
    min-height: 104px;
  }
  .use-test {
    margin-bottom: 0;
  }
  .border-left-dotted {
    padding: 18px 9px;
  }
  .serch-btn.btn-black {
    font-size: 8px;
  }
  .cast-test span {
    font-size: 14px;
  }
  .border-left-dotted {
    padding: 18px 11px;
  }
  .cast-test {
    font-size: 11px;
  }
  .heading-tag {
    font-size: 12px;
  }
  .half-side {
    width: 100%;
  }
  .expert-banner {
    padding: 6px 0 0 1px;
  }
  .reviews {
    margin-top: 30px;
    padding-bottom: 30px!important;
    margin-bottom: 30px;
}
  .call-schedule {
    padding: 0;
    text-align: center;
  }
  .btn.btn-sch-call {
    font-size: 10px;
  }
  .expert-talk {
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .expert-text-bold {
    font-size: 17px;
    margin-bottom: 0;
  }
  .anti-cancer li span.fa-li {
    left: -36px;
  }
  .expert-text {
    font-size: 17px;
  }
  .book-all-btn img {
    width: 20px;
  }
  .slide-item {
    width: 100% !important;
    margin: 0 10px;
  }
  .expert-talk2 {
    background-size: cover;
  }
  .expert-talk2 h3 {
    font-size: 15px;
  }
  .register-button img {
    width: 14px;
    margin-right: 3px;
  }
  .btn-black {
    font-size: 13px;
    padding: 6px 8px;
  }
  .btn-black {
    font-size: 12px;
    width: auto;
  }
  .shop-for-daily {
    margin-top: 30px;
  }
  .circle-talks-details p {
    font-size: 13px;
  }
  .circle-talks-details .circle-talk-heading {
    margin: 10px 0;
  }
  .mobile-phone {
    left: 10%;
  }
  .mobile-app-area {
    top: 30px;
  }
  .doctor-interviews {
    margin-top: 0;
  }
  .technology-for-cancer {
    margin-bottom: 0;
  }
  .interviews-videos {
    position: inherit;
  }
  .interviews-videos {
    position: inherit;
  }
  .video-interview iframe {
    height: 170px;
  }
  .blog-img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border: 5px solid #fff;
  }
  .doctors-area .btn.serch-btn.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .blogs-sec {
    margin-top: 0;
  }
  .dr-tabs {
    width: 100%;
  }
  .serch-btn.mt-5 {
    margin-top: 20px !important;
  }
  .expert-text-bold {
    font-size: 15px;
  }
  .treatment-box {
    margin-bottom: 20px;
  }
  .mobile-phone {
    left: 15%;
  }
  .blog-head {
    font-size: 9px;
  }
  .carousel4 {
    margin-top: 30px;
  }
  .cancer-report form .form-group {
    margin-bottom: 15px;
  }
  .review-btn {
    width: 100%;
  }
  .consult-heading {
    padding: 20px 0;
  }
  .consult-heading .common-heading-bar {
    font-size: 20px;
  }
  .find-the-right-doctor {
    padding: 20px 30px;
  }
  .dr-details.survi p {
    font-size: 12px;
    line-height: 14px;
  }
  .dr-details.survi {
    line-height: 12px;
  }
  .cart svg {
    position: absolute;
    top: 10px;
    right: 12px;
  }
  .report-content .text {
    font-size: 12px;
  }
  .report-content .report-head {
    font-size: 15px;
  }
  .cancer-report form .form-group .form-control {
    height: 38px;
    line-height: 18px;
  }
  .looking-for img {
    top: 18px;
  }
  .consult-heading .common-heading-bar {
    font-size: 22px;
  }
  .cancer-report1 .form-group .form-control {
    height: 38px;
  }
  .btn-next.select-btns {
    margin-top: 10px;
  }
  .select-lab-panel {
    width: 100%;
  }
  .mobilenumber-verify .content p {
    padding: 0;
    margin-bottom: 5px;
  }
  .btn.btn-next {
    font-size: 13px;
  }
  .dr-details ul li {
    line-height: 18px;
    margin-top: 12px;
  }
  .main-label {
    width: 100%;
  }
  .c-date.appointment-date {
    padding: 5px 15px;
  }
  .dates .date {
    font-size: 17px;
  }
  .dates .day {
    font-size: 12px;
  }
  .dates .month {
    font-size: 12px;
  }
  .navbar-arrows img {
    top: 2rem;
  }
  .ziopar-details .nav-pills .nav-link {
    padding: 8px 10px !important;
  }
  .tabs-icons {
    width: 25px;
    margin: 0;
  }
  .tab-details-for-ziopar .heading-1 {
    text-indent: 0;
    padding-left: 0;
    line-height: normal;
  }
  .main-banner-text.row {
    display: block;
  }
  .main-banner-text .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-banner-text .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-icon svg {
    width: 27px;
  }
  .doctors-area .slide-item.onco-select {
    width: 90% !important;
    margin: 0 18px;
  }
  .reviews {
    margin-top: 16%;
  }
  .treat-box {
    height: 90px;
    padding: 12px 10px;
  }
  .carigivers .slide-item {
    margin: 10px 18px;
    width: 90% !important;
  }
  .btn-blue {
    width: auto !important;
    font: 11px;
  }
  .btn-blue.btn-continue {
    width: 100% !important;
  }
  .btn-blue.change-address-btn {
    width: 100% !important;
  }
  .btn-blue.change-patients-btn {
    width: 100% !important;
  }
  .dr-check-box .geekmark {
    height: 22px;
    width: 23px;
  }
  .geekmark {
    top: auto;
    left: 8px;
  }
  .doctors-area .tab-content {
    margin-top: 40px;
  }
  .dr-check-box .main1 .geekmark:after {
    left: 8px;
    bottom: 6px;
  }
  .btn.serch-btn.mt-5 {
    margin-bottom: 0;
  }
  .carousel6 {
    margin-bottom: 50px;
  }
  .carousel7 {
    margin-bottom: 50px;
  }
  .connect-survivors-head h4 {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer-heading {
    margin-top: 0;
  }
  .dr-details h2 {
    height: auto;
  }
  .line-ht {
    margin-top: 5px;
  }
  .big-heading {
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-asian-heading {
    font-size: 23px;
    color: #666;
  }
  .all-about-foundation {
    text-align: justify;
  }
  .remainding-box {
    text-align: justify;
  }
  .contact-d {
    margin-top: 20px;
  }
  .map-direction {
    margin-top: 30px;
  }
  .ayurveda-img {
    width: 100%;
    margin-top: 0;
  }
  .box-style {
    margin-top: 5%;
    margin-left: 0;
  }
  .banner-text {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .banner-area1 {
    padding: 11px 0;
    padding-bottom: 38px;
  }
  .btn-yellow {
    padding: 4px 9px;
    font-size: 6px;
  }
  .banner-cont {
    font-size: 15px;
    margin-top: -26px;
    margin-top: 0;
  }
  .banner-text {
    margin-top: 0;
  }
  .ayu-img {
    width: 100%;
    margin-left: 0;
  }
  .box-style {
    margin-top: 6%;
    margin-left: 0;
  }
  .fa-ul.list-of-medical-canabis li {
    font-size: 12px;
    line-height: 20px;
  }
  .fa-ul.list-of-medical-canabis li span {
    top: -1px;
  }
  .madical-cannabis-list {
    margin-top: 10px;
  }
  .madical-cannabis-list ul li {
    margin-bottom: 35px;
  }
  .que {
    font-size: 13px;
  }
  .ans {
    font-size: 12px;
    line-height: 16px;
  }
  .madical-cannabis-list ul {
    width: 80%;
  }
  .banner-area2 {
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .banner-text {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .banner-cont {
    margin-bottom: 2px;
  }
  .snipest-box .zoom {
    padding: 0;
  }
  .gender-dropdown .form-control {
    line-height: 14px;
  }
  .onco-details-box .oncologist-details.pd-20 {
    padding: 0;
  }
  .onco-details-box .oncologist-details.pd-20.res-pd {
    padding: 15px;
  }
  .mobile-app-area {
    height: 247px;
  }
  .app-btn {
    width: 70%;
  }
  #DownloadReport .btn {
    margin-left: auto !important;
    margin-top: 15px !important;
    font-size: 12px !important;
  }
  .booking-slots ul li a button {
    padding: 7px 11px;
  }
  .location-btn button {
    margin: 0 3px;
    font-size: 8px;
  }
  .schedule-call .modal-header {
    background-color: #fff;
    padding: 20px 20px 0 20px!important;
  }
  #myModalShow .modal-body {
    padding: 0px 20px 35px!important;
}
  .wrapper .content p {
    font-size: 14px;
    line-height: 21px;
  }
  .contact_us_area {
    padding: 30px 0 100px;
  }
  .contact-us-banner-heading {
    font-size: 20px;
    margin-bottom: 0;
  }
  .contact-us-banner-text {
    font-size: 10px;
  }
  .contact-form-head-big {
    font-size: 20px;
    margin-bottom: 0;
  }
  .contact-form-small-head {
    font-size: 10px;
    margin-bottom: 0;
  }
  .top-bold {
    font-size: 21px;
  }
  .medium-heading {
    font-size: 21px;
  }
}

@media (max-width: 375px) {
  .status-box {
    right: -60px;
  }
  .contact-icon.call {
    height: 30px;
    width: 30px;
    right: 140px;
    top: 10px;
  }
  .contact-icon.whatsapp {
    height: 30px;
    width: 30px;
    right: 190px;
    top: 10px;
  }
  .contact-icon.login i {
    font-size: 20px;
  }
  .contact-icon.login {
    height: 30px;
    width: 30px;
    top: 10px;
  }
  .contact-icon img {
    width: 38px !important;
  }
  .bread-crumb-box {
    background-size: cover !important;
    background-position: right;
  }
  .bread-crumb h1 {
    font-size: 18px !important;
  }
  .expert-text-bold {
    font-size: 14px;
  }
  .expert-text {
    font-size: 16px;
  }
  .details {
    margin-top: 10px;
  }
  .details h2 {
    font-size: 20px;
  }
  .oncologist-details .details ul {
    font-size: 16px;
  }
  .details ul li img {
    width: 20px;
  }
  .apoint-btn {
    width: 64%;
    font-size: 7px;
  }
  .doct-details {
    padding: 10px 10px 0 25px;
  }
  .dr-photo {
    top: 0;
    width: 100px;
  }
  .information .direction {
    margin: 20px 0;
  }
  .heading-1 {
    text-indent: -60px;
    padding-left: 60px;
    line-height: 0;
  }
  .heading-1 img {
    width: 50px !important;
  }
  .gen-av {
    overflow: auto;
  }
  .res-col-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col.pl-0 {
    padding-left: 15px !important;
    width: 50%;
  }
  .col {
    flex-basis: auto;
  }
  .active .doct-details {
    padding: 5px 10px 0 25px;
  }
  .subscribe h1 {
    font-size: 16px;
  }
  
 .subscribe h2 {
    font-size: 16px;
  }
  .subscribe h3 {
    font-size: 16px;
  }
  .subscribe h4 {
    font-size: 16px;
  }
  .subscribe h5 {
    font-size: 16px;
  }
  .subscribe h6 {
    font-size: 16px;
  }
  .sl-dates {
    padding-right: 18px;
  }
  .expert-talk2 h3 {
    font-size: 14px;
	text-align:center;
  }
  .tabs-doctors {
    width: 144px;
  }
  .doctor-recomend2 {
    padding: 0 70px 20px 0 !important;
  }
  .row.test-single .col-7 {
    padding-left: 0;
  }
  .test-single .border-left-dotted {
    padding: 12px 6px;
  }
  .test-single .border-left-dotted .btn-blue {
    font-size: 9px;
  }
  .talk-to-expert-img {
   width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .doctors-area {
    padding-top: 600px;
    padding-bottom: 20px;
	}
	.expert-banner {
    padding: 6px 0 0 1px;
	}
  .btn.btn-sch-call {
    font-size: 10px;
  }
  .expert-talk2 .call-schedule {
    padding: 0 30px;
  }
  .btn-sch-call img {
    width: 20px;
  }
  .consult-heading .common-heading-bar {
    font-size: 16px;
  }
  .register-button {
    padding: 20px 0;
  }
  .techno-accordian .wrapper .toggle {
    text-align: left;
    font-size: 14px;
  }
  .circle-plus {
    height: 30px;
    width: 8px;
  }
  .circle-minus {
    height: 30px;
    width: 8px;
  }
  .video-interview iframe {
    height: 170px;
  }
  .form-control {
    line-height: 19px;
  }
  .tabs-doctors {
    width: 124px;
  }
  .reviews {
    margin-top: 30px;
    padding-bottom: 30px!important;
    margin-bottom: 30px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.technology-for-cancer {
    margin-bottom: 0;
	padding-top: 0px;
}
  #customers-testimonials .item {
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .cart svg {
    position: absolute;
    top: 10px;
    right: 12px;
  }
  .report-content .text {
    font-size: 12px;
  }
  .report-content .report-head {
    font-size: 15px;
  }
  .cancer-report form .form-group .form-control {
    height: 38px;
  }
  .looking-for img {
    top: 18px;
  }
  .consult-heading .common-heading-bar {
    font-size: 20px;
  }
  .head3 {
    font-size: 18px;
    margin-top: 0;
  }
  .book-all-btn {
    font-size: 10px;
  }
  .book-all-btn img {
    width: 15px;
  }
  .book-all-btn {
    text-transform: uppercase;
    padding: 6px 6px;
  }
  .section-heading .common-heading-bar {
    font-size: 22px;
  }
  .cancer-report1 .form-group .form-control {
    height: 38px;
  }
  .dr-details ul {
    font-size: 12px;
  }
  .doct-details .dr-photo1 {
    top: -7px;
    left: 7px;
  }
  .doc .angled-top-left .doct-details {
    padding: 12px 0 0 15px !important;
  }
  .subscribe .otp-field {
    width: 35px;
    height: 35px;
  }
  .banner-area h1 {
    font-size: 28px;
  }
  .banner-area h2 {
    font-size: 18px;
  }
  .use-test {
    font-size: 13px;
  }
  .cast-test span {
    font-size: 13px;
  }
  .border-left-dotted {
    padding: 15px 5px;
  }
  .border-left-dotted {
    margin: 10px 0;
  }
  .accordion-group li h3 {
    margin: 0;
    font-size: 19px;
  }
  .accordion-group li section article p {
    font-size: 13px;
    line-height: 17px;
  }
  .btn-blue {
    font-size: 11px;
  }
  .join-healing-circle-talk .view-all-btns .btn-blue.w-25 {
    width: 50% !important;
  }
  .register-button {
    padding-top: 0;
  }
  .blog-des {
    font-size: 14px;
  }
  .accordion-group li {
    margin-bottom: 3px;
  }
  .btn-consult {
    padding: 3px 13px;
    font-size: 11px;
  }
  .fee .cons img {
    width: 14px;
  }
  .details ul li img {
    width: 12px;
  }
  .ziopar-details .nav-pills .nav-link {
    padding: 7px !important;
  }
  .tabs-icons {
    width: 18px;
    font-size: 11px;
  }
  .ziopar-tagtext {
    font-size: 13px;
    line-height: 22px;
  }
  .tab-details-for-ziopar .heading-1 .imp {
    font-size: 19px;
  }
  .ziopar-details .tab-content .tab-details-for-ziopar ul li {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 18px;
  }
  #DownloadReport .btn {
    margin-left: auto !important;
    font-size: 10px;
    margin-top: 15px;
  }
  .banner-area p {
    font-size: 25px;
    line-height: 30px;
  }
  .slider-caption1 {
    font-size: 25px;
    padding-left: 0;
  }
  .banner-area {
    padding: 20px 0;
  }
  .banner-divider {
    width: 150px;
  }
  .cancer-report form .form-group .form-control {
    height: 33px;
    font-size: 12px;
  }
  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: 33px;
  }
  .multiselect-selected-text {
    font-size: 12px !important;
  }
  .review-btn img {
    width: 12px;
  }
  .geekmark {
    top: auto;
    left: 8px;
  }
  .location-btn button {
    width: 100%;
  }
  .location-btn button {
    width: 99%;
    margin: 5px 0;
  }
  a.re-button {
    left: 24px!important;
    top: 68px!important;
	padding: 0px 11px 0px;
    font-size: 12px;
}
	
}

@media (max-width: 364px) {
  .social-media-links-area {
    text-align: center;
  }
  .social-media-text {
    float: none;
  }
  .social-media-icons {
    float: none;
    padding-left: 0;
  }
}

@media (max-width: 360px) {
  /* .navbar-brand img {
    height: 29px;
  }
  .navbar-brand {
    left: 60px;
    top: 6px;
  } */
  .navbar-light .navbar-toggler {
    top: 11px;
  }
  .slots-all label span {
    font-size: 9px;
  }
  .col-md-6.pl-0 {
    padding-left: 15px !important;
  }
  .col-md-1.pl-0.pr-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sl-dates {
    font-size: 12px;
    padding-right: 23px;
  }
  .sl-dates span {
    font-size: 15px;
  }
  .subscribe .otp-instr {
    font-size: 12px;
    margin-bottom: 0;
  }
  .pop-up .content .container {
    padding: 30px 0 30px;
  }
  .subscribe .otp-field {
    width: 28px;
    height: 28px;
    font-size: 15px;
    padding: 2px;
  }
  .banner-area h1 {
    font-size: 22px;
  }
  .banner-divider {
    width: 100px;
  }
  .banner-area h2 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .btn.btn-sch-call {
    padding: 7px 7px;
    font-size: 11px;
  }
  .cnt img {
    right: 20px;
    top: 6px;
  }
  .cnt p {
    font-size: 13px;
  }
  .doctors-area .slide-item.onco-select {
    margin: 0 16px;
  }
  .geekmark {
    top: auto;
  }
  .doctors-area {
    padding-top: 629px;
	margin-bottom: 20px;
  }
  .doctors-area .btn.serch-btn.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
  .consult-heading .common-heading-bar {
    font-size: 19px;
  }
  .book-button .book-all-btn {
    width: 100%;
    font-size: 9px;
  }
  .report-size {
    width: 11px;
    margin-right: 4px;
  }
  .serch-btn {
    padding: 5px 10px;
  }
  .doct-details.det1 .dr-photo1 {
    top: -35px;
  }
  .doct-details .dr-photo1 {
    top: 5px;
    left: 7px;
  }
  .tumor-board-hd {
    font-size: 18px;
  }
  .tumor-board-details {
    font-size: 12px;
  }
  .mobile-phone {
    left: 18%;
  }
  .medical-treatment {
    margin-top: 0;
  }
  .heading-tag {
    line-height: 16px;
  }
  .border-left-dotted {
    padding: 9px 6px;
  }
  .half-side.left-bor {
    margin-top: 30px;
  }
  .expert-banner {
    padding: 26px 10px 0 1px;
  }
  .serch-btn.btn-black {
    padding: 9px 7px;
    font-size: 7px;
  }
  .expert-text-bold {
    font-size: 13px;
  }
  .head3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .book-button .book-all-btn {
    width: 100%;
    font-size: 12px;
  }
  .book-all-btn img {
    width: 16px;
  }
  .head-test {
    font-size: 15px;
  }
  .viw-all {
    font-size: 15px;
  }
  .apoint-btn {
    font-size: 7px;
  }
  .apoint-btn img {
    width: 10px;
    margin-top: -5px;
    margin-right: 4px;
  }
  .c-date.appointment-date {
    padding: 5px 12px;
  }
  .banner-divider {
    width: 130px;
  }
  .banner-area h2 {
    font-size: 18px;
  }
  .btn-sch-call img {
    width: 17px;
  }
  .big-heading {
    font-size: 27px;
  }
  .contact-d {
    margin-top: 20px;
  }
  .all-about-foundation {
    text-align: justify;
  }
  .remainding-box {
    text-align: justify;
  }
  .row.test-single .col-3 {
    padding-left: 0;
  }
  .test-rate {
    font-size: 12px;
    margin-bottom: 0;
  }
  .test-rate span {
    font-size: 12px;
  }
  .test-type-name {
    font-size: 10px;
  }
}

@media (max-width: 340px) {
  .contact-icon.call {
    right: 127px;
  }
  .contact-icon.whatsapp {
    right: 165px;
  }
}

@media (max-width: 320px) {
  .contact-icon.call {
    height: 30px;
    width: 30px;
    right: 135px;
    top: 10px;
  }
  .contact-icon.whatsapp {
    height: 30px;
    width: 30px;
    right: 180px;
    top: 10px;
  }
  .contact-icon.login {
    height: 30px;
    width: 30px;
    top: 10px;
  }
  .contact-icon img {
    width: 30px !important;
  }
  .contact-icon.login i {
    font-size: 16px;
  }
  /* .navbar-brand {
    position: relative;
    left: 55px;
  } */
  .talk-to-expert h3 {
    font-size: 11px;
	}
.talk-to-expert-img {
	width: 100%;
	margin-right: 0px;
	height: 35px;
	margin-bottom:8px;
}
	.doctors-area .tab-content {
    margin-top: 0px;
	}
	.expert-banner {
    padding: 16px 10px 0 1px;
}
	.dr-details ul {
	font-size: 9px;
	}
  .doct-details.det1 .dr-photo1 {
    top: 4px;
  }
  .doct-details .dr-photo1 {
    top: auto;
  }
  .test-type {
    font-size: 12px;
    line-height: 14px;
  }
  .border-left-dotted {
    padding: 9px 6px;
  }
  .mobile-phone {
    left: 17%;
  }
  .row.test-box .col-5 {
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
  }
  .test-type {
    margin-top: 2px;
    font-size: 9px;
    line-height: 14px;
  }
  .cast-test span {
    font-size: 11px;
  }
  .border-left-dotted {
    padding: 9px 7px;
  }
  .use-test {
    font-size: 11px;
  }
  .tratment-box1 p {
    line-height: 16px;
    font-size: 12px;
  }
  .accordion-group.four-slides li {
    margin-bottom: 3px;
  }
  .booking-slots ul li a button {
    padding: 5px 3px;
  }
  .c-date.appointment-date {
    padding: 5px 14px;
  }
  .apoint-btn {
    width: 80%;
  }
  .tabs-icons {
    width: 20px;
  }
  .heading-1.mt-3 {
    text-indent: 0;
    padding-left: 0;
    line-height: normal;
  }
  .banner-area p {
    font-size: 26px;
    line-height: 4px;
  }
  .slider-caption1 {
    font-size: 26px;
    padding-left: 0;
  }
  .booking {
    padding: 5px;
  }
  .booking-form {
    padding: 10px;
  }
  .serch-btn.btn-black {
    padding: 9px 6px;
    font-size: 6px;
  }
  .test-box {
    margin-bottom: 10px;
  }
  .big-heading {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .about-asian-heading {
    font-size: 22px;
    color: #666;
  }
  .tabs-doctors {
    width: 118px;
  }
  .doctor-recomend {
    font-size: 7px;
  }
  .doctor-recomend2 {
    line-height: 12px;
    font-size: 7px;
    left: 13px;
  }
  .doctor-recomend2 {
    padding: 0 74px 20px 0 !important;
  }
  .dr-details h2 {
    font-size: 11px;
  }
  .dr-details p {
    font-size: 10px;
    line-height: 14px;
  }
  .dr-details ul li {
    line-height: 18px;
  }
  .dr-check-box .geekmark {
    height: 18px;
    width: 18px;
  }
  .dr-check-box {
    top: -19px;
    right: 7px;
  }
  .dr-check-box .main1 .geekmark:after {
    left: 5px;
    bottom: 4px;
  }
  .doctors-area .slide-item.onco-select {
    margin: 0 13px;
  }
  .treat-name {
    font-size: 10px;
    line-height: 13px;
    margin-top: 8px;
  }
  .consult-heading .common-heading-bar {
    font-size: 17px;
  }
  .technology-for-cancer{
  	margin-top:0px;
  }
  .mobile-app-area {
    height: 370px!important;
}
.banner-area h2 {
    font-size: 16px;
}
.section-heading .common-heading-bar {
    font-size: 17px;
}
.report-content .report-head {
    font-size: 12px;
    line-height: 15px;
}
.find-the-right-doctor h2 {
    font-size: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 11px;
	line-height: 36px !important;
}
.cancer-report1 .form-group .form-control {
    font-size: 11px;
}
.doctors-area {
    padding-top: 549px;
}
.doctors-area {
    padding-top: 580px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
  .book-button .book-all-btn {
    font-size: 7px;
  }
  .book-all-btn img {
    width: 11px;
  }
  .head3 {
    line-height: 18px;
  }
  .heading-tag {
    font-size: 11px;
  }
  .accordion-group li h3 {
    font-size: 17px;
  }
  .accordion-group li section {
    width: 100%;
  }
  .accordion-group li section article p {
    font-size: 12px;
  }
  .connect-survivors-head h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .carousel {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-left: 20px;
  }
  .expert-talk2 h3 {
    font-size: 10px;
  }
  .btn.btn-sch-call {
    padding: 5px 5px;
    font-size: 10px;
  }
  .btn-sch-call img {
    width: 20px;
  }
  .expert-talk2 h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .expert-talk2 {
    border-radius: 10px;
  }
  .btn-black {
    font-size: 11px;
  }
  .techno-accordian .wrapper {
    padding: 0;
  }
  #CustommyModal .modal-content {
    width: 95% !important;
    margin-left: 0 !important;
  }
  .snipest-box .zoom {
    padding: 0;
  }
  .join-healing-circle-talk .view-all-btns .btn-blue.w-25 {
    width: 65% !important;
  }
  .subscribe .enter-phone {
    height: 35px;
  }
  .top-bold {
    font-size: 20px;
    line-height: 24px;
  }
  .top-small {
    font-size: 11px;
  }
  .banner-area2.life .banner-text {
    font-size: 20px;
    line-height: 26px;
  }
  .onco-details-box .oncologist-details.pd-20 .col-md-3 .remove-lab {
    width: 50%;
  }
  .contact-form-head-big {
    font-size: 16px;
  }
  .contact-form-small-head {
    font-size: 7px;
  }
  .contact-us-form .form-control.text {
    margin-bottom: 8px;
    height: 33px;
    font-size: 11px;
  }
  .contact-form-area {
    padding: 20px 15px 20px;
  }
  .contact-us-form .form-control.textarea {
    font-size: 12px;
  }
  .btn-submit-contact-form {
    font-size: 12px;
  }
  .contact-detals {
    font-size: 15px;
  }
  .contact-label {
    font-size: 12px;
  }
  .social-media-icons a {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 11px;
  }
  .small-heafing {
    font-size: 11px;
  }
}

.loader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

.loader::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #000;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

label#phone_temp-error {
  color: red !important;
  font-size: smaller !important;
  text-align: right !important;
  width: 100% !important;
}

.error {
  color: #db3636;
  font-size: smaller;
}

.active-crumb {
  color: #ffe711;
}

.left-side-box h2 {
  font-family: 'Libre Franklin', sans-serif;
}

#oncologist_type_temp {
  background-color: #ffffff !important;
}

.contact-link a {
  color: #202020;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
}
.slick-slide .snipest-box img{
	margin:0 auto;
}
/*
.ziopar-report{
  background-image: url('../images/ziopar_bg_img.png'), linear-gradient(#f26a6a, #d27f2c);
  background-size: cover;

}
.reporttitle{
  color: white!important;
font-size: 58px;
}

.download-custom-btn {
  border-radius: 4px !important;
  font-size: 25px!important;
  border: none !important;
  background-image: linear-gradient(180deg, #002850 20%, #046461 80%)!important;
  transform: rotateZ(186deg) translate(-5em, 12em)!important;
}
.custom-image-download {
  height: 20px!important;
  width: 20px!important;
}
*/