@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  top: 0;
  color: #404040;
}
/************floating phone********/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#ffffff;
	
	border-radius:50px;
	text-align:center;
  font-size:30px;
	
  z-index:100;
}

.my-float{
	margin-top:16px;
	color: #f16f7b;
}



/************floating phone********/
.banner{
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bg-light{
	background-color: #ffffff !important;
}
.navbar-brand img{
  width: 200px;
}
.logo{
	width: 200px;
}
@media screen and (max-width: 992px) {
.navbar-brand img{
  width: 120px;
}
.navbar-nav{
  text-align: right;
}
}
/* .banner{
	background-image: url(img/banner_1.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

header {
  position: relative;
  height: 600px;
  /*text-align: center;*/
  display: block;
  align-items: center;
  justify-content: center;
  color: rgb(250,250,250);
}


.icons{
	color:white;
	margin-top: .5rem;
}
a:hover{
  text-decoration: none;
}
.icons:hover{
  color: white;
}



.main-heading {
  font-family: 'Lobster', cursive;
  font-size: 50px;
  color: #dc3545;
  display: inline-block;
  margin-top: 150px
}
.heading{

	color: #000;
}

.register-now {
  font-family: Helvetica, Arail, sans-serif;
  font-size: 25px;
  color: #dc3545;
}
.register-now-n{
   font-family: Helvetica, Arail, sans-serif;
   font-size: 15px;
   color: #000000
}
.nav-link{
  font-size: 20px !important; 
  color: #000000 !important; 
  padding: 15px !important;
}
.navbar-toggler{
  float: right;
}
.navbar-collapse{
  float: right;
}
.img-fluid{
  /*opacity: 0.2*/
}
.nav-link:hover{
  color: #ffffff !important;
  background: #dc3545
}
.container-fluid{
  border-bottom: 1px solid #dc3545
}
section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
  background-color: transparent;
}
.heading-style-one h6 {
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
}

.yellow-color {
  color: #dc3545;
}
#doctor{
  /* background: url(img/bg.jpg);
  background-size: 100% 100%; */
  min-height: 100vh;
}
/**** Footer ****/
.coronia-copyright{
  background-color: #dc3545;
  color: white;
}
.coronia-copyright .footer-right {
  text-align: right;
}
ul.hkangle-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.hkangle-footer-menu li {
  display: inline-block;
  padding-left: 15px;
}


/************ Services CSS ***************/
.center-heading {
text-align: center;
}

.center-heading .section-title {
font-weight: 400;
font-size: 28px;
color: #3B566E;
line-height: 38px;
margin-bottom: 20px;
}

.center-heading.colored .section-title {
color: #ffffff;
}

/* .service-text {
text-align: center;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
margin-bottom: 50px;
} */

.center-text.colored {
color: #C7E5FF;
}

.center-text p {
margin-bottom: 30px;
}

.services-small-item {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
background: #fff;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 5px;
padding: 40px 28px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 2;
margin-bottom: 30px;
}

.services-small-item:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border-radius: 5px;
background-image: linear-gradient(315deg, rgba(220,53,69,1) 0%, rgba(255,150,160,1) 100%);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
}
.services-small-item.active:before, .services-small-item:hover:before {
opacity: 1;
}

.services-small-item.active .icon:before, .services-small-item:hover .icon:before {
opacity: .26;
}

