/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rosario:ital,wght@0,300..700;1,300..700&display=swap');


/*    font-family: "Rosario", sans-serif;  */




* {
	margin:0px;
	padding:0px;
}
.mb-30 {
	margin-bottom:30px;
}
.mt-40 {
	margin-top:40px;
}

.mt-80{
	margin-top:80px;
}

.mb-80{
	margin-bottom:80px;
}


.active:after {
    content: "\2212";
	display:none;
}


.TopHeader {
	background:#0199ed;
	padding:15px 0;
}

.TopHeader p{
	padding:0px;
	margin:0px;
	font-family: "Roboto", sans-serif;
	color:#fff;
	font-size:15px;
}

.TopHeader p i{
	color:#ff820e;
	font-size:18px;
	padding:0 10px 0 0;
}

.FooterContBtn {
	display:none;
}






#myHeader {
	background:rgba(255, 255, 255, 1);
}
.sticky {
	position: sticky;
	top: 0;
	width: 100%;
	z-index:9;
	    box-shadow: #e0e0e0 0px 3px 15px;
}



.navbar-brand img {
    width: 155px;
}
.main-menu {
    padding: 20px 0;
    background: #fff;
}

.main-menu .navbar-default {
	background:none !important;
	border:none !important;
}
.main-menu .dropdown-menu li {
    position: relative; /* Ensure positioning context for absolute positioning of the pseudo-element */
}

.main-menu .dropdown-menu {
    padding: 0px 15px;
}


.main-menu .dropdown-menu li a:before {
    content: "\f111";
    position: absolute;
    top: 4.8em;
    left: 0;
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.2em;
    line-height: 11.5px;
    color: #ff820e;
    font-weight: 700;
    background-color: #fff;
    box-shadow: inset 0px 2px 4px 0px rgba(7, 204, 236, 0.4);
}
.main-menu .dropdown-menu li a {
    padding: 9px 25px !important;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background: none !important;
}









.navbar-brand {
	height:auto;
	padding:0px !important;
	margin-top:0px;
}
.main-menu .navbar {
	margin-bottom:0px;
}
.main-menu .navbar-nav li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: 1s;
    color: #392417;
    text-transform: uppercase;
}
.main-menu .navbar-nav {
    margin-top: 8px;
}
.main-menu .navbar-nav li a:hover {
	color:#FF820E !important;
}
.main-menu .navbar .btn {
    background: #ff820e;
    margin-top: 0px;
    border-radius: 99px;
    padding: 6px 20px;
    margin: 0 0 0 80px;
}

.main-menu .navbar .btn i{
	font-size:18px;
	padding:0 0 0 5px;
}

.main-menu .navbar .btn a {
    color: #fff !important;
    padding: 5px 8px !important;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
}
.main-menu .navbar .btn a:hover {
	color:#fff !important;
}

.main-menu .dropdown:hover .dropdown-menu {
    display: block; /* Show the dropdown menu */
}


.main-menu .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 20.5px;
    top: 25px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 40px);
}

.TopHeading {
	background:#FF820E;
	padding:20px 0;
	
}

.text1 {
  letter-spacing: 4px;
  position: relative;
  animation-name: text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  color:#fff;
}

@keyframes text {
  0% {
    color: #fff;
	
  }
  30% {
    letter-spacing: 8px;
    
  }
  85% {
    letter-spacing: 6px;
    
  }
  100% {
   letter-spacing: 2px;
  }
}

.TopHeading h4{
	font-size:32px;
	font-weight:800;
	padding:0px;
	margin:0px;
color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-family: "Roboto", sans-serif;
	letter-spacing: 3px;
}

