/*-------Reset-css---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #777777;
    font-size: 15px;
    line-height: 24px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
}

p  {
	margin-bottom:15px;
	color:#686a6f;
	line-height:24px;
	font-size: 15px;
}



/*--------Navbar--------*/


.header-area    {
    padding: 30px 0px 0px;
    position: relative;
    z-index: 1200;
}

.classynav ul .Call-Us {
	padding-top:10px;
}

.classy-navbar .nav-brand  img  {
	/*width: 150px;
    position: absolute;
    margin-top: -70px;*/
    width: 246px;
    position: absolute;
    margin-top: -70px;
    margin-left: -88px;
}

.LOGO-SECTION  .Logo-Box .Icon img  {
	width:32px;
}

.LOGO-SECTION  .Logo-Box .Icon  {
	float:left;
}

.LOGO-SECTION  .Logo-Box .Info {
	margin-left:45px;
}
.section-after {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}
.section-after.style-2 {
    bottom: -10px;
}

.section-after {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}
.LOGO-SECTION  .Logo-Box .Info  h5 {
	font-size: 15px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 6px;
	font-family: 'Quicksand', sans-serif;
	color: #333333;
}

.LOGO-SECTION  .Logo-Box .Info  p {
	font-size: 14px;
}

.LOGO-SECTION .LOGO {
    width: 160px;
}

.LOGO-SECTION  {
	padding:25px 0px 0px;
}

.LOGO-SECTION  .Logo-Box  {
    padding-top: 5px;
}

.classynav ul li a {
  
}



.classynav ul .Call-Us .Call-Box .No  h5 {
	font-size: 16px;
}

.classynav ul .Call-Us .Call-Box .No  h5  span  {
	font-size:20px;
}

.classynav ul  .Call-Us  .Call-Box  {
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

.classynav ul  .Call-Us  .Call-Box  .Icon  {
	float:left;
}

.classynav ul .Call-Us  .Call-Box  .No {
	margin-left:45px;
	text-align: left;
}

.classynav ul  .Call-Us  .Call-Box  .Icon   .fa  {
    font-size: 30px;
    color: #3290c9;
}




 /*------------touch-Slider--------------*/
 
 
h1.slide-phone {
	color:#45e2f4!important;
	margin: 0px!important;
	line-height: 20px!important;
}
.bs-slider {
	margin-top: 0px;
	overflow: hidden;
	position:relative;
	background: #000000;
}

.control-round .carousel-control {
    top: 47%  !important;
    opacity: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 36px;
    cursor: pointer;
    overflow: hidden;
    line-height: 70px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

/*-------*/

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;

}

.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item  {
	/*-----
	max-height: 400px;
    height: 400px;
	---------*/
}

.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
	
}





/*---*/
.hero-slides-content {
    margin-top: 17%;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
 color: #fff;
}
.control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
 color: #fff;
}

#bootstrap-touch-slider  .left  .fa {
    margin-top: 10px;
    margin-right: 4px;
}

#bootstrap-touch-slider  .right  .fa {
   margin-top: 10px;
   margin-left: 4px;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 0px;
    bottom: 6%;
    left: 30%;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	
	padding: 5px;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 0%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 0px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color:#ff9800 ;
	content:"";
	position: absolute;
	left:-1.6px;
	top:-1.6px;
	width:17px;
	height: 17px;
	padding:3px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}






/*-------Facility-Home--------*/

 
.Heading-Box  h4  {
	position: relative;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0px;
    color: #e65d41;
}
 



/*--------About-Home---------*/
 
 
.About-Home  {
	padding:100px 0px;
}
 

/*------Footer-----*/


.Footer   {
	padding: 85px 0px 0px;
    background: url(../images/footer-bg.jpg) center top no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}
.shape-mockup {
    position: absolute;
}
#loading {
    -webkit-animation: rotation 2s infinite linear;
}

@keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(300deg);
        }
}
.Footer::before {
    background: #122629ed;
    z-index: 1200;
}

.Footer  .F-List li {
	list-style-type: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fba818;
    text-align: center;
    padding-top: 8px;
    border-radius: 2px;
    background: #48a1b1;
}

.Footer  .F-List li  a {
      color: #ffffff;
    font-size: 14px;
}

.Footer  .Footer-Box img  {
    width: 140px;
    margin-bottom: 25px;
}

.Footer .F-List li:hover  {
	background:#3290c9;
}

.Footer .F-List li:hover a {
	color:#fff;
}

.Footer  .Footer-Box  .F-Pass {
    margin: 25px 0px 15px;
	width: 90%;
	color: #fff;
}

.Footer  .Footer-Box  .More-Read {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 15px;
    display: table;
}

.Footer  .Footer-Box  .More-Read:hover {
	color:#80bef3;
}


.Footer  .Footer-Box .Title   h4  {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 48px;
    margin-top: 30px;
    background: #3e4095;
    display: table;
    padding: 8px 18px;
    text-transform: uppercase;
    border-radius: 4px;
}

.Padding-0  {
	padding:0px 0px;
}

.Footer  .Footer-Box   {
    border-left: 1px solid #e1e1e16b;
    border-right: 1px solid #e1e1e16b;
    height: 410px;
    padding: 45px 0px;
}

.Footer  .F-Inner  {
    border-bottom: 0px solid #e1e1e16b;
    border-top: 1px solid #e1e1e16b;
    position: relative;
    z-index: 1200;
}

.F-Right-Line-Remove  {
	border-left: 0px solid #fff   !important;
}

.F-Left-Line-Remove   {
	border-right: 0px solid #fff   !important;
}

.Footer  .Footer-Box  .S-List   li a  {
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 12px;
    display: table;
    text-decoration: none; 
	color:#fff;
	position: relative;
}

.Footer .Footer-Box .S-List li:hover a {
    color: #80bef3;
    position: relative;
    padding-left: 5px;
    transition: 0.3s;
}


.Footer .Footer-Box .S-List li a  .fa  {
	margin-right:6px;
}

.Footer  .Footer-Box  .S-List  li a:hover:before {
    transform: scaleX(1);
}

.Footer  .Footer-Box  .S-List   li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #80bef3;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.Footer  .Footer-Box .Points .Icon  {
	float: left;
    padding-top: 2px;
    color:#6cbbff;
}

.Footer  .Footer-Box .Points .Info  {
	margin-left:30px;
}

.Footer .Footer-Box .Points .Info  p {
	color:#fff;
}


.Footer  .Footer-Box .Points   {
    margin-bottom: 25px;
}

.Footer   .Copywrite {
    padding: 30px 0px 15px;
    text-align: center;
    border-top: 1px solid #e1e1e16b;
}

.Footer   .Copywrite  p {
    color: #ddd;
} 

.Footer   .Copywrite  p  a {
    color: #3d99bb !important;
}

 

.Footer   .Copywrite  a {
	color: #686a6f;
 }


.Footer   .Copywrite:hover  a {
	color: #3290c9;
 }


/*-------Top-Bar--------*/

.header-top-area {
	background: #3e4095 none repeat scroll 0 0;
    border-radius: 0px 0px 0px 35px;
    padding: 5px;
}

.top-left  {
	float:left;
}

.top-left   p {
	color: #fff;
    padding: 9px;
    margin-bottom: 0px;
    margin-left: 33px;
}

.header-top-left {
	position: relative;
	padding: 20px 0;
	z-index: 1;
}

.header-top-left:after {
	position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -2432px;
    width: 2630px;
    background: #fff;
    z-index: -1;
    transform: skew(0deg);
}

.header-top-left p {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 0px;
}

.header-top-right {
	padding: 5px 43px;
}

.header-top-right ul {
	text-align: right;
}

.header-top-right ul li {
	display: inline-block;
	margin-left: 10px;
}

.header-top-right ul li a {
	display: block;
	font-size: 14px;
	color: rgb(227, 227, 227);
}

.header-top-right ul li a:hover {
	color: #fff
}


.header-logo-area {
	padding:10px 0px 20px;
}

.header-logo-area  .site-logo  a  img  {
    width: 190px;
}

/*----------------*/

.Main-Title-Box h5 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Pacifico', cursive;
    color: #ff5722;
    margin-bottom: 15px;
    font-weight: 500;
}

.Main-Title-Box h1 {
	position: relative;
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}


.Border-Line  {
	margin-top: 25px;
    margin-bottom: 35px;
}

.Border-Line  .Line {
	display: block;
    width: 100px;
    border: 1px solid #ff5722;
}

.Border-Line  .Subline {
	display: block;
    width: 28px;
    border: 2px solid #ff5722;
    margin-top: -3px;

}



