@charset "UTF-8";
#pricing .nav-link {
  background-color: white !important;
  color: #495057 !important;
}
#pricing .nav-link.active {
  background-color: #0070c0 !important;
  color: white !important;
}
#pricing .nav-link:hover {
  color: white !important;
}
#pricing .current-active-btn {
  background-color: #198754 !important;
  color: white !important;
}
#pricing .renew-free-plan {
  background-color: #0070c0 !important;
  color: white !important;
}
.home-section-two-img {
  width: 100px !important;
  height: 100px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#myTabContent .col-xl-4.my-4 {
	max-width: 100%;
	width: 400px;
}
#myTabContent .btn {
  margin-top: 20px;
}
/* 1june start */
.price-table.h-100.pricing-section {
  padding: 30px 0 !important;
border-radius: 20px;
  border: 1px solid #ddd6d6;
}
.price-main-deatail {
    background: #f1efef;
	margin-bottom: 0;
	padding: 12px 40px;
}
.price-main-deatail:nth-child(2n) {
  background: #fff;
}
.price-main-deatail span {
  color: #000;
  font-size: 15px;
}
.pricing-section a.btn.btn-primary.border.border-gray.rounded-pill.mx-auto.d-block.btn-fit-content {
  background: #7603f3;
  color: #fff !important;
  text-transform: uppercase;
    margin: 34px auto 0 !important;
}
.price-header {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
h3.price-title {
  order: 2;
  width: 100%;
}
.price-value span {
  font-size: 25px;
  margin: 0;
}
.price-header h3 {
  font-size: 18px;
  margin: -25px 0 24px;
}
.price-value h2 {
  font-size: 40px;
  font-weight: 900;
}
.price-value h2 span {
  font-size: 40px;
  font-weight: 900;
}
.price-value {
  order: 1;
  width: 100%;
}
.price-main-deatail i {
	color: #0000FF;
	padding-right: 10px;
	font-size: 10px;
}
.price-main-deatail>i {
font-weight: 900;
font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-size: 11px;
  color: #7603f3;
}
/* 1june end */
/* 1june start */


.price-main-deatail:nth-child(2n) {
    background: #fff;
}
.price-main-deatail span {
	color: #000;
	font-size: 15px;
	text-align: left;
	display: flex;
  font-weight:500! important;
}
.pricing-section a.btn.btn-primary.border.border-gray.rounded-pill.mx-auto.d-block.btn-fit-content {
    background: #0070c0;
    color: #fff !important;
    text-transform: uppercase;
	    margin: 34px auto 0 !important;
}
.price-header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
h3.price-title {
    order: 2;
    width: 100%;
}
.price-value span {
    font-size: 25px;
    margin: 0;
}
.price-header h3 {
    font-size: 18px;
    margin: -25px 0 24px;
}
.price-value h2 {
    font-size: 40px;
    font-weight: 900;
}
.price-value h2 span {
    font-size: 40px;
    font-weight: 900;
}
.price-value {
    order: 1;
    width: 100%;
}
.price-main-deatail>i {
font-weight: 900;
font-family: "Font Awesome 5 Free";
    padding-right: 10px;
    font-size: 11px;
    color: #7603f3;
}
/* 1june end */
@media (max-width: 575px) {
  .header-sm-call {
    padding-left: 10px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    top: 100px;
  }
}
@media (max-width: 575px) {
  .right-sm-nav {
    margin-left: auto;
    margin-right: 20px;
    position: unset;
    width: unset;
    justify-content: unset;
  }
}
.featured-item.style-3 {
  height: 100%;
}
@media (max-width: 991px) {
  .work-process .arrow {
    display: none;
  }
}
@media (max-width: 1200px) {
  .section-container {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .section-container {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1200px) {
  #about {
    padding: 40px 0 60px !important;
  }
}
@media (max-width: 991px) {
  #services {
    padding: 40px 0 !important;
  }
}
@media (max-width: 1200px) {
  #pricing {
    padding: 40px 0 !important;
  }
}
@media (max-width: 1200px) {
  .btn-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 991px) {
  .featured-item {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .counter {
    padding: 10px;
  }
}
.navbar-toggler .menu-line {
  transition: all 0.3s ease;
  display: block;
}
.navbar-toggler .line-one, .navbar-toggler .line-two {
  width: 80%;
  height: 2px;
  background-color: #7603f3;
  transition: all 0.3s ease;
  display: none;
}
.navbar-toggler[aria-expanded=true] .menu-line {
  transition: all 0.3s ease;
  display: none;
}
.navbar-toggler[aria-expanded=true] .line-one, .navbar-toggler[aria-expanded=true] .line-two {
  display: block;
}
.navbar-toggler[aria-expanded=true] .line-one {
  top: 4px;
  position: relative;
  transform: rotate(45deg) scale(1);
}
.navbar-toggler[aria-expanded=true] .line-two {
  bottom: 3px;
  position: relative;
  transform: rotate(-45deg) scale(1);
}
.pricing-section {
  display: flex;
  /* justify-content: center;
  align-content: center; */
  flex-direction: column;
}
.make-cursor-default {
  cursor: default !important;
}
.proration-days-badge {
  width: 5em !important;
  border-radius: 4px !important;
  padding: 3px !important;
}
.ribbon {
  position: relative;
  background: #ffffff !important;
  border: 0.1px solid #7603f3 !important;
}
.ribbon.ribbon-end .ribbon-label {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}
.ribbon .ribbon-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  background-color: #009ef7;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  top: 50%;
  right: 0;
  transform: translateX(5px) translateY(-50%);
}
.plan-border-bottom {
  border-bottom: 1px dashed #eff2f5;
}
.plan-card-shadow {
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.05);
}
.plan-data {
  width: 60%;
}
@media (max-width: 767px) {
  .plan-data {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .plan-controls {
    display: initial !important;
  }
  .plan-controls > div:first-child {
    width: 100% !important;
  }
}
.pagination {
  display: flex !important;
}
.pagination .page-item .page-link.next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.pagination .page-item .page-link.prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
#ourHospital .featured-item .featured-title, #ourHospital .featured-item .featured-desc {
  text-align: center;
}
#ourHospital .featured-item.style-3 {
  padding: 40px 20px !important;
}
#ourHospital .featured-item.style-3 .featured-icon {
  position: unset !important;
  margin-bottom: 20px;
}
#ourHospital .featured-item.style-3 .featured-icon img {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
.language-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.language-dropdown .dropdown-menu {
  border: none;
  top: 70px;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #fff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.language-dropdown .dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: #07003b;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.language-dropdown .dropdown-menu li a:hover {
  color: #7603f3;
}
.language-dropdown .dropdown-menu li a .country-flag {
  width: 20px;
}
.plan h3{
margin-top: 15px;
}
/* 09/06-2022 */
section#pricing .tab-pane:first-child h3 {
    color: #000;
    width: 100%;
    float: left;
    padding: 10px 14px;
    border-left: 5px solid #0070C0;
    background-color: #f9f9f9;
    vertical-align: middle;
    margin-bottom: 20px;
    margin: 0px;
    padding-left: 10px;
    text-transform: capitalize;
    font-size: 18px;
   	font-weight: 900;
    margin-bottom: 15px;
    margin-top: 15px;
}
.price-table .price-header h3.price-title {
	border-left: none !important;
	background-color: transparent !important;
	margin: -6px 0 24px !important;
	font-weight: 900;
  font-size: 18px;
  color:#000;
}
.price-table.h-100.pricing-section:hover{
	    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 25px 25px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 25px 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 25px 25px rgb(0 0 0 / 10%);
	    cursor: pointer;
}
.price-table .price-value {
    background-color:#0070c0 !important;
    padding: 6px;
}
.price-table .price-value h2{
	color:#fff;
}
.price-table.h-100.pricing-section {
    padding-top: 0! important;
}
.price-value h2 span {
    font-size: 36px;
    font-weight: 600;
}
.price-main-deatail span:last-child {
    font-weight: 900;
    padding-left: 14px;
    padding-top: 8px;
}
.price-table .price-main-deatail:nth-child(3) {
    background: #0070c0;
}
.price-table .price-main-deatail:nth-child(3) span , .price-table.h-100.pricing-section .price-main-deatail:nth-child(3) span i{
    color: #fff;
}
.tab-content .row.justify-content-center {
	clear: both;
}
.price-table.h-100.pricing-section .price-main-deatail span {
	padding-left: 0;
	text-align: left;
	display: flex;
	padding-top: 0;
	align-items: center;
}
.card-toolbar.appointment_request {
	margin-right: 12%;
}

.request_app {
	margin-right: 10px;
}








div#popupforpatienttrial {
    background-color: rgba(0,0,0,0.8);
}
div#popupforpatienttrial .modal-header {
    border: none;
    padding-bottom: 0;
    padding-top: 13px;
    position: relative;
    display: block;
    text-align: center! important;
}
div#popupforpatienttrial .modal-header button {
    position: absolute;
    right: -13px;
    top: -16px;
    background-color: #0095e8;
    opacity: inherit;
    color: #fff;
}
div#popupforpatienttrial .modal-header button i {
    opacity: inherit;
    color: #fff;
    font-size: 14px;
}
div#popupforpatienttrial .modal-header h5 {
    font-size: 20px;
}
.modal.show .modal-dialog .modal-body {
    padding-top: 8px;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.modal.show .modal-dialog .modal-body a{
	color:#0095e8;
}
