@charset "utf-8";
/* CSS Document */
body{
    font-family: Arial Round, sans-serif;
}


h2 { font-family: Arial Rounded MT, Helvetica Rounded, Arial, sans-serif; }
h3 { font-family: Arial Rounded MT, Helvetica Rounded, Arial, sans-serif; }
h6 {font-family: Arial Round, sans-serif; color: #009698;}
p{ font-family: Arial Round, sans-serif;}

blockquote { font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;}
pre { font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif; }

.number-text{
	font-size: 16px;
	border:solid 2px #FBFBFB;
	border-radius:30px;
	margin:10px;
	padding: 4px 10px 4px 10px;
	text-align:center;
	color:#FFFFFF;
	}
.number-text a{	
	text-decoration:none;
	color:#FFFFFF;
	}
.number-text a :hover{
		color:#0750a4;

	}

.facts-color {
    font-size: 38px;
    color: #154ba3!important;
    font-weight: 900;
}	

.text-primary-inner{
	font-size: 18px;
    color: #2a55b1;
    font-weight: 600;
}
.insurance{
	text-align:center;}	

.section-heading{
    color:#009698;
    text-align: center;
    padding: 10px
        
}
.bar{
    border-right: solid 2px #C1C1C1;
}

.ap-box-1 a{
    background-color: #CFA8CE;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.ap-box-2 a{
    background-color: #A599B8;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.ap-box-3 a{
    background-color: #9098CB;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.ap-box-4 a{
    background-color: #5CD2C0;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.ap-box-5 a{
    background-color: #5997A6;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.ap-box-6 a{
    background-color: #C4BC37;;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.ap-box-7 a{
    background-color: #678BB0;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}
.ap-box-8 a{
    background-color: #FF609C;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
}


.ap-box-1 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}
.ap-box-2 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}
.ap-box-3 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}
.ap-box-4 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}
.ap-box-5 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}
.ap-box-6 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}
.ap-box-7 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}
.ap-box-8 a:hover{
    background: #009698;
  transition: all 300ms linear 0ms;
}


.mobile-enquire{
    display: none;
}





@media only screen and (max-width: 767px) {
.img-fluid{
	margin-top: 5%;
	width:150%;
}
    .mobile-enquire{
        display:block;
    }
  .banner-image {
    display: block !important;
}

.play-icon {
    top: 63% !important;}
	
	.header-top{
	float:right;
	}
    
	
  }



 
    


   
    

.dr-appointment-box{
    margin-top: 30px;
    text-align: center;
}

.dr-appointment-box a{
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    background-color: #005A92;
    
}

.dr-appointment-box a:hover {
  background: #009698;
  transition: all 300ms linear 0ms;
}

.form-control {
            position: relative;
            display: block;
            width: 100%;
            padding: 10px 15px;
            color: rgba(0, 0, 0, 0.6);
            /* font-weight: 600; */
            height: 45px;
            font-size: 16px;
            background: none;
            border: 1px solid #1c3e7d78;
        }

          ::placeholder {
            color: rgba(0, 0, 0, 0.6) !important;
            /* opacity: 0.7; */
        }

        .submit-btn {
            background: #0255a8;
            color: #fff;
            border: 1px;
            outline: none;
            border-radius: 150px;
            padding: 20px 30px 20px 30px;
        }
.submit-btn:hover{
    background: #009698;
     transition: all 300ms linear 0ms;
}

        .btn-wrapper {			
            height: 100%;
			display: flex;
            align-items:center;
            justify-content:center;
			margin-bottom:-10px;
            
        }

        #apptDate {
            cursor: pointer;
        }

  .fac-contents{
    font-size: 15px;
    color: #8f8d8e;
    font-family: sans-serif;
	padding:10px;
	}
	
.text-grayes{
	color: #8f8d8e!important;
    font-weight: 600;
    font-size: 15px;
	}
	
.text-primaryes{	
    font-family: Arial Round, sans-serif;
	font-size: 1.25rem;
    line-height: 1.2;
    color: #005a92!important;
    font-weight: 700;
    
	}	

	
  .banner-image {
    display: none;
}
.header-text-inner-text{
    color: #005a92;
}
.header-text-inner{
    background-color:#005A92 ;	
	padding:15px;
	border-radius:150px;
	margin-top:16px;
    float: right;
	}
