 .error-msg {
    text-align: left;
    width: 100%;
    color: #EC4848;
    font-size: 14px;
    text-transform: capitalize;
}






.from-to-col p a{
font-size: 11px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    width: 100%;
    padding: 6px;
    height: 34px;
    background-color: #fff;
    color: #000;
    text-align: center;
}
	
	.unavailable-slot {
    background-color: var(--text-red) !important;
    color: white !important;
    border-color: var(--text-red) !important;
}

.from-to-col p a{
font-size: 11px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    width: 100%;
    padding: 6px;
    height: 34px;
    background-color: #fff;
    color: #000;
    text-align: center;
}

#secondary_nav ul li {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 25px;
}

#secondary_nav ul li a.active {
    color: #fff;
    border-bottom: 2px solid #fff;
}

#secondary_nav ul li a {
    color: #fff;
}

.box_general_3 {
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #e1e8ed;
}



.profile small {
    text-transform: uppercase;
    color: #5e5b5b;
    font-weight: 600;
}

.bullets{
	margin-bottom: 0px;
}

.profile h1 {
    font-weight: 600;
    font-size: 1.2rem;
}

.profile .rating {
    
    display: inline-block;
}

.profile ul.statistic {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.profile ul.statistic li {
    display: inline-block;
    background-color: var(--bg-back-red);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    color:  var(--text-red);
    padding: 8px 10px 5px 10px;
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    min-width: 95px;
    text-align: center;
}

.doc-exp-cat {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.5rem;
    height: fit-content;
}

.exp-cat {
    /* display: flex;
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: scroll; */
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem;
}

.rating .fa {
    color: #FFC107;
}

.exp-cat>div{
  color: var(--text-green);
    background-color: var(--bg-back-green);
    border-radius: 4px;
    font-size: 0.7em;
    width: fit-content;
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
}

.doc-exp-cat ::-webkit-scrollbar {
  width: 1px !important;
}

/* Track */
.doc-exp-cat ::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.doc-exp-cat ::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
.doc-exp-cat ::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.psychologist-img{
    height: 120px;
    width: 120px;
}

.psychologist-img img{

    height: 100%;
        width: 100%;
        object-fit: cover;
        box-shadow: 2px 5px 10px #cfcdcd;
        border-radius: 50%;
		object-position:top;
}

.indent_title_in p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.indent_title_in {
    position: relative;
    margin-bottom: 20px;
}

.indent_title_in h3{
    font-weight: 600;
}

.wrapper_indent h6{
    font-size: 20px;
    font-weight: 600;
}

.wrapper_indent ul li{
	font-size: 16px;
}

.wrapper_indent ul li span{
	font-bold: 400 !important;
	
	font-size: 16px;
}



.timing-col .timing-box {
    float: left;
    width: 25%;
    padding: 9px;
    font-size: 15px;
}

.date-col-day span{
    font-size:11px;
}



#review_summary {
    text-align: center;
    background-color: var(--bg-back-green);
    color: var(--text-green);
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#review_summary strong {
    font-size: 3rem;
    line-height: 1;
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    min-height: 100px;
}   

.reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.reviews-container .rev-thumb img {
    width: 80px;
    height: auto;
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0 25px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}


.reviews-container .rev-info {
    font-size: 0.75rem;
    font-style: italic;
    color: #383838;
    margin-bottom: 10px;
    font-weight: 600;
}

.btn-green {
    background: var(--text-green) !important;
    color: #fff;
    border: 1px solid var(--green) !important;
	padding:5px 10px !important ;
}

.btn-green:hover{
    color: #fff;
    box-shadow: 0 12px 16px 0 rgb(0 0 0 / 11%), 0 17px 50px 0 rgb(0 0 0 / 7%);
}

/* calendar redesign */

.timing-col .timing-box {
    float: left;
    width: 25%;
    padding: 9px;
    font-size: 13px;
}

.from-to-col p{
    margin-bottom:0px;
}

.date-col-day>div {
    padding: 3px;
    float: left;
    width: 30%;
}

