.hide{
	display:none;
}

.typing-effect {
  overflow: hidden;
  white-space: nowrap;
  border-right: 0px solid #1b5fc1;
  position: relative;
  animation: typing 4s steps(40) 1;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

#statistic-1 {
    background: linear-gradient(-45deg, #1b5fc1, #4d7a19, #0a79b2, #4d7a19, #1b5fc1);
	background-size: 400% 400%;
	animation: gradient 12s ease infinite;
}

.bg-steelblue {
    /* background-color: #1b5fc1; */
    background: linear-gradient(311deg, #1b5fc1, #7bb439, #0a79b2, #00be18);
	background-size: 400% 400%;
	animation: gradient 18s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.steelblue-color, .steelblue-color h2, .steelblue-color h3, .steelblue-color h4, .steelblue-color h5, .steelblue-color h6, .steelblue-color p, .steelblue-color a, .steelblue-color li, .steelblue-color i, .white-color .steelblue-color, .steelblue-color span {
    color: #1b5fc1;
}

h1, h2,
.mt-10{
	margin-top:10px;
}
.mt-20 {
    margin-top: 20px;
}  
.mt-40 {
    margin-top: 40px;
}

.steelblue-color h3{
    font-size: 31px;
}

.bg-steelblue {
    background-color: #1b5fc1;
}

@media (min-width: 992px) and (max-width: 1199.99px){
#hero-1 h5, #hero-4 h5, .hero-5-strip h5, #hero-7 h5, #hero-8 h5, #hero-9 h5, #hero-12 h5 {
    font-size: 0.935rem;
    margin-bottom: 25px;
}
}

.section-title p {
    color: #000;
}

.desktoplogo img{
	height:80px;
}

/* CSS for desktop devices */
@media only screen and (min-width: 768px) {
  .wsmenu > .wsmenu-list > li > .wsmegamenu {
    top: 100px;
  }
  
  .wsmainfull {
    height: 100px;
}
}

.wsmenu >.wsmenu-list > li a {
    color: #000;
    font-weight: 500;
	font-size: 17px;
}

.btn-blue, .white-color .btn-blue {
    color: #fff;
    background-color: #1b5fc1;
    border-color: #1b5fc1;
}

.blue-hover:hover, .white-color .blue-hover:hover {
    color: #fff!important;
    background-color: #76c31c;
    border-color: #76c31c;
}

#scrollUp:hover {
    background-color: rgb(27 95 193);
}

.header-button span, .wsmenu > .wsmenu-list > li.header-btn a {
    background-color: #1b5fc1;
}

.wsmenu > .wsmenu-list > li.header-btn a:hover {
    background-color: #76c31c;
}

.wsmenu >.wsmenu-list > li:hover > a {
    color: #1b5fc1;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
    color: #000;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
    color: #1b5fc1;
}


#hero-1 h5, #hero-4 h5, .hero-5-strip h5, #hero-7 h5, #hero-8 h5, #hero-9 h5, #hero-12 h5 {
    font-size: 1.35rem;
}

.item-overlay {
    background: rgb(27 95 193 / 68%);
}

.fa-search-plus{
font-size: 42px;
color: #ffffff;
}

.doctor-1 .hover-overlay > img, .doctor-2 .hover-overlay > img {
    transform: scale(.99);
    -ms-transform: scale(.99);
    -webkit-transform: scale(.99);
    -o-transform: scale(.99);
    -moz-transform: scale(.99);
}

@media (min-width: 992px) and (max-width: 1650px){
.review-2 {
    height: 400px;
}
}

.abox-3-holder {
    border: 1px solid #f5f5f5;
    padding: 50px 15px;
    margin-top: 10px;
}