.SliderBanner {
    background: url(../images/slider-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.AppointForm {
    background: #fff;
    padding: 25px;
}

.AppointForm  h3 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 35px 0;
    margin: 0px;
    color: #494949;
    text-align: center;
}

.AppointForm .form-control {
    height: auto;
    padding: 22px 30px 22px 12px;
    border-radius: 0px;
    border: #e5e9ee solid 2px;
    box-shadow: none;
    margin: 0 0 20px 0;
    color: #0199ed;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.AppointForm span {
    position: relative;
}

.AppointForm span i {
    position: absolute;
    top: 24px;
    right: 18px;
    color: #0199ed;
    font-size: 18px;
}

.AppointForm input::placeholder, .AppointForm textarea::placeholder{
	color: #0199ed;
}

.SliderBanner h2{
	display:none;
}

.Apoinetbtn {
    background: #ff820e;
    border: #ff820e solid 1px;
    color: #fff;
    padding: 20px 35px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin: auto;
    display: block;
}

.BannerContent {
    padding: 0px;
    text-align: center;
    margin: 40px 0 0 0;
}

.BannerContent  h1{
	font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
	padding:0px;
	margin:0px;
	color:#FF820E;
}

.BannerContent p {
    padding: 30px 0 40px 0;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    color: #fff;
}

.BannerContent  h3{
	color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 88px;
    letter-spacing: 0.5px;
	padding:0px;
	margin:0px;
} 

.SErvicesSec {
	 background: url(../images/services-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;	
}

.SErvicesSec h3 {
    padding: 0px 0 30px 0;
    margin: 0px;
    font-family: "Rosario", sans-serif;
    color: #0C0078;
    font-weight: 700;
    font-size: 36px;
}

.ServicesWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
}
.ServiceBox {
    padding: 10px 15px 10px 15px;
    background-color: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 0px 5px 0px #afafaf80;
    flex: 0 0 19%;
}

.ServiceBox p{
	    color: #585858;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 700;
}



.AboutClinic {
    padding: 80px 0;
}

.AboutClinic img{
	padding:0 25px 0 0;
}


.AboutContent h2 {
    color: #6ec1e4;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0 10px 0;
    margin: 0px;
    font-family: "Roboto", Sans-serif;
}

.AboutContent h3 {
    color: #0C0078;
    font-family: "Rosario", Sans-serif;
    font-weight: 700;
    line-height: 54px;
    padding: 0px 0 30px 0;
    margin: 0px;
    font-size: 36px;
}

.AboutContent h6 {
    color: #0C0078;
    font-family: "Rosario", Sans-serif;
    font-weight: 700;
    padding: 0px 0 15px 0;
    margin: 0px;
    font-size: 24px;
}

.AboutContent p {
    color: #000;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    padding: 0px 0 20px 0;
    margin: 0px;
    font-size: 16px;
    line-height: 29px;
}

.Points {
    padding: 0px 0 0 30px;
    margin: 0px 0 25px 0;
}

.Points li{
	color: #000;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    padding: 6px 0 6px 0;
    margin: 0px;
    font-size: 16px;
}

.AboutContent p span{
	color:#ff820e;
}

.BtnApnt {
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    background: #ff820e;
    border-radius: 99px;
    padding: 10px 20px;
    display: inline-block;
    margin: 20px 0 0 0;
}
.BtnApnt i{
	padding:0 0 0 8px;
}

.BtnApnt:hover{
	text-decoration:none;
}


.condition-sec {
	background:#FAFAFA;
}

.AboutClinic .AppointForm {
    box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.5);
    width: 90%;
    margin: auto;
}

.AboutClinic .AppointForm h3 {
	
	    color: #0C0078;
    font-family: "Rosario", Sans-serif;
    font-weight: 700;
	font-size:36px;
}

.GallerySec {
background: #FAFAFA;
    padding: 90px 0;
}

.GallerySec h3{
	 padding: 0px 0 30px 0;
    margin: 0px;
    font-family: "Rosario", sans-serif;
    color: #0C0078;
    font-weight: 700;
    font-size: 36px;
	text-align:center;
}


.owl-nav {
    text-align: center;
}

button.owl-prev{
	    font-size: 35px !important;
}

button.owl-next{
	    font-size: 35px !important;
}
.testimonials .owl-carousel .owl-item {
	text-align:center;
	
}

.testimonials .owl-carousel .owl-item img {
    display: block;
    width: 120px !important;
    margin: auto;
	border-radius:50%;
}