.date-col-day span a {
    color: var(--green);
    font-weight: 700;
}

.calendar-section{
    position: sticky;
    top:70px;
}

.noslot{
background: var(--bg-rec-red);
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    color: #fff;
	}
	
	.review-box h6{
		font-size: 20px;
    font-weight: 600;
	}

#secondary_nav , .secondary_nav{
 
    background-color: var(--cyan) !important;
    position: relative;
    bottom: -3px;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 15px !important;
	box-shadow: none !important;
	border-radius: unset !important;
	color: #fff !important;
}

@media only screen and (max-width: 767.98px){
	.calendar-section{
		position: unset;
		top:0px;
		margin-bottom:20px;
	}
	
}

ul{
	padding-left:1rem;
}

.review-heading{
font-size: 20px;
    font-weight: 600;

}

.psy-degree{
	color: #787878;
    font-weight: 600;
    margin: 5px 0px;
}

.logo-footer img{
	height: unset !important;
}

.msg-text{
	font-weight: 600;
}
.chat-panel {
    box-shadow: rgba(0, 0, 0, 0.25) 3px 4px 18px -4px;
    height: 400px;
    
}

.wrapper_indent p span{
	font-bold: 400 !important;
	
	font-size: 16px;
}

.chat-radio label {
    padding: 5px 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 9px;
    cursor: pointer;
    z-index: 90;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: var(--green);
	text-align: center;
}

.chat-input-section{
	justify-content: flex-start;
}

.chat-radio tbody tr {
    display: flex;
    flex-direction: column;
}

.offer-line {
  padding: 10px;
    background: var(--bg-back-green);
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
}