/*---------------*/



/*-----Gallery-------*/

.Gallery  {
	padding:100px 0px;
}

.Gallery .box{
	position: relative;
	margin-bottom: 30px;
    text-align: center;
   
}
/*----*/
.Gallery  .box:before{
    content: "";
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(to bottom, rgb(73 176 193 / 74%) 0%, rgb(73 176 193 / 77%) 100%);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
/*----*/
.Gallery  .box  img::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: #49b0c1;
    height: 100%;
    width: 0%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 1;
}


.Gallery   .box:hover:before{ opacity: 1; }
.Gallery   .box img{
    width: 100%;
    height: auto
}
.Gallery   .box .box-content{
    width: 100%;
    padding: 20px 0 30px;
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 10%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.Gallery   .box:hover .box-content{
    opacity: 1;
    bottom: 0;
}
.Gallery   .box .box-content:before{
    content: "";
    width: 100px;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background:#f53c18;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
}

.Gallery  .box h5  {
    font-size: 16px;
    letter-spacing: 1px;
    color: #f4fbf6;
}



.Gallery  .box:hover .box-content:before{ width: 100%; }
.Gallery  .box .title{
    font-size: 17px;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.Gallery   .box .post{
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #f53c18;
    width: 29px;
    margin: 0 auto 20px;
    background: #f53c18;
}

.Gallery  .content-inner  {
    margin-bottom: 65px;
}

.Gallery .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.Gallery  .box .icon li{ display: inline-block; }
.Gallery  .box .icon li a{
    display: block;
	 background: #0c9ae3;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
    width: 40px;
    height: 40px;
    line-height: 40px;
   
}
.Gallery  .box .icon li a:hover{ transform: rotateX(360deg); }
@media only screen and (max-width:990px){
 .Gallery    .box{ margin-bottom: 30px; }
}


/*---------------*/

.counter-content  {
	position:relative;
}



.counter-content  .counter-value {
    position: relative;
    z-index: 99;
    color: #fdfdfd;
    font-size: 40px;
    font-weight: 700;
    float: none;
    padding-right: 0px;
    margin: 0 auto 30px;
    text-align: center;
}

.counter-content    p  {
	font-size: 16px;
    font-weight: 500;
    color: #8deeff;
    text-align: center;
    text-transform: uppercase;
}

.counter-Box  .counter-content  img  {
    margin: 0 auto 30px;
    width: 70px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}







/*------------*/

.About-Home  .Proflile-Img  img  {
    width: 90%;
}

.Heading-box  h5 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #3e4095;
    padding: 8px 18px;
    border-radius: 4px;
    display: table;
    margin-bottom: 20px;
}

.Heading-box  h2  {
font-weight: 800;
    font-size: 39px;
    margin-bottom: 20px;
    color: #0d6b39;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: t, sans-serif;
}

.Heading-box   {
	margin-bottom:50px;
}

.Text-Center  {
	text-align:center;
}

.Text-Center h5 {
    background-color: #1d1f6a;
    padding: 8px 18px;
    border-radius: 4px;
    display: table;
    text-align: center;
    margin: 0 auto 20px;
    color: #fff;
}


/*----Read-More------*/

.slideleft:after {
    top: 0;
    z-index: -1;
    transform: translate3D(-101%,0,0);
}

.buttonfx{
	color: #fff;
    outline: none;
    background: transparent;
    border: none;
    text-transform: uppercase;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    z-index: 1;
}

.buttonfx    a {
	text-decoration:none;
	color:#fff;
}

.buttonfx:before,
.buttonfx:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #3ca2b3;
  z-index: -1;
  transform: translate3D(0,-100%,0); 
  transition: all .5s;
   transform: translate3D(-101%,0,0);
}

.buttonfx:before{
  background: #2c81aa;
  z-index: -2;
  transform: translate3D(0,0,0);
}

.buttonfx:hover{
    color: white;
}

.buttonfx:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}


/*------Services-Home---------*/

