/* Fonts  */

*
{
   font-family: 'Mulish', sans-serif;
}

ul li, ol li
{
	padding: 5px 0px;
}
p, ul li, ol li
{
	font-size: 15px;
	color: #000;
	font-weight:400;
}


.header_logo
{
	width: 250px;
	height: auto;
}


.donate_button
{
	padding:10px 20px;
    border: 1px solid #e54459;
    font-size: 18px;
	font-weight:700;
	background: transparent;
	border-radius:50px;
color: #000;
	text-decoration: none;
	
}

.donate_button:hover
{
	background: #e54459;
	color: #fff;
}




.button-right
{
	float: right;
}

#menu
{
	padding: 20px 0px;
	background: #ddeaed;
	

}
	
#navbar_top	
{
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
}



/*  headings */

.section_heading p
{
	font-size: 18px;
	color: #124521;
	font-weight: 700;
	letter-spacing: 1.1px;
	margin-bottom: 2px;
}

.section_heading h1
{
	color: #000;
	padding: 0px;
	margin: 0px;
    font-size: 30px;
	font-weight: 700;
	line-height: 1.7;
	
}

.section_heading h2
{
	color: #1f2050;
	padding: 0px;
	margin: 0px;
    font-size: 32px;
	font-weight: 700;
	line-height: 45px;
}

.section_heading h3
{
	padding: 0px;
	margin: 0px;
    font-size: 18px;
	margin-top: 30px;
	font-weight: 700;
	color: #1f2050;
}


.section_heading
{
	padding-bottom: 16px;
}



.section_pad
{
	padding: 60px 0px;
}


.bg1
{
	background-color: #f7f7f5;
}


hr.left {
  border-top: 2px solid #db4e48;
  width: 20%;
  margin: 0px;
  opacity:1;
  margin-top: 5px;
}

hr.center {
  border-top: 2px solid #db4e48;
  width: 7%;
  opacity:1;
  margin: 0px auto;
  display: block;
  margin-top: 12px;
}

.under_line
{
	width:  275px;
	
}

/* banner */


/* enquire now vertical button css */


 #button1 {
  position: fixed !important;
  z-index: 10 !important;
  left: -7px !important;
  bottom: 35% !important;
  width: 60px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  
}

.vertical_btn
{

	
    background-color: #e44459;
	border: #e44459;
    padding: 13px 30px 10px !important;
    font-size: 16px !important;
    width: 180px;
	
}
.vertical_btn
{
	color: #fff;
	text-decoration: none;
}
.vertical_btn:hover
{
	color: #fff;
}



.banner_img
{
	width: 100% !important;
	display: block;
	margin: 0px auto;
}


.banner_formbox
{
	background-color:  #fff;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #a3a4a7;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: 35px;
}

.banner_formbox h3
{
	color: #1f2050;
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 12px;
	margin: 0px;
	text-align: center;
}

.form-control
{
	margin: 12px 0px;
	border-radius:50px !important;
	padding: 13px 20px;
}

.form-control:focus, .form-select:focus 
{
    color: #212529;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
	
}

.validation
{
	color: #f76c6c;
	font-size: 14px;
}

.submit_btn
{
    background-color: #1f2050;
    border: none;
    padding: 13px 35px;
    font-weight: 500;
	color:#fff;
	border-radius:50px;
	margin: 0px auto;
	display: block;
}

.submit_btn a 
{
	text-decoration: none;
	color: #fff;
}
.submit_btn:hover
{
	background-color: #221f1e;
}


/* new banner section */

.banner_icon_box img
{
	width: 45px;
	margin-bottom: 10px;
	
}

.banner_icon_box h3
{
	font-size:16px;
	color: #000;
	font-weight: 700;
	margin-top: 5px;
	line-height: 1.5;
}

.heading_color
{
	color: #e44459;
	font-size: 35px;
	font-weight: 600;
	line-height:1.4;
}


/* about us section css*/

.about_sec
{
	background: #e44459;
	padding: 65px 35px;
	border-radius: 15px;
}

.about_box
{
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	margin: 10px 0px;
	
}
.about_box h3
{
	font-size: 20px;
	color: #1f2050;
	font-weight: 700;
}
.about_box img
{
	width: 75px;
	height: auto;
	margin-bottom: 15px;
}


/* table css */


.table_padding
{
	
	border-radius: 15px;
	margin-top: 25px;
}
.table
{
	border-radius: 15px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}

.table-striped>tbody>tr:nth-of-type(odd)>* 
{
    --bs-table-accent-bg: #fff;
}
.table>:not(caption)>*>* 
{
	background-color: #f2f2f2;
}
.table>:not(:first-child) {
    border-top: none !important;
}

.table tbody img

{
	width: 18px;
	margin-right: 5px;
}