</style>
<style>
		.star-rating {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.c-star {
  width: var(--size, 20px);
  height: var(--size, 20px);
  fill: lightgrey;
  stroke: #fed94b;
}
.c-star.active {
  fill: #fed94b;
}

.svg-rating{

	display: flex;
	justify-content: center;
	align-items-center:center;
}


@media only screen and (max-width: 767.98px){

.svg-rating{
	width: unset;
	display: flex;
	justify-content: space-between;
	align-items-center:center;
	flex-direction: column;
}

.small-device{
	flex-direction: column;
	align-items: flex-start !important;
}

.small-device h1{
	margin: 10px 0px !important;
}



.svg-rating small{
	margin: 10px 0px !important;
}

}

.profile h1 {
   
    margin: 10px 0;
}

.speciality{
	font-size: 14px;
    color: var(--text-green);
}

.booking-card .card-body {
    min-height: 260px;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.card-title{
	margin-bottom: 0px;
}



.sidenav{
		display: none !important;
	}
	
	
	
	.logo{
		display: flex;
		align-items: center;
		margin-right: unset;
	}
	

	 .footer-top {
  
	display:none;
}

        .price-button:hover {
            width: 100% !important;
        }

        @media (max-width: 768px) {

            .pricing-table .price-tag .amount {
                letter-spacing: -2px;
                font-size: 40px;
            }

            .red-bg-color {
                height: 300px
            }
        }

        .second-section {
            max-width: 600px;
        }
		
		.book-button a{
			background: #ff6501;
    color: #fff;
    box-shadow: 0px 2px 5px #ff6501;
	    border-radius: 20px;
		font-size: 20px;
    font-weight: 700;
		}
		
		
		.book-button a:hover{
			background: #fff;
    color: #ff6501;
    box-shadow: 0px 2px 5px #ff6501;

		}
		
		.personal-info{
			min-height: 385px;
		}
		
		.pulsate {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
	font-size:22px;

}

@-webkit-keyframes pulsate {
    0% { 
        font-size: 22px;
    }
    50% { 

		        font-size: 25px;

    }
    100% { 

		        font-size: 30px;

    }
}

.banner-wrapper{
	max-width:900px;
}

@media only screen and (max-width: 575.98px){
.banner-wrapper .banner-header h1 {
    font-size: 40px!important;
    text-shadow: none!important;
}
}

@media only screen and (max-width: 1399px){
.video-section {
    position: relative;
    height: 530px!important;
}
}


@media only screen and (max-width: 767.98px){

.program-overlay-home {
    width: 100%;
    height: 100%;
   background: linear-gradient(91deg,rgb(30 30 30) 0,rgba(43,87,128,0) 100%);
    position: absolute;
    z-index: -10;
    width: 100vw;
    background-image: none!important;
    clip-path: ellipse(150% 100% at 100% 100%)!important;
}

.font-25{
	font-size: 16px !important;
}


}

.program-overlay-home {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.8) !important;
    
    box-shadow: 0px 4px 30px #ede9fe;
    border: solid 1px var(--bg-white);
}


.pricing-table {
    background: #fff;
    box-shadow: unset;
    padding: 0;
    border-radius: 4px;
    transition: .3s;
    min-height: 350px;
    position: relative;
}

.pricing-table .price-button {
    display: block;
    color: #fff;
    margin-top: 0;
    padding: 0.75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.price-button:hover {
     width: 100% important;
}

.pricing-table .price-tag {
    margin-top: 1rem !important;
    text-align: center;
    font-weight: 500;
}



.divmsg{
	display: none;
}

.badging-list .badge{

	background-color: var(--bg-back-yellow);
    border-radius: 3rem;
    margin-right: 1.2rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    color: #be9610;
    font-size: 18px;
}

.font-25{
	font-size: 25px;
	font-weight: 700 ;
	color: var(--text-green) !important;
}

 .nav-container {
      position:sticky;
	  z-index:9999999;
        top: 0;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
		background: #fff;
    }

    nav.menu {
        display: flex;
		justify-content:space-between;
		margin:0 25px;
		background: #fff;
		z-index: 999;
    }

    ul {
        list-style-type: none;

    }

    ul.navbar li {
        display: inline;
    }

    .main-container {
        height: 1200px;
    }

    

    nav a {
        text-decoration: none;
        color: #112e51;
    }

    ul.navbar {
        display: flex;
    }

    ul.navbar>li a {
        padding: 8px;
        border: 1px solid transparent;
        background: white;
        border-radius: 8px;

    }

    ul.navbar>li a:hover {
        padding: 8px;
        border: 1px solid black;
        border-radius: 8px;


    }

    @media screen and (max-width: 600px) {
        nav.menu {
           
            text-align: center;
        }

       
        ul.navbar {
            justify-content: center;
        }


    }
	
	.main-wrapper {
    top: 0px !important;
    position: relative;
}

.side-layout{
	display:none !important;
}

.float , #whatsapp_chat_widget{
	display: none !important;
}

.Tawk_Call , .tawk-min-container{
	display: none !important;
}

.card-label>input{
	margin-top:0px !important;
	padding:0px 15px 0px;
}

.booking-card .card-body {
    min-height: 385px;
}

.float-watsapp svg{
	width: 50px;
    height: 50px;
    bottom: 150px;
    right: 40px;
    
    border-radius: 50px;
    text-align: center;
   
    z-index: 100;
}


.search-area{
	background: #e36a6a;
}

.btn-red{
	
	background: #ffad22;
    color: #000;
	font-size: 1rem;
}


.btn-red-dark{
	background: #ffad22;
    color: #000;
	font-size: 1rem;
}

.btn-red:hover , .btn-red-dark:hover{

	color:#fff;
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
}


.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ef8f6e;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ef8f6e;
  }
}


.love span span {
    position: relative;
    opacity: 0;
    animation: move-text 0.75s forwards;
}

.love{
font-size:38px;
font-weight:700;
}

@keyframes move-text {
    0% { bottom: -0.2em; opacity: 1; }
    50% { bottom: 0.2em; }
    100% { bottom: 0; opacity: 1; }
}