.services-small-item.active .icon i, .services-small-item:hover .icon svg g{
background: -webkit-linear-gradient(#fff, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #ffffff;
fill: #ffffff;
}

.services-small-item.active .services-title, .services-small-item:hover .services-title {
color: #ffffff;
}

.services-small-item.active p, .services-small-item:hover p {
color: #ffffff;
}

.services-small-item.active .button i, .services-small-item:hover .button i {
background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
color: #2b708b !important;
}

.services-small-item:hover {
margin-top: -15px;
}

.services-small-item .icon {
width: 139px;
height: 113px;
margin: 0 auto;
position: relative;
margin-bottom: 20px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}


.services-small-item .icon i {
display: block;
height: 67px;
line-height: 67px;
position: absolute;
width: 100%;
top: 22px;
z-index: 2;
font-size: 28px;
background-image: linear-gradient(315deg, rgba(220,53,69,1) 0%, rgba(255,150,160,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
font-weight: 400;
font-size: 16px;
color: #3B566E;
margin-bottom: 15px;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.services-small-item p {
font-weight: 400;
font-size: 14px;
color: #6F8BA4;
line-height: 26px;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
}

.services-small-item .button {
position: relative;
z-index: 2;
}

.services-small-item .button i {
width: 42px;
height: 42px;
background-image: linear-gradient(315deg, rgba(220,53,69,1) 0%, rgba(255,150,160,1) 100%);
line-height: 42px;
text-align: center;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
color: #fff;
padding-left: 3px;
}

.services-small-item:hover + .item-bg {
bottom: 30px;
}

.item-bg {
content: '';
position: absolute;
width: 80%;
height: 15px;
bottom: 15px;
left: 0px;
right: 0px;
margin: auto;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: 1;
background: #fff;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

/********** Test Info Css ********/
.page-banner{
  padding: 120px 0;
  background: linear-gradient(315deg, rgba(220,53,69,1) 0%, rgba(255,150,160,1) 100%);
  position: relative;
  text-align: center;
}
.banner-info .underline {
  margin-bottom: 0.5rem;
}
.underline {
  width: 5rem;
  height: 0.25rem;
  margin-bottom: 1.25rem;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.banner-info h1{
  color: #ffffff;
  margin-bottom: 35px;
}
.banner-inner{
  padding: 50px 0;
}
.banner-inner h2{
  font-size: 24px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-inner h3{
  margin: 25px 0 20px 0;
  color: #dc3545;
  font-size: 20px;
}
.banner-inner .underline {
  margin-left: 0;
  background-color: #dc3545;
}

/*
=============== 
Timeline
===============
*/
.timeline-center{
  padding: 0 25px;
}
.timeline-item {
  border-top: 2px dashed #dc3545;
  margin: 0;
  padding: 4rem;
  position: relative;
}
.timeline p {
  margin-bottom: 0;
}
.timeline-item:nth-child(even) {
  border-left: 2px dashed #dc3545;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;

  margin-right: 2rem;
  padding-right: 0;
}
.timeline-item:nth-child(odd) {
  border-right: 2px dashed #dc3545;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-left: 2rem;
  padding-left: 0;
}
.timeline-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
}
.timeline-item:last-child {
  border-bottom-left-radius: 0;
}
.number {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  background: #dc3545;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: bold;
}
.timeline-item:nth-child(even) .number {
  left: 0;
}
.timeline-item:nth-child(odd) .number {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
/********** Particles *************/

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/*******maps*****/
.map-mym a{
  font-size: 22px;
  display: inline-block;
  margin-bottom: 15px;
  
}

.map-box{
  background: #ffffff;
  
}
.map-box:hover{
  box-shadow: 0px 0px 15px 2px;
}
.address-banner{
  padding: 50px 0;
    background: linear-gradient(315deg, rgba(220,53,69,1) 0%, rgba(255,150,160,1) 100%);
    position: relative;
    text-align: center;

}
.address-banner a{
  color: #ffffff;
  font-size: 22px !important;
  padding: 15px;

}
.container-fluid{
  padding: 0px !important;
}
.address-banner i{
  font-size: 30px !important;
}





:root {
  --base-grid: 8px;
  --colour-body-background: #d84c6e;
  --colour-background: #fff;
  --colour-background-folded: #f5f5f5;
  --colour-background-stripes: rgba(255,255,255,.5);
  --colour-text: #1a1a1a;
}

.articles {
  margin: calc(var(--base-grid)*2) auto calc(var(--base-grid)*5);
  display: grid;
  grid-row-gap: calc(var(--base-grid)*8);
  grid-column-gap: calc(var(--base-grid)*6);
  grid-template-columns: repeat(auto-fit,minmax(calc(var(--base-grid)*35),1fr));
  justify-items: center;
}

.articles__article {
  cursor: pointer;
  display: block;
  position: relative;
  perspective: 1000px;
  animation-name: animateIn;
  animation-duration: .35s;
  animation-delay: calc(var(--animation-order)*100ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.articles__article:before {
  content: "";
  position: absolute;
  top: calc(var(--base-grid)*-2);
  left: calc(var(--base-grid)*-2);
  border: 2px dashed var(--colour-background);
  background-image: repeating-linear-gradient(-24deg,transparent,transparent 4px,var(--colour-background-stripes) 0, var(--colour-background-stripes) 5px);
  z-index: -1;
}

.articles__article,
.articles__article:before {
  width: calc(var(--base-grid)*35);
  height: calc(var(--base-grid)*35);
}

.articles__link {
  background-color: var(--colour-body-background);
  border: 2px solid var(--colour-background);
  display: block;
  width: 100%;
  height: 100%;
}

.articles__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--base-grid)*3);
  width: calc(var(--base-grid)*2);
  height: calc(var(--base-grid)*2);
  margin-top: calc(var(--base-grid)*-1);
  clip-path: polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);
  -webkit-clip-path: polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);
  background-color: var(--colour-background);
  opacity: 0;
  transition: opacity .5s ease-in,transform .3s ease-in-out 0ms;
}

.articles__content {
  background-color: var(--colour-background);
  color: var(--colour-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: calc(var(--base-grid)*2);
  display: flex;
  flex-direction: column;
  border: 2px solid var(--colour-background);
  padding: 40px;
}

.articles__content--lhs {
  clip-path: polygon(0 0,51% 0,51% 100%,0 100%);
  -webkit-clip-path: polygon(0 0,51% 0,51% 100%,0 100%);
}

.articles__content--rhs {
  clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
  -webkit-clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
  transition: transform .5s ease-in-out,background-color .4s ease-in-out;
}

.articles__title {
  font-size: calc(var(--base-grid)*4);
  line-height: 1.125;
  font-weight:600;
  letter-spacing: -.02em;
  font-size: 25px;
}

.articles__footer {
  margin-top: auto;
  font-size: calc(var(--base-grid)*2);
  line-height: calc(var(--base-grid)*2);
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.articles__footer i{ color: #ec626f; margin-top: 23px;}

.articles__link:hover .articles__content--rhs {
  background-color: var(--colour-background-folded);
  transform: rotateY(-50deg);
}

.articles__link:hover:after {
  opacity: 1;
  transform: translateX(calc(var(--base-grid)*1.5));
  transition: opacity .5s ease-in,transform .3s ease-in-out .25s;
}

/************* FOoter ***************/
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#dadada;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#dadada;
}
.site-footer a:hover
{
  color:#ec626f;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#dadada
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#ec626f;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0;
    text-align: center
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#ec626f
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#ec626f
}
.social-icons a.twitter:hover
{
  background-color:#ec626f
}
.social-icons a.linkedin:hover
{
  background-color:#ec626f
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}