.Services-Home  {
	padding:100px 0px;
	background-image: url(../images/26807.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
}

/*----*/
.Services-Home::before {
    background: #2935378c;
    /*z-index: 1200;*/
}

.Services-Home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----*/

.Services-Home  .single-list {
	padding: 30px 30px 25px;
    background-color: #d7e7ef;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 10%;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    z-index: 1200;
    text-align: center;
}

.Services-Home  .single-list .shape1 {
	height: 66px;
    position: absolute;
    right: -15px;
    top: -25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.Services-Home .single-list .shape2 {
  height: 100px;
    position: absolute;
    right: 86px;
    bottom: 17px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Services-Home  .single-list:hover .shape1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 9;
}

.Services-Home  .single-list:hover .shape2 {
  opacity: 1;
  visibility: visible;
  right: 13px;
  bottom: 7;
  z-index: 9;
}

.Services-Home  .single-list i  img  {
    width: 50px;
    margin: 0 auto;
    padding-top: 12px;
}

.Services-Home  .single-list i {
  color: #88c250;
  font-size: 25px;
  display: inline-block;
  margin-bottom: 30px;
  height: 81px;
  width: 81px;
  line-height: 68px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color:#37d2f34d;
  color: #fff;
}

.Services-Home .single-list:hover {
  background-color: #49b0c1;
}

.Services-Home  .single-list:hover i {
  background-color: #fff;
  color: #49b0c1;
}

.Services-Home  .single-list:hover h4 a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.Services-Home .single-list:hover p {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.Services-Home  .single-list h4 {
  display: block;
  margin-bottom: 15px;
}

.Services-Home  .single-list h4 a {
  color: #081828;
  font-size: 19px;
  font-weight: 600;
}

.Services-Home .single-list:hover h4 a {
    color: #bcf783;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}



.Services-Home   .custom-padding-right {
    /*padding-right: 0 !important;
	padding-left: 0px;*/
    padding: 10px;

}

.Services-Home  .Border-Bottom-None {
    border-bottom: none !important;
}

.Services-Home  .Border-Right-None {
    border-right: none !important;
}


/*------Hospital-No--------*/


.Hospital-No  {
	padding: 90px 0px 70px;
    position: relative;
    background-image: url(../images/BG-Pattern-Counter.png) !important;
    /* background-position: center !important; */
    /* background-repeat: no-repeat !important; */
    /* background-size: cover !important; */
    background-color: #49b0c1;
}

/*----------

.Hospital-No::before, .Hospital-No::before {
    background: rgba(0, 0, 0, 0.78);
}

.Hospital-No::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------*/



/*---Testimonial-Home-----*/


.Testimonial-Home  {
	padding: 90px 0px;
	position:relative;
	background-image: url(../images/Quick-Bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.Testimonial::before, .Testimonial::before {
    background: #194850f2;
}

.Testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----

.Testimonial-Home::before {
    background: #3f8f9df0;
    z-index: 1200;
}

.Testimonial-Home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----*/


.Testimonial-Home  .testimonial-item  img {
	width: 42px !important;
    padding-top: 20px;
    position: relative;
}

.Testimonial-Home  .Text-Center h5 {
    background-color: transparent;
    padding: 0px;
    border-radius: 4px;
    display: table;
    text-align: center;
    margin: 0 auto 20px;
    color: aliceblue;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.2;
    font-family: 'Montserrat', sans-serif;
}

.Testimonial-Home  .testimonial-item   {
    width: 85%;
    margin: 0 auto;
}


.Testimonial-Home  .Heading-box h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-top: 3px;
    display: table;
    margin: -53px auto 0px;
}

.Testimonial-Home   .testimonial-item   .Client-Box   {
	float:left;
}

.Testimonial-Home   .testimonial-item   .Client-Box   .Client-Icon  img  {
	width: 60% !important;
    display: block;
    margin: 0 auto;
}

.Testimonial-Home   .testimonial-item   .Content-Box  {
	margin-left: 175px;
    padding-top: 70px;
}

.Testimonial-Home   .testimonial-item .Content-Box .C-Main-Box .Name  {
	float:left;
}

.Testimonial-Home   .testimonial-item .Content-Box  .C-Main-Box .Double-Quote  {
	float:right;
}

.Testimonial-Home   .testimonial-item .Content-Box  .Pass  {
    width: 100%;
    margin-top: 0px;
    display: inline-block;  
	color: #e3dfdf;
}

.Testimonial-Home   .testimonial-item .Content-Box .C-Main-Box .Name  h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #f56145;
}

.Testimonial-Home   .testimonial-item .Content-Box .C-Main-Box .Name  p  {
    color: white;
    font-size: 14px;
}


/*--Top-Box-Section--*/

.Box-Top-Section {
	float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -130px;
    z-index: 1200;
    margin-bottom: 70px;
}

.First-Top-Box {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	min-height: 300px;
	position: relative;
	padding: 50px 30px 50px 30px;
}

.First-Top-Box:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-top: 135px solid transparent;
	border-bottom: 120px solid transparent;
	border-left: 1720px solid #088eff;
}

.First-Top-Box:hover .Icon-B-T {
	transform: scale(1.3);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.Second-Top-Box {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	min-height: 300px;
	position: relative;
	padding: 50px 30px 50px 30px;
}

.Second-Top-Box:after {
	content: '';
	position: absolute;
	left: -1720px;
	right: 0;
	top: 0;
	border-top: 135px solid transparent;
	border-bottom: 120px solid transparent;
	border-right: 1720px solid #269cfe;
}

.Third-Top-Box {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	min-height: 300px;
	position: relative;
	padding: 50px 30px 50px 30px;
}

.Third-Top-Box:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-top: 135px solid transparent;
	border-bottom: 120px solid transparent;
	border-left: 1720px solid #45a9ff;
}

.Fourth-Top-Box {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	min-height: 300px;
	position: relative;
	padding: 50px 30px 50px 30px;
}

.Fourth-Top-Box:after {
	content: '';
	position: absolute;
	left: -1720px;
	right: 0;
	top: 0;
	border-top: 135px solid transparent;
	border-bottom: 120px solid transparent;
	border-right: 1720px solid #64b8ff;
}

.Box-Top-Section .B-T-Main {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.Box-Top-Section .Icon-B-T {
	font-size: 25px;
	text-align: center;
	display: inline-block;
	margin-bottom: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.Box-Top-Section .Icon-B-T  img  {
    width: 60px;
}

.Box-Top-Section .Icon-B-T i:before {
	color: #fff;
	font-size: 46px;
	text-align: Center;
	transition: all 0.5s;
}

.Box-Top-Section .B-T-Main h3 a {
	color: #fff;
    padding-top: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.Box-Top-Section .B-T-Main p {
	color: #fff;
	padding-top: 8px;
}

.Second-Top-Box:hover .Icon-B-T {
	transform: scale(1.3);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.Third-Top-Box:hover .Icon-B-T {
	transform: scale(1.3);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.Fourth-Top-Box:hover .Icon-B-T {
	transform: scale(1.3);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


/*-- Our-Blog --*/


.Our-Blog  {
	padding: 100px 0px 70px;
}

.Our-Blog  .Blog-Main  .B-Img  {
	float: left;
    width: 42%;
}

.Our-Blog  .Blog-Main  .B-Content  {
	margin-left: 48%;
    vertical-align: middle;
    padding-top: 22px;
    /* border: 1px solid #ccc; */
}

.Our-Blog  .Blog-Main  {
    display: table;
    width: 100%;
    border: 1px solid #cccccc73;
    margin-bottom: 30px;
    padding-right: 15px;
    border-radius: 5px;
}

.Our-Blog  .Blog-Main  .B-Content  h4 a {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    display: table;
    text-decoration: none;
    color: #282828;
}

.meta-info {
    margin-top: 20px;
}

.meta-info li {
  
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.meta-info li a {
	text-decoration: none;
    color: #888;
    font-size: 14px;
}

.meta-info li a:hover {
	color:#f53c18;
}

.meta-info li a img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
	vertical-align: middle;
}


.Our-Blog  .Blog-Main:hover   .B-Img  img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition:0.5s;
}

.Our-Blog  .Blog-Main  .B-Img  {
    overflow: hidden;
}

.Our-Blog  .Blog-Main  .B-Img  img {
    transition: 0.5s;
    border-radius: 5px 0 0px 5px;
}

.Our-Blog .Blog-Big .B-Img {
    float: none;
    width: 100%;
}

.Our-Blog .Blog-Big .B-Content {
   margin-left: 0px;
    vertical-align: middle;
    padding: 25px 25px;
    background: #51a8b7;
}

.Our-Blog .Blog-Big  .B-Content h4 a {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    display: table;
    text-decoration: none;
    color: #fff;
}

.Our-Blog .Blog-Big  .B-Content p {
    margin-bottom: 15px;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    margin-top: 15px;
}

.Our-Blog .Blog-Big .meta-info li a:hover {
    color:#87e9ffe8;
}

.Our-Blog .Blog-Big .meta-info li a  {
	color:#fff;
}

.Our-Blog .Blog-Big {
    display: table;
    width: 100%;
    border: 1px solid #cccccc73;
    margin-bottom: 25px;
    padding-right: 0px;
    border-radius: 5px;
}


/*--Why-Choose--*/


.Why-Choose  {
	padding:100px 0px 0px;
}

.Why-Choose  .Last-Timeline  {
	border-bottom:none !important;
}

.main-timeline{
    position: relative;    
	padding-top: 35px;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 100%;
    padding: 15px 0 0 100px;
    margin: 0px 0px 20px 20px;
    float: none;
    border-bottom: 1px dashed #ccc;
}

.main-timeline .timeline-content{
    color: #555;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
       color: #0d6b39;
    background-color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 0px solid #ffffff;
    box-shadow: 0 0 10px rgb(217 214 214 / 78%) inset, 0 0 10px rgb(255 255 255 / 0%), 0 0 0 4px #0d6b39;
    position: absolute;
    left: -100px;
    top: -8px;
    z-index: 2;
}

.main-timeline .timeline-icon  .fa  {
	padding-top:14px;
}

.main-timeline .title{
    color: #fff;
    background-color: #0d6b39;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 10px 25px;
    margin: 0 0 5px;
    border-radius: 5px;
    position: relative;
    width: auto;
    display: table;
}

.main-timeline .title:before,
.main-timeline .title:after{
    content: '';
    background-color: #fff;
    height:16px;
    width: 16px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transform: translateY(-50%);
    position: absolute;
    left: -9px;
    top: 50%;
}

.main-timeline .title:after{
    background-color: transparent;
    height: 3px;
    width: 31px;
    border-top: 8px dotted #0d6b39;
    box-shadow: none;
    border-radius: 0;
    left: -36px;
}

.main-timeline .description{
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    margin: 0 0 0 20px;
    padding: 20px 0px 25px;
}

/*--------
.main-timeline .timeline:nth-child(even){
    float: left;
    padding: 35px 100px 0 0;
    margin: 0 20px 20px 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -144px;
}
.main-timeline .timeline:nth-child(even) .title:before{
    left: auto;
    right: -9px;
}
.main-timeline .timeline:nth-child(even) .title:after{
    left: auto;
    right: -68px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    color: #00A79D;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset,0 0 10px rgba(0,0,0,0.5),0 0 0 10px #00A79D;
}

/*--------*/

.main-timeline .timeline:nth-child(4n+2) .title{ background-color: #0d6b39; }
.main-timeline .timeline:nth-child(4n+2) .title:after{ border-color: #0d6b39; }


.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    color: #BA52FF;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset,0 0 10px rgba(0,0,0,0.5),0 0 0 10px #BA52FF;
}
.main-timeline .timeline:nth-child(4n+4) .title{ background-color: #BA52FF; }
.main-timeline .timeline:nth-child(4n+4) .title:after{ border-color: #BA52FF; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 15px 0 0 10px;
        margin: 0 0 20px;
    }
    .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 26px;
    line-height: 41px;
    height: 45px;
    width: 45px;
    left: -4px;
    top: -3px;
}
.main-timeline .timeline-icon .fa {
    padding-top: 12px;
    font-size: 22px;
}


    .main-timeline .title{ padding-left: 70px; }
    .main-timeline .description{ margin-left: 50px; }
    .main-timeline .title:before,
    .main-timeline .title:after{
        display: none;
    }
	
.main-timeline .description {
    margin: 0 0 0 20px;
    padding: 12px 0px 15px;
}

}
@media screen and (max-width:576px){
    .main-timeline .title{ font-size: 17px; }
}

.Why-Choose   .Why-Img  img {
    width: 92%;
    margin: 0px auto 0px;
    float: right;
}


/*---Our-Doctor---*/


.Our-Doctor  {
	padding:100px 0px;
}


 .single-doctor {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #cccccc3b;
}

 .single-doctor .image {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.single-doctor .image img {
	width: 90%;
    /* border: 1px solid #cccccc3b; */
    border-radius: 0px;
    border-bottom: none;
    margin: 0 auto;
}

.single-doctor .image .social {
	background-color: #49b0c1;
    padding: 10px 10px 6px;
	position: absolute;
	bottom: -100px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.single-doctor .image .social li {
	display: inline-block;
	margin-right: 15px;
}

.single-doctor .image .social li .fa {
    color: #ffffff;
}

.single-doctor .image .social li .fa:hover {
    color:#b1fd68;
}


.single-doctor .image .social li:last-child {
	margin: 0;
}

.doctors .single-doctor .image .social li a {
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.single-doctor .image .social li a:hover {
	opacity: 0.7;
}

.single-doctor:hover .image .social {
	bottom: 0;
}

.single-doctor .content {
	text-align: center;
	background-color: #f9f9f9;
	padding: 20px 12px;
	border: 1px solid #eee;
	border-top-color: transparent;
}

.single-doctor .content h5 {
	font-weight: 500;
    font-size: 14px;
    display: block;
    color: #f53c18;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.single-doctor .content h3 a {
	font-size: 18px;
    font-weight: 600;
    color: #49b0c1;
    text-decoration: none;
    text-transform: capitalize;
}


/*--Quick-Contact--*/


.Quick-Contact  {
	padding: 100px 0px 80px;
    background-image: url(../images/Quick-Bg.jpg);
    background-size: cover !important;
    position: relative;
}

.Quick-Contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Quick-Contact::before, .Quick-Contact::before {
    background: #000000cc;
}

.Quick-Main-Box  h5  {
	font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color:#fb6446;
}

.Quick-Main-Box   h3 span {
	color: #4ac8dd;
    font-weight: 600;
}

.Quick-Main-Box   h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
}

.Quick-Main-Box  h2  {
	font-weight: 900;
    font-size: 30px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    margin-top: 32px;
}

.Quick-Contact  .Quick-Main-Box  {
    text-align: center;
}

.Testimonial-Home  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 15px 5px 0px;
    padding: 13px 15px;
    background: #f56145;
    display: inline-block;
    cursor: pointer;
    border-radius: 1px;
}

.Testimonial-Home   .owl-theme .owl-nav  [class*=owl-]:hover {
    background: #3db5c9;
    color: #FFF;
    text-decoration: none;
}


/*--Breadcums--*/

.Breadcums  {
	padding:100px 0px;
	background: url(../images/Bredcums-Bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Breadcums::before {
    background: #18233314;
    z-index: 1200;
}
.Breadcums::before {
    content: '';
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Breadcums  h1  {
	font-weight: 700;
    font-size: 52px;
    margin-bottom: 25px;
    text-align: center;
    color: #013243;
    position: relative;
    z-index: 1200;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
}

.Breadcums  ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    text-transform: capitalize;
    float: left;
}

.Breadcums  ul li:after {
    content: "\f101 ";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: -5px;
	color: #4A5764;
}

.Breadcums  ul .active:after {
    display:none !important;
}

.Breadcums  ul {
    margin: 0 auto;
    display: table;
    z-index: 1200;
    position: relative;
}

.Breadcums  ul .active {
    padding-right: 0px;
    margin-right: 0px;
    text-transform: capitalize;
    float: left;
}

.Breadcums  ul  li  a  {
    text-decoration: none;
    color: #4A5764;
    font-weight: 500;
}


/*----*/


.About-Us-Page  .About-Home-Box   {
	width:90%;
}

.Breadcums ul .active  span {
    color: #e75639;
    font-weight: 500;
}  


/*--Contact-Us-Page--*/


.Contact-Us-Page  {
	padding: 100px 0px ;
    background: url(../images/Testimonial-BG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Contact-Us-Page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Contact-Us-Page::before {
    background: #0a15240a;
    z-index: 1200;
}

.Contact-Massage  {
	padding: 100px 0px 70px;
}

.Contact-Massage  .C-IMG  {
    width: 85%;
    margin: 0 auto;
}

.Contact-Massage textarea.form-control {
    height: 140px !important;
}

.Contact-Massage  .form-control {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 40px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #232f40;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
}


/*----*/

.serviceBox{
    color: #2796bd;
    text-align: center;
    padding: 50px 0 0;
    position: relative;
    z-index: 1200;
}

.serviceBox  .F-List li {
   list-style-type: none;
    display: inline-block;
    float: left;
    margin-left: 8px;
    background: #107fa7;
    padding: 6px 8px;
    width: 26px;
    height: 26px;
}

.serviceBox  .F-List li  a {
    font-size: 14px;
    color: #ffffff;
}

.serviceBox  .F-List {
	display: table;
    margin: 16px auto 0px;
}

.serviceBox:before,
.serviceBox:after{
    content: '';
    background-color:#e65d41;
    height: 100px;
    width: 100px;
    border-radius: 20px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: -1;
}

.serviceBox:after{
    background-color: #999;
    height: 10px;
    width: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.serviceBox .service-content{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
	height: 230px;
}

.serviceBox .service-icon {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}

.serviceBox .service-icon span img {
    width: 48px;
    margin: 0 auto;
}

.serviceBox .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 15px 0 10px;
    color: #e65d41;
    text-transform: uppercase;
}

.serviceBox .description{
	margin: 0;
}

.serviceBox.red{ color: #F24148; }
.serviceBox.red:before{ background-color: #F24148; }
.serviceBox.gray{ color: #779393; }
.serviceBox.gray:before{ background-color: #779393; }
.serviceBox.blue{ color: #10BACC; }
.serviceBox.blue:before{ background-color: #10BACC; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px;}
}


/*--Single-Service-Page.php--*/


.Single-Service-Page.php  {
	padding:100px 0px;
}







/*----Single-Service-Page-----*/


.Single-Service-Page  {
	padding:100px 0px;
}


.Single-Service-Page  .Sidebar .Active  {
	border-left: 3px solid #f08604;
    padding: 0px 15px 1px !important;
    border-bottom: 1px solid #cccccc96;
    margin-bottom: 5px;
    /* display: table; */
	width:100%;
}

.Single-Service-Page  .Sidebar .Sub-Point-Box   a   {
    padding-top: 10px;
    display: block;
    text-decoration: none;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Icon .fa {
	display:none;   
	padding-top: 2px;
	color:#4c4b4b;
}

.Single-Service-Page .Sidebar .Active .Icon .fa {
	color:#e65d41;
}

.Single-Service-Page .Sidebar .Active .Info p {
	color:#e65d41  !important;
}

.Single-Service-Page .Sidebar .Active {
    border-left: 3px solid #e65d41 !important;
    padding: 4px 0px 4px;
    border-bottom: 0px solid #cccccc96;
    margin-bottom: 5px;
    /* display: table; */
	width:100%;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover {
    border-left: 3px solid #e65d41 !important;
	transition:0.3s;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Info p {
	transition:0.3s;
	color:#e65d41;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Icon .fa {
	transition:0.3s;
	color:#e65d41;
}

.Single-Service-Page .Sidebar .Active .Icon .fa {
	display:block;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Icon .fa {
	display:block;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Info {
    margin-left: 0px;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Info p {
	color: #4c4b4b;
    margin-bottom: 8px;
    font-weight: 500;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover .Info {
    margin-left: 25px;
	transition:0.3s;
}

.Single-Service-Page  .Sidebar .Sub-Point-Box .Icon  {
	float:left;
}

.Single-Service-Page  .Sidebar .Active .Info  {
	margin-left: 25px !important;
}

.Single-Service-Page .Sidebar .Sub-Point-Box {
    border-left: 3px solid #4794a2;
    padding: 4px 0px 4px;
    border-bottom: 0px solid #cccccc96;
    margin-bottom: 0px;
    /* display: table; */
    width: 100%;   
	border-right: 1px solid #f3f3f3;
}

.Single-Service-Page .Sidebar .Sub-Point-Box:hover {
	padding: 4px 15px 4px;
    transition: 0.3s;
}

.Single-Service-Page .Sidebar .Sub-Point-Box .Info {
    margin-left: 20px;
}

.Single-Service-Page .Sidebar .Active:hover .Info {
     margin-left: 20px;
    transition: 0.3s;
}

.Single-Service-Page   .Sidebar  .Sub-Point-Main{
    border-bottom: 1px solid #cccccc3b;
    margin-bottom: 0px;
    /* border: 1px solid #cccccc96; */
}

.Single-Service-Page   .Sidebar .Sidebar-Title  h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    background: #4794a2;
    color: #fff;
    padding: 8px 20px;
    display: table;
    margin: 0 0 30px;
    letter-spacing: 0.5px;
}
  
.Single-Service-Page   .Sidebar  {
    width: 98%;
    display: table;
    margin: 0px 25px 35px;
    /* float: right; */
}

.Single-Service-Page .Services-Main-Box .Service-Information .Heading-box {
    margin: 0px 0px 30px;
}

.Single-Service-Page  .Services-Main-Box  .Heading-box h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
    color: #232f40;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
}

.Single-Service-Page  .Services-Main-Box  .Heading-box h5 {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #e65d41;
    padding: 8px 12px;
    border-radius: 3px;
    display: table;
    margin-bottom: 16px;
}

.Single-Service-Page  .Services-Main-Box  .Service-Information   {
    padding: 35px 20px 15px;
    border: 1px solid #cccccc40;
    border-top: none;
}


/*---Quick-Contact---*/

.Quick-Contact  {
	width: 95%;
    padding: 35px 30px 20px;
    position: relative;
    background-image: url(../images/A-BG.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0 25px 25px;
}

.Home-Quick-Contact  {
	width: 100%;
    margin: 0px 0px;
    padding: 35px 30px 60px;
}

.Quick-Contact::before, .Quick-Contact::before {
    background: rgb(4 73 96 / 93%);
}

.Quick-Contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Quick-Contact   .Q-Pass  {
	margin-bottom: 25px;
}

.Quick-Contact   h5 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.Quick-Contact   .Points   .Icon   img {
    width: 20px;
    z-index: 1200;
    position: relative;
}

.Quick-Contact   .Points   .Icon  {
	float:left;
}

.Quick-Contact   .Points   .Info  {
	margin-left:28px;
}

.Quick-Contact   h4  {
	color: #f56c50;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;  
	font-family: 'Titillium Web', sans-serif;
}

.Quick-Contact   p  {
	color:#b8b8b8;
	position:relative;
}

.Services-Home .single-list .Read-Btn   {
	text-decoration:none;
	color:#000;
}

.Services-Home .single-list .Read-Btn .fa {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px;
    height: auto !important;
    width: auto   !important;
    line-height: initial;
    text-align: center;
    border-radius: 5px;
    transition: all 0.4s ease;
    background-color: transparent;
    color: #959090;
}

.Services-Home .single-list:hover .fa-angle-double-right {
    background-color: transparent;
    color: #bcf783;
}

.Services-Home .single-list:hover a {
    color: #bcf783;
    transition: all 0.4s ease;
}

/*--Gallery-Page--*/

.Gallery-Page  {
	padding:100px 0px 70px;
}


/*--Services-Page--*/


.Services-Page  {
    padding: 100px 0px 70px;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.Services-Page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Services-Page::before {
    background: none;
    z-index: 1200;
}

.Services-Page .single-list {
    padding: 20px 20px 0px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 0;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    z-index: 1200;
    margin-bottom: 30px;  
	height: 275px;
}

.Services-Page  .single-list .fa  {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 30px;
    height: auto;
    width: auto;
    line-height: initial;
    text-align: center;
    border-radius: 5px;
    transition: all 0.4s ease;
    background-color: transparent;
    color: #959090;
}

.Services-Page  .single-list:hover i {
    background-color: #fff;
    color: #ffff;
}

.Services-Page  .single-list:hover .fa-angle-double-right {
	background-color:transparent ;
	    color: #aeed74;
}


.Services-Page  .single-list  a {
	text-decoration: none;
    color: #081828;
    font-size: 14px;    transition: all 0.4s ease;
}

.Services-Page  .single-list:hover  a { 
	color: #aeed74;    
	transition: all 0.4s ease;
}

.Services-Page .single-list i img {
    width: 42px;
    margin: 0 auto;
    padding-top: 6px;
}

.Services-Page .single-list i {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 18px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.4s ease;
    background-color: #37d2f34d;
    color: #fff;
}

.Services-Page .single-list p {
    margin-bottom: 10px;
}





/*------scrollbar-------*/


.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

.scrollbar::-webkit-scrollbar-button {display:none}



.scrollbar {
	height: 56vh;
    /* width: 25vw; */
    /* min-width: 150px; */
    background: #fff;
    overflow-y: scroll;
    border-top: 1px solid #dddddd73;
}
.overflow{min-height: 100vh}


.Text-Clr  {
	color: #e65d41;
    font-weight: 500;
}

.Single-Service-Page  .Points .Icon {
	float:left;
}

.Single-Service-Page  .Points .Info {
	margin-left:24px;
}

.Single-Service-Page .Points .Info   p {
    margin-bottom: 5px;
}

.Single-Service-Page .Services-Main-Box .Service-Information  h4  {
    font-size: 18px;
    color: #e65d41;
    margin-bottom: 20px;
    font-weight: 600;
}

.Single-Service-Page .Services-Main-Box .Service-Information  .fa {
    color: #4794a2;
    padding-top: 4px;
}


















/*--Doctor-Page--*/


.Doctor-Page  {
	padding:100px 0px;
}


.Doctor-Page  .single-doctor {
    margin-top: 0px;
    overflow: hidden;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
}

.Doctor-Page  .single-doctor .content {
    text-align: center;
    background-color: #f9f9f9;
    padding: 18px 20px;
    border: 1px solid #eee;
    border-top-color: transparent;
}


.Doctor-Page  .Heading-box  h2 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
    color: #232f40;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
}


/*--TPA-Page--*/


.TPA-Page  {
	padding: 100px 0px 70px;
}

.TPA-Page   .TPA-Box  {
    border: 1px solid #cccccc3d;
    padding: 12px;
    margin-bottom: 30px;
}


/*--Doctors-Schedule-Page--*/


.Doctors-Schedule-Page  {
	padding:100px 0px;
}

.Doctors-Schedule-Page   .Schedule-box  {
	text-align: center;
    /* border: 1px solid #cccccc63; */
    padding: 25px 15px 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px rgb(87 87 87 / 23%);
    background: #fff;
}

 .Doctors-Schedule-Page   .Schedule-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.Doctors-Schedule-Page   .Schedule-box h5  {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #518def;
}

.Doctors-Schedule-Page   .Schedule-box  img {
    width: 26px;
    margin: 15px auto 10px;
}



/*--Demo-About-Page--*/


.Nature-Breadcums  {
	padding:100px 0px;
    position: relative;
    background-image: url(../images/Breadcums-Bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.Nature-Breadcums   .Inner-Box   {
    text-align: center;
}

.Nature-Breadcums   .Inner-Box   .current {
	color: #bfbfbf;
}

.Nature-Breadcums   .Inner-Box   .Dash {
	color: #bfbfbf;
}

.Nature-Breadcums   .Inner-Box  a {
	text-decoration:none;
	color: #84ad5b;
}  

.Nature-Breadcums  h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

/*--Company-Page--*/

.Company-Page  {
	padding:100px 0px;
}

.Company-Page .Company-Img  .Proflile-Img  {
	position:relative;
}

.Company-Page .Company-Img   .Experience {
	position: absolute;
    margin-top: -70px;
    background: #273817;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
}

.Company-Page .Company-Img   .Experience  h3  span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}

.Company-Page .Company-Img   .Experience h3 {
	font-weight: 700;
    font-size: 34px;
    margin-top: 20px;
}

.Company-Page .Company-Img   .Experience  img  {
    width: 30px;
    position: absolute;
    right: 15px;
}

.Sub-Point  .icon {
	float:left;
}

.Sub-Point  .icon  .fa  {
	padding-top: 5px;
    color: #e65d41;
}

.Sub-Point  .info {
	margin-left:24px;
}

.Sub-Point .info  p  {
	margin-bottom:6px;
}


/*--Service-Page--*/

.Service-Page  {
	padding:100px 0px;
}


.Service-Page  .Main-Sidebar  .service-list li {
   clear: both;
    display: block;
    margin: 0;
    padding: 8px 0px;
    position: relative;
    width: 100%;
}


.Service-Page  .Main-Sidebar  .service-list  li a:after {
    background-color: #ffffff;
    position: absolute;
    border: 2px solid;
    height: 26px;
    content: "\f105";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font: normal normal normal 15px/1 FontAwesome;
    font-weight: 900;
    display: inline-block;
    border-radius: 1px;
    line-height: 22px;
    opacity: 0;
    position: absolute;
    color: #90b539;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    text-align: center;
    width: 26px;
}

.Service-Page  .Main-Sidebar  .service-list  li a {
    width: 100%;
    font-size: 16px;
    border: 2px solid;
    position: relative;
    margin: 0 0 0;
    display: table;
}


.Service-Page .Main-Sidebar .service-list  li a .fa {
	font-size: 15px;
    margin-right: 12px;
    background: #a3cd40;
    color: #fff;
    padding: 15px 15px;
}

.Service-Page  .Main-Sidebar  .service-list .Active a {
	background: #90b539;
    color: #fff;
    border: 1px solid transparent;
}

.Service-Page .Main-Sidebar  .service-list  li a:hover:after {
    opacity: 1;
    right: -13px;
}

.Service-Page  .Main-Sidebar  .service-list   .Active a:after {
    opacity: 1;
    right: -13px;
}



.Service-Page  .Main-Sidebar  .service-list li a:hover  {
	background: #90b539;
	color: #fff;
	transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
}

.Service-Page  .Main-Sidebar   {
    width: 96%;
    margin: 0 auto;
    border: 1px solid #ddd;
    display: table;
}

.Service-Page  .Main-Sidebar  .Title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    background: #e65d41;
    color: #fff;
    padding: 12px 10px;
    margin-bottom: 30px;
}

.Service-Page  .Main-Sidebar  .service-list  {
    width: 85%;
    margin: 0 auto 30px;
}

.Service-Page  .Main-Sidebar  .service-list  li a  {
	color: #454644;
    text-decoration: none;
    border: 2px solid #90b539;
    font-size: 16px;
    font-weight: 500;
}

.Service-Page .Main-Sidebar .service-list .Active a {
    background: #90b539;
    color: #fff;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
}

.Service-Page .Main-Sidebar .service-list li a img{
    width: 45px;
    margin-right: 12px;
    background: #a3cd40;
    color: #fff;
    padding: 4px 4px;
    float: left;
    position: relative;
    display: table;
}

.Service-Page .Main-Sidebar .service-list li a span {
    margin-left: 0px;
    padding-top: 11px;
    display: table;
} 


.Service-Page  .Service-Information   .Heading-box {
	margin:20px 0px;
}

.Service-Page  .Service-Information  .Inner-Information-Box {
	padding: 20px 25px;
    border: 1px solid #cccccc73;
    border-top: none;
}

.Service-Page    .brochures  {
    width: 95%;
    margin: 30px auto 20px;
    background: red;
    color: #fff;
    padding: 20px 20px 15px;
	transition: 0.5s;
}

.Service-Page  .brochures  .Sub-Point .info p {
    margin-bottom: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.Service-Page  .brochures  a {
	text-decoration:none;
}

.Service-Page  .brochures  .Sub-Point  .icon .fa {
	color:#fff;
}

.Service-Page  .brochures:hover {
	background:#000;
	transition: 0.5s;
}


/*---Call-Now---*/

.Call-Now  {
	width: 95%;
    padding: 35px 30px 40px;
    position: relative;
    background-image: url(../images/A-BG.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 35px auto 0px;
	text-align: center;
}

.Call-Now::before, .Call-Now::before {
    background:rgb(25 26 23 / 90%);
}

.Call-Now::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Call-Now    .Q-Pass  {
	margin-bottom: 25px;
}

.Call-Now   h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.Call-Now   .Points   .Icon   img {
    width: 20px;
    z-index: 1200;
    position: relative;
}

.Call-Now   .Points   .Icon  {
	float:left;
}

.Call-Now    .Points   .Info  {
	margin-left:28px;
}

.Call-Now   h4  {
	color: #f56c50;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;  
}

.Call-Now  a {
	text-decoration:none;
}

.Call-Now    p  {
	color:#b8b8b8;
	position:relative;
}

.Call-Now   .Sub-Point  {
	z-index: 1200;
    background: #9dc344d1;
    display: table;
    padding: 8px 15px 5px;
    position: relative;
    margin: 0 auto;
}

.Call-Now   .Sub-Point .info p {
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.Call-Now  .Sub-Point .icon .fa {
    padding-top: 5px;
    color: #ffffff;
    z-index: 1200;
    position: relative;
}

/*--Contact-Page--*/

.Contact-Page  {
	padding:100px 0px;
}

.Contact-Page  .serviceBox:before {
	display:none;
}

.Contact-Page  .serviceBox:after {
	display:none;
}

.Contact-Page  .serviceBox{
    text-align: center;
}
.Contact-Page  .serviceBox .service-icon{
    color: #fff;
    background: #fff;
    font-size: 30px;
    width: 105px;
    height: 80px;
    padding: 30px 0 20px 0;
    margin: 0 auto;
    position: relative;
    clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
}

.Contact-Page  .serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.Contact-Page  .serviceBox .service-icon:before{
    content: "";
    background: linear-gradient(#f47709, #e00f47);
    position: absolute;
    top: 11px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
    z-index: -1;
}
.Contact-Page  .serviceBox .service-content{
    background-color: #fff;
    padding: 60px 22px 40px;
    margin: -40px 0 -12px;
    outline: 2px solid #e00f47;
    outline-offset:-12px;
	height: auto;
}
.Contact-Page  .serviceBox .title{
    color: #e00f47;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.Contact-Page  .serviceBox .description{
    margin: 0;
}
.Contact-Page  .serviceBox .read-more{
    color: #fff;
    background: linear-gradient(to right,#f47709, #e00f47);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 160px;
    padding: 11px 0;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
}
.Contact-Page  .serviceBox .read-more:hover{
    letter-spacing: 2px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.Contact-Page  .serviceBox.purple .service-icon:before{ background: linear-gradient(#1F8DCA,#CD21A9); }
.Contact-Page  .serviceBox.purple .service-content{ outline-color: #CD21A9; }
.Contact-Page  .serviceBox.purple .title{ color: #CD21A9; }
.Contact-Page  .serviceBox.purple .read-more{ background: linear-gradient(to right,#1F8DCA,#CD21A9); }
.Contact-Page  .serviceBox.pink .service-icon:before{ background: linear-gradient(#EF78BC,#DA327F); }
.Contact-Page  .serviceBox.pink .service-content{ outline-color: #DA327F; }
.Contact-Page  .serviceBox.pink .title{ color: #DA327F; }
.Contact-Page  .serviceBox.pink .read-more{ background: linear-gradient(to right,#EF78BC,#DA327F); }
.Contact-Page  .serviceBox.blue .service-icon:before{ background: linear-gradient(#0E44A6,#22A5C1); }
.Contact-Page  .serviceBox.blue .service-content{ outline-color: #22A5C1; }
.Contact-Page  .serviceBox.blue .title{ color: #22A5C1; }
.Contact-Page  .serviceBox.blue .read-more{ background: linear-gradient(to right,#0E44A6,#22A5C1); }
@media only screen and (max-width:990px){
    .Contact-Page  .serviceBox{ margin: 0 0 30px; }
}


/*--Contact-Form-Section--*/

.Contact-Form-Section  {
	padding:100px 0px;
}

.Contact-Form-Section  .Contact-Sidebar  {

}

.Contact-Form-Section  .Contact-Sidebar   h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}


.Contact-Form-Section  .Contact-Sidebar  p  {
    color: #fff;
}

.Contact-Form-Section  .Main-Contact-Sidebar   .Contact-Sidebar  {
	border-bottom:1px solid #fff;
	margin-bottom:25px;
	padding-bottom:25px;
}


.Contact-Form-Section  .Main-Contact-Sidebar {
	background: #e8392e;
    padding: 40px 30px;
}

.Contact-Form-Section  .Points  .Icon {
	float: left;
    background: #fff;
    padding: 10px 10px;
}

.Contact-Form-Section  .Points  .Icon  img  {
    width: 32px;
}

.Contact-Form-Section  .Points  .Info {
	margin-left: 70px;
}

.Contact-Form-Section  .Points  .Info  h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
	margin-bottom:2px;
    padding-top: 2px;
}

.Contact-Form-Section  .Points  .Info  p {
    color: #dfdbdb;
    font-size: 14px;
}

.Contact-Form-Section  .Points   {
    margin-bottom: 30px;
}

.Contact-Form-Section  .Points-bottom-line {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
}


/*--Main-Form--*/

.Contact-Form-Section  .Heading-box {
    margin-bottom: 25px;
}

.Main-Form-Box  {
	background-color: #e5e5e5;
    padding: 50px 50px 20px;
}

.Contact-Form-Section   .No-Padding  {
	padding:0px;
}

.Contact-Form-Section   .form-group {
    margin-bottom: 30px;
    width: 100%;
    display: table;
}

.Contact-Form-Section    .form-group   .fa {
    float: left;
    padding-top: 13px;
    position: relative;
    color: #e8392e;
}

.Contact-Form-Section    .form-group   input  {
	padding-left: 30px;
    display: block;
    position: absolute;
}

.Contact-Form-Section    .form-message {
    display: table;
}

.Contact-Form-Section    .form-group .icon-fa {
    float: left;
    padding-top: 13px;
    position: absolute;
}

.Contact-Form-Section    .form-group   textarea  {
	padding-left: 30px;
    display: block;
    position: relative;
	height:auto;margin-bottom: 0px;
}

.Contact-Form-Section    .form-control {
    outline: none;
    margin-bottom: 28px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 0px solid #dcdcdc;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.Contact-Form-Section   .form-control:focus {
    border-color: rgb(232 57 46);
    outline: none;
    box-shadow: none;
}


/*--Social-Media-Icon--*/

.rounded-social-buttons {
    /* text-align: center; */
    padding-bottom: 66px;
    padding-top: 12px;
}

.rounded-social-buttons .social-button {
	display: inline-block;
    position: relative;
    cursor: pointer;
    width: 33px;
    height: 33px;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    line-height: 2em;
    border-radius: 3px;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button  .fa {
    font-size: 16px;
    padding-top: 7px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}




























/*------Responsive-Laptop-View---------*/ 

@media only screen and (max-width:1200px)  {


}


/*------Responsive-Mini-Laptop-View---------*/

@media only screen and (max-width:992px)  {




}


/*------Responsive-Tap-View---------*/

@media only screen and (max-width:768px)  {

.bs-slider {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    background: #000000;
}


.header-top-left:after {  
	display:none;
}

.header-top-left {
    position: relative;
    padding: 0px 0;
    z-index: 1;
}

.top-left {
    float: none;
    margin: 0 auto;
    display: table;
}

.Box-Top-Section {
    float: none;
    width: 90%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
	display:none;
}

.classy-navbar .nav-brand img {
    /*width: 115px;
    position: absolute;
    margin-top: -40px;*/
    width: 161px;
    position: absolute;
    margin-top: -26px;
    margin-left: 3px;
}

.header-area {
    padding: 30px 0px;
    position: relative;
    z-index: 1200;
}

.header-top-right ul {
    text-align: center;
}

.classynav ul li.cn-dropdown-item {
    position: relative;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px   !important;
}

.breakpoint-on .classynav ul li a {
    padding: 0 15px;
    height: 30px;
    text-align: left;
    font-size: 12px;
}
.header-top-area{
    border-radius: 0px 0px 0px 0px;
}

/*----*/

.Box-Top-Section .Icon-B-T img {
    width: 50px;
}

.Box-Top-Section .B-T-Main h3 a {
    color: #fff;
    padding-top: 2px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.Box-Top-Section .B-T-Main {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}



.First-Top-Box {
    float: none;
    width: 90%;
	margin:0 auto;
    text-align: center;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 25px 20px;
    margin: 25px auto 0px;
}

.First-Top-Box:after {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 50px solid transparent;
    border-bottom: 125px solid transparent;
    border-left: 1720px solid #088eff;
}

.Second-Top-Box {
    float: none;
    width: 90%;
	margin:0 auto;
    text-align: center;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 25px 20px;
    margin: 0 auto;
    display: table;
}

.Second-Top-Box:after {
    content: '';
    position: absolute;
    left: -1720px;
    right: 0;
    top: 0;
    border-top: 125px solid transparent;
    border-bottom: 125px solid transparent;
    border-right: 1720px solid #269cfe;
}


.Third-Top-Box {
    float: none;
    width: 90%;
    text-align: center;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 25px 20px;
	margin:0 auto;
}

.Third-Top-Box:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 125px solid transparent;
    border-bottom: 125px solid transparent;
    border-left: 1720px solid #45a9ff;
}

.Fourth-Top-Box {
    float: none;
	margin:0 auto;
    width: 90%;
    text-align: center;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 25px 20px;
}

.Fourth-Top-Box:after {
    content: '';
    position: absolute;
    left: -1720px;
    right: 0;
    top: 0;
    border-top: 125px solid transparent;
    border-bottom: 125px solid transparent;
    border-right: 1720px solid #64b8ff;
}

.service_wrapper_icon_midle_4  img {
	display:none;
}

.About-Home {
    padding: 35px 0px 35px;
}

.buttonfx {
    color: #fff;
    outline: none;
    background: transparent;
    border: none;
    text-transform: uppercase;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    border-radius: 3px;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    z-index: 1;
}

.Heading-box h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
    color: #0d6b39;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}

.Heading-box {
    margin-bottom: 30px;
}

.Heading-box h5 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #e65d41;
    padding: 6px 10px;
    border-radius: 2px;
    display: table;
    margin: 0 auto 18px;
}

.Services-Home {
    padding: 35px 0px 10px;
    background-image: url(../images/Services-Bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Services-Home .single-list i img {
    width: 42px;
    margin: 0 auto;
    padding-top: 8px;
}

.Services-Home .single-list i {
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.4s ease;
    background-color: #37d2f34d;
    color: #fff;
    margin: 0 auto 25px;
    display: table;
}

.Services-Home .single-list h4 a {
    color: #081828;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.Services-Home .single-list   p {
    text-align: center;
}

.Services-Home .single-list {
	padding: 25px 20px 20px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto 25px;   
	height: auto;
    text-align: center;
}

.Why-Choose {
    padding: 40px 0px 0px;
}

.main-timeline {
    position: relative;
    padding-top: 0px;
}

.main-timeline .title {
       color: #fff;
    background-color: #399cad;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 10px 15px 10px 55px;
    margin: 0 0 5px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    display: table;
}


/*--Hospital-No--*/

.Hospital-No {
    padding: 35px 0px 0px;
    position: relative;
    background-image: url(../images/BG-Pattern-Counter.png) !important;
    background-color: #49b0c1;
}

.counter-Box .counter-content img {
    margin: 0 auto 25px;
    width: 56px;
    background: #fff;
    padding: 8px;
    border-radius: 3px;
}

.counter-content .counter-value {
    position: relative;
    z-index: 99;
    color: #fdfdfd;
    font-size: 34px;
    font-weight: 700;
    float: none;
    padding-right: 0px;
    margin: 0 auto 15px;
    text-align: center;
}

.counter-content p {
    font-size: 15px;
    font-weight: 500;
    color: #8deeff;
    text-align: center;
    text-transform: uppercase;
}

.counter-content {
    position: relative;
    margin-bottom: 35px;
}

.Our-Doctor {
    padding: 40px 0px 0px;
}

.single-doctor .content {
    text-align: center;
    background-color: #f9f9f9;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-top-color: transparent;
}

.single-doctor .content h3 a {
    font-size: 16px;
    font-weight: 600;
    color: #49b0c1;
    text-decoration: none;
    text-transform: capitalize;
}

.single-doctor .content h5 {
    font-weight: 500;
    font-size: 13px;
    display: block;
    color: #f53c18;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.single-doctor {
    overflow: hidden;
    border-radius: 5px;
    width: 88%;
    margin: 0 auto 30px;
}

.Quick-Contact {
    padding: 30px 15px 18px;
    position: relative;
    background-image: url(../images/A-BG.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 35px auto 35px;
}

.Quick-Main-Box h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    line-height: 26px;
    margin-top: 25px;
}

.Quick-Main-Box h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

.Quick-Main-Box h3 span {
    color: #4ac8dd;
    font-weight: 500;
}

.Quick-Main-Box h2  br {
	display:none;
}

.Gallery {
    padding: 35px 0px 10px;
}

.Gallery .box .title {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.Testimonial-Home .Text-Center h5 {
    background-color: transparent;
    padding: 0px;
    display: table;
    text-align: center;
    margin: 0 auto 20px;
    color: aliceblue;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.2;
    font-family: 'Montserrat', sans-serif;
}

.Testimonial-Home .Heading-box h2 {
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: table;
    margin: -42px auto 0px;
}

.Testimonial-Home .testimonial-item .Content-Box {
    margin-left: 0px;
    padding-top: 20px;
    display: table;
    width: 100%;
}

.Testimonial-Home .testimonial-item img {
    width: 22px !important;
    padding-top: 0px;
    position: relative;
}

.Testimonial-Home .testimonial-item .Client-Box {
    float: none;
}

.Testimonial-Home .testimonial-item .Client-Box .Client-Icon img {
	width: 35% !important;
    display: block;
    margin: 0 auto;
}

.Testimonial-Home .testimonial-item .Content-Box .C-Main-Box .Name {
    float: none;
    text-align: center;
}

.Testimonial-Home .testimonial-item .Content-Box .C-Main-Box .Double-Quote {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.Testimonial-Home .testimonial-item .Content-Box .Pass {
    width: 100%;
    margin-top: 0px;
    display: inline-block;
    color: #e3dfdf;
    text-align: center;
}

.Testimonial-Home .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px 5px 0px;
    padding: 6px 8px;
    background: #f56145;
    display: inline-block;
    cursor: pointer;
    border-radius: 1px;
}

.Testimonial-Home {
    padding: 40px 0px 50px;
    position: relative;
    background-image: url(../images/Quick-Bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.Our-Blog .Blog-Main .B-Img {
    float: none;
    width: 100%;
}

.Our-Blog .Blog-Main .B-Content {
    margin-left: 0px;
    vertical-align: middle;
    padding: 20px 15px;
    border: 1px solid #ccc;
    border-top: none;
}

.Our-Blog .Blog-Main .B-Img img {
    transition: 0.5s;
    border-radius: 5px 0 0px 5px;
    width: 100%;
}

.Our-Blog .Blog-Main .B-Content h4 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 14px;
    display: table;
    text-decoration: none;
    color: #282828;
}

.meta-info {
    margin-top: 16px;
}

.Our-Blog .Blog-Main {
    display: table;
    width: 100%;
    border: 0px solid #cccccc73;
    margin-bottom: 30px;
    padding-right: 0px;
    border-radius: 5px;
}

.meta-info li a img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.Our-Blog {
    padding: 35px 0px 15px;
}

.Footer {
    padding: 30px 0px 0px;
    background: url(../images/footer-bg.jpg) center top no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Footer .Footer-Box {
    border-right: 0px solid #e1e1e16b;
    height: auto;
    padding: 0px 0px 0px;
}

.Footer .F-Inner {
    border-bottom: 0px solid #e1e1e16b;
    border-top: 0px solid #e1e1e16b;
    position: relative;
    z-index: 1;
}

.Footer .Footer-Box .Title h4 {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 25px;
    background: #cd462b;
    display: table;
    padding: 6px 8px;
    text-transform: uppercase;
    border-radius: 2px;
}

.Footer .Footer-Box .S-List li a {
    font-weight: 400;
    margin-bottom: 10px;
    display: table;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.Footer .F-List li a {
    color: #ffffff;
    font-size: 13px;
}

.Footer .F-List li {
    list-style-type: none;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background: #48a1b1;
}

.Footer .Footer-Box img {
    width: 120px;
    margin-bottom: 20px;
}

.Footer .Footer-Box .F-Pass {
    margin: 20px 0px 12px;
    width: 100%;
    color: #fff;
}

.Footer .Copywrite {
    padding: 20px 0px 50px;
    text-align: center;
    border-top: 1px solid #8ab5bd;
}

.About-Home .Proflile-Img img {
    width: 80%;
    margin: 0 auto 30px;
}



#bootstrap-touch-slider .left .fa {
    margin-top: 5px;
    margin-right: 1px;
}

#bootstrap-touch-slider .right .fa {
    margin-top: 5px;
    margin-left: 1px;
}

.classy-navbar-toggler .navbarToggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 6px  !important;
}

.classy-navbar-toggler .navbarToggler span {
    position: relative;
    background-color: #707070;
    border-radius: 3px;
    display: block;
    height: 2px  !important;
    margin-top: 5px;
    padding: 0;
    transition-duration: 300ms;
    width: 24px  !important;
    cursor: pointer;
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 30px;
    height: 30px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.Footer::before {
    background: #3f8f9df0;
    z-index: 1;
}

.Services-Home::before {
    background: #a6e8f330;
    z-index: 1;
}

.breakpoint-on .dd-trigger {
    height: 18px   !important;
    width: 18px   !important;
    background-color: #2c3e50;
    top: 8px  !important;
    right: 15px;
    left: auto;
    display: block;
    border-radius: 2px;
}

.breakpoint-on .classynav > ul > li > a  .fa  {
	display:none;
}

.breakpoint-on .classynav ul li .dropdown {
    width: 100%;
    position: relative;
    top: 0;
    left: 15px  !important;
    box-shadow: none;
}

.Breadcums ul {
    margin: 0 auto;
    display: table;
    z-index: 1;
    position: relative;
}

.Breadcums h1 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 8px;
    text-align: center;
    color: #013243;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
}

.Breadcums ul li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    float: left;	
    font-size: 14px;
}

.Breadcums::before {
    background: #18233314;
    z-index: 1;
}

.Breadcums {
    padding: 40px 0px;
    background: url(../images/Bredcums-Bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.About-Us-Page  .Proflile-Img img {
    width: 90%;
    margin: 20px auto 20px;
}

.About-Us-Page .About-Home-Box {
    width: 100%;
}

.Services-Page {
    background-image: none;
}

.Services-Page::before {
    background: transparent;
    z-index: 1;
}

.Services-Page .single-list a {
    text-decoration: none;
    color: #081828;
    font-size: 14px;
    transition: all 0.4s ease;
    text-align: center;
    margin: 0px auto;
    display: table;
	padding: 0px 0px 0px;
}

.Services-Page .single-list .fa {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px;
    height: auto;
    width: auto;
    line-height: initial;
    text-align: center;
    border-radius: 5px;
    transition: all 0.4s ease;
    background-color: transparent;
    color: #959090;
}

.Single-Service-Page .Sidebar .Sidebar-Title h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background: #4794a2;
    color: #fff;
    padding: 8px 15px;
    display: table;
    margin: 0 auto 30px;
    letter-spacing: 0px;
}

.Single-Service-Page .Sidebar {
    width: 98%;
    display: table;
    margin: 30px auto 30px;
}

.Quick-Contact h4 {
    color: #f56c50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

.Quick-Contact h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.Quick-Contact .Points .Icon img {
    width: 18px;
    z-index: 1200;
    position: relative;
}

.Quick-Contact p {
    color: #b8b8b8;
    position: relative;
    margin-bottom: 10px;
}

.Single-Service-Page .Services-Main-Box .Heading-box h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #232f40;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
}

.Single-Service-Page .Services-Main-Box .Service-Information .Heading-box {
    margin: 0px 0px 20px;
}

.Single-Service-Page .Services-Main-Box .Heading-box h5 {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #e65d41;
    padding: 6px 10px;
    border-radius: 2px;
    display: table;
    margin-bottom: 15px;
}

.Single-Service-Page {
    padding: 35px 0px 10px;
}

.Contact-Massage {
    padding: 35px 0px 5px;
}

.Contact-Us-Page {
    padding: 30px 0px 10px;
    background: url(../images/Testimonial-BG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Doctor-Page .Heading-box h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #232f40;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
}

.Doctor-Page  .Heading-Box h4 {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #e65d41;
    margin: 0 auto;
    display: table;
}

.Doctor-Page .single-doctor {
    overflow: hidden;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto 30px;
}

.Doctor-Page  .Doctor-Inner  {
    margin-bottom: 30px;
}

.Services-Home .single-list .Read-Btn {
    text-decoration: none;
    color: #000;
    margin: 0 auto;
    display: table;
}

.Home-Quick-Contact {
    width: 100%;
    padding: 15px 15px 25px !important;
    margin: 15px auto 10px !important;
}

.Gallery .content-inner {
    margin-bottom: 55px;
}

.Testimonial-Home .testimonial-item .Content-Box .C-Main-Box .Name h4 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #f56145;
}

.Testimonial-Home .testimonial-item .Content-Box .C-Main-Box .Name p {
    color: white;
    font-size: 13px;
}

.Footer .Footer-Box .Points .Info {
    margin-left: 25px;
}

.Footer .Footer-Box .Points {
    margin-bottom: 16px;
}

.scrollbar {
    height: 100%;
    /* width: 25vw; */
    /* min-width: 150px; */
    background: #fff;
    overflow-y: scroll;
    border-top: 1px solid #dddddd73;
}

.About-Home  .buttonfx {
    margin: 0 auto;
	display: table;
}




.Box-Top-Section .B-T-Main p {
    color: #fff;
    padding-top: 8px;
	display:none;
}

.Doctors-Schedule-Page {
    padding: 35px 0px 5px;
}

.Doctors-Schedule-Page .Schedule-box {
    text-align: center;
    /* border: 1px solid #cccccc63; */
    padding: 22px 15px 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px rgb(87 87 87 / 23%);
    background: #fff;
    width: 95%;
    margin: 0 auto 25px;
}

.TPA-Page {
    padding: 35px 0px 5px;
}

.TPA-Page .TPA-Box {
    border: 1px solid #cccccc3d;
    padding: 12px;
    width: 88%;
    margin: 0 auto 25px;
}














}


/*------Responsive-Mobile-View---------*/

@media only screen and (max-width:480)  {


















}