.love span span:nth-child(1) {
  animation-delay: 0.9s;
}
.love span span:nth-child(2) {
  animation-delay: 1s;
}
.love span span:nth-child(3) {
  animation-delay: 1.1s;
}
.love span span:nth-child(4) {
  animation-delay: 1.2s;
}
.love span span:nth-child(5) {
  animation-delay: 1.3s;
}
.love span span:nth-child(6) {
  animation-delay: 1.4s;
}
.love span span:nth-child(7) {
  animation-delay: 1.5s;
}
.love span span:nth-child(8) {
  animation-delay: 1.6s;
}
.love span span:nth-child(9) {
  animation-delay: 1.7s;
}
.love span span:nth-child(10) {
  animation-delay: 1.8s;
}
.love span span:nth-child(11) {
  animation-delay: 1.9s;
}
.love span span:nth-child(12) {
  animation-delay: 2.0s;
}
.love span span:nth-child(13) {
  animation-delay: 2.1s;
}
.love span span:nth-child(14) {
  animation-delay: 2.2s;
}

.love span span{
	letter-spacing:-5px;
}

.discounted-price li{
	color: #60b246;
	font-weight:600;
}

.discounted-price li span{
	color: #60b246;
	font-weight:600;
}

#media-video{
	transform: rotatey(190deg);
}

.therapy-overlay-home {
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg,rgb(123 123 123 / 48%) 0,rgb(40 39 35 / 23%) 100%);
    position: absolute;
    z-index: -10;
	display:none;
}

.search-area {
    background: var(--default);
}

.form-center{
	z-index: 99999;
}

.booking-card table tbody tr td{
	display:flex;
	align-items: flex-start;
}


.booking-card table tbody tr td input[type=radio]{
	margin-top:5px;
}

.body-wrapper{
	margin-top:80px;
}

.offer-stripe{
	display: none;
}

.off-25{
position: absolute;
    top: 95px;
    right: 20px;
}

.off-33{
	position: absolute;
    right: 5%;
    bottom: 50%;
}

.off-36{
	position: absolute;
    right: 5%;
    bottom: 33%;
}

.off-40{
	position: absolute;
    right: 5%;
    bottom: 15%;
}



.input-hide>input[type=checkbox]{
	display:none;
}

@media only screen and (max-width: 767.98px){
	
	.off-25{

    top: 72px;
    
}

.off-33{
	
    bottom: 50%;
}

.img-40{
	margin-top:20px;
	height:145px !important;
}

.banner-wrapper .banner-header p{
	font-size: 25px !important;
	line-height: 30px !important;
}

.client-comment p{
	font-size: unset !important;
}
	
}



#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
	height:240px;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.testimonial-box .profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}

.profile-card-div {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin-top: 0.3rem;
  max-height: 12rem;
  
}

.profile-card-img-div {
  position: relative;
  width: 33%;
  height: 100%;
  margin: 0rem 1rem 0rem;
  min-height: 12rem;
}

.profile-card-img {
  border-radius: 0.6rem;
    height: 199px;
    /* max-height: 12rem; */
    width: 100%;
    object-fit: cover;
}

.drYGSZ {
  display: flex;
  width: 65%;
  flex-direction: column;
  gap: 0.4rem;
  -webkit-box-pack: center;
  justify-content: center;
}

.profile-card-name-div {
  left: unset;
  top: unset;
  position: inherit;
  display: inline;
  font-size: 0.875rem;
  font-weight: unset;
  color: rgb(76, 76, 76);
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
  text-underline-offset: 0px;
  word-break: normal;
  border-radius: 0px;
  white-space: normal;
  cursor: unset;
  opacity: 1;
  float: none;
}

.profile-card-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(78, 97, 55);
}

.profile-profession {
  font-size: 0.9rem;
}