.header-text-inner img{
    width: 36px;
    height: 27px;
}
.header-text-inner:hover{
     background-color:#009698 ;	
    transition: all 300ms linear 0ms;
}
.header-text-inner a{
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
    font-weight: 600;
	}	
.header-text-inner i{
		color:#FFFFFF;
	}

.header-text-inners{
    background-color:#009698 ;	
	padding:15px;
	border-radius:150px;
	margin-top:16px;
    float: right;
	}
.header-text-inners img{
    width: 36px;
    height: 27px;
}
.header-text-inners:hover{
     background-color:#005A92 ;	
    transition: all 300ms linear 0ms;
}
.header-text-inners a{
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
    font-weight: 600;
	}	
.header-text-inners i{
		color:#FFFFFF;
	}
	

	
.border-right-white{
	border-right: 2px solid #FFFFFF;}

.border-right-white-none{
    border: none !important;
}
		
.header-inner{
		margin-top:5px;
		text-align:center;
		}
		
	.border-right-white p{
		font-size:14px;}	

	

	.number-text :hover{
		color:#0750a4;

	}
	
.fa-phone{
	margin:5px;
	color:#FFFFFF;
}
	
	.card-body{
		padding:20px;}

.kidney-banner{
	position:inherit;

}

.carousel-item-inner p{
	margin-top: -22px !important;
    color: #fff !important;
    font-size: 21px !important;
	margin-bottom: 1rem !important;
	font-weight: 100 !important;
	font-family: sans-serif;
	}
.submit-btn{
	float:left;
	}
.stone-inner{
	padding:60px;
	margin:5px;
}
.book-inner{
	padding: 10px 30px 0 30px;}
.book-inners{
	color:#13468a;
}

.cost-only-calculator {
    text-align: center;
	margin-top:45%;    
    color: #FFF !important;
    font-weight: 600;
	}
.eswl-inner{
	padding:20px;
	background-color:#FFFFFF;
	}
.eswl-inner h2{
	text-align:center;
	padding:5px;
	
}
.pest-p{
		color:#6d6d6d;
		}
.why-Choose-box{
    padding: 60px 0 60px;
}
.why-choose-primary{
    background-color: #005a92;
    margin-top: 60px;
}


.Why-bg-banner{
    margin-top: 60px;
    background-image:url(../../Images/Why-Choose-Us.jpg)
}		
.bg-banner{
    	background-image:url(../../Images/Depositphotos.jpg) !important;
        background-position: center center!important;
        background-repeat: no-repeat!important; 
       
}		
.testimonial-titel{
	margin-bottom: -60px;
	color:#009698;
	font-weight: 700;
	text-align:center;
	}
			
.header-p{
		color:#6d6d6d;
		}
.accordion {
  margin-top:15px;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border:solid #B5B5B5 1px;
  border-radius:10px;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 
}
.machine-image-inner{
	padding:40px;}
.machine-image-inner img{
	width:100%;
	
}	
.machine-inner p{
	padding:50px 50px 50px 10px;
	margin-top:10%;}	
	
	
.dr-body{
	margin-top:50px;
	margin-bottom: 50px;
	}
.header-text-inner-mobile{
    display: none;
}
.header-text-inner-web{
        display:block;
    }
.cardiac-logo{
    margin-top: 20px;
}


.cardiology-section{
    background-color: ##0255a8 !important;
}


@media only screen and (max-width: 700px) {
.machine-inner p{
	padding:10px;
	margin-top:0px;
	
}
    .border-right-white-none-mobile{
        border: none;
    }
    
    .dr-appointment-inner {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
}
    .cardiac-logo{
        margin-top: 0px;
        width: 217px;
        left: 18%;
        position: relative;
}
   .bar {
  border: none;
}
	.dr-body {
    margin-bottom:0px !important;
}
.cost-only-calculator {
    max-width: 451px;
    text-align: center;
	margin-top:100px;
	margin-bottom:20px;
	}
    
	.header-inner{
		margin-top:2px;
		}
    .header-text-inner-web{
        display: none;
    }	
		
		.header-text-inner{
	padding:10px;
	margin:0px;
	width:100%;
	}
    
     .header-text-inner-mobile{
         display: block;
        margin-top: 32px;
        padding: 5px;
        width: 35px;
         height: 35px;
         background-color:#F32329 ;	
}
  

.header-text-inner-mobile:hover{
     background-color:#009698 ;	
    transition: all 300ms linear 0ms;
}
    
    
     
.header-text-inner a{
	font-weight:400;
	text-decoration:none;
	font-size:14px;
	}
	.header-text-inner i{
	
	font-size:12px;
	}
    
     .header-text-inners{
	padding:10px;
	margin:0px;
	width:100%;
	}
.header-text-inners a{
	font-weight:400;
	text-decoration:none;
	font-size:14px;
	}
	.header-text-inners i{
	
	font-size:12px;
	}
	
    .book-box{
        display: none;
    }
    
  }
.header-text{
	color:#009698;
    
	}
.header-texts{
	color:#FFFFFF;
	}	
	
.btn-inner{
	margin-bottom:30px;}	
.footer-text-inner a{
	text-decoration:none;
	color:#FFFFFF;
}
.footer-inner{
	padding:20px;}

.footer-text-inner{
	font-size:22px;
	padding:10px;
	text-align:center;
    background-color: #005A92;
	border:solid 2px #FFFFFF;
	border-radius:40px;
}
.footer-text-inner:hover{
    background-color: #009698;
    transition: all 300ms linear 0ms;
}
.bg-need{
	background-color:#005A92;
	}
.dr-appointment-inner {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.dr-appointment-inner li{
    list-style-type: none;
    margin: 10px;
    margin-top: 20px;
} 



.floating-buttons-inner a{
	color:#FFFFFF;
	text-decoration:none;}
.sticky{
	border-radius: 10px 10px 0 0;
	padding:8px 30px 8px 30px;
	background-color:#125DAA;
	font-weight: 500;
}
.sticky1 img{
    -webkit-transform: rotate(90deg);
}
.sticky:hover{
    background-color: #009698;
    transition: all 300ms linear 0ms;
}
.symptoms-image{
	
	padding:50px;
	}
	
.symptoms-inners{
	margin:5px;
	background-color:#f1f1f1;}
	

.symptoms-inner h5{
	text-align:center;}

.symptoms-inners img{
	text-align:center;
	padding:60px;	
	
	}
.symptoms-inners p{
	text-align:center;}
.symptoms-inners{
	text-align:center;
	padding:10px;
}
.bg-back{
	background-color:#F9F9F9;}
	
.img-hover:hover {
    border: 12px solid #f1f1f1;
    box-shadow: inset 0px 0px 0px 5px #fff;
    box-sizing: border-box;
}
.symptoms-inners p:hover{
	border-left:solid 2px #e7b220;
    padding-right: 20px;
    align-items: center;
}

.submit-enquiry{
	background-image:url(../images/icon/submit-enquiry.png)
	}
.schedule-ppointment-image{
	background-image:url(../images/icon/schedule-appointment.png)
	}
.share-your-reports-image{
	background-image:url(../images/icon/share-your-reports.png)	
	}
.insurance-approval-image{
	background-image:url(../images/icon/insurance-approval.png)
}
.admissions-and-treatment-image{
	background-image:url(../images/icon/admissions-and-treatment.png)
	
	}
.card-header a{
	color:#000000;
	text-decoration:none;}


.investing{
	margin-bottom:40px;
	
	}
.kidney-stone-innter-text{
	text-align:center;
	padding:10px;
	}
	
.kidney-stone-innter-text p{
	height:100px;
	border-radius:30px;
	margin:20px;
	background-color:#E9BBB5;
	padding:30px 20px 30px 20px;}
	
	.kidney-stone-innter-text1{
	text-align:center;
	padding:10px;
	}
	
.kidney-stone-innter-text1 p{
	height:100px;
	border-radius:30px;
	margin:20px;
	background-color:#E7CBA9;
	padding:30px 20px 30px 20px;}
	
	.kidney-stone-innter-text2{
	text-align:center;
	padding:10px;
	}
	
.kidney-stone-innter-text2 p{
	height:100px;
	border-radius:30px;
	margin:20px;
	background-color:#AAD9CD;
	padding:30px 20px 30px 20px;}


.testimonial {
	padding: 75px 0 50px;
    background-color: #2a55b1!important;
}

.health {
    padding-top: 30px;
    font-size: 35px;
    color: #fff;
    font-weight: 900;
}
.testimonial-content {
    margin-top: -22px;
    color: #fff;
    font-size: 21px;
}


.carousel-control-prev-icon {
  background-image: url(../../Images/left-icon.png);
     height: 35px;
    width: 35px;
    background-color: #FFF;
    border-radius: 50px;
}
.carousel-control-next-icon {
  background-image: url(../../Images/right-icon.png);
     height: 35px;
    width: 35px;
     background-color: #FFF;
    border-radius: 50px;
}





.testimonial-content{
	padding:20px;}
.brand-image{
    margin-top: 15px;
    margin-bottom: 15px;
}

.brand-image img{
    border-radius: 15px;
}
.web-enquie{
    display: block;
}

@media only screen and (max-width: 767px) {
.symptoms-inners img {
	padding:15px;	
  }
    .web-enquie{display: none;}
    .appointment-body-inner{
        margin-top: 15px;
    }
  .pain{
	  padding:12px 0px 10px 0px;
	  }
  }


@media only screen and (max-width: 767px) {
	
	.dr-text{
		margin-top:0px;
			
	}
	.text-whites img {
      
}
	
	.section{
	padding:10px !important;
	}
.about-body {
    padding: 10px !important;
}
	}

.doctor-about{
	background-color:#9aede7;
	
}
.counter-inner{
	margin-top:20px;}

.mobile{
	margin:50px 0 50px 0;}
.dr-name{
	
    padding: 10px;
    background-color: #eb243c;
	}
.dr-name h3{
	font-weight:700;
	
	}
.dr-name h5{
	font-weight: 700;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #6d6d6d;
}
	
		
	
	
.dr-image img{
	
	width:100%;
	
}
.dr-text{
	padding:0px 30px 0px 30px;
}
.dr-text h5{
	color:#005A92;
	}
.dr-text p{	
	font-weight: 400;
    font-size: 15px;
    color: #6d6d6d;
}
	.dr-text h4{	
	font-weight: 900;
    color: #6d6d6d;
}
	
.more{
   display: none;
}

.bg-choose{
	margin-top:50px;
	color:#000000;
	background-color:#c3fcfb;
}



.bg-copyright{
	background-color:#189241;}


	
.text-whites img{
	width:100%;
	
	}
.text-whites:hover{
	animation-delay: 0.8s; 
	animation-name: fadeInUp;
	
	}
	
		.text-whites{
	border-radius:20px;
	padding:10px;
	background: rgb(0, 0, 0, 0.15);
		
}	
.text-whites img:hover{
	border-radius:20px;
	border: 3px solid #EA242A;
}
.why-image-box{
    padding: 10px 65px 15px 65px;}
.why-image-box img {
    
    transition: all 300ms linear 0s;
}
.why-image-box img:hover {
    transform: scale(1.1);
    filter: grayscale(100%);
}


.text-whites p{
	font-size:18px;
	font-weight: 700;
	color:#FFF;}
	
	


 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
     .bg-copyright{
         
         margin-bottom: 70px;}
	 .text-whites{
	padding:0px !important;
	}
	
	.inner-down img {
    
    margin-left: 19% !important;
}
 }

 .padding {
     padding: 5rem
 }

 .cards {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #00bf77;
    /* background-color: #009698; */
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.drcards {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}


.cardesh {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

 .cards .card-body {
        padding: 1rem 1rem;
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 p {
     font-size: 0.875rem;
     margin-bottom: .5rem;
     line-height: 1.5rem
 }


.profile{
           margin-top: 16px;
    margin-left: 11px;
}

.profile-pic{
     width: 58px;
}

.cust-name{
     font-size: 18px;
}

.cust-profession{
     font-size: 10px;
}



.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}
.helth-package{
    background-color: #E1E1E1;
}
.heart-packages-images{
    border-radius: 10px;
    margin-top: 15px;
}

/** obstetrics-and-gynaecologyes Start **/
.about-body{
	background-color:#F0F0F0;
    margin-top: -30px;
	}
.inner-back{
	border-radius:10px;
	background-color:#FFFFFF;
	padding:30px 60px 30px 60px;
	}
.baby-inner{
	padding:20px;
	text-align:center;
	background-color:#0060ac;
	border-radius:10px;
	}
.baby-inner img{
	margin:30px;
	}
.treatments-inners :hover{
	background-color:#FFFFFF;
				}
				
.treatments-inners {
	padding:30px;
	margin-bottom: 10px;
}				

.treatments-inner{
	color:#6d6d6d;
	padding:10px;
	background-color:#ebeff0;
	 }				
				


.treatments-inner img{
	padding:10px;
	width:100%;
	
}
.treatments-inner h5{
	text-align:center;
	padding:10px;
	color: #189241;
	}
	
	.treatments-body{
	color:#FFF;
	padding: 10px;
    text-align: justify;
		 }			
		 
	.treatments-body img{
	padding: 0px 10px 10px 10px;
	width:100%;
	
}
.treatments-body h5{
	text-align:center;
	padding:10px;
	color: #FFF;
	} 

.treatments-body p{
    padding-left: 30px;
    padding-right: 30px
    
}


.dr-treatments-body{
	color:#FFF;
	padding: 10px;
    text-align: justify;
		 }			
		 
	.dr-treatments-body img{
	padding: 0px 10px 10px 10px;
	width:100%;
	
}
.dr-treatments-body h5{
	text-align:center;
	padding:10px;
	color: #005A92;
	} 

.dr-treatments-body p{
    padding-left: 30px;
    padding-right: 30px
    
}


	
.dr-image img {
    transition: all 300ms linear 0s;
}
.dr-image img:hover {
    transform: scale(1.1);
}
		 	
	.header-text-box{
		text-align:center;}
		
	.header-text-box h2{
		font-weight: 700;
		color:#009698;
		}
		
	.header-text-box p{
		color: #6d6d6d;
		font-size: 15px;
		font-weight: 400;}
				
.gynae-text{
	margin-top:40px;
	margin-bottom:-70px;}


	

.read{
	color:#213360;
	
    float: right;
	border-radius: 10px;
	border: none;
	background-color:inherit;
	}	
.read:hover{
    color: #FFF;
}
.inner-on{
	margin-top:-100px;
	padding:50px;
	}
.teat-body{
	margin-bottom:40px;
margin-top: 20px;}
	
.test-inner h3{
	color:#FFFFFF;
	text-align:center;
	background-color:#0060ac;
	position:absolute;
	top:-88px;
	left:-20px;
	padding:20px;
	border-radius:10px;
    
	}

.test-inner img{
	border-radius:25px;
	width:100%;
	}



.inner-down p{
	text-align:center;
	font-weight: 400;
    font-size: 15px;
    color: #6d6d6d;
}
.inner-down img{
	text-align:center !important;
	border-radius:5px !important;
	margin-left: 40%;
	}
 @media (max-width:500px) {
     
     
     .test-inner h3 {
 
  top: -42px;
}
     
     
     .dr-treatments-body{
	color:#FFF !important;
	padding: 10px !important;
    text-align: justify !important;
		 }			
		 
	.dr-treatments-body img{
	padding: 0px 10px 10px 10px !important;
	width:100% !important;
	
}
.dr-treatments-body h5{
	text-align:center !important;
	padding:10px !important;
	color: #005A92 !important;
	} 

.dr-treatments-body p{
    padding-left: 30px !important;
    padding-right: 30px !important
    
}

     
     
    .inner-back{
	border-radius:10px;
	background-color:#FFFFFF;
	padding:20px;
	}
.baby-inner{
	padding:20px;
	text-align:center;
	background-color:#0060ac;
	border-radius:10px;
	}
.baby-inner img{
	margin:30px;
	}

.inner-on{
	margin-top:0px;
	padding:10px;
	}
.teat-body{
	margin-bottom:40px;}
	.inner-down{
		margin:20px 0px 20px 0px;
		}
		
	.header-text{
		margin-top:15px;}	
		
	.test-inner img{
		margin-bottom:20px;}	
		
	
	
	.fa-solid, .fas {
    font-weight: 700 !important;
}	

.treatments-inners {
	padding:10px 25px 10px 25px;
	
}

.treatments-inner {
	padding:10px 35px 10px 35px;
	
}
 }
 
 .facility-text h5{
	 margin:10px 0px 10px 0px;
	font-size: 1.25rem;
    color: #2a55b1;
    font-weight: 700;

	 }
	
 .appointment-body{
    
    padding: 10px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 0px;
    border-radius: 25px 25px 25px 25px;
    padding-bottom: 25px;
}
.appointment-body-inner{
	background-color:#FFFFFF;
	border-radius: 25px 25px 25px 25px;
	}


.divider{
    
    border-bottom: solid 2px #005A92;
}












 .bottom-box{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DFF0FE;
    padding: 10px;
    text-align: center;
        display:none;
    
}

.bottom-box a{
    text-decoration: none;
color: #353a57 !important;
}



.testimonial-profile{
    
    color: #005A92;
    text-align: center;
}





@media only screen and (max-width: 600px) {
    
    
.bottom-box {
     display: block;
 }
	
	.banner-image-mobile{
	background:url(../../Images/depression-banner-mobile.jpg);
	background-size: cover;
	width: 100%;
	height: 90vh;
}
    .find-boxht{
    background-color: #DFF0FE;
    display: block !important;
    display:flex!important;
    }
    
    
 .floating-buttons{
        display: none !important;
    }
    .navigation-mobile-link {
  width:50%;
  height:70px;
  color:#353a57!important;
  text-align:center!important;
  justify-content:center!important;
  flex-grow:1!important;
  flex-direction:column!important;
  display:flex!important;
  text-decoration:none;
  border-right:1px solid #f1f1f1
 }
 .navigation-mobile-link .mx-auto {
  margin-left:auto!important;
  width:30px;
  margin-right:auto!important;
 
 }
    .sticky{ display: none;}
    .sticky1{ display: none;}

.banner-inner-test {
  font-size: 25px;
 
}
.banne-title p{
	font-size:20px;
}

.banne-title {
  padding: 15px 0 15px;
  top: 82%;
}
.pull-rights{
	margin-top:2px;
	
	}
.banner-image-window{
	display:none;
}
.banner-image-mobile{
	display:block;
	}

	
.bg-1{
	margin-bottom:10px;
}
.bg-2{
	margin-bottom:10px;
}
.text-whitess p {
    margin-top: -24px;
}
.text-whites p {
    margin-top: 12px;
	}
.Why-bg-banner {
	display:none
}
.Why-bg-banner-mobile {
	display:block;
    background-image: url(../../Images/Why-Choose-Us-mobile.jpg);
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	  
}


.button-em {
  border: 1px transparent;
  border-radius: 40px;
 }
.pull-rights a {
  background-color: #FCDA1700;
  font-size: 15px; 
}
.about-inner {
  padding: 5px;
}
.appointment-body {
  margin: 0px !important;
  padding: 15px !important;
}
.header-text-box h2 {
  font-size: 25px;  
}
    
.facility-text h5 {
	font-size:18px;
}

.empathy-section{
	padding:20px 0 20px;
	background-image: url(../../Images/empathy-banner-mobile.png);
	background-size: cover;}

.inpatient-inner-test {
  padding: 0px;
}

.health-test{
	color:#FFF;
	font-size: 18px;
    font-weight: 700;
	
}
.health-test-2{
	margin-top:20px;}
.inpatient-inner-test p{	
	font-size: 13px
}
.test-1 {
    text-align: center;
    height: 60px;
    width: 60px;
    float: left;
    border-radius: 100px;
    margin: 10px 0 0 22px;
    background-color: #9185A9;
}

test-2 {
    margin: -7px 0 0 22px;
}
.test-3 {
    margin: -7px 0 0 22px;
}

.test-4 {
    margin: -7px 0 0 22px;
}
.testimonial {
	padding: 10px 0 10px;
    
}
.heading {
	padding-top:20px;
}
.inpatient-inner-test h2{
	padding-top:10px;}

.button-em {    
    width: 224px;
}
.pull-rightss {
    margin-left: 8px !important;
}
.number-m{
	margin-top:10px !important;}

.text-whitesss{
	margin-top:35px;
	
}
.btn-primary13{
	
	
	font-size:18px;
	padding:8px 20px 8px 20px !important;
	}
.btn-primary13 {
        border: 1px transparent;
        -webkit-border-radius: 40px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        
        -webkit-animation: glowing 1300ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;
        font-weight:600;
      }
      @-webkit-keyframes glowing {
        0% {
          background-color: #fcda17;
          -webkit-box-shadow: 0 0 3px #464897;
        }
        50% {
          background-color: #fcda17;
          -webkit-box-shadow: 0 0 15px #464897;
        }
        100% {
          background-color: #fcda17;
          -webkit-box-shadow: 0 0 3px #464897;
        }
      }
      @keyframes  glowing {
        0% {
          background-color: #fcda17;
          box-shadow: 0 0 3px #464897;
        }
        50% {
          background-color: #fcda17;
          box-shadow: 0 0 15px #464897;
        }
        100% {
          background-color: #fcda17;
          box-shadow: 0 0 3px #464897;
        }
      }
      

.banne-buttom {
    top: 84%;
}

.treat-section{
	padding:0px;
}


.eswl-inner {
  padding: 0px;
}

.treatments-para button {
    
    left: 36%;
    right: 36%;
    
}
    .button-em{
        margin-left: 0px!important;
    }





}