.testimonials .owl-carousel .owl-item h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 600;
    font-style: normal;
    padding: 20px 0 20px 0;
    margin: 0;
    color: #333333;
}

.testimonials .owl-carousel .owl-item p{
	font-size: 16px;
    line-height: 28px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 20px 0;
	color:#888c92;
	padding:0 10% 0 10%;
}

.testimonials .owl-carousel .owl-item i{
	font-size:18px;
	color:#ffb900;
}


.testimonials .owl-prev{
	position: absolute;
    top: 50%;
    left: 0;
}
.testimonials .owl-next{
	position: absolute;
    top: 50%;
    right: 0;
}


.testimonials .owl-nav button{
	    border: #ddd solid 1px !important;
    width: 40px;
    height: 40px;
    line-height: 39px !important;
}
























.footer {
	background: #122a53;
	padding:80px 0 50px 0;
}
.footer .FtrBox h3{
	position:relative;
	padding:0 0 18px 0;
	margin:0 0 24px 0;
    font-size: 24px;
	color:#fff;
	font-weight:700;
}
.footer .FtrBox h3:before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #ff820e;
    border-radius: 3px;
}

.footer .FtrBox h3:after{
	content: "";
    position: absolute;
    left: 45px;
    width: 8px;
    bottom: 0;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}

.footer .FtrBox p {
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
}
.FtrCont {
	margin:15px 0 0 0;
}

.FtrCont a {
    color: #ff820e;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin: 10px 0 0 0;
}

.FtrCont a:hover{
	color:#fff;
	text-decoration:none;
}

.FtrCont a i{
	padding:0 10px 0 0;
}

.footer-table tr {
	border-bottom: #535353 1px dashed;
}


.footer-table tr td {
    color: #fff;
    font-size: 16px;
    padding: 10px 0 10px 0;
}

.footer-table table{

	width:100%;
}

.address-line {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0 0 0;
}

.address-line  i{
	color:#ff820e;
}


.galleryPost img{
	width:115px;
	margin-bottom:15px;
}
.galleryPost {
    display: flex;
    flex-wrap: wrap;
	
}

.galleryPost .item{
	flex: 0 0 33.3333%;
}


.CopyrightFtr {
	padding:20px 0 20px 0;
	
	background:#ff820e
}

.CopyrightFtr p{
	color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
}

.CopyrightFtr p a{
	color:#fff;
	text-decoration:underline;
}























/* Inner Page Css Start */