.profile-card {
  position: relative;
  width: 100%;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid rgba(24, 42, 136, 0.2);
  border-radius: 0.75rem;
  overflow: hidden;
  padding-top: 1rem;
  margin: 1rem ;
  background-color: rgb(255, 255, 255);
}

 .profile-card svg {
      fill: gold;
    }

    .btn-green {
      background: #17a2b8;
      color: #fff;
      border: 1px solid #17a2b8;
	  padding: 5px;
    }

    .badge-cyan {
      background-color: #eaf7f7;
      color: #006a61;
      font-size: 12px;
      font-weight: normal;
      font-weight: 600;
    }
	
	.section-header p{
			font-size:14px;
		}
	
	.line-through{
		color:#a4a4a4;
	}
	
	
	@media only screen and (max-width: 767.98px){
	
		.profile-card .btn-green{
			font-size: 13px;
		}
		
		.profile-card .btn-secondary{
			font-size: 10px;
			background-color: #ff6c37;
    color: #fff;
		}
		
		.slide-link{
			padding: 20px;
    background-color: rgba(75, 75, 75, .65);
    color: #fff;
		}
		
		
		
		.profile-card-name {
    font-size: 1.2rem;
	line-height:1.2;
	}
	
	.pricing-table{
		min-height: 500px;
	}
	
		.profile-card{
			margin: 1rem 0;
		}
	
	.testimonial-box{
		height: 255px;
	}
	}
	
	@media only screen and (max-width: 320px){
	.profile-card{
		border: none;
	}
	
		.profile-card-name {
    font-size: .9rem;
    line-height: 1.2;
}

.profile-card-img-div {
    position: relative;
    width: 33%;
    height: 100%;
    margin: 0rem 1rem 0rem 0rem;
    min-height: 12rem;
}

nav.menu {
   
    margin: 0 0px !important;
    
}
	
	}
	
	.swal2-container.swal2-in {
    background-color: rgba(0,0,0,.4);
    z-index: 999999;
}
	
	.coupon-input input{
		height: 40px !important;
		min-height: 40px !important;
	}
	
	.firt-box table tbody tr td{
		padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #565656;
	}


.btn-green {
    background: #17a2b8 !important;
    color: #fff;
    border: 1px solid #17a2b8 !important;
    padding: 5px;
}

.btn-green:hover {
    background: var(--bg-back-green) !important;
	color: #000;
}

.contact-form {
    
    backdrop-filter: brightness(1.1) saturate(150%) blur(10px);
    padding: 30px 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-left: auto;
}

.contact-form {
    background: #006a616b;
}