.table tbody
{
	padding-bottom: 20px !important;
}

.table_padding h2
{
	font-size: 35px;
	color: #1f2050;
	line-height:1.2 !important;
}

.table-subheading
{
	font-size:20px;
	line-height:1.2;
}
.table thead
{
	background: #f2f2f2;
	border: none !important;
	border-radius: 15px;
}

.table_img
{
	width: 75px;
	height: auto;
	margin-bottom: 10px;
}

tbody, td, tfoot, th, thead, tr
{
	border: none;
	padding: 15px !important;
}

.table tbody td p
{
	display: inline-flex;
	align-items: center;
	margin-bottom: 0px;
}

.fa-window-close-o
{
	color: #c42b1c;
	font-size: 14px;
	margin-right: 5px;
}

.fa-check-circle-o
{
	color: #689f38;
	margin-right: 5px;
}


/* Symptoms of Piles/ Hemorrhoids section css */

.olist
{
	padding-left: 15px;
}

/* Faq's section css */

.accordion-item
{
	border: none;
	border-bottom: 1px solid #000;
}

.accordion-button:not(.collapsed)
{
	color: #000;
}
.accordion-button
{
	padding: 1rem 0rem;
}

.accordion-button:focus
{
	box-shadow: none;
	border-color: none;
	padding-left: 10px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}


.white
{
	color: #fff !important;
}

/*IF YOU CAN ENVISION IT section css */


#envision
{
	background: #e44459;
	border-top:1px solid #fff;
}

#envision h2
{
	padding: 0px;
	margin: 0px;
    font-size: 32px;
	font-weight: 700;
	line-height: 1.5;	text-align: right;
}

#envision button
{
	background: transparent;
	border: 1px solid #fff;
	font-size: 16px;
	padding: 12px 30px;
}
#envision button a
{
	text-decoration: none;
	color: #fff;	font-size: 18px;
	
}

#envision button:hover
{
	background: #fff;
}
#envision button:hover a
{	
	color: #000;
}



/* Slick Slider */

.slick-slide
{
    margin: 0px 20px;
}

.slick-slide img 
{
    width: 100%;
}
.banner-container
{
	position:relative;
}


.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	
}