.breadcrumb-wrapper {
	 background: url(../images/breadcurmb-inner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0;
}

.breadcrumb-wrapper h2 {
	font-size:55px;
	color:#0199ed;
	padding:0px;
	margin:0px;
	font-weight:700;
	    font-family: "Rosario", sans-serif;
}



.breadcrumb {
    padding: 48px 100px;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0px 15px 42.75px 2.25px rgba(39, 71, 125, 0.07);
    width: max-content;
    margin: 0 0 0 auto;
	margin-top: -61px;
	position:relative;
	
}

.breadcrumb:before {
    content: "\f015";
    position: absolute;
    left: -20px;
    top: 30%;
    width: 45px;
    height: 45px;
    background: #ff820e;
    font-family: 'FontAwesome';
    font-size: 24px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    text-align: center;
	z-index: 2;
	
}

.breadcrumb:after {
    content: "";
    box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
    background: #fff;
    position: absolute;
    left: -28px;
    top: 23%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.breadcrumb li a{
	font-size:18px;
	color:#0199ed;
	font-weight:400;
}

.breadcrumb li a:hover{
	text-decoration:none;
}

.breadcrumb>.active {
    font-size:18px;
	color:#ff820e;
	font-weight:400;
}

.InnerPage {
	padding:130px 0 130px 0;
}

.AboutPage .AppointForm {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
padding:0px;
}

.AboutPage .AppointForm h3 {
    background: #0199ed;
    padding: 60px;
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.AboutPage .AppointForm form{
	padding:60px 50px 60px 50px;
}

.AboutPage h2 {
	padding:0px;
	margin:0px 0 20px 0;
	font-size:36px;
	color:#0199ed;
	font-weight:600;
	font-family: "Roboto", sans-serif;
}

.AboutPage p{
	padding:0px;
	margin:0px 0 15px 0;
	color:#888c92;
	font-size:16px;
	line-height:25px;
}

.AboutPage ul {
    margin: 0px 0 0 30px;
    padding: 0px;
}

.AboutPage ul li {
    padding: 0px;
    margin: 0px 0 6px 0;
    color: #888c92;
    font-size: 16px;
    line-height: 25px;
}

.COntBox{
	display: flex;
    align-items: center;
    padding: 40px;
    background-color: #fff;
    box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.08);
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    transition: all ease 0.4s;
    border-radius: 10px;
	gap:20px;
}

.COntBox i {
    width: 60px;
    height: 60px;
    background: #ff820e;
    color: #fff;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    line-height: 60px;
}

.COntBox a{
	color:#0d6efd;
	font-size:18px;
}

.COntBox a:hover{
	text-decoration:none;
}

.COntent p{
	color:#0d6efd;
	font-size:18px;
	padding:0px;
	margin:0px;
}


.appointemtPage form {
	background:#f3f6f7
}

.accordion {
    background-color: #ffffff;
    color: #0199ed;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-family: "Roboto", sans-serif;
    border: #e9e9e9 solid 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    font-weight: 700;
}
.accordion:hover {
	color:#ff820e;
}
.accordion.active {
	color:#ff820e;
}

.accordion.active:after {
   
    color: #fff; /* Blue color for the minus sign */
	background: #ff820e;
}


.accordion:after {
    content: '\002B';
    color: #0199ed;
    font-weight: bold;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.active:after {
	content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom:0px;
}
.panel p {
    font-family: "Roboto", sans-serif;
    text-align: left;
    padding: 10px 5px;
    font-size: 16px;
    margin: 0px;
    color: #888c92;
}



.ServicesPageBanner {
	
}

.ServicesPageBanner  {
    background: url(../images/slider-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.ServicesPageBanner .AppointForm {
    background: #fff;
    padding: 25px;
}

.ServicesPageBanner .AppointForm  h3 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 35px 0;
    margin: 0px;
    color: #494949;
    text-align: center;
}

.ServicesPageBanner .AppointForm .form-control {
    height: auto;
    padding: 22px 30px 22px 12px;
    border-radius: 0px;
    border: #e5e9ee solid 2px;
    box-shadow: none;
    margin: 0 0 20px 0;
    color: #0199ed;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.ServicesPageBanner .AppointForm span {
    position: relative;
}

.ServicesPageBanner .AppointForm span i {
    position: absolute;
    top: 24px;
    right: 18px;
    color: #0199ed;
    font-size: 18px;
}

.ServicesPageBanner .AppointForm input::placeholder, .ServicesPageBanner .AppointForm textarea::placeholder{
	color: #0199ed;
}

.ServicesPageBanner .Apoinetbtn {
    background: #ff820e;
    border: #ff820e solid 1px;
    color: #fff;
    padding: 15px 35px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin: auto;
    display: block;
}

.ServicesPageBanner .Apoinetbtn:hover{
	background:#0199ed;
	border:#0199ed solid 1px;
}

.ServicesPageBanner .BannerContent {
    padding: 0px;
    text-align: center;
    margin: 40px 0 0 0;
}

.ServicesPageBanner .BannerContent  h3 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0.5px;
    padding: 0px;
    margin: 0px;
	text-align:left;
}

.ServicesPageBanner .BannerContent h4 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 0 10px 0;
    margin: 0px;
    text-align: left;
}

.ServicesPageBanner .BannerContent h4 span i{
	color:#ffc911;
}

.ServiceCOn {
    text-align: left;
    background-color: #00000073;
    padding: 25px;
    border-radius: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px 0 0 0;
}

.ServiceCOn .Point1 {
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	color:#fff;
	padding:0px;
	margin:0px;
	text-align:center;
}

.ServiceCOn .Point1 span {
    display: block;
    color: #ffc911;
    font-size: 39px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.ServiceCOn .Point1 span i {
    color: #ffc911;
    font-size: 58px;
}

.ServicePageContent {
	padding:70px 0 70px 0;
}

.ServicePageContent h2 {
    color: #000;
    padding: 0px;
    margin: 0px 0 20px 0;
    font-weight: 700;
    font-size: 36px;
}

.ServicePageContent p{
	padding:0px;
	margin:0px 0 15px 0;
	color:#888c92;
	font-size:16px;
}

.ServicePageContent ul {
    margin: 0 0 0 35px;
}

.ServicePageContent ul li {
    padding: 5px 0 5px 0;
    margin: 0px 0 0px 0;
    color: #888c92;
    font-size: 16px;
}

.ServicePageContent h3{
	padding:0px;
	margin:20px 0 15px 0;
	color:#0199ed;
	font-weight:700;
	font-size:30px;
	font-family: "Rosario", sans-serif;
	
}

.ServicePageContent h4{
	padding:0px;
	margin:20px 0 15px 0;
	color:#0199ed;
	font-weight:700;
	font-size:25px;
	font-family: "Rosario", sans-serif;
	
}

.OurExperSec {
	padding:70px 0 70px 0;
}

.OurExperSec h2 {
    color: #000;
    padding: 0px;
    margin: 0px 0 30px 0;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.TeamBox {
	border:#D6D6D6 solid 1px;
}

.TeamContent {
	background:#f5f1ea;
	text-align:center;
	padding:5px 0 5px 0;
}

.TeamContent h4{
	margin: 0px 0 5px 0;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 600;
	padding:0 0 0 0;
}

.TeamContent p{
	    font-family: "Roboto", Sans-serif;
    font-weight: 400;
	color:#7a7a7a;
	padding:0px;
	margin:0px;
	font-size:16px;
}








/* Inner Page Css End */















/* lg */ 

@media (min-width: 1200px) {
}



/* md */

@media (min-width: 992px) and (max-width: 1199px) {
}



/* sm */

@media (min-width: 768px) and (max-width: 991px) {
}



/* xs */

@media (max-width: 767px) {



.ServiceCOn .Point1 {
    font-size: 15px;
}

.FooterContBtn {
	display:block;
	position:sticky;
	bottom:0;
	width:100%;
	padding:0px 0;
	background:#41b3f2;
	z-index:1;
}

.FooterContBtn p {
    padding:10px;
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height:24px;
}

.FooterContBtn p a{
	color:#fff;
}

.FooterContBtn p a:hover{
	text-decoration:none;
}	

.FooterContBtn p span{
	display:block;
	font-size:24px;
	padding-top: 8px;
}



.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background: none;
}

.accordion {
    font-size: 16px;
}

.Accordian-sec {
    margin: 40px 0 20px 0;
}



.breadcrumb li a, .breadcrumb>.active {
    font-size: 16px;
}

.InnerPage {
    padding: 80px 0 30px 0;
}

.AboutPage .AppointForm h3 {
    padding: 40px 60px;
}

.AboutPage .AppointForm form {
    padding: 60px 5px 60px 5px;
}

.AboutPage h2 {
    margin: 40px 0 30px 0;
    font-size: 24px;
}

.AboutPage p {
    font-size: 15px;
}

.AboutPage ul {
    margin: 0px 0 20px 30px;
}

.COntBox {
    margin-bottom: 20px;
}

.COntBox a, .COntent p {
    font-size: 16px;
}


.breadcrumb {
    padding: 28px 50px;
    border-radius: 20px;
    width: max-content;
    margin: 0 auto;
    margin-top: -61px;
    position: relative;
}

.breadcrumb:before, .breadcrumb:after {
   display:none;
}

.breadcrumb-wrapper h2 {
    font-size: 30px;
    padding: 0px 0 10px 0;
    text-align: center;
}

.FtrBox {
    margin-bottom: 40px;
}

.testimonials .owl-carousel .owl-item p {
    padding: 0 12% 0 12%;
}


.SErvicesSec {
    padding: 20px 0 80px 0;
}

.SErvicesSec h3 {
    padding: 0px 0 30px 0;
    font-size: 24px;
}

.ServiceBox {
    
    flex: 0 0 100%;
}

.AboutClinic {
    padding: 10px 0 30px 0;
}

.AboutContent h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 40px 0 10px 0;
    margin: 0px;
    font-family: "Roboto", Sans-serif;
}

.AboutContent h3 {
    line-height: 30px;
    padding: 0px 0 30px 0;
    margin: 0px;
    font-size: 23px;
}

.AboutClinic .AppointForm h3 {
    font-size: 24px;
}

.AboutClinic .AppointForm {
    width: 100%;
}















.SliderBanner .col-sm-12{
	padding-left:0px;
	padding-right:0px;
}

.SliderBanner h2 {
    display: block;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 0px;
    margin: 20px 0 30px 0;
	  font-family: "Roboto", Sans-serif;
}

.AppointForm {
    background: #fff;
    padding: 25px 10px 25px 10px;
}



.SliderBanner h2 {
    display: block;
}

.SliderBanner {
    padding: 10px 0 30px 0;
}

.TopHeading h4 {
    font-size: 14px;
}

@keyframes text {
  0% {
    color: black;
	
  }
  30% {
    letter-spacing: 4px;
    
  }
  85% {
    letter-spacing: 3px;
    
  }
  100% {
   letter-spacing: 4px;
  }
}

.ServicesPageBanner {
    padding: 0px 0;
}

.ServicesPageBanner .col-lg-7{
	padding-right:0px;
	padding-left:0px;
}

.ServicesPageBanner .col-lg-5{
	padding-right:0px;
	padding-left:0px;
}





.ServicesPageBanner .BannerContent  h3 {
    font-size: 23px;
    line-height: 21px;
    padding: 50px 10px 4px 20px;
}

.ServicesPageBanner .BannerContent h4 {
    font-size: 15px;
    padding: 15px 10px 50px 20px;
}

.navbar-brand {
    height: auto;
    padding: 0px 0 !important;
    margin-top: 6px;
}

.ServiceCOn {
    margin: 10px 0 0px 0;
    border-radius: 0px;
    padding: 5px 10px 5px 10px;
}
.ServiceCOn .Point1 span {
    font-size: 20px;
	margin: 0 0 5px 0;
}

.ServiceCOn .Point1 span i {
    font-size: 20px;
	margin: 0 0 5px 0;
}

.ServicesPageBanner .AppointForm {
    padding: 20px 10px 10px 30px;
}


.ServicePageContent h2 {
    font-size: 22px;
}

.ServicePageContent {
    padding: 40px 0 40px 0;
}

.ServicePageContent h3 {
    font-size: 22px;
}

.ServicePageContent h4 {
    font-size: 19px;
}

.ServicePageContent p {
    font-size: 15px;
}

.GallerySec h3 {
    font-size: 26px;
}

.GallerySec {
    padding: 30px 0;
}

.OurExperSec h2 {
    font-size: 22px;
}

.OurExperSec {
    padding: 30px 0 30px 0;
}

.OurExperSec .row {
    display: flex;
    flex-wrap: wrap;
}

.OurExperSec .row .col-lg-3{
flex: 0 0 50%;
margin-bottom:15px;

}

.TeamContent h4 {
    font-size: 17px;
}


.TopHeader {
    display: none;
}

.navbar-default .navbar-toggle {
    border-color: #0199ed;
    background: #0199ed;
	margin-top: 10px;
}


 .navbar-default .navbar-toggle .icon-bar {
 background-color: #fff;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
 background-color: #0199ed;
}
.footer {
    padding: 60px 0 10px 0;
}

.FtrCont a {
    font-size: 20px;
}

.navbar-brand img {
    width: 122px;
}
 .main-menu {
 padding: 0px 0;
}
 .navbar .pull-right {
 float: left !important;
}

}


 /* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 40px;
          right: 40px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 16px;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
          .whatsapp-icon {
              margin-top: 10px;
          }

          .whatsapp_float {
              width:50px;
              height:50px;
              bottom:100px;
              right: 15px;
              font-size: 26px;
          }
      }