.gradient::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.gradient.clip-1::before {
    background: linear-gradient(rgb(226, 242, 240) 13.14%, rgba(226, 242, 240, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0) rotate(0deg);
    clip-path: polygon(0px 1%, 100% 28%, 100% 100%, 0px 100%);
}

.social-panel{
	display: none !important;
}

.certification{
	width: 70px;
																background: #fff;
																padding: 0px;
																border-radius: 15px;
																box-shadow: 0px 2px 5px #919191;
}


.card-plan {
  
  flex-direction: row;
  background-color: #696969;
  border: 0;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  margin: 1.5em auto;
  display: flex;
    align-items: center;
    border-radius: 5px;
}
.card-plan.dark {
  color: dimgray !important;
}

.card-plan.dark .card-title {
  color: #fff !important;
}


.card-plan.bg-light-subtle .card-title {
  color: #000;
}

.card-plan img {
  max-width: 25%;
  margin: auto;
  padding: 0.5em;
  border-radius: 0.7em;
}
.card-body {
  display: flex;
  justify-content: space-between;
}
.text-section {
  max-width: 70%;
}
.cta-section {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.cta-section .btn {
  padding: 0.3em 0.5em;
  /* color: #696969; */
}
.card-plan.bg-light-subtle .cta-section .btn {
  background-color: #898989;
  border-color: #898989;
}
@media screen and (max-width: 475px) {
  .card-plan {
    font-size: 0.9em;
  }
}


.bg-subtle-blue{
    background-color: #cfe2ff;
}

.bg-subtle-green{
    background-color: #d1e7dd;
}

.bg-subtle-yellow{
    background-color: #fff3cd;
}

.bg-subtle-red{
    background-color: #f8d7da;
}

.bg-subtle-gray{
    background: #fbfbfb;
}

.bg-subtle-info{
    background-color: #cff4fc;
}


.shadow-float{
    transition: 0.25s ease;
}
.shadow-float:hover {
    box-shadow: 0 5px 5px -5px #eee, 0 10px 10px -5px #eee, 0 15px 15px -5px #eee, 0 20px 20px -5px #eee;
  transform: translateY(-15px);
}

        .card-body {
            padding:1rem !important;
        }

        .badge-danger {
            padding: 5px 10px;
            border-radius:10px;
            background:var(--bg-green) !important;
            color:var(--text-green);
        }

        .card-label>label {
    background-color: #fff;
    color: #373535;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0 7px;
}

        #secondary_nav, .secondary_nav {
           background-color: rgba(7, 124, 88, 0.11) !important;
    color: #0f5a64 !important;
          
        }

      .secondary_nav  .card-title{
            color: #fff !important;

      }

      .table-radio table tbody tr td{
          margin:0 20px;
      }
	  
	  
	  
	  .company-name{
		color: #1cb098;
    font-size: 22px;
	font-weight:700;
	}
	
	.btn-sign{
		padding:0px 10px;
		height: 30px;
		line-height: 28px;
	}
	
	.category-item{
		cursor:auto;
	}
	.faq-accordion .accordion-item .accordion-header{
		padding:20px 20px;
	}
	
	
	
	@media only screen and (max-width: 767.98px){
		.phn-column{
			flex-direction: column;
		}
		
		.nlu-logo{
			text-align:right;
		}
		
		hr:not([size]) {
    height: 1px;
    width: 100%;
}
	
	hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #efefef;
    border: 0;
    opacity: 1;
}

.call-section-row {
    flex-direction: column !important;
}

.call-section-button{
	margin-top:20px;
}
		
	}
	
	.call-section {
    flex-flow: column nowrap;
    width: auto;
    margin: auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.call-section-row {
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.call-section-grid {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    column-gap: 2%;
    width: 73.5%;
}

.call-section-content {
    flex-flow: column nowrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 0.5rem 0;
    margin: 0;
    padding: 0;
    width: auto;
}

.call-section, .call-section-content {
    display: flex;
    cursor: unset;
    opacity: 1;
    position: relative;
}

.call-section-content h5 {
    font-size: 1rem;
    line-height: 24px;
    opacity: 1;
    font-weight: 500;
    color: #4c4c4c;
    text-align: left;
    margin: 0;
    padding: 0;
}

.call-section-button .button {
    padding: 1rem 1rem;
    line-height: 1;
    width: fit-content;
    min-width: 12.5rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 2rem;
    border: 2px solid #1cb098;
    overflow: hidden;
    letter-spacing: .08rem;
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent;
    color: #1cb098;
}

.accordion-body p{
	padding:15px;
}

.Space label
{
   margin-left: 20px;
}

.secondary_nav .card-title{
	color:#0f5a64 !important;
	font-weight:700;
}



.new_prfile h2 {
    font-size: 20px;
}

.hedng_mnth h1.middle-text {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
}

.date-col-day span {
    font-size: 12px;
	padding: 15px 20px;
}


@media(max-width: 767px){
	
	.hedng_mnth h1.middle-text {
    font-size: 20px;
   
}
.offer-line {
    padding: 7px;
  
    font-size: 14px;
    
}
    .new_prfile h2 {
        font-size: 20px !important;
    }

.date-col-day span {
        font-size: 12px;
        padding: 15px 8px;
        letter-spacing: 0;
        width: 88px !important;
    }
.date-col-day .arrow-calender, .month-col button {
    width: 30px;
    height: 30px;
 
}
    .section-doctor, .section-features, .section-search {
        padding: 40px 0;
    }
	
	h2 {
   
    font-size: 22px !important;
	letter-spacing: 0;
}
.counselng_scn tbody tr td {
    width: 50%;
}
.counselng_scn tbody tr td label {
    letter-spacing: 0;
}
.counselng_scn .table-radio {
    padding: 0;
}
.counselng_scn .form-group.card-label label {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}
.counselng_scn .form-group.card-label input {
    height: 38px;
    min-height: 38px;
}
.counselng_scn .form-group.card-label select {
    min-height: 38px;
}
}