.slick-slider 
{
    margin-bottom: 60px;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden 
{
    display: none;
}

.slick-dots 
{
    bottom: -70px !important;
    
}

.slick-dots li button:before
{
	font-size: 14px !important;
	color: #e44459 !important;

}

.arrow_next {
    right: 0px;
    text-align: right;
    position: absolute;
	vertical-align: middle;
    top: 5vh;
    border: none;
    padding: 2px 11px;
    z-index: 9999;
    background: #d5d5d500;
    border: 1px solid #d3d0d0;
    border-radius: 50%;
	color: #e7272d;
}

.arrow_prev {
    left: 0px;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: 5vh;
    border: none;
    padding: 2px 11px;
    z-index: 9999;
    background: #d5d5d500;
    border: 1px solid #d3d0d0;
    border-radius: 50%;
	color: #e7272d;
}

/* Our Products section css */


.our-products img
{
	border-radius: 5px;
}


#clients
{
	padding: 100px 0px;
}


/* footer */

#footer
{
	background: #1f2050;
}
#footer p
{
	color: #fff;
}

#footer a 
{
	text-decoration: none;
	color: #fff;
	
	
} 
.phone
{
	font-size: 18px;
}

#footer a i
{
	color: #e44459;
}

.footer-logo
{
	width: 250px;
    margin-bottom: 15px;
}

.disclaimer
{
	padding: 20px 0px;
}
.disclaimer p 
{
	font-size: 18px;
	color: #e44459;
	font-weight: 600;
	margin-bottom: 0px;
}


/*  Copyright  */

#copyright
{
    background-color: #221f1e;
    padding:15px;
}

#copyright p {
	font-size: 14px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#thankyou
{
	padding: 60px 0px;
	text-align: center;
}


/*  Mbl fixed call and book appointment button */

#mob_fixed
{
	position: fixed;
	bottom: 0px;
	width: 100%;
}
.footer_fixedbox
{
	padding-left:0px !important; 
	padding-right: 0px !important;
}

.footer_fixedbox a
{
	color: #fff;
	text-decoration: none;
	font-size: 15px !important;
	font-weight: 700;
}

.blue
{
	background-color: #1f2050;
	padding: 10px !important; 
	border-top-left-radius: 14px;
}

.pink
{
	background-color: #e44459;
	padding: 10px !important; 
	border-top-right-radius: 14px;
}




@media only screen and (min-width: 1001px) and (max-width: 1200px)
{

	#envision button
	{
		font-size: 13px;
		padding: 12px 26px;
	}
	#envision h2
	{
		text-align: left;
	}
	.section_heading h1
	{
		font-size: 26px;
		
	}
	.banner_icon_box h3
	{
		font-size: 15px;
	}
	.heading_color
	{
		font-size: 30px;
	}
	.about_box h3
	{
		font-size: 15px;
		line-height: 1.5;
	}
	
}


@media only screen and (min-width: 770px) and (max-width: 1000px)
{


	.social li
	{
		padding: 7px 5px;
	}
	
	.social li:last-child
	{
		border-right: unset;
	}

	.social li:first-child
	{
		border-left: unset;
	}
	
	

	#banner
	{
		padding: 6vh 0vh !important;
	}
	#envision h2
	{
		font-size: 23px;
		text-align: left;
	}
	#envision button
	{
		display: block;
		margin: 0px auto;
		padding: 12px 25px;
	}
	#envision button a 
	{
		font-size: 14px;
	}
	.section_heading h1
	{
		font-size: 28px;

	}
	
	#topbar a
	{
		font-size: 12px !important;
	}
	
	.topbar-list li
	{
		padding: 7px 12px;
	}
	
	.section_heading h1
	{
		margin-top: 30px;
	}
	.about_box h3 
	{
		font-size: 16px;
		line-height: 1.5;
	}
	
	
	

}

 @media only screen and (max-width: 375px)
{
	.banner_icon_box h3
	{
		font-size:10px !important;
	}
	#button1 
	{
		bottom: 50% !important;
	}
}
  
 @media only screen and (max-width: 768px)
{
	
	#main_banner1 
	{
		background-image: unset;
	}
	
	#button1 
	{
		bottom: 50% !important;
	}
	.main_menu
	{
		margin: 0px;
	}
	
	.section_pad
	{
		padding: 35px 5px;
	}
		
	.section_heading h2
	{
		padding-top: 0px;
		font-size: 20px;
		padding-bottom:0px;
		line-height: 1.5;
	}
	
	
	#copyright
	{
	    padding: 15px 25px;
	}

	.header_logo 
	{
		width: 200px;
		height: auto;
	}
	
	.donate_button
	{
		padding: 10px 12px;
		font-size: 18px !important;
	}
	
	
	.ve_testimonials div.slick-active:not(.ve_testimonials div.slick-active.slick-current + div)
	{
		opacity:1;
	}
	
	.testimonial_box img
	{
		width:40px;
		margin-bottom:10px;
	}
	.slick-slider
	{
		overflow:hidden;
	}
	

	.slick-slider 
	{
		margin-bottom: 30px;
	}
	.testimonial_box
	{
		
		padding: 0px;
		margin:0px;
	}
	
	#testimonial .ve_testimonials
	{
		padding-top: 0px;
	}
	
	.section_heading h1 
	{
		color: #000;
		font-size: 24px;
		text-align: center;
		font-weight: 300;
		
	}
	.heading_color
	{
		font-size: 28px;
	}

	
	.banner_formbox
	{
		margin-top: 15px;
	}
	
	.banner_icon_box img
	{
		width: 60px;
	}

	.banner_icon_box h3
	{
		font-size:13px;
		font-weight: 800;
		
	}


	.banner_img_1
	{
		width: 250px;
		margin: 0px auto;
	}

	.form-control
	{
		padding: 8px 20px;
	}

	.mobile-column
	{
		padding-right: 0px;
	}
	
	.about_sec
	{
		padding: 20px;
	}
	.about_box
	{
		padding: 5px;
		margin: 6px 0px;
	}
	.about_box img
	{
		width: 60px;
	}
	
	.about_box h3
	{
		font-size: 13px;
	}
	.table_padding
	{
		padding: 0px;
	}
	.table-subheading
	{
		font-size:15px;
	}
	tbody, td, tfoot, th, thead, tr
	{
		font-size: 12px;
		padding: 10px !important;
	}
	
	.fa-window-close-o, .fa-check-circle-o
	{
		
		margin-right: 0px;
		display: inline-block;
		align-items: center;
		font-size: 12px;
	}
	.disclaimer
	{
		padding: 15px 0px;
	}
	
	
	.slick-dots 
	{
		bottom: 0px !important;
		margin-bottom: 0px;
		
	}

	.slick-slider
	 {
		margin-bottom: 0px !important;
		padding-bottom: 45px;
	 }
	 
	 #envision button
	{
	
		padding: 12px 25px;
	}	#envision button a	{		font-size: 15px;	}
	
	.table tbody img 
	{
		width: 14px;
		margin-right: 5px;
	}
	
	.under_line
	{
		width:  275px;
		margin: 0px auto;
		display: block;
		
	}
	
	.patients-says iframe
	{
		height: auto;
		width: 100%;
	}	#envision h2	{		font-size: 18px;		text-align: right;	}